diff --git a/samples/ai-education-sample/README.md b/samples/ai-education-sample/README.md new file mode 100644 index 00000000..8444ac6a --- /dev/null +++ b/samples/ai-education-sample/README.md @@ -0,0 +1,195 @@ +# AI EDUCATION APPS - A Microsoft Power Platform Student Management System + + +## Summary + +Education has never been this efficient and innovative! Introducing the future of education with our AI-infused Microsoft Power Platform Student Management System. + +In this solution, we provide a number of features for educators and students to ease their work with embedded AI solutions and specially designed features. + +For students, the 'AI Education' app offers seamless access to courses, announcements, and assignment submissions. Experience AI-powered features like Language Translator, Summarizer and Assignmentsassist, making learning more accessible and efficient. + +Teachers can simplify their workload with the 'AI Education Teachers' App,' enabling easy subject management, assignment grading, and even AI-generated assignments. + + +![Teachers app assignment creator](assets/teachers_app_assignment_creator.png) + +![Students app dashboard](assets/students_app_dashboard.png) + +![Students app AI summarizer](assets/students_app_summarizer.png) + +![Students app AI translator](assets/student_ai_translator.png) + +![Students app AI assignment assist](assets/students_app_assignment_assist.png) + +## Applies to + + +![Power Apps](https://img.shields.io/badge/Power%20Apps-Yes-green "Yes") +![Power Automate](https://img.shields.io/badge/Power%20Automate-No-red "No") +![Power BI](https://img.shields.io/badge/Power%20BI-No-red "No") +![Power Pages](https://img.shields.io/badge/Power%20Pages-No-red "No") +![Power Virtual Agents](https://img.shields.io/badge/Power%20Virtual%20Agents-No-red "No") +![Dataverse](https://img.shields.io/badge/Dataverse-Yes-green "Yes") +![AI Builder](https://img.shields.io/badge/AI%20Builder-No-red "No") +![Custom Connectors](https://img.shields.io/badge/Custom%20Connectors-Yes-green "Yes") +![Power Fx](https://img.shields.io/badge/Power%20Fx-Yes-green "Yes") + +## Compatibility + + + +![Premium License](https://img.shields.io/badge/Premium%20License-Not%20Required-red.svg "Premium license not required") +![Experimental Features](https://img.shields.io/badge/Experimental%20Features-No-red.svg "Does not rely on experimental features") + +## Contributors + + +* [Hiruka Ranasinghe](https://github.com/apprauHiruka) +* [Shehan Somaweera](https://github.com/apprauShehan) +* [Sandaruwan Ranathunge](https://github.com/SandaruwanR) + +## Version history + +Version|Date|Comments +-------|----|-------- +1.1|September 28, 2023|Add Canvas Apps +1.0|September 21, 2023|Initial release + +## Prerequisites +None. + + +## Minimal path to awesome + + + +### Using the solution zip + +* [Download](./solution/solution.zip) the `.zip` from the `solution` folder +* Within **Power Apps Studio**, import the solution `.zip` file using **Solutions** > **Import Solution** and select the `.zip` file you just packed. +* Open the app in edit mode and make sure the data source **Data source name** is connected correctly. + +### Using the source code + +You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/developer/data-platform/powerapps-cli) to pack the source code by following these steps: + +* Clone the repository to a local drive +* Pack the source files back into a solution `.zip` file: + + ```bash + pac solution pack --zipfile pathtodestinationfile --folder pathtosourcefolder --processCanvasApps + ``` + + Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtodestinationfile` to point to the path of this solution's `.zip` file (located under the `solution` folder) +* Within **Power Apps Studio**, import the solution `.zip` file using **Solutions** > **Import Solution** and select the `.zip` file you just packed. + +## Features + +With two powerful apps, 'AI Education' for students and 'AI Education Teachers' App' for educators, we're transforming the way you learn and teach. From instant language translation and text summarization to intelligent assignment assistance and automated assignment creation, these apps are designed to streamline every aspect of the educational experience. Join us on this exciting journey as we revolutionize education through the power of AI. + +This solution gives you the features below with essence of microsoft power platform: + +#### "AI Education" App for Students features: + +* Course Access : Access your courses with ease, view course materials, and stay organized throughout your educational journey. +* Announcement Center: Stay updated with the latest announcements from your instructors and school administration, keeping you informed about important events and deadlines. +* Effortless Assignment Submission: Submit assignments effortlessly through the app, streamlining the submission process and ensuring you never miss a deadline. +* Language Translator: Break down language barriers with the built-in Language Translator. Translate texts instantly to understand and communicate in multiple languages. +* Summarizer: Simplify complex texts by using the Summarizer feature. It condenses lengthy documents into concise summaries, saving you time and helping you grasp key information more quickly. +* AI Assignment Assist: Ensure the quality of your assignments with the AI Assignment Assist. It checks your work for errors and suggests improvements before you submit, helping you achieve your best possible results. + +#### "AI Education Teachers' App" for Educators features: + +* Course Material Management: Upload and manage course materials directly through the app. Organize resources efficiently for your students' benefit. +* Announcement Creation: Communicate important updates, announcements, and class information to your students through the Announcement feature, enhancing the teacher-student connection. +* Efficient Assignment Grading: Simplify the grading process with the Assignment Grading feature. Grade assignments with ease and provide timely feedback to your students. +* AI Assignment Creator: Experience a groundbreaking feature that generates assignments tailored to your subject matter. Save time on assignment creation while maintaining the quality and relevance of tasks. + + + + + +## Help + + + +> Note: don't worry about this section, we'll update the links. + +We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. + +If you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20). + +For questions regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20). + +Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20). + +## Disclaimer + +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** + + diff --git a/samples/ai-education-sample/assets/Teachers app translator.png b/samples/ai-education-sample/assets/Teachers app translator.png new file mode 100644 index 00000000..b3197248 Binary files /dev/null and b/samples/ai-education-sample/assets/Teachers app translator.png differ diff --git a/samples/ai-education-sample/assets/sample-template.json b/samples/ai-education-sample/assets/sample-template.json new file mode 100644 index 00000000..8f1d4992 --- /dev/null +++ b/samples/ai-education-sample/assets/sample-template.json @@ -0,0 +1,96 @@ +[ + { + "name": "pnp-powerplatform-samples-ai-education", + "source": "pnp", + "title": "AI EDUCATION APPS - A Student Management System", + "shortDescription": "Education has never been this efficient and innovative! Introducing the future of education with our AI-infused Microsoft Power Platform Student Management System. In this solution, we provide a number of features for educators and students to ease their work with embedded AI solutions and specially designed features. For students, the 'AI Education' app offers seamless access to courses, announcements, and assignment submissions. Experience AI-powered features like Language Translator, Summarizer and Assignmentsassist, making learning more accessible and efficient.Teachers can simplify their workload with the 'AI Education Teachers' App,' enabling easy subject management, assignment grading, and even AI-generated assignments.", + "url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/ai-education", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/powerplatform-samples/tree/main/samples/ai-education", + "longDescription": [ + "Education has never been this efficient and innovative! Introducing the future of education with our AI-infused Microsoft Power Platform Student Management System. In this solution, we provide a number of features for educators and students to ease their work with embedded AI solutions and specially designed features. For students, the 'AI Education' app offers seamless access to courses, announcements, and assignment submissions. Experience AI-powered features like Language Translator, Summarizer and Assignmentsassist, making learning more accessible and efficient.Teachers can simplify their workload with the 'AI Education Teachers' App,' enabling easy subject management, assignment grading, and even AI-generated assignments.", + "With two powerful apps, 'AI Education' for students and 'AI Education Teachers' App' for educators, we're transforming the way you learn and teach. From instant language translation and text summarization to intelligent assignment assistance and automated assignment creation, these apps are designed to streamline every aspect of the educational experience. Join us on this exciting journey as we revolutionize education through the power of AI." + ], + "creationDateTime": "2023-12-25", + "updateDateTime": "2023-12-31", + "products": [ + "Power Apps", + "Power Automate", + "Power Virtual Agents", + "Power BI", + "Power Fx", + "Power Pages", + "Power Apps Component Framework", + "Power Platform" + ], + "tags": [ + "AI", + "Canvas Apps", + "ChatGPT" + ], + "categories": [ + "CANVAS", + "MODEL-DRIVEN", + "DESKTOP-FLOW", + "CLOUD-FLOW", + "COMPONENT-LIBRARY", + "WEBSITE", + "CHATBOT" + ], + "metadata": [ + { + "key": "POWERAPPS-EXPERIMENTAL", + "value": "No" + }, + { + "key": "POWERAPPS-PREMIUM", + "value": "Yes" + }, + { + "key": "POWERAPPS-ONPREM", + "value": "No" + }, + { + "key": "POWERAPPS-CUSTOMCONNECTOR", + "value": "Yes" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/powerplatform-samples/raw/main/samples/ai-education/assets/YOUR-IMAGE-NAME-HERE", + "alt": "App preview" + }, + { + "type": "video", + "order": 101, + "url": "https://www.youtube.com/embed/FS-_0KENJkI", + "alt": "Community demo of the sample" + } + ], + "authors": [ + { + "gitHubAccount": "https://github.com/apprauHiruka", + "pictureUrl": "https://github.com/apprauHiruka.png", + "name": "Hiruka Ranasinghe" + }, + { + "gitHubAccount": "https://github.com/apprauShehan", + "pictureUrl": "https://github.com/apprauShehan.png", + "name": "Shehan Somaweera" + }, + { + "gitHubAccount": "https://github.com/SandaruwanR", + "pictureUrl": "https://github.com/SandaruwanR.png", + "name": "Sandaruwan Ranathunge" + } + ], + "references": [ + { + "name": "Microsoft Power Platform documentation", + "description": "Discover how to make the most of Microsoft Power Platform products with online training courses, docs, and videos covering product capabilities and how-to guides.", + "url": "https://learn.microsoft.com/power-platform/" + } + ] + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/assets/student_ai_translator.png b/samples/ai-education-sample/assets/student_ai_translator.png new file mode 100644 index 00000000..7a1cab5a Binary files /dev/null and b/samples/ai-education-sample/assets/student_ai_translator.png differ diff --git a/samples/ai-education-sample/assets/students_app_assignment_assist.png b/samples/ai-education-sample/assets/students_app_assignment_assist.png new file mode 100644 index 00000000..bcb2aa63 Binary files /dev/null and b/samples/ai-education-sample/assets/students_app_assignment_assist.png differ diff --git a/samples/ai-education-sample/assets/students_app_dashboard.png b/samples/ai-education-sample/assets/students_app_dashboard.png new file mode 100644 index 00000000..130dfb49 Binary files /dev/null and b/samples/ai-education-sample/assets/students_app_dashboard.png differ diff --git a/samples/ai-education-sample/assets/students_app_summarizer.png b/samples/ai-education-sample/assets/students_app_summarizer.png new file mode 100644 index 00000000..b2d74034 Binary files /dev/null and b/samples/ai-education-sample/assets/students_app_summarizer.png differ diff --git a/samples/ai-education-sample/assets/teachers_app_assignment_creator.png b/samples/ai-education-sample/assets/teachers_app_assignment_creator.png new file mode 100644 index 00000000..869eb2b7 Binary files /dev/null and b/samples/ai-education-sample/assets/teachers_app_assignment_creator.png differ diff --git a/samples/ai-education-sample/assets/teachers_app_dashboard.png b/samples/ai-education-sample/assets/teachers_app_dashboard.png new file mode 100644 index 00000000..953de3c2 Binary files /dev/null and b/samples/ai-education-sample/assets/teachers_app_dashboard.png differ diff --git a/samples/ai-education-sample/solution/ApprauAIEducation_1_0_0_2.zip b/samples/ai-education-sample/solution/ApprauAIEducation_1_0_0_2.zip new file mode 100644 index 00000000..225c667a Binary files /dev/null and b/samples/ai-education-sample/solution/ApprauAIEducation_1_0_0_2.zip differ diff --git a/samples/ai-education-sample/sourcecode/.gitignore b/samples/ai-education-sample/sourcecode/.gitignore new file mode 100644 index 00000000..717973a5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/.gitignore @@ -0,0 +1,8 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# msbuild output directories +/bin +/obj + +# MSBuild Binary and Structured Log +*.binlog diff --git a/samples/ai-education-sample/sourcecode/ApprauAIEducation.cdsproj b/samples/ai-education-sample/sourcecode/ApprauAIEducation.cdsproj new file mode 100644 index 00000000..99821d0e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/ApprauAIEducation.cdsproj @@ -0,0 +1,54 @@ + + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps + + + + + + + d3ddff13-e438-4536-bbe2-3b5d015026cf + v4.6.2 + + net462 + PackageReference + src + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + + + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040.meta.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040.meta.xml new file mode 100644 index 00000000..896b1a4f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040.meta.xml @@ -0,0 +1,31 @@ + + + appr_aieducation_83040 + 2023-09-27T10:45:51Z + Ready + 3.23093.15.0 + 3.23093.15.0 + {"primaryDeviceWidth":"1867","primaryDeviceHeight":"855","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","showStatusBar":"false","publisherVersion":"3.23093.15","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false","sienaVersion":"20230927T080644Z-3.23093.15.0"} + 0 + + RGBA(0,176,240,1) + AI Education + + + + [] + {"febe1cd5-cbec-4991-9891-abae99a71bc5":{"id":"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f","displayName":"ChatGPT Connector","iconUri":"https://prodapiicons.cdn.powerappscdn.net/20230922t000000zafb5df4312bb4a808b0f98613291bdc1/customconnectoricon.png","dataSources":["ChatGPTConnector"],"dependencies":[],"dependents":[],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"bypassConsent":false,"dataSets":{},"apiTier":"Standard","actions":["ChatAPI"],"isCustomApiSolutionAware":false}} + {"default.cds":{"databaseDetails":{"referenceType":"Environmental","environmentName":"default.cds","overrideValues":{"status":"NotSpecified"}},"dataSources":{"Courses_1":{"entitySetName":"appr_courses","logicalName":"appr_course"},"Contacts":{"entitySetName":"contacts","logicalName":"contact"},"Assignment Marks":{"entitySetName":"appr_assignmentmarks","logicalName":"appr_assignmentmark"},"Assignments":{"entitySetName":"appr_assignments","logicalName":"appr_assignment"},"Announcements_1":{"entitySetName":"appr_announcements","logicalName":"appr_announcement"},"Learning Materials":{"entitySetName":"appr_learningmaterialses","logicalName":"appr_learningmaterials"},"Student Courses":{"entitySetName":"appr_studentcourses","logicalName":"appr_studentcourse"}}}} + [] + [{"appComponentName":"4ecf6d3565024ef883dce7ad5e102ab4","appName":"b61f3ea4-8be3-473c-96cb-1352c5edb810","appComponentLibraryName":"e154cb49-ddb2-46d0-9c1a-8b37d12347be","appComponentLibraryVersion":"2023-09-24T08:42:06Z","appComponentLibraryLogicalName":"appr_libraryaiedu_0a67d","environmentName":"7de37065-98ab-e472-8f6f-c3bf7de5cf89"},{"appComponentName":"ee98e551e7114b67bf9088e36bf40dcf","appName":"b61f3ea4-8be3-473c-96cb-1352c5edb810","appComponentLibraryName":"e154cb49-ddb2-46d0-9c1a-8b37d12347be","appComponentLibraryVersion":"2023-09-24T08:42:06Z","appComponentLibraryLogicalName":"appr_libraryaiedu_0a67d","environmentName":"7de37065-98ab-e472-8f6f-c3bf7de5cf89"},{"appComponentName":"952d39d80fc84420b772a5058b19d909","appName":"b61f3ea4-8be3-473c-96cb-1352c5edb810","appComponentLibraryName":"0fdd18f9-b5a2-407d-b964-8ee90b93c65a","appComponentLibraryVersion":"2023-09-21T10:45:01Z","appComponentLibraryLogicalName":"cat_powercatcomponentlibrary_0be3a","environmentName":"7de37065-98ab-e472-8f6f-c3bf7de5cf89"}] + 1 + 0 + 0 + 0 + + 1.0 + {"cdsdependencies":[{"logicalname":"appr_course","componenttype":1},{"logicalname":"contact","componenttype":1},{"logicalname":"appr_assignmentmark","componenttype":1},{"logicalname":"appr_assignment","componenttype":1},{"logicalname":"appr_announcement","componenttype":1},{"logicalname":"appr_learningmaterials","componenttype":1},{"logicalname":"appr_studentcourse","componenttype":1},{"logicalname":"appr_libraryaiedu_0a67d","componenttype":300,"componenttypeplatformname":"CanvasApp"},{"logicalname":"cat_powercatcomponentlibrary_0be3a","componenttype":300,"componenttypeplatformname":"CanvasApp"}]} + 1 + /CanvasApps/appr_aieducation_83040_BackgroundImageUri + /CanvasApps/appr_aieducation_83040_DocumentUri.msapp + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040_BackgroundImageUri b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040_BackgroundImageUri new file mode 100644 index 00000000..c67f0065 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040_BackgroundImageUri differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040_DocumentUri.msapp b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040_DocumentUri.msapp new file mode 100644 index 00000000..8dbff827 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducation_83040_DocumentUri.msapp differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932.meta.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932.meta.xml new file mode 100644 index 00000000..cbc3aaf5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932.meta.xml @@ -0,0 +1,31 @@ + + + appr_aieducationteacherapp_ee932 + 2023-09-27T07:05:36Z + Ready + 3.23093.15.0 + 3.23093.15.0 + {"primaryDeviceWidth":"1366","primaryDeviceHeight":"768","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","showStatusBar":"false","publisherVersion":"3.23093.15","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false","sienaVersion":"20230926T190543Z-3.23092.13.0"} + 0 + + RGBA(0,176,240,1) + AI Education Teacher App + + + + [] + {"f70cc7de-6824-48e5-b24d-078599d283cc":{"id":"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f","displayName":"ChatGPT Connector","iconUri":"https://prodapiicons.cdn.powerappscdn.net/20230922t000000zafb5df4312bb4a808b0f98613291bdc1/customconnectoricon.png","dataSources":["ChatGPTConnector"],"dependencies":[],"dependents":[],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"bypassConsent":false,"dataSets":{},"apiTier":"Standard","actions":["ChatAPI"],"isCustomApiSolutionAware":false}} + {"default.cds":{"databaseDetails":{"referenceType":"Environmental","environmentName":"default.cds","overrideValues":{"status":"NotSpecified"}},"dataSources":{"Announcements":{"entitySetName":"appr_announcements","logicalName":"appr_announcement"},"Assignments":{"entitySetName":"appr_assignments","logicalName":"appr_assignment"},"Assignment Marks":{"entitySetName":"appr_assignmentmarks","logicalName":"appr_assignmentmark"},"Courses_1":{"entitySetName":"appr_courses","logicalName":"appr_course"},"Contacts":{"entitySetName":"contacts","logicalName":"contact"},"Learning Materials":{"entitySetName":"appr_learningmaterialses","logicalName":"appr_learningmaterials"}}}} + [] + [] + 1 + 0 + 0 + 0 + + 1.0 + {"cdsdependencies":[{"logicalname":"appr_announcement","componenttype":1},{"logicalname":"appr_assignment","componenttype":1},{"logicalname":"appr_assignmentmark","componenttype":1},{"logicalname":"appr_course","componenttype":1},{"logicalname":"contact","componenttype":1},{"logicalname":"appr_learningmaterials","componenttype":1}]} + 1 + /CanvasApps/appr_aieducationteacherapp_ee932_BackgroundImageUri + /CanvasApps/appr_aieducationteacherapp_ee932_DocumentUri.msapp + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932_BackgroundImageUri b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932_BackgroundImageUri new file mode 100644 index 00000000..c67f0065 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932_BackgroundImageUri differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932_DocumentUri.msapp b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932_DocumentUri.msapp new file mode 100644 index 00000000..e14e9c9c Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_aieducationteacherapp_ee932_DocumentUri.msapp differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d.meta.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d.meta.xml new file mode 100644 index 00000000..6d207651 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d.meta.xml @@ -0,0 +1,31 @@ + + + appr_libraryaiedu_0a67d + 2023-09-24T08:42:06Z + Ready + 3.23092.13.0 + 3.23092.13.0 + {"primaryDeviceWidth":"1366","primaryDeviceHeight":"768","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Phone","showStatusBar":"false","publisherVersion":"3.23092.13","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false","sienaVersion":"20230922T113406Z-3.23092.13.0"} + 0 + + RGBA(251,101,60,1) + Library - AIEDU + + + + [] + {"44e5022f-d67f-4dde-97c4-fc4356600336":{"id":"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f","displayName":"ChatGPT Connector","iconUri":"https://prodapiicons.cdn.powerappscdn.net/20230922t000000zafb5df4312bb4a808b0f98613291bdc1/customconnectoricon.png","dataSources":["ChatGPTConnector"],"dependencies":[],"dependents":[],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"bypassConsent":false,"dataSets":{},"apiTier":"Standard","isCustomApiSolutionAware":false}} + {} + [{"appComponentName":"a0ec35acd85846e7b13d7a58b2a4f616","displayName":"comp_StagingTest","appName":"e154cb49-ddb2-46d0-9c1a-8b37d12347be","appVersion":"2023-09-24T08:42:06Z","appComponentLibraryLogicalName":"appr_libraryaiedu_0a67d","appDisplayName":"Library - AIEDU","environmentName":"7de37065-98ab-e472-8f6f-c3bf7de5cf89","owner":{"id":"e749c7d4-d67c-422a-9a84-f20235e4b6e7","displayName":"Shehan Somaweera","email":"shehan@5pqqhr.onmicrosoft.com","type":"User","tenantId":"bd563dbd-ecfb-4775-b175-9bd70f4bec1f","userPrincipalName":"shehan@5pqqhr.onmicrosoft.com"},"allowCustomization":true,"createdOn":"2023-09-22T06:37:30.714Z","lastModifiedOn":"2023-09-24T08:40:14.521Z","connectionReferences":{"44e5022f-d67f-4dde-97c4-fc4356600336":{"id":"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f","dataSources":["ChatGPTConnector"],"dependencies":[],"dependents":[],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"dataSets":{}}},"databaseReferences":{}},{"appComponentName":"4ecf6d3565024ef883dce7ad5e102ab4","displayName":"comp_SideNav","appName":"e154cb49-ddb2-46d0-9c1a-8b37d12347be","appVersion":"2023-09-24T08:42:06Z","appComponentLibraryLogicalName":"appr_libraryaiedu_0a67d","appDisplayName":"Library - AIEDU","environmentName":"7de37065-98ab-e472-8f6f-c3bf7de5cf89","owner":{"id":"e749c7d4-d67c-422a-9a84-f20235e4b6e7","displayName":"Shehan Somaweera","email":"shehan@5pqqhr.onmicrosoft.com","type":"User","tenantId":"bd563dbd-ecfb-4775-b175-9bd70f4bec1f","userPrincipalName":"shehan@5pqqhr.onmicrosoft.com"},"allowCustomization":true,"createdOn":"2023-09-22T06:37:30.714Z","lastModifiedOn":"2023-09-24T08:40:14.521Z","connectionReferences":{"44e5022f-d67f-4dde-97c4-fc4356600336":{"id":"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f","dataSources":["ChatGPTConnector"],"dependencies":[],"dependents":[],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"dataSets":{}}},"databaseReferences":{}},{"appComponentName":"ee98e551e7114b67bf9088e36bf40dcf","displayName":"comp_Summarizer","appName":"e154cb49-ddb2-46d0-9c1a-8b37d12347be","appVersion":"2023-09-24T08:42:06Z","appComponentLibraryLogicalName":"appr_libraryaiedu_0a67d","appDisplayName":"Library - AIEDU","environmentName":"7de37065-98ab-e472-8f6f-c3bf7de5cf89","owner":{"id":"e749c7d4-d67c-422a-9a84-f20235e4b6e7","displayName":"Shehan Somaweera","email":"shehan@5pqqhr.onmicrosoft.com","type":"User","tenantId":"bd563dbd-ecfb-4775-b175-9bd70f4bec1f","userPrincipalName":"shehan@5pqqhr.onmicrosoft.com"},"allowCustomization":true,"createdOn":"2023-09-22T06:37:30.714Z","lastModifiedOn":"2023-09-24T08:40:14.521Z","connectionReferences":{"44e5022f-d67f-4dde-97c4-fc4356600336":{"id":"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f","dataSources":["ChatGPTConnector"],"dependencies":[],"dependents":[],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"dataSets":{}}},"databaseReferences":{}}] + [] + 1 + 1 + 0 + 0 + + 1.0 + {"cdsdependencies":[]} + 1 + /CanvasApps/appr_libraryaiedu_0a67d_BackgroundImageUri + /CanvasApps/appr_libraryaiedu_0a67d_DocumentUri.msapp + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d_BackgroundImageUri b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d_BackgroundImageUri new file mode 100644 index 00000000..28b1c9dd Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d_BackgroundImageUri differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d_DocumentUri.msapp b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d_DocumentUri.msapp new file mode 100644 index 00000000..5b5d11c6 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_libraryaiedu_0a67d_DocumentUri.msapp differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47.meta.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47.meta.xml new file mode 100644 index 00000000..ed7a8bb7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47.meta.xml @@ -0,0 +1,31 @@ + + + appr_staging_7db47 + 2023-09-22T06:34:23Z + Ready + 3.23092.13.0 + 3.23092.13.0 + {"primaryDeviceWidth":"640","primaryDeviceHeight":"640","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","showStatusBar":"false","publisherVersion":"3.23092.13","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false","sienaVersion":"20230922T062116Z-3.23092.13.0"} + 0 + + RGBA(0,176,240,1) + Staging + + + + [] + {} + {} + [] + [] + 1 + 0 + 0 + 0 + + 1.0 + {"cdsdependencies":[]} + 1 + /CanvasApps/appr_staging_7db47_BackgroundImageUri + /CanvasApps/appr_staging_7db47_DocumentUri.msapp + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47_BackgroundImageUri b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47_BackgroundImageUri new file mode 100644 index 00000000..c67f0065 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47_BackgroundImageUri differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47_DocumentUri.msapp b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47_DocumentUri.msapp new file mode 100644 index 00000000..01d2bdc3 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/appr_staging_7db47_DocumentUri.msapp differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/3dLaptop.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/3dLaptop.png new file mode 100644 index 00000000..0ad78ad7 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/3dLaptop.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/apraulogo.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/apraulogo.png new file mode 100644 index 00000000..9110f6ce Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/apraulogo.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/book.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/book.png new file mode 100644 index 00000000..11182254 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/book.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/img_NavTopLogo.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/img_NavTopLogo.png new file mode 100644 index 00000000..8e35f723 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/img_NavTopLogo.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/lamp.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/lamp.png new file mode 100644 index 00000000..5fc93359 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/lamp.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/logo.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/logo.png new file mode 100644 index 00000000..c07db7f1 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/Images/logo.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/SampleImage.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/SampleImage.json new file mode 100644 index 00000000..f6207232 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Assets/SampleImage.json @@ -0,0 +1,12 @@ +{ + "Content": "Image", + "FileName": "/ctrllib/image/images/SampleImage.svg", + "IsSampleData": true, + "IsWritable": false, + "Name": "SampleImage", + "Path": "/ctrllib/image/images/SampleImage.svg", + "ResourceKind": "Uri", + "RootPath": "ms-appx:///ctrllib/image/images/SampleImage.svg", + "Schema": "i", + "Type": "ResourceInfo" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/CanvasManifest.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/CanvasManifest.json new file mode 100644 index 00000000..c1670d76 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/CanvasManifest.json @@ -0,0 +1,147 @@ +{ + "FormatVersion": "0.24", + "Header": { + "AnalysisOptions": { + "DataflowAnalysisEnabled": false, + "DataflowAnalysisFlagStateToggledByUser": false + }, + "DocVersion": "1.334", + "MinVersionToLoad": "1.331", + "MSAppStructureVersion": "2.0" + }, + "Properties": { + "AppCreationSource": "AppFromScratch", + "AppDescription": "", + "AppPreviewFlagsMap": { + "aibuilderserviceenrollment": false, + "allowmultiplescreensincanvaspages": false, + "appinsightserrortracing": false, + "appinstrumentationcorrelationtracing": false, + "autocreateenvironmentvariables": false, + "behaviorpropertyui": false, + "blockmovingcontrol": true, + "cdsdataformatting": false, + "classiccontrols": false, + "consistentreturnschemafortabularfunctions": true, + "copyandmerge": false, + "dataflowanalysisenabled": false, + "datatablev2control": true, + "dataverseactionsenabled": true, + "delaycontrolrendering": true, + "delayloadscreens": true, + "disablecdsfileandlargeimage": false, + "dynamicschema": false, + "enableappembeddingux": false, + "enablechatbotfeature": true, + "enablecomponentnamemaps": false, + "enablecomponentscopeoldbehavior": false, + "enablecopilotcontrol": true, + "enabledataverseoffline": false, + "enableeditcacherefreshfrequency": false, + "enableexcelonlinebusinessv2connector": true, + "enableexperimentaldataverseoffline": true, + "enableideaspanel": true, + "enablelegacybarcodescanner": false, + "enableonstart": true, + "enableonstartnavigate": false, + "enablepcfmoderndatasets": true, + "enablerowscopeonetonexpand": false, + "enablerpawarecomponentdependency": true, + "enablerulespanel": false, + "enableruntimepolicies": true, + "enablesaveloadcleardataonweb": true, + "enableupdateifdelegation": false, + "enhancedgalleryinitialization": true, + "errorhandling": true, + "expandedsavedatasupport": true, + "exportimportcomponents2": true, + "externalmessage": false, + "fluentv9controls": false, + "fluentv9controlspreview": true, + "formuladataprefetch": true, + "formularepair": false, + "generatedebugpublishedapp": false, + "herocontrols": false, + "improvedmediacapture": true, + "improvedtabstopbehavior": false, + "isemptyrequirestableargument": true, + "keeprecentscreensloaded": false, + "longlivingcache": false, + "mobilenativerendering": false, + "namedformulas": true, + "nativecdsexperimental": true, + "onegrid": false, + "optimizedforteamsmeeting": false, + "packagemodernruntime": false, + "parallelcodegen": false, + "pdffunction": false, + "powerfxdecimal": false, + "powerfxv1": false, + "projectionmapping": true, + "reactformulabar": true, + "reliableconcurrent": true, + "reservedkeywords": false, + "reverttooldpowerautomate": false, + "rtlinstudiopreview": false, + "rtlsupport": false, + "smartemaildatacard": false, + "supportcolumnnamesasidentifiers": false, + "tabledoesntwraprecords": true, + "untypedobject": true, + "usedisplaynamemetadata": true, + "useenforcesavedatalimits": true, + "useexperimentalcdsconnector": true, + "useexperimentalsqlconnector": true, + "useguiddatatypes": true, + "usenonblockingonstartrule": true, + "webbarcodescanner": false, + "zeroalltabindexes": false + }, + "Author": "", + "BindingErrorCount": 0, + "ContainsThirdPartyPcfControls": false, + "DefaultConnectedDataSourceMaxGetRowsCount": 500, + "DocumentAppType": "DesktopOrTablet", + "DocumentLayoutHeight": 768, + "DocumentLayoutLockOrientation": false, + "DocumentLayoutMaintainAspectRatio": false, + "DocumentLayoutOrientation": "landscape", + "DocumentLayoutScaleToFit": false, + "DocumentLayoutWidth": 1366, + "DocumentType": "App", + "EnableInstrumentation": false, + "FileID": "8140c02f-b493-495d-b506-79debb5d0d8b", + "Id": "40e9b759-0be0-4a19-935a-a1afa58b4f1f", + "InstrumentationKey": "", + "ManualOfflineProfileId": "", + "Name": "AI Education", + "OriginatingVersion": "1.334", + "ParserErrorCount": 0, + "ShowStatusBar": false + }, + "PublishInfo": { + "AppName": "AI Education", + "BackgroundColor": "RGBA(0,176,240,1)", + "IconColor": "RGBA(255,255,255,1)", + "IconName": "Edit", + "LogoFileName": "", + "PublishDataLocally": false, + "PublishResourcesLocally": false, + "PublishTarget": "player", + "UserLocale": "en-US" + }, + "ScreenOrder": [ + "Login", + "Dashboard", + "Courses", + "Submissions", + "Messages", + "Summarizer", + "Translator", + "AssignmentAssist", + "Announcements", + "GradedAssignments", + "Screen1", + "Testing" + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/ComponentReferences.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/ComponentReferences.json new file mode 100644 index 00000000..fc07eb73 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/ComponentReferences.json @@ -0,0 +1,32 @@ +[ + { + "HasLibraryLogicalName": true, + "InstanceCount": 0, + "LibraryId": "e154cb49-ddb2-46d0-9c1a-8b37d12347be", + "LibraryLogicalName": "appr_libraryaiedu_0a67d", + "LibraryVersion": "2023-09-24T08:42:06Z", + "OriginalComponentDefinitionTemplateId": "4ecf6d3565024ef883dce7ad5e102ab4", + "RefusedSourceLastTimeSaved": "0001-01-01T00:00:00", + "SourceLastTimeSaved": "2023-09-26T04:45:16.82+00:00" + }, + { + "HasLibraryLogicalName": true, + "InstanceCount": 0, + "LibraryId": "e154cb49-ddb2-46d0-9c1a-8b37d12347be", + "LibraryLogicalName": "appr_libraryaiedu_0a67d", + "LibraryVersion": "2023-09-24T08:42:06Z", + "OriginalComponentDefinitionTemplateId": "ee98e551e7114b67bf9088e36bf40dcf", + "RefusedSourceLastTimeSaved": "0001-01-01T00:00:00", + "SourceLastTimeSaved": "2023-09-26T04:45:16.82+00:00" + }, + { + "HasLibraryLogicalName": true, + "InstanceCount": 1, + "LibraryId": "0fdd18f9-b5a2-407d-b964-8ee90b93c65a", + "LibraryLogicalName": "cat_powercatcomponentlibrary_0be3a", + "LibraryVersion": "2023-09-21T10:45:01Z", + "OriginalComponentDefinitionTemplateId": "952d39d80fc84420b772a5058b19d909", + "RefusedSourceLastTimeSaved": "0001-01-01T00:00:00", + "SourceLastTimeSaved": "2023-09-21T10:45:01.835+00:00" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Connections/Connections.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Connections/Connections.json new file mode 100644 index 00000000..e7067040 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Connections/Connections.json @@ -0,0 +1,23 @@ +{ + "febe1cd5-cbec-4991-9891-abae99a71bc5": { + "appActions": [ + "ChatAPI" + ], + "connectionRef": { + "apiTier": "Standard", + "displayName": "ChatGPT Connector", + "iconUri": "https://prodapiicons.cdn.powerappscdn.net/20230922t000000zafb5df4312bb4a808b0f98613291bdc1/customconnectoricon.png", + "id": "/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f", + "isCustomApiConnection": true, + "parameterHints": {}, + "parameterHintsV2": {} + }, + "datasets": {}, + "dataSources": [ + "ChatGPTConnector" + ], + "dependencies": {}, + "dependents": [], + "id": "febe1cd5-cbec-4991-9891-abae99a71bc5" + } +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/ControlTemplates.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/ControlTemplates.json new file mode 100644 index 00000000..cb637344 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/ControlTemplates.json @@ -0,0 +1,285 @@ +{ + "appinfo": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/appinfo", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "appinfo", + "OverridableProperties": {}, + "Version": "1.0" + }, + "attachments": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/attachments", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "attachments", + "OverridableProperties": {}, + "Version": "2.3.0" + }, + "button": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/button", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "button", + "OverridableProperties": {}, + "Version": "2.2.0" + }, + "combobox": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/combobox", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "combobox", + "OverridableProperties": {}, + "Version": "2.4.0" + }, + "dropdown": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/dropdown", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "dropdown", + "OverridableProperties": {}, + "Version": "2.3.1" + }, + "form": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/form", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "form", + "OverridableProperties": {}, + "Version": "2.4.0" + }, + "gallery": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/gallery", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "gallery", + "OverridableProperties": {}, + "Version": "2.13.2" + }, + "galleryTemplate": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/galleryTemplate", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "galleryTemplate", + "OverridableProperties": {}, + "Version": "1.0" + }, + "groupContainer": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Host": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "HostType": "Default", + "Id": "http://microsoft.com/appmagic/hostcontrol", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "hostControl", + "OverridableProperties": {}, + "Version": "1.6.0" + }, + "htmlViewer": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/htmlViewer", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "htmlViewer", + "OverridableProperties": {}, + "Version": "2.1.0" + }, + "icon": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/icon", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "icon", + "OverridableProperties": {}, + "Version": "2.5.0" + }, + "image": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/image", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "image", + "OverridableProperties": {}, + "Version": "2.2.2" + }, + "label": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "rectangle": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/shapes/rectangle", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "rectangle", + "OverridableProperties": {}, + "Version": "2.3.0" + }, + "screen": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/screen", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "screen", + "OverridableProperties": {}, + "Version": "1.0" + }, + "Spinner": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_Spinner", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": true, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "PowerApps_CoreControls_Spinner", + "OverridableProperties": {}, + "TemplateDisplayName": "Spinner", + "Version": "1.0.19" + }, + "text": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/text", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "text", + "OverridableProperties": {}, + "Version": "2.3.2" + }, + "Text input": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_TextInputCanvas", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": true, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "PowerApps_CoreControls_TextInputCanvas", + "OverridableProperties": {}, + "TemplateDisplayName": "Text input", + "Version": "0.0.17" + }, + "typedDataCard": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/card", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "typedDataCard", + "OverridableProperties": {}, + "Version": "1.0.6" + } +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Announcements_1.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Announcements_1.json new file mode 100644 index 00000000..95e291d8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Announcements_1.json @@ -0,0 +1,142 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_announcements", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_announcement", + "Name": "Announcements_1", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "{Attachments}": "Attachments", + "appr_Account": "Account", + "appr_announcement_Annotations": "Notes", + "appr_announcement_AsyncOperations": "System Jobs", + "appr_announcement_BulkDeleteFailures": "Bulk Delete Failures", + "appr_announcement_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_announcement_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_announcement_ProcessSession": "Process Sessions", + "appr_announcement_SyncErrors": "Sync Errors", + "appr_announcementfrom": "Announcement From", + "appr_announcementid": "Announcement", + "appr_Course": "Course", + "appr_description": "Description", + "appr_name": "Name", + "appr_scope": "Scope", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Announcements_1", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Announcements_1 (Views)", + "Name": "_appr_announcement_views", + "RelatedEntityName": "Announcements_1", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "1b7d44f3-ca99-4c66-809d-c822be892546": "Announcement Advanced Find View", + "38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7": "Announcement Associated View", + "85da8255-81d9-44ef-bb52-2c2fc22f0cb8": "Announcement Lookup View", + "d6116301-e8c5-44f2-ae6a-d86d7ea5e345": "Inactive Announcements", + "e7ad6405-96a5-4ad7-9fde-2955022b2ce1": "Active Announcements" + } + }, + { + "DisplayName": "Annoucement From", + "Name": "appr_annoucementfrom", + "OptionSetInfoNameMapping": { + "1": "Admin", + "2": "Teacher", + "3": "System Generated" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_announcementfrom", + "OptionSetReferenceEntityName": "Announcements_1" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_announcementfrom", + "RelatedEntityName": "Announcements_1", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status (Announcements_1)", + "Name": "appr_announcement_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Announcements_1" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Announcements_1", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Announcements_1)", + "Name": "appr_announcement_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Announcements_1" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Announcements_1", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Announcement Scope", + "Name": "appr_announcementscope", + "OptionSetInfoNameMapping": { + "1": "School", + "2": "Course" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_scope", + "OptionSetReferenceEntityName": "Announcements_1" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_scope", + "RelatedEntityName": "Announcements_1", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Assignment Marks.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Assignment Marks.json new file mode 100644 index 00000000..20e9e360 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Assignment Marks.json @@ -0,0 +1,127 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_assignmentmarks", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_assignmentmark", + "MaxGetRowsCount": 500, + "Name": "Assignment Marks", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_assignmentmark_AsyncOperations": "System Jobs", + "appr_assignmentmark_BulkDeleteFailures": "Bulk Delete Failures", + "appr_assignmentmark_DuplicateBaseRecord": "Duplicate Records (appr_assignmentmark_DuplicateBaseRecord)", + "appr_assignmentmark_DuplicateMatchingRecord": "Duplicate Records (appr_assignmentmark_DuplicateMatchingRecord)", + "appr_assignmentmark_FileAttachments": "FileAttachments", + "appr_assignmentmark_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_assignmentmark_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_assignmentmark_ProcessSession": "Process Sessions", + "appr_assignmentmark_SyncErrors": "Sync Errors", + "appr_assignmentmarkid": "Assignment Mark", + "appr_assignmentstatus": "Assignment Status", + "appr_attachment": "Attachment", + "appr_feedbackcomment": "Feedback Comment", + "appr_name": "Name", + "appr_StudentName": "Student Name", + "appr_submissiontext": "Submission Text", + "appr_SubmittedAssignment": "Submitted Assignment", + "appr_submittedon": "Submitted On", + "appr_totalmarks": "total marks", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Assignment Marks", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Assignment Marks (Views)", + "Name": "_appr_assignmentmark_views", + "RelatedEntityName": "Assignment Marks", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "5078ae01-3ebb-4181-86c8-ba67627a0280": "Assignment Mark Associated View", + "58934c47-c8ef-44fb-934d-01cd896f312f": "Assignment Mark Advanced Find View", + "a558466b-df4a-4440-bdd8-9341d802492a": "Inactive Assignment Marks", + "abbb8298-e408-4d68-89f8-b7a61e56779c": "Active Assignment Marks", + "d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3": "Assignment Mark Lookup View" + } + }, + { + "DisplayName": "Status (Assignment Marks)", + "Name": "appr_assignmentmark_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Assignment Marks" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Assignment Marks", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Assignment Marks)", + "Name": "appr_assignmentmark_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Assignment Marks" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Assignment Marks", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Assignment Status", + "Name": "appr_assignmentstatus", + "OptionSetInfoNameMapping": { + "1": "Submitted", + "2": "Not Submitted", + "3": "Graded" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_assignmentstatus", + "OptionSetReferenceEntityName": "Assignment Marks" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_assignmentstatus", + "RelatedEntityName": "Assignment Marks", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Assignments.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Assignments.json new file mode 100644 index 00000000..a375a3e8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Assignments.json @@ -0,0 +1,105 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_assignments", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_assignment", + "MaxGetRowsCount": 500, + "Name": "Assignments", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_appr_assignmentmark_SubmittedAssignment_a": "Assignment Marks", + "appr_appr_rubric_Assignment_appr_assignment": "Rubrics", + "appr_assignment_AsyncOperations": "System Jobs", + "appr_assignment_BulkDeleteFailures": "Bulk Delete Failures", + "appr_assignment_DuplicateBaseRecord": "Duplicate Records (appr_assignment_DuplicateBaseRecord)", + "appr_assignment_DuplicateMatchingRecord": "Duplicate Records (appr_assignment_DuplicateMatchingRecord)", + "appr_assignment_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_assignment_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_assignment_ProcessSession": "Process Sessions", + "appr_assignment_SyncErrors": "Sync Errors", + "appr_assignmentid": "Assignment", + "appr_assignmentnumber": "Assignment Number", + "appr_Course": "Course", + "appr_description": "Description", + "appr_duedate": "Due Date", + "appr_name": "Name", + "appr_Teacher": "Teacher", + "appr_totalallocatedmarks": "Total Allocated Marks", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Assignments", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Assignments (Views)", + "Name": "_appr_assignment_views", + "RelatedEntityName": "Assignments", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "16c30a69-2198-46e6-bec6-923d21ae35fa": "Assignment Advanced Find View", + "63c430e7-f92b-4007-a7c7-987e3a423df3": "Active Assignments", + "cd3a31d3-1d47-4a31-855a-fc4e6f5b739e": "Assignment Associated View", + "d3bd3f97-ceaf-44ba-a37a-80f1063f86e4": "Assignment Lookup View", + "e0d7b7fa-5988-4d73-b596-38ed9e7338a9": "Inactive Assignments" + } + }, + { + "DisplayName": "Status (Assignments)", + "Name": "appr_assignment_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Assignments" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Assignments", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Assignments)", + "Name": "appr_assignment_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Assignments" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Assignments", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/ChatGPTConnector.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/ChatGPTConnector.json new file mode 100644 index 00000000..0ec9bb34 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/ChatGPTConnector.json @@ -0,0 +1,8 @@ +[ + { + "ApiId": "/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f", + "Name": "ChatGPTConnector", + "ServiceKind": "ConnectedWadl", + "Type": "ServiceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/ComboBoxSample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/ComboBoxSample.json new file mode 100644 index 00000000..a82dc899 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/ComboBoxSample.json @@ -0,0 +1,17 @@ +[ + { + "Data": "[{\"Value1\":\"Item 1\",\"Value2\":1,\"Value3\":10},{\"Value1\":\"Item 2\",\"Value2\":2,\"Value3\":20},{\"Value1\":\"Item 3\",\"Value2\":3,\"Value3\":30},{\"Value1\":\"Item 4\",\"Value2\":4,\"Value3\":40},{\"Value1\":\"Item 5\",\"Value2\":5,\"Value3\":50},{\"Value1\":\"Item 6\",\"Value2\":6,\"Value3\":60},{\"Value1\":\"Item 7\",\"Value2\":7,\"Value3\":70},{\"Value1\":\"Item 8\",\"Value2\":8,\"Value3\":80},{\"Value1\":\"Item 9\",\"Value2\":9,\"Value3\":90},{\"Value1\":\"Item 10\",\"Value2\":10,\"Value3\":100},{\"Value1\":\"Item 11\",\"Value2\":11,\"Value3\":110},{\"Value1\":\"Item 12\",\"Value2\":12,\"Value3\":120},{\"Value1\":\"Item 13\",\"Value2\":13,\"Value3\":130},{\"Value1\":\"Item 14\",\"Value2\":14,\"Value3\":140},{\"Value1\":\"Item 15\",\"Value2\":15,\"Value3\":150}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "ComboBoxSample", + "OrderedColumnNames": [ + "Value1", + "Value2", + "Value3" + ], + "OriginalName": "ComboBoxSample", + "OriginalSchema": "*[Value1:s, Value2:n, Value3:n]", + "Schema": "*[Value1:s, Value2:n, Value3:n]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Contacts.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Contacts.json new file mode 100644 index 00000000..609b72bf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Contacts.json @@ -0,0 +1,1442 @@ +[ + { + "ApiId": "/contact", + "CdsActionInfo": { + "CdsDataset": "default.cds", + "IsUnboundAction": false + }, + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "contacts", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "contact", + "MaxGetRowsCount": 500, + "Name": "Contacts", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "_parentcustomerid_value": "Company Name", + "{Attachments}": "Attachments", + "account_primary_contact": "Accounts", + "accountrolecode": "Role", + "address1_addresstypecode": "Address 1: Address Type", + "address1_city": "Address 1: City", + "address1_composite": "Address 1", + "address1_country": "Address 1: Country/Region", + "address1_county": "Address 1: County", + "address1_fax": "Address 1: Fax", + "address1_freighttermscode": "Address 1: Freight Terms", + "address1_latitude": "Address 1: Latitude", + "address1_line1": "Address 1: Street 1", + "address1_line2": "Address 1: Street 2", + "address1_line3": "Address 1: Street 3", + "address1_longitude": "Address 1: Longitude", + "address1_name": "Address 1: Name", + "address1_postalcode": "Address 1: ZIP/Postal Code", + "address1_postofficebox": "Address 1: Post Office Box", + "address1_primarycontactname": "Address 1: Primary Contact Name", + "address1_shippingmethodcode": "Address 1: Shipping Method", + "address1_stateorprovince": "Address 1: State/Province", + "address1_telephone1": "Address 1: Phone", + "address1_telephone2": "Address 1: Telephone 2", + "address1_telephone3": "Address 1: Telephone 3", + "address1_upszone": "Address 1: UPS Zone", + "address1_utcoffset": "Address 1: UTC Offset", + "address2_addresstypecode": "Address 2: Address Type", + "address2_city": "Address 2: City", + "address2_composite": "Address 2", + "address2_country": "Address 2: Country/Region", + "address2_county": "Address 2: County", + "address2_fax": "Address 2: Fax", + "address2_freighttermscode": "Address 2: Freight Terms", + "address2_latitude": "Address 2: Latitude", + "address2_line1": "Address 2: Street 1", + "address2_line2": "Address 2: Street 2", + "address2_line3": "Address 2: Street 3", + "address2_longitude": "Address 2: Longitude", + "address2_name": "Address 2: Name", + "address2_postalcode": "Address 2: ZIP/Postal Code", + "address2_postofficebox": "Address 2: Post Office Box", + "address2_primarycontactname": "Address 2: Primary Contact Name", + "address2_shippingmethodcode": "Address 2: Shipping Method", + "address2_stateorprovince": "Address 2: State/Province", + "address2_telephone1": "Address 2: Telephone 1", + "address2_telephone2": "Address 2: Telephone 2", + "address2_telephone3": "Address 2: Telephone 3", + "address2_upszone": "Address 2: UPS Zone", + "address2_utcoffset": "Address 2: UTC Offset", + "address3_addresstypecode": "Address 3: Address Type", + "address3_city": "Address 3: City", + "address3_composite": "Address 3", + "address3_country": "Address3: Country/Region", + "address3_county": "Address 3: County", + "address3_fax": "Address 3: Fax", + "address3_freighttermscode": "Address 3: Freight Terms", + "address3_latitude": "Address 3: Latitude", + "address3_line1": "Address3: Street 1", + "address3_line2": "Address3: Street 2", + "address3_line3": "Address3: Street 3", + "address3_longitude": "Address 3: Longitude", + "address3_name": "Address 3: Name", + "address3_postalcode": "Address3: ZIP/Postal Code", + "address3_postofficebox": "Address 3: Post Office Box", + "address3_primarycontactname": "Address 3: Primary Contact Name", + "address3_shippingmethodcode": "Address 3: Shipping Method", + "address3_stateorprovince": "Address3: State/Province", + "address3_telephone1": "Address 3: Telephone1", + "address3_telephone2": "Address 3: Telephone2", + "address3_telephone3": "Address 3: Telephone3", + "address3_upszone": "Address 3: UPS Zone", + "address3_utcoffset": "Address 3: UTC Offset", + "adx_confirmremovepassword": "Confirm Remove Password", + "adx_contact_externalidentity": "External Identities", + "adx_createdbyipaddress": "Created By IP Address", + "adx_createdbyusername": "Created By Username", + "adx_identity_accessfailedcount": "Access Failed Count", + "adx_identity_emailaddress1confirmed": "Email Confirmed", + "adx_identity_lastsuccessfullogin": "Last Successful Login", + "adx_identity_locallogindisabled": "Local Login Disabled", + "adx_identity_lockoutenabled": "Lockout Enabled", + "adx_identity_lockoutenddate": "Lockout End Date", + "adx_identity_logonenabled": "Login Enabled", + "adx_identity_mobilephoneconfirmed": "Mobile Phone Confirmed", + "adx_identity_newpassword": "New Password Input", + "adx_identity_passwordhash": "Password Hash", + "adx_identity_securitystamp": "Security Stamp", + "adx_identity_twofactorenabled": "Two Factor Enabled", + "adx_identity_username": "User Name", + "adx_invitation_invitecontact": "Invitations (adx_invitation_invitecontact)", + "adx_invitation_invitecontacts": "Invitations (adx_invitation_invitecontacts)", + "adx_invitation_invitercontact": "Invitations (adx_invitation_invitercontact)", + "adx_invitation_redeemedContact": "Invitations (adx_invitation_redeemedContact)", + "adx_invitation_redeemedcontacts": "Invitations (adx_invitation_redeemedcontacts)", + "adx_modifiedbyipaddress": "Modified By IP Address", + "adx_modifiedbyusername": "Modified By Username", + "adx_organizationname": "Organization Name", + "adx_preferredlcid": "Preferred LCID (Deprecated)", + "adx_profilealert": "Profile Alert", + "adx_profilealertdate": "Profile Alert Date", + "adx_profilealertinstructions": "Profile Alert Instructions", + "adx_profileisanonymous": "Profile Is Anonymous", + "adx_profilelastactivity": "Profile Last Activity", + "adx_profilemodifiedon": "Profile Modified On", + "adx_publicprofilecopy": "Public Profile Copy", + "adx_timezone": "Time Zone", + "adx_webformsession_contact": "Multistep Form Sessions", + "aging30": "Aging 30", + "aging30_base": "Aging 30 (Base)", + "aging60": "Aging 60", + "aging60_base": "Aging 60 (Base)", + "aging90": "Aging 90", + "aging90_base": "Aging 90 (Base)", + "anniversary": "Anniversary", + "annualincome": "Annual Income", + "annualincome_base": "Annual Income (Base)", + "appr_appr_assignment_Teacher_contact": "Assignments", + "appr_appr_assignmentmark_StudentName_contact": "Assignment Marks", + "appr_appr_course_Teacher_contact": "Courses", + "appr_appr_message_ReceiverContact_contact": "Messages (appr_appr_message_ReceiverContact_contact)", + "appr_appr_message_SenderContact_contact": "Messages (appr_appr_message_SenderContact_contact)", + "appr_appr_session_Contact_contact": "Sessions", + "appr_appr_studentcourse_StudentID_contact": "Student Courses", + "appr_contactrole": "Contact Role", + "appr_studentno": "Student No", + "assistantname": "Assistant", + "assistantphone": "Assistant Phone", + "birthdate": "Birthday", + "business2": "Business Phone 2", + "callback": "Callback Number", + "childrensnames": "Children's Names", + "company": "Company Phone", + "contact_actioncard": "Action Cards", + "Contact_ActivityPointers": "Activities", + "contact_adx_inviteredemptions": "Invite Redemptions", + "contact_adx_portalcomments": "Portal Comments", + "Contact_Annotation": "Notes", + "Contact_Appointments": "Appointments", + "Contact_AsyncOperations": "System Jobs", + "Contact_BulkDeleteFailures": "Bulk Delete Failures", + "contact_chats": "Teams chats", + "contact_connections1": "Connections (contact_connections1)", + "contact_connections2": "Connections (contact_connections2)", + "contact_customer_contacts": "Contacts (contact_customer_contacts)", + "Contact_CustomerAddress": "Addresses", + "Contact_DuplicateBaseRecord": "Duplicate Records (Contact_DuplicateBaseRecord)", + "Contact_DuplicateMatchingRecord": "Duplicate Records (Contact_DuplicateMatchingRecord)", + "Contact_Email_EmailSender": "Email Messages (Contact_Email_EmailSender)", + "Contact_Emails": "Email Messages (Contact_Emails)", + "Contact_Faxes": "Faxes", + "Contact_Feedback": "Feedback (Contact_Feedback)", + "Contact_Letters": "Letters", + "Contact_MailboxTrackingFolder": "Mailbox Auto Tracking Folders", + "contact_master_contact": "Contacts (contact_master_contact)", + "Contact_Phonecalls": "Phone Calls", + "contact_PostFollows": "Follows", + "contact_PostRegardings": "Post Regarding", + "contact_principalobjectattributeaccess": "Field Sharing", + "Contact_ProcessSessions": "Process Sessions", + "Contact_RecurringAppointmentMasters": "Recurring Appointments", + "Contact_SyncErrors": "Sync Errors", + "Contact_Tasks": "Tasks", + "contactid": "Contact", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "creditlimit": "Credit Limit", + "creditlimit_base": "Credit Limit (Base)", + "creditonhold": "Credit Hold", + "customersizecode": "Customer Size", + "customertypecode": "Relationship Type", + "department": "Department", + "description": "Description", + "donotbulkemail": "Do not allow Bulk Emails", + "donotbulkpostalmail": "Do not allow Bulk Mails", + "donotemail": "Do not allow Emails", + "donotfax": "Do not allow Faxes", + "donotphone": "Do not allow Phone Calls", + "donotpostalmail": "Do not allow Mails", + "donotsendmm": "Send Marketing Materials", + "educationcode": "Education", + "emailaddress1": "Email", + "emailaddress2": "Email Address 2", + "emailaddress3": "Email Address 3", + "employeeid": "Employee", + "entityimage": "Entity Image", + "entityimageid": "Entity Image Id", + "exchangerate": "Exchange Rate", + "externaluseridentifier": "External User Identifier", + "familystatuscode": "Marital Status", + "fax": "Fax", + "firstname": "First Name", + "followemail": "Follow Email Activity", + "ftpsiteurl": "FTP Site", + "fullname": "Full Name", + "gendercode": "Gender", + "governmentid": "Government", + "haschildrencode": "Has Children", + "home2": "Home Phone 2", + "importsequencenumber": "Import Sequence Number", + "isbackofficecustomer": "Back Office Customer", + "jobtitle": "Job Title", + "lastname": "Last Name", + "lastonholdtime": "Last On Hold Time", + "lastusedincampaign": "Last Date Included in Campaign", + "leadsourcecode": "Lead Source", + "lk_contact_feedback_createdby": "Feedback (lk_contact_feedback_createdby)", + "lk_contact_feedback_createdonbehalfby": "Feedback (lk_contact_feedback_createdonbehalfby)", + "managername": "Manager", + "managerphone": "Manager Phone", + "marketingonly": "Marketing Only", + "masterid": "Master ID", + "merged": "Merged", + "middlename": "Middle Name", + "mobilephone": "Mobile Phone", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "msa_managingpartnerid": "Managing Partner", + "msdyn_disablewebtracking": "Disable Web Tracking", + "msdyn_isminor": "Is Minor", + "msdyn_isminorwithparentalconsent": "Is Minor with Parental Consent", + "msdyn_portaltermsagreementdate": "Portal Terms Agreement Date", + "mspp_userpreferredlcid": "Preferred Language", + "nickname": "Nickname", + "numberofchildren": "No. of Children", + "onholdtime": "On Hold Time (Minutes)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "pager": "Pager", + "participatesinworkflow": "Participates in Workflow", + "paymenttermscode": "Payment Terms", + "powerpagecomponent_mspp_webrole_contact": "Site Components", + "preferredappointmentdaycode": "Preferred Day", + "preferredappointmenttimecode": "Preferred Time", + "preferredcontactmethodcode": "Preferred Method of Contact", + "preferredsystemuserid": "Preferred User", + "processid": "Process", + "salutation": "Salutation", + "shippingmethodcode": "Shipping Method", + "spousesname": "Spouse/Partner Name", + "stageid": "(Deprecated) Process Stage", + "statecode": "Status", + "statuscode": "Status Reason", + "suffix": "Suffix", + "telephone1": "Business Phone", + "telephone2": "Home Phone", + "telephone3": "Telephone 3", + "territorycode": "Territory", + "timespentbymeonemailandmeetings": "Time Spent by me", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "transactioncurrencyid": "Currency", + "traversedpath": "(Deprecated) Traversed Path", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number", + "websiteurl": "Website", + "yomifirstname": "Yomi First Name", + "yomifullname": "Yomi Full Name", + "yomilastname": "Yomi Last Name", + "yomimiddlename": "Yomi Middle Name" + }, + "PreferredName": "Contacts", + "Type": "NativeCDSDataSourceInfo", + "WadlMetadata": { + "WadlXml": "This OData service is located at http://localhost" + } + }, + { + "DisplayName": "Contacts (Views)", + "Name": "_contact_views", + "RelatedEntityName": "Contacts", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "00000000-0000-0000-00aa-000000666400": "Contacts Advanced Find View", + "00000000-0000-0000-00aa-000010001003": "My Active Contacts", + "00000000-0000-0000-00aa-000010001004": "Active Contacts", + "00000000-0000-0000-00aa-000010001033": "Inactive Contacts", + "00000000-0000-0000-00aa-000010001210": "Contact Associated View", + "0a8fa653-4147-4282-bf6b-168cfa839803": "Contacts: Influenced Deals That We Won", + "0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105": "All Contacts", + "73bc2d9b-4e0e-424c-8839-ed59d6817e3a": "Active Contacts Subgrid View", + "927e6cd8-b3ed-4c20-a154-b8bd8a86d172": "Contacts: No Campaign Activities in Last 3 Months", + "9c241a33-ca0b-4e50-ae92-db780d5b2a12": "Contacts: Responded to Campaigns in Last 6 Months", + "a2d479c5-53e3-4c69-addd-802327e67a0d": "Contacts Lookup View", + "ab582fb0-a846-453e-ad88-77f75ce91264": "My Connections", + "eda26f1e-dbcc-40ad-91f2-ff2878d1d8d8": "Entitlement Contacts" + } + }, + { + "DisplayName": "Confirm Remove Password (Contacts)", + "Name": "adx_contact_adx_confirmremovepassword", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_confirmremovepassword", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_confirmremovepassword", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Email Confirmed (Contacts)", + "Name": "adx_contact_adx_identity_emailaddress1confirmed", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_emailaddress1confirmed", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_emailaddress1confirmed", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Local Login Disabled (Contacts)", + "Name": "adx_contact_adx_identity_locallogindisabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_locallogindisabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_locallogindisabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Lockout Enabled (Contacts)", + "Name": "adx_contact_adx_identity_lockoutenabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_lockoutenabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_lockoutenabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Login Enabled (Contacts)", + "Name": "adx_contact_adx_identity_logonenabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_logonenabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_logonenabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Mobile Phone Confirmed (Contacts)", + "Name": "adx_contact_adx_identity_mobilephoneconfirmed", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_mobilephoneconfirmed", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_mobilephoneconfirmed", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Two Factor Enabled (Contacts)", + "Name": "adx_contact_adx_identity_twofactorenabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_twofactorenabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_twofactorenabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Profile Alert (Contacts)", + "Name": "adx_contact_adx_profilealert", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_profilealert", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_profilealert", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Profile Is Anonymous (Contacts)", + "Name": "adx_profileisanonymous_contact", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_profileisanonymous", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_profileisanonymous", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Contact Role", + "Name": "appr_contactrole", + "OptionSetInfoNameMapping": { + "1": "Admin", + "2": "Teacher", + "3": "Student" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_contactrole", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_contactrole", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Role (Contacts)", + "Name": "contact_accountrolecode", + "OptionSetInfoNameMapping": { + "1": "Decision Maker", + "2": "Employee", + "3": "Influencer" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "accountrolecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "accountrolecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 1: Address Type (Contacts)", + "Name": "contact_address1_addresstypecode", + "OptionSetInfoNameMapping": { + "1": "Bill To", + "2": "Ship To", + "3": "Primary", + "4": "Other" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address1_addresstypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address1_addresstypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 1: Freight Terms (Contacts)", + "Name": "contact_address1_freighttermscode", + "OptionSetInfoNameMapping": { + "1": "FOB", + "2": "No Charge" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address1_freighttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address1_freighttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 1: Shipping Method (Contacts)", + "Name": "contact_address1_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Airborne", + "2": "DHL", + "3": "FedEx", + "4": "UPS", + "5": "Postal Mail", + "6": "Full Load", + "7": "Will Call" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address1_shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address1_shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 2: Address Type (Contacts)", + "Name": "contact_address2_addresstypecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address2_addresstypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address2_addresstypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 2: Freight Terms (Contacts)", + "Name": "contact_address2_freighttermscode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address2_freighttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address2_freighttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 2: Shipping Method (Contacts)", + "Name": "contact_address2_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address2_shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address2_shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 3: Address Type (Contacts)", + "Name": "contact_address3_addresstypecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address3_addresstypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address3_addresstypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 3: Freight Terms (Contacts)", + "Name": "contact_address3_freighttermscode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address3_freighttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address3_freighttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 3: Shipping Method (Contacts)", + "Name": "contact_address3_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address3_shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address3_shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Credit Hold (Contacts)", + "Name": "contact_creditonhold", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "creditonhold", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "creditonhold", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Customer Size (Contacts)", + "Name": "contact_customersizecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "customersizecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "customersizecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Relationship Type (Contacts)", + "Name": "contact_customertypecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "customertypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "customertypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Bulk Emails (Contacts)", + "Name": "contact_donotbulkemail", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotbulkemail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotbulkemail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Bulk Mails (Contacts)", + "Name": "contact_donotbulkpostalmail", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotbulkpostalmail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotbulkpostalmail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Emails (Contacts)", + "Name": "contact_donotemail", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotemail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotemail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Faxes (Contacts)", + "Name": "contact_donotfax", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotfax", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotfax", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Phone Calls (Contacts)", + "Name": "contact_donotphone", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotphone", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotphone", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Mails (Contacts)", + "Name": "contact_donotpostalmail", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotpostalmail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotpostalmail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Send Marketing Materials (Contacts)", + "Name": "contact_donotsendmm", + "OptionSetInfoNameMapping": { + "0": "Send", + "1": "Do Not Send" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotsendmm", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotsendmm", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Education (Contacts)", + "Name": "contact_educationcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "educationcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "educationcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Marital Status (Contacts)", + "Name": "contact_familystatuscode", + "OptionSetInfoNameMapping": { + "1": "Single", + "2": "Married", + "3": "Divorced", + "4": "Widowed" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "familystatuscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "familystatuscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Follow Email Activity (Contacts)", + "Name": "contact_followemail", + "OptionSetInfoNameMapping": { + "0": "Do Not Allow", + "1": "Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "followemail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "followemail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Gender (Contacts)", + "Name": "contact_gendercode", + "OptionSetInfoNameMapping": { + "1": "Male", + "2": "Female" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "gendercode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "gendercode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Has Children (Contacts)", + "Name": "contact_haschildrencode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "haschildrencode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "haschildrencode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Auto-created (Contacts)", + "Name": "contact_isautocreate", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "isautocreate", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "isautocreate", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Back Office Customer (Contacts)", + "Name": "contact_isbackofficecustomer", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "isbackofficecustomer", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "isbackofficecustomer", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "IsPrivate (Contacts)", + "Name": "contact_isprivate", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "isprivate", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "isprivate", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Lead Source (Contacts)", + "Name": "contact_leadsourcecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "leadsourcecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "leadsourcecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Marketing Only (Contacts)", + "Name": "contact_marketingonly", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "marketingonly", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "marketingonly", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Merged (Contacts)", + "Name": "contact_merged", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "merged", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "merged", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Participates in Workflow (Contacts)", + "Name": "contact_participatesinworkflow", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "participatesinworkflow", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "participatesinworkflow", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Payment Terms (Contacts)", + "Name": "contact_paymenttermscode", + "OptionSetInfoNameMapping": { + "1": "Net 30", + "2": "2% 10, Net 30", + "3": "Net 45", + "4": "Net 60" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "paymenttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "paymenttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Preferred Day (Contacts)", + "Name": "contact_preferredappointmentdaycode", + "OptionSetInfoNameMapping": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "preferredappointmentdaycode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "preferredappointmentdaycode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Preferred Time (Contacts)", + "Name": "contact_preferredappointmenttimecode", + "OptionSetInfoNameMapping": { + "1": "Morning", + "2": "Afternoon", + "3": "Evening" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "preferredappointmenttimecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "preferredappointmenttimecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Preferred Method of Contact (Contacts)", + "Name": "contact_preferredcontactmethodcode", + "OptionSetInfoNameMapping": { + "1": "Any", + "2": "Email", + "3": "Phone", + "4": "Fax", + "5": "Mail" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "preferredcontactmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "preferredcontactmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Shipping Method (Contacts)", + "Name": "contact_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status (Contacts)", + "Name": "contact_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Contacts)", + "Name": "contact_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Territory (Contacts)", + "Name": "contact_territorycode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "territorycode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "territorycode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Disable Web Tracking (Contacts)", + "Name": "msdyn_contact_msdyn_disablewebtracking", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "msdyn_disablewebtracking", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "msdyn_disablewebtracking", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Is Minor (Contacts)", + "Name": "msdyn_contact_msdyn_isminor", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "msdyn_isminor", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "msdyn_isminor", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Is Minor with Parental Consent (Contacts)", + "Name": "msdyn_contact_msdyn_isminorwithparentalconsent", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "msdyn_isminorwithparentalconsent", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "msdyn_isminorwithparentalconsent", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Power Pages Languages", + "Name": "powerpagelanguages", + "OptionSetInfoNameMapping": { + "1025": "Arabic", + "1026": "Bulgarian - Bulgaria", + "1027": "Catalan - Catalan", + "1028": "Chinese - Traditional", + "1029": "Czech - Czech Republic", + "1030": "Danish - Denmark", + "1031": "German - Germany", + "1032": "Greek - Greece", + "1033": "English", + "1035": "Finnish - Finland", + "1036": "French - France", + "1037": "Hebrew", + "1038": "Hungarian - Hungary", + "1040": "Italian - Italy", + "1041": "Japanese - Japan", + "1042": "Korean - Korea", + "1043": "Dutch - Netherlands", + "1044": "Norwegian (Bokmål) - Norway", + "1045": "Polish - Poland", + "1046": "Portuguese - Brazil", + "1048": "Romanian - Romania", + "1049": "Russian - Russia", + "1050": "Croatian - Croatia", + "1051": "Slovak - Slovakia", + "1053": "Swedish - Sweden", + "1054": "Thai - Thailand", + "1055": "Turkish - Türkiye", + "1057": "Indonesian - Indonesia", + "1058": "Ukrainian - Ukraine", + "1060": "Slovenian - Slovenia", + "1061": "Estonian - Estonia", + "1062": "Latvian - Latvia", + "1063": "Lithuanian - Lithuania", + "1066": "Vietnamese - Vietnam", + "1069": "Basque - Basque", + "1081": "Hindi - India", + "1086": "Malay - Malaysia", + "1087": "Kazakh - Kazakhstan", + "1110": "Galician - Spain", + "2052": "Chinese - China", + "2070": "Portuguese - Portugal", + "2074": "Serbian (Latin) - Serbia", + "3076": "Chinese - Hong Kong SAR", + "3082": "Spanish (Traditional Sort) - Spain", + "3098": "Serbian (Cyrillic) - Serbia" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "mspp_userpreferredlcid", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "mspp_userpreferredlcid", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Courses_1.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Courses_1.json new file mode 100644 index 00000000..2fb26686 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Courses_1.json @@ -0,0 +1,106 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_courses", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_course", + "MaxGetRowsCount": 500, + "Name": "Courses_1", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_appr_announcement_Course_appr_course": "Announcements", + "appr_appr_assignment_Course_appr_course": "Assignments", + "appr_appr_learningmaterials_RelatedCourse_appr": "Learning Materials", + "appr_appr_session_Course_appr_course": "Sessions", + "appr_appr_studentcourse_CourseID_appr_course": "Student Courses", + "appr_course_AsyncOperations": "System Jobs", + "appr_course_BulkDeleteFailures": "Bulk Delete Failures", + "appr_course_DuplicateBaseRecord": "Duplicate Records (appr_course_DuplicateBaseRecord)", + "appr_course_DuplicateMatchingRecord": "Duplicate Records (appr_course_DuplicateMatchingRecord)", + "appr_course_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_course_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_course_ProcessSession": "Process Sessions", + "appr_course_SyncErrors": "Sync Errors", + "appr_coursecode": "Course Code", + "appr_courseicon": "Course Icon", + "appr_courseiconid": "appr_CourseIconId", + "appr_courseid": "Course", + "appr_name": "Name", + "appr_Teacher": "Teacher", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Courses_1", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Courses_1 (Views)", + "Name": "_appr_course_views", + "RelatedEntityName": "Courses_1", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "2ad812ee-3a9d-4f81-88b2-9416786a6bf3": "Course Advanced Find View", + "3e5f6b9b-094e-4db0-9a56-250b068b4c3b": "Active Courses", + "70a940d8-75fe-482b-aeed-a8ba45a812fb": "Inactive Courses", + "b689496f-1a39-4202-8f95-0c6cd5314658": "Course Associated View", + "d5452d9b-df48-4247-af37-a22a22d92379": "Course Lookup View" + } + }, + { + "DisplayName": "Status (Courses_1)", + "Name": "appr_course_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Courses_1" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Courses_1", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Courses_1)", + "Name": "appr_course_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Courses_1" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Courses_1", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/CustomGallerySample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/CustomGallerySample.json new file mode 100644 index 00000000..221a3011 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/CustomGallerySample.json @@ -0,0 +1,17 @@ +[ + { + "Data": "[{\"SampleHeading\":\"Lorem ipsum 1\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"},{\"SampleHeading\":\"Lorem ipsum 2\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Suspendisse enim metus, tincidunt quis lobortis a, fringilla dignissim neque.\"},{\"SampleHeading\":\"Lorem ipsum 3\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Ut pharetra a dolor ac vehicula.\"},{\"SampleHeading\":\"Lorem ipsum 4\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Vestibulum dui felis, fringilla nec mi sed, tristique dictum nisi.\"}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "CustomGallerySample", + "OrderedColumnNames": [ + "SampleImage", + "SampleHeading", + "SampleText" + ], + "OriginalName": "CustomGallerySample", + "OriginalSchema": "*[SampleHeading:s, SampleImage:i, SampleText:s]", + "Schema": "*[SampleHeading:s, SampleImage:i, SampleText:s]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/DropDownSample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/DropDownSample.json new file mode 100644 index 00000000..cae86d65 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/DropDownSample.json @@ -0,0 +1,15 @@ +[ + { + "Data": "[{\"Value\":\"1\"},{\"Value\":\"2\"},{\"Value\":\"3\"}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "DropDownSample", + "OrderedColumnNames": [ + "Value" + ], + "OriginalName": "DropDownSample", + "OriginalSchema": "*[Value:s]", + "Schema": "*[Value:s]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Learning Materials.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Learning Materials.json new file mode 100644 index 00000000..adaa3b0b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Learning Materials.json @@ -0,0 +1,101 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_learningmaterialses", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_learningmaterials", + "Name": "Learning Materials", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_attachment": "Attachment", + "appr_description": "Description", + "appr_learningmaterials_AsyncOperations": "System Jobs", + "appr_learningmaterials_BulkDeleteFailures": "Bulk Delete Failures", + "appr_learningmaterials_DuplicateBaseRecord": "Duplicate Records (appr_learningmaterials_DuplicateBaseRecord)", + "appr_learningmaterials_DuplicateMatchingRecord": "Duplicate Records (appr_learningmaterials_DuplicateMatchingRecord)", + "appr_learningmaterials_FileAttachments": "FileAttachments", + "appr_learningmaterials_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_learningmaterials_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_learningmaterials_ProcessSession": "Process Sessions", + "appr_learningmaterials_SyncErrors": "Sync Errors", + "appr_learningmaterialsid": "Learning Materials", + "appr_name": "Name", + "appr_RelatedCourse": "Related Course", + "appr_unitnumber": "Unit Number", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Learning Materials", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Learning Materials (Views)", + "Name": "_appr_learningmaterials_views", + "RelatedEntityName": "Learning Materials", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "1aee8e6b-59f3-426e-8f01-0a0dfd57e0de": "Learning Materials Lookup View", + "29ef9445-ceec-4d33-a51f-eb864d42f691": "Learning Materials Advanced Find View", + "884d91ae-2f66-4f8e-be0d-85308eff1a4a": "Inactive Learning Materials", + "99bdebf7-4f64-437a-a04f-320d1dda1297": "Learning Materials Associated View", + "d836df44-39cc-4976-894f-e71705397937": "Active Learning Materials" + } + }, + { + "DisplayName": "Status (Learning Materials)", + "Name": "appr_learningmaterials_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Learning Materials" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Learning Materials", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Learning Materials)", + "Name": "appr_learningmaterials_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Learning Materials" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Learning Materials", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Student Courses.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Student Courses.json new file mode 100644 index 00000000..3507fc70 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/Student Courses.json @@ -0,0 +1,98 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_studentcourses", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_studentcourse", + "Name": "Student Courses", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_CourseID": "Course ID", + "appr_name": "Name", + "appr_studentcourse_AsyncOperations": "System Jobs", + "appr_studentcourse_BulkDeleteFailures": "Bulk Delete Failures", + "appr_studentcourse_DuplicateBaseRecord": "Duplicate Records (appr_studentcourse_DuplicateBaseRecord)", + "appr_studentcourse_DuplicateMatchingRecord": "Duplicate Records (appr_studentcourse_DuplicateMatchingRecord)", + "appr_studentcourse_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_studentcourse_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_studentcourse_ProcessSession": "Process Sessions", + "appr_studentcourse_SyncErrors": "Sync Errors", + "appr_studentcourseid": "Student Course", + "appr_StudentID": "Student ID", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Student Courses", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Student Courses (Views)", + "Name": "_appr_studentcourse_views", + "RelatedEntityName": "Student Courses", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "13010f32-1e20-4c7f-9061-6c0fc712c7e1": "Student Course Advanced Find View", + "7dd07f31-a04d-4615-b416-c55e9258b835": "Student Course Lookup View", + "b8dfa033-2340-4912-90fd-b2a611814c34": "Student Course Associated View", + "cd7eed9c-9507-4927-abc8-09fa784fd39f": "Active Student Courses", + "fdb7ebb0-1f93-4dbf-9bc2-5750cfd3c04c": "Inactive Student Courses" + } + }, + { + "DisplayName": "Status (Student Courses)", + "Name": "appr_studentcourse_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Student Courses" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Student Courses", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Student Courses)", + "Name": "appr_studentcourse_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Student Courses" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Student Courses", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colAssignmentAssist.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colAssignmentAssist.json new file mode 100644 index 00000000..eadba575 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colAssignmentAssist.json @@ -0,0 +1,9 @@ +[ + { + "IsComponentScoped": false, + "IsSampleData": false, + "IsWritable": true, + "Name": "colAssignmentAssist", + "Type": "CollectionDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colAssignments.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colAssignments.json new file mode 100644 index 00000000..b05fc3b4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colAssignments.json @@ -0,0 +1,9 @@ +[ + { + "IsComponentScoped": false, + "IsSampleData": false, + "IsWritable": true, + "Name": "colAssignments", + "Type": "CollectionDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colChat.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colChat.json new file mode 100644 index 00000000..3b4c16e6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colChat.json @@ -0,0 +1,9 @@ +[ + { + "IsComponentScoped": false, + "IsSampleData": false, + "IsWritable": true, + "Name": "colChat", + "Type": "CollectionDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colSummary.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colSummary.json new file mode 100644 index 00000000..6868f373 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colSummary.json @@ -0,0 +1,9 @@ +[ + { + "IsComponentScoped": false, + "IsSampleData": false, + "IsWritable": true, + "Name": "colSummary", + "Type": "CollectionDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colTranslate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colTranslate.json new file mode 100644 index 00000000..1a0817ed --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/DataSources/colTranslate.json @@ -0,0 +1,9 @@ +[ + { + "IsComponentScoped": false, + "IsSampleData": false, + "IsWritable": true, + "Name": "colTranslate", + "Type": "CollectionDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/AppCheckerResult.sarif b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/AppCheckerResult.sarif new file mode 100644 index 00000000..33a089fb --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/AppCheckerResult.sarif @@ -0,0 +1,3516 @@ +{ + "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json", + "runs": [ + { + "columnKind": "utf16CodeUnits", + "invocations": [ + { + "executionSuccessful": true + } + ], + "results": [ + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav_2.cont_Nav_1.gal_Nav_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav_2.cont_Nav_1.gal_Nav_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_SideNav_2", + "type": "comp_SideNav_2.cont_Nav_1.gal_Nav_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav_2.cont_Nav_1.gal_Nav_1.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav_2.cont_Nav_1.gal_Nav_1.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "comp_SideNav_2", + "type": "comp_SideNav_2.cont_Nav_1.gal_Nav_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Subject.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Subject.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Subject" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Topic.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Topic.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Topic" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.txt_Keywords.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.txt_Keywords.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyUpper.txt_Keywords" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_1.txt_UserInput.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_1.txt_UserInput.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_1.txt_UserInput" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_2.txt_Response.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_2.txt_Response.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_2.txt_Response" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.drp_Subject_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.drp_Subject_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer_2", + "type": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.drp_Subject_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.drp_Topic_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.drp_Topic_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer_2", + "type": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.drp_Topic_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.txt_Keywords_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.txt_Keywords_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer_2", + "type": "comp_Summarizer_2.cont_Body_1.cont_BodyUpper_1.txt_Keywords_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyLower_3.cont_BodyLower_4.txt_UserInput_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyLower_3.cont_BodyLower_4.txt_UserInput_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer_2", + "type": "comp_Summarizer_2.cont_Body_1.cont_BodyLower_3.cont_BodyLower_4.txt_UserInput_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyLower_3.cont_BodyLower_5.txt_Response_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer_2.cont_Body_1.cont_BodyLower_3.cont_BodyLower_5.txt_Response_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer_2", + "type": "comp_Summarizer_2.cont_Body_1.cont_BodyLower_3.cont_BodyLower_5.txt_Response_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "ExpandMenu.imgExpandButton.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "ExpandMenu.imgExpandButton.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "ExpandMenu", + "type": "ExpandMenu.imgExpandButton" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "ExpandMenu.glExpandMenu.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "ExpandMenu.glExpandMenu.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "ExpandMenu", + "type": "ExpandMenu.glExpandMenu" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "ExpandMenu.glExpandMenu.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "ExpandMenu.glExpandMenu.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "ExpandMenu", + "type": "ExpandMenu.glExpandMenu" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Low" + }, + "ruleId": "acc-TabOrderShouldBeChecked", + "ruleIndex": 3 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1", + "relativeAddress": 0 + } + }, + "properties": { + "module": "Screen1", + "type": "Screen1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Low" + }, + "ruleId": "acc-ReadableScreenNameNeeded", + "ruleIndex": 4 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Screen1", + "type": "Screen1.ScreenContainer1.RightContainer1.Gallery2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Screen1", + "type": "Screen1.ScreenContainer1.RightContainer1.Gallery2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.gal_Cont01.Label2.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.gal_Cont01.Label2.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Screen1", + "type": "Screen1.ScreenContainer1.RightContainer1.Gallery2.gal_Cont01.Label2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.gal_Cont01.Label2.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Gallery2.gal_Cont01.Label2.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Screen1", + "type": "Screen1.ScreenContainer1.RightContainer1.Gallery2.gal_Cont01.Label2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Container1.txt_userPrompt.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Container1.txt_userPrompt.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Screen1", + "type": "Screen1.ScreenContainer1.RightContainer1.Container1.txt_userPrompt" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Container1.icn_Send.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Container1.icn_Send.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Screen1", + "type": "Screen1.ScreenContainer1.RightContainer1.Container1.icn_Send" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Container1.icn_Send.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.ScreenContainer1.RightContainer1.Container1.icn_Send.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Screen1", + "type": "Screen1.ScreenContainer1.RightContainer1.Container1.icn_Send" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1.icn_Spinner.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1.icn_Spinner.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Screen1", + "type": "Screen1.icn_Spinner" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_sidenav_5.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Subject_3.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Subject_3.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Subject_3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Assignment.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Assignment.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Assignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyLower_12.cont_BodyLower_13.txt_UserInput_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyLower_12.cont_BodyLower_13.txt_UserInput_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyLower_12.cont_BodyLower_13.txt_UserInput_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyLower_12.cont_BodyLower_14.txt_Response_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyLower_12.cont_BodyLower_14.txt_Response_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AssignmentAssist", + "type": "AssignmentAssist.cont_Main_4.cont_mainContent_4.cont_Body_4.cont_BodyLower_12.cont_BodyLower_14.txt_Response_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_sidenav_7.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_8.drp_Subject_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_8.drp_Subject_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_8.drp_Subject_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_8.drp_Assignment_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_8.drp_Assignment_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_8.drp_Assignment_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_9.cont_BodyUpper_9_1.txt_Submissions_AssignmentDesc.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_9.cont_BodyUpper_9_1.txt_Submissions_AssignmentDesc.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyUpperSummary_2.cont_BodyUpper_9.cont_BodyUpper_9_1.txt_Submissions_AssignmentDesc" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Submission Text_DataCard1'.DataCardValue3.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Submission Text_DataCard1'.DataCardValue3.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Submission Text_DataCard1'.DataCardValue3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.Attachment_DataCard1.DataCardValue4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.Attachment_DataCard1.DataCardValue4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.Attachment_DataCard1.DataCardValue4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Assignment Status_DataCard1'.DataCardValue5.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Assignment Status_DataCard1'.DataCardValue5.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Assignment Status_DataCard1'.DataCardValue5" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Submitted Assignment_DataCard1'.DataCardValue6.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Submitted Assignment_DataCard1'.DataCardValue6.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Submitted Assignment_DataCard1'.DataCardValue6" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Student Name_DataCard1'.DataCardValue7.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Student Name_DataCard1'.DataCardValue7.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.frm_Submission.'Student Name_DataCard1'.DataCardValue7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_sidenav_6.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.cont_BodyUpper_12.txt_search_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.cont_BodyUpper_12.txt_search_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.cont_BodyUpper_12.txt_search_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.cont_BodyUpper_12.drp_filters_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.cont_BodyUpper_12.drp_filters_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.cont_BodyUpper_12.drp_filters_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Testing.Gallery3.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Testing.Gallery3.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Testing", + "type": "Testing.Gallery3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Testing.Gallery3.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Testing.Gallery3.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Testing", + "type": "Testing.Gallery3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.lbl_Titile_4.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.lbl_Titile_4.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.lbl_Titile_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.lbl_Titile_4.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.lbl_Titile_4.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_sidenav_2.cont_SideNavInner_2.cont_Nav_4.gal_Nav_4.lbl_Titile_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_insightContainer.cont_announcement.cont_announcement_layout.cont_layoutAnnouncement.glr_announcement_3.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_insightContainer.cont_announcement.cont_announcement_layout.cont_layoutAnnouncement.glr_announcement_3.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_insightContainer.cont_announcement.cont_announcement_layout.cont_layoutAnnouncement.glr_announcement_3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_insightContainer.cont_announcement.cont_announcement_layout.cont_layoutAnnouncement.glr_announcement_3.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_insightContainer.cont_announcement.cont_announcement_layout.cont_layoutAnnouncement.glr_announcement_3.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_insightContainer.cont_announcement.cont_announcement_layout.cont_layoutAnnouncement.glr_announcement_3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_marksTable.cont_marks.glr_marksTable.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_marksTable.cont_marks.glr_marksTable.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_marksTable.cont_marks.glr_marksTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_marksTable.cont_marks.glr_marksTable.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_marksTable.cont_marks.glr_marksTable.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Dashboard", + "type": "Dashboard.cont_Main.cont_mainContent.cont_cardContainer.cont_marksTable.cont_marks.glr_marksTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.lbl_teacher.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.lbl_teacher.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.lbl_teacher" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.lbl_teacher.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.lbl_teacher.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.lbl_teacher" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentsAndAnnouncements.glr_assignment.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentsAndAnnouncements.glr_assignment.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentsAndAnnouncements.glr_assignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentsAndAnnouncements.glr_assignment.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentsAndAnnouncements.glr_assignment.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentsAndAnnouncements.glr_assignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentMaterials.glr_materialsTable.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentMaterials.glr_materialsTable.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentMaterials.glr_materialsTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentMaterials.glr_materialsTable.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentMaterials.glr_materialsTable.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Course_1.cont_CourseContents_1.cont_assignmentMaterials.glr_materialsTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.lbl_Titile_5.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.lbl_Titile_5.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.lbl_Titile_5" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.lbl_Titile_5.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.lbl_Titile_5.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_sidenav_3.cont_SideNavInner_3.cont_Nav_5.gal_Nav_5.lbl_Titile_5" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.drp_Subject_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.drp_Subject_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.drp_Subject_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.drp_Topic_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.drp_Topic_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.drp_Topic_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.txt_Keywords_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.txt_Keywords_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyUpperSummary.cont_BodyUpper_2.txt_Keywords_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyLower_6.cont_BodyLower_7.txt_UserInput_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyLower_6.cont_BodyLower_7.txt_UserInput_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyLower_6.cont_BodyLower_7.txt_UserInput_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyLower_6.cont_BodyLower_8.txt_Response_2.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyLower_6.cont_BodyLower_8.txt_Response_2.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Summarizer", + "type": "Summarizer.cont_Main_2.cont_mainContent_2.cont_Body_2.cont_bodyInner.cont_BodyLower_6.cont_BodyLower_8.txt_Response_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.lbl_Titile_6.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.lbl_Titile_6.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.lbl_Titile_6" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.lbl_Titile_6.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.lbl_Titile_6.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_sidenav_4.cont_SideNavInner_4.cont_Nav_6.gal_Nav_6.lbl_Titile_6" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyUpperSummary_1.cont_BodyUpper_4.drp_FromLanguage.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyUpperSummary_1.cont_BodyUpper_4.drp_FromLanguage.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyUpperSummary_1.cont_BodyUpper_4.drp_FromLanguage" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyUpperSummary_1.cont_BodyUpper_4.drp_ToLanguage.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyUpperSummary_1.cont_BodyUpper_4.drp_ToLanguage.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyUpperSummary_1.cont_BodyUpper_4.drp_ToLanguage" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyLower_9.cont_BodyLower_10.txt_UserInput_3.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyLower_9.cont_BodyLower_10.txt_UserInput_3.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyLower_9.cont_BodyLower_10.txt_UserInput_3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyLower_9.cont_BodyLower_11.txt_Response_3.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyLower_9.cont_BodyLower_11.txt_Response_3.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Translator", + "type": "Translator.cont_Main_3.cont_mainContent_3.cont_Body_3.cont_BodyLower_9.cont_BodyLower_11.txt_Response_3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.lbl_Titile_11.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.lbl_Titile_11.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.lbl_Titile_11" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.lbl_Titile_11.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.lbl_Titile_11.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_sidenav_8.cont_SideNavInner_9.cont_Nav_11.gal_Nav_11.lbl_Titile_11" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.cont_BodyUpper_11.txt_search_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.cont_BodyUpper_11.txt_search_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.cont_BodyUpper_11.txt_search_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.cont_announcementCard_1.TextInput1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.cont_announcementCard_1.TextInput1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.cont_announcementCard_1.TextInput1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.btn_Submission.X" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.btn_Submission.X", + "relativeAddress": 0 + } + }, + "properties": { + "member": "X", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.btn_Submission" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.btn_Submission.Y" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.btn_Submission.Y", + "relativeAddress": 0 + } + }, + "properties": { + "member": "Y", + "module": "Submissions", + "type": "Submissions.cont_Main_6.cont_mainContent_6.cont_Body_6.cont_BodyLower_16.btn_Submission" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2.TemplateSize" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2.TemplateSize", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TemplateSize", + "module": "Announcements", + "type": "Announcements.cont_Main_5.cont_mainContent_5.Container9.cont_Body_8.cont_bodyMainCard_1.glr_announcement_2" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.TemplateSize" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments.TemplateSize", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TemplateSize", + "module": "GradedAssignments", + "type": "GradedAssignments.cont_Main_7.cont_mainContent_7.Container9_1.cont_Body_7.cont_bodyMainCard.glr_gradedAssignments" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + } + ], + "tool": { + "driver": { + "fullName": "PowerApps app checker", + "name": "PowerApps app checker", + "rules": [ + { + "id": "acc-AccessibleLabelNeeded", + "messageStrings": { + "issue": { + "text": "Missing accessible label" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Edit the accessible label property to describe the item." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "If there's no accessible text, people who can’t see the screen won't understand what’s in images and controls." + } + }, + { + "id": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "messageStrings": { + "issue": { + "text": "Missing tab stop" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Set TabIndex to 0 or greater to ensure that interactive elements have a tab stop." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "People who use the keyboard with your app will not be able to access this element without a tab stop." + } + }, + { + "id": "acc-FocusBorderShouldBeVisible", + "messageStrings": { + "issue": { + "text": "Focus isn't showing" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Change the FocusedBorderThickness property to be more than 0." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "If the focus isn't visible, people who don't use a mouse won't be able to see it when they're interacting with the app." + } + }, + { + "id": "acc-TabOrderShouldBeChecked", + "messageStrings": { + "issue": { + "text": "Check the order of the screen items" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Make sure that your screen elements match the order in which you'd want to tab through them." + ], + "level": "Low", + "primaryCategory": "accessibility", + "whyFix": "When a screen reader reads the elements of a slide, it's important that they appear in the order that a user would see them, instead of the order they were added to the slide." + } + }, + { + "id": "acc-ReadableScreenNameNeeded", + "messageStrings": { + "issue": { + "text": "Revise screen name" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Give the screen a title that describes what's on the screen or what it's used for." + ], + "level": "Low", + "primaryCategory": "accessibility", + "whyFix": "People who are blind, have low vision, or a reading disability rely on screen titles to navigate using the screen reader. " + } + }, + { + "id": "app-InefficientDelayLoading", + "messageStrings": { + "issue": { + "text": "Inefficient delay loading" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Use variables, collections, and navigation context to share state across screens instead." + ], + "level": "Medium", + "primaryCategory": "performance", + "whyFix": "Controls that reference controls on other screens can slow down app loading and navigation. Doing this may force the app to load the other screens immediately, rather than waiting until the user navigates to that screen." + } + } + ], + "version": "1.334" + } + } + } + ], + "version": "2.1.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/Entropy.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/Entropy.json new file mode 100644 index 00000000..721553aa --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/Entropy.json @@ -0,0 +1,1607 @@ +{ + "ComponentIndexes": { + "comp_chart": 18, + "comp_SideNav": 13, + "comp_SideNav_2": 15, + "comp_Summarizer": 14, + "comp_Summarizer_2": 17, + "comp_topTitleBar": 16, + "comp_topTitleBar_1": 8, + "comp_topTitleBar_2": 8, + "comp_topTitleBar_3": 8, + "comp_topTitleBar_4": 8, + "comp_topTitleBar_5": 8, + "comp_topTitleBar_6": 8, + "comp_topTitleBar_7": 8, + "comp_topTitleBar_8": 8, + "comp_topTitleBar_9": 19, + "comp_topTitleBar_Course_1": 8, + "ExpandMenu": 12, + "ExpandMenu_1": 9 + }, + "ControlUniqueGuids": {}, + "ControlUniqueIds": { + "Announcements": 188, + "App": 1, + "Assignment Status_DataCard1": 172, + "AssignmentAssist": 100, + "Attachment_DataCard1": 167, + "bt_Login": 85, + "btn_back": 359, + "btn_bg": 322, + "btn_galNav": 234, + "btn_galNav_1": 371, + "btn_galNav_2": 404, + "btn_galNav_3": 310, + "btn_galNav_4": 109, + "btn_galNav_5": 197, + "btn_galNav_6": 140, + "btn_galNav_7": 430, + "btn_insightBg": 259, + "btn_seeMore": 278, + "btn_Submission": 187, + "btn_Submit": 39, + "btn_Submit_1": 52, + "btn_Submit_2": 391, + "btn_Submit_3": 418, + "btn_Submit_4": 127, + "Button1": 329, + "Button3": 269, + "comp_chart": 56, + "comp_SideNav": 20, + "comp_SideNav_2": 4, + "comp_Summarizer": 30, + "comp_Summarizer_2": 43, + "comp_topTitleBar": 14, + "comp_topTitleBar_1": 314, + "comp_topTitleBar_2": 238, + "comp_topTitleBar_3": 375, + "comp_topTitleBar_4": 408, + "comp_topTitleBar_5": 113, + "comp_topTitleBar_6": 201, + "comp_topTitleBar_7": 144, + "comp_topTitleBar_8": 434, + "comp_topTitleBar_9": 68, + "comp_topTitleBar_Course_1": 331, + "cont_announcement": 260, + "cont_announcement_card": 268, + "cont_announcement_layout": 261, + "cont_announcementCard": 338, + "cont_announcementCard_1": 442, + "cont_announcementCard_2": 210, + "cont_announcementCard_3": 267, + "cont_announcementDateAndTime": 341, + "cont_announcementDateAndTime_2": 213, + "cont_announcementTime": 272, + "cont_assignmentHeader": 334, + "cont_assignmentHeader_1": 345, + "cont_assignmentMaterials": 344, + "cont_assignmentMaterials_1": 358, + "cont_assignmentsAndAnnouncements": 333, + "cont_Body": 31, + "cont_Body_1": 44, + "cont_Body_2": 376, + "cont_Body_3": 409, + "cont_Body_4": 114, + "cont_Body_6": 145, + "cont_Body_7": 436, + "cont_Body_8": 203, + "cont_bodyInner": 377, + "cont_BodyLower": 36, + "cont_BodyLower_1": 37, + "cont_BodyLower_10": 415, + "cont_BodyLower_11": 419, + "cont_BodyLower_12": 122, + "cont_BodyLower_13": 123, + "cont_BodyLower_14": 128, + "cont_BodyLower_16": 156, + "cont_BodyLower_2": 41, + "cont_BodyLower_3": 49, + "cont_BodyLower_4": 50, + "cont_BodyLower_5": 54, + "cont_BodyLower_6": 386, + "cont_BodyLower_7": 387, + "cont_BodyLower_8": 392, + "cont_BodyLower_9": 414, + "cont_bodyMainCard": 437, + "cont_bodyMainCard_1": 204, + "cont_BodyUpper": 32, + "cont_BodyUpper_1": 45, + "cont_BodyUpper_10": 158, + "cont_BodyUpper_11": 438, + "cont_BodyUpper_12": 205, + "cont_BodyUpper_2": 379, + "cont_BodyUpper_3": 383, + "cont_BodyUpper_4": 411, + "cont_BodyUpper_5": 116, + "cont_BodyUpper_6": 119, + "cont_BodyUpper_8": 147, + "cont_BodyUpper_9": 150, + "cont_BodyUpper_9_1": 151, + "cont_BodyUpperAssignments": 115, + "cont_BodyUpperSummary": 378, + "cont_BodyUpperSummary_1": 410, + "cont_BodyUpperSummary_2": 146, + "cont_cardContainer": 239, + "cont_chart": 295, + "cont_chart_1": 57, + "cont_chart_2": 446, + "cont_Course_1": 330, + "cont_CourseContents_1": 332, + "cont_cta": 275, + "cont_filled": 297, + "cont_filled_1": 59, + "cont_filled_2": 448, + "cont_full": 296, + "cont_full_1": 58, + "cont_full_2": 447, + "cont_graded": 256, + "cont_headers": 282, + "cont_headers_1": 347, + "cont_insight": 241, + "cont_insightContainer": 240, + "cont_insightDetails": 242, + "cont_insightLabel": 245, + "cont_insightPadding": 248, + "cont_layoutAnnouncement": 263, + "cont_Main": 226, + "cont_Main_1": 302, + "cont_Main_2": 363, + "cont_Main_3": 396, + "cont_Main_4": 101, + "cont_Main_5": 189, + "cont_Main_6": 132, + "cont_Main_7": 422, + "cont_mainContent": 237, + "cont_mainContent_1": 313, + "cont_mainContent_2": 374, + "cont_mainContent_3": 407, + "cont_mainContent_4": 112, + "cont_mainContent_5": 200, + "cont_mainContent_6": 143, + "cont_mainContent_7": 433, + "cont_markBg": 289, + "cont_markBg_1": 353, + "cont_marks": 280, + "cont_marksChart": 445, + "cont_marksData": 290, + "cont_marksData_1": 354, + "cont_marksTable": 279, + "cont_Nav": 21, + "cont_Nav_1": 5, + "cont_Nav_10": 135, + "cont_Nav_11": 425, + "cont_Nav_4": 229, + "cont_Nav_5": 366, + "cont_Nav_6": 399, + "cont_Nav_7": 305, + "cont_Nav_8": 104, + "cont_Nav_9": 192, + "cont_NavBottom": 28, + "cont_NavBottom_1": 12, + "cont_NavTop": 22, + "cont_NavTop_1": 6, + "cont_new": 250, + "cont_numberInsights": 249, + "cont_sidenav_1": 303, + "cont_sidenav_2": 227, + "cont_sidenav_3": 364, + "cont_sidenav_4": 397, + "cont_sidenav_5": 102, + "cont_sidenav_6": 190, + "cont_sidenav_7": 133, + "cont_sidenav_8": 423, + "cont_SideNavInner_2": 228, + "cont_SideNavInner_3": 365, + "cont_SideNavInner_4": 398, + "cont_SideNavInner_5": 304, + "cont_SideNavInner_6": 103, + "cont_SideNavInner_7": 191, + "cont_SideNavInner_8": 134, + "cont_SideNavInner_9": 424, + "cont_subjectData": 291, + "cont_submitted": 253, + "cont_text": 324, + "cont_titleAndSubtitle": 325, + "cont_topSection_1": 315, + "cont_topSection_2": 15, + "cont_topSection_3": 69, + "Container1": 96, + "Container14": 276, + "Container2": 77, + "Container3": 80, + "Container4": 82, + "Container5": 294, + "Container9": 202, + "Container9_1": 435, + "Courses": 301, + "Dashboard": 225, + "DataCardKey3": 165, + "DataCardKey4": 169, + "DataCardKey5": 174, + "DataCardKey6": 179, + "DataCardKey7": 184, + "DataCardValue3": 163, + "DataCardValue4": 170, + "DataCardValue5": 175, + "DataCardValue6": 180, + "DataCardValue7": 185, + "drp_Assignment": 118, + "drp_Assignment_4": 149, + "drp_filters_2": 207, + "drp_FromLanguage": 412, + "drp_Subject": 33, + "drp_Subject_1": 46, + "drp_Subject_2": 380, + "drp_Subject_3": 117, + "drp_Subject_4": 148, + "drp_ToLanguage": 413, + "drp_Topic": 34, + "drp_Topic_1": 47, + "drp_Topic_2": 381, + "ErrorMessage2": 166, + "ErrorMessage3": 171, + "ErrorMessage4": 176, + "ErrorMessage5": 181, + "ErrorMessage6": 186, + "ExpandMenu": 60, + "ExpandMenu_1": 217, + "frm_Submission": 161, + "gal_Cont01": 93, + "gal_Nav": 24, + "gal_Nav_1": 8, + "gal_Nav_10": 137, + "gal_Nav_11": 427, + "gal_Nav_4": 231, + "gal_Nav_5": 368, + "gal_Nav_6": 401, + "gal_Nav_7": 307, + "gal_Nav_8": 106, + "gal_Nav_9": 194, + "Gallery2": 91, + "Gallery3": 218, + "galleryTemplate1": 25, + "galleryTemplate1_1": 9, + "galleryTemplate1_10": 138, + "galleryTemplate1_11": 428, + "galleryTemplate1_4": 232, + "galleryTemplate1_5": 369, + "galleryTemplate1_6": 402, + "galleryTemplate1_7": 308, + "galleryTemplate1_8": 107, + "galleryTemplate1_9": 195, + "galleryTemplate2": 92, + "galleryTemplate3": 288, + "galleryTemplate3_1": 352, + "galleryTemplate4": 219, + "galleryTemplate5": 337, + "galleryTemplate5_1": 441, + "galleryTemplate5_2": 209, + "galleryTemplate5_3": 266, + "galleryTemplate6": 321, + "galleryTemplate7": 63, + "glExpandMenu": 62, + "glr_announcement_2": 208, + "glr_announcement_3": 265, + "glr_assignment": 336, + "glr_courses": 320, + "glr_gradedAssignments": 440, + "glr_marksTable": 287, + "glr_materialsTable": 351, + "GradedAssignments": 421, + "Greeting_1": 316, + "Greeting_2": 16, + "Greeting_3": 70, + "Host": 3, + "htm_announcement": 262, + "htm_insights": 244, + "html_background": 323, + "html_btn_Submit_2": 390, + "html_btn_Submit_3": 417, + "html_btn_Submit_4": 126, + "html_btnSeeMore": 277, + "Html_loginDiv": 76, + "HtmlText3": 281, + "icn_Send": 98, + "icn_Spinner": 99, + "Image1": 75, + "Image1_1": 65, + "Image2": 86, + "Image3": 94, + "Image4_1": 319, + "Image4_2": 19, + "Image4_3": 73, + "Image6": 224, + "img_DP": 81, + "img_Info": 385, + "img_Info_1": 121, + "img_Info_2": 160, + "img_laptop": 243, + "img_Logo": 78, + "img_NavFooter": 29, + "img_NavFooter_1": 13, + "img_NavFooter_10": 142, + "img_NavFooter_11": 432, + "img_NavFooter_4": 236, + "img_NavFooter_5": 373, + "img_NavFooter_6": 406, + "img_NavFooter_7": 312, + "img_NavFooter_8": 111, + "img_NavFooter_9": 199, + "img_NavTopLogo1": 23, + "img_NavTopLogo1_1": 7, + "img_NavTopLogo1_10": 136, + "img_NavTopLogo1_11": 426, + "img_NavTopLogo1_4": 230, + "img_NavTopLogo1_5": 367, + "img_NavTopLogo1_6": 400, + "img_NavTopLogo1_7": 306, + "img_NavTopLogo1_8": 105, + "img_NavTopLogo1_9": 193, + "img_TitleImg": 27, + "img_TitleImg_1": 11, + "img_TitleImg_10": 141, + "img_TitleImg_11": 431, + "img_TitleImg_4": 235, + "img_TitleImg_5": 372, + "img_TitleImg_6": 405, + "img_TitleImg_7": 311, + "img_TitleImg_8": 110, + "img_TitleImg_9": 198, + "imgExpandButton": 61, + "imgIcon": 67, + "Label1": 83, + "Label2": 95, + "Label3": 84, + "Label4": 384, + "Label4_1": 120, + "Label4_2": 159, + "lbl_announcementBody": 271, + "lbl_announcementCardDate": 342, + "lbl_announcementCardDate_2": 214, + "lbl_announcementCardDetails": 340, + "lbl_announcementCardDetails_2": 212, + "lbl_announcementCardTime": 343, + "lbl_announcementCardTime_1": 449, + "lbl_announcementCardTime_2": 215, + "lbl_announcementCardTitle": 339, + "lbl_announcementCardTitle_1": 443, + "lbl_announcementCardTitle_2": 211, + "lbl_announcementDate": 273, + "lbl_announcementTime": 274, + "lbl_announcementTitle": 270, + "lbl_assignmentNo": 299, + "lbl_assignmentNo_1": 355, + "lbl_BodyLowerSummary_Title": 388, + "lbl_BodyLowerSummary_Title_1": 393, + "lbl_BodyLowerSummary_Title_2": 124, + "lbl_BodyLowerSummary_Title_3": 129, + "lbl_courseCode": 327, + "lbl_courseTitle": 326, + "lbl_gradedCount": 257, + "lbl_gradedText": 258, + "lbl_insightSubtitle": 247, + "lbl_insightTitle": 246, + "lbl_mainMsg_2": 317, + "lbl_mainMsg_3": 318, + "lbl_mainSubtitle": 18, + "lbl_mainSubtitle_1": 72, + "lbl_mainTitle": 17, + "lbl_mainTitle_1": 71, + "lbl_marks": 298, + "lbl_Name": 79, + "lbl_newCount": 251, + "lbl_newLabel": 252, + "lbl_subCode": 293, + "lbl_SubjCode": 284, + "lbl_SubjCode_1": 349, + "lbl_SubjTitle": 283, + "lbl_SubjTitle_1": 348, + "lbl_SubjTitle_2": 285, + "lbl_SubjTitle_3": 286, + "lbl_SubjTitle_4": 350, + "lbl_Submissions_AssignmentCourse": 153, + "lbl_Submissions_AssignmentDue": 155, + "lbl_Submissions_AssignmentName": 152, + "lbl_Submissions_Form": 157, + "lbl_submittedCount": 254, + "lbl_submittedOn": 300, + "lbl_submittedOn_1": 356, + "lbl_submittedText": 255, + "lbl_subName": 292, + "lbl_subName_1": 357, + "lbl_teacher": 328, + "lbl_Test_1": 361, + "lbl_Titile": 26, + "lbl_Titile_1": 10, + "lbl_Titile_10": 139, + "lbl_Titile_11": 429, + "lbl_Titile_4": 233, + "lbl_Titile_5": 370, + "lbl_Titile_6": 403, + "lbl_Titile_7": 309, + "lbl_Titile_8": 108, + "lbl_Titile_9": 196, + "lbl_title": 264, + "lbl_title_1": 335, + "lbl_title_2": 346, + "lbLabel": 64, + "LeftContainer1": 89, + "Login": 74, + "Messages": 360, + "NextArrow1": 221, + "Rectangle1": 220, + "rectHighlight": 66, + "RightContainer1": 90, + "Screen1": 87, + "ScreenContainer1": 88, + "separator": 40, + "separator_1": 53, + "Separator1": 223, + "StarVisible2": 164, + "StarVisible3": 168, + "StarVisible4": 173, + "StarVisible5": 178, + "StarVisible6": 183, + "Student Name_DataCard1": 182, + "Submission Text_DataCard1": 162, + "Submissions": 131, + "Submitted Assignment_DataCard1": 177, + "Summarizer": 362, + "Testing": 216, + "TextInput1": 444, + "Title1": 222, + "Translator": 395, + "txt_Keywords": 35, + "txt_Keywords_1": 48, + "txt_Keywords_2": 382, + "txt_Response": 42, + "txt_Response_1": 55, + "txt_Response_2": 394, + "txt_Response_3": 420, + "txt_Response_4": 130, + "txt_search_1": 439, + "txt_search_2": 206, + "txt_Submissions_AssignmentDesc": 154, + "txt_UserInput": 38, + "txt_UserInput_1": 51, + "txt_UserInput_2": 389, + "txt_UserInput_3": 416, + "txt_UserInput_4": 125, + "txt_userPrompt": 97 + }, + "FunctionParamsInvariantScripts": {}, + "FunctionParamsInvariantScriptsOnInstances": {}, + "HeaderLastSavedDateTimeUTC": "09/27/2023 10:45:50", + "IsLegacyComponentAllowGlobalScopeCase": false, + "LocalConnectionIDReferences": { + "febe1cd5-cbec-4991-9891-abae99a71bc5": "\"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f/connections/77ce5d83b9d3441188d1ff761520e86d\"" + }, + "LocalDatabaseReferencesAsEmpty": false, + "LocalResourceFileNames": { + "3dLaptop": "65f1fcc6-f9ad-486b-96d8-345974c96f0c.png", + "apraulogo": "f6ba7539-f4f1-4aed-bae9-75a69c15a337.png", + "book": "2168d3bf-6b16-4b90-ad1e-31e71e04f40e.png", + "img_NavTopLogo": "01b833f2-3b3f-4fd3-b4bf-7aad8ca0b9c5.png", + "lamp": "a744e8df-44dc-4a4b-ad41-cf0137de6ebf.png", + "logo": "3bcf111f-1128-47aa-8ce5-7157ce5853fb.png" + }, + "LocalResourceRootPaths": { + "3dLaptop": "https://docserverpwaprodeas.blob.core.windows.net/4ab5a05d-d191-431d-aa7a-1c2de20fb7de-1/resource/Assets0Images065f1fcc6-f9ad-486b-96d8-345974c96f0c.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T10%3A42%3A25Z&ske=2023-09-28T10%3A57%3A25Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T10%3A57%3A25Z&sr=b&sp=r&sig=FJRca%2BIHp4ilHoP%2FBmIXGOQIhbX2tbtcth9Utxpdd7s%3D", + "apraulogo": "https://docserverpwaprodeas.blob.core.windows.net/4ab5a05d-d191-431d-aa7a-1c2de20fb7de-1/resource/Assets0Images0f6ba7539-f4f1-4aed-bae9-75a69c15a337.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T10%3A42%3A25Z&ske=2023-09-28T10%3A57%3A25Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T10%3A57%3A25Z&sr=b&sp=r&sig=7vN%2FmvaD3gT3iQzfeeU0Y3m0esViGrNC%2B9PaewV54Pk%3D", + "book": "https://docserverpwaprodeas.blob.core.windows.net/4ab5a05d-d191-431d-aa7a-1c2de20fb7de-1/resource/Assets0Images02168d3bf-6b16-4b90-ad1e-31e71e04f40e.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T10%3A42%3A25Z&ske=2023-09-28T10%3A57%3A25Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T10%3A57%3A25Z&sr=b&sp=r&sig=luBSC1XTyNASWdkZ0iVjRpk82XdXVz5WVPuemWjZwvw%3D", + "img_NavTopLogo": "https://docserverpwaprodeas.blob.core.windows.net/4ab5a05d-d191-431d-aa7a-1c2de20fb7de-1/resource/Assets0Images001b833f2-3b3f-4fd3-b4bf-7aad8ca0b9c5.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T10%3A42%3A25Z&ske=2023-09-28T10%3A57%3A25Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T10%3A57%3A25Z&sr=b&sp=r&sig=Qo%2BFBBWHnCpyqZenW4Xdvd65AGmcMhWT6zwItB2JWGk%3D", + "lamp": "https://docserverpwaprodeas.blob.core.windows.net/4ab5a05d-d191-431d-aa7a-1c2de20fb7de-1/resource/Assets0Images0a744e8df-44dc-4a4b-ad41-cf0137de6ebf.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T10%3A42%3A25Z&ske=2023-09-28T10%3A57%3A25Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T10%3A57%3A25Z&sr=b&sp=r&sig=JkJZ3A3ulyIRWvWlTNx234J%2BKRCdJeuwGzPlgBIA%2FcU%3D", + "logo": "https://docserverpwaprodeas.blob.core.windows.net/4ab5a05d-d191-431d-aa7a-1c2de20fb7de-1/resource/Assets0Images03bcf111f-1128-47aa-8ce5-7157ce5853fb.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T10%3A42%3A25Z&ske=2023-09-28T10%3A57%3A25Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T10%3A57%3A25Z&sr=b&sp=r&sig=sEMNMygAYk5fTXg%2BiCGp58BqFB4jLwgbpgjt7NiX%2FPc%3D" + }, + "OrderComponentMetadata": { + "0bdf6737481741968b8dcf9026b28f88": 1, + "6d04999cacc2419dbce7261db88a5a0d": 5, + "8272e1b6768d4265a447c0e83d4b1a2b": 4, + "862d7dc0dd804c3d838768e43092011b": 6, + "92f178c511ab4958b3f63d9783d1cd1a": 7, + "cff40005a5aa4501a3c5f056e04b47fd": 2, + "f30b0ac1092942f3aec795681f4833ce": 3, + "ff35b282af614c66a97fa11177dfbaa4": 0 + }, + "OrderComponentTemplate": { + "0bdf6737481741968b8dcf9026b28f88": 1, + "6d04999cacc2419dbce7261db88a5a0d": 5, + "8272e1b6768d4265a447c0e83d4b1a2b": 4, + "862d7dc0dd804c3d838768e43092011b": 6, + "92f178c511ab4958b3f63d9783d1cd1a": 7, + "cff40005a5aa4501a3c5f056e04b47fd": 2, + "f30b0ac1092942f3aec795681f4833ce": 3, + "ff35b282af614c66a97fa11177dfbaa4": 0 + }, + "OrderDataSource": { + "Announcements_1": 83, + "Announcements_1\\appr_annoucementfrom": 62, + "Announcements_1\\appr_announcement_statecode": 64, + "Announcements_1\\appr_announcement_statuscode": 65, + "Announcements_1\\appr_announcementscope": 63, + "Announcements_1\\default.cds_appr_announcement_views": 74, + "Assignment Marks": 81, + "Assignment Marks\\appr_assignmentmark_statecode": 58, + "Assignment Marks\\appr_assignmentmark_statuscode": 59, + "Assignment Marks\\appr_assignmentstatus": 57, + "Assignment Marks\\default.cds_appr_assignmentmark_views": 72, + "Assignments": 82, + "Assignments\\appr_assignment_statecode": 60, + "Assignments\\appr_assignment_statuscode": 61, + "Assignments\\default.cds_appr_assignment_views": 73, + "ChatGPTConnector": 0, + "colAssignmentAssist": 91, + "colAssignments": 90, + "colChat": 87, + "colSummary": 88, + "colTranslate": 89, + "ComboBoxSample": 84, + "Contacts": 79, + "Contacts\\adx_contact_adx_confirmremovepassword": 3, + "Contacts\\adx_contact_adx_identity_emailaddress1confirmed": 4, + "Contacts\\adx_contact_adx_identity_locallogindisabled": 5, + "Contacts\\adx_contact_adx_identity_lockoutenabled": 6, + "Contacts\\adx_contact_adx_identity_logonenabled": 7, + "Contacts\\adx_contact_adx_identity_mobilephoneconfirmed": 8, + "Contacts\\adx_contact_adx_identity_twofactorenabled": 9, + "Contacts\\adx_contact_adx_profilealert": 10, + "Contacts\\adx_profileisanonymous_contact": 11, + "Contacts\\appr_contactrole": 40, + "Contacts\\contact_accountrolecode": 30, + "Contacts\\contact_address1_addresstypecode": 31, + "Contacts\\contact_address1_freighttermscode": 32, + "Contacts\\contact_address1_shippingmethodcode": 33, + "Contacts\\contact_address2_addresstypecode": 34, + "Contacts\\contact_address2_freighttermscode": 35, + "Contacts\\contact_address2_shippingmethodcode": 36, + "Contacts\\contact_address3_addresstypecode": 37, + "Contacts\\contact_address3_freighttermscode": 38, + "Contacts\\contact_address3_shippingmethodcode": 39, + "Contacts\\contact_creditonhold": 12, + "Contacts\\contact_customersizecode": 41, + "Contacts\\contact_customertypecode": 42, + "Contacts\\contact_donotbulkemail": 13, + "Contacts\\contact_donotbulkpostalmail": 14, + "Contacts\\contact_donotemail": 15, + "Contacts\\contact_donotfax": 16, + "Contacts\\contact_donotphone": 17, + "Contacts\\contact_donotpostalmail": 18, + "Contacts\\contact_donotsendmm": 19, + "Contacts\\contact_educationcode": 43, + "Contacts\\contact_familystatuscode": 44, + "Contacts\\contact_followemail": 20, + "Contacts\\contact_gendercode": 45, + "Contacts\\contact_haschildrencode": 46, + "Contacts\\contact_isautocreate": 21, + "Contacts\\contact_isbackofficecustomer": 22, + "Contacts\\contact_isprivate": 23, + "Contacts\\contact_leadsourcecode": 47, + "Contacts\\contact_marketingonly": 24, + "Contacts\\contact_merged": 25, + "Contacts\\contact_participatesinworkflow": 29, + "Contacts\\contact_paymenttermscode": 49, + "Contacts\\contact_preferredappointmentdaycode": 50, + "Contacts\\contact_preferredappointmenttimecode": 51, + "Contacts\\contact_preferredcontactmethodcode": 52, + "Contacts\\contact_shippingmethodcode": 53, + "Contacts\\contact_statecode": 55, + "Contacts\\contact_statuscode": 56, + "Contacts\\contact_territorycode": 54, + "Contacts\\default.cds_contact_views": 71, + "Contacts\\msdyn_contact_msdyn_disablewebtracking": 26, + "Contacts\\msdyn_contact_msdyn_isminor": 27, + "Contacts\\msdyn_contact_msdyn_isminorwithparentalconsent": 28, + "Contacts\\powerpagelanguages": 48, + "Courses_1": 78, + "Courses_1\\appr_course_statecode": 1, + "Courses_1\\appr_course_statuscode": 2, + "Courses_1\\default.cds_appr_course_views": 70, + "CustomGallerySample": 77, + "DropDownSample": 80, + "Learning Materials": 85, + "Learning Materials\\appr_learningmaterials_statecode": 66, + "Learning Materials\\appr_learningmaterials_statuscode": 67, + "Learning Materials\\default.cds_appr_learningmaterials_views": 75, + "Student Courses": 86, + "Student Courses\\appr_studentcourse_statecode": 68, + "Student Courses\\appr_studentcourse_statuscode": 69, + "Student Courses\\default.cds_appr_studentcourse_views": 76 + }, + "OrderGroupControls": {}, + "OrderPcfTemplate": { + "PowerApps_CoreControls_Spinner": 1, + "PowerApps_CoreControls_TextInputCanvas": 0 + }, + "OrderTemplate": {}, + "OrderXMLTemplate": { + "attachments": 10, + "button": 4, + "combobox": 11, + "dropdown": 7, + "form": 9, + "gallery": 5, + "groupContainer": 2, + "htmlViewer": 1, + "icon": 6, + "image": 0, + "label": 3, + "rectangle": 12, + "text": 8 + }, + "OverridablePropertiesEntry": { + "Announcements": {}, + "App": {}, + "Assignment Status_DataCard1": {}, + "AssignmentAssist": {}, + "Attachment_DataCard1": {}, + "bt_Login": {}, + "btn_back": {}, + "btn_bg": {}, + "btn_galNav": {}, + "btn_galNav_1": {}, + "btn_galNav_2": {}, + "btn_galNav_3": {}, + "btn_galNav_4": {}, + "btn_galNav_5": {}, + "btn_galNav_6": {}, + "btn_galNav_7": {}, + "btn_insightBg": {}, + "btn_seeMore": {}, + "btn_Submission": {}, + "btn_Submit": {}, + "btn_Submit_1": {}, + "btn_Submit_2": {}, + "btn_Submit_3": {}, + "btn_Submit_4": {}, + "Button1": {}, + "Button3": {}, + "comp_chart": {}, + "comp_SideNav": {}, + "comp_SideNav_2": {}, + "comp_Summarizer": {}, + "comp_Summarizer_2": {}, + "comp_topTitleBar": {}, + "comp_topTitleBar_1": {}, + "comp_topTitleBar_2": {}, + "comp_topTitleBar_3": {}, + "comp_topTitleBar_4": {}, + "comp_topTitleBar_5": {}, + "comp_topTitleBar_6": {}, + "comp_topTitleBar_7": {}, + "comp_topTitleBar_8": {}, + "comp_topTitleBar_9": {}, + "comp_topTitleBar_Course_1": {}, + "cont_announcement": {}, + "cont_announcement_card": {}, + "cont_announcement_layout": {}, + "cont_announcementCard": {}, + "cont_announcementCard_1": {}, + "cont_announcementCard_2": {}, + "cont_announcementCard_3": {}, + "cont_announcementDateAndTime": {}, + "cont_announcementDateAndTime_2": {}, + "cont_announcementTime": {}, + "cont_assignmentHeader": {}, + "cont_assignmentHeader_1": {}, + "cont_assignmentMaterials": {}, + "cont_assignmentMaterials_1": {}, + "cont_assignmentsAndAnnouncements": {}, + "cont_Body": {}, + "cont_Body_1": {}, + "cont_Body_2": {}, + "cont_Body_3": {}, + "cont_Body_4": {}, + "cont_Body_6": {}, + "cont_Body_7": {}, + "cont_Body_8": {}, + "cont_bodyInner": {}, + "cont_BodyLower": {}, + "cont_BodyLower_1": {}, + "cont_BodyLower_10": {}, + "cont_BodyLower_11": {}, + "cont_BodyLower_12": {}, + "cont_BodyLower_13": {}, + "cont_BodyLower_14": {}, + "cont_BodyLower_16": {}, + "cont_BodyLower_2": {}, + "cont_BodyLower_3": {}, + "cont_BodyLower_4": {}, + "cont_BodyLower_5": {}, + "cont_BodyLower_6": {}, + "cont_BodyLower_7": {}, + "cont_BodyLower_8": {}, + "cont_BodyLower_9": {}, + "cont_bodyMainCard": {}, + "cont_bodyMainCard_1": {}, + "cont_BodyUpper": {}, + "cont_BodyUpper_1": {}, + "cont_BodyUpper_10": {}, + "cont_BodyUpper_11": {}, + "cont_BodyUpper_12": {}, + "cont_BodyUpper_2": {}, + "cont_BodyUpper_3": {}, + "cont_BodyUpper_4": {}, + "cont_BodyUpper_5": {}, + "cont_BodyUpper_6": {}, + "cont_BodyUpper_8": {}, + "cont_BodyUpper_9": {}, + "cont_BodyUpper_9_1": {}, + "cont_BodyUpperAssignments": {}, + "cont_BodyUpperSummary": {}, + "cont_BodyUpperSummary_1": {}, + "cont_BodyUpperSummary_2": {}, + "cont_cardContainer": {}, + "cont_chart": {}, + "cont_chart_1": {}, + "cont_chart_2": {}, + "cont_Course_1": {}, + "cont_CourseContents_1": {}, + "cont_cta": {}, + "cont_filled": {}, + "cont_filled_1": {}, + "cont_filled_2": {}, + "cont_full": {}, + "cont_full_1": {}, + "cont_full_2": {}, + "cont_graded": {}, + "cont_headers": {}, + "cont_headers_1": {}, + "cont_insight": {}, + "cont_insightContainer": {}, + "cont_insightDetails": {}, + "cont_insightLabel": {}, + "cont_insightPadding": {}, + "cont_layoutAnnouncement": {}, + "cont_Main": {}, + "cont_Main_1": {}, + "cont_Main_2": {}, + "cont_Main_3": {}, + "cont_Main_4": {}, + "cont_Main_5": {}, + "cont_Main_6": {}, + "cont_Main_7": {}, + "cont_mainContent": {}, + "cont_mainContent_1": {}, + "cont_mainContent_2": {}, + "cont_mainContent_3": {}, + "cont_mainContent_4": {}, + "cont_mainContent_5": {}, + "cont_mainContent_6": {}, + "cont_mainContent_7": {}, + "cont_markBg": {}, + "cont_markBg_1": {}, + "cont_marks": {}, + "cont_marksChart": {}, + "cont_marksData": {}, + "cont_marksData_1": {}, + "cont_marksTable": {}, + "cont_Nav": {}, + "cont_Nav_1": {}, + "cont_Nav_10": {}, + "cont_Nav_11": {}, + "cont_Nav_4": {}, + "cont_Nav_5": {}, + "cont_Nav_6": {}, + "cont_Nav_7": {}, + "cont_Nav_8": {}, + "cont_Nav_9": {}, + "cont_NavBottom": {}, + "cont_NavBottom_1": {}, + "cont_NavTop": {}, + "cont_NavTop_1": {}, + "cont_new": {}, + "cont_numberInsights": {}, + "cont_sidenav_1": {}, + "cont_sidenav_2": {}, + "cont_sidenav_3": {}, + "cont_sidenav_4": {}, + "cont_sidenav_5": {}, + "cont_sidenav_6": {}, + "cont_sidenav_7": {}, + "cont_sidenav_8": {}, + "cont_SideNavInner_2": {}, + "cont_SideNavInner_3": {}, + "cont_SideNavInner_4": {}, + "cont_SideNavInner_5": {}, + "cont_SideNavInner_6": {}, + "cont_SideNavInner_7": {}, + "cont_SideNavInner_8": {}, + "cont_SideNavInner_9": {}, + "cont_subjectData": {}, + "cont_submitted": {}, + "cont_text": {}, + "cont_titleAndSubtitle": {}, + "cont_topSection_1": {}, + "cont_topSection_2": {}, + "cont_topSection_3": {}, + "Container1": {}, + "Container14": {}, + "Container2": {}, + "Container3": {}, + "Container4": {}, + "Container5": {}, + "Container9": {}, + "Container9_1": {}, + "Courses": {}, + "Dashboard": {}, + "DataCardKey3": {}, + "DataCardKey4": {}, + "DataCardKey5": {}, + "DataCardKey6": {}, + "DataCardKey7": {}, + "DataCardValue3": {}, + "DataCardValue4": {}, + "DataCardValue5": {}, + "DataCardValue6": {}, + "DataCardValue7": {}, + "drp_Assignment": {}, + "drp_Assignment_4": {}, + "drp_filters_2": {}, + "drp_FromLanguage": {}, + "drp_Subject": {}, + "drp_Subject_1": {}, + "drp_Subject_2": {}, + "drp_Subject_3": {}, + "drp_Subject_4": {}, + "drp_ToLanguage": {}, + "drp_Topic": {}, + "drp_Topic_1": {}, + "drp_Topic_2": {}, + "ErrorMessage2": {}, + "ErrorMessage3": {}, + "ErrorMessage4": {}, + "ErrorMessage5": {}, + "ErrorMessage6": {}, + "ExpandMenu": {}, + "ExpandMenu_1": {}, + "frm_Submission": {}, + "gal_Cont01": {}, + "gal_Nav": {}, + "gal_Nav_1": {}, + "gal_Nav_10": {}, + "gal_Nav_11": {}, + "gal_Nav_4": {}, + "gal_Nav_5": {}, + "gal_Nav_6": {}, + "gal_Nav_7": {}, + "gal_Nav_8": {}, + "gal_Nav_9": {}, + "Gallery2": {}, + "Gallery3": {}, + "galleryTemplate1": {}, + "galleryTemplate1_1": {}, + "galleryTemplate1_10": {}, + "galleryTemplate1_11": {}, + "galleryTemplate1_4": {}, + "galleryTemplate1_5": {}, + "galleryTemplate1_6": {}, + "galleryTemplate1_7": {}, + "galleryTemplate1_8": {}, + "galleryTemplate1_9": {}, + "galleryTemplate2": {}, + "galleryTemplate3": {}, + "galleryTemplate3_1": {}, + "galleryTemplate4": {}, + "galleryTemplate5": {}, + "galleryTemplate5_1": {}, + "galleryTemplate5_2": {}, + "galleryTemplate5_3": {}, + "galleryTemplate6": {}, + "galleryTemplate7": {}, + "glExpandMenu": {}, + "glr_announcement_2": {}, + "glr_announcement_3": {}, + "glr_assignment": {}, + "glr_courses": {}, + "glr_gradedAssignments": {}, + "glr_marksTable": {}, + "glr_materialsTable": {}, + "GradedAssignments": {}, + "Greeting_1": {}, + "Greeting_2": {}, + "Greeting_3": {}, + "Host": {}, + "htm_announcement": {}, + "htm_insights": {}, + "html_background": {}, + "html_btn_Submit_2": {}, + "html_btn_Submit_3": {}, + "html_btn_Submit_4": {}, + "html_btnSeeMore": {}, + "Html_loginDiv": {}, + "HtmlText3": {}, + "icn_Send": {}, + "icn_Spinner": {}, + "Image1": {}, + "Image1_1": {}, + "Image2": {}, + "Image3": {}, + "Image4_1": {}, + "Image4_2": {}, + "Image4_3": {}, + "Image6": {}, + "img_DP": {}, + "img_Info": {}, + "img_Info_1": {}, + "img_Info_2": {}, + "img_laptop": {}, + "img_Logo": {}, + "img_NavFooter": {}, + "img_NavFooter_1": {}, + "img_NavFooter_10": {}, + "img_NavFooter_11": {}, + "img_NavFooter_4": {}, + "img_NavFooter_5": {}, + "img_NavFooter_6": {}, + "img_NavFooter_7": {}, + "img_NavFooter_8": {}, + "img_NavFooter_9": {}, + "img_NavTopLogo1": {}, + "img_NavTopLogo1_1": {}, + "img_NavTopLogo1_10": {}, + "img_NavTopLogo1_11": {}, + "img_NavTopLogo1_4": {}, + "img_NavTopLogo1_5": {}, + "img_NavTopLogo1_6": {}, + "img_NavTopLogo1_7": {}, + "img_NavTopLogo1_8": {}, + "img_NavTopLogo1_9": {}, + "img_TitleImg": {}, + "img_TitleImg_1": {}, + "img_TitleImg_10": {}, + "img_TitleImg_11": {}, + "img_TitleImg_4": {}, + "img_TitleImg_5": {}, + "img_TitleImg_6": {}, + "img_TitleImg_7": {}, + "img_TitleImg_8": {}, + "img_TitleImg_9": {}, + "imgExpandButton": {}, + "imgIcon": {}, + "Label1": {}, + "Label2": {}, + "Label3": {}, + "Label4": {}, + "Label4_1": {}, + "Label4_2": {}, + "lbl_announcementBody": {}, + "lbl_announcementCardDate": {}, + "lbl_announcementCardDate_2": {}, + "lbl_announcementCardDetails": {}, + "lbl_announcementCardDetails_2": {}, + "lbl_announcementCardTime": {}, + "lbl_announcementCardTime_1": {}, + "lbl_announcementCardTime_2": {}, + "lbl_announcementCardTitle": {}, + "lbl_announcementCardTitle_1": {}, + "lbl_announcementCardTitle_2": {}, + "lbl_announcementDate": {}, + "lbl_announcementTime": {}, + "lbl_announcementTitle": {}, + "lbl_assignmentNo": {}, + "lbl_assignmentNo_1": {}, + "lbl_BodyLowerSummary_Title": {}, + "lbl_BodyLowerSummary_Title_1": {}, + "lbl_BodyLowerSummary_Title_2": {}, + "lbl_BodyLowerSummary_Title_3": {}, + "lbl_courseCode": {}, + "lbl_courseTitle": {}, + "lbl_gradedCount": {}, + "lbl_gradedText": {}, + "lbl_insightSubtitle": {}, + "lbl_insightTitle": {}, + "lbl_mainMsg_2": {}, + "lbl_mainMsg_3": {}, + "lbl_mainSubtitle": {}, + "lbl_mainSubtitle_1": {}, + "lbl_mainTitle": {}, + "lbl_mainTitle_1": {}, + "lbl_marks": {}, + "lbl_Name": {}, + "lbl_newCount": {}, + "lbl_newLabel": {}, + "lbl_subCode": {}, + "lbl_SubjCode": {}, + "lbl_SubjCode_1": {}, + "lbl_SubjTitle": {}, + "lbl_SubjTitle_1": {}, + "lbl_SubjTitle_2": {}, + "lbl_SubjTitle_3": {}, + "lbl_SubjTitle_4": {}, + "lbl_Submissions_AssignmentCourse": {}, + "lbl_Submissions_AssignmentDue": {}, + "lbl_Submissions_AssignmentName": {}, + "lbl_Submissions_Form": {}, + "lbl_submittedCount": {}, + "lbl_submittedOn": {}, + "lbl_submittedOn_1": {}, + "lbl_submittedText": {}, + "lbl_subName": {}, + "lbl_subName_1": {}, + "lbl_teacher": {}, + "lbl_Test_1": {}, + "lbl_Titile": {}, + "lbl_Titile_1": {}, + "lbl_Titile_10": {}, + "lbl_Titile_11": {}, + "lbl_Titile_4": {}, + "lbl_Titile_5": {}, + "lbl_Titile_6": {}, + "lbl_Titile_7": {}, + "lbl_Titile_8": {}, + "lbl_Titile_9": {}, + "lbl_title": {}, + "lbl_title_1": {}, + "lbl_title_2": {}, + "lbLabel": {}, + "LeftContainer1": {}, + "Login": {}, + "Messages": {}, + "NextArrow1": {}, + "Rectangle1": {}, + "rectHighlight": {}, + "RightContainer1": {}, + "Screen1": {}, + "ScreenContainer1": {}, + "separator": {}, + "separator_1": {}, + "Separator1": {}, + "StarVisible2": {}, + "StarVisible3": {}, + "StarVisible4": {}, + "StarVisible5": {}, + "StarVisible6": {}, + "Student Name_DataCard1": {}, + "Submission Text_DataCard1": {}, + "Submissions": {}, + "Submitted Assignment_DataCard1": {}, + "Summarizer": {}, + "Testing": {}, + "TextInput1": {}, + "Title1": {}, + "Translator": {}, + "txt_Keywords": {}, + "txt_Keywords_1": {}, + "txt_Keywords_2": {}, + "txt_Response": {}, + "txt_Response_1": {}, + "txt_Response_2": {}, + "txt_Response_3": {}, + "txt_Response_4": {}, + "txt_search_1": {}, + "txt_search_2": {}, + "txt_Submissions_AssignmentDesc": {}, + "txt_UserInput": {}, + "txt_UserInput_1": {}, + "txt_UserInput_2": {}, + "txt_UserInput_3": {}, + "txt_UserInput_4": {}, + "txt_userPrompt": {} + }, + "PCFDynamicSchemaForIRRetrievalEntry": {}, + "PCFTemplateEntry": { + "icn_Spinner": { + "CustomGroupControlTemplateName": "", + "DynamicControlDefinitionJson": "{\"ControlNamespace\":\"PowerApps.CoreControls\",\"ControlConstructor\":\"Spinner\",\"DisplayNameKey\":\"Spinner_Display_Key\",\"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\\\\\\\":\\\\\\\"PowerApps.CoreControls.Spinner\\\\\\\",\\\\\\\"CustomControlId\\\\\\\":\\\\\\\"PowerApps.CoreControls.Spinner\\\\\\\",\\\\\\\"IsVirtual\\\\\\\":true,\\\\\\\"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\\\\\\\":{},\\\\\\\"Properties\\\\\\\":{\\\\\\\"Label\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"AccessibleLabel\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Appearance\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Primary\\\\\\\"},\\\\\\\"LabelPosition\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"After\\\\\\\"},\\\\\\\"SpinnerSize\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Medium\\\\\\\"},\\\\\\\"BasePaletteColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"TabIndex\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Tooltip\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"}},\\\\\\\"FeatureUsage\\\\\\\":null},\\\\\\\"Events\\\\\\\":null,\\\\\\\"CommonEvents\\\\\\\":null,\\\\\\\"DesignMap\\\\\\\":null,\\\\\\\"PropertyDependencies\\\\\\\":[],\\\\\\\"Children\\\\\\\":null}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestPropertyTypes\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"Properties\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"Label\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"AccessibleLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Appearance\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"LabelPosition\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"SpinnerSize\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BasePaletteColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TabIndex\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Tooltip\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"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}]}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":8,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"PowerAppsControlInfo\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"TemplateVersion\\\\\\\":1,\\\\\\\"Version\\\\\\\":\\\\\\\"1.0.19\\\\\\\",\\\\\\\"IsFirstParty\\\\\\\":true}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/bundle.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.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\\\":12,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"LocalizedStrings\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"LocStrings\\\\\\\":{\\\\\\\"Spinner_Display_Key\\\\\\\":\\\\\\\"Spinner\\\\\\\",\\\\\\\"Spinner_Desc_Key\\\\\\\":\\\\\\\"Let users visualise spinner/loading effect\\\\\\\",\\\\\\\"Spinner_Label_Display_Key\\\\\\\":\\\\\\\"Label\\\\\\\",\\\\\\\"Spinner_Label_Desc_Key\\\\\\\":\\\\\\\"Label for Spinner\\\\\\\",\\\\\\\"Spinner_AccessibleLabel_Display_Key\\\\\\\":\\\\\\\"Accessibility Label\\\\\\\",\\\\\\\"Spinner_AccessibleLabel_Desc_Key\\\\\\\":\\\\\\\"Accessibility Label for Spinner component\\\\\\\",\\\\\\\"Spinner_Appearance_Display_Key\\\\\\\":\\\\\\\"Appearance\\\\\\\",\\\\\\\"Spinner_Appearance_Desc_Key\\\\\\\":\\\\\\\"Appearance of Spinner\\\\\\\",\\\\\\\"Spinner_LabelPosition_Display_Key\\\\\\\":\\\\\\\"Label Position\\\\\\\",\\\\\\\"Spinner_LabelPosition_Desc_Key\\\\\\\":\\\\\\\"Define position for the label around the Spinner\\\\\\\",\\\\\\\"Spinner_SpinnerSize_Display_Key\\\\\\\":\\\\\\\"Spinner Size\\\\\\\",\\\\\\\"Spinner_SpinnerSize_Desc_Key\\\\\\\":\\\\\\\"Define size of Spinner\\\\\\\",\\\\\\\"Spinner_LabelPosition_Before\\\\\\\":\\\\\\\"Before\\\\\\\",\\\\\\\"Spinner_LabelPosition_After\\\\\\\":\\\\\\\"After\\\\\\\",\\\\\\\"Spinner_LabelPosition_Above\\\\\\\":\\\\\\\"Above\\\\\\\",\\\\\\\"Spinner_LabelPosition_Below\\\\\\\":\\\\\\\"Below\\\\\\\",\\\\\\\"Spinner_SpinnerSize_Tiny\\\\\\\":\\\\\\\"Tiny\\\\\\\",\\\\\\\"Spinner_SpinnerSize_ExtraSmall\\\\\\\":\\\\\\\"ExtraSmall\\\\\\\",\\\\\\\"Spinner_SpinnerSize_Small\\\\\\\":\\\\\\\"Small\\\\\\\",\\\\\\\"Spinner_SpinnerSize_Medium\\\\\\\":\\\\\\\"Medium\\\\\\\",\\\\\\\"Spinner_SpinnerSize_Large\\\\\\\":\\\\\\\"Large\\\\\\\",\\\\\\\"Spinner_SpinnerSize_ExtraLarge\\\\\\\":\\\\\\\"ExtraLarge\\\\\\\",\\\\\\\"Spinner_SpinnerSize_Huge\\\\\\\":\\\\\\\"Huge\\\\\\\",\\\\\\\"Spinner_Appearance_Primary\\\\\\\":\\\\\\\"Primary\\\\\\\",\\\\\\\"Spinner_Appearance_Inverted\\\\\\\":\\\\\\\"Inverted\\\\\\\",\\\\\\\"Base_Palette_Color\\\\\\\":\\\\\\\"Base palette color\\\\\\\",\\\\\\\"Base_Palette_Color_description\\\\\\\":\\\\\\\"You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fluentui-react.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":4,\\\"Path\\\":\\\"React/16.8.6/16.8.6\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":0,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":4,\\\"Path\\\":\\\"Fluent/9.4.0/9.4.0\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":0,\\\"IsControlSpecific\\\":false}]\",\"Properties\":\"[{\\\"Name\\\":\\\"Label\\\",\\\"DisplayName\\\":\\\"Label\\\",\\\"Description\\\":\\\"Label for Spinner\\\",\\\"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\\\":\\\"Spinner_Label_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Spinner_Label_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"AccessibleLabel\\\",\\\"DisplayName\\\":\\\"Accessibility Label\\\",\\\"Description\\\":\\\"Accessibility Label for Spinner component\\\",\\\"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\\\":\\\"Spinner_AccessibleLabel_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Spinner_AccessibleLabel_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Appearance\\\",\\\"DisplayName\\\":\\\"Appearance\\\",\\\"Description\\\":\\\"Appearance of Spinner\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Primary\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Primary\\\",\\\"WebDefaultValue\\\":\\\"Primary\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"Inverted\\\",\\\"DisplayName\\\":\\\"Inverted\\\",\\\"Description\\\":\\\"Inverted\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Inverted\\\"},{\\\"Name\\\":\\\"Primary\\\",\\\"DisplayName\\\":\\\"Primary\\\",\\\"Description\\\":\\\"Primary\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Primary\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Spinner_Appearance_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Spinner_Appearance_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"LabelPosition\\\",\\\"DisplayName\\\":\\\"Label Position\\\",\\\"Description\\\":\\\"Define position for the label around the Spinner\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"After\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"After\\\",\\\"WebDefaultValue\\\":\\\"After\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"Before\\\",\\\"DisplayName\\\":\\\"Before\\\",\\\"Description\\\":\\\"Before\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Before\\\"},{\\\"Name\\\":\\\"After\\\",\\\"DisplayName\\\":\\\"After\\\",\\\"Description\\\":\\\"After\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"After\\\"},{\\\"Name\\\":\\\"Above\\\",\\\"DisplayName\\\":\\\"Above\\\",\\\"Description\\\":\\\"Above\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Above\\\"},{\\\"Name\\\":\\\"Below\\\",\\\"DisplayName\\\":\\\"Below\\\",\\\"Description\\\":\\\"Below\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Below\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Spinner_LabelPosition_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Spinner_LabelPosition_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"SpinnerSize\\\",\\\"DisplayName\\\":\\\"Spinner Size\\\",\\\"Description\\\":\\\"Define size of Spinner\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Medium\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Medium\\\",\\\"WebDefaultValue\\\":\\\"Medium\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"Tiny\\\",\\\"DisplayName\\\":\\\"Tiny\\\",\\\"Description\\\":\\\"Tiny\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Tiny\\\"},{\\\"Name\\\":\\\"ExtraSmall\\\",\\\"DisplayName\\\":\\\"ExtraSmall\\\",\\\"Description\\\":\\\"ExtraSmall\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"ExtraSmall\\\"},{\\\"Name\\\":\\\"Small\\\",\\\"DisplayName\\\":\\\"Small\\\",\\\"Description\\\":\\\"Small\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Small\\\"},{\\\"Name\\\":\\\"Medium\\\",\\\"DisplayName\\\":\\\"Medium\\\",\\\"Description\\\":\\\"Medium\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Medium\\\"},{\\\"Name\\\":\\\"Large\\\",\\\"DisplayName\\\":\\\"Large\\\",\\\"Description\\\":\\\"Large\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Large\\\"},{\\\"Name\\\":\\\"ExtraLarge\\\",\\\"DisplayName\\\":\\\"ExtraLarge\\\",\\\"Description\\\":\\\"ExtraLarge\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"ExtraLarge\\\"},{\\\"Name\\\":\\\"Huge\\\",\\\"DisplayName\\\":\\\"Huge\\\",\\\"Description\\\":\\\"Huge\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Huge\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Spinner_SpinnerSize_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Spinner_SpinnerSize_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BasePaletteColor\\\",\\\"DisplayName\\\":\\\"Base palette color\\\",\\\"Description\\\":\\\"You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"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\\\":\\\"Base_Palette_Color\\\",\\\"DescriptionResourceString\\\":\\\"Base_Palette_Color_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TabIndex\\\",\\\"DisplayName\\\":\\\"NA\\\",\\\"Description\\\":\\\"NA\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"NA\\\",\\\"DescriptionResourceString\\\":\\\"NA\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Tooltip\\\",\\\"DisplayName\\\":\\\"NA\\\",\\\"Description\\\":\\\"NA\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"NA\\\",\\\"DescriptionResourceString\\\":\\\"NA\\\",\\\"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\\\":\\\"200\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"350\\\",\\\"WebDefaultValue\\\":\\\"112\\\",\\\"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\\\":\\\"200\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"350\\\",\\\"WebDefaultValue\\\":\\\"112\\\",\\\"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}]\",\"CommonEvents\":\"[{\\\"Name\\\":\\\"OnChange\\\",\\\"DisplayName\\\":\\\"OnChange\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"AuthConfigProperties\":\"[{\\\"Label\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Appearance\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"LabelPosition\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"SpinnerSize\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"AccessibleLabel\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"X\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Y\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Width\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Height\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false}}]\"}", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_Spinner", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "PowerApps_CoreControls_Spinner", + "OverridableProperties": {}, + "TemplateDisplayName": "Spinner", + "Version": "1.0.19" + }, + "txt_userPrompt": { + "CustomGroupControlTemplateName": "", + "DynamicControlDefinitionJson": "{\"ControlNamespace\":\"PowerApps.CoreControls\",\"ControlConstructor\":\"TextInputCanvas\",\"DisplayNameKey\":\"TextInputCanvas\",\"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\\\\\\\":\\\\\\\"PowerApps.CoreControls.TextInputCanvas\\\\\\\",\\\\\\\"CustomControlId\\\\\\\":\\\\\\\"PowerApps.CoreControls.TextInputCanvas\\\\\\\",\\\\\\\"IsVirtual\\\\\\\":true,\\\\\\\"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\\\\\\\":{},\\\\\\\"Properties\\\\\\\":{\\\\\\\"AccessibleLabel\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"DelayOutput\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"MaxLength\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"-1\\\\\\\"},\\\\\\\"Mode\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"SingleLine\\\\\\\"},\\\\\\\"Placeholder\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Required\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Type\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Text\\\\\\\"},\\\\\\\"ValidationState\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"None\\\\\\\"},\\\\\\\"Value\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"BasePaletteColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"TabIndex\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Tooltip\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"}},\\\\\\\"FeatureUsage\\\\\\\":null},\\\\\\\"Events\\\\\\\":null,\\\\\\\"CommonEvents\\\\\\\":{\\\\\\\"OnChange\\\\\\\":{\\\\\\\"EventName\\\\\\\":\\\\\\\"OnChange\\\\\\\"}},\\\\\\\"DesignMap\\\\\\\":null,\\\\\\\"PropertyDependencies\\\\\\\":[],\\\\\\\"Children\\\\\\\":null}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestPropertyTypes\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"Properties\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"AccessibleLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DelayOutput\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"MaxLength\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Mode\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Placeholder\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Required\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Type\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ValidationState\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Value\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":true,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BasePaletteColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TabIndex\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Tooltip\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"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}]}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":8,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"PowerAppsControlInfo\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"TemplateVersion\\\\\\\":1,\\\\\\\"Version\\\\\\\":\\\\\\\"0.0.17\\\\\\\",\\\\\\\"IsFirstParty\\\\\\\":true}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/TextInputCanvas.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.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\\\":12,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"LocalizedStrings\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"LocStrings\\\\\\\":{\\\\\\\"TextInputCanvas\\\\\\\":\\\\\\\"Text input\\\\\\\",\\\\\\\"TextInputCanvas_AccessibleLabel\\\\\\\":\\\\\\\"Accessible label\\\\\\\",\\\\\\\"TextInputCanvas_AccessibleLabel_Desc\\\\\\\":\\\\\\\"Label for screen readers.\\\\\\\",\\\\\\\"TextInputCanvas_DelayOutput\\\\\\\":\\\\\\\"Delay output\\\\\\\",\\\\\\\"TextInputCanvas_DelayOutput_Desc\\\\\\\":\\\\\\\"When set to true, user input is registered after half a second delay. Useful for delaying expensive operations until user completes inputting text (i.e. for filtering when input is used in other formulas).\\\\\\\",\\\\\\\"TextInputCanvas_Mode\\\\\\\":\\\\\\\"Mode\\\\\\\",\\\\\\\"TextInputCanvas_Mode_Desc\\\\\\\":\\\\\\\"Type of text input: single line or multiline.\\\\\\\",\\\\\\\"TextInputCanvas_Mode_SingleLine\\\\\\\":\\\\\\\"Single line\\\\\\\",\\\\\\\"TextInputCanvas_Mode_Multiline\\\\\\\":\\\\\\\"Multiline\\\\\\\",\\\\\\\"TextInputCanvas_Required\\\\\\\":\\\\\\\"Required\\\\\\\",\\\\\\\"TextInputCanvas_Required_Desc\\\\\\\":\\\\\\\"Whether this control must contain text.\\\\\\\",\\\\\\\"TextInputCanvas_Value\\\\\\\":\\\\\\\"Value\\\\\\\",\\\\\\\"TextInputCanvas_Value_Desc\\\\\\\":\\\\\\\"Text that appears on a control or that the user types into a control.\\\\\\\",\\\\\\\"TextInputCanvas_Placeholder\\\\\\\":\\\\\\\"Placeholder text\\\\\\\",\\\\\\\"TextInputCanvas_Placeholder_Desc\\\\\\\":\\\\\\\"The placeholder text of the text input.\\\\\\\",\\\\\\\"TextInputCanvas_Type\\\\\\\":\\\\\\\"Type\\\\\\\",\\\\\\\"TextInputCanvas_Type_Desc\\\\\\\":\\\\\\\"Content type of text input: plain text, password, or search.\\\\\\\",\\\\\\\"TextInputCanvas_Type_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"TextInputCanvas_Type_Password\\\\\\\":\\\\\\\"Password\\\\\\\",\\\\\\\"TextInputCanvas_Type_Search\\\\\\\":\\\\\\\"Search\\\\\\\",\\\\\\\"TextInputCanvas_MaxLength\\\\\\\":\\\\\\\"Maximum length\\\\\\\",\\\\\\\"TextInputCanvas_MaxLength_Desc\\\\\\\":\\\\\\\"The maximum content length of the Text input.\\\\\\\",\\\\\\\"Base_Palette_Color\\\\\\\":\\\\\\\"Base palette color\\\\\\\",\\\\\\\"Base_Palette_Color_description\\\\\\\":\\\\\\\"You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.\\\\\\\",\\\\\\\"TextInputCanvas_ValidationState\\\\\\\":\\\\\\\"Validation state\\\\\\\",\\\\\\\"TextInputCanvas_ValidationState_Desc\\\\\\\":\\\\\\\"The current status of the Text input, with regard to validation.\\\\\\\",\\\\\\\"TextInputCanvas_ValidationState_None\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"TextInputCanvas_ValidationState_Error\\\\\\\":\\\\\\\"Error\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fluentui-react.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false}]\",\"Properties\":\"[{\\\"Name\\\":\\\"AccessibleLabel\\\",\\\"DisplayName\\\":\\\"Accessible label\\\",\\\"Description\\\":\\\"Label for screen readers.\\\",\\\"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\\\":\\\"TextInputCanvas_AccessibleLabel\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_AccessibleLabel_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DelayOutput\\\",\\\"DisplayName\\\":\\\"Delay output\\\",\\\"Description\\\":\\\"When set to true, user input is registered after half a second delay. Useful for delaying expensive operations until user completes inputting text (i.e. for filtering when input is used in other formulas).\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"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\\\":\\\"TextInputCanvas_DelayOutput\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_DelayOutput_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"MaxLength\\\",\\\"DisplayName\\\":\\\"Maximum length\\\",\\\"Description\\\":\\\"The maximum content length of the Text input.\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"-1\\\",\\\"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\\\":\\\"TextInputCanvas_MaxLength\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_MaxLength_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Mode\\\",\\\"DisplayName\\\":\\\"Mode\\\",\\\"Description\\\":\\\"Type of text input: single line or multiline.\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"SingleLine\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"SingleLine\\\",\\\"WebDefaultValue\\\":\\\"SingleLine\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"SingleLine\\\",\\\"DisplayName\\\":\\\"Single line\\\",\\\"Description\\\":\\\"Single line\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"SingleLine\\\"},{\\\"Name\\\":\\\"Multiline\\\",\\\"DisplayName\\\":\\\"Multiline\\\",\\\"Description\\\":\\\"Multiline\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Multiline\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TextInputCanvas_Mode\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_Mode_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Placeholder\\\",\\\"DisplayName\\\":\\\"Placeholder text\\\",\\\"Description\\\":\\\"The placeholder text of the text input.\\\",\\\"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\\\":\\\"TextInputCanvas_Placeholder\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_Placeholder_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Required\\\",\\\"DisplayName\\\":\\\"Required\\\",\\\"Description\\\":\\\"Whether this control must contain text.\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"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\\\":\\\"TextInputCanvas_Required\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_Required_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Type\\\",\\\"DisplayName\\\":\\\"Type\\\",\\\"Description\\\":\\\"Content type of text input: plain text, password, or search.\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Text\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Text\\\",\\\"WebDefaultValue\\\":\\\"Text\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"Password\\\",\\\"DisplayName\\\":\\\"Password\\\",\\\"Description\\\":\\\"Password\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Password\\\"},{\\\"Name\\\":\\\"Search\\\",\\\"DisplayName\\\":\\\"Search\\\",\\\"Description\\\":\\\"Search\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Search\\\"},{\\\"Name\\\":\\\"Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Text\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Text\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TextInputCanvas_Type\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_Type_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ValidationState\\\",\\\"DisplayName\\\":\\\"Validation state\\\",\\\"Description\\\":\\\"The current status of the Text input, with regard to validation.\\\",\\\"Type\\\":1,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"None\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"None\\\",\\\"WebDefaultValue\\\":\\\"None\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"Error\\\",\\\"DisplayName\\\":\\\"Error\\\",\\\"Description\\\":\\\"Error\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Error\\\"},{\\\"Name\\\":\\\"None\\\",\\\"DisplayName\\\":\\\"None\\\",\\\"Description\\\":\\\"None\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"None\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TextInputCanvas_ValidationState\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_ValidationState_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Value\\\",\\\"DisplayName\\\":\\\"Value\\\",\\\"Description\\\":\\\"Text that appears on a control or that the user types into a control.\\\",\\\"Type\\\":6,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":true,\\\"IsPrimaryOutput\\\":true,\\\"IsResettable\\\":true,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TextInputCanvas_Value\\\",\\\"DescriptionResourceString\\\":\\\"TextInputCanvas_Value_Desc\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BasePaletteColor\\\",\\\"DisplayName\\\":\\\"Base palette color\\\",\\\"Description\\\":\\\"You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"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\\\":\\\"Base_Palette_Color\\\",\\\"DescriptionResourceString\\\":\\\"Base_Palette_Color_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TabIndex\\\",\\\"DisplayName\\\":\\\"NA\\\",\\\"Description\\\":\\\"NA\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"NA\\\",\\\"DescriptionResourceString\\\":\\\"NA\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Tooltip\\\",\\\"DisplayName\\\":\\\"NA\\\",\\\"Description\\\":\\\"NA\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"NA\\\",\\\"DescriptionResourceString\\\":\\\"NA\\\",\\\"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\\\":\\\"320\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"320\\\",\\\"WebDefaultValue\\\":\\\"320\\\",\\\"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\\\":\\\"32\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"32\\\",\\\"WebDefaultValue\\\":\\\"32\\\",\\\"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}]\",\"CommonEvents\":\"[{\\\"Name\\\":\\\"OnChange\\\",\\\"DisplayName\\\":\\\"OnChange\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"SubscribedFunctionalities\":\"{\\\"autoDisabledViewState\\\":\\\"true\\\",\\\"supportResettableProperties\\\":\\\"true\\\",\\\"supportSetFocus\\\":\\\"true\\\"}\",\"AuthConfigProperties\":\"[{\\\"Placeholder\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Mode\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Type\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisplayMode\\\":{\\\"SectionIndex\\\":2,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":27,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"AccessibleLabel\\\":{\\\"SectionIndex\\\":2,\\\"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}}]\"}", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/powercontrol/PowerApps_CoreControls_TextInputCanvas", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "PowerApps_CoreControls_TextInputCanvas", + "OverridableProperties": {}, + "TemplateDisplayName": "Text input", + "Version": "0.0.17" + } + }, + "PublishOrderIndices": { + "Announcements": 0, + "App": 0, + "Assignment Status_DataCard1": 185, + "AssignmentAssist": 0, + "Attachment_DataCard1": 180, + "bt_Login": 10, + "btn_back": 144, + "btn_bg": 107, + "btn_galNav": 20, + "btn_galNav_1": 210, + "btn_galNav_2": 242, + "btn_galNav_3": 95, + "btn_galNav_4": 267, + "btn_galNav_5": 297, + "btn_galNav_6": 153, + "btn_galNav_7": 324, + "btn_insightBg": 45, + "btn_seeMore": 64, + "btn_Submission": 200, + "btn_Submit": 388, + "btn_Submit_1": 414, + "btn_Submit_2": 229, + "btn_Submit_3": 256, + "btn_Submit_4": 285, + "Button1": 114, + "Button3": 55, + "comp_chart": 0, + "comp_SideNav": 0, + "comp_SideNav_2": 0, + "comp_Summarizer": 0, + "comp_Summarizer_2": 0, + "comp_topTitleBar": 0, + "comp_topTitleBar_1": 99, + "comp_topTitleBar_2": 24, + "comp_topTitleBar_3": 214, + "comp_topTitleBar_4": 246, + "comp_topTitleBar_5": 271, + "comp_topTitleBar_6": 301, + "comp_topTitleBar_7": 157, + "comp_topTitleBar_8": 328, + "comp_topTitleBar_9": 37, + "comp_topTitleBar_Course_1": 116, + "cont_announcement": 46, + "cont_announcement_card": 54, + "cont_announcement_layout": 47, + "cont_announcementCard": 123, + "cont_announcementCard_1": 336, + "cont_announcementCard_2": 310, + "cont_announcementCard_3": 53, + "cont_announcementDateAndTime": 126, + "cont_announcementDateAndTime_2": 313, + "cont_announcementTime": 58, + "cont_assignmentHeader": 119, + "cont_assignmentHeader_1": 130, + "cont_assignmentMaterials": 129, + "cont_assignmentMaterials_1": 143, + "cont_assignmentsAndAnnouncements": 118, + "cont_Body": 380, + "cont_Body_1": 406, + "cont_Body_2": 215, + "cont_Body_3": 247, + "cont_Body_4": 272, + "cont_Body_6": 158, + "cont_Body_7": 330, + "cont_Body_8": 303, + "cont_bodyInner": 216, + "cont_BodyLower": 385, + "cont_BodyLower_1": 386, + "cont_BodyLower_10": 253, + "cont_BodyLower_11": 257, + "cont_BodyLower_12": 280, + "cont_BodyLower_13": 281, + "cont_BodyLower_14": 286, + "cont_BodyLower_16": 169, + "cont_BodyLower_2": 390, + "cont_BodyLower_3": 411, + "cont_BodyLower_4": 412, + "cont_BodyLower_5": 416, + "cont_BodyLower_6": 225, + "cont_BodyLower_7": 226, + "cont_BodyLower_8": 231, + "cont_BodyLower_9": 252, + "cont_bodyMainCard": 331, + "cont_bodyMainCard_1": 304, + "cont_BodyUpper": 381, + "cont_BodyUpper_1": 407, + "cont_BodyUpper_10": 171, + "cont_BodyUpper_11": 332, + "cont_BodyUpper_12": 305, + "cont_BodyUpper_2": 218, + "cont_BodyUpper_3": 222, + "cont_BodyUpper_4": 249, + "cont_BodyUpper_5": 274, + "cont_BodyUpper_6": 277, + "cont_BodyUpper_8": 160, + "cont_BodyUpper_9": 163, + "cont_BodyUpper_9_1": 164, + "cont_BodyUpperAssignments": 273, + "cont_BodyUpperSummary": 217, + "cont_BodyUpperSummary_1": 248, + "cont_BodyUpperSummary_2": 159, + "cont_cardContainer": 25, + "cont_chart": 81, + "cont_chart_1": 418, + "cont_chart_2": 340, + "cont_Course_1": 115, + "cont_CourseContents_1": 117, + "cont_cta": 61, + "cont_filled": 83, + "cont_filled_1": 420, + "cont_filled_2": 342, + "cont_full": 82, + "cont_full_1": 419, + "cont_full_2": 341, + "cont_graded": 42, + "cont_headers": 68, + "cont_headers_1": 132, + "cont_insight": 27, + "cont_insightContainer": 26, + "cont_insightDetails": 28, + "cont_insightLabel": 31, + "cont_insightPadding": 34, + "cont_layoutAnnouncement": 49, + "cont_Main": 12, + "cont_Main_1": 87, + "cont_Main_2": 202, + "cont_Main_3": 234, + "cont_Main_4": 259, + "cont_Main_5": 289, + "cont_Main_6": 145, + "cont_Main_7": 316, + "cont_mainContent": 23, + "cont_mainContent_1": 98, + "cont_mainContent_2": 213, + "cont_mainContent_3": 245, + "cont_mainContent_4": 270, + "cont_mainContent_5": 300, + "cont_mainContent_6": 156, + "cont_mainContent_7": 327, + "cont_markBg": 75, + "cont_markBg_1": 138, + "cont_marks": 66, + "cont_marksChart": 339, + "cont_marksData": 76, + "cont_marksData_1": 139, + "cont_marksTable": 65, + "cont_Nav": 371, + "cont_Nav_1": 392, + "cont_Nav_10": 148, + "cont_Nav_11": 319, + "cont_Nav_4": 15, + "cont_Nav_5": 205, + "cont_Nav_6": 237, + "cont_Nav_7": 90, + "cont_Nav_8": 262, + "cont_Nav_9": 292, + "cont_NavBottom": 378, + "cont_NavBottom_1": 399, + "cont_NavTop": 372, + "cont_NavTop_1": 393, + "cont_new": 36, + "cont_numberInsights": 35, + "cont_sidenav_1": 88, + "cont_sidenav_2": 13, + "cont_sidenav_3": 203, + "cont_sidenav_4": 235, + "cont_sidenav_5": 260, + "cont_sidenav_6": 290, + "cont_sidenav_7": 146, + "cont_sidenav_8": 317, + "cont_SideNavInner_2": 14, + "cont_SideNavInner_3": 204, + "cont_SideNavInner_4": 236, + "cont_SideNavInner_5": 89, + "cont_SideNavInner_6": 261, + "cont_SideNavInner_7": 291, + "cont_SideNavInner_8": 147, + "cont_SideNavInner_9": 318, + "cont_subjectData": 77, + "cont_submitted": 39, + "cont_text": 109, + "cont_titleAndSubtitle": 110, + "cont_topSection_1": 100, + "cont_topSection_2": 401, + "cont_topSection_3": 421, + "Container1": 352, + "Container14": 62, + "Container2": 2, + "Container3": 5, + "Container4": 7, + "Container5": 80, + "Container9": 302, + "Container9_1": 329, + "Courses": 0, + "Dashboard": 0, + "DataCardKey3": 178, + "DataCardKey4": 182, + "DataCardKey5": 187, + "DataCardKey6": 192, + "DataCardKey7": 197, + "DataCardValue3": 176, + "DataCardValue4": 183, + "DataCardValue5": 188, + "DataCardValue6": 193, + "DataCardValue7": 198, + "drp_Assignment": 276, + "drp_Assignment_4": 162, + "drp_filters_2": 307, + "drp_FromLanguage": 250, + "drp_Subject": 382, + "drp_Subject_1": 408, + "drp_Subject_2": 219, + "drp_Subject_3": 275, + "drp_Subject_4": 161, + "drp_ToLanguage": 251, + "drp_Topic": 383, + "drp_Topic_1": 409, + "drp_Topic_2": 220, + "ErrorMessage2": 179, + "ErrorMessage3": 184, + "ErrorMessage4": 189, + "ErrorMessage5": 194, + "ErrorMessage6": 199, + "ExpandMenu": 0, + "ExpandMenu_1": 356, + "frm_Submission": 174, + "gal_Cont01": 349, + "gal_Nav": 374, + "gal_Nav_1": 395, + "gal_Nav_10": 150, + "gal_Nav_11": 321, + "gal_Nav_4": 17, + "gal_Nav_5": 207, + "gal_Nav_6": 239, + "gal_Nav_7": 92, + "gal_Nav_8": 264, + "gal_Nav_9": 294, + "Gallery2": 347, + "Gallery3": 357, + "galleryTemplate1": 375, + "galleryTemplate1_1": 396, + "galleryTemplate1_10": 151, + "galleryTemplate1_11": 322, + "galleryTemplate1_4": 18, + "galleryTemplate1_5": 208, + "galleryTemplate1_6": 240, + "galleryTemplate1_7": 93, + "galleryTemplate1_8": 265, + "galleryTemplate1_9": 295, + "galleryTemplate2": 348, + "galleryTemplate3": 74, + "galleryTemplate3_1": 137, + "galleryTemplate4": 358, + "galleryTemplate5": 122, + "galleryTemplate5_1": 335, + "galleryTemplate5_2": 309, + "galleryTemplate5_3": 52, + "galleryTemplate6": 106, + "galleryTemplate7": 366, + "glExpandMenu": 365, + "glr_announcement_2": 308, + "glr_announcement_3": 51, + "glr_assignment": 121, + "glr_courses": 105, + "glr_gradedAssignments": 334, + "glr_marksTable": 73, + "glr_materialsTable": 136, + "GradedAssignments": 0, + "Greeting_1": 101, + "Greeting_2": 402, + "Greeting_3": 422, + "Host": 0, + "htm_announcement": 48, + "htm_insights": 30, + "html_background": 108, + "html_btn_Submit_2": 228, + "html_btn_Submit_3": 255, + "html_btn_Submit_4": 284, + "html_btnSeeMore": 63, + "Html_loginDiv": 1, + "HtmlText3": 67, + "icn_Send": 354, + "icn_Spinner": 355, + "Image1": 0, + "Image1_1": 368, + "Image2": 11, + "Image3": 350, + "Image4_1": 104, + "Image4_2": 405, + "Image4_3": 425, + "Image6": 363, + "img_DP": 6, + "img_Info": 224, + "img_Info_1": 279, + "img_Info_2": 173, + "img_laptop": 29, + "img_Logo": 3, + "img_NavFooter": 379, + "img_NavFooter_1": 400, + "img_NavFooter_10": 155, + "img_NavFooter_11": 326, + "img_NavFooter_4": 22, + "img_NavFooter_5": 212, + "img_NavFooter_6": 244, + "img_NavFooter_7": 97, + "img_NavFooter_8": 269, + "img_NavFooter_9": 299, + "img_NavTopLogo1": 373, + "img_NavTopLogo1_1": 394, + "img_NavTopLogo1_10": 149, + "img_NavTopLogo1_11": 320, + "img_NavTopLogo1_4": 16, + "img_NavTopLogo1_5": 206, + "img_NavTopLogo1_6": 238, + "img_NavTopLogo1_7": 91, + "img_NavTopLogo1_8": 263, + "img_NavTopLogo1_9": 293, + "img_TitleImg": 377, + "img_TitleImg_1": 398, + "img_TitleImg_10": 154, + "img_TitleImg_11": 325, + "img_TitleImg_4": 21, + "img_TitleImg_5": 211, + "img_TitleImg_6": 243, + "img_TitleImg_7": 96, + "img_TitleImg_8": 268, + "img_TitleImg_9": 298, + "imgExpandButton": 364, + "imgIcon": 370, + "Label1": 8, + "Label2": 351, + "Label3": 9, + "Label4": 223, + "Label4_1": 278, + "Label4_2": 172, + "lbl_announcementBody": 57, + "lbl_announcementCardDate": 127, + "lbl_announcementCardDate_2": 314, + "lbl_announcementCardDetails": 125, + "lbl_announcementCardDetails_2": 312, + "lbl_announcementCardTime": 128, + "lbl_announcementCardTime_1": 343, + "lbl_announcementCardTime_2": 315, + "lbl_announcementCardTitle": 124, + "lbl_announcementCardTitle_1": 337, + "lbl_announcementCardTitle_2": 311, + "lbl_announcementDate": 59, + "lbl_announcementTime": 60, + "lbl_announcementTitle": 56, + "lbl_assignmentNo": 85, + "lbl_assignmentNo_1": 140, + "lbl_BodyLowerSummary_Title": 227, + "lbl_BodyLowerSummary_Title_1": 232, + "lbl_BodyLowerSummary_Title_2": 282, + "lbl_BodyLowerSummary_Title_3": 287, + "lbl_courseCode": 112, + "lbl_courseTitle": 111, + "lbl_gradedCount": 43, + "lbl_gradedText": 44, + "lbl_insightSubtitle": 33, + "lbl_insightTitle": 32, + "lbl_mainMsg_2": 102, + "lbl_mainMsg_3": 103, + "lbl_mainSubtitle": 404, + "lbl_mainSubtitle_1": 424, + "lbl_mainTitle": 403, + "lbl_mainTitle_1": 423, + "lbl_marks": 84, + "lbl_Name": 4, + "lbl_newCount": 37, + "lbl_newLabel": 38, + "lbl_subCode": 79, + "lbl_SubjCode": 70, + "lbl_SubjCode_1": 134, + "lbl_SubjTitle": 69, + "lbl_SubjTitle_1": 133, + "lbl_SubjTitle_2": 71, + "lbl_SubjTitle_3": 72, + "lbl_SubjTitle_4": 135, + "lbl_Submissions_AssignmentCourse": 166, + "lbl_Submissions_AssignmentDue": 168, + "lbl_Submissions_AssignmentName": 165, + "lbl_Submissions_Form": 170, + "lbl_submittedCount": 40, + "lbl_submittedOn": 86, + "lbl_submittedOn_1": 141, + "lbl_submittedText": 41, + "lbl_subName": 78, + "lbl_subName_1": 142, + "lbl_teacher": 113, + "lbl_Test_1": 201, + "lbl_Titile": 376, + "lbl_Titile_1": 397, + "lbl_Titile_10": 152, + "lbl_Titile_11": 323, + "lbl_Titile_4": 19, + "lbl_Titile_5": 209, + "lbl_Titile_6": 241, + "lbl_Titile_7": 94, + "lbl_Titile_8": 266, + "lbl_Titile_9": 296, + "lbl_title": 50, + "lbl_title_1": 120, + "lbl_title_2": 131, + "lbLabel": 367, + "LeftContainer1": 345, + "Login": 0, + "Messages": 0, + "NextArrow1": 360, + "Rectangle1": 359, + "rectHighlight": 369, + "RightContainer1": 346, + "Screen1": 0, + "ScreenContainer1": 344, + "separator": 389, + "separator_1": 415, + "Separator1": 362, + "StarVisible2": 177, + "StarVisible3": 181, + "StarVisible4": 186, + "StarVisible5": 191, + "StarVisible6": 196, + "Student Name_DataCard1": 195, + "Submission Text_DataCard1": 175, + "Submissions": 0, + "Submitted Assignment_DataCard1": 190, + "Summarizer": 0, + "Testing": 0, + "TextInput1": 338, + "Title1": 361, + "Translator": 0, + "txt_Keywords": 384, + "txt_Keywords_1": 410, + "txt_Keywords_2": 221, + "txt_Response": 391, + "txt_Response_1": 417, + "txt_Response_2": 233, + "txt_Response_3": 258, + "txt_Response_4": 288, + "txt_search_1": 333, + "txt_search_2": 306, + "txt_Submissions_AssignmentDesc": 167, + "txt_UserInput": 387, + "txt_UserInput_1": 413, + "txt_UserInput_2": 230, + "txt_UserInput_3": 254, + "txt_UserInput_4": 283, + "txt_userPrompt": 353 + }, + "ResourcesJsonIndices": { + "Image-3dLaptop": 6, + "Image-apraulogo": 4, + "Image-book": 2, + "Image-img_NavTopLogo": 5, + "Image-lamp": 3, + "Image-logo": 1, + "Image-SampleImage": 0 + }, + "RuleScreenIdWithoutScreen": {}, + "TemplateVersions": {}, + "VolatileProperties": { + "AnalysisLoadTime": 1.9532383, + "ControlCount": { + "0bdf6737481741968b8dcf9026b28f88": 9, + "6d04999cacc2419dbce7261db88a5a0d": 1, + "8272e1b6768d4265a447c0e83d4b1a2b": 1, + "862d7dc0dd804c3d838768e43092011b": 2, + "92f178c511ab4958b3f63d9783d1cd1a": 2, + "attachments": 1, + "button": 21, + "cff40005a5aa4501a3c5f056e04b47fd": 1, + "combobox": 3, + "dropdown": 13, + "f30b0ac1092942f3aec795681f4833ce": 1, + "ff35b282af614c66a97fa11177dfbaa4": 1, + "form": 1, + "gallery": 20, + "galleryTemplate": 20, + "groupContainer": 158, + "htmlViewer": 9, + "icon": 2, + "image": 46, + "label": 92, + "PowerApps_CoreControls_Spinner": 1, + "PowerApps_CoreControls_TextInputCanvas": 1, + "rectangle": 5, + "screen": 12, + "text": 18, + "typedDataCard": 5 + }, + "DeserializationLoadTime": 4.3696574999999998 + }, + "WasLocalDatabaseReferencesEmpty": false +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/checksum.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/checksum.json new file mode 100644 index 00000000..99bcdce4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Entropy/checksum.json @@ -0,0 +1,88 @@ +{ + "ClientBuildDetails": { + "CommitHash": "941f06c8f5cf7a493289e9514c8dec5c50b61d34", + "IsLocalBuild": false + }, + "ClientPerFileChecksums": { + "AppCheckerResult.sarif": "C8_PI8v98c3T85buTEdgkSDwGq5RKleaH6waLYfip1cOXw=", + "Assets\\Images\\01b833f2-3b3f-4fd3-b4bf-7aad8ca0b9c5.png": "C8_StS41nUphmGFEWZTLuaxqByF4P2Gc027wnXJSbm36pE=", + "Assets\\Images\\2168d3bf-6b16-4b90-ad1e-31e71e04f40e.png": "C8_ixRykmn/fUOFegGQDL/PDEBgdKYlzmwb5QVMhMa2irQ=", + "Assets\\Images\\3bcf111f-1128-47aa-8ce5-7157ce5853fb.png": "C8_WUDRU5L4sUQNiuO5pNzGDyc2yF1lzBbgFEe2WNb5WOc=", + "Assets\\Images\\65f1fcc6-f9ad-486b-96d8-345974c96f0c.png": "C8_I6lIOHsi592ufzWbb8cIGX/P4XHcxFU3wWStAx33CFI=", + "Assets\\Images\\a744e8df-44dc-4a4b-ad41-cf0137de6ebf.png": "C8_CYWZAKCM4qA6Z/Fn3ePBGmGoUeHdcgHIkY2LDOTZXLc=", + "Assets\\Images\\f6ba7539-f4f1-4aed-bae9-75a69c15a337.png": "C8_vkx5A3Ul7OEmPebNPaNK09m2Gd6Jasfh4hurlrOVqAA=", + "Components\\14.json": "C8_VG04o2Zj+IVJ9Lm5VdWT5wAuLbNUY1gViyQzUxr32Eg=", + "Components\\20.json": "C8_Hl7tjZRZZC03rWCyHVD4CPKtezeX0J4m6fOSm6Ej8B8=", + "Components\\30.json": "C8_IqLuSKsrycBePCBKMohwXNeu8g5wpcNfG9avIklv7oQ=", + "Components\\4.json": "C8_wEGNnTs+Y6K4paVyTpjvl1V9LbFmvei4amK6OmtOVGk=", + "Components\\43.json": "C8_jOa5FELziFKOZtkP+D5wI0PdGtwd1/UHkU47faNlods=", + "Components\\56.json": "C8_skazcNFbz1LpEtT1R1B1VZREbunqsXwIPvzl9zMvYVc=", + "Components\\60.json": "C8_7HGNpbX6dLnThpjiQGHfPSKj5PEFS4y8+9btNVhDIpY=", + "Components\\68.json": "C8_Zhtw7K/ShlE8aEKzJgkRJsxKSyW6LcQlc4nWuszuRG0=", + "ComponentsMetadata.json": "C8_4+OUIxMsar3cBKNDmpGnOGKw/URLl15/ktnrHEyuB+c=", + "Controls\\1.json": "C8_uvLe4+oEQAU3hTPZL2LdYn0IQHsHX9xBj8jXIuFmZko=", + "Controls\\100.json": "C8_iMJ97w8bSHTUorWrzp63NmUrGmSPRS4ys1V2caM3sz8=", + "Controls\\131.json": "C8_4CMPHwSPKdNfEY1LyFI9bQnbcFpqDeBW7uSoTrymmDk=", + "Controls\\188.json": "C8_5H7ML0w5fHx/TLQ7ewSKHbc0pKFBFTcoBiXTdnOEqHQ=", + "Controls\\216.json": "C8_BGhhlmOX8+ZTbQq1TZKNzRvMU/4wbCeBMsniSFATVn8=", + "Controls\\225.json": "C8_q3qQMlu7TY5y9e2FI/oIlvqjo3bkTMSCKxoCNXkedZM=", + "Controls\\301.json": "C8_04drY4mAmBdGawWgKQNtSoV8P8sD1/Gv29gacLlaIwM=", + "Controls\\360.json": "C8_pcYluO7j0/rBgGdyL3KaSK34YkcWfaksxWgGITT9Gac=", + "Controls\\362.json": "C8_WP6NfE7yYmfCIsujwF9h5v2UOwMRavx3GHw9d2nodrk=", + "Controls\\395.json": "C8_OnOi/g/bVyftqQ7m2/QMMzFPO8uenUYQdKLehWDt8Vc=", + "Controls\\421.json": "C8_PiLgkrUYj4ciQAj/ZgdX1zBFuYoC/2IfElhNJnh/Wr8=", + "Controls\\74.json": "C8_Z1RHu55iIdFH3XsJmrw3bMhdGT7+0f3vXqCXMrCofqw=", + "Controls\\87.json": "C8_ERXqCf2t/SUouEWZnp34bYqV/tuJVPLMvlm0CUlV8ig=", + "Header.json": "C8_mTAkbxK2q2qVegnZaur+tawhckDCYicHXJBWHq1di6E=", + "Properties.json": "C8_9qdzyQQqoGVWuqYtDTCdBRM6jyEJeR21dOgd/UfvjrY=", + "References\\DataSources.json": "C8_GWuWPWX2hEKopy86mywVtSmsVLSukg5YnEb22ww0tTY=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\QualifiedValues.json": "C8_Tg+YaTnWGepFx456PodAC/sBR5SATZp8k9pK7sQTM3A=", + "References\\Resources.json": "C8_0Ji7C3JFJbYnQfkMDOuylB+wmp4rBCd/LYNHaWjCkRE=", + "References\\Templates.json": "C8_aOtTZQ1kE5sYx78tT/aSLqDqe6COAh8IHdQuF67FqfY=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_WVgP6NPyFN0xSpHccCrm7MJ50WC74or1SI7SlJKLgWM=" + }, + "ClientStampedChecksum": "C8_xFWjOCoO7Q0iUM7AatxQL1COK4llwsQXMbqP0cCeOqg=", + "ServerPerFileChecksums": { + "AppCheckerResult.sarif": "C8_PI8v98c3T85buTEdgkSDwGq5RKleaH6waLYfip1cOXw=", + "Assets\\Images\\01b833f2-3b3f-4fd3-b4bf-7aad8ca0b9c5.png": "C8_StS41nUphmGFEWZTLuaxqByF4P2Gc027wnXJSbm36pE=", + "Assets\\Images\\2168d3bf-6b16-4b90-ad1e-31e71e04f40e.png": "C8_ixRykmn/fUOFegGQDL/PDEBgdKYlzmwb5QVMhMa2irQ=", + "Assets\\Images\\3bcf111f-1128-47aa-8ce5-7157ce5853fb.png": "C8_WUDRU5L4sUQNiuO5pNzGDyc2yF1lzBbgFEe2WNb5WOc=", + "Assets\\Images\\65f1fcc6-f9ad-486b-96d8-345974c96f0c.png": "C8_I6lIOHsi592ufzWbb8cIGX/P4XHcxFU3wWStAx33CFI=", + "Assets\\Images\\a744e8df-44dc-4a4b-ad41-cf0137de6ebf.png": "C8_CYWZAKCM4qA6Z/Fn3ePBGmGoUeHdcgHIkY2LDOTZXLc=", + "Assets\\Images\\f6ba7539-f4f1-4aed-bae9-75a69c15a337.png": "C8_vkx5A3Ul7OEmPebNPaNK09m2Gd6Jasfh4hurlrOVqAA=", + "Components\\14.json": "C8_VG04o2Zj+IVJ9Lm5VdWT5wAuLbNUY1gViyQzUxr32Eg=", + "Components\\20.json": "C8_Hl7tjZRZZC03rWCyHVD4CPKtezeX0J4m6fOSm6Ej8B8=", + "Components\\30.json": "C8_IqLuSKsrycBePCBKMohwXNeu8g5wpcNfG9avIklv7oQ=", + "Components\\4.json": "C8_wEGNnTs+Y6K4paVyTpjvl1V9LbFmvei4amK6OmtOVGk=", + "Components\\43.json": "C8_jOa5FELziFKOZtkP+D5wI0PdGtwd1/UHkU47faNlods=", + "Components\\56.json": "C8_skazcNFbz1LpEtT1R1B1VZREbunqsXwIPvzl9zMvYVc=", + "Components\\60.json": "C8_7HGNpbX6dLnThpjiQGHfPSKj5PEFS4y8+9btNVhDIpY=", + "Components\\68.json": "C8_Zhtw7K/ShlE8aEKzJgkRJsxKSyW6LcQlc4nWuszuRG0=", + "ComponentsMetadata.json": "C8_4+OUIxMsar3cBKNDmpGnOGKw/URLl15/ktnrHEyuB+c=", + "Controls\\1.json": "C8_uvLe4+oEQAU3hTPZL2LdYn0IQHsHX9xBj8jXIuFmZko=", + "Controls\\100.json": "C8_iMJ97w8bSHTUorWrzp63NmUrGmSPRS4ys1V2caM3sz8=", + "Controls\\131.json": "C8_4CMPHwSPKdNfEY1LyFI9bQnbcFpqDeBW7uSoTrymmDk=", + "Controls\\188.json": "C8_5H7ML0w5fHx/TLQ7ewSKHbc0pKFBFTcoBiXTdnOEqHQ=", + "Controls\\216.json": "C8_BGhhlmOX8+ZTbQq1TZKNzRvMU/4wbCeBMsniSFATVn8=", + "Controls\\225.json": "C8_q3qQMlu7TY5y9e2FI/oIlvqjo3bkTMSCKxoCNXkedZM=", + "Controls\\301.json": "C8_04drY4mAmBdGawWgKQNtSoV8P8sD1/Gv29gacLlaIwM=", + "Controls\\360.json": "C8_pcYluO7j0/rBgGdyL3KaSK34YkcWfaksxWgGITT9Gac=", + "Controls\\362.json": "C8_WP6NfE7yYmfCIsujwF9h5v2UOwMRavx3GHw9d2nodrk=", + "Controls\\395.json": "C8_OnOi/g/bVyftqQ7m2/QMMzFPO8uenUYQdKLehWDt8Vc=", + "Controls\\421.json": "C8_PiLgkrUYj4ciQAj/ZgdX1zBFuYoC/2IfElhNJnh/Wr8=", + "Controls\\74.json": "C8_Z1RHu55iIdFH3XsJmrw3bMhdGT7+0f3vXqCXMrCofqw=", + "Controls\\87.json": "C8_ERXqCf2t/SUouEWZnp34bYqV/tuJVPLMvlm0CUlV8ig=", + "Header.json": "C8_mTAkbxK2q2qVegnZaur+tawhckDCYicHXJBWHq1di6E=", + "Properties.json": "C8_9qdzyQQqoGVWuqYtDTCdBRM6jyEJeR21dOgd/UfvjrY=", + "References\\DataSources.json": "C8_GWuWPWX2hEKopy86mywVtSmsVLSukg5YnEb22ww0tTY=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\QualifiedValues.json": "C8_Tg+YaTnWGepFx456PodAC/sBR5SATZp8k9pK7sQTM3A=", + "References\\Resources.json": "C8_0Ji7C3JFJbYnQfkMDOuylB+wmp4rBCd/LYNHaWjCkRE=", + "References\\Templates.json": "C8_aOtTZQ1kE5sYx78tT/aSLqDqe6COAh8IHdQuF67FqfY=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_WVgP6NPyFN0xSpHccCrm7MJ50WC74or1SI7SlJKLgWM=" + }, + "ServerStampedChecksum": "C8_xFWjOCoO7Q0iUM7AatxQL1COK4llwsQXMbqP0cCeOqg=" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Other/References/ModernThemes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Other/References/ModernThemes.json new file mode 100644 index 00000000..14ac0273 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Other/References/ModernThemes.json @@ -0,0 +1,8 @@ +{ + "Themes": [ + { + "EntityName": "PowerAppsTheme", + "ThemeName": "PowerAppsTheme" + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Other/References/QualifiedValues.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Other/References/QualifiedValues.json new file mode 100644 index 00000000..564ffce6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Other/References/QualifiedValues.json @@ -0,0 +1,69 @@ +{ + "QualifiedValues": [ + { + "Kind": "default.cds_appr_course_forms", + "Namespace": "Courses_1 (Forms)", + "Values": { + "Information": "e9682570-5f84-46a5-92e9-fa59d403bd5a" + } + }, + { + "Kind": "default.cds_contact_forms", + "Namespace": "Contacts (Forms)", + "Values": { + "account contact card": "29de27bc-a257-4f29-99cf-bab4a84e688f", + "Contact": "1fed44d1-ae68-4a41-bd2b-f13acac4acfa", + "contact card": "707fc57b-c5e6-471b-a180-e37ed28a38e2", + "Contact Card form": "bc0f68dd-a4b1-4a8f-bed3-c8f5db2f89cf", + "Contact Quick Create": "661157fe-2fc9-4eaa-835f-5bfa2f7b64f7", + "Contact Quick Form": "bdb0ae1c-32fa-4374-b637-8dafe107bc44", + "Contact Reference Panel": "d880c3cf-80e2-42f3-82f9-24d040d09f17", + "Information": "894cc46a-b0cb-4ab0-8bf6-200544e46a2d", + "Invite Web Form": "d6190b35-9474-4098-9698-33f6627eb3bf", + "Live Persona Card Form": "449faa0e-f471-48ec-87d0-4719909546d2", + "Portal Contact (Enhanced)": "c1c97961-2d42-4103-abf8-2fe2bdf38224", + "Profile Web Form (Enhanced)": "bddc0100-0dbe-4562-aafe-31d08c8ab506", + "Profile Web Form (Enhanced) - Japanese": "01124dd8-9bff-4cc0-bb33-ea9d943c3f9f", + "Recent Cases and Entitlements": "f3b707fb-3b5f-45f9-9c6b-5e573bb5d19e", + "Social Profiles": "7bb87dfd-ec3e-4ed9-8e3e-5725d3067295", + "Update Contact": "26843818-6508-4afe-9342-5fae2ebf15ca" + } + }, + { + "Kind": "default.cds_appr_assignmentmark_forms", + "Namespace": "Assignment Marks (Forms)", + "Values": { + "Information": "9026f1f8-c1c8-4408-be90-73b7e79f3676" + } + }, + { + "Kind": "default.cds_appr_assignment_forms", + "Namespace": "Assignments (Forms)", + "Values": { + "Assignment main form": "67f06a53-575b-ee11-be6f-6045bd1dbe0d", + "Information": "22e98bff-6915-4fc8-8326-e84967ec53c9" + } + }, + { + "Kind": "default.cds_appr_announcement_forms", + "Namespace": "Announcements_1 (Forms)", + "Values": { + "Information": "0e642496-519c-4038-81a1-bb289938501c" + } + }, + { + "Kind": "default.cds_appr_learningmaterials_forms", + "Namespace": "Learning Materials (Forms)", + "Values": { + "Information": "5bc38a6f-bf48-4089-90d8-5df1afd0ac9e" + } + }, + { + "Kind": "default.cds_appr_studentcourse_forms", + "Namespace": "Student Courses (Forms)", + "Values": { + "Information": "b6a149bd-1bb8-4ff7-941c-d84977033706" + } + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Announcements.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Announcements.fx.yaml new file mode 100644 index 00000000..94d88278 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Announcements.fx.yaml @@ -0,0 +1,614 @@ +Announcements As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected,"Announcements") + + cont_Main_5 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_6 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_7 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_9 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_9 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_9.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_9 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Dashboard", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_9 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_9.X + (img_TitleImg_9.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_9 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_9.Height - img_TitleImg_9.Height) / 2 + ZIndex: =2 + + btn_galNav_5 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_9 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_9.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_5 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_6 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Announcements" + Width: =Parent.Width + + Container9 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + LayoutMinHeight: =100 + LayoutMinWidth: =250 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_Body_8 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =32 + RadiusBottomRight: =32 + RadiusTopLeft: =32 + RadiusTopRight: =32 + Width: =Parent.Width + ZIndex: =2 + + cont_bodyMainCard_1 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =60 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_BodyUpper_12 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =Parent.Height/8 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =16 + PaddingRight: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + txt_search_2 As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(171, 171, 171, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + HintText: ="Search" + HoverBorderColor: =RGBA(166, 166, 166, 1) + HoverColor: =RGBA(171, 171, 171, 1) + HoverFill: =Color.Transparent + OnChange: = + OnSelect: = + PaddingBottom: =8 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =8 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Width: =1 + ZIndex: =1 + + drp_filters_2 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =Color.Transparent + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + HoverColor: =RGBA(171, 171, 171, 1) + HoverFill: =RGBA(0, 0, 0, 0) + Items: =Distinct(Announcements_1,Scope) + LayoutMinHeight: =70 + LayoutMinWidth: =100 + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + PressedFill: =RGBA(0, 0, 0, 0) + SelectionFill: =RGBA(0, 175, 206, 1) + Size: =10 + Width: =Parent.Width / 2.18 + ZIndex: =2 + + glr_announcement_2 As gallery.galleryVertical: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + Height: =Parent.Height + Items: |- + =Search(Announcements_1,txt_search_2.Text,"appr_name","appr_description") + //Announcements_1 + Layout: =Layout.Vertical + LayoutMinHeight: =20 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + ShowScrollbar: =false + TemplatePadding: =16 + TemplateSize: =cont_announcement_card.Height + Width: =Parent.Width + ZIndex: =2 + + cont_announcementCard_2 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth + ZIndex: =1 + + lbl_announcementCardTitle_2 As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =14 + Text: =ThisItem.Name + Width: =Parent.Width-32 + ZIndex: =1 + + lbl_announcementCardDetails_2 As label: + Color: =RGBA(171, 171, 171, 1) + FillPortions: =5 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.Description + VerticalAlign: =VerticalAlign.Top + Width: =Parent.Width-32 + ZIndex: =2 + + cont_announcementDateAndTime_2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =100 + LayoutMinWidth: =80 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + lbl_announcementCardDate_2 As label: + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Created On',DateTimeFormat.ShortDate) + ZIndex: =1 + + lbl_announcementCardTime_2 As label: + Align: =Align.Right + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Created On',DateTimeFormat.ShortTime) + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/App.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/App.fx.yaml new file mode 100644 index 00000000..4c318335 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/App.fx.yaml @@ -0,0 +1,23 @@ +App As appinfo: + BackEnabled: =false + OnStart: |- + =Set(varSpinner,false); + Set(varTabSelected,"Dashboard"); + Set(varCourseVisible, false); + + + Collect(colAssignments, + {title:"Assignment", description:"Assignment"}, + {title:"Literary Analysis Essay", description: "Write a literary analysis essay on a novel of your choice. Analyze the themes, characters, and symbolism used in the novel to convey its message."}, + {title:"Book Review", description: "Read a classic novel assigned by the teacher and write a detailed book review. Share your thoughts on the plot, character development, and overall impact of the book."} + + ) + Theme: =PowerAppsTheme + + Host As hostControl.DefaultHostControlVariant: + OnCancel: =false + OnEdit: =false + OnNew: =false + OnSave: =false + OnView: =false + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/AssignmentAssist.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/AssignmentAssist.fx.yaml new file mode 100644 index 00000000..e96c37a1 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/AssignmentAssist.fx.yaml @@ -0,0 +1,699 @@ +AssignmentAssist As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected,"Assignment Assist") + + cont_Main_4 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_5 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_6 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_8 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_8 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_8.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_8 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Dashboard", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_8 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_8.X + (img_TitleImg_8.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_8 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_8.Height - img_TitleImg_8.Height) / 2 + ZIndex: =2 + + btn_galNav_4 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_8 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_8.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_4 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_5 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Assignment Assist" + Width: =Parent.Width + + cont_Body_4 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + cont_BodyUpperAssignments As groupContainer.verticalAutoLayoutContainer: + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + cont_BodyUpper_5 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =Parent.Height/ 1.5 + LayoutGap: = + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =txt_UserInput_4.X + PaddingRight: =txt_UserInput_4.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_Subject_3 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 2.5 + Items: =["Subject", "English"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =Parent.Width / 2.18 + ZIndex: =1 + + drp_Assignment As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="Assignment" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =drp_Subject_3.Height + Items: =colAssignments + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =drp_Subject_3.Width + ZIndex: =2 + + cont_BodyUpper_6 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =Parent.Height - cont_BodyUpper_5.Height + LayoutMinHeight: =50 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + img_Info_1 As image: + Height: =24 + Image: | + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + + ") + Width: =Self.Height + X: =drp_Subject_3.X + Y: =(Parent.Height - Self.Height) /2 + ZIndex: =1 + + Label4_1 As label: + Color: =RGBA(171, 171, 171, 1) + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: =33 + Size: =10 + Text: ="Use left text area to paste your submissions text. Then click the Check button to get AI assist to your answers, before submitting ." + Width: =Parent.Width - Self.X + X: =img_Info_1.X * 2.3 + ZIndex: =2 + + cont_BodyLower_12 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =8 + Height: =225 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + cont_BodyLower_13 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + html_btn_Submit_4 As htmlViewer: + Height: =btn_Submit_4.Height + HtmlText: |- + ="
+ + + + + + + + +
" + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Visible: =false + Width: =btn_Submit_4.Width + X: =btn_Submit_4.X + Y: =btn_Submit_4.Y + ZIndex: =1 + + btn_Submit_4 As button: + BorderStyle: =BorderStyle.None + Color: =RGBA(0, 0, 0, 1) + Fill: |- + =RGBA(0, 175, 206, 1) + //RGBA(0, 175, 206, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =Set(varAssignmentAssist,ChatGPTConnector.ChatAPI("gpt-3.5-turbo",Collect(colAssignmentAssist,{role:"user",content:Text(Concatenate("Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.","The subject is '",drp_Subject_3.Selected.Value,"'. ","Assignment title is '",drp_Assignment.Selected.title,"'"," and the description is '", drp_Assignment.Selected.description,"'.", "This is my submission: '",txt_UserInput_4,"'"))}))); + ClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message); + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Check my answers" + Width: =txt_UserInput_4.Width / 3 + X: =(txt_UserInput_4.Width + txt_UserInput_4.X) - Self.Width + Y: =(txt_UserInput_4.Height + txt_UserInput_4.Y) + (Self.Height/2.5) + ZIndex: =2 + + txt_UserInput_4 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.2 + HintText: ="Paste your text here" + Mode: =TextMode.MultiLine + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =lbl_BodyLowerSummary_Title_2.Height + ZIndex: =3 + + lbl_BodyLowerSummary_Title_2 As label: + Color: =RGBA(241, 244, 249, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =16 + PaddingTop: =16 + Size: =12 + Text: ="Submission text" + Width: =txt_UserInput_4.Width + X: =txt_UserInput_4.X + ZIndex: =4 + + cont_BodyLower_14 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + txt_Response_4 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: |- + =Last(Filter(colAssignmentAssist, role="assistant")).content + //(Last(colSummary).content) + //Concatenate("Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.","The subject is '",drp_Subject_3.Selected.Value,"'. ","Assignment title is '",drp_Assignment.Selected.title,"'"," and the description is '", drp_Assignment.Selected.description,"'.", "This is my submission: '",txt_UserInput_4,"'") + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =txt_UserInput_4.Height + HintText: ="" + Mode: =TextMode.MultiLine + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =lbl_BodyLowerSummary_Title_3.Height + ZIndex: =1 + + lbl_BodyLowerSummary_Title_3 As label: + Color: =RGBA(241, 244, 249, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =16 + PaddingTop: =16 + Size: =12 + Text: ="AI assisted suggestions" + Width: =txt_Response_4.Width + X: =txt_Response_4.X + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_SideNav_2.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_SideNav_2.fx.yaml new file mode 100644 index 00000000..5b3b8b23 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_SideNav_2.fx.yaml @@ -0,0 +1,258 @@ +comp_SideNav_2 As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =768 + Width: =300 + X: =0 + Y: =0 + ZIndex: =1 + + cont_Nav_1 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + cont_NavTop_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =1 + + img_NavTopLogo1_1 As image: + Height: =Parent.Height/2 + Image: =img_NavTopLogo + Width: =Self.Height + X: =img_TitleImg_1.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_1 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =3 + Items: | + =[ + {ID:1,name:"Dashboard", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Home)"}, + {ID:2,name:"Courses", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + "), navigateTo: "Navigate(Courses)"}, + {ID:3,name:"Submissions", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Upcoming)"}, + {ID:4,name:"Messages", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Messages)"}, + {ID:5,name:"Summarizer", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Summarizer)"}, + {ID:6,name:"Translator", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Translator)"}, + {ID:7,name:"Assignment Assist", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Assignment)"}, + {ID:8,name:"Announcements", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Announcements)"} + ] + + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =Parent.Width + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =280 + Width: =Parent.Width + ZIndex: =2 + + lbl_Titile_1 As label: + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.IsSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =50 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: =Select(Parent) + PaddingLeft: =img_TitleImg_1.X + (img_TitleImg_1.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.Width + ZIndex: =1 + + img_TitleImg_1 As image: + Height: =32 + Image: =If(ThisItem.IsSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =16 + Y: =(lbl_Titile_1.Height - img_TitleImg_1.Height) / 2 + ZIndex: =2 + + cont_NavBottom_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + img_NavFooter_1 As image: + Height: =Self.Width + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =img_TitleImg_1.Width + X: =img_TitleImg_1.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_SideNav_2.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_SideNav_2.json new file mode 100644 index 00000000..f51035bc --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_SideNav_2.json @@ -0,0 +1,27 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_SideNav_2", + "TemplateGuid": "ff35b282af614c66a97fa11177dfbaa4" + }, + "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": "638314081460033828", + "Name": "ff35b282af614c66a97fa11177dfbaa4", + "OverridableProperties": {}, + "TemplateOriginalName": "cff40005a5aa4501a3c5f056e04b47fd", + "Version": "638309620174895438" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_Summarizer_2.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_Summarizer_2.fx.yaml new file mode 100644 index 00000000..2c8fda30 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_Summarizer_2.fx.yaml @@ -0,0 +1,186 @@ +comp_Summarizer_2 As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =768 + Width: =1066 + X: =0 + Y: =0 + ZIndex: =1 + + cont_Body_1 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + cont_BodyUpper_1 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + Height: =225 + LayoutGap: =Parent.Width / 16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =112 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =txt_UserInput_1.X + PaddingRight: =txt_UserInput_1.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_Subject_1 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 4 + Items: =["Subject", "Power Platform"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =Parent.Width / 4 + ZIndex: =1 + + drp_Topic_1 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 4 + Items: =["Topic", "Canvas Apps with AI"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =Parent.Width / 4 + ZIndex: =2 + + txt_Keywords_1 As text: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =drp_Subject_1.Height + HintText: ="Comma separated key words" + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =10 + Width: =Parent.Width / 4 + ZIndex: =3 + + cont_BodyLower_3 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =8 + Height: =225 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =2 + + cont_BodyLower_4 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + btn_Submit_1 As button: + BorderStyle: =BorderStyle.None + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + Height: =Self.Width / 4 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Summarize" + Width: =txt_UserInput_1.Width / 3 + X: =(txt_UserInput_1.Width + txt_UserInput_1.X) - Self.Width + Y: =(txt_UserInput_1.Height + txt_UserInput_1.Y) + Self.Height + ZIndex: =2 + + txt_UserInput_1 As text: + Default: ="Place your text here to summarize" + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.3 + Mode: =TextMode.MultiLine + Size: =12 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X + ZIndex: =3 + + separator_1 As rectangle: + AlignInContainer: =AlignInContainer.Center + Fill: =RGBA(202, 202, 202, 0.5) + Height: =Parent.Height / 1.1 + Width: =2 + ZIndex: =2 + + cont_BodyLower_5 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + txt_Response_1 As text: + Default: ="Summarized Text" + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.3 + Mode: =TextMode.MultiLine + Size: =12 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_Summarizer_2.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_Summarizer_2.json new file mode 100644 index 00000000..98855092 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_Summarizer_2.json @@ -0,0 +1,27 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_Summarizer_2", + "TemplateGuid": "8272e1b6768d4265a447c0e83d4b1a2b" + }, + "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": "638314081460138805", + "Name": "8272e1b6768d4265a447c0e83d4b1a2b", + "OverridableProperties": {}, + "TemplateOriginalName": "f30b0ac1092942f3aec795681f4833ce", + "Version": "638311386729854833" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_chart.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_chart.fx.yaml new file mode 100644 index 00000000..9fd5010f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_chart.fx.yaml @@ -0,0 +1,39 @@ +comp_chart As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + FillColor: =RGBA(0, 0, 0, 1) + Height: =640 + Percentage: =100 + Width: =640 + X: =0 + Y: =0 + ZIndex: =1 + + cont_chart_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + ZIndex: =1 + + cont_full_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(75, 71, 65, 1) + Height: =8 + RadiusBottomLeft: =24 + RadiusBottomRight: =24 + RadiusTopLeft: =24 + RadiusTopRight: =24 + Width: =Parent.Width + Y: =Parent.Height/2-4 + ZIndex: =1 + + cont_filled_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: =comp_chart.FillColor + Height: =8 + RadiusBottomLeft: =24 + RadiusBottomRight: =24 + RadiusTopLeft: =24 + RadiusTopRight: =24 + Width: =(Parent.Width/100)* comp_chart.Percentage + Y: =Parent.Height/2-4 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_chart.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_chart.json new file mode 100644 index 00000000..10b8cccc --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_chart.json @@ -0,0 +1,45 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_chart", + "TemplateGuid": "6d04999cacc2419dbce7261db88a5a0d" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [ + { + "Category": 0, + "DisplayName": "Percentage", + "Hidden": false, + "Name": "Percentage", + "PropertyDataTypeKey": "Number", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Fill Color", + "Hidden": false, + "Name": "FillColor", + "PropertyDataTypeKey": "Color", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}}" + } + ], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": false, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638314081460139668", + "Name": "6d04999cacc2419dbce7261db88a5a0d", + "OverridableProperties": {}, + "Version": "638312137082674165" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar.fx.yaml new file mode 100644 index 00000000..65a714ac --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar.fx.yaml @@ -0,0 +1,71 @@ +comp_topTitleBar As CanvasComponent: + Fill: =Color.Transparent + Height: =80 + ShowSubtitle: =true + Subtitle: ="Text" + Title: ="Text" + Width: =500 + X: =0 + Y: =0 + ZIndex: =1 + + cont_topSection_2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =80 + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =1 + + Greeting_2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_mainTitle As label: + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =30 + LineHeight: =0.5 + Size: =20 + Text: =comp_topTitleBar.Title + Width: =Parent.Width + ZIndex: =1 + + lbl_mainSubtitle As label: + Color: =RGBA(160, 160, 160, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =20 + Size: =12 + Text: =comp_topTitleBar.Subtitle + Visible: =comp_topTitleBar.ShowSubtitle + Width: =Parent.Width + ZIndex: =2 + + Image4_2 As image: + AlignInContainer: =AlignInContainer.Stretch + BorderColor: =RGBA(0, 175, 206, 1) + BorderThickness: =2 + Height: =32 + Image: =User().Image + LayoutMinHeight: =48 + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =48 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar.json new file mode 100644 index 00000000..d6a84c85 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar.json @@ -0,0 +1,1876 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentDefinitionInfo": { + "AllowAccessToGlobals": false, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "17", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinHeight", + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "40", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainTitle", + "Parent": "Greeting_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 403, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar.Title", + "Property": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Semibold", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.View", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0.5", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "30", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "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": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "20", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(255, 255, 255, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "ControlUniqueId": "18", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "1", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "20", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainSubtitle", + "Parent": "Greeting_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 404, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar.Subtitle", + "Property": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1.2", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "40", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 18, 107, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(160, 160, 160, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "12", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "comp_topTitleBar.ShowSubtitle", + "Property": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "16", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "250", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "50", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Greeting_2", + "Parent": "cont_topSection_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 402, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.Start", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Start", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Vertical", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Height", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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" + ], + "ControlUniqueId": "19", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "100", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "48", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image4_2", + "Parent": "cont_topSection_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 405, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "User().Image", + "Property": "Image", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "48", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "32", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, 20%)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 175, 206, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, -20%)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, 20%)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "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": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "ControlUniqueId": "15", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_2", + "Parent": "comp_topTitleBar", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 401, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.SpaceBetween", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Stretch", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Horizontal", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + } + ], + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "LastModifiedTimestamp": "638314081460035873", + "Name": "comp_topTitleBar", + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "true", + "Property": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Color.Transparent", + "Property": "Fill", + "RuleProviderType": "System" + } + ] + }, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_topTitleBar", + "TemplateGuid": "0bdf6737481741968b8dcf9026b28f88" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [ + { + "Category": 0, + "DisplayName": "Title", + "Hidden": false, + "Name": "Title", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property which inputs the title.", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Subtitle", + "Hidden": false, + "Name": "Subtitle", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Show Subtitle", + "Hidden": false, + "Name": "ShowSubtitle", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property whether to show or hide subtitle", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + } + ], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": false, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638314081460035873", + "Name": "0bdf6737481741968b8dcf9026b28f88", + "OverridableProperties": {}, + "Version": "638311260475946093" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar_9.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar_9.fx.yaml new file mode 100644 index 00000000..081ab93e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar_9.fx.yaml @@ -0,0 +1,70 @@ +comp_topTitleBar_9 As CanvasComponent: + Fill: =Color.Transparent + Height: =80 + ShowSubtitle: =true + Subtitle: ="Text" + Title: ="Text" + Width: =500 + X: =0 + Y: =0 + ZIndex: =1 + + cont_topSection_3 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =80 + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =1 + + Greeting_3 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_mainTitle_1 As label: + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + Height: =30 + LineHeight: =0.5 + Size: =20 + Text: =comp_topTitleBar_9.Title + Width: =Parent.Width + ZIndex: =1 + + lbl_mainSubtitle_1 As label: + Color: =RGBA(160, 160, 160, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =20 + Size: =12 + Text: =comp_topTitleBar_9.Subtitle + Visible: =comp_topTitleBar_9.ShowSubtitle + Width: =Parent.Width + ZIndex: =2 + + Image4_3 As image: + AlignInContainer: =AlignInContainer.Stretch + BorderColor: =RGBA(0, 175, 206, 1) + BorderThickness: =2 + Height: =32 + Image: =User().Image + LayoutMinHeight: =48 + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =48 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar_9.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar_9.json new file mode 100644 index 00000000..dd383af4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Components/comp_topTitleBar_9.json @@ -0,0 +1,1870 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentDefinitionInfo": { + "AllowAccessToGlobals": false, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "71", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinHeight", + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "40", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainTitle_1", + "Parent": "Greeting_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 423, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar_9.Title", + "Property": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.View", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0.5", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "30", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "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": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "20", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(255, 255, 255, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "ControlUniqueId": "72", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "1", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "20", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainSubtitle_1", + "Parent": "Greeting_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 424, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar_9.Subtitle", + "Property": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1.2", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "40", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 18, 107, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(160, 160, 160, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "12", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "comp_topTitleBar_9.ShowSubtitle", + "Property": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "70", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "250", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "50", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Greeting_3", + "Parent": "cont_topSection_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 422, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.Start", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Start", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Vertical", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Height", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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" + ], + "ControlUniqueId": "73", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "100", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "48", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image4_3", + "Parent": "cont_topSection_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 425, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "User().Image", + "Property": "Image", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "48", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "32", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, 20%)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 175, 206, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, -20%)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, 20%)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "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": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "ControlUniqueId": "69", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_3", + "Parent": "comp_topTitleBar_9", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 421, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.SpaceBetween", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Stretch", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Horizontal", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + } + ], + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "LastModifiedTimestamp": "638314081460392655", + "Name": "comp_topTitleBar_9", + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "true", + "Property": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Color.Transparent", + "Property": "Fill", + "RuleProviderType": "System" + } + ] + }, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_topTitleBar_9", + "TemplateGuid": "92f178c511ab4958b3f63d9783d1cd1a" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [ + { + "Category": 0, + "DisplayName": "Title", + "Hidden": false, + "Name": "Title", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property which inputs the title.", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Subtitle", + "Hidden": false, + "Name": "Subtitle", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Show Subtitle", + "Hidden": false, + "Name": "ShowSubtitle", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property whether to show or hide subtitle", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + } + ], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": false, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638314081460392655", + "Name": "92f178c511ab4958b3f63d9783d1cd1a", + "OverridableProperties": {}, + "TemplateOriginalName": "c5659ece0d9d4bf094ec3ff1e87c64bf", + "Version": "638311260475946093" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Courses.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Courses.fx.yaml new file mode 100644 index 00000000..6d8c27cf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Courses.fx.yaml @@ -0,0 +1,1002 @@ +Courses As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: |- + =Set(varTabSelected,"Courses"); + Set(varCourseVisible, false); + + cont_Main_1 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_1 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_5 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_7 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_7 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_7.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_7 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Dashboard", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_7 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_7.X + (img_TitleImg_7.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_7 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_7.Height - img_TitleImg_7.Height) / 2 + ZIndex: =2 + + btn_galNav_3 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_7 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_7.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_1 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_1 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Courses" + Width: =Parent.Width + + glr_courses As gallery.galleryVertical: + DelayItemLoading: =true + Items: |- + =//Filter('Student Courses', 'Student ID'.'Full Name' = User().FullName) + Courses_1 + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =0 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: =Set(varCourseVisible,true) + TemplatePadding: =16 + TemplateSize: | + =If(Self.Layout = Layout.Horizontal, Min(280, Self.Width - 60), Min(280, Self.Height - 60)) + Width: =Parent.Width + WrapCount: =Min(Courses.Size, 3) + ZIndex: =2 + + btn_bg As button: + BorderColor: =Color.Transparent + Fill: =RGBA(RandBetween(0,255),RandBetween(0,255),RandBetween(0,255),.3)//RGBA(32, 95, 95, 1) + Height: =Parent.TemplateHeight + OnSelect: =Select(Parent) + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =1 + + html_background As htmlViewer: + Height: =280 + HtmlText: |- + ="
" + OnSelect: =Select(Parent) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Visible: =false + Width: =243.5 + ZIndex: =2 + + cont_text As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.TemplateHeight + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMode: =LayoutMode.Auto + Width: =Parent.TemplateWidth + ZIndex: =3 + + cont_titleAndSubtitle As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =lbl_courseTitle.Height+ lbl_courseCode.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =-8 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + Y: =40 + ZIndex: =1 + + lbl_courseTitle As label: + Align: =Align.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =20 + Text: =ThisItem.Name + Width: =Parent.Width + Y: = + ZIndex: =1 + + lbl_courseCode As label: + Align: =Align.Center + Color: =RGBA(193, 193, 193, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.'Course Code' + Width: =Parent.Width + Y: = + ZIndex: =2 + + lbl_teacher As label: + Align: =Align.Center + Color: =RGBA(223, 223, 223, 1) + Font: =Font.'Segoe UI' + Size: =14 + Text: =Text(ThisItem.Teacher.Salutation) & " " & ThisItem.Teacher.'Full Name' + Width: =Parent.Width + Y: = + ZIndex: =2 + + Button1 As button: + Fill: =Color.Transparent + Height: =Parent.TemplateHeight + HoverFill: =Self.Fill + OnSelect: =Select(Parent) + PressedFill: =Self.Fill + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =4 + + cont_topSection_1 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =80 + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Visible: =false + ZIndex: =3 + + Greeting_1 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_mainMsg_2 As label: + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + Height: =30 + LineHeight: =0.5 + Size: =20 + Text: ="Courses" + Width: =Parent.Width + ZIndex: =1 + + lbl_mainMsg_3 As label: + Color: =RGBA(160, 160, 160, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =20 + Size: =12 + Text: =User().FullName + Width: =Parent.Width + ZIndex: =2 + + Image4_1 As image: + AlignInContainer: =AlignInContainer.Stretch + BorderColor: =RGBA(0, 175, 206, 1) + BorderThickness: =2 + Height: =32 + Image: =User().Image + LayoutMinHeight: =48 + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =48 + ZIndex: =2 + + cont_Course_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: |- + =RGBA(17, 21, 21, 1) + //RGBA(0, 0, 0, 0) + Height: =cont_mainContent_1.Height + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Visible: =varCourseVisible + Width: =cont_mainContent_1.Width + X: =cont_mainContent_1.X + Y: =cont_mainContent_1.Y + ZIndex: =3 + + comp_topTitleBar_Course_1 As comp_topTitleBar_9: + Subtitle: =glr_courses.Selected.'Course Code' + Title: =glr_courses.Selected.Name + Width: =Parent.Width + ZIndex: =2 + + cont_CourseContents_1 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height - comp_topTitleBar_Course_1.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + Width: =Parent.Width + Y: =comp_topTitleBar_Course_1.Height + ZIndex: =3 + + cont_assignmentsAndAnnouncements As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2 + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_assignmentHeader As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_title_1 As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Assignments" + Width: = + X: =40 + Y: =40 + ZIndex: =1 + + glr_assignment As gallery.galleryVertical: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + Height: =Parent.Height + Items: |- + =Filter( + Assignments, + Course.'Course Code' = glr_courses.Selected.'Course Code' + ) + Layout: =Layout.Vertical + LayoutMinHeight: =20 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =16 + TemplateSize: =200 + Visible: =glr_assignment.AllItemsCount>0 + Width: =Parent.Width - 16 + ZIndex: =2 + + cont_announcementCard As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth + ZIndex: =1 + + lbl_announcementCardTitle As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =14 + Text: =ThisItem.Name + Width: =Parent.Width-32 + ZIndex: =1 + + lbl_announcementCardDetails As label: + Color: =RGBA(171, 171, 171, 1) + FillPortions: =5 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.Description + VerticalAlign: =VerticalAlign.Top + Width: =Parent.Width-32 + ZIndex: =2 + + cont_announcementDateAndTime As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =lbl_announcementCardDate.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =100 + LayoutMinWidth: =80 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + lbl_announcementCardDate As label: + AlignInContainer: =AlignInContainer.End + AutoHeight: =true + Color: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Due Date',DateTimeFormat.ShortDate) + ZIndex: =1 + + lbl_announcementCardTime As label: + Align: =Align.Right + AlignInContainer: =AlignInContainer.End + AutoHeight: =true + Color: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Due Date',DateTimeFormat.ShortTime) + ZIndex: =2 + + cont_assignmentMaterials As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =8 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_assignmentHeader_1 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_title_2 As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Course materials" + Width: = + X: =40 + Y: =40 + ZIndex: =1 + + cont_headers_1 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + Y: =16 + ZIndex: =2 + + lbl_SubjTitle_1 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="UNIT" + ZIndex: =1 + + lbl_SubjCode_1 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =3 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="DESCRIPTION" + ZIndex: =2 + + lbl_SubjTitle_4 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =2 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="FILE" + ZIndex: =3 + + glr_materialsTable As gallery.galleryVertical: + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height - cont_headers_1.Height - 40 - 16 + Items: |- + =Filter( + 'Learning Materials', + 'Related Course'.'Course Code' = glr_courses.Selected.'Course Code' + ) + + //Filter('Learning Materials', 'Related Course'.'Course Code' = glr_courses.Selected.'Course Code') + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =8 + TemplateSize: =60//If(Self.Layout = Layout.Horizontal, Min(280, Self.Width - 60), Min(280, Self.Height - 60)) + Width: =Parent.Width-16 + X: =8 + Y: =cont_headers_1.Height + 16 + ZIndex: =3 + + cont_markBg_1 As groupContainer.manualLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth-8 + ZIndex: =2 + + cont_marksData_1 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + lbl_subName_1 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =Parent.Height/2 + LineHeight: =0 + PaddingBottom: =8 + PaddingLeft: =8 + PaddingRight: =8 + PaddingTop: =8 + Size: =12 + Text: =If(IsBlank(ThisItem.'Unit Number'),"-","Unit " & ThisItem.'Unit Number') + Width: =30 + ZIndex: =1 + + lbl_assignmentNo_1 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + FillPortions: =3 + Font: =Font.'Segoe UI' + Size: =12 + Text: =ThisItem.Description + ZIndex: =2 + + lbl_submittedOn_1 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =If(IsBlank(ThisItem.Attachment.FileName),RGBA(255, 255, 255, 1),RGBA(0, 175, 206, 1)) + FillPortions: =2 + Font: =Font.'Segoe UI' + Size: =12 + Text: =If(IsBlank(ThisItem.Attachment.FileName),"-", Text(ThisItem.Attachment.FileName)) + ZIndex: =3 + + cont_assignmentMaterials_1 As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =60 + LayoutJustifyContent: =LayoutJustifyContent.End + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =3 + + btn_back As button: + AlignInContainer: =AlignInContainer.Start + BorderStyle: =BorderStyle.None + Color: =RGBA(0, 0, 0, 1) + Fill: |- + =RGBA(0, 175, 206, 1) + //RGBA(0, 175, 206, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: =Set(varCourseVisible, false) + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Back" + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Dashboard.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Dashboard.fx.yaml new file mode 100644 index 00000000..783a1412 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Dashboard.fx.yaml @@ -0,0 +1,1195 @@ +Dashboard As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected,"Dashboard") + + cont_Main As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutGap: =8 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_2 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_2 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_Nav_4 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_4 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_4.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_4 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Dashboard", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_4 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_4.X + (img_TitleImg_4.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_4 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_4.Height - img_TitleImg_4.Height) / 2 + ZIndex: =2 + + btn_galNav As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_4 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_4.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + comp_topTitleBar_2 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + Subtitle: =User().FullName + Title: ="Welcome! 👋" + Width: =Parent.Width + + cont_cardContainer As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =3 + + cont_insightContainer As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + LayoutDirection: =If(Dashboard.Size = 1, LayoutDirection.Vertical , LayoutDirection.Horizontal) + LayoutGap: =16 + LayoutMinHeight: =100 + LayoutMinWidth: =50 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =8 + PaddingRight: =16 + ZIndex: =1 + + cont_insight As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width/100 *55 + ZIndex: =1 + + cont_insightDetails As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + LayoutMinHeight: =50 + LayoutMinWidth: =50 + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + ZIndex: =2 + + htm_insights As htmlViewer: + Height: =Parent.Height + HtmlText: |- + ="
" + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Width: =Parent.Width + ZIndex: =1 + + img_laptop As image: + Height: =If( Dashboard.Size=1, 150, 277) + Image: ='3dLaptop' + Width: =If( Dashboard.Size=1, 120,319) + X: =Parent.Width -Self.Width + 10 + Y: =Parent.Y-10 + ZIndex: =2 + + cont_insightPadding As groupContainer.manualLayoutContainer: + Height: =96 + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + Y: =If( Dashboard.Size =1, Parent.Height- Self.Height -64 ,cont_insight.Height- Self.Height)//Parent.Height - Self.Height + ZIndex: =3 + + btn_insightBg As button: + DisplayMode: =DisplayMode.View + Fill: =RGBA(16, 23, 25, .8) + Height: =If( Dashboard.Size =1,Parent.Height-16, Parent.Height-16) + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + Text: ="" + Width: =Parent.Width-32 + X: =16 + ZIndex: =1 + + cont_numberInsights As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =If( Dashboard.Size =1,Parent.Height, Parent.Height-16) + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + Y: =Parent.Height - Self.Height -16 + ZIndex: =2 + + cont_new As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =If( Dashboard.Size < 3,LayoutDirection.Vertical, LayoutDirection.Horizontal) + LayoutGap: =If(Dashboard.Size =1, 4) + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =100 + LayoutMinWidth: =40 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingTop: =16 + Width: =Parent.Width/3 + ZIndex: =1 + + lbl_newCount As label: + Align: =Align.Center + Color: =RGBA(255, 159, 28, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =28 + Text: =" 5" + Width: =If( Dashboard.Size>3,Parent.Width/4, Parent.Width) + ZIndex: =1 + + lbl_newLabel As label: + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: ="NEW" + Width: =If( Dashboard.Size=1,Parent.Width,Parent.Width/2) + ZIndex: =2 + + cont_submitted As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =If( Dashboard.Size = 1,LayoutDirection.Vertical, LayoutDirection.Horizontal) + LayoutGap: =4 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =100 + LayoutMinWidth: =40 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + lbl_submittedCount As label: + Align: =Align.Center + Color: =RGBA(0, 175, 206, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =28 + Text: ="40" + Width: =If( Dashboard.Size>3,Parent.Width/4, Parent.Width) + ZIndex: =1 + + lbl_submittedText As label: + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: ="SUBMITTED" + Width: =Parent.Width/2 + ZIndex: =2 + + cont_graded As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =4 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =100 + LayoutMinWidth: =40 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + lbl_gradedCount As label: + Color: =RGBA(135, 248, 182, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =28 + Text: ="35" + Width: =If( Dashboard.Size>3,Parent.Width/4, Parent.Width) + ZIndex: =1 + + lbl_gradedText As label: + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: ="GRADED" + Width: =Parent.Width/2 + ZIndex: =2 + + cont_insightLabel As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height/2 + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMode: =LayoutMode.Auto + LayoutWrap: =true + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width/2 + ZIndex: =4 + + lbl_insightTitle As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: = + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =18 + Text: ="Quick Insights" + Width: =Parent.Width-32 + ZIndex: =1 + + lbl_insightSubtitle As label: + AutoHeight: =true + Color: =RGBA(193, 193, 193, 1) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: ="Get to know little insight about your assignments." + Width: =Parent.Width-32 + ZIndex: =2 + + cont_announcement As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width/2 + ZIndex: =2 + + cont_announcement_layout As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =100 + LayoutMinWidth: =250 + Width: =Parent.Width + ZIndex: =1 + + htm_announcement As htmlViewer: + Height: =Parent.Height + HtmlText: |- + ="
" + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Width: =Parent.Width + ZIndex: =1 + + cont_layoutAnnouncement As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =3 + + lbl_title As label: + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =18 + Text: ="Announcements" + Width: =Parent.Width-32 + X: =40 + Y: =40 + ZIndex: =1 + + glr_announcement_3 As gallery.galleryVertical: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + Height: =Parent.Height + Items: |- + =Last(Sort(Announcements_1, 'Created On')) + //Announcements_1 + Layout: =Layout.Vertical + LayoutMinHeight: =20 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + ShowScrollbar: =false + TemplatePadding: =0 + TemplateSize: =Parent.Height + Width: =Parent.Width -32 + ZIndex: =3 + + cont_announcementCard_3 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth + ZIndex: =1 + + cont_announcement_card As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + LayoutMinHeight: =100 + LayoutMinWidth: =250 + Width: = + ZIndex: =4 + + Button3 As button: + BorderColor: =Color.Transparent + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.Height + HoverFill: =Self.Fill + OnSelect: = + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + PressedBorderColor: =Color.Transparent + PressedFill: =Self.Fill + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + Text: ="" + Width: =Parent.Width + ZIndex: =1 + + cont_announcementTime As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =36 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + LayoutOverflowX: =LayoutOverflow.Scroll + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + Width: =Parent.Width + Y: =lbl_announcementBody.Y + lbl_announcementBody.Height + ZIndex: =2 + + lbl_announcementDate As label: + AlignInContainer: =AlignInContainer.End + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + DisplayMode: =DisplayMode.View + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =Parent.Height-16 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Created On',DateTimeFormat.ShortDate) + ZIndex: =1 + + lbl_announcementTime As label: + Align: =Align.Right + AlignInContainer: =AlignInContainer.End + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + DisplayMode: =DisplayMode.View + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinWidth: =0 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Created On',DateTimeFormat.ShortTime) + ZIndex: =2 + + lbl_announcementTitle As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + PaddingBottom: =4 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Size: =12 + Text: =ThisItem.Name + Width: =Parent.Width + ZIndex: =3 + + lbl_announcementBody As label: + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + Overflow: =Overflow.Scroll + PaddingBottom: =0 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =8 + Size: =12 + Text: =ThisItem.Description + Width: =Parent.Width + Y: =lbl_announcementTitle.Height + ZIndex: =4 + + cont_cta As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.Center + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.End + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width-32 + ZIndex: =4 + + Container14 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =40 + LayoutMinHeight: =40 + LayoutMinWidth: =40 + Width: =Parent.Width + ZIndex: =2 + + html_btnSeeMore As htmlViewer: + Height: =btn_seeMore.Height + HtmlText: |- + ="
+ + + + + + + + +
" + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Width: =btn_seeMore.Width + X: =btn_seeMore.X + Y: =btn_seeMore.Y + ZIndex: =1 + + btn_seeMore As button: + Align: =Align.Right + Fill: =Color.Transparent + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + HoverFill: =RGBA(0, 175, 206, 1) + OnSelect: =Navigate(Announcements,ScreenTransition.Fade) + PaddingBottom: =4 + PaddingLeft: =0 + PaddingRight: =16 + PaddingTop: =0 + PressedBorderColor: =RGBA(0, 0, 0, 0) + PressedColor: =RGBA(0, 0, 0, 1) + PressedFill: =RGBA(0, 175, 206, 1) + Size: =12 + Text: ="See More" + Width: =130 + X: =Parent.Width- Self.Width + ZIndex: =2 + + cont_marksTable As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + cont_marks As groupContainer.manualLayoutContainer: + FillPortions: =0 + Height: =Parent.Height + LayoutMinHeight: =100 + LayoutMinWidth: =250 + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =2 + + HtmlText3 As htmlViewer: + Height: =Parent.Height + HtmlText: |- + ="
" + PaddingBottom: =0 + PaddingLeft: =8 + PaddingRight: =16 + PaddingTop: =8 + Width: =Parent.Width + ZIndex: =1 + + cont_headers As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =40 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =24 + PaddingRight: =16 + PaddingTop: =16 + Width: =glr_marksTable.Width + Y: =16 + ZIndex: =2 + + lbl_SubjTitle As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="SUBJECT" + ZIndex: =1 + + lbl_SubjCode As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="ASSIGNMENT NO" + ZIndex: =2 + + lbl_SubjTitle_2 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="SUBMITTED DATE" + ZIndex: =3 + + lbl_SubjTitle_3 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =2 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="MARKS" + ZIndex: =4 + + glr_marksTable As gallery.galleryVertical: + DelayItemLoading: =true + Height: =Parent.Height - cont_headers.Height - 40 + Items: |- + =Filter( + AddColumns('Assignment Marks', "AssignmentName",'Submitted Assignment'.Name), + 'Assignment Status' = 3 && 'Student Name'.'Full Name' = User().FullName + ) + //'Assignment Marks' + Layout: =Layout.Vertical + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =8 + TemplateSize: =60//If(Self.Layout = Layout.Horizontal, Min(280, Self.Width - 60), Min(280, Self.Height - 60)) + Width: =Parent.Width-16 + X: =8 + Y: =cont_headers.Height + 16 + ZIndex: =3 + + cont_markBg As groupContainer.manualLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth-8 + ZIndex: =2 + + cont_marksData As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_subjectData As groupContainer.verticalAutoLayoutContainer: + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =20 + LayoutMinWidth: =50 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =8 + PaddingLeft: =8 + PaddingTop: =8 + ZIndex: =1 + + lbl_subName As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + Height: =Parent.Height/2 + LineHeight: =0 + PaddingBottom: =8 + PaddingLeft: =8 + PaddingRight: =8 + PaddingTop: =8 + Size: =12 + Text: =LookUp(Assignments, Name = ThisItem.'Submitted Assignment'.Name,ThisRecord.Course.Name) + Width: =Parent.Width + ZIndex: =1 + + lbl_subCode As label: + AlignInContainer: =AlignInContainer.Start + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + Height: =Parent.Height/2 + LineHeight: =0 + PaddingBottom: =8 + PaddingLeft: =8 + PaddingRight: =8 + PaddingTop: =8 + Size: =10 + Text: =LookUp(Assignments, Name = ThisItem.'Submitted Assignment'.Name,ThisRecord.Course.'Course Code') + Width: =Parent.Width + ZIndex: =2 + + lbl_assignmentNo As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Size: =12 + Text: =LookUp(Assignments, Name = ThisItem.'Submitted Assignment'.Name,ThisRecord.'Assignment Number') + ZIndex: =4 + + lbl_submittedOn As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Size: =12 + Text: =Text(ThisItem.'Submitted On') + ZIndex: =5 + + Container5 As groupContainer.horizontalAutoLayoutContainer: + FillPortions: =2 + Height: =Parent.Height + LayoutGap: =4 + LayoutMinHeight: =20 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =7 + + cont_chart As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Center + DropShadow: =DropShadow.None + FillPortions: =2 + Height: =Parent.Height + LayoutMinHeight: =20 + LayoutMinWidth: =20 + ZIndex: =1 + + cont_full As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(75, 71, 65, 1) + Height: =8 + RadiusBottomLeft: =24 + RadiusBottomRight: =24 + RadiusTopLeft: =24 + RadiusTopRight: =24 + Width: =Parent.Width + Y: =Parent.Height/2-4 + ZIndex: =1 + + cont_filled As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(0, 175, 206, 1) + Height: =8 + RadiusBottomLeft: =24 + RadiusBottomRight: =24 + RadiusTopLeft: =24 + RadiusTopRight: =24 + Width: =(Parent.Width/100)* ThisItem.'total marks' + Y: =Parent.Height/2-4 + ZIndex: =2 + + lbl_marks As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Text: =ThisItem.'total marks' & " %" + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Announcements.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Announcements.editorstate.json new file mode 100644 index 00000000..23c590c6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Announcements.editorstate.json @@ -0,0 +1,7310 @@ +{ + "ControlStates": { + "Announcements": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Announcements", + "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": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "btn_galNav_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_5", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_announcementCard_2": { + "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": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementCard_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementDateAndTime_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementDateAndTime_2", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Body_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Body_8", + "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": "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_bodyMainCard_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "?" + } + ], + "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": "cont_bodyMainCard_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_12": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "cont_BodyUpper_12", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_5", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_9": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Container9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "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": "Container9", + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_filters_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectionFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PressedFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "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": "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": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_filters_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "gal_Nav_9": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_9", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_9", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate5_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate5_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glr_announcement_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Items", + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Transition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "GalleryTemplateChildName": "galleryTemplate5_2", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_announcement_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowNavigation", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "img_NavFooter_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_9", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "img_TitleImg_9", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDate_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "lbl_announcementCardDate_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDetails_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardDetails_2", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTime_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "lbl_announcementCardTime_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTitle_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardTitle_2", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_9", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "txt_search_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "?" + }, + "OnSelect", + "OnChange" + ], + "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": "txt_search_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnChange", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Announcements" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/App.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/App.editorstate.json new file mode 100644 index 00000000..77d331c4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/App.editorstate.json @@ -0,0 +1,125 @@ +{ + "ControlStates": { + "App": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "MinScreenHeight", + "MinScreenWidth", + "ConfirmExit", + "SizeBreakpoints", + "BackEnabled", + "Theme", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "OnStart", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "App", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ConfirmExit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "BackEnabled", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenWidth", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Theme", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnStart", + "RuleProviderType": "User" + }, + { + "Category": "ConstantData", + "PropertyName": "SizeBreakpoints", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Host": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnNew", + "OnEdit", + "OnView", + "OnSave", + "OnCancel" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Host", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Behavior", + "PropertyName": "OnNew", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnEdit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnView", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSave", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnCancel", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + } + }, + "TopParentName": "App" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/AssignmentAssist.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/AssignmentAssist.editorstate.json new file mode 100644 index 00000000..89029462 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/AssignmentAssist.editorstate.json @@ -0,0 +1,7858 @@ +{ + "ControlStates": { + "AssignmentAssist": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "AssignmentAssist", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "btn_galNav_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_4", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_Submit_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit_4", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Body_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_Body_4", + "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": "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": "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" + }, + "cont_BodyLower_12": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_BodyLower_12", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_13": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_13", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_14": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_14", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight" + ], + "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": "", + "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": "cont_BodyUpper_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": { + "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": "cont_BodyUpper_6", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpperAssignments": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "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": { + "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": "cont_BodyUpperAssignments", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_8": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_Assignment": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Assignment", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"title\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_Subject_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Subject_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "gal_Nav_8": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_8", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_8", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "html_btn_Submit_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "html_btn_Submit_4", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_Info_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + "Width", + { + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_Info_1", + "ParentIndex": 1, + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "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" + }, + "img_NavFooter_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_8", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "img_TitleImg_8", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Label4_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "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": "Label4_1", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_BodyLowerSummary_Title_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_BodyLowerSummary_Title_2", + "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": "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": "User" + }, + { + "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": "User" + }, + { + "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" + }, + "lbl_BodyLowerSummary_Title_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_BodyLowerSummary_Title_3", + "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": "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": "User" + }, + { + "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": "User" + }, + { + "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" + }, + "lbl_Titile_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_8", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "txt_Response_4": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Response_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "User" + }, + { + "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": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_UserInput_4": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_UserInput_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "AssignmentAssist" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Courses.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Courses.editorstate.json new file mode 100644 index 00000000..5517fa50 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Courses.editorstate.json @@ -0,0 +1,15859 @@ +{ + "ControlStates": { + "btn_back": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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", + "OnSelect" + ], + "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": "btn_back", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_bg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "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", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_bg", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "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": "BorderColor", + "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" + }, + "btn_galNav_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_3", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "Button1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Button1", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "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": "BorderColor", + "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" + }, + "comp_topTitleBar_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "comp_topTitleBar_Course_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_Course_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "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" + }, + "cont_announcementCard": { + "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": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementCard", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementDateAndTime": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementDateAndTime", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_assignmentHeader", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentHeader_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_assignmentHeader_1", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentMaterials": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentMaterials", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentMaterials_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentMaterials_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentsAndAnnouncements": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentsAndAnnouncements", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Course_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Course_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_CourseContents_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height - comp_topTitleBar_Course_1.Height - (btn_BacktoCourses.Height + 32)", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "cont_CourseContents_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_headers_1": { + "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": "glr_marksTable.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_headers_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_markBg_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_markBg_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_marksData_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_marksData_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_7": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_text": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_text", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_titleAndSubtitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_titleAndSubtitle", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_topSection_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_topSection_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Courses": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Courses", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "gal_Nav_7": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_7", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_7", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate3_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate3_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glr_assignment": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Search(Announcements_1,txt_search.Text,\"appr_name\",\"appr_description\")\r\n//Announcements_1", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_announcement_card.Height", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Transition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Visible" + ], + "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": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "GalleryTemplateChildName": "galleryTemplate5", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_assignment", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowNavigation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "glr_courses": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + "Transition", + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + "Width", + "Height", + "ZIndex" + ], + "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": { + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate6", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_courses", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "glr_materialsTable": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "'Assignment Marks'", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + "Transition", + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height - cont_headers_1.Height - 40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate3_1", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_materialsTable", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "Greeting_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "Greeting_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "html_background": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnSelect", + "ZIndex", + "HtmlText", + { + "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "html_background", + "ParentIndex": 2, + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "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": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Image4_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "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": { + "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": "Image4_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavFooter_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_7", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "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": "img_TitleImg_7", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDate": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Created On',DateTimeFormat.ShortDate)", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_announcementCardDate", + "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": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDetails": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardDetails", + "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": "PressedColor", + "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": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTime": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Created On',DateTimeFormat.ShortTime)", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_announcementCardTime", + "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": "PressedColor", + "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": "HoverColor", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardTitle", + "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": "PressedColor", + "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": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_assignmentNo_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "LookUp(Assignments, Name = ThisItem.'Submitted Assignment'.Name,ThisRecord.'Assignment Number')", + "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", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "lbl_assignmentNo_1", + "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": "PressedColor", + "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": "HoverColor", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_courseCode": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + "Y", + "Width", + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "LineHeight", + "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": "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": "lbl_courseCode", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "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": "HoverColor", + "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": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_courseTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + "Y", + "Width", + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "LineHeight", + "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": "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": "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": "lbl_courseTitle", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "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": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_mainMsg_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "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": "lbl_mainMsg_2", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_mainMsg_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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" + ], + "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": "", + "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": "lbl_mainMsg_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + }, + "lbl_SubjCode_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjCode_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_1": { + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle_1", + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle_4", + "ParentIndex": 2, + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_submittedOn_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Submitted On')", + "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", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "lbl_submittedOn_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_subName_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "LookUp(Assignments, Name = ThisItem.'Submitted Assignment'.Name,ThisRecord.Course.Name)", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "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": "Parent.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_subName_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_teacher": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "lbl_teacher", + "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": "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "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": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_7", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_title_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "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", + { + "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": { + "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": "lbl_title_1", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + }, + "lbl_title_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "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", + { + "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": { + "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": "lbl_title_2", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + } + }, + "TopParentName": "Courses" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Dashboard.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Dashboard.editorstate.json new file mode 100644 index 00000000..a14e4503 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Dashboard.editorstate.json @@ -0,0 +1,20120 @@ +{ + "ControlStates": { + "btn_galNav": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_insightBg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + "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", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_insightBg", + "ParentIndex": 1, + "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": "User" + }, + { + "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": "User" + }, + { + "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" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_seeMore": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PressedBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PressedColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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", + { + "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", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "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": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_seeMore", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "Button3": { + "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", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Size", + "Italic", + "Underline", + "Strikethrough", + "OnSelect", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Button3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Subtitle", + "ShowSubtitle" + ], + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_announcement": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_announcement", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcement_card": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "cont_announcement_card", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcement_layout": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_announcement_layout", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementCard_3": { + "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": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementCard_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementTime": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutOverflowX", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementTime", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_cardContainer": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_cardContainer", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_chart": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinWidth", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_chart", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_cta": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_cta", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_filled": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_filled", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_full": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_full", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_graded": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_graded", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_headers": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_headers", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_insight": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "cont_insight", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_insightContainer": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_insightContainer", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "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": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_insightDetails": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "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": { + "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": "cont_insightDetails", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_insightLabel": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_insightLabel", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_insightPadding": { + "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", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_insightPadding", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Y", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_layoutAnnouncement": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_layoutAnnouncement", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "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": "cont_mainContent", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_markBg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_markBg", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_marks": { + "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", + { + "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": "?" + } + ], + "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": "cont_marks", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_marksData": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_marksData", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_marksTable": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_marksTable", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_4": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_new": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_new", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_numberInsights": { + "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": "?" + }, + "Width", + { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_numberInsights", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_subjectData": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "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": { + "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": "cont_subjectData", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_submitted": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_submitted", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Container14": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinWidth", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "Container14", + "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": "User" + }, + { + "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" + }, + "Container5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "Container5", + "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": "User" + }, + { + "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": "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" + }, + "Dashboard": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Dashboard", + "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": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "gal_Nav_4": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_4", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate5_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate5_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glr_announcement_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Items", + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Transition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "GalleryTemplateChildName": "galleryTemplate5_3", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_announcement_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowNavigation", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "glr_marksTable": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + "Transition", + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "GalleryTemplateChildName": "galleryTemplate3", + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_marksTable", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "htm_announcement": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + "HtmlText", + { + "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "htm_announcement", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "htm_insights": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "PaddingLeft", + "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": "htm_insights", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "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": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "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" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "html_btnSeeMore": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "html_btnSeeMore", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "HtmlText3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + "HtmlText", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "HtmlText3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_laptop": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + { + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_laptop", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "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" + }, + "img_NavFooter_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_4", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_TitleImg_4", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_announcementBody": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Overflow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_announcementBody", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementDate": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Overflow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_announcementDate", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Live", + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementTime": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "X", + "Y", + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_announcementTime", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Live", + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_announcementTitle", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "AutoHeight", + "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": "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_assignmentNo": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "lbl_assignmentNo", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_gradedCount": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_gradedCount", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_gradedText": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_gradedText", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_insightSubtitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "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": "lbl_insightSubtitle", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_insightTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "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": "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": "lbl_insightTitle", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_marks": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "lbl_marks", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_newCount": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "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": "lbl_newCount", + "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": "User" + }, + { + "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" + }, + "lbl_newLabel": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_newLabel", + "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": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_subCode": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_subCode", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjCode": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjCode", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle": { + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle", + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle_2", + "ParentIndex": 2, + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle_3", + "ParentIndex": 3, + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_submittedCount": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "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": "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": "lbl_submittedCount", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_submittedOn": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "lbl_submittedOn", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_submittedText": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_submittedText", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_subName": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "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": "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": "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": "lbl_subName", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_title": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "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", + { + "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": { + "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": "lbl_title", + "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + } + }, + "TopParentName": "Dashboard" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/ExpandMenu.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/ExpandMenu.editorstate.json new file mode 100644 index 00000000..0a7f7150 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/ExpandMenu.editorstate.json @@ -0,0 +1,1917 @@ +{ + "ControlStates": { + "ExpandMenu": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "OnReset", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Table(\r\n{Icon: \"PowerApps\", Label: \"Power Apps\", Screen:App.ActiveScreen, Tooltip:\"Power Apps Label\"}, \r\n{Icon: \"PowerBILogo\", Label: \"Power BI\", Screen:App.ActiveScreen}, \r\n{Icon: \"PowerAutomateLogo\", Label: \"Power Automate\", Screen:App.ActiveScreen}, \r\n{Icon: \"Dataverse\", Label: \"Dataverse\", Screen:App.ActiveScreen}\r\n)", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "IsExpanded", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnExpandSelect", + "OnButtonSelect", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectedItem", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "IsNavigationEnabled", + "Theme", + "GetMenuIconPath_IconName", + "GetMenuIconPath", + "DefaultExpandValue" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "ExpandMenu", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "IsExpanded", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "SelectedItem", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "IsNavigationEnabled", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Theme", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "GetMenuIconPath_IconName", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "GetMenuIconPath", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "DefaultExpandValue", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "PropertyName": "OnReset", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "PropertyName": "OnExpandSelect", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "PropertyName": "OnButtonSelect", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "TemplateFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "galleryTemplate7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glExpandMenu": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PrimaryColor2Value", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "530", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "4", + "InvariantPropertyName": "FocusedBorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "AccessibleLabel", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "-1", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "GalleryTemplateChildName": "galleryTemplate7", + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glExpandMenu", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "AccessibleLabel", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "Image1_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "221", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "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", + { + "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": "Image1_1", + "ParentIndex": 2, + "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" + }, + "imgExpandButton": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(imgExpandButton.Fill, 20%)", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "FocusedBorderThicknessValue", + "InvariantPropertyName": "FocusedBorderThickness", + "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, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "AccessibleLabel", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "-1", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgExpandButton", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "AccessibleLabel", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "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": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "imgIcon": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "FocusedBorderThicknessValue", + "InvariantPropertyName": "FocusedBorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgIcon", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "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": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "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": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbLabel": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ThisItem.SampleHeading", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "defaultLabelColorValue", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PrimaryColor2Value", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "TextBodyFontFaceValue", + "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": "?" + }, + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "211", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbLabel", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "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": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "rectHighlight": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PrimaryColor3Value", + "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": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnSelect", + "ZIndex", + "BorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "FocusedBorderThicknessValue", + "InvariantPropertyName": "FocusedBorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "rectHighlight", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultRectangleStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "ExpandMenu" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/GradedAssignments.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/GradedAssignments.editorstate.json new file mode 100644 index 00000000..f2390a92 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/GradedAssignments.editorstate.json @@ -0,0 +1,7234 @@ +{ + "ControlStates": { + "btn_galNav_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_7", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_announcementCard_1": { + "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": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementCard_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Body_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Body_7", + "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": "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_bodyMainCard": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "?" + } + ], + "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": "cont_bodyMainCard", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "cont_BodyUpper_11", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_chart_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinWidth", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_chart_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_filled_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_filled_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_full_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_full_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_7", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_marksChart": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_marksChart", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_11": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_11", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Container9_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "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": "Container9_1", + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "gal_Nav_11": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_11", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_11", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_11", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate5_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate5_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glr_gradedAssignments": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Items", + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Transition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "GalleryTemplateChildName": "galleryTemplate5_1", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_gradedAssignments", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowNavigation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "GradedAssignments": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "GradedAssignments", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "img_NavFooter_11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_11", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_11", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "img_TitleImg_11", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTime_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardTime_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTitle_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardTitle_1", + "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": "PressedColor", + "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": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_11", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "TextInput1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Default", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Mode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Format", + "VirtualKeyboardMode", + "DelayOutput", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "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", + { + "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": "?" + } + ], + "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": "TextInput1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_search_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "?" + }, + "OnSelect", + "OnChange" + ], + "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": "txt_search_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnChange", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "GradedAssignments" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Login.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Login.editorstate.json new file mode 100644 index 00000000..20cf4890 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Login.editorstate.json @@ -0,0 +1,3340 @@ +{ + "ControlStates": { + "bt_Login": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnSelect" + ], + "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": "bt_Login", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "Container2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Container2", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Container3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "Container3", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "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" + }, + "Container4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "Container4", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "User" + }, + { + "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" + }, + "Html_loginDiv": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + "HtmlText" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Html_loginDiv", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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" + }, + "Image1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image1", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Image2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image2", + "ParentIndex": 3, + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_DP": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + { + "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": "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": { + "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": "img_DP", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_Logo": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + "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": "img_Logo", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Label1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "Label1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Label3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "Label3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Name": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "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" + ], + "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": "lbl_Name", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Login": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Login", + "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" + } + }, + "TopParentName": "Login" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Messages.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Messages.editorstate.json new file mode 100644 index 00000000..e2889a63 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Messages.editorstate.json @@ -0,0 +1,334 @@ +{ + "ControlStates": { + "lbl_Test_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_Test_1", + "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": "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" + }, + "Messages": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "ImagePosition", + "Height", + "Width", + "Size", + "Orientation", + "LoadingSpinner", + "LoadingSpinnerColor", + "OnVisible" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Messages", + "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": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Messages" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Screen1.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Screen1.editorstate.json new file mode 100644 index 00000000..92f448cb --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Screen1.editorstate.json @@ -0,0 +1,2374 @@ +{ + "ControlStates": { + "Container1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "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": "Container1", + "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": "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": "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" + }, + "gal_Cont01": { + "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": "?" + }, + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Cont01", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Gallery2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Visible", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "280", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "TemplatePadding", + "Layout", + "Transition", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex" + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate2", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Gallery2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "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": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "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" + } + ], + "StyleName": "defaultGalleryStyle", + "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", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "icn_Send": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Icon", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "DisplayMode", + "X", + "Y", + "Width", + "Height", + "BorderStyle", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "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": "icn_Send", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Icon", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "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": "User" + } + ], + "StyleName": "defaultIconStyle", + "Type": "ControlInfo" + }, + "icn_Spinner": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "930", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "284", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BasePaletteColor" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "icn_Spinner", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "BasePaletteColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Image3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "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" + ], + "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": "Image3", + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Label2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "Label2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "LeftContainer1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "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": "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": true, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%LeftContainer.ID%", + "Name": "LeftContainer1", + "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": "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": "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" + }, + "RightContainer1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "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": "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": true, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%RightContainer.ID%", + "Name": "RightContainer1", + "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": "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": "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" + }, + "Screen1": { + "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": "Screen1", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "ScreenContainer1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "PaddingLeft", + "PaddingRight", + "PaddingTop", + "PaddingBottom" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": true, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ScreenContainer.ID%", + "Name": "ScreenContainer1", + "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": "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "txt_userPrompt": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "32", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "ValidationState", + "BasePaletteColor" + ], + "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": "txt_userPrompt", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "BasePaletteColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ValidationState", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + } + }, + "TopParentName": "Screen1" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Submissions.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Submissions.editorstate.json new file mode 100644 index 00000000..d71bf964 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Submissions.editorstate.json @@ -0,0 +1,15436 @@ +{ + "ControlStates": { + "Assignment Status_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "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": "Assignment Status_DataCard1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "Attachment_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "WidthFit", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Attachment_DataCard1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "WidthFit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "btn_galNav_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_6", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_Submission": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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", + "OnSelect" + ], + "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": "btn_Submission", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Body_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_Body_6", + "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": "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": "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" + }, + "cont_BodyLower_16": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight", + "PaddingTop", + "PaddingBottom" + ], + "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": "", + "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": "cont_BodyLower_16", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": { + "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": "cont_BodyUpper_10", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight" + ], + "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": "", + "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": "cont_BodyUpper_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_BodyUpper_9", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_9_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_BodyUpper_9_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpperSummary_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "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": { + "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": "cont_BodyUpperSummary_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_6", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_10": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_10", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "DataCardKey3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey3", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldName.ID%", + "Name": "DataCardKey5", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldName.ID%", + "Name": "DataCardKey6", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldName.ID%", + "Name": "DataCardKey7", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardValue3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldValue.ID%", + "Name": "DataCardValue3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "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": "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "DataCardValue4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "MaxAttachments", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AddAttachmentText", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "MaxAttachmentsText", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "NoAttachmentsText", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "ItemFill", + "ItemColor", + "ItemHoverFill", + "ItemHoverColor", + "ItemPressedFill", + "ItemPressedColor", + "ItemDisabledFill", + "ItemDisabledColor", + "AddedItemFill", + "AddedItemColor", + "RemovedItemFill", + "RemovedItemColor", + "ItemErrorFill", + "ItemErrorColor", + "NoAttachmentsColor", + "AddAttachmentColor", + "MaxAttachmentsColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropTargetBorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DropTargetBorderColor", + "DropTargetBackgroundColor", + "DropTargetTextColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "ItemSpacing", + "DropTargetBorderThickness", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "IsInDataCard", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Underline", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldValue.ID%", + "Name": "DataCardValue4", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "IsInDataCard", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "MaxAttachments", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "AddAttachmentText", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "MaxAttachmentsText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "NoAttachmentsText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ItemFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemHoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemPressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemPressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemDisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AddedItemFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AddedItemColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RemovedItemFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RemovedItemColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemErrorFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemErrorColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "NoAttachmentsColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AddAttachmentColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MaxAttachmentsColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBackgroundColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetTextColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "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": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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": "ItemSpacing", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "Underline", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultAttachmentsStyle", + "Type": "ControlInfo" + }, + "DataCardValue5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DefaultSelectedItems", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectMultiple", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "IsSearchable", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "NavigateFields", + "Template", + "SearchItems", + "MoreItemsButtonColor", + "DisplayFields", + "SearchFields", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + "ChevronBackground", + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "SelectionTagFill", + "SelectionTagColor", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "X", + "Y", + "Width", + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldValue.ID%", + "Name": "DataCardValue5", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "NavigateFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DefaultSelectedItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SelectMultiple", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "IsSearchable", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Template", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MoreItemsButtonColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "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": "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" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultComboBoxStyle", + "Type": "ControlInfo" + }, + "DataCardValue6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DefaultSelectedItems", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectMultiple", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "NavigateFields", + "Template", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SearchItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "MoreItemsButtonColor", + "DisplayFields", + "SearchFields", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + "ChevronBackground", + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "SelectionTagFill", + "SelectionTagColor", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "X", + "Y", + "Width", + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldValue.ID%", + "Name": "DataCardValue6", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "NavigateFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DefaultSelectedItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SelectMultiple", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Template", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MoreItemsButtonColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "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": "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" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultComboBoxStyle", + "Type": "ControlInfo" + }, + "DataCardValue7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DefaultSelectedItems", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectMultiple", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "NavigateFields", + "Template", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SearchItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "MoreItemsButtonColor", + "DisplayFields", + "SearchFields", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + "ChevronBackground", + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "SelectionTagFill", + "SelectionTagColor", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "X", + "Y", + "Width", + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "IsSearchable" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldValue.ID%", + "Name": "DataCardValue7", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "NavigateFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DefaultSelectedItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SelectMultiple", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "IsSearchable", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Template", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MoreItemsButtonColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "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": "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" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultComboBoxStyle", + "Type": "ControlInfo" + }, + "drp_Assignment_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Assignment_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"appr_name\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_Subject_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Subject_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"appr_name\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "ErrorMessage2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage2", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage3", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage4", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage5", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage6", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "frm_Submission": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DefaultMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataSource", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "NumberOfColumns", + "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": "User" + }, + "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": "vertical", + "MetaDataIDKey": "", + "Name": "frm_Submission", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DefaultMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DataSource", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "NumberOfColumns", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultFormStyle", + "Type": "ControlInfo" + }, + "gal_Nav_10": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_10", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_10", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_10", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_Info_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + "Width", + { + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_Info_2", + "ParentIndex": 1, + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "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" + }, + "img_NavFooter_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_10", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_10", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_TitleImg_10", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Label4_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Label4_2", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Submissions_AssignmentCourse": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + { + "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" + ], + "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": "", + "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": "lbl_Submissions_AssignmentCourse", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Submissions_AssignmentDue": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + { + "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" + ], + "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": "lbl_Submissions_AssignmentDue", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Submissions_AssignmentName": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + { + "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" + ], + "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": "", + "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": "lbl_Submissions_AssignmentName", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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" + }, + "lbl_Submissions_Form": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "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" + ], + "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": "lbl_Submissions_Form", + "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": "User" + }, + { + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_10", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible3", + "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": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible4", + "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": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible5", + "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": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible6", + "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": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "Student Name_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "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": "Student Name_DataCard1", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "Submission Text_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "WidthFit", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Submission Text_DataCard1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "WidthFit", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "Submissions": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "ImagePosition", + "Height", + "Width", + "Size", + "Orientation", + "LoadingSpinner", + "LoadingSpinnerColor", + "OnVisible" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Submissions", + "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": "User" + }, + { + "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": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "Submitted Assignment_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "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": "Submitted Assignment_DataCard1", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "txt_Submissions_AssignmentDesc": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Default", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Mode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Format", + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "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": "txt_Submissions_AssignmentDesc", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "User" + }, + { + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Submissions" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Summarizer.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Summarizer.editorstate.json new file mode 100644 index 00000000..f5a49bba --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Summarizer.editorstate.json @@ -0,0 +1,8614 @@ +{ + "ControlStates": { + "btn_galNav_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_Submit_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit_2", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Body_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_Body_2", + "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": "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_bodyInner": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_bodyInner", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_BodyLower_6", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_8", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight" + ], + "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": "", + "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": "cont_BodyUpper_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "LayoutGap", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": { + "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": "cont_BodyUpper_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpperSummary": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "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": { + "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": "cont_BodyUpperSummary", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_5": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_Subject_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectionFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Subject_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_Topic_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectionFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Topic_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "gal_Nav_5": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_5", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_5", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "html_btn_Submit_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "html_btn_Submit_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_Info": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + "Width", + { + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_Info", + "ParentIndex": 1, + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "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" + }, + "img_NavFooter_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_5", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_TitleImg_5", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Label4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "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": "Label4", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_BodyLowerSummary_Title": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_BodyLowerSummary_Title", + "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": "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" + }, + "lbl_BodyLowerSummary_Title_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_BodyLowerSummary_Title_1", + "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": "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": "User" + }, + { + "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" + }, + "lbl_Titile_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_5", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Summarizer": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Summarizer", + "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": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "txt_Keywords_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "txt_Keywords_2", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_Response_2": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Response_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "User" + }, + { + "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": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_UserInput_2": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_UserInput_2", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Summarizer" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Testing.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Testing.editorstate.json new file mode 100644 index 00000000..18c2abe4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Testing.editorstate.json @@ -0,0 +1,1322 @@ +{ + "ControlStates": { + "ExpandMenu_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "OnReset", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Table(\r\n{Icon: \"PowerApps\", Label: \"Power Apps\", Screen:App.ActiveScreen, Tooltip:\"Power Apps Label\"}, \r\n{Icon: \"PowerBILogo\", Label: \"Power BI\", Screen:App.ActiveScreen}, \r\n{Icon: \"PowerAutomateLogo\", Label: \"Power Automate\", Screen:App.ActiveScreen}, \r\n{Icon: \"Dataverse\", Label: \"Dataverse\", Screen:App.ActiveScreen}\r\n)", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "IsExpanded", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnExpandSelect", + "OnButtonSelect", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectedItem", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "IsNavigationEnabled", + "Theme", + "GetMenuIconPath_IconName", + "GetMenuIconPath", + "DefaultExpandValue" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "ExpandMenu_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "SelectedItem", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "IsExpanded", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "IsNavigationEnabled", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Theme", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "GetMenuIconPath_IconName", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "GetMenuIconPath", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "DefaultExpandValue", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "PropertyName": "OnReset", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "PropertyName": "OnExpandSelect", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "PropertyName": "OnButtonSelect", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Gallery3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + "TemplatePadding", + "Layout", + "Transition", + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + "Width", + "Height", + "ZIndex" + ], + "GalleryTemplateChildName": "galleryTemplate4", + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Gallery3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "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": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "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" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Image6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image6", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "NextArrow1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Icon", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "DisplayMode", + "X", + "Y", + "Width", + "Height", + "BorderStyle", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "OnSelect", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + "Tooltip", + "AccessibleLabel", + "PaddingLeft", + "PaddingRight", + "PaddingTop", + "PaddingBottom", + "TabIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%TemplateBrowseGalleryNextIcon.ID%", + "Name": "NextArrow1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "AccessibleLabel", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Icon", + "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": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "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": "BorderStyle", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultIconStyle", + "Type": "ControlInfo" + }, + "Rectangle1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + "X", + "Y", + "Width", + "Height", + "OnSelect", + "ZIndex", + "Visible", + "BorderThickness", + "TabIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%TemplateBrowseGalleryRectangle1.ID%", + "Name": "Rectangle1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "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": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "primary2RectangleStyle", + "Type": "ControlInfo" + }, + "Separator1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + "X", + "Y", + "Width", + "Height", + "OnSelect", + "ZIndex", + "BorderThickness", + "TabIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%TemplateBrowseGallerySeparator1.ID%", + "Name": "Separator1", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "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": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "dividerStyle2020", + "Type": "ControlInfo" + }, + "Testing": { + "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": "Testing", + "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" + }, + "Title1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "TabIndex", + "Size" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%TemplateBrowseGalleryTitle.ID%", + "Name": "Title1", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "titleLabelStyle_galleryLayouts_ver5", + "Type": "ControlInfo" + } + }, + "TopParentName": "Testing" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Translator.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Translator.editorstate.json new file mode 100644 index 00000000..211bf75c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/Translator.editorstate.json @@ -0,0 +1,6484 @@ +{ + "ControlStates": { + "btn_galNav_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_2", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_Submit_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit_3", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Body_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_Body_3", + "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": "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": "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" + }, + "cont_BodyLower_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_10", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_11", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_BodyLower_9", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight" + ], + "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": "", + "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": "cont_BodyUpper_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpperSummary_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "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": { + "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": "cont_BodyUpperSummary_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_6": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_FromLanguage": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_FromLanguage", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_ToLanguage": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_ToLanguage", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "gal_Nav_6": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_6", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_6", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "html_btn_Submit_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "html_btn_Submit_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_NavFooter_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_6", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_TitleImg_6", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_6", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Translator": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Translator", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "txt_Response_3": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Response_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "User" + }, + { + "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": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_UserInput_3": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_UserInput_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Translator" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_SideNav.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_SideNav.editorstate.json new file mode 100644 index 00000000..a67a839e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_SideNav.editorstate.json @@ -0,0 +1,1955 @@ +{ + "ControlStates": { + "comp_SideNav": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_SideNav", + "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": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Nav": { + "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", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_NavBottom": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_NavBottom", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_NavTop": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_NavTop", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "gal_Nav": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + "TemplatePadding", + "Layout", + "Transition", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "320", + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "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", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_NavFooter": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavFooter", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + }, + "img_NavTopLogo1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavTopLogo1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + { + "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", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_TitleImg", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_Titile": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile", + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_SideNav" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_SideNav_2.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_SideNav_2.editorstate.json new file mode 100644 index 00000000..a86d2577 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_SideNav_2.editorstate.json @@ -0,0 +1,1955 @@ +{ + "ControlStates": { + "comp_SideNav_2": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_SideNav_2", + "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": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Nav_1": { + "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", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_NavBottom_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_NavBottom_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_NavTop_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_NavTop_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "gal_Nav_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + "TemplatePadding", + "Layout", + "Transition", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "320", + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_1", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_NavFooter_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavFooter_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + }, + "img_NavTopLogo1_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavTopLogo1_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + { + "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", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_TitleImg_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_1", + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_SideNav_2" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_Summarizer.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_Summarizer.editorstate.json new file mode 100644 index 00000000..e317bc01 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_Summarizer.editorstate.json @@ -0,0 +1,3289 @@ +{ + "ControlStates": { + "btn_Submit": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_Summarizer": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_Summarizer", + "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": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Body": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Body", + "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": "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": "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" + }, + "cont_BodyLower": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_BodyLower", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_2", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight" + ], + "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": "cont_BodyUpper", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_Subject": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Subject", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_Topic": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + "ChevronBackground", + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Topic", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "separator": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness" + ], + "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": "separator", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultRectangleStyle", + "Type": "ControlInfo" + }, + "txt_Keywords": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "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": "txt_Keywords", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_Response": { + "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": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Response", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "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": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_UserInput": { + "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": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_UserInput", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_Summarizer" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_Summarizer_2.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_Summarizer_2.editorstate.json new file mode 100644 index 00000000..e6f9c836 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_Summarizer_2.editorstate.json @@ -0,0 +1,3370 @@ +{ + "ControlStates": { + "btn_Submit_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_Summarizer_2": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_Summarizer_2", + "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": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Body_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Body_1", + "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": "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": "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" + }, + "cont_BodyLower_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_BodyLower_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_5", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight" + ], + "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": "cont_BodyUpper_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_Subject_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Subject_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_Topic_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Topic_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "separator_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness" + ], + "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": "separator_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultRectangleStyle", + "Type": "ControlInfo" + }, + "txt_Keywords_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "txt_Keywords_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_Response_1": { + "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": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Response_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "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": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_UserInput_1": { + "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": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_UserInput_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_Summarizer_2" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_chart.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_chart.editorstate.json new file mode 100644 index 00000000..327d6893 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_chart.editorstate.json @@ -0,0 +1,623 @@ +{ + "ControlStates": { + "comp_chart": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + "Percentage", + "FillColor" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_chart", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Percentage", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "FillColor", + "RuleProviderType": "System" + }, + { + "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" + }, + "cont_chart_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_chart_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_filled_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_filled_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_full_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_full_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_chart" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_topTitleBar.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_topTitleBar.editorstate.json new file mode 100644 index 00000000..0b1d6f7b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_topTitleBar.editorstate.json @@ -0,0 +1,1569 @@ +{ + "ControlStates": { + "comp_topTitleBar": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_topTitleBar", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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" + }, + "cont_topSection_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Greeting_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "Greeting_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Image4_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "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": { + "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": "Image4_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_mainSubtitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "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": "", + "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": "lbl_mainSubtitle", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_mainTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "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": "lbl_mainTitle", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_topTitleBar" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_topTitleBar_9.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_topTitleBar_9.editorstate.json new file mode 100644 index 00000000..192408c0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/EditorState/comp_topTitleBar_9.editorstate.json @@ -0,0 +1,1562 @@ +{ + "ControlStates": { + "comp_topTitleBar_9": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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" + }, + "cont_topSection_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Greeting_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "Greeting_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Image4_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "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": { + "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": "Image4_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_mainSubtitle_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "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": "", + "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": "lbl_mainSubtitle_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_mainTitle_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "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": "lbl_mainTitle_1", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_topTitleBar_9" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/GradedAssignments.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/GradedAssignments.fx.yaml new file mode 100644 index 00000000..da48f5ae --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/GradedAssignments.fx.yaml @@ -0,0 +1,627 @@ +GradedAssignments As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected,"Graded Assignments") + + cont_Main_7 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_8 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_9 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_11 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_11 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_11.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_11 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Dashboard", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_11 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_11.X + (img_TitleImg_11.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_11 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_11.Height - img_TitleImg_11.Height) / 2 + ZIndex: =2 + + btn_galNav_7 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_11 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_11.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_7 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_8 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Graded Assignments" + Width: =Parent.Width + + Container9_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + LayoutMinHeight: =100 + LayoutMinWidth: =250 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_Body_7 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =32 + RadiusBottomRight: =32 + RadiusTopLeft: =32 + RadiusTopRight: =32 + Width: =Parent.Width + ZIndex: =1 + + cont_bodyMainCard As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =60 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_BodyUpper_11 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =Parent.Height/8 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =16 + PaddingRight: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + txt_search_1 As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(171, 171, 171, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + HintText: ="Search" + HoverBorderColor: =RGBA(166, 166, 166, 1) + HoverColor: =RGBA(171, 171, 171, 1) + HoverFill: =Color.Transparent + OnChange: =//Search('Assignment Marks', Self.Text,"appr_SubmittedAssignment","appr_FeedbackComment") + OnSelect: = + PaddingBottom: =8 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =8 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Width: =If(GradedAssignments.Size = 1, Parent.Width, Parent.Width/2) + ZIndex: =1 + + glr_gradedAssignments As gallery.galleryVertical: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + Height: =Parent.Height + Items: |- + =Filter( + Search( + AddColumns('Assignment Marks', "AssignmentName",'Submitted Assignment'.Name), + txt_search_1.Text,"appr_feedbackcomment", + "AssignmentName" + ), + 'Assignment Status' = 3 && 'Student Name'.'Full Name' = User().FullName + ) + //Search('Assignment Marks',txt_search_1.Text,"appr_feedbackcomment", LookUp(Assignments,Name = txt_search_1.Text).Name) + //Announcements_1 + Layout: =Layout.Vertical + LayoutMinHeight: =20 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + ShowScrollbar: =false + TemplatePadding: =16 + TemplateSize: =cont_announcement_card.Height + Width: =Parent.Width + ZIndex: =2 + + cont_announcementCard_1 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth + ZIndex: =1 + + lbl_announcementCardTitle_1 As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =14 + Text: =ThisItem.AssignmentName + Width: =Parent.Width-32 + ZIndex: =1 + + TextInput1 As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderStyle: =BorderStyle.None + BorderThickness: =0 + Color: =RGBA(171, 171, 171, 1) + Default: =ThisItem.'Feedback Comment' + DisplayMode: =DisplayMode.View + Fill: =RGBA(16, 23, 25, 1) + FillPortions: =2 + HoverColor: =Self.Fill + HoverFill: =Self.Fill + Mode: =TextMode.MultiLine + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Size: =12 + Width: =Parent.Width-32 + ZIndex: =3 + + cont_marksChart As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =100 + LayoutMinWidth: =80 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width-32 + ZIndex: =4 + + cont_chart_2 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Center + DropShadow: =DropShadow.None + FillPortions: =10 + Height: =Parent.Height + LayoutMinHeight: =20 + LayoutMinWidth: =20 + ZIndex: =1 + + cont_full_2 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(75, 71, 65, 1) + Height: =8 + RadiusBottomLeft: =24 + RadiusBottomRight: =24 + RadiusTopLeft: =24 + RadiusTopRight: =24 + Width: =Parent.Width + Y: =Parent.Height/2-4 + ZIndex: =1 + + cont_filled_2 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(0, 175, 206, 1) + Height: =8 + RadiusBottomLeft: =24 + RadiusBottomRight: =24 + RadiusTopLeft: =24 + RadiusTopRight: =24 + Width: =(Parent.Width/100)* ThisItem.'total marks' + Y: =Parent.Height/2-4 + ZIndex: =2 + + lbl_announcementCardTime_1 As label: + Align: =Align.Right + Color: =RGBA(171, 171, 171, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =ThisItem.'total marks' & "%" + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Login.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Login.fx.yaml new file mode 100644 index 00000000..a4ce8cf3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Login.fx.yaml @@ -0,0 +1,146 @@ +Login As screen: + Fill: =RGBA(17, 21, 21, 1) + + Image1 As image: + Height: =300 + Image: =book + Width: =289 + X: =Html_loginDiv.X - Self.Width/2 + Y: =Html_loginDiv.Y - Self.Height/2 + ZIndex: =1 + + Image2 As image: + Height: =300 + Image: =lamp + Width: =318 + X: =(Html_loginDiv.X+Html_loginDiv.Width) - Self.Width/2 + Y: =(Html_loginDiv.Y+Html_loginDiv.Height) - Self.Height/2 + ZIndex: =2 + + Html_loginDiv As htmlViewer: + Height: =Parent.Height/1.8 + HtmlText: |- + ="
" + Width: =Parent.Width/2 + X: =(Parent.Width-Html_loginDiv.Width)/2 + Y: =(Parent.Height-Html_loginDiv.Height)/2 + ZIndex: =3 + + Container2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Html_loginDiv.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMode: =LayoutMode.Auto + PaddingBottom: =32 + PaddingTop: =32 + Width: =Html_loginDiv.Width + X: =Html_loginDiv.X + Y: =Html_loginDiv.Y + ZIndex: =4 + + img_Logo As image: + Height: =64 + Image: =apraulogo + Width: =64 + ZIndex: =1 + + lbl_Name As label: + Align: =Align.Center + Color: =RGBA(179, 179, 179, 1) + Font: =Font.'Segoe UI' + Size: =19 + Text: ="Welcome!" + ZIndex: =2 + + Container3 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =220 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =24 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + img_DP As image: + Height: =80 + Image: =User().Image + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =80 + ZIndex: =1 + + Container4 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =-4 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =2 + + Label1 As label: + Align: =Align.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + LineHeight: =0.8 + Size: =16 + Text: =User().FullName + Width: =300 + ZIndex: =1 + + Label3 As label: + Align: =Align.Center + AutoHeight: =true + Color: =RGBA(179, 179, 179, 1) + Font: =Font.'Segoe UI' + LineHeight: =0.8 + Size: =10 + Text: ="Student" + ZIndex: =2 + + bt_Login As button: + BorderThickness: =1 + Color: =RGBA(0, 0, 0, 1) + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + HoverBorderColor: =ColorFade(Self.BorderColor, 30%) + HoverColor: =RGBA(0, 0, 0, 1) + HoverFill: =ColorFade(Self.Fill, -15%) + OnSelect: =Navigate(Dashboard, ScreenTransition.Fade) + PaddingBottom: =8 + PaddingLeft: =24 + PaddingRight: =24 + PaddingTop: =8 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =14 + Text: ="Log In" + Width: =136 + ZIndex: =5 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Messages.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Messages.fx.yaml new file mode 100644 index 00000000..9de7c06a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Messages.fx.yaml @@ -0,0 +1,9 @@ +Messages As screen: + OnVisible: =Set(varTabSelected,"Messages") + + lbl_Test_1 As label: + Text: =varTabSelected + X: =348 + Y: =204 + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Screen1.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Screen1.fx.yaml new file mode 100644 index 00000000..7e01e386 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Screen1.fx.yaml @@ -0,0 +1,120 @@ +"Screen1 As screen.'autoLayout_SplitScreen_ver1.0'": + + ScreenContainer1 As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(245, 245, 245, 1) + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutGap: =16 + LayoutMode: =LayoutMode.Auto + LayoutWrap: =true + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =1 + + LeftContainer1 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + ZIndex: =2 + + RightContainer1 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + ZIndex: =3 + + Gallery2 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =8 + Items: =colChat + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =4 + TemplateSize: =200 + Width: =Parent.Width + ZIndex: =1 + + gal_Cont01 As groupContainer.horizontalAutoLayoutContainer: + Height: =If(Label2.Height + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_10 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_10.X + (img_TitleImg_10.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_10 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_10.Height - img_TitleImg_10.Height) / 2 + ZIndex: =2 + + btn_galNav_6 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_10 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_10.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_6 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_7 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Submissions" + Width: =Parent.Width + + cont_Body_6 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + cont_BodyUpperSummary_2 As groupContainer.verticalAutoLayoutContainer: + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + cont_BodyUpper_8 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + Height: =Parent.Height/ 2.5 + LayoutGap: = + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =cont_BodyUpper_9_1.X + PaddingRight: =cont_BodyUpper_9_1.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_Subject_4 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 2.5 + Items: |- + =Courses_1 + //["Subject", "English"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =(Parent.Width / 2) - (cont_BodyUpper_8.PaddingLeft*2) + ZIndex: =1 + + drp_Assignment_4 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =drp_Subject_4.Height + Items: =Filter(Assignments,Course.Name=drp_Subject_4.Selected.Name) + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =drp_Subject_4.Width + ZIndex: =2 + + cont_BodyUpper_9 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2.5 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + ZIndex: =2 + + cont_BodyUpper_9_1 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(0, 0, 0, 1) + FillPortions: =0 + Height: =cont_BodyUpper_9.Height - 32 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + ZIndex: =1 + + lbl_Submissions_AssignmentName As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + LayoutMinHeight: =20 + Text: =drp_Assignment_4.Selected.Name + Width: =Parent.Width - (cont_BodyUpper_9.PaddingLeft*2) + ZIndex: =1 + + lbl_Submissions_AssignmentCourse As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =26 + Size: =10 + Text: =drp_Subject_4.Selected.Name + Width: =Parent.Width - (cont_BodyUpper_9.PaddingLeft*2) + ZIndex: =2 + + txt_Submissions_AssignmentDesc As text: + Color: =RGBA(171, 171, 171, 1) + Default: =drp_Assignment_4.Selected.Description + DisplayMode: =DisplayMode.View + Fill: =RGBA(0, 0, 0, 1) + Font: =Font.'Segoe UI' + Height: =30 + Mode: =TextMode.MultiLine + PaddingLeft: =5 + PaddingRight: =0 + Size: =9 + Width: =lbl_Submissions_AssignmentName.Width + ZIndex: =3 + + lbl_Submissions_AssignmentDue As label: + Color: =RGBA(0, 175, 206, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Size: =9 + Text: ="Deadline - " & Text(drp_Assignment_4.Selected.'Due Date',DateTimeFormat.LongDateTime) + Width: =Parent.Width - (cont_BodyUpper_9.PaddingLeft*2) + ZIndex: =4 + + cont_BodyLower_16 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2 + Height: =225 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =cont_BodyUpper_9_1.X + PaddingLeft: =cont_BodyUpper_9_1.X + PaddingRight: =cont_BodyUpper_9_1.X + PaddingTop: =cont_BodyUpper_9_1.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + lbl_Submissions_Form As label: + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =20 + Size: =12 + Text: ="Add Submission" + Width: =Parent.Width - (Self.X*2) + X: = + ZIndex: =1 + + cont_BodyUpper_10 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =30 + LayoutMinHeight: =50 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + img_Info_2 As image: + Height: =24 + Image: | + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + + ") + Width: =Self.Height + X: =Self.Y + Y: =(Parent.Height - Self.Height) /2 + ZIndex: =1 + + Label4_2 As label: + Color: =RGBA(171, 171, 171, 1) + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: =Parent.Height + Size: =9 + Text: ="Add your answers as text here. Use the given text-area to type your answers or attach your submission as a file." + Width: =Parent.Width - (Self.X*2) + X: =img_Info_2.Width * 1.5 + ZIndex: =2 + + frm_Submission As form: + DataSource: ='Assignment Marks' + DefaultMode: =FormMode.New + LayoutMinHeight: =250 + LayoutMinWidth: =Parent.Width - (Parent.PaddingLeft*2) + NumberOfColumns: =1 + Width: =Parent.Width + ZIndex: =3 + + "'Submission Text_DataCard1' As typedDataCard.textualMultiLineEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_submissiontext" + Default: =ThisItem.'Submission Text' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_submissiontext") + Fill: =RGBA(0, 0, 0, 0) + Height: =Parent.Height - Attachment_DataCard1.Height - 5 + Required: =false + Update: =DataCardValue3.Text + Width: =Parent.Width-2 + WidthFit: =true + X: =0 + Y: =0 + ZIndex: =1 + + DataCardKey3 As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + DataCardValue3 As text: + BorderColor: |- + =RGBA(168, 168, 168, 1) + //If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: =Parent.Default + DelayOutput: =true + DisplayMode: =Parent.DisplayMode + Fill: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: ='Submission Text_DataCard1'.Height /1.09 + Mode: =TextMode.MultiLine + PaddingLeft: =5 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =10 + Tooltip: =Parent.DisplayName + Width: =Parent.Width - 1 + Y: =DataCardKey3.Y + ZIndex: =2 + + ErrorMessage2 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardValue3.Y + DataCardValue3.Height + ZIndex: =3 + + StarVisible2 As label: + Align: =Align.Center + Height: =DataCardKey3.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey3.Y + ZIndex: =4 + + Attachment_DataCard1 As typedDataCard.fileEditCard: + BorderColor: =RGBA(237, 237, 237, 1) + BorderStyle: =BorderStyle.Dashed + BorderThickness: =1 + DataField: ="appr_attachment" + Default: |- + =If(!IsBlank(ThisItem.Attachment.FileName), Table({DisplayName: ThisItem.Attachment.FileName, Value: ThisItem.Attachment.Value}), Blank()) + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_attachment") + Fill: =RGBA(0, 0, 0, 0) + Height: =89 + Required: =false + Update: =DataCardValue4.Attachments + Width: =1030 + WidthFit: =true + X: =0 + Y: =1 + ZIndex: =1 + + DataCardKey4 As label: + Align: =Align.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + DataCardValue4 As attachments: + AddAttachmentText: ="Attach Files" + BorderColor: =If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red) + BorderStyle: =BorderStyle.None + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =Parent.DisplayMode + DropTargetBorderStyle: =BorderStyle.None + Fill: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: =70 + IsInDataCard: =true + Items: =Parent.Default + MaxAttachments: =1 + MaxAttachmentsText: ="" + NoAttachmentsText: = + PaddingLeft: =If(Self.DisplayMode = DisplayMode.Edit, 5, 0) + PaddingRight: =5 + Size: =9 + Tooltip: =Parent.DisplayName + Width: =100 + X: =(Parent.Width / 2) - (Self.Width/2) + Y: |- + =DataCardKey4.Y + //DataCardKey4.Y + DataCardKey4.Height + 5 + ZIndex: =2 + + ErrorMessage3 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardValue4.Y + DataCardValue4.Height + ZIndex: =3 + + StarVisible3 As label: + Align: =Align.Center + Height: =DataCardKey4.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey4.Y + ZIndex: =4 + + "'Assignment Status_DataCard1' As typedDataCard.comboBoxOptionSetSingleEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_assignmentstatus" + Default: =ThisItem.'Assignment Status' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_assignmentstatus") + Fill: =RGBA(0, 0, 0, 0) + Height: =50 + Required: =true + Update: =DataCardValue5.Selected.Value + Visible: =false + Width: =1030 + X: =0 + Y: =2 + ZIndex: =1 + + DataCardKey5 As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + DataCardValue5 As combobox: + BorderColor: =If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red) + DefaultSelectedItems: =Choices('Assignment Status'.Submitted) + DisplayFields: =["Value"] + DisplayMode: =Parent.DisplayMode + IsSearchable: =false + Items: =Choices('Assignment Status') + PaddingLeft: =If(Self.DisplayMode = DisplayMode.Edit, 5, 0) + SearchFields: =["Value"] + SearchItems: =[] + SelectMultiple: =false + Tooltip: =Parent.DisplayName + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardKey5.Y + DataCardKey5.Height + 5 + ZIndex: =2 + + ErrorMessage4 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardValue5.Y + DataCardValue5.Height + ZIndex: =3 + + StarVisible4 As label: + Align: =Align.Center + Height: =DataCardKey5.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey5.Y + ZIndex: =4 + + "'Submitted Assignment_DataCard1' As typedDataCard.comboBoxEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_SubmittedAssignment" + Default: =ThisItem.'Submitted Assignment' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_SubmittedAssignment") + Fill: =RGBA(0, 0, 0, 0) + Height: =50 + Required: =false + Update: =DataCardValue6.Selected + Visible: =false + Width: =1030 + X: =0 + Y: =3 + ZIndex: =1 + + DataCardKey6 As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + DataCardValue6 As combobox: + BorderColor: =If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red) + DefaultSelectedItems: |- + =drp_Assignment_4.Selected + //Parent.Default + DisplayFields: =["appr_name"] + DisplayMode: =Parent.DisplayMode + Items: =Choices([@'Assignment Marks'].appr_SubmittedAssignment) + PaddingLeft: =If(Self.DisplayMode = DisplayMode.Edit, 5, 0) + SearchFields: =["appr_name"] + SearchItems: =Search(Choices([@'Assignment Marks'].appr_SubmittedAssignment),DataCardValue6.SearchText,"appr_name") + SelectMultiple: =false + Tooltip: =Parent.DisplayName + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardKey6.Y + DataCardKey6.Height + 5 + ZIndex: =2 + + ErrorMessage5 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardValue6.Y + DataCardValue6.Height + ZIndex: =3 + + StarVisible5 As label: + Align: =Align.Center + Height: =DataCardKey6.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey6.Y + ZIndex: =4 + + "'Student Name_DataCard1' As typedDataCard.comboBoxEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_StudentName" + Default: =ThisItem.'Student Name' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_StudentName") + Fill: =RGBA(0, 0, 0, 0) + Height: =50 + Required: =false + Update: =DataCardValue7.Selected + Visible: =false + Width: =1030 + X: =0 + Y: =4 + ZIndex: =1 + + DataCardKey7 As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + DataCardValue7 As combobox: + BorderColor: =If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red) + DefaultSelectedItems: |- + =LookUp(Contacts,'Full Name' = User().FullName) + //LookUp('Assignment Marks','Student Name'.'Full Name'=User().FullName) + //Parent.Default + DisplayFields: =["fullname"] + DisplayMode: =Parent.DisplayMode + IsSearchable: =false + Items: |- + =Contacts + //Choices([@'Assignment Marks'].appr_StudentName) + PaddingLeft: =If(Self.DisplayMode = DisplayMode.Edit, 5, 0) + SearchFields: =["fullname"] + SearchItems: =[] + SelectMultiple: =false + Tooltip: =Parent.DisplayName + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardKey7.Y + DataCardKey7.Height + 5 + ZIndex: =2 + + ErrorMessage6 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardValue7.Y + DataCardValue7.Height + ZIndex: =3 + + StarVisible6 As label: + Align: =Align.Center + Height: =DataCardKey7.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey7.Y + ZIndex: =4 + + btn_Submission As button: + AlignInContainer: =AlignInContainer.End + BorderStyle: =BorderStyle.None + Color: =RGBA(0, 0, 0, 1) + Fill: |- + =RGBA(0, 175, 206, 1) + //RGBA(0, 175, 206, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 4 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =SubmitForm(frm_Submission); + ResetForm(frm_Submission) + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Submit" + Width: =frm_Submission.Width /8 + X: =(txt_UserInput_2.Width + txt_UserInput_2.X) - Self.Width + Y: =(txt_UserInput_2.Height + txt_UserInput_2.Y) + (Self.Height/2.5) + ZIndex: =4 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Summarizer.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Summarizer.fx.yaml new file mode 100644 index 00000000..a961c108 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Summarizer.fx.yaml @@ -0,0 +1,752 @@ +Summarizer As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected,"Summarizer") + + cont_Main_2 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_3 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_3 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_5 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_5 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_5.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_5 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Dashboard", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_5 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_5.X + (img_TitleImg_5.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_5 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_5.Height - img_TitleImg_5.Height) / 2 + ZIndex: =2 + + btn_galNav_1 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_5 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_5.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_2 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_3 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Summarizer" + Width: =Parent.Width + + cont_Body_2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + cont_bodyInner As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_BodyUpperSummary As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width -32 + ZIndex: =1 + + cont_BodyUpper_2 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =Parent.Height/ 1.5 + LayoutGap: = + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =txt_UserInput_2.X + PaddingRight: =txt_UserInput_2.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_Subject_2 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 2.5 + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: = + Items: =["Subject", "Power Platform"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + SelectionFill: =RGBA(0, 175, 206, 1) + Size: =10 + Width: =Parent.Width / 3.3 + ZIndex: =1 + + drp_Topic_2 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =drp_Subject_2.Height + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: = + Items: =["Topic", "Canvas Apps with AI"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + SelectionFill: =RGBA(0, 175, 206, 1) + Size: =10 + Width: =drp_Subject_2.Width + ZIndex: =2 + + txt_Keywords_2 As text: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(160, 160, 160, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =drp_Subject_2.Height + HintText: ="Comma separated key words" + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =10 + Width: =drp_Subject_2.Width + ZIndex: =3 + + cont_BodyUpper_3 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =Parent.Height - cont_BodyUpper_2.Height + LayoutMinHeight: =50 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + img_Info As image: + Height: =24 + Image: | + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + + ") + Width: =Self.Height + X: =drp_Subject_2.X + Y: =(Parent.Height - Self.Height) /2 + ZIndex: =1 + + Label4 As label: + Color: =RGBA(171, 171, 171, 1) + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: =33 + Size: =10 + Text: ="Use left text-area to paste your text. Then click the summarize button to summarize." + Width: =Parent.Width - Self.X + X: =img_Info.X * 2.3 + ZIndex: =2 + + cont_BodyLower_6 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =8 + Height: =225 + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width - 32 + ZIndex: =2 + + cont_BodyLower_7 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + html_btn_Submit_2 As htmlViewer: + Height: =btn_Submit_2.Height + HtmlText: |- + ="
+ + + + + + + + +
" + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Visible: =false + Width: =btn_Submit_2.Width + X: =btn_Submit_2.X + Y: =btn_Submit_2.Y + ZIndex: =1 + + btn_Submit_2 As button: + BorderStyle: =BorderStyle.None + Color: =RGBA(0, 0, 0, 1) + Fill: |- + =RGBA(0, 175, 206, 1) + //RGBA(0, 175, 206, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =Set(varSummary,ChatGPTConnector.ChatAPI("gpt-3.5-turbo",Collect(colSummary,{role:"user",content:Text(Concatenate("Can you please summarize the following text? Do not acknowledge me and just give me the summarized text only. ","Consider this title to generate the summary: '",drp_Topic_2.SelectedText.Value,"'. ","Also consider these keywords if provided: '",txt_Keywords_2.Text,"'. "," | ","The text to summarize is: ",txt_UserInput_2.Text))}))); + ClearCollect(colSummary,First(varSummary.choices).message); + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Summarize" + Width: =txt_UserInput_2.Width / 3 + X: =(txt_UserInput_2.Width + txt_UserInput_2.X) - Self.Width + Y: =(txt_UserInput_2.Height + txt_UserInput_2.Y) + (Self.Height/2.5) + ZIndex: =2 + + txt_UserInput_2 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.2 + HintText: ="Paste your text here" + HoverBorderColor: =RGBA(171, 171, 171, 1) + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: = + Mode: =TextMode.MultiLine + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width / 1.01 + X: =(Parent.Width - Self.Width) / 2 + Y: =lbl_BodyLowerSummary_Title.Height + ZIndex: =3 + + lbl_BodyLowerSummary_Title As label: + Color: =RGBA(241, 244, 249, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =16 + PaddingTop: =16 + Size: =12 + Text: ="Current Text" + ZIndex: =4 + + cont_BodyLower_8 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + txt_Response_2 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: |- + =Last(Filter(colSummary, role="assistant")).content + //(Last(colSummary).content) + //Concatenate("Can you please summarize the following text? Do not acknowledge me and just give me the summarized text only. ","Consider this title to generate the summary: '",drp_Topic_2.SelectedText.Value,"'. ","Also consider these keywords if provided: '",txt_Keywords_2.Text,"'. "," | ","The text to summarize is: ",txt_UserInput_2.Text) + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =txt_UserInput_2.Height + HintText: ="" + HoverBorderColor: = + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: = + Mode: =TextMode.MultiLine + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width / 1.01 + X: =(Parent.Width - Self.Width) / 2 + Y: =lbl_BodyLowerSummary_Title_1.Height + ZIndex: =1 + + lbl_BodyLowerSummary_Title_1 As label: + Color: =RGBA(241, 244, 249, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =16 + PaddingTop: =16 + Size: =12 + Text: ="Summarized Text" + X: =txt_Response_2.X + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Testing.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Testing.fx.yaml new file mode 100644 index 00000000..b6a62cdd --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Testing.fx.yaml @@ -0,0 +1,11354 @@ +Testing As screen: + + ExpandMenu_1 As ExpandMenu: + Fill: =ColorValue(ExpandMenu_1.Theme.palette.white) + GetMenuIconPath: |- + =LookUp( Table( + { + Name: "SizeLegacy", + Code: "E2B2", + Path: "M1920 896h128v-768h-2048v1792h1792v-512h128v-512zM128 256h512v1152h1024v384h-1536v-1536zM768 256h512v640h512v384h-1024v-1024zM1920 256v512h-512v-512h512z" + }, + { + Name: "PageLink", + Code: "E302", + Path: "M901 576q0 -65 37 -113.5t97 -69.5q-3 -18 -5 -36t-2 -37q0 -14 1.5 -29t3.5 -29q-57 11 -104.5 39.5t-82 70t-53.5 94t-19 110.5q0 66 25 124t67.5 101.5t100.5 69t124 25.5h254q65 0 123 -25.5t101 -69.5t68 -102t25 -123q0 -56 -19 -108t-52.5 -94t-80.5 -71.5t-102 -39.5v133q57 22 92 69.5t35 110.5q0 39 -15 74t-40.5 61.5t-60 41.5t-74.5 15h-254q-40 0 -75 -15t-60.5 -41t-40 -61t-14.5 -75zM2048 323q0 -66 -25 -125t-68.5 -103t-101.5 -69.5t-125 -25.5h-256q-67 0 -125 25.5t-101.5 69.5t-68.5 103t-25 125q0 56 19 108.5t53 95t81 72.5t103 40v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -40 15 -75.5t41 -62t61 -42t75 -15.5h256q40 0 75 15.5t61 42.5t41 62.5t15 74.5q0 31 -10 60t-27.5 54t-42.5 43.5t-55 27.5q3 18 5 36.5t2 36.5q0 15 -2 29.5t-4 28.5q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5zM128 1920v-1792h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512v512h-896zM1152 1829v-293h293z" + }, + { + Name: "DatabaseSource", + Code: "E30A", + Path: "M1626 1133l301 -301l-301 -301l-90 90l146 147h-786v128h786l-146 147zM1280 640h128v-192q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8t-158 8t-176.5 28t-168 53.5t-131.5 84.5q-31 30 -50.5 65.5t-19.5 80.5v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8t158 -8t176.5 -28t168 -53.5t131.5 -84.5q31 -30 50.5 -65.5t19.5 -80.5v-576h-128v386q-57 -37 -129 -62t-149 -40t-154 -21.5t-144 -6.5t-144 6.5t-154 21.5t-149 40t-129 62v-962q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q48 -20 101.5 -33t109.5 -21.5t111.5 -12t106.5 -3.5t106.5 3.5t111.5 12t109.5 21.5t101.5 33q15 6 40 18.5t49 28.5t41 35t17 40v192zM128 1600q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5t106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40t-17 40t-41 35t-49 28.5t-40 18.5q-47 19 -101 32.5t-110 22t-111.5 12t-106.5 3.5t-106.5 -3.5t-111.5 -12t-110 -22t-101 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35t-17 -40z" + }, + { + Name: "CommentSolid", + Code: "E30E", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM896 1408h-256v-256h128v-128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256zM1408 1408h-256v-256h128v-128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256z" + }, + { + Name: "ChangeEntitlements", + Code: "E310", + Path: "M128 128h899l128 -128h-1155v2048h1115l549 -549v-219h-128v128h-512v512h-896v-1792zM1152 1829v-293h293zM256 1536h639v-127h-639v127zM1407 1280v-127h-1151v127h1151zM256 1024h767v-127h-767v127zM1024 768v-127h-768v127h768zM256 385v127h768l-128 -127h-640zM1469 547l-163 -162h614v-129h-614l163 -163l-90 -90l-318 317l318 317zM1766 896l-163 163l90 90l318 -317l-318 -317l-90 90l163 163h-614v128h614z" + }, + { + Name: "Installation", + Code: "E311", + Path: "M1664 384h128v-384h-1664v384h128v-256h1408v256zM1517 915l-557 -557l-557 557l90 90l403 -402v1317h128v-1317l403 402z" + }, + { + Name: "WebAppBuilderModule", + Code: "E313", + Path: "M1536 1920l512 -896l-512 -896h-1024l-512 896l512 896h1024zM1462 256l439 768l-439 768h-876l-439 -768l439 -768h876z" + }, + { + Name: "WebAppBuilderFragment", + Code: "E314", + Path: "M768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364zM1664 1536l256 -448l-256 -448h-512l-256 448l256 448h512zM1590 768l183 320l-183 320h-364l-183 -320l183 -320h364z" + }, + { + Name: "WebAppBuilderSlot", + Code: "E315", + Path: "M0 384v256h128v-256h-128v0zM256 2048v-128h-256v128h256v0zM0 0v256h128v-256h-128v0zM1792 2048v-128h-256v128h256v0zM0 768v256h128v-256h-128v0zM640 1664h768l384 -640l-384 -640h-768l-384 640l384 640v0zM1336 512l307 512l-307 512h-624l-307 -512l307 -512h624v0zM640 2048v-128h-256v128h256v0zM0 1152v256h128v-256h-128v0zM1024 2048v-128h-256v128h256v0zM1408 2048v-128h-256v128h256v0zM1920 256v256h128v-256h-128v0zM1920 1024v256h128v-256h-128v0zM1920 640v256h128v-256h-128v0zM1920 1408v256h128v-256h-128v0zM1920 2048h128v-256h-128v256v0zM0 1536v256h128v-256h-128v0zM640 0v128h256v-128h-256v0zM256 0v128h256v-128h-256v0zM1408 0v128h256v-128h-256v0zM1024 0v128h256v-128h-256v0zM1792 0v128h256v-128h-256v0z" + }, + { + Name: "BullseyeTargetEdit", + Code: "E319", + Path: "M2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5zM1920 954q0 33 -20 51t-52 18q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM1238 853q23 38 32.5 82.5t9.5 88.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30q45 0 88 10t83 32l-170 -170h-1q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t163 109.5t199.5 40q107 0 200.5 -40.5t162.5 -110t109 -163.5t40 -200zM796 263l-31 -125q-110 15 -209 56t-184 102.5t-154 142t-117 174t-74.5 197.5t-26.5 214q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32q148 0 282.5 -45t246 -127.5t195 -197.5t129.5 -255q-32 -10 -60.5 -22.5t-55.5 -33.5q-36 123 -108 225t-169 174.5t-214.5 113t-245.5 40.5q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204q0 -95 23 -185.5t65.5 -171t102.5 -150t134.5 -122t161 -87t181.5 -45.5zM1024 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z" + }, + { + Name: "WebAppBuilderFragmentCreate", + Code: "E31B", + Path: "M768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 768v-128h-384l-256 448l256 448h512l256 -448l-183 -320h-147l183 320l-183 320h-364l-183 -320l183 -320h310zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364z" + }, + { + Name: "PageData", + Code: "E31C", + Path: "M2048 832v-618q0 -41 -19.5 -73t-52 -55.5t-73.5 -40t-83.5 -26.5t-83.5 -14.5t-72 -4.5q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74v618q0 39 20.5 69t53.5 51t75 35t84.5 22.5t82.5 11.5t69 3t69 -3t82.5 -11.5t84 -22t74.5 -35t53 -51t20 -69.5zM1920 214v470q-60 -24 -125 -34t-130 -10q-63 0 -130.5 10t-126.5 34v-470q0 -8 6.5 -13.5t11.5 -10.5q19 -17 49.5 -29t64 -19.5t66.5 -10.5t58 -3q26 0 59 3t66 10.5t63 19t50 29.5q5 5 11.5 10.5t6.5 13.5zM1920 835q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-19 0 -58.5 -3.5t-81 -12t-76 -21.5t-42.5 -31q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5zM1664 1408h-512v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-347h-128v256zM1280 1829v-293h293z" + }, + { + Name: "PageHeaderEdit", + Code: "E31D", + Path: "M128 1920v-1792h640q-10 -32 -19.5 -64t-16.5 -64h-732v2048h1792v-741q-35 -5 -66.5 -16t-61.5 -30v659h-1536zM2049 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 64.5 43t76.5 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1921 954q0 32 -20.5 51t-51.5 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM1536 1152h-1280v638h1280v-638zM384 1664v-384h1024v384h-1024zM384 512h514l-25.5 -25.5t-26.5 -25.5q-5 -20 -9.5 -39t-9.5 -38h-571v640h1154l-129 -128h-897v-384z" + }, + { + Name: "ProductList", + Code: "E31E", + Path: "M1024 1048v-959l-64 -32l-832 415v1040l832 416l832 -416v-744h-128v600zM960 1784l-241 -120l621 -314l245 122zM896 232v816l-640 320v-816zM335 1472l625 -312l238 118l-622 314zM1408 256v128h640v-128h-640zM1408 640h640v-128h-640v128zM1152 0v128h128v-128h-128zM1152 512v128h128v-128h-128zM1152 256v128h128v-128h-128zM1024 232h1h-1zM1408 0v128h640v-128h-640z" + }, + { + Name: "UnpublishContent", + Code: "E31F", + Path: "M768 1701l-403 -402l-90 90l557 557l557 -557l-90 -90l-403 402v-1317h-128v1317zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1776 181l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -67 25 -125t68.5 -101.5t101.5 -68.5t125 -25q47 0 92 13.5t84 39.5zM1920 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM1085 128q22 -37 48 -69t59 -59h-1192v384h128v-256h957z" + }, + { + Name: "DependencyAdd", + Code: "E344", + Path: "M128 1536v-640h512v-128h-640v896h1280v-512h-128v384h-1024zM768 128v896h1280v-896h-1280zM896 896v-640h1024v640h-1024zM1280 1919v129h257q51 0 98.5 -19.5t83.5 -55.5t55.5 -83.5t19.5 -98.5v-294l164 162l90 -90l-318 -318l-319 318l91 90l164 -162v294q0 27 -10 50.5t-27.5 40.5t-41 27t-50.5 10h-257z" + }, + { + Name: "DependencyRemove", + Code: "E345", + Path: "M128 1536v-640h512v-128h-640v896h1280v-512h-128v384h-1024zM768 128v896h1280v-896h-1280zM896 896v-640h1024v640h-1024zM2048 1956l-228 -228l228 -228l-91 -92l-229 229l-228 -229l-92 91l229 229l-229 229l92 91l228 -229l229 229z" + }, + { + Name: "EntitlementPolicy", + Code: "E346", + Path: "M128 1920v-1792h896v-128h-1024v2048h1115l549 -549v-731h-128v640h-512v512h-896zM1152 1829v-293h293zM256 1536h640v-128h-640v128zM1408 1280v-128h-1152v128h1152zM256 896v128h1152v-128h-1152zM256 640v128h768v-128h-768zM256 384v128h768v-128h-768zM1408 640h640v-128h-640v128zM1408 256v128h640v-128h-640zM1408 0v128h640v-128h-640zM1152 512v128h128v-128h-128zM1152 256v128h128v-128h-128zM1152 0v128h128v-128h-128z" + }, + { + Name: "EntitlementRedemption", + Code: "E347", + Path: "M256 1536h640v-128h-640v128zM1408 1280v-128h-1152v128h1152zM1408 1024v-128h-1152v128h1152zM1408 768v-128h-1152v128h1152zM256 384v128h926l-128 -128h-798zM128 128h1027l128 -128h-1283v2048h1115l549 -549v-862l-128 -128v899h-512v512h-896v-1792zM1152 1829v-293h293zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "SchoolDataSyncLogo", + Code: "E34C", + Path: "M2048 192q0 -26 -19 -45t-45 -19h-448v448q0 26 19 45t45 19t45 -19t19 -45v-305q124 126 190 287t66 338q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -168 61 -324t175 -280q72 106 174.5 184t223.5 120q-88 66 -137 159.5t-49 204.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -111 -49 -204.5t-137 -159.5q17 -6 38 -13t39 -17.5t30.5 -25.5t12.5 -37q0 -26 -19 -44.5t-45 -18.5q-15 0 -28 6q-72 32 -141 49t-149 17q-149 0 -282 -62t-230 -174q-24 -28 -42 -57t-38 -60q-11 -17 -23.5 -25.5t-32.5 -8.5q-23 0 -43 17q-38 31 -73 71t-66 83.5t-57.5 89.5t-46.5 91q-90 199 -90 419q0 141 36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -178 -57.5 -339.5t-168.5 -300.5h162q26 0 45 -19t19 -45zM704 960q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124z" + }, + { + Name: "PinSolid12", + Code: "E352", + Path: "M1963 1536h85v-853h-85q-103 0 -190 44.5t-150 125.5h-317q-37 -78 -93.5 -141t-126.5 -107.5t-151 -68.5t-167 -24h-85v512h-512l-171 85l171 86h512v512h85q86 0 167 -24t151.5 -69t126.5 -108t93 -141h317q62 81 149.5 126t190.5 45z" + }, + { + Name: "PinSolidOff12", + Code: "E353", + Path: "M2048 1536v-853h-85q-38 0 -75.5 8t-72.5 21l-990 991q78 -8 150 -35.5t134.5 -71t112.5 -102.5t84 -129h317q60 81 150 126t190 45h85zM25 1902l121 121l1877 -1877l-121 -121l-689 689q-42 -48 -93 -85.5t-108 -63.5t-118.5 -39.5t-125.5 -13.5h-85v512h-512l-171 85l171 86h512v50z" + }, + { + Name: "BugWarning", + Code: "E357", + Path: "M384 640q0 -90 30 -172t83.5 -148.5t127.5 -113.5t162 -66q-2 -3 -11 -21.5t-19.5 -39.5l-19 -38l-8.5 -17q-78 22 -148 62t-127 95t-99.5 123t-66.5 146q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -79 -36.5 -147.5t-101.5 -113.5q-26 12 -55 12q-36 0 -60.5 -14.5t-41.5 -37.5t-30 -51.5t-26 -56.5q-36 49 -82.5 89t-100.5 68.5t-113.5 44t-120.5 15.5q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256zM896 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z" + }, + { + Name: "BugAction", + Code: "E358", + Path: "M1664 1600q0 -89 -46 -164h-176q43 26 68.5 69.5t25.5 94.5v192h128v-192zM1278 1233q-36 40 -80 72.5t-93 55.5t-102 35t-107 12q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q23 0 44.5 2.5t43.5 6.5l-68 -135q-5 -1 -10 -1.5t-10 -0.5q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3q11 0 22 -0.5t22 -0.5q21 0 44 3zM1064 1510q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5zM1759 892h269l-672 -896h-264l256 512h-256l387 768h518zM1315 154l457 610h-243l238 384h-209l-258 -512h255z" + }, + { + Name: "SettingsSync", + Code: "E359", + Path: "M760 1024q0 -55 20.5 -103t56.5 -84t84 -56.5t103 -20.5q29 0 61 8q-36 -59 -56 -120h-5q-78 0 -146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5q79 0 147.5 -30t119.5 -82t80 -121t29 -148q-61 -20 -120 -56q8 32 8 61q0 55 -20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103zM999 379q7 -59 24 -114q-6 0 -12 -0.5t-11 -0.5q-3 0 -6 0.5t-6 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161v-35q-56 16 -114 24v24q0 11 -1 23t-2 23l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q18 -2 34.5 -2.5t34.5 -0.5zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "SettingsAdd", + Code: "E35A", + Path: "M1119 382l147 -236v-121l-45 -19l-161 259q-9 0 -18 -0.5t-18 -0.5t-18 0.5t-18 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l259 -161l-18 -44h-123l-235 147q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q23 -2 47 -4t47 -2q24 0 47.5 2t47.5 4zM1024 1400q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 760q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "GraphSymbol", + Code: "E35D", + Path: "M2048 1024q-125 -215 -247.5 -427.5t-247.5 -427.5l-18 -32h-1023l-18 32q-125 215 -247 428t-247 427q123 224 256 443.5t256 443.5h1023q61 -113 126 -223t130.5 -220.5t130.5 -221t126 -222.5zM1546 1101l-75 703l-685 -253q2 -7 2 -13.5v-13.5l732 -435q11 7 26 12zM779 590l703 410q-2 10 -2 16q0 11 3 22l-723 429q-13 -11 -31 -18l19 -840q19 -7 31 -19zM668 597q7 6 17 9l-19 845q-7 2 -12.5 6t-10.5 9l-521 -441zM1408 1848h-825l108 -229q2 0 4.5 0.5t4.5 0.5q13 0 25.5 -4t23.5 -11zM529 1815l-410 -710l494 418q0 20 4 36t18 31zM115 951l415 -718l125 234q-11 11 -17 27t-6 33v9t2 9zM584 200h831l-637 260q-16 -14 -31.5 -18t-35.5 -4zM1472 245l69 687q-14 4 -27 14l-707 -412v-18zM1537 266l420 726h-304q-5 -19 -18 -33.5t-30 -22.5zM1646 1056h311l-420 725l73 -688q24 -14 36 -37z" + }, + { + Name: "AddLink", + Code: "E35E", + Path: "M768 832q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h192v-128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1536 1152v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -88 -33 -169t-95 -144v313q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-64zM960 1664q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "SharepointAppIcon16", + Code: "E365", + Path: "M2048 896q0 -107 -40.5 -200.5t-111 -162.5t-164.5 -109t-201 -40q-12 -83 -51.5 -153t-98.5 -121.5t-134.5 -80.5t-158.5 -29t-158.5 29t-134.5 80.5t-98.5 121.5t-51.5 153h-517q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h289q30 86 84.5 156.5t126 121t156.5 78.5t176 28q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-65 0 -125.5 -18t-113.5 -51.5t-95.5 -81t-70.5 -105.5h597q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-197q29 16 58.5 29t61.5 22q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM624 608q60 0 115.5 12.5t99 41.5t69.5 76t26 115q0 55 -16.5 94.5t-45.5 68.5t-68 50.5t-85 40.5q-11 8 -35 17t-49.5 20t-44.5 25.5t-19 34.5q0 18 12.5 28.5t30.5 16.5t37 8t32 2q36 0 63.5 -4.5t52 -14t48.5 -23.5t54 -33v218q-55 23 -108.5 30.5t-113.5 7.5q-57 0 -114.5 -13t-103 -42.5t-74.5 -76t-29 -112.5q0 -64 27 -108t67.5 -74.5t87.5 -51t87.5 -38.5t67.5 -36t27 -43q0 -19 -12 -30t-29 -17t-35.5 -7.5t-32.5 -1.5q-24 0 -51.5 4.5t-54.5 13t-52 20t-44 26.5l-51 40v-231q62 -32 128.5 -43t135.5 -11zM1088 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 76 -33.5 143t-94.5 113v-192q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-378q12 -56 41 -103t70.5 -81t93.5 -53t109 -19zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-71 0 -137 -25.5t-119 -73.5v-328q51 -24 93.5 -59.5t75 -79.5t53.5 -95.5t29 -106.5h5z" + }, + { + Name: "DataflowsLink", + Code: "E366", + Path: "M2048 320q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5zM384 1024v-384h256v-640h-640v640h256v768h-256v640h640v-640h-256v-256h1024v256h-256v640h640v-640h-256v-384h-1152zM1280 1536h384v384h-384v-384zM128 1536h384v384h-384v-384zM512 512h-384v-384h384v384zM896 576q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "TimePicker", + Code: "E367", + Path: "M192 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM256 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM704 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM768 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1344 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM1408 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM1920 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1024 1024q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1024 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1427 1427l-403 402l-403 -402l-90 90l493 494l493 -494zM1024 37l-493 494l90 90l403 -402l403 402l90 -90z" + }, + { + Name: "UserWarning", + Code: "E368", + Path: "M1219 1004l-59 -118q-85 66 -184.5 102t-207.5 36q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q96 -37 179 -98zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z" + }, + { + Name: "ComplianceAudit", + Code: "E369", + Path: "M1033 768q-14 -30 -21.5 -62.5t-12.5 -65.5h-615v128h649zM384 384v128h613q5 -33 14 -65t23 -63h-650zM256 128h1349l127 -128h-1604v2048h1115l549 -549v-568q-29 26 -61 47.5t-67 36.5v393h-512v512h-896v-1792zM1280 1829v-293h293zM1304 1024q-109 -41 -187 -128h-733v128h920zM384 1536h640v-128h-640v128zM1536 1280v-128h-1152v128h1152zM2048 64q0 -26 -19 -45t-45 -19t-45 19l-291 290q-39 -26 -84 -39.5t-92 -13.5q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -47 -13.5 -92t-39.5 -84l290 -291q19 -19 19 -45zM1280 576q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "StickyNotesOutlineAppIcon", + Code: "E36A", + Path: "M1835 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1622q-35 0 -60 25t-25 60v1622q0 35 25 60t60 25h1622zM1792 256v1536h-1536v-1536h1536zM1024 951q0 30 21.5 51.5t51.5 21.5h695l-768 -768v695z" + }, + { + Name: "StickyNotesSolidAppIcon", + Code: "E36B", + Path: "M1835 128h-811l896 896v-811q0 -35 -25 -60t-60 -25zM1835 1920q35 0 60 -25t25 -60v-811h-811q-35 0 -60 -25t-25 -60v-811h-811q-35 0 -60 25t-25 60v1622q0 35 25 60t60 25h1622z" + }, + { + Name: "Webcam2Off", + Code: "E36D", + Path: "M1024 1920q-119 0 -231 -35.5t-209 -103.5l-91 91q116 86 251 131t280 45q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5q0 -144 -45 -280t-131 -251l-94 93q49 70 82.5 147.5t48.5 162.5h-330q-6 -20 -14 -39.5t-18 -38.5l-96 96q21 52 21 110q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25q-58 0 -110 -21l-96 96q48 26 100 39.5t106 13.5q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5h320q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5zM1537 420q-119 -84 -257 -126v-166h384v-128h-1280v128h384v166q-142 42 -260 126t-202.5 197t-131 249.5t-46.5 285.5q0 139 42 270t122 244l-273 273l90 90l1920 -1920l-90 -90zM717 1240q-6 -22 -9.5 -43.5t-3.5 -44.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q23 0 44.5 3.5t43.5 9.5zM383 1574q-63 -94 -95 -201.5t-32 -220.5h320q0 98 43 187zM1152 128v138q-32 -5 -64 -7.5t-64 -2.5t-64 2.5t-64 7.5v-138h256zM1024 384q113 0 219.5 33t200.5 96l-232 233q-89 -42 -188 -42q-74 0 -142 23.5t-124.5 66t-98 101t-62.5 129.5h-330q24 -138 92.5 -255.5t169.5 -203t228 -133.5t267 -48z" + }, + { + Name: "eDiscovery", + Code: "E370", + Path: "M220 256l-42 -128h1486v-128h-1664q2 6 12.5 37t24.5 73.5t30 90.5l29.5 88.5l22.5 67.5l9 27v768h-128v128l896 448v320h383v-256h-255v-64l896 -448v-128h-128v-128h-128v128h-128v-128h-128v128h-128v-128h-128v128h-128v-896h-804zM640 384v768h-128v-768h128zM896 384v768h-128v-768h128zM960 1617l-674 -337h1348zM256 1152v-768h128v768h-128zM2048 64q0 -26 -19 -45t-45 -19t-45 19l-291 290q-39 -26 -84 -39.5t-92 -13.5q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -47 -13.5 -92t-39.5 -84l290 -291q19 -19 19 -45zM1280 576q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "CalendarYear", + Code: "E371", + Path: "M1664 1536h256v-1536h-1664v1536h256v128h128v-128h896v128h128v-128zM1792 1408h-128v-128h128v128zM1536 1408h-896v-128h896v128zM512 1408h-128v-128h128v128zM384 128h1408v1024h-1408v-1024zM256 1664v128h-128v-1408h-128v1536h256v128h128v-128h896v128h128v-128h256v-128h-256v-128h-128v128h-896v-128h-128zM640 640v128h128v-128h-128zM896 640v128h128v-128h-128zM1152 640v128h128v-128h-128zM1408 640v128h128v-128h-128zM640 384v128h128v-128h-128zM896 384v128h128v-128h-128zM1152 384v128h128v-128h-128zM896 896v128h128v-128h-128zM1152 896v128h128v-128h-128zM1408 896v128h128v-128h-128z" + }, + { + Name: "IgnoreConversation", + Code: "E372", + Path: "M256 1536h1792v-640h-128v392l-768 -384l-768 384v-776h640v-128h-768v1152zM431 1408l721 -360l721 360h-1442zM1792 1792v-128h-1664v-1024h-128v1152h1792zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "CommonDataServiceCDS", + Code: "E377", + Path: "M1523 2048l525 -525v-998l-525 -525h-998l-525 525v998l525 525h998zM512 194l13 331l-397 384v-331zM512 706v331l-384 384v-331zM512 1218v636l-318 -318zM640 1920v-768h830l384 384l-384 384h-830zM640 909v-269h269zM640 512v-268l268 268h-268zM1920 578v331l-397 -397h-434l-384 -384h765zM1920 1090v331l-397 -397h-817l384 -384h380z" + }, + { + Name: "Forum", + Code: "E378", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243zM1792 1664v-896h-1536v896h1536zM512 896v256h-128v-256h128zM512 1280v256h-128v-256h128zM1664 896v256h-1024v-256h1024zM1664 1280v256h-1024v-256h1024z" + }, + { + Name: "SentimentAnalysis", + Code: "E393", + Path: "M1344 1408q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187q0 32 3 64q-133 0 -250 50t-204.5 136.5t-138 203t-50.5 250.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q89 0 171 -23t153 -65t129.5 -100.5t100 -130t64 -153.5t22.5 -171q31 3 64 3zM640 896q7 0 14 1l14 2q18 63 47.5 120.5t68.5 109.5q-35 11 -71 17t-73 6q-61 0 -119.5 -15t-112.5 -43l-58 114q68 34 141 53t149 19q62 0 121.5 -13t116.5 -36q59 52 127.5 90t143.5 59l2 14t1 14q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1344 128q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1600 736q-40 0 -68 28t-28 68t28 68t68 28t68 -28t28 -68t-28 -68t-68 -28zM1088 736q-40 0 -68 28t-28 68t28 68t68 28t68 -28t28 -68t-28 -68t-68 -28zM1344 384q43 0 84 11.5t77 33t66 51.5t51 68l111 -63q-30 -53 -72 -95.5t-92 -72t-107 -45.5t-118 -16t-118 16t-107.5 45.5t-92 72t-71.5 95.5l111 63q21 -38 51 -68t66 -51.5t76.5 -33t84.5 -11.5zM448 1520q-33 0 -56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5t-23.5 -56.5t-56.5 -23.5zM832 1520q-33 0 -56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5t-23.5 -56.5t-56.5 -23.5z" + }, + { + Name: "TextRecognition", + Code: "E394", + Path: "M128 896v-384h384v-128h-512v512h128zM518 1398h117l234 -628h-115l-56 160h-247l-54 -160h-114zM478 1015h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2q-2 -10 -3.5 -20t-4.5 -20zM128 1664v-384h-128v512h512v-128h-384zM1367 1007q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65h-102v664h102v-294h1q25 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83zM1263 1007q0 27 -6 52t-19 45t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59zM1536 1792h512v-512h-128v384h-384v128zM1920 512v384h128v-512h-512v128h384zM1664 760q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q55 0 108 -21v-95q-21 15 -47.5 25t-52.5 10q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -67 36.5 -108.5t105.5 -41.5q32 0 55.5 10.5t48.5 28.5v-88q-29 -17 -61.5 -24t-66.5 -7z" + }, + { + Name: "KeyPhraseExtraction", + Code: "E395", + Path: "M896 896v-128h-896v128h896zM1536 1152v-128h-896v128h896zM1371 2048l549 -549v-1499h-1664v640h128v-512h1408v1280h-512v512h-896v-896h-128v1024h1115zM1408 1536h293l-293 293v-293zM640 512v128h896v-128h-896z" + }, + { + Name: "AltText", + Code: "E397", + Path: "M1536 1344q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM0 1792h2048v-1024h-128v896h-1792v-677l448 447l640 -640l256 256l283 -282h-182l-101 102l-101 -102h-310l-485 486l-448 -449v-421h512v-128h-640v1536zM768 0v640h1280v-640h-1280zM896 512v-384h1024v384h-1024zM1152 256v128h512v-128h-512z" + }, + { + Name: "NumberedListMirrored", + Code: "E398", + Path: "M0 1536v128h1536v-128h-1536zM0 1024v128h1536v-128h-1536zM0 512v128h1536v-128h-1536zM1847 1667v69q31 11 59 24t54 33h49v-385h-82v291q-14 -11 -37.5 -21.5t-42.5 -10.5zM2048 965v-69h-251v28q0 34 12.5 59t30.5 44.5t40 35t40 31t30.5 32t12.5 38.5q0 27 -15 38t-40 11q-26 0 -49.5 -11t-43.5 -28v73q50 32 111 32q25 0 47.5 -6.5t39 -20t26 -33.5t9.5 -47q0 -31 -12 -54.5t-29.5 -42t-38.5 -33t-38.5 -27t-29.5 -25t-12 -25.5h160zM1962 580q36 -5 61 -27t25 -61q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-24 0 -48.5 4t-46.5 15v73q19 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9 28.5t-23 15.5t-31 6.5t-32 1.5h-22v64h26q13 0 27.5 1.5t26 6t19 14t7.5 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 44 -5t39 -16.5t28 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1z" + }, + { + Name: "IncreaseIndent", + Code: "E399", + Path: "M128 1920h1792v-128h-1792v128zM128 256v128h1792v-128h-1792zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM483 861l163 163h-646v128h646l-163 163l90 90l317 -317l-317 -317z" + }, + { + Name: "IncreaseIndentMirrored", + Code: "E39A", + Path: "M1920 1920v-128h-1792v128h1792zM128 256v128h1792v-128h-1792zM896 1408v-128h-768v128h768zM896 896v-128h-768v128h768zM1402 1152h646v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "DecreaseIndent", + Code: "E39B", + Path: "M128 1920h1792v-128h-1792v128zM128 256v128h1792v-128h-1792zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM317 1405l90 -90l-163 -163h646v-128h-646l163 -163l-90 -90l-317 317z" + }, + { + Name: "DecreaseIndentMirrored", + Code: "E39C", + Path: "M1920 1920v-128h-1792v128h1792zM128 256v128h1792v-128h-1792zM896 1408v-128h-768v128h768zM896 896v-128h-768v128h768zM1731 771l-90 90l163 163h-646v128h646l-163 163l90 90l317 -317z" + }, + { + Name: "IncreaseIndentHanging", + Code: "E39D", + Path: "M128 1920h1792v-128h-1792v128zM1152 256v128h768v-128h-768zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM483 1315l90 90l317 -317l-317 -317l-90 90l163 163h-646v128h646z" + }, + { + Name: "IncreaseIndentHangingMirrored", + Code: "E39E", + Path: "M1920 1920v-128h-1792v128h1792zM128 256v128h768v-128h-768zM128 1280v128h768v-128h-768zM128 768v128h768v-128h-768zM2048 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z" + }, + { + Name: "ArchiveUndo", + Code: "E3A1", + Path: "M1728 896q67 0 125.5 -25.5t102 -69t68 -102.5t24.5 -126q0 -91 -34 -171.5t-97 -145.5q-26 -26 -53 -50l-54 -48q-45 -40 -88 -79.5t-88 -78.5l-98 91q46 39 91 78t90 79q28 24 55.5 48.5t53.5 50.5q47 48 70.5 104.5t23.5 124.5q0 41 -15.5 76t-41.5 61t-62 40.5t-76 14.5q-66 0 -116.5 -21.5t-92 -57.5t-76.5 -82t-69 -95h293v-128h-512v512h128v-286q46 61 91 113t96.5 90.5t114.5 60.5t146 22zM0 1920h2048v-640h-128v-256h-128v256h-1536v-1024h1152v-128h-1280v1152h-128v640zM1920 1408v384h-1792v-384h1792zM1024 896h-384v128h384v-128z" + }, + { + Name: "LeaveUser", + Code: "E3A8", + Path: "M2048 512v-128h-646l211 -211l-90 -90l-365 365l365 365l90 -90l-211 -211h646zM1292 945l-88 -93q-89 84 -201.5 128t-234.5 44q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -137 -63.5 -248.5t-176.5 -185.5q70 -26 133.5 -66t118.5 -91zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z" + }, + { + Name: "EdgeLogo16", + Code: "E3AA", + Path: "M1865 529q11 0 21 -10t10 -21t-6.5 -21.5t-12.5 -18.5q-36 -54 -78 -102.5t-90 -91.5q-40 -36 -92.5 -71t-111 -63.5t-118.5 -46t-115 -17.5q-124 0 -223.5 44t-169 121.5t-107 181.5t-37.5 224q0 61 16.5 119.5t43.5 112.5q35 -102 106 -182.5t163 -136.5t197.5 -85.5t208.5 -29.5q95 0 185.5 19.5t175.5 61.5l17 8.5t17 4.5zM543 637q0 -92 17.5 -179.5t53.5 -167t91 -149t130 -124.5q-121 21 -229.5 70t-201 120.5t-167.5 162.5t-127.5 196t-81 221t-28.5 238q0 67 30.5 123t79 99.5t108 74t117.5 47.5q100 30 209 30q53 0 107.5 -8t107 -23.5t101.5 -40t91 -57.5l-14 -6q-28 -11 -52 -23t-49 -29q-65 -45 -118.5 -111t-92.5 -143t-60.5 -160t-21.5 -161zM1020 2048q145 0 284.5 -33t262 -98.5t223.5 -164.5t169 -231q42 -80 65.5 -166.5t23.5 -177.5q0 -76 -20 -145t-58.5 -127t-93.5 -103.5t-124 -75.5q-46 -20 -95 -31t-99 -11q-36 0 -82.5 2.5t-93.5 10.5t-90 24t-72 42q-10 8 -19 21.5t-9 27.5q0 13 13.5 30t30 42t30.5 59t14 81q0 96 -36.5 178t-97.5 148t-140 115t-164 78q-144 48 -298 48q-112 0 -221.5 -26.5t-208.5 -80.5q67 133 160.5 238t209 177.5t251 110.5t285.5 38z" + }, + { + Name: "EdgeLogo", + Code: "E3AB", + Path: "M1865 529q12 0 21.5 -10.5t9.5 -21.5q0 -10 -10.5 -27.5t-27 -39.5t-36.5 -45t-38 -43.5t-32 -35t-19 -19.5q-49 -46 -114 -89.5t-137.5 -77.5t-147.5 -54.5t-143 -20.5q-76 0 -144 24t-126 66.5t-104 99.5t-78.5 123t-50 137t-17.5 142q0 85 28 167.5t74 153.5q12 -81 47 -151t87 -128t118 -103.5t139.5 -76.5t151.5 -47.5t154 -16.5q95 0 185.5 19.5t175.5 61.5l17 8.5t17 4.5zM543 637q0 -93 23 -183.5t66.5 -172.5t106 -151.5t141.5 -119.5q-126 17 -239.5 63.5t-211.5 117t-177 162t-135 199t-86.5 227t-30.5 245.5q0 69 27 127t71.5 105t101.5 81.5t116 56.5q63 23 128.5 33.5t131.5 10.5q60 0 121.5 -9.5t119.5 -29t112 -49t99 -70.5q-30 0 -59 -6t-56 -20v2q-54 -24 -102.5 -63t-89.5 -88.5t-74 -107.5t-56 -119t-35.5 -122.5t-12.5 -118.5zM1020 2048q145 0 284.5 -33t262 -98.5t223.5 -164.5t169 -231q42 -80 65.5 -166.5t23.5 -177.5q0 -76 -20 -145t-58.5 -127t-93.5 -103.5t-124 -75.5q-46 -20 -95 -31t-99 -11q-36 0 -82.5 2.5t-93.5 10.5t-90 24t-72 42q-10 8 -19 21.5t-9 27.5q0 13 13.5 30t30 42t30.5 59t14 81q0 90 -34 167.5t-90.5 140t-130 109t-152.5 75.5q-72 26 -146.5 38t-150.5 12q-132 0 -261 -38.5t-235 -118.5q61 148 155 266.5t214.5 201t265 127t305.5 44.5z" + }, + { + Name: "FabricFolderUpload", + Code: "E3AC", + Path: "M2048 1536v-512h-128v512h-704q-47 0 -77 -6t-51 -16t-36 -22.5t-30 -26t-34 -26t-48 -22.5q-17 -6 -38 -7.5t-38 -1.5h-736v-896h1408v-128h-1408q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 68.5 -13.5t58.5 -36t49 -51t39 -58.5q13 -23 25.5 -40.5t28 -30.5t35.5 -19.5t48 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1017 1623q-15 16 -31.5 44.5t-35 56t-40 48t-46.5 20.5h-736v-256h736q27 0 46 9.5t36 23t33.5 28.5t37.5 26zM1408 731l320 319l320 -319l-91 -91l-165 165v-677h-128v677l-165 -165z" + }, + { + Name: "RedEye12", + Code: "E3AD", + Path: "M1024 1536q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203q-98 -110 -213.5 -203.5t-246 -162t-272.5 -107.5t-292 -39t-292 39t-272.5 107.5t-246.5 162t-213 203.5q97 109 213 203t246.5 162.5t272.5 107.5t292 39zM1024 658q76 0 142.5 29t116 78.5t78.5 116t29 142.5t-29 142.5t-78.5 116t-116 78.5t-142.5 29t-142.5 -29t-116 -78.5t-78.5 -116t-29 -142.5t29 -142.5t78.5 -116t116 -78.5t142.5 -29zM649 712q-55 66 -84 146t-29 166t29 166t84 146q-134 -53 -251.5 -132.5t-220.5 -179.5q103 -100 220.5 -179.5t251.5 -132.5zM1871 1024q-103 100 -220.5 179.5t-251.5 132.5q55 -66 84 -146t29 -166t-29 -166t-84 -146q134 53 251.5 132.5t220.5 179.5zM1024 1195q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66t-13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5t-66.5 13.5t-54.5 36.5t-36.5 54.5t-13.5 66.5t13.5 66t36.5 54.5t54.5 37t66.5 13.5z" + }, + { + Name: "MapPin12", + Code: "E3AE", + Path: "M1536 1024l341 -1024h-1877l341 1024h512v374q-57 14 -104 45.5t-80.5 75.5t-52.5 97.5t-19 111.5q0 71 27 133t73.5 108.5t108.5 73t133 26.5q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5q0 -58 -19 -111.5t-52.5 -97.5t-80.5 -75.5t-104 -45.5v-374h512zM768 1728q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54 36.5t36.5 54.5t13.5 66.5t-13.5 66t-36.5 54.5t-54 37t-66 13.5t-66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66zM464 853l-227 -682h1403l-227 682h-389v-256q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5v256h-389z" + }, + { + Name: "Insights", + Code: "E3AF", + Path: "M960 1664q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -63 -8 -118t-25.5 -105.5t-44 -99t-63.5 -99.5q-29 -40 -51 -72t-36 -64.5t-21 -70t-7 -88.5v-179q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v180q0 51 -7 88t-21.5 69.5t-36 64.5t-50.5 72q-37 51 -63.5 99.5t-44 99t-25.5 105.5t-8 118q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM1152 192v64h-384v-64q0 -26 19 -45t45 -19h256q26 0 45 19t19 45zM1408 1088q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35t-174.5 -35t-142.5 -96t-96 -142.5t-35 -174.5q0 -89 18.5 -153t47 -114.5t61 -94t61 -92t48 -108t20.5 -142.5h384q1 83 20.5 142.5t48 108t61 92t61 94t47 114.5t18.5 153zM960 1792q-26 0 -45 19t-19 45v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -26 -19 -45t-45 -19zM192 1120h-128q-26 0 -45 19t-19 45t19 45t45 19h128q26 0 45 -19t19 -45t-19 -45t-45 -19zM245 859q26 0 45 -19t19 -46q0 -20 -11.5 -35.5t-29.5 -23.5q-11 -5 -30.5 -13.5t-40.5 -17t-40.5 -15t-31.5 -6.5q-26 0 -45 19t-19 46q0 20 11.5 35.5t29.5 23.5q11 4 30.5 13t40.5 17.5t40.5 15t31.5 6.5zM397 1504q0 -26 -19 -45t-45 -19q-18 0 -33 9l-109 67q-14 9 -22.5 23.5t-8.5 31.5q0 26 19 45t45 19q16 0 33 -10l110 -66q14 -8 22 -23t8 -32zM480 1872q0 26 19 45t45 19q17 0 32.5 -9t23.5 -24l62 -112q8 -14 8 -30q0 -27 -19 -46t-45 -19q-17 0 -32.5 9t-23.5 24l-62 112q-8 14 -8 31zM1856 1248q26 0 45 -19t19 -45t-19 -45t-45 -19h-128q-26 0 -45 19t-19 45t19 45t45 19h128zM1858 747q0 -26 -19 -45t-45 -19q-11 0 -30.5 6.5t-40.5 15.5t-40.5 17.5t-30.5 13.5q-18 8 -29.5 24t-11.5 36q0 27 19.5 45.5t45.5 18.5q12 0 31 -7t40 -16t40.5 -18t30.5 -13q18 -8 29 -23.5t11 -35.5zM1587 1440q-26 0 -45 19t-19 45q0 17 8 32t22 23l110 66q17 10 33 10q26 0 45 -19t19 -45q0 -17 -8.5 -31.5t-22.5 -23.5l-109 -67q-15 -9 -33 -9zM1250 1761q0 16 8 30l62 112q8 15 23.5 24t32.5 9q26 0 45 -19t19 -45q0 -17 -8 -31l-62 -112q-8 -15 -23.5 -24t-32.5 -9q-26 0 -45 19t-19 46z" + }, + { + Name: "TaskList", + Code: "E3B6", + Path: "M768 1792h1280v-128h-1280v128zM768 1024v128h1280v-128h-1280zM768 384v128h1280v-128h-1280zM256 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM256 880q30 0 56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56t11.5 -56t31 -45.5t45.5 -31t56 -11.5zM256 640q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM256 240q30 0 56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56t11.5 -56t31 -45.5t45.5 -31t56 -11.5zM192 1690l275 275l90 -90l-365 -365l-173 173l90 90z" + }, + { + Name: "MachineLearning", + Code: "E3B8", + Path: "M1968 953q38 -36 59 -84t21 -101t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-21 0 -42 3l-471 -235q1 -6 1 -12v-12q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-52 0 -98.5 20t-82 54.5t-56 80.5t-20.5 98q0 7 0.5 13.5t1.5 13.5l-471 235q-21 -3 -42 -3q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 71 36.5 131.5t98.5 93.5l175 642q-54 69 -54 157q0 53 20 99.5t55 81.5t81.5 55t99.5 20q69 0 128 -34t94 -94h580q35 60 94 94t128 34q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -81.5t-39 -72.5zM1536 768q0 55 22 105t64 86l-449 337l-663 -497l2 -31h1024zM512 1536q-47 0 -92 17l-144 -530q55 -5 103.5 -31t81.5 -70l606 454l-350 262q-37 -48 -90.5 -75t-114.5 -27zM1753 1021q8 2 18 2.5t19 0.5h10t10 -1l-177 532q-49 -19 -97 -19q-20 0 -39 3l-217 -163zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1280 1792h-512l-2 -31l407 -305l193 145q-42 36 -64 86t-22 105zM512 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM128 768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 512q63 0 119.5 -29.5t91.5 -81.5l375 187q-11 12 -21.5 25t-18.5 27h-1092q-8 -14 -18.5 -27t-21.5 -25l375 -187q35 52 91.5 81.5t119.5 29.5zM1792 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 33 -16 62t-44 46l-1 -1l-1 1l1 1q-32 19 -67 19q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "HealthRefresh", + Code: "E3BD", + Path: "M129 1377q0 -47 11 -97h-131q-5 24 -6.5 48t-1.5 48q0 113 42.5 212t116 173t172.5 116.5t212 42.5q108 0 208.5 -41t176.5 -118l95 -96l95 96q76 77 176.5 118t208.5 41q112 0 211 -42.5t172.5 -115.5t116 -172t42.5 -211q0 -98 -34 -189t-97 -166h-470l-101 102l-101 -102h-182l283 282l155 -154h355q32 51 49 108t17 117q0 87 -32.5 162t-89 130.5t-132 87t-162.5 31.5q-82 0 -158.5 -30t-135.5 -88l-186 -186l-186 186q-60 60 -134.5 91t-159.5 31q-86 0 -162 -32.5t-132 -89t-88.5 -132t-32.5 -161.5zM308 1024l701 -701q8 -41 21.5 -80t33.5 -76l-40 -40l-865 864q-35 35 -62 75.5t-47 85.5h243l283 282l448 -447v-182l-448 449l-229 -230h-39zM1749 869h2h-2zM2048 447q0 -93 -35 -174t-95.5 -141.5t-142 -95.5t-173.5 -35q-93 0 -174 35t-142 95.5t-96 142t-35 173.5q0 91 35 174.5t100 146.5h-137v128h384v-384h-127v191q-60 -46 -94 -112.5t-34 -142.5q0 -66 25.5 -124.5t69 -102t102 -69t124.5 -25.5t124 25t101.5 68.5t68.5 102t25 124.5q0 51 -15.5 98t-43.5 87t-67.5 70t-87.5 47l43 120q67 -24 121.5 -66t93.5 -97.5t60.5 -121.5t21.5 -137z" + }, + { + Name: "FontSize2", + Code: "E3C0", + Path: "M585 1536h143l582 -1536h-158l-188 512h-621l-184 -512h-159zM387 639h529l-233 628q-20 53 -28 108h-5q-11 -56 -30 -108zM1604 1765l-230 -230l-90 91l320 320l320 -320l-91 -91zM1600 1178l230 230l90 -90l-320 -320l-320 320l90 90z" + }, + { + Name: "SharedDatabase", + Code: "E3D9", + Path: "M960 1280q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963q0 -20 13 -35.5t27 -27.5q30 -26 71 -45t88.5 -33.5t98.5 -24t101 -15.5t96.5 -8.5t85.5 -2.5q60 0 116 5.5t116 15.5q-6 -10 -16 -28.5t-19 -39t-16 -40t-7 -30.5q-42 -8 -88.5 -9.5t-89.5 -1.5q-33 0 -81 2.5t-104 9.5t-116.5 18.5t-118 29t-109.5 41.5t-91 55.5t-62 72.5t-23 91v1152q0 68 38.5 118t100.5 85.5t139.5 58.5t156 35.5t149.5 17.5t120 5t120 -4.5t149 -17.5t156 -35.5t140 -58t100.5 -86t38.5 -118.5v-672q-33 0 -65 -6t-63 -16v505q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5zM384 1600q0 -11 3.5 -19.5t9.5 -16.5q24 -32 65 -55.5t91 -41t106 -29t110.5 -18t103.5 -9.5t87 -3t87 3t103.5 10t110 18.5t105 28.5t90.5 41t66 55q14 17 14 36q0 11 -4 19.5t-10 16.5q-25 31 -65.5 55t-90.5 41t-105.5 28.5t-109.5 18.5t-103.5 10t-87.5 3q-37 0 -86.5 -3t-104 -10t-110.5 -18.5t-106 -28.5t-91 -41t-65 -55q-6 -8 -9.5 -16.5t-3.5 -19.5zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 100t-54.5 81.5t-81.5 54.5t-100 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-35 35 -53.5 81t-18.5 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -18.5 -96t-53.5 -81zM1664 384q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "WebEnvironment", + Code: "E3DB", + Path: "M1920 768l128 -640h-2048l128 640h232q-51 88 -77.5 185t-26.5 199q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5t204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204q0 -102 -26.5 -199t-77.5 -185h232zM1664 1152q0 32 -3.5 64t-9.5 64h-249q6 -65 6 -128q0 -64 -6 -128h249q6 32 9.5 64t3.5 64zM774 1024h500q6 64 6 128q0 63 -6 128h-500q-6 -65 -6 -128q0 -64 6 -128zM1256 896h-464q4 -23 14 -60.5t25.5 -80.5t35 -86t44 -78t53 -57t60.5 -22t60.5 22t53 57t44 78t35 86t25 80.5t14.5 60.5zM779 561q-46 76 -74 162t-43 173h-224q24 -53 60 -103.5t80.5 -94.5t95.5 -79.5t105 -57.5zM1386 896q-16 -86 -43.5 -172.5t-72.5 -162.5q54 24 104.5 59t95 78.5t80.5 93.5t60 104h-224zM1610 1408q-51 113 -138.5 200t-202.5 135q46 -76 73.5 -162t43.5 -173h224zM1024 1792q-32 0 -60.5 -22t-53 -57t-44 -78t-35 -86t-25.5 -80.5t-14 -60.5h464q-5 23 -14.5 60.5t-25 80.5t-35 86t-44 78t-53 57t-60.5 22zM779 1743q-115 -48 -202.5 -135t-138.5 -200h224q16 87 43.5 173t73.5 162zM397 1280q-6 -32 -9.5 -64t-3.5 -64t3.5 -64t9.5 -64h249q-6 64 -6 128q0 63 6 128h-249zM156 256h1736l-77 384h-220q-54 -61 -119.5 -108.5t-138.5 -80.5t-152 -50t-161 -17t-161 17t-152 50t-138.5 80.5t-119.5 108.5h-220z" + }, + { + Name: "FormatPainter", + Code: "E3DC", + Path: "M2037 1792q0 -48 -18 -93t-53 -80l-339 -339l120 -120q27 -27 41.5 -62.5t14.5 -73.5t-14.5 -73.5t-41.5 -62.5q-26 -26 -52.5 -54t-54.5 -51l-752 -616l-877 1024l103 23q83 19 147 37.5t116.5 40.5t96.5 49.5t87 64.5t88 84.5t99 110.5q33 38 68.5 74t71.5 72q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l120 -120l339 339q35 35 80 53t93 18q51 0 95.5 -19t78 -52.5t52.5 -78t19 -95.5zM244 1115l87 -102l987 -329l187 153l-670 669q-49 -57 -91.5 -102t-83.5 -82t-83.5 -66.5t-92 -54t-108 -45.5t-132.5 -41zM493 824l411 -479l297 243zM1909 1792q0 24 -9.5 45.5t-25 37t-37 25t-45.5 9.5q-48 0 -82 -34l-430 -430l-211 211q-19 19 -45 19q-16 0 -30 -8t-27 -20t-24 -25t-21 -22l678 -678q9 10 22 21t25 24t20 27t8 30q0 26 -19 45l-211 211l430 430q34 34 34 82z" + }, + { + Name: "IndentFirstLine", + Code: "E3DD", + Path: "M1152 1920h768v-128h-768v128zM768 256v128h1152v-128h-1152zM768 1280v128h1152v-128h-1152zM768 768v128h1152v-128h-1152zM573 2045l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z" + }, + { + Name: "AddSpaceBefore", + Code: "E3DE", + Path: "M128 256v128h1792v-128h-1792zM128 896h1792v-128h-1792v128zM1277 1347l-317 -317l-317 317l90 90l163 -163v646h128v-646l163 163z" + }, + { + Name: "AddSpaceAfter", + Code: "E3DF", + Path: "M128 1280v128h1792v-128h-1792zM128 1920h1792v-128h-1792v128zM1024 506l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v646h128v-646z" + }, + { + Name: "TextAlignTop", + Code: "E3E0", + Path: "M128 2048h1792v-128h-1792v128zM384 1536h1280v-128h-1280v128zM128 896v128h1792v-128h-1792z" + }, + { + Name: "TextAlignMiddle", + Code: "E3E1", + Path: "M128 1664h1792v-128h-1792v128zM384 1152h1280v-128h-1280v128zM128 512v128h1792v-128h-1792z" + }, + { + Name: "TextAlignBottom", + Code: "E3E2", + Path: "M128 1152h1792v-128h-1792v128zM384 640h1280v-128h-1280v128zM128 0v128h1792v-128h-1792z" + }, + { + Name: "TextParagraphOption", + Code: "E3E3", + Path: "M308 1408l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM448 1783l-92 -247h184zM512 378l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v774h128v-774zM1024 1920h896v-128h-896v128zM1024 1280v128h896v-128h-896zM1024 768v128h896v-128h-896zM1024 256v128h896v-128h-896z" + }, + { + Name: "TextRotation", + Code: "E3E4", + Path: "M1332 1408l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM1472 1783l-92 -247h184zM1699 541l90 -90l-317 -317l-317 317l90 90l163 -163v774h128v-774zM640 378l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v1542h128v-1542z" + }, + { + Name: "TextRotateHorizontal", + Code: "E3E5", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM436 1152l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM576 1527l-92 -247h184zM1379 605l163 163h-1286v128h1286l-163 163l90 90l317 -317l-317 -317z" + }, + { + Name: "TextRotate90Degrees", + Code: "E3E6", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM896 1293l-640 -240v103l128 48v280l-128 48v103l640 -240v-102zM512 1252l247 92l-247 92v-184zM1789 835l-317 -317l-317 317l90 90l163 -163v902h128v-902l163 163z" + }, + { + Name: "TextRotate270Degrees", + Code: "E3E7", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM896 541l-640 240v102l640 240v-103l-128 -48v-280l128 -48v-103zM640 924l-247 -92l247 -92v184zM1408 1420l-163 -163l-90 90l317 317l317 -317l-90 -90l-163 163v-902h-128v902z" + }, + { + Name: "AutoFitContents", + Code: "E3E8", + Path: "M0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM1280 256v384h-512v-384h512zM1920 256v384h-512v-384h512zM128 1024v-256h1792v256h-1792zM128 640v-384h512v384h-512zM128 1536v-256h-128v640h128v-256h384v-128h-384zM1920 1920h128v-640h-128v256h-512v128h512v256zM896 1755l-91 -91l-165 165l91 91zM1280 1829l-165 -165l-91 91l165 165zM1280 1371l-91 -91l-165 165l91 91zM896 1445l-177 -165l-79 91l165 165z" + }, + { + Name: "AutoFitWindow", + Code: "E3E9", + Path: "M0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM1280 256v384h-512v-384h512zM1920 256v384h-512v-384h512zM128 1024v-256h1792v256h-1792zM128 640v-384h512v384h-512zM128 1536v-256h-128v640h128v-256h256v-128h-256zM1920 1920h128v-640h-128v256h-384v128h384v256zM797 1280h-128l451 768h128zM704 1664q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM704 1952q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM1024 1472q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75zM1312 1472q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68z" + }, + { + Name: "FixedColumnWidth", + Code: "E3EA", + Path: "M1920 2048h128v-768h-2048v768h128v-640h256v256h128v-256h256v512h128v-512h256v256h128v-256h256v512h128v-512h256v640zM0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM768 256h512v384h-512v-384zM1408 256h512v384h-512v-384zM128 1024v-256h1792v256h-1792zM640 640h-512v-384h512v384z" + }, + { + Name: "RepeatHeaderRows", + Code: "E3EB", + Path: "M640 1664h1408v-1664h-1408v1664zM1920 128v1408h-1152v-1408h1152zM128 1920v-1408h384v-128h-512v1664h1408v-256h-128v128h-1152zM256 1792h256v-384h-128v-640h128v-128h-256v1152zM1792 256h-896v1152h896v-1152zM1280 1024h-256v-256h256v256zM1024 384h256v256h-256v-256zM1664 384v256h-256v-256h256zM1664 768v256h-256v-256h256z" + }, + { + Name: "TableHeaderRow", + Code: "E3EC", + Path: "M0 1920h2048v-1664h-2048v1664zM768 896h512v384h-512v-384zM1280 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM1408 1280v-384h512v384h-512zM128 768v-384h512v384h-512zM1408 384h512v384h-512v-384z" + }, + { + Name: "TableTotalRow", + Code: "E3ED", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 1408v384h-512v-384h512zM1280 1280h-512v-384h512v384zM768 1408h512v384h-512v-384zM640 896v384h-512v-384h512zM1408 896h512v384h-512v-384zM640 1792h-512v-384h512v384z" + }, + { + Name: "TableBrandedRow", + Code: "E3EE", + Path: "M0 1920h2048v-1664h-2048v1664zM768 896h512v384h-512v-384zM640 1280h-512v-384h512v384zM1408 896h512v384h-512v-384z" + }, + { + Name: "TableFirstColumn", + Code: "E3EF", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 1408v384h-512v-384h512zM768 1792v-384h512v384h-512zM768 768v-384h512v384h-512zM768 896h512v384h-512v-384zM1408 1280v-384h512v384h-512zM1408 384h512v384h-512v-384z" + }, + { + Name: "TableLastColumn", + Code: "E3F0", + Path: "M0 1920h2048v-1664h-2048v1664zM768 1280v-384h512v384h-512zM640 896v384h-512v-384h512zM1280 1408v384h-512v-384h512zM1280 768h-512v-384h512v384zM640 1792h-512v-384h512v384zM128 768v-384h512v384h-512z" + }, + { + Name: "TableBrandedColumn", + Code: "E3F1", + Path: "M0 1920h2048v-1664h-2048v1664zM768 1280v-384h512v384h-512zM1280 1408v384h-512v-384h512zM768 768v-384h512v384h-512z" + }, + { + Name: "AutomateFlow", + Code: "E3F5", + Path: "M821 1280h568l-1076 -1024h-257l304 640h-360l535 1024h612zM262 384l807 768h-456l325 640h-325l-402 -768h351l-304 -640h4zM2048 1408h-256v-640h256v-640h-640v640h256v256h-384l128 128h256v256h-256v640h640v-640zM1920 640h-384v-384h384v384zM1536 1536h384v384h-384v-384z" + }, + { + Name: "TagGroup", + Code: "E3F6", + Path: "M1600 1216q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1792 1792h256v-859l-896 -896q-278 279 -556.5 558t-558.5 557l896 896h859v-256zM987 1920l-768 -768l165 -165l805 805h475v128h-677zM1920 987v677h-677l-768 -768l677 -677z" + }, + { + Name: "PhotoError", + Code: "E3F7", + Path: "M1408 448v320h128v-320h-128zM1408 256v128h128v-128h-128zM0 1920h2048v-1434l-128 256v1050h-1792v-677l448 447l572 -572l-60 -120l-512 512l-448 -449v-421h781l-64 -128h-845v1536zM1600 1536q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM896 128l576 1152l576 -1152h-1152zM1077 240h790l-395 790z" + }, + { + Name: "HexaditeInvestigation", + Code: "E3F8", + Path: "M1407 1244q-35 -19 -67 -41t-60 -50v16l-256 146l-256 -146v-290l256 -146l98 56q0 -5 -1 -10.5t-1 -10.5q0 -30 4.5 -60t11.5 -59l-112 -64l-384 220v438l384 220zM256 1462v-876l579 -330q-25 -26 -45.5 -47.5t-34.5 -54.5l-627 358v1024l896 512l896 -512v-291q-61 34 -128 50v167l-768 439zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "HexaditeInvestigationCancel", + Code: "E3F9", + Path: "M768 879l197 -113q9 -7 28 -25.5t40 -39.5t40 -41t29 -30l-78 -45l-384 220v438l384 220l384 -220v-286l-128 128v84l-256 146l-256 -146v-290zM256 1462v-876l742 -424l-94 -93l-776 443v1024l896 512l896 -512v-451l-128 -128v505l-768 439zM2029 787l-339 -339l339 -339l-90 -90l-339 339l-339 -339l-90 90l339 339l-339 339l90 90l339 -339l339 339z" + }, + { + Name: "HexaditeInvestigationSemiAuto", + Code: "E3FA", + Path: "M256 1462v-876l645 -368q-11 -32 -18.5 -64.5t-12.5 -65.5l-742 424v1024l896 512l896 -512v-384q-28 28 -60.5 50.5t-67.5 42.5v217l-768 439zM1024 1315l-256 -146v-290l225 -129q2 -42 10.5 -83t22.5 -81l-2 -1l-384 220v438l384 220l325 -186q-35 -14 -68.5 -31t-64.5 -40zM1763 459q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -92 -41 -173.5t-115 -135.5zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "DriverOff", + Code: "E3FB", + Path: "M1152 1824q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-160h-384v-384h-224q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h224v-384h358l-4 -32t-2 -32q0 -32 4 -63t11 -62q1 -4 4 -13t6 -19t5 -18t2 -10v-195q-59 34 -93.5 92.5t-34.5 127.5v96h-384v384h-96q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h96v384h384v32q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-32h384v-512h-160q-46 0 -80.5 -30t-42.5 -75q-34 -5 -67 -13.5t-65 -21.5q0 3 -0.5 6t-0.5 6q0 53 20 99.5t55 81.5t81.5 55t99.5 20h32v256h-384v160q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "FileOff", + Code: "E3FC", + Path: "M1085 128q45 -71 107 -128h-1064v2048h1115l549 -549v-477q-31 11 -63.5 17.5t-64.5 10.5v358h-512v512h-896v-1792h829zM1280 1829v-293h293zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "ServiceOff", + Code: "E3FD", + Path: "M1044 1338l-855 -856q-29 -29 -45 -67t-16 -80t16.5 -80t44.5 -66t66 -44.5t80 -16.5q41 0 79.5 16t67.5 45l542 541v-181l-451 -451q-48 -48 -109.5 -73t-128.5 -25q-69 0 -129.5 26.5t-106.5 72.5t-72.5 106.5t-26.5 129.5t25 129.5t73 108.5l806 806q-4 23 -6 46.5t-2 46.5q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5q54 0 99.5 -8.5t87.5 -24t83 -37.5t86 -48l-394 -394l102 -102l394 394q24 -42 45.5 -84.5t38 -86.5t26.5 -90.5t10 -95.5q0 -66 -16.5 -131t-46.5 -124.5t-72.5 -111t-94.5 -91.5q-46 18 -94 28t-98 12q65 24 119 66t92.5 96.5t59.5 119t21 134.5q0 75 -24 144l-360 -359l-282 282l359 360q-68 24 -141 24q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -34 6 -67.5t14 -66.5zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "URLBlock", + Code: "E3FE", + Path: "M1351 1001q-75 -34 -139 -87t-112 -121q-52 -18 -101 -21.5t-103 -3.5v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -57 -15 -111t-42 -104zM1879 985q-21 38 -51 69t-66 52.5t-77 33.5t-85 12h-64v128h64q88 0 167 -32.5t139 -89.5t97 -134t42 -165q-71 77 -166 126zM768 832q0 -53 17 -102t48 -89.5t73.5 -70t93.5 -44.5q-3 -20 -5.5 -39t-2.5 -39q0 -14 2 -27.5t4 -27.5q-78 16 -143.5 57t-113.5 99.5t-74.5 130.5t-26.5 152q0 93 35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 384v128h384v-128h-384z" + }, + { + Name: "BugSync", + Code: "E3FF", + Path: "M1024 1408q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5v-128q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135q74 -2 137.5 -35.5t108.5 -91.5h-336q-22 83 -69.5 153.5t-113 121.5t-145.5 80t-166 29zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "BugBlock", + Code: "E400", + Path: "M1024 128q14 0 29 2t29 4q19 -32 40.5 -60.5t47.5 -54.5q-36 -8 -72.5 -13.5t-73.5 -5.5q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135q42 -1 82 -13t75 -34t64 -52t50 -67q-65 34 -135.5 52.5t-143.5 18.5q-23 0 -44.5 -3t-43.5 -6q-25 79 -73 145t-112.5 114t-142 75t-160.5 27q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "DeviceRun", + Code: "E401", + Path: "M128 1664v-896h1024v-128h-128v-128h128v-128h-512v128h256v128h-896v1152h1920v-1093l-128 76v889h-1664zM1280 896l747 -448l-747 -448v896zM1408 670v-444l370 222z" + }, + { + Name: "DeviceOff", + Code: "E402", + Path: "M128 1664v-896h957q-19 -30 -33.5 -62t-25.5 -66h-2v-7q-2 -12 -6.5 -24.5t-7.5 -23.5q-8 -34 -13 -68t-5 -69q0 -16 2 -32l4 -32h-358v128h256v128h-896v1152h1920v-829q-30 19 -62 33.5t-66 25.5v642h-1664zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "ProcessingCancel", + Code: "E403", + Path: "M1546 1034q-46 0 -86 10l-51 -124l-118 49l51 124q-74 47 -121 121l-124 -51l-49 118l124 51q-10 40 -10 86t10 86l-124 51l49 118l124 -51q47 74 121 121l-51 123l118 49l51 -123q40 10 86 10t86 -10l51 123l118 -49l-51 -123q74 -47 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-47 -74 -121 -121l51 -124l-118 -49l-51 124q-40 -10 -86 -10zM1546 1674q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM1108 1000l49 -119l-137 -56q14 -56 14 -111t-14 -111l137 -57l-49 -118l-137 57q-30 -51 -68 -88t-88 -69l57 -137l-119 -48l-56 137q-56 -14 -111 -14t-111 14l-57 -137l-118 48l57 137q-51 32 -88 69t-69 88l-137 -57l-48 118l137 57q-14 56 -14 111t14 111l-137 56l48 119l137 -57q32 50 69 88t88 68l-57 137l118 49l57 -137q56 14 111 14t111 -14l56 137l119 -49l-57 -137q97 -59 156 -156zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM2045 547l-226 -227l226 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "ProcessingRun", + Code: "E404", + Path: "M1930 1418q0 -22 -2.5 -43.5t-7.5 -42.5l123 -51l-49 -118l-124 51q-46 -74 -120 -120l51 -125l-118 -49l-52 124q-21 -5 -42 -7.5t-43 -2.5t-43.5 2.5t-42.5 7.5l-23 -56l-111 67l16 39q-74 46 -120 120l-125 -51l-49 118l124 51q-5 21 -7.5 42.5t-2.5 43.5t2.5 43t7.5 42l-124 52l49 118l125 -52q23 37 53 67.5t67 53.5l-51 124l118 49l51 -123q21 5 42.5 7.5t43.5 2.5t43 -2.5t42 -7.5l52 123l118 -49l-51 -124q74 -46 120 -120l124 51l49 -118l-123 -52q5 -21 7.5 -42t2.5 -43zM1546 1162q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM969 942l139 58l44 -106v-15l-133 -55q7 -27 11 -54.5t4 -55.5t-4 -55.5t-11 -54.5l133 -55v-15l-44 -106l-139 58q-29 -48 -68 -87.5t-87 -68.5l58 -139l-119 -49l-57 139q-27 -7 -54.5 -11t-55.5 -4t-55.5 4t-54.5 11l-58 -139l-118 49l58 140q-97 58 -155 155l-140 -58l-48 118l138 58q-7 27 -11 54.5t-4 55.5t4 55.5t11 54.5l-138 57l48 119l140 -58q58 97 155 155l-58 139l118 49l58 -138q27 7 54.5 11t55.5 4t55.5 -4t54.5 -11l57 138l119 -49l-58 -139q97 -58 155 -155zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1280 0v896l747 -448zM1408 670v-444l370 222z" + }, + { + Name: "ProcessingPause", + Code: "E405", + Path: "M1930 1418q0 -46 -10 -86l123 -51l-48 -118l-124 51q-47 -74 -121 -121l51 -124l-118 -49l-51 124q-40 -10 -86 -10t-86 10l-51 -124l-118 49l51 124q-74 47 -121 121l-124 -51l-49 118l124 51q-10 40 -10 86t10 86l-124 51l49 118l124 -51q47 74 121 121l-51 123l118 49l51 -123q40 10 86 10t86 -10l51 123l118 -49l-51 -123q74 -47 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86zM1546 1162q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1108 1000l49 -119l-137 -56q14 -56 14 -111t-14 -111l137 -57l-49 -118l-137 57q-30 -51 -68 -88t-88 -69l57 -137l-119 -48l-56 137q-56 -14 -111 -14t-111 14l-57 -137l-118 48l57 137q-51 32 -88 69t-69 88l-137 -57l-48 118l137 57q-14 56 -14 111t14 111l-137 56l48 119l137 -57q32 50 69 88t88 68l-57 137l118 49l57 -137q56 14 111 14t111 -14l56 137l119 -49l-57 -137q97 -59 156 -156zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1792 0v768h128v-768h-128zM1408 0v768h128v-768h-128z" + }, + { + Name: "CalculatorDelta", + Code: "E406", + Path: "M896 1280v-128h-127v128h127zM1152 1792v-384h-896v384h896zM1024 1536v128h-640v-128h640zM640 768v-128h-127v128h127zM896 1024v-128h-127v128h127zM1025 384v128h76l-64 -128h-12zM513 384v128h127v-128h-127zM896 768v-128h-127v128h127zM769 384v128h127v-128h-127zM256 384v128h128v-128h-128zM1152 1280v-128h-127v128h127zM1152 768v-128h-127v128h127zM1152 1024v-128h-127v128h127zM640 1024v-128h-127v128h127zM128 1920v-1664h845l-64 -128h-909v1920h1408v-922l-128 -256v1050h-1152zM640 1280v-128h-127v128h127zM384 1280v-128h-128v128h128zM384 768v-128h-128v128h128zM384 1024v-128h-128v128h128zM1536 1024l512 -1024h-1024zM1536 738l-305 -610h610z" + }, + { + Name: "InputAddress", + Code: "E41E", + Path: "M128 1280v-512h1152v-128h-1280v768h1033q15 -35 36.5 -67t47.5 -61h-989zM1911 1408h137v-768h-384v128h256v512h-93q26 29 47.5 61t36.5 67zM1536 1286v-1030l-64 -128l-64 128v1030q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41zM1664 1600q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "ViewInAR", + Code: "E41F", + Path: "M256 1465v-249h-128v391l350 176l57 -115l-200 -100l201 -100l-58 -115zM896 1849l-222 -112l-57 115l343 172l343 -172l-57 -115l-222 112v-313h-128v313zM1024 327l222 112l58 -115l-344 -172l-343 172l57 115l222 -112v313h128v-313zM510 839l59 -114l-234 -117l200 -100l-57 -115l-350 176v391h128v-249zM960 1256l286 143l58 -115l-280 -140v-312h-128v312l-279 140l57 115zM1442 1783l350 -176v-391h-128v249l-222 -112l-57 115l200 100l-200 100zM1664 711v249h128v-391l-350 -176l-57 115l200 100l-234 117l59 114z" + }, + { + Name: "ImageInAR", + Code: "E420", + Path: "M1472 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM0 384v1408h1792v-645l-128 64v453h-1536v-421l192 191l512 -512l256 256l128 -128l-120 -60l-8 8l-166 -166l102 -102v-181l-704 705l-192 -193v-549h896v-128h-1024zM1428 978l172 86l172 -86l-57 -115l-115 57l-114 -57zM1869 929l179 -90v-199h-128v57l-51 -26l-57 115l29 14l-29 14zM1920 327v185h128v-264l-179 -89l-57 115zM1664 199l51 26l57 -115l-172 -86l-172 86l58 115l50 -26v57h128v-57zM1280 512v-184l108 -54l-57 -115l-179 89v264h128zM1331 929l57 -115l-29 -14l29 -14l-57 -115l-51 26v-57h-128v200zM1600 679l115 57l57 -114l-108 -54v-184h-128v184l-108 54l57 114z" + }, + { + Name: "CubeShapeSolid", + Code: "E421", + Path: "M960 1896l750 -376l-750 -375l-750 375zM128 441v942l768 -384v-942zM1024 999l768 384v-942l-768 -384v942z" + }, + { + Name: "ShapeSolid", + Code: "E422", + Path: "M896 1920h1152v-1152h-234l-517 896l-103 -177q-55 85 -131 152t-167 112v169zM1101 1325l-468 -810q-29 -3 -57 -3q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5q85 0 164.5 -24t148 -68t123 -106.5t89.5 -140.5zM595 128l702 1216l702 -1216h-1404z" + }, + { + Name: "Reset", + Code: "E423", + Path: "M1920 832q0 -115 -30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30t-221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221v64h128v-64q0 -97 25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25t187 25t168 71t142.5 110.5t110.5 142.5t71 168t25 187t-25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25h-838l291 -291l-90 -90l-445 445l445 445l90 -90l-291 -291h838q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221z" + }, + { + Name: "DeviceBug", + Code: "E424", + Path: "M1792 421v-74l237 -238l-90 -90l-174 173q-19 -44 -49 -79t-68.5 -60.5t-83 -39t-92.5 -13.5t-92.5 13.5t-83 39t-68.5 60.5t-49 79l-174 -173l-90 90l237 238v48q0 39 2 73.5t10.5 67.5t25.5 65t47 64q-21 48 -21 103q0 46 16 89t46 78l-107 108l90 90l124 -124q42 15 87 15t87 -15l124 124l90 -90l-107 -108q30 -35 46 -78t16 -89q0 -55 -21 -103q37 -41 58 -89l174 173l90 -90zM1600 768q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -13 3 -26q29 14 61 20t64 6t64 -6t61 -20q3 13 3 26zM1680 320v128q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5t-81 -16.5t-66 -44.5t-44.5 -66t-16.5 -81v-128q0 -43 16.5 -81t44.5 -66t66 -44.5t81 -16.5t81 16.5t66 44.5t44.5 66t16.5 81zM1024 384h-384v128h256v128h-896v1152h1920v-512h-128v384h-1664v-896h896v-384z" + }, + { + Name: "HomeDropdown", + Code: "E427", + Path: "M1152 512h896l-448 -448zM1152 640v128h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-293h-128v421l-640 640l-640 -640v-805h384v640h512v-256h-128z" + }, + { + Name: "ContentFeed", + Code: "E428", + Path: "M1024 128v128h256v-128h-256zM256 0v512h1536v-512h-128v384h-768v-384h-128v384h-384v-384h-128zM1024 896v128h512v-128h-512zM1536 1792v-128h-512v128h512zM256 640v640h1536v-640h-1536zM896 1152v-384h768v384h-768zM384 1152v-384h384v384h-384zM256 2048h1536v-640h-1536v640zM768 1536v384h-384v-384h384zM1664 1536v384h-768v-384h768z" + }, + { + Name: "CompareUneven", + Code: "E42E", + Path: "M1817 896h103v-128h-22q-20 -57 -56.5 -104t-84.5 -81t-104.5 -52.5t-116.5 -18.5t-117 18.5t-105 52t-84.5 81t-55.5 104.5h-22v128h103l187 560l-418 139v-1213q169 -11 317 -75t272 -179h179v-128h-1664v128h179q123 114 272.5 178.5t316.5 75.5v1256l-394 131l163 -489h103v-128h-22q-20 -57 -56.5 -104t-84.5 -81t-104.5 -52.5t-116.5 -18.5t-117 18.5t-105 52t-84.5 81t-55.5 104.5h-22v128h103l187 560l-262 87l41 121l827 -275v275h128v-318l867 -288l-41 -122l-197 66zM606 1152h-444q35 -60 94 -94t128 -34t128 34t94 94zM530 1280l-146 438l-146 -438h292zM960 256q-118 0 -231 -32.5t-213 -95.5h888q-99 63 -213 95.5t-231 32.5zM1536 1334l-146 -438h292zM1758 768h-444q35 -60 94 -94t128 -34t128 34t94 94z" + }, + { + Name: "VideoAdd", + Code: "E430", + Path: "M1536 1288l512 256v-1040l-527 264h-113v640h-1280v-768h1152v-128h-1280v1024h1536v-248zM1920 711v626l-384 -193v-240zM1536 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "D365ProjectOperations", + Code: "E432", + Path: "M1913 1026q0 -43 -23 -80l-475 -744q-21 -32 -54.5 -50.5t-71.5 -18.5h-1009q-31 0 -58 11.5t-47.5 32t-32.5 47.5t-12 58v1489q0 31 12 58t32.5 47.5t47.5 32t58 11.5h1009q38 0 72 -18.5t54 -50.5l475 -744q23 -37 23 -81zM280 261h146q7 12 30 50.5t56.5 93.5t73 121.5t80 134.5t78.5 132.5t67.5 115t47.5 82.5t18 35t-18 35.5t-47.5 83t-68 115t-79 132.5t-80.5 134.5t-73 121.5t-56.5 93.5t-30.5 50.5h-144q-8 0 -15 -6t-7 -15v-1489q0 -9 6.5 -15t15.5 -6zM575 261h296q7 12 31 50.5t57.5 93.5t75 122t83 135t80.5 132.5t69.5 115t49 82.5t18.5 34t-18.5 34t-49 82.5t-70 115.5t-81.5 133t-83.5 135t-75.5 122.5t-57.5 94t-30.5 49.5h-296l411 -689q21 -35 21 -77q0 -20 -5 -39.5t-16 -36.5zM1786 1026q0 3 -19 34.5t-50.5 81.5t-72 114t-83.5 131t-85.5 133t-77.5 120t-59.5 92t-31.5 50q-7 10 -18 10h-270l421 -688q11 -18 17 -38t6 -40q0 -42 -22 -78l-420 -687h268q11 0 18 10q7 12 31.5 50t59.5 92t77.5 120t85.5 133t83.5 130.5t72 113.5t50.5 81.5t19 34.5z" + }, + { + Name: "FileSystem", + Code: "E433", + Path: "M1378 1664l64 -128h-836l64 128h708zM1634 1152l64 -128h-1348l64 128h1220zM1506 1408l64 -128h-1092l64 128h964zM1536 1920l512 -1024v-640h-2048v640l512 1024h1024zM591 1792l-448 -896h1762l-448 896h-866zM1920 384v384h-1792v-384h1792zM512 640v-128h-256v128h256z" + }, + { + Name: "SQLAnalyticsPool", + Code: "E434", + Path: "M1408 1274q16 1 31.5 1h31.5q37 0 94 -3.5t121 -14t129 -28t116.5 -45.5t84 -67.5t32.5 -92.5v-768q0 -54 -32.5 -93.5t-84 -68t-116 -47t-128.5 -29t-121 -14.5t-94 -4t-94 4t-121 14.5t-128.5 29t-116 47t-84 68.5t-32.5 93v768q0 41 20 73t52.5 57.5t74 44t84 31.5t82.5 21t71 12v273h-1024v-768h-128v768h-128v128l768 384l768 -384v-128h-128v-262zM286 1664h964l-482 241zM1920 256v603q-110 -51 -219 -71t-229 -20t-229 20t-219 71v-603q0 -11 10.5 -21t18.5 -15q38 -27 91.5 -45t111 -28.5t114.5 -14.5t102 -4t101.5 4t114.5 14.5t111.5 28.5t91.5 45q8 5 18.5 15t10.5 21zM1472 896q45 0 101.5 4t114.5 14.5t111.5 28.5t91.5 45q7 5 18 15t11 21t-11 21t-18 15q-38 27 -91.5 44.5t-111.5 28t-114.5 15t-101.5 4.5t-102 -4.5t-114.5 -15t-111 -28t-91.5 -44.5q-7 -5 -18 -15t-11 -21t11 -21t18 -15q38 -27 91.5 -45t111 -28.5t114.5 -14.5t102 -4zM384 768v128h128v-128h-128zM640 768v128h128v-128h-128zM384 1024v128h128v-128h-128zM384 1280v128h128v-128h-128zM640 1024v128h128v-128h-128z" + }, + { + Name: "StorageAcount", + Code: "E435", + Path: "M0 2048h2048v-2048h-2048v2048zM1920 128v1408h-1792v-1408h1792zM1920 1664v256h-1792v-256h1792zM1792 1408v-512h-1536v512h1536zM1664 1024v256h-1280v-256h1280zM1792 768v-512h-1536v512h1536zM1664 384v256h-1280v-256h1280z" + }, + { + Name: "BlobStorage", + Code: "E436", + Path: "M0 2048h2048v-2048h-2048v2048zM1920 128v1408h-1792v-1408h1792zM1920 1664v256h-1792v-256h1792zM768 768v-512h-512v512h512zM640 384v256h-256v-256h256zM1792 1408v-512h-512v512h512zM1664 1024v256h-256v-256h256zM896 256v512h896v-512h-896zM1024 640v-256h640v256h-640zM1152 1408v-512h-896v512h896zM1024 1024v256h-640v-256h640z" + }, + { + Name: "DatabaseView", + Code: "E437", + Path: "M256 768v128h1152v-128h-1152zM384 2048h1664v-1536h-256v128h128v1024h-1536v384zM1920 1792v128h-1408v-128h1408zM0 0v1536h1664v-1536h-1664zM128 1408v-128h1408v128h-1408zM128 1152v-1024h1408v1024h-1408z" + }, + { + Name: "Column", + Code: "E438", + Path: "M512 2048h1024v-1920h-1024v1920zM1408 256v1408h-768v-1408h768zM1408 1792v128h-768v-128h768z" + }, + { + Name: "AzureDataExplorer", + Code: "E439", + Path: "M1984 2048q26 0 45 -19t19 -45v-1785q0 -26 -19 -45t-45 -19t-45 19l-1785 1785q-19 19 -19 45t19 45t45 19h1785zM1920 1353v567h-541l-513 -513l554 -553zM1198 1920h-844l422 -422zM1511 763l409 -409v818zM850 941l90 -90l-768 -768l-90 90zM609 158l512 512l91 -91l-512 -512zM669 1122l-512 -512l-91 91l512 512zM1296 1642l113 114l113 -114l-113 -113zM1756 1411l-113 -113l-114 113l114 113zM1046 1394l113 113l113 -113l-113 -113zM1280 1162l113 113l113 -113l-113 -113z" + }, + { + Name: "SortLinesAscending", + Code: "E43A", + Path: "M3 1565l317 318l317 -318l-90 -90l-163 163v-1510h-128v1510l-163 -163zM1280 1664v-128h-512v128h512zM1664 1280v-128h-896v128h896zM768 896h1280v-128h-1280v128z" + }, + { + Name: "TextDocumentEdit", + Code: "E43B", + Path: "M1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1920 954q0 32 -20.5 51t-51.5 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM256 1920v-1792h506l-31 -128h-603v2048h1115l549 -549v-192q-37 -5 -66.5 -15.5t-61.5 -30.5v147h-512v512h-896zM1280 1829v-293h293zM1408 1152v-128h-896v128h896zM512 512v128h513l-128 -128h-385zM1281 896l-128 -128h-641v128h769z" + }, + { + Name: "VideoOff2", + Code: "E43C", + Path: "M1536 1288l512 256v-1040l-250 125q-18 9 -33.5 15.5t-30.5 13t-29.5 14.5t-31.5 20q-15 10 -26 20.5t-20.5 21t-19 22t-22.5 24.5l-177 177v451h-451l-128 128h707v-248zM1920 711v626l-384 -193v-240zM19 1939l90 90l1920 -1920l-90 -90l-494 493h-1445v1024h421zM128 640h1189l-768 768h-421v-768z" + }, + { + Name: "FastForwardPointFiveX", + Code: "E43E", + Path: "M1024 1018v517l-640 -517v1035l640 -512v512l644 -515zM512 1286l312 252l-312 249v-501zM1152 1787v-501l312 251zM2048 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 77.5 -133t72.5 -136h3l160 269h113zM703 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1391 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-47 11t-42 19.5v107q42 -27 88 -42.5t96 -15.5q44 0 82 13t66 37.5t44 60t16 81.5q0 51 -18.5 86t-49.5 56.5t-72 31.5t-86 10h-27q-30 0 -61.5 -1.5t-60.5 -6.5l30 442h407v-91h-320l-17 -258q20 0 40 1.5t40 1.5q63 0 117.5 -16.5t94.5 -49.5t63 -83t23 -117zM292 896q59 0 102.5 -20t74 -54t49 -78.5t29 -94t14 -100.5t3.5 -97q0 -47 -5 -99t-17 -102t-33 -95.5t-53.5 -80t-77 -55t-104.5 -20.5q-57 0 -99.5 19.5t-73 52.5t-50 76.5t-31 91.5t-16 97t-4.5 94q0 48 4.5 101.5t16 105t32.5 98.5t53.5 82.5t78 56.5t107.5 21zM283 85q42 0 71.5 18t49.5 48t32 67.5t18 77.5t7.5 78t1.5 68q0 29 -1.5 67.5t-7 80t-17 81t-31 71t-48.5 51t-71 19.5q-44 0 -74.5 -19.5t-51 -51t-32.5 -71.5t-18 -82t-7.5 -81.5t-1.5 -70.5q0 -30 1.5 -68t8 -77t18 -76t32 -66t50 -46.5t71.5 -17.5z" + }, + { + Name: "FastForwardOneX", + Code: "E43F", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM858 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "FastForwardOneFiveX", + Code: "E440", + Path: "M1024 1018v517l-640 -517v1035l640 -512v512l644 -515zM512 1286l312 252l-312 249v-501zM1152 1787v-501l312 251zM346 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM575 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1287 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-46.5 11t-41.5 19.5v107q42 -27 87.5 -42.5t95.5 -15.5q44 0 82 12.5t66 37t44 60.5t16 82q0 51 -18.5 86t-49.5 57t-72 31.5t-86 9.5q-36 0 -75 -1t-74 -7l30 442h408v-91h-320l-18 -258q20 0 40.5 1.5t40.5 1.5q63 0 117.5 -16.5t94.5 -49.5t62.5 -83t22.5 -117zM1947 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 76.5 -133.5t74.5 -135.5h2l160 269h113z" + }, + { + Name: "FastForwardTwoX", + Code: "E441", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM562 90h439v-90h-544v44q0 25 2.5 50t9.5 49q15 55 50.5 96.5t79 76.5t90.5 68t86 71t64 85t25 110q0 75 -43.5 118t-118.5 43q-30 0 -59.5 -8.5t-56.5 -23.5t-51.5 -34.5t-43.5 -41.5v108q47 47 102 66t121 19q54 0 100.5 -16t80.5 -46t53 -74t19 -101q0 -83 -30 -141t-75 -102t-97.5 -78.5t-97.5 -70.5t-75 -77.5t-30 -99.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "FastForwardFourX", + Code: "E442", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM909 896v-592h115v-93h-115v-211h-101v211h-421v88q59 66 116.5 137.5t111 146.5t100.5 153.5t85 159.5h109zM808 304v439q-66 -118 -143.5 -225.5t-162.5 -213.5h306zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "FastForwardEightX", + Code: "E443", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM1012 256q0 -61 -22.5 -108.5t-60.5 -80.5t-89 -50t-109 -17q-57 0 -108.5 17t-89.5 50t-60.5 80.5t-22.5 108.5q0 38 12 73.5t33 65.5t50.5 53t64.5 37q-54 30 -88.5 78t-34.5 112q0 51 20 92t53.5 69.5t78 44t92.5 15.5t92.5 -15.5t78 -44t53.5 -69.5t20 -92q0 -63 -34.5 -111.5t-87.5 -78.5q34 -14 63.5 -37.5t50.5 -53.5t33 -65.5t12 -72.5zM732 522q30 0 56 11.5t45.5 31.5t31 46t11.5 56t-11 56.5t-30.5 46t-45.5 31t-57 11.5q-32 0 -58 -11t-45.5 -30t-30 -46t-10.5 -58q0 -30 11 -56.5t30.5 -46t46 -31t56.5 -11.5zM906 264q0 38 -13 70.5t-36 56t-55 37t-70 13.5t-70 -13.5t-55.5 -37t-36.5 -56t-13 -70.5q0 -81 47 -128.5t128 -47.5q39 0 71 13t55 36t35.5 55.5t12.5 71.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindPointFiveX", + Code: "E444", + Path: "M1024 1535v-517l-644 520l644 515v-512l640 512v-1035zM1536 1787l-312 -250l312 -251v501zM896 1286v501l-312 -250zM2048 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 77.5 -133t72.5 -136h3l160 269h113zM703 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1391 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-47 11t-42 19.5v107q42 -27 88 -42.5t96 -15.5q44 0 82 13t66 37.5t44 60t16 81.5q0 51 -18.5 86t-49.5 56.5t-72 31.5t-86 10h-27q-30 0 -61.5 -1.5t-60.5 -6.5l30 442h407v-91h-320l-17 -258q20 0 40 1.5t40 1.5q63 0 117.5 -16.5t94.5 -49.5t63 -83t23 -117zM292 896q59 0 102.5 -20t74 -54t49 -78.5t29 -94t14 -100.5t3.5 -97q0 -47 -5 -99t-17 -102t-33 -95.5t-53.5 -80t-77 -55t-104.5 -20.5q-57 0 -99.5 19.5t-73 52.5t-50 76.5t-31 91.5t-16 97t-4.5 94q0 48 4.5 101.5t16 105t32.5 98.5t53.5 82.5t78 56.5t107.5 21zM283 85q42 0 71.5 18t49.5 48t32 67.5t18 77.5t7.5 78t1.5 68q0 29 -1.5 67.5t-7 80t-17 81t-31 71t-48.5 51t-71 19.5q-44 0 -74.5 -19.5t-51 -51t-32.5 -71.5t-18 -82t-7.5 -81.5t-1.5 -70.5q0 -30 1.5 -68t8 -77t18 -76t32 -66t50 -46.5t71.5 -17.5z" + }, + { + Name: "RewindOneX", + Code: "E445", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM858 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindOneFiveX", + Code: "E446", + Path: "M1024 1535v-517l-644 520l644 515v-512l640 512v-1035zM1536 1787l-312 -250l312 -251v501zM896 1286v501l-312 -250zM346 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM575 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1287 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-46.5 11t-41.5 19.5v107q42 -27 87.5 -42.5t95.5 -15.5q44 0 82 12.5t66 37t44 60.5t16 82q0 51 -18.5 86t-49.5 57t-72 31.5t-86 9.5q-36 0 -75 -1t-74 -7l30 442h408v-91h-320l-18 -258q20 0 40.5 1.5t40.5 1.5q63 0 117.5 -16.5t94.5 -49.5t62.5 -83t22.5 -117zM1947 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 76.5 -133.5t74.5 -135.5h2l160 269h113z" + }, + { + Name: "RewindTwoX", + Code: "E447", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM562 90h439v-90h-544v44q0 25 2.5 50t9.5 49q15 55 50.5 96.5t79 76.5t90.5 68t86 71t64 85t25 110q0 75 -43.5 118t-118.5 43q-30 0 -59.5 -8.5t-56.5 -23.5t-51.5 -34.5t-43.5 -41.5v108q47 47 102 66t121 19q54 0 100.5 -16t80.5 -46t53 -74t19 -101q0 -83 -30 -141t-75 -102t-97.5 -78.5t-97.5 -70.5t-75 -77.5t-30 -99.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindFourX", + Code: "E448", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM909 896v-592h115v-93h-115v-211h-101v211h-421v88q59 66 116.5 137.5t111 146.5t100.5 153.5t85 159.5h109zM808 304v439q-66 -118 -143.5 -225.5t-162.5 -213.5h306zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindEightX", + Code: "E449", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM1012 256q0 -61 -22.5 -108.5t-60.5 -80.5t-89 -50t-109 -17q-57 0 -108.5 17t-89.5 50t-60.5 80.5t-22.5 108.5q0 38 12 73.5t33 65.5t50.5 53t64.5 37q-54 30 -88.5 78t-34.5 112q0 51 20 92t53.5 69.5t78 44t92.5 15.5t92.5 -15.5t78 -44t53.5 -69.5t20 -92q0 -63 -34.5 -111.5t-87.5 -78.5q34 -14 63.5 -37.5t50.5 -53.5t33 -65.5t12 -72.5zM732 522q30 0 56 11.5t45.5 31.5t31 46t11.5 56t-11 56.5t-30.5 46t-45.5 31t-57 11.5q-32 0 -58 -11t-45.5 -30t-30 -46t-10.5 -58q0 -30 11 -56.5t30.5 -46t46 -31t56.5 -11.5zM906 264q0 38 -13 70.5t-36 56t-55 37t-70 13.5t-70 -13.5t-55.5 -37t-36.5 -56t-13 -70.5q0 -81 47 -128.5t128 -47.5q39 0 71 13t55 36t35.5 55.5t12.5 71.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "LockShare", + Code: "E455", + Path: "M1629 259l-90 90l162 163h-293q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20h293l-162 163l90 90l317 -317zM1152 0v128h640v-128h-640zM384 1024v-896h640v-128h-768v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256v-128h-1408zM640 1526v-374h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5z" + }, + { + Name: "FabricFolderLink", + Code: "E45C", + Path: "M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v128h256v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-445q-71 -45 -128 -107v936q0 26 10 49.5t27.5 41t41 27.5t49.5 10h736q37 0 69 -13.5t58.5 -36t48.5 -50.5t39 -58q13 -23 25.5 -41.5t27.5 -31t35 -19t49 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM640 64q0 -26 -19 -45t-45 -19h-128q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35h128q26 0 45 -19t19 -45t-19 -45t-45 -19h-128q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h128q26 0 45 -19t19 -45zM1088 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35h-128q-26 0 -45 19t-19 45t19 45t45 19h128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-128q-26 0 -45 19t-19 45t19 45t45 19h128zM384 448q0 26 19 45t45 19h640q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45z" + }, + { + Name: "LightningBoltSolid", + Code: "E45F", + Path: "M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719z" + }, + { + Name: "Gather", + Code: "E460", + Path: "M0 128v512h512v-512h-512zM128 512v-256h256v256h-256zM1536 1408h512v-896h-512v896zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM0 768v512h512v-512h-512zM128 1152v-256h256v256h-256zM0 1408v512h512v-512h-512zM128 1792v-256h256v256h-256zM1001 1187l90 90l317 -317l-317 -317l-90 90l163 163h-524v128h524z" + }, + { + Name: "AssignPolicy", + Code: "E461", + Path: "M384 1024v-768h128v-128h-256v1920h1536v-1024h-1408zM384 1920v-768h1280v768h-1280zM1152 1536v128h128v-256h-512v256h128v-128h256zM640 896h1408v-896h-1408v896zM1851 768h-1014l507 -262zM768 128h1152v539l-576 -297l-576 297v-539z" + }, + { + Name: "CalculatorGroup", + Code: "E462", + Path: "M1024 768v128h128v-128h-128zM1024 512v128h128v-128h-128zM1408 256v128h128v-128h-128zM1408 512v128h128v-128h-128zM1024 256v128h128v-128h-128zM1536 2048v-128h-1280v-1664h-128v1792h1408zM768 896v-128h-128v128h128zM768 640v-128h-128v128h128zM768 384v-128h-128v128h128zM384 1792h1408v-1792h-1408v1792zM1664 128v1536h-1152v-1536h1152zM1536 1536v-384h-896v384h896zM1408 1280v128h-640v-128h640zM1408 768v128h128v-128h-128z" + }, + { + Name: "MobileAngled", + Code: "E463", + Path: "M2048 0h-129l-127 974q-3 26 -10.5 52.5t-26.5 45.5l-447 444l33 -398l88.5 -88.5t87.5 -88.5l-90 -90l-370 369q-28 28 -67 28q-19 0 -36 -7.5t-30 -20.5t-20.5 -30t-7.5 -36q0 -39 28 -67l164 -165v-154q0 -66 23.5 -123t65 -99.5t98 -68t121.5 -28.5q0 -3 -0.5 -6t-0.5 -6q0 -16 2 -35t4.5 -38.5t4.5 -38.5t2 -35q0 -35 -13.5 -64.5t-36 -51t-53 -34t-64.5 -12.5h-1086q-32 0 -60.5 11t-49.5 31t-33 47.5t-12 60.5q0 7 0.5 13t1.5 13l237 1524q4 23 19 40t35.5 28.5t44 17.5t43.5 6h766q20 0 43 -5.5t43 -17t34 -29t16 -40.5l9 -115l552 -550q36 -36 52 -79.5t23 -93.5zM1201 1258l-44 533q-3 1 -10 1h-766q-5 0 -9.5 -1t-9.5 -2l-234 -1505v-6q0 -11 8 -16.5t19 -5.5h1086q14 0 26.5 8t12.5 24q0 13 -1 26.5t-3 26.5q-52 15 -97.5 42t-83.5 64t-66.5 82t-45.5 96q-16 46 -19.5 89t-3.5 89v67l-127 126q-32 32 -48.5 72.5t-16.5 85.5q0 46 17.5 86.5t47.5 70.5t70.5 47.5t86.5 17.5q37 0 65.5 -9t52.5 -25t46 -37.5t47 -46.5zM576 384v128h256v-128h-256z" + }, + { + Name: "CopyEdit", + Code: "E464", + Path: "M1792 128v260l128 129v-517h-515l127 128h260zM1408 1152v384h-640v-1388q0 -1 -5.5 -22.5t-12 -48t-12.5 -50t-7 -27.5h-91v384h-512v1664h859l384 -384h128l355 -355q-82 0 -153 -29l-165 165v-165h165q-28 -12 -49 -25.5t-39 -29t-36 -34t-39 -39.5h-130zM640 1664h549l-256 256h-677v-1408h384v1152zM2048 954q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51z" + }, + { + Name: "EntityExtraction", + Code: "E467", + Path: "M1243 2048l549 -549v-1499h-1664v2048h1115zM1280 1829v-293h293zM256 128h1408v1280h-512v512h-896v-1792zM768 1664v-128h-384v128h384zM768 1280v-128h-384v128h384zM384 384v128h384v-128h-384zM896 1024v-128h-512v128h512zM1024 896v128h512v-128h-512zM1152 1280v-128h-256v128h256zM1280 1152v128h256v-128h-256zM640 768v-128h-256v128h256zM1024 768v-128h-256v128h256zM896 384v128h256v-128h-256zM1280 384v128h256v-128h-256zM1152 640v128h384v-128h-384z" + }, + { + Name: "MostySunnyDay", + Code: "E468", + Path: "M1024 2048v-384h-128v384h128zM896 128v384h128v-384h-128zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM236 454l271 272l91 -91l-272 -271zM1828 1472q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-421q-11 -83 -50.5 -153.5t-99 -121.5t-135 -80t-158.5 -29q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35q48 0 94 -10t90 -29q31 19 66 29t71 10q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM960 768q57 0 109 19t93.5 53t70.5 81t41 103q-52 1 -97.5 21.5t-79.5 55.5t-53.5 81t-19.5 98q0 30 7 59t20 56q-23 6 -45.5 9.5t-45.5 3.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1824 1152q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z" + }, + { + Name: "PartlySunnyDay", + Code: "E469", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-704q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5h9.5t9.5 -1q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM960 1408q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5zM992 512q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67 -32.5t-55 -50.5t-39.5 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h704zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271z" + }, + { + Name: "IntermittentCloudsDay", + Code: "E46A", + Path: "M1024 2048v-384h-128v384h128zM1536 1024v128h384v-128h-384zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1828 1728q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-459q43 -92 43 -192q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35q16 0 32 -1.5t32 -3.5q0 54 19.5 101.5t54 83t81.5 56t102 20.5q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 55 -18.5 107t-53.5 95q-42 13 -77 38t-60 60q-54 20 -111 20q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1824 1408q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544zM804 576q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20 99t55 81.5t81 55t99 20.5h2q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM800 256q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z" + }, + { + Name: "HazyDay", + Code: "E46B", + Path: "M1024 2048v-384h-128v384h128zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1684 1722l-271 -272l-91 91l272 271zM2048 704q0 -26 -19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h199l-4 3q-32 30 -56 67t-41 78t-25.5 84.5t-8.5 87.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -16 -1.5 -32t-3.5 -32h325q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h442q6 31 6 64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1024q26 0 45 -19t19 -45zM1600 512q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h896z" + }, + { + Name: "Showers", + Code: "E46C", + Path: "M896 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1280 768l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "MostyCloudyShowersDay", + Code: "E46D", + Path: "M896 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1280 768l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25zM256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181z" + }, + { + Name: "PartlySunnyShowersDay", + Code: "E46E", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-114q-11 34 -27 65t-32 63h173q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h45q-16 -32 -31.5 -62.5t-26.5 -64.5q-57 3 -107.5 26.5t-87.5 62t-58.5 89.5t-21.5 109q0 60 22.5 112.5t61.5 91.5t91 61.5t111 22.5q5 0 10.5 -0.5t10.5 -0.5q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 73 50.5t55.5 67.5t35 80t12.5 88q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM576 640l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61z" + }, + { + Name: "MostyCloudyTStormsDay", + Code: "E46F", + Path: "M256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM1472 640l-640 -640l256 512h-224l192 384h224l-128 -256h320z" + }, + { + Name: "PartlySunnyTStormsDay", + Code: "E470", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128h96q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -45 23.5 -82t62.5 -57l-56 -117q-36 19 -65 46t-50 60t-32 71t-11 79q0 60 22.5 112.5t61.5 91.5t91 61.5t111 22.5q5 0 10.5 -0.5t10.5 -0.5q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM696 768l-120 -256h256l-520 -512l200 384h-192l184 384h192z" + }, + { + Name: "MostyCloudyFlurriesDay", + Code: "E471", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM1318 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55zM256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181z" + }, + { + Name: "PartlySunnyFlurriesDay", + Code: "E472", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128h96q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -29 9.5 -54t27 -45.5t41 -34t50.5 -19.5v-132q-54 6 -101 30.5t-81.5 63t-54 87.5t-19.5 104q0 59 22.5 111.5t60.5 91.5t89.5 62t110.5 23h12t12 -1q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM806 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55z" + }, + { + Name: "Ice", + Code: "E473", + Path: "M1152 448l192 320l192 -320l-192 -320zM640 320l192 320l192 -320l-192 -320zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -57 19 -109t53 -93.5t81 -70.5t103 -40v-128q-82 12 -152.5 51t-122 98t-80.5 134t-29 158q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "Sleet", + Code: "E474", + Path: "M1344 640q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -61 21.5 -115.5t60 -96.5t90.5 -69.5t112 -34.5q-18 -27 -31 -57.5t-20 -62.5q-78 16 -144 56t-114.5 98t-75.5 130t-27 152q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM832 384q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15z" + }, + { + Name: "FreezingRain", + Code: "E475", + Path: "M1152 448l192 320l192 -320l-192 -320zM832 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25l-61 -122q-83 11 -154 50t-122.5 98.5t-81 134.5t-29.5 159q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "MostyClearNight", + Code: "E476", + Path: "M768 1536q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5q31 0 61.5 2t61.5 6q-68 -120 -164 -216.5t-211.5 -164t-246.5 -103.5t-269 -36q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261zM1658 392q-145 17 -276.5 67.5t-244.5 129t-205 182t-157 225t-100 258t-35 282.5q0 162 45 317q-126 -51 -229 -136t-175.5 -193.5t-112.5 -236t-40 -263.5q0 -124 32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32q181 0 343.5 68t290.5 196zM1828 1472q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20.5 100t55.5 81.5t81.5 54.5t99.5 20q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM1824 1152q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z" + }, + { + Name: "PartlyClearNight", + Code: "E477", + Path: "M1984 608q0 -36 -11 -69.5t-31 -61t-48 -48.5t-62 -33q-73 -94 -163.5 -167.5t-194 -124.5t-217.5 -77.5t-233 -26.5q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -161 48 -311.5t142 -281.5q20 8 45.5 12.5t49.5 4.5h11t11 -1q26 45 62 81t79 60.5t91.5 38t100.5 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5zM1056 832q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h704q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67 -32.5t-55 -50.5t-39.5 -65.5l-21 -52q-23 6 -47 13t-47 7zM128 1024q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32q177 0 338.5 66t287.5 190h-594q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 57 21.5 109t61.5 93q-103 146 -157 314.5t-54 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263z" + }, + { + Name: "IntermittentCloudsNight", + Code: "E478", + Path: "M896 1536q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5q31 0 61.5 2t61.5 6q-68 -120 -164 -216.5t-211.5 -164t-246.5 -103.5t-269 -36q-130 0 -255 32.5t-239 95.5h-402q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 46 15.5 87.5t43 75t65 56.5t82.5 32q-38 93 -58 191t-20 198q0 129 31 250.5t88.5 229t138.5 199t181 161.5t216.5 115t245.5 61q-65 -115 -99 -243t-34 -261zM128 384q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h544q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1152 128q89 0 175.5 17.5t167.5 51.5t154.5 83t136.5 112q-145 17 -276.5 67.5t-244.5 129t-205 182t-157 225t-100 258t-35 282.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -166 61 -323q42 32 92 49.5t103 17.5q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5q46 -1 86 -19t70 -48t47 -70.5t17 -86.5q0 -59 -29 -110.5t-80 -81.5q117 -32 237 -32zM1280 1280q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20.5 100t55.5 81.5t81.5 54.5t99.5 20q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544zM1280 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5z" + }, + { + Name: "HazyNight", + Code: "E479", + Path: "M1984 768q26 0 45 -19t19 -45t-19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h1536zM1600 512q26 0 45 -19t19 -45t-17 -44t-43 -20q-133 -123 -299 -188t-347 -65q-132 0 -254.5 34t-229 96.5t-194 150t-150 194t-96.5 229t-34 254.5q0 121 29 234.5t82.5 214.5t129.5 186.5t169.5 151t203 107.5t229.5 57q-61 -109 -92.5 -228t-31.5 -244q0 -146 43 -284.5t126 -259.5h840q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 23 9 36t23.5 19t31.5 7.5t34 1.5q-72 125 -109.5 262.5t-37.5 281.5q0 72 9.5 143t27.5 140q-114 -49 -206 -128t-157.5 -178.5t-101 -215.5t-35.5 -240q0 -114 29.5 -220t84 -198.5t130 -168t168 -130t198.5 -84t220 -29.5q116 0 227 32t210 93h-691q-26 0 -45 19t-19 45t19 45t45 19h896z" + }, + { + Name: "PartlySunnyShowersNight", + Code: "E47A", + Path: "M1787 830q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-114q-11 34 -27 65t-32 63h173q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-80 0 -143 -43.5t-94 -116.5q-5 -13 -10.5 -26t-10.5 -26q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h45q-16 -32 -31.5 -62.5t-26.5 -64.5q-57 3 -107.5 26.5t-87.5 62t-58.5 89.5t-21.5 109q0 57 21.5 109t60.5 93q-103 146 -156.5 314.5t-53.5 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32h21t21 1q21 -36 50.5 -66t65.5 -51q-78 -12 -158 -12q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -160 48 -311t141 -282q48 17 96 17q5 0 10.5 -0.5t11.5 -0.5q25 45 61 81t79 60.5t92 38t101 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128zM1344 640l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61z" + }, + { + Name: "MostyCloudyTStormsNight", + Code: "E47B", + Path: "M1787 830q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128q12 0 25 -0.5t27 -0.5q25 0 50 3t45 12.5t32.5 29t12.5 52.5t-12.5 52t-32.5 29t-45 13t-50 3q-14 0 -27 -0.5t-25 -0.5v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-80 0 -142.5 -43.5t-94.5 -116.5q-5 -13 -10.5 -26t-10.5 -26q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -45 23.5 -82t62.5 -57l-56 -117q-36 19 -65 46t-50 60t-32 71t-11 79q0 57 21.5 109t60.5 93q-103 146 -156.5 314.5t-53.5 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -118 29.5 -228t83.5 -207t130 -178t169 -141t201 -96.5t226 -43.5l-63 -123q-129 15 -246 60t-217.5 115t-182 161.5t-139 199.5t-88.5 230t-31 251t31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -160 48 -311t141 -282q48 17 96 17q5 0 10.5 -0.5t11.5 -0.5q25 45 61 81t79 60.5t92 38t101 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128zM1464 768l-120 -256h256l-520 -512l200 384h-192l184 384h192z" + }, + { + Name: "PartlySunnyTStormsNight", + Code: "E47C", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17q47 17 96 25.5t99 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38q56 38 120 58t132 20q74 0 147 -25zM1472 640l-640 -640l256 512h-224l192 384h224l-128 -256h320z" + }, + { + Name: "MostyCloudyFlurriesNight", + Code: "E47D", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17q47 17 96 25.5t99 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38q56 38 120 58t132 20q74 0 147 -25zM1318 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55z" + }, + { + Name: "Sharepoint2013LogoInverse", + Code: "E480", + Path: "M64 257v1528l1152 207v-1936zM392 1179q0 -57 19 -95.5t47.5 -66t61.5 -47t61.5 -38.5t47.5 -39.5t19 -50.5q0 -19 -7 -31.5t-19 -19.5t-27 -10t-31 -3q-47 0 -85.5 22.5t-70.5 54.5l-14 -6v-160l4 -7q40 -29 89.5 -40t98.5 -11q53 0 96.5 14t74 42t47.5 69.5t17 96.5q0 59 -20 98.5t-50 68t-64.5 48t-64.5 38t-50 39.5t-20 51q0 20 8 33.5t21 21.5t29.5 11.5t33.5 3.5q36 0 71 -11.5t63 -34.5l13 7v159l-5 7q-24 11 -57 16.5t-59 5.5q-25 0 -49 -1.5t-48 -6.5q-85 -19 -133 -80t-48 -148zM1884 1213q35 -5 65 -21.5t52 -42t34.5 -57.5t12.5 -68t-12.5 -68t-34.5 -57.5t-52 -42t-65 -21.5q-40 -98 -114.5 -173t-173.5 -114q4 -16 4 -36q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-35 0 -68.5 13t-59.5 37v284q26 24 59.5 37t68.5 13q38 0 73.5 -14.5t61.5 -41.5q75 27 133.5 80.5t92.5 125.5q-48 24 -76.5 70t-28.5 100t28.5 100t76.5 70q-34 72 -92.5 125.5t-133.5 80.5q-26 -27 -61.5 -41.5t-73.5 -14.5q-35 0 -68.5 13t-59.5 37v284q26 24 59.5 37t68.5 13q40 0 75 -15t61 -41t41 -61t15 -75q0 -20 -4 -36q99 -39 173.5 -114t114.5 -173z" + }, + { + Name: "OutlookSpacesBucket", + Code: "E481", + Path: "M1472 2048q40 0 75 -15t61 -41t41 -61t15 -75v-1664q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1664q0 40 15 75t41 61t61 41t75 15h1024zM1536 192v1664q0 26 -19 45t-45 19h-1024q-26 0 -45 -19t-19 -45v-1664q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45zM512 1024v768h896v-768h-896zM640 1664v-512h640v512h-640zM512 256v640h896v-640h-896zM640 768v-384h640v384h-640z" + }, + { + Name: "CaretSolidAlt", + Code: "E483", + Path: "M640 1755l731 -731l-731 -731v1462z" + }, + { + Name: "PowerVirtualAgentsLogo", + Code: "E484", + Path: "M1899 2048q31 0 58 -12t47 -32t32 -47t12 -58v-854q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-214q-8 0 -14.5 -6.5t-6.5 -14.5v-342q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-584q-9 0 -15 -6l-350 -350q-15 -15 -34 -23.5t-41 -8.5t-41.5 8.5t-34 22.5t-23 33.5t-8.5 42.5v260q0 8 -6.5 14.5t-14.5 6.5h-214q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v854q0 31 11.5 58t32 47t47.5 32t58 12h235v363q0 31 11.5 58t32 47t47.5 32t58 12h1366zM1510 512l-378 378q-6 6 -15 6h-584q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v363h-235q-8 0 -14.5 -6.5t-6.5 -14.5v-854q0 -8 6.5 -14.5t14.5 -6.5h214q31 0 58 -12t47 -32t32 -47t12 -58v-209l314 314q44 44 105 44h579zM1920 1045v363h-1408v-363q0 -8 6.5 -14.5t14.5 -6.5h584q29 0 56.5 -11.5t48.5 -32.5l314 -314v209q0 31 11.5 58t32 47t47.5 32t58 12h214q8 0 14.5 6.5t6.5 14.5zM1920 1536v363q0 8 -6.5 14.5t-14.5 6.5h-1366q-8 0 -14.5 -6.5t-6.5 -14.5v-363h1408z" + }, + { + Name: "FluidLogo", + Code: "E48A", + Path: "M768 384v-128h-256q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v768h128v-768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h256zM768 1664v128h768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-256h-128v256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-768zM640 1600q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 40 15 75t41 61t61 41t75 15h256q40 0 75 -15t61 -41t41 -61t15 -75v-256zM128 1600q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v256q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45v-256zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-640q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v640q0 53 20 99.5t55 81.5t81.5 55t99.5 20h640zM1920 256v640q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-640q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-640q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640q27 0 50 10t40.5 27.5t27.5 40.5t10 50z" + }, + { + Name: "FormProcessing", + Code: "E48B", + Path: "M1499 2048l549 -549v-1499h-1536v2048h987zM1536 1829v-293h293zM640 128h1280v1280h-512v512h-768v-1792zM0 128v1792h384v-128h-256v-1536h256v-128h-384zM768 640v128h768v-128h-768zM1664 640v128h128v-128h-128zM768 896v128h768v-128h-768zM1152 1664v-128h-384v128h384zM1664 896v128h128v-128h-128z" + }, + { + Name: "CategoryClassification", + Code: "E48C", + Path: "M1371 2048l549 -549v-1499h-1664v896h128v-768h1408v1280h-512v512h-896v-128h-128v256h1115zM1408 1829v-293h293zM640 384v128h896v-128h-896zM677 768l-256 256h-293v640h896v-640h-256v-256h768v-128h-896v128h37zM256 1536v-384h219l165 -165v165h256v384h-640zM507 1306l-14 -14q-9 -6 -21.5 -9t-23.5 -3v43h-64v85h128v-85q0 -4 -2 -8.5t-3 -8.5zM704 1280v43h-64v85h128v-85q0 -4 -2 -8.5t-3 -8.5l-14 -14q-9 -6 -21.5 -9t-23.5 -3z" + }, + { + Name: "PhishingCampaign", + Code: "E48D", + Path: "M1792 1792h256v-897q-27 37 -59 69.5t-69 59.5v504l-149 -74q-23 62 -67 109l201 101h-1506l753 -376l8 3q5 -32 16 -63t28 -58l-52 -26l-768 384v-760h512v-128h-640v256h-256v1152h1792v-256zM128 1024h128v768h1408v128h-1536v-896zM2048 512q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-110 162.5t-40.5 199v256l256 -256h-128q0 -79 30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149q0 67 -17.5 119t-46.5 93.5t-67 74.5t-79.5 63.5t-84.5 60.5t-80.5 64t-68 75.5t-48.5 94.5q-32 7 -59.5 25t-47 43t-30.5 55.5t-11 63.5q0 39 15 74t41.5 61.5t61.5 41.5t74 15t74 -15t61.5 -41.5t41.5 -61.5t15 -74q0 -54 -28.5 -100t-76.5 -71q19 -40 50 -72t68.5 -61.5t80 -58t83.5 -61t78.5 -71t66 -87.5t45.5 -110.5t17 -139.5z" + }, + { + Name: "PhishingHook", + Code: "E48E", + Path: "M1664 704q0 -97 -25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187v448l384 -384h-256v-64q0 -119 45.5 -224t123.5 -183t183 -123.5t224 -45.5t224 45.5t183 123.5t123.5 183t45.5 224q0 125 -51.5 238.5t-145.5 195.5q-72 63 -144.5 126t-144.5 126q-63 54 -101.5 128t-49.5 156q-59 20 -95 70t-36 112q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -60 -34 -109t-90 -71q9 -56 36.5 -104t69.5 -85l289 -252q57 -50 102 -110.5t76 -128.5t47 -142t16 -150zM960 1920q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "SecurityTest", + Code: "E48F", + Path: "M128 1666v-386q0 -114 27 -219.5t75.5 -202t114.5 -184.5t144 -166.5t165 -147t176 -127.5q-21 -51 -21 -105q0 -19 3 -38q-104 65 -205 142t-191 165.5t-166.5 188.5t-132 210.5t-86.5 231.5t-31 252v512q83 0 161 6t153 22t147 45t143 76q83 54 169.5 78.5t185.5 24.5q100 0 187 -25t171 -79q71 -46 143 -75t146.5 -45t152.5 -22t161 -6v-512h-128v386q-103 5 -186 25.5t-154 48.5t-132 59.5t-119.5 57.5t-117 43.5t-123.5 17.5q-66 0 -124.5 -17.5t-117 -43.5t-119.5 -57.5t-131.5 -59.5t-154 -48.5t-185.5 -25.5zM1977 128q0 -26 -10.5 -49t-28 -40.5t-40.5 -28t-49 -10.5h-754q-26 0 -49 10.5t-40.5 28t-28 40.5t-10.5 49q0 23 19.5 73.5t49.5 114.5t67 135t72 135.5t63 117t42 79.5v241h-128v128h640v-128h-128v-241q13 -27 41.5 -79.5t63.5 -117t72 -135.5t67 -135t49.5 -114.5t19.5 -73.5zM1536 1024h-128v-271l-185 -369h498l-185 369v271z" + }, + { + Name: "OfficeCatchUp", + Code: "E490", + Path: "M1152 1920l512 -512v-1280h-1408v640h128v-512h1152v1024h-512v512h-640v-343l-121 -266h-7v737h896zM1152 1408h332l-332 332v-332zM544 1106l-96 -211h-320v128h238l178 391l297 -650l140 259h299v-128h-222l-226 -418z" + }, + { + Name: "DynamicList", + Code: "E491", + Path: "M0 2048h2048v-2048h-2048v2048zM640 128v512h-512v-512h512zM640 768v1152h-512v-1152h512zM1920 128v512h-1152v-512h1152zM1920 768v1152h-1152v-1152h1152z" + }, + { + Name: "GroupRemove", + Code: "E495", + Path: "M1251 714q34 -17 64 -37l-94 -93q-45 27 -95 41.5t-102 14.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q27 40 62 72t76 54t87.5 34t94.5 12t94 -12t87.5 -34t76.5 -54t62 -72q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-115.5 -136.5zM1536 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1955 637l90 -91l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227z" + }, + { + Name: "ReceiptProcessing", + Code: "E496", + Path: "M1408 1664v-128h-768v128h768zM1152 1280v-128h-512v128h512zM1152 1024v-128h-512v128h512zM1152 768v-128h-512v128h512zM1280 1152v128h128v-128h-128zM1280 896v128h128v-128h-128zM1280 640v128h128v-128h-128zM1664 512h384l-3 -70q-2 -46 -7.5 -90t-18.5 -89q-12 -40 -31.5 -82t-47.5 -78.5t-64 -63.5t-79 -38q-1 0 -2 -0.5t-3 -0.5h-1019q-29 0 -62 10t-66 25t-62.5 33.5t-51.5 35.5q-72 57 -109.5 128.5t-37.5 164.5v1139h-384l1 69q2 98 23 177t66.5 136t117.5 90t176 39v1h903q71 0 138.5 -17t120.5 -54t85.5 -94t32.5 -137v-1234zM384 1664v256q-24 0 -50.5 -3.5t-52 -11t-49 -19.5t-40.5 -30q-22 -23 -35 -44.5t-19.5 -44.5t-8 -48t-1.5 -55h256zM791 122q68 0 127 26.5t106 74.5q58 60 110.5 135t81.5 154h320v1228q0 37 -14 70t-38.5 57.5t-57.5 38.5t-70 14h-844v-1522q0 -60 24 -110.5t71 -88.5q17 -14 39.5 -27.5t47 -24.5t50 -18t47.5 -7zM1781 128q2 0 6 2t8 5t7.5 6t4.5 4q24 21 44.5 49t36 59.5t24 65t8.5 65.5h-641q-7 -27 -28 -63t-48 -72.5t-55 -69t-48 -51.5h681z" + }, + { + Name: "InboxActive", + Code: "E497", + Path: "M1728 1248q8 0 16 1.5t16 1.5q3 -8 16 -46.5t30.5 -91.5t37.5 -113t37 -110.5t28 -84l11 -33.5v-644h-1920v644l10 30.5t27.5 82.5t40.5 121.5t49.5 148.5t54.5 163.5t55.5 166t52 155.5t44 132.5l32.5 97.5t17 50h906q-14 -31 -22 -63t-13 -65h-779l-341 -1024h418l128 -256h560l128 256h418l-164 493q26 -6 52.5 -9.5t53.5 -3.5zM1792 256v384h-344l-128 -256h-720l-128 256h-344v-384h1664zM1728 2048q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25z" + }, + { + Name: "RingerActive", + Code: "E498", + Path: "M1664 1254v-742h128v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q130 0 248 -50q-10 -32 -16 -65t-7 -67q-53 26 -109.5 40t-115.5 14q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h1024v768q0 2 -0.5 4.5t-0.5 4.5q31 -14 63.5 -22t65.5 -13zM1024 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1728 2048q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25z" + }, + { + Name: "PopExpand", + Code: "E49A", + Path: "M1792 256v640h128v-768h-1792v1792h768v-128h-640v-1536h1536zM1152 1920h768v-768h-128v549l-723 -722l-90 90l722 723h-549v128z" + }, + { + Name: "FlowTemplate", + Code: "E49C", + Path: "M896 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1408 2048v-128h-128v128h128zM1536 1408v-128h-128v128h128zM1536 1664v-128h-128v128h128zM1408 1024v128h128v-128h-128zM128 0v128h128v-128h-128zM384 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM1536 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM896 128v128h-128v-128h128zM1792 640v128h-128v-128h128zM128 768v-128h-128v128h128zM0 256h128v-128h-128v128zM128 1024v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 512v-128h-128v128h128z" + }, + { + Name: "TextDocumentSettings", + Code: "E4AA", + Path: "M1103 128q23 -37 52 -68.5t62 -59.5h-1089v2048h1115l549 -549v-494q-63 22 -128 29v374h-512v512h-896v-1792h847zM1280 1829v-293h293zM1152 831q-13 -15 -25.5 -30.5t-23.5 -32.5h-591v128h640v-65zM512 512v128h512v-60q0 -14 -4 -33.5t-6 -34.5h-502zM1408 1152v-128h-896v128h896zM1920 448q0 -31 -6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q18 25 39 47t47 39l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119l-124 -51q6 -30 6 -61zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "PowerAppsTemplate", + Code: "E4AC", + Path: "M896 2048v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1792v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM1408 1536v128h128v-128h-128zM1219 1084q0 27 17 47l165 207q11 14 26 21t32 7q37 0 59 -28l165 -207q16 -19 16 -47q0 -12 -4 -24t-12 -22l-165 -207q-22 -28 -59 -28q-17 0 -32 7t-26 21l-165 207q-17 20 -17 46zM0 256h128v-128h-128v128zM1210 112q0 -29 -16.5 -48t-34.5 -39q-22 -25 -56 -25q-17 0 -33 8t-27 22l-472 629q-15 19 -15 45q0 25 15 45l472 629q11 14 27 22t33 8q16 0 28.5 -5.5t22.5 -14.5t19 -20.5t19 -22.5q19 -22 19 -49t-18.5 -54.5t-40.5 -55t-40.5 -54.5t-18.5 -54q0 -25 16 -46l216 -283q15 -20 15 -45q0 -26 -15 -45l-216 -288q-15 -20 -15 -45q0 -28 18 -54.5t40 -53t40 -53t18 -53.5zM640 0v128h128v-128h-128zM2048 703q0 -12 -4 -24t-12 -22l-166 -207q-11 -13 -26 -20.5t-32 -7.5t-32 7.5t-26 20.5l-166 207q-17 20 -17 46q0 27 17 47l166 207q11 13 26 20.5t32 7.5t32 -7.5t26 -20.5l166 -207q16 -19 16 -47zM1699 322q0 -12 -4 -24t-12 -22l-165 -207q-22 -28 -59 -28q-17 0 -32 7t-26 21l-165 207q-17 20 -17 46q0 27 17 47l165 207q11 14 26 21t32 7q37 0 59 -28l165 -207q16 -19 16 -47zM640 2048v-128h-128v128h128zM128 512v-128h-128v128h128zM128 768v-128h-128v128h128zM128 0v128h128v-128h-128zM384 0v128h128v-128h-128zM384 2048v-128h-128v128h128z" + }, + { + Name: "TemporaryAccessPass", + Code: "E4AD", + Path: "M1184 1344q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62zM1696 1344q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62zM0 2048h2048v-1106q-29 34 -60.5 64t-67.5 56v858h-1792v-1152h787q-13 -31 -22 -63t-16 -65h-877v1408zM352 1344q0 33 12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62zM1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128z" + }, + { + Name: "ChoiceColumn", + Code: "E4AE", + Path: "M1771 1198l104 104q23 -67 34 -137t11 -141q0 -124 -32 -238t-90.5 -213.5t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5t32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32q168 0 322 -60.5t279 -173.5l-90 -90q-106 94 -237 145t-274 51q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 45 -5.5 88t-15.5 86zM621 1133l339 -339l979 979l90 -90l-1069 -1069l-429 429z" + }, + { + Name: "CtrlButton", + Code: "E4B8", + Path: "M592 1480q38 0 77 -5t74 -21v-103q-64 38 -140 38q-54 0 -96 -18t-71.5 -49.5t-45 -75.5t-15.5 -96q0 -49 14.5 -90.5t41.5 -72t67 -47.5t91 -17q41 0 80 9.5t74 32.5v-96q-41 -22 -86 -29.5t-90 -7.5q-70 0 -126 23t-95 64.5t-59.5 98.5t-20.5 126q0 73 23 134.5t66 106.5t103 70t134 25zM970 1423v-133h108v-79h-108v-224q0 -34 12.5 -54t50.5 -20q25 0 45 15v-81q-18 -9 -38.5 -11.5t-40.5 -2.5q-63 0 -96.5 30t-33.5 95v253h-75v79h75v104zM1396 1288q11 0 21.5 -1.5t20.5 -6.5v-97q-11 9 -25 12t-28 3q-30 0 -50 -15t-32 -37.5t-17.5 -49t-5.5 -50.5v-214h-102v448h102v-92h1q13 39 42 69.5t73 30.5zM1498 832v694h102v-694h-102zM1568 1792q73 0 137 -27.5t112 -75.5t75.5 -112t27.5 -137v-704q0 -73 -27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5h-1216q-73 0 -137 27.5t-112 75.5t-75.5 112t-27.5 137v704q0 73 27.5 137t75.5 112t112 75.5t137 27.5h1216zM1792 736v704q0 46 -17.5 87t-48 71.5t-71.5 48t-87 17.5h-1216q-46 0 -87 -17.5t-71.5 -48t-48 -71.5t-17.5 -87v-704q0 -46 17.5 -87t48 -71.5t71.5 -48t87 -17.5h1216q46 0 87 17.5t71.5 48t48 71.5t17.5 87z" + }, + { + Name: "DensityDefault", + Code: "E4B9", + Path: "M0 256v128h1536v-128h-1536zM1536 1408v-128h-1536v128h1536zM0 768v128h2048v-128h-2048zM0 1920h2048v-128h-2048v128z" + }, + { + Name: "DensityComfy", + Code: "E4BA", + Path: "M1536 1152v-128h-1536v128h1536zM0 1920h2048v-128h-2048v128zM0 256v128h2048v-128h-2048z" + }, + { + Name: "ODLink", + Code: "E4BB", + Path: "M569 1152h910q26 0 41.5 -20t15.5 -44t-15.5 -44t-41.5 -20h-910q-26 0 -41.5 20t-15.5 44t15.5 44t41.5 20zM896 576q0 -26 -19 -45t-45 -19h-256q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-256q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5h256q26 0 45 -19t19 -45zM2048 1088q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5h-256q-26 0 -45 19t-19 45t19 45t45 19h256q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-256q-26 0 -45 19t-19 45t19 45t45 19h256q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224z" + }, + { + Name: "ODLink12", + Code: "E4BC", + Path: "M853 597q0 -35 -25 -60t-60 -25h-171q-123 0 -232 47t-190 128t-128 190t-47 232q0 82 21.5 158.5t60 143t93 121t121 93.5t143 60.5t158.5 21.5h171q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25h-171q-88 0 -165.5 -33.5t-135.5 -91.5t-91.5 -136t-33.5 -166t33.5 -165.5t91.5 -135.5t135.5 -91.5t165.5 -33.5h171q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5zM2048 1109q0 -123 -47 -232t-128 -190t-190 -128t-232 -47h-171q-35 0 -60 25t-25 60q0 18 6.5 33.5t18 27t27 18.5t33.5 7h171q88 0 165.5 33.5t135.5 91.5t91.5 135.5t33.5 165.5t-33.5 166t-91.5 136t-135.5 91.5t-165.5 33.5h-171q-35 0 -60 25t-25 60q0 18 6.5 33.5t18 27t27 18.5t33.5 7h171q82 0 158.5 -21.5t143 -60.5t121 -93.5t93 -121t60 -143t21.5 -158.5zM512 1109q0 18 6.5 33.5t18 27t27 18.5t33.5 7h854q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25h-854q-35 0 -60 25t-25 60z" + }, + { + Name: "TableColumn", + Code: "E4BD", + Path: "M128 1792h1664v-1536h-1664v1536zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM1664 384v256h-384v-256h384zM1664 768v256h-384v-256h384zM1664 1152v256h-384v-256h384zM1664 1536v128h-1408v-128h1408z" + }, + { + Name: "CalculatedTable", + Code: "E4BE", + Path: "M1280 384v-128h-128v128h128zM896 1408h1152v-1408h-1152v1408zM1920 128v1152h-896v-1152h896zM1408 256v128h128v-128h-128zM1280 640v-128h-128v128h128zM1664 512v128h128v-128h-128zM1792 1152v-384h-640v384h640zM1664 896v128h-384v-128h384zM1664 256v128h128v-128h-128zM1408 512v128h128v-128h-128zM640 1664v-256h128v-128h-128v-256h128v-128h-128v-256h128v-128h-768v1536h1664v-512h-128v128h-384v-128h-128v128h-384zM512 640v256h-384v-256h384zM512 1024v256h-384v-256h384zM512 1408v256h-384v-256h384zM128 1792h1408v128h-1408v-128z" + }, + { + Name: "ColumnSigma", + Code: "E4BF", + Path: "M2048 896v-128h-477l252 -320l-252 -320h477v-128h-640v128l252 320l-252 320v128h640zM1280 1024v-640h126l-101 -128h-1177v1536h1664v-768h-512zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384z" + }, + { + Name: "ColumnQuestion", + Code: "E4C0", + Path: "M1280 1024v-640h232q-5 -26 -6.5 -52t-1.5 -52v-24h-1376v1536h1664v-742l-32 4t-32 2q-82 0 -160 -32h-288zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM1664 0v128h128v-128h-128zM1984 640q0 -59 -19 -96.5t-46.5 -66.5t-58.5 -56t-54 -65q-10 -16 -12.5 -33.5t-2.5 -34.5q0 -8 0.5 -16t0.5 -16h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5z" + }, + { + Name: "ColumnQuestionMirrored", + Code: "E4C1", + Path: "M1984 640h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -34 22 -63t51.5 -58t59 -61t45.5 -73q9 -25 11.5 -47.5t2.5 -46.5v-35h-128v32q0 17 -2.5 34.5t-11.5 33.5q-23 38 -54 65t-58.5 56t-46.5 66.5t-19 96.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1664 0v128h128v-128h-128zM1504 285v-29h-1376v1536h1664v-742l-32 4t-32 2q-39 0 -82 -8q-5 -1 -17.5 -5t-25.5 -8t-23.5 -7.5t-11.5 -3.5h-288v-640h128q23 -27 47 -50.5t49 -48.5zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384z" + }, + { + Name: "ColumnFunction", + Code: "E4C2", + Path: "M2048 691q0 -29 -21 -43.5t-47 -14.5q-17 0 -33.5 4.5t-32.5 9.5q-35 -31 -61.5 -70t-50.5 -79q6 -26 13.5 -64.5t21 -73.5t35.5 -60t58 -25q6 0 15.5 1t19.5 2.5t19 3.5t14 5l-9 -34q-32 -14 -62.5 -24t-65.5 -10q-20 0 -38 5.5t-31 21.5q-9 12 -18 34.5t-16.5 47.5t-13.5 49l-10 40q-11 -18 -27.5 -43.5t-35.5 -51.5t-39 -48t-36 -34q-28 -21 -63 -21q-25 0 -40.5 13t-15.5 39q0 30 21.5 45t48.5 15q17 0 33 -6t32 -11q33 32 60.5 68.5t50.5 76.5q-2 13 -10 45.5t-19 67t-23 63.5t-22 35t-21.5 8.5t-22.5 2.5q-16 0 -32.5 -3t-30.5 -9l9 34q7 3 23 9.5t33.5 12.5t33.5 11t24 5q31 0 51 -14t32 -36t19 -48.5t13 -51.5q3 -12 7 -26.5t4 -26.5q18 25 38.5 60t44.5 67.5t53.5 55t66.5 22.5q23 0 38.5 -14.5t15.5 -37.5zM1083 384l-27 -128h-928v1536h1664v-704q-26 35 -56 54t-72 30v236h-384v-256h161q-6 -3 -13 -5t-13 -5q-38 -18 -70.5 -45.5t-59.5 -60.5t-48.5 -70.5t-37.5 -75.5h-47v134h-384v-256h299l-16 -64l-16 -64h-267v-256h315zM1152 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1546 730l-11 -47h-128l-91 -424q-10 -45 -33.5 -91t-57.5 -83.5t-77.5 -61t-93.5 -23.5q-15 0 -30 3t-28 9.5t-21 18.5t-8 30q0 23 14 39t38 16q15 0 27 -7.5t22 -18.5t18 -24t14 -24q27 2 47 25t33.5 54t22 64t13.5 54l96 444h-101l11 46h99q7 34 15 65t23 63q15 33 38 63t52 53.5t63.5 37t72.5 13.5q15 0 30.5 -3t28.5 -9.5t21 -18.5t8 -30q0 -25 -13 -40.5t-39 -15.5q-18 0 -30 7t-20.5 18t-15.5 24t-15 26q-21 -2 -37.5 -16.5t-29 -37t-22 -50.5t-16.5 -55.5t-11.5 -52t-7.5 -40.5h130z" + }, + { + Name: "PhotoBlock", + Code: "E4C3", + Path: "M1664 1344q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM0 1792h2048v-936q-57 62 -128 107v701h-1792v-677l448 447l577 -577q-22 -24 -40.5 -50t-35.5 -54l-501 501l-448 -449v-421h870q4 -32 10.5 -64.5t17.5 -63.5h-1026v1536zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "EditTable", + Code: "E4C4", + Path: "M1280 895l-255 -255h-257v-384h-640v1536h1664v-485q-37 -5 -66.5 -15.5t-61.5 -30.5v147h-384v-256h257l-128 -128h-129v-129zM1152 1152v256h-384v-256h384zM640 384v256h-384v-256h384zM640 768v256h-384v-256h384zM640 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128zM768 1024v-256h384v256h-384zM2048 954q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51z" + }, + { + Name: "AddTable", + Code: "E4C6", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 768v-128h-256v-384h-1152v1536h1664v-1024h-128v256h-384v-256h256zM1664 1152v256h-384v-256h384zM640 384v256h-384v-256h384zM640 768v256h-384v-256h384zM640 1152v256h-384v-256h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128z" + }, + { + Name: "AddField", + Code: "E4C7", + Path: "M1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128zM0 1792h2048v-1024h-128v896h-1792v-1152h1152v-128h-1280v1408z" + }, + { + Name: "CloudEdit", + Code: "E4C8", + Path: "M897 512l-128 -128h-257q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 62 92.5 111t115 83.5t132 52.5t143.5 18q96 0 184.5 -30.5t161.5 -86t126.5 -132t80.5 -169.5q-32 -20 -58.5 -47.5t-52.5 -53.5q-11 84 -49.5 155.5t-97.5 124t-135 82t-160 29.5q-63 0 -121 -17t-109 -48.5t-93 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h385zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51z" + }, + { + Name: "CloudLink", + Code: "E4C9", + Path: "M1088 1536q-63 0 -121.5 -17t-109 -48.5t-92.5 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h108q9 -65 35 -128h-143q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 62 92.5 111t115 83.5t132 52.5t143.5 18q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -41 -9 -80q-26 23 -57 41.5t-63 32.5q0 2 0.5 3t0.5 3q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM1091 768q-40 0 -75 -15t-60.5 -41t-40 -61t-14.5 -75q0 -32 9.5 -60.5t27.5 -52.5t42.5 -42t54.5 -28q-3 -18 -5 -36.5t-2 -36.5q0 -15 1.5 -29.5t3.5 -28.5q-57 10 -104.5 39t-82 71t-53.5 94.5t-19 109.5q0 66 25 124t67.5 101.5t100.5 69t124 25.5h254q65 0 123 -25.5t101 -69.5t68 -102t25 -123q0 -57 -18.5 -108.5t-52.5 -93.5t-80.5 -71t-102.5 -40v133q28 10 51.5 28t40.5 41.5t26 52t9 58.5q0 40 -15 75t-40.5 61t-60 41t-74.5 15h-254zM1786 639q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5q0 -66 -25 -124.5t-68.5 -103t-102 -70t-124.5 -25.5h-256q-66 0 -124.5 25.5t-102 70t-68.5 103t-25 124.5q0 57 19 109.5t53 94.5t81 71.5t103 40.5v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -39 15 -74.5t41 -62.5t61 -42.5t75 -15.5h256q40 0 75 15.5t61 42t41 62t15 75.5q0 31 -10 60.5t-28 54t-42.5 43t-54.5 27.5q3 17 5 34.5t2 35.5q0 15 -2 30.5t-4 30.5z" + }, + { + Name: "ExternalUser", + Code: "E4CA", + Path: "M570 592q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM256 768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1536 1755l512 -512v-987h-128v933l-384 384l-384 -384v-933h-128v987zM1280 384v128h128v-128h-128zM1664 384v128h128v-128h-128zM1280 640v128h128v-128h-128zM1664 640v128h128v-128h-128zM1280 896v128h128v-128h-128zM1664 896v128h128v-128h-128z" + }, + { + Name: "OrderLock", + Code: "E4CB", + Path: "M1024 1280v-128h-384v128h384zM640 896v128h384v-128h-384zM1024 1536v-128h-384v128h384zM1664 1408h-512v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-337q-31 10 -63 16t-65 6v224zM1280 1829v-293h293zM1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM512 1280v-128h-128v128h128zM512 1536v-128h-128v128h128zM384 896v128h128v-128h-128z" + }, + { + Name: "MetricsUsage", + Code: "E4CC", + Path: "M128 878v-622h896q-11 -32 -17.5 -63t-10.5 -65h-996v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257zM2048 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -71 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM1792 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "MetricsInstall", + Code: "E4CD", + Path: "M1408 128h640v-128h-640v128zM1792 1024v-549l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v549h128zM128 878v-622h1152v-128h-1280v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257z" + }, + { + Name: "MetricsFailure", + Code: "E4CE", + Path: "M128 256h682q17 -34 36.5 -66t42.5 -62h-889v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257l-449 -449v-622zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 256v128h128v-128h-128zM1408 512v384h128v-384h-128z" + }, + { + Name: "CommunicationDetails", + Code: "E4CF", + Path: "M1280 896h-128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 98.5 -20.5t81.5 -55.5t55.5 -81.5t20.5 -98.5zM1536 896q0 105 -40.5 198t-110.5 163t-163 110.5t-198 40.5t-198.5 -40.5t-163 -110t-110 -163t-40.5 -198.5q0 -103 39 -196.5t111 -165.5l-91 -91q-91 93 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128zM390 262l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5t271.5 -36.5t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t37 -271.5h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -179 67.5 -343t194.5 -291zM1152 128v128h128v-128h-128zM1152 384v128h128v-128h-128zM1408 384v128h640v-128h-640zM1408 640v128h640v-128h-640zM1152 640v128h128v-128h-128zM1408 128v128h640v-128h-640z" + }, + { + Name: "CommunicationDetailsMirrored", + Code: "E4D0", + Path: "M2048 896h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -179 67.5 -343t194.5 -291l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5t271.5 -36.5t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t37 -271.5zM512 896q0 -103 39 -196.5t111 -165.5l-91 -91q-91 93 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128q0 105 -40.5 198t-110.5 163t-163 110.5t-198 40.5t-198.5 -40.5t-163 -110t-110 -163t-40.5 -198.5zM1280 896h-128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 98.5 -20.5t81.5 -55.5t55.5 -81.5t20.5 -98.5zM1920 384v128h128v-128h-128zM1152 128v128h640v-128h-640zM1920 128v128h128v-128h-128zM1920 640v128h128v-128h-128zM1152 640v128h640v-128h-640zM1152 384v128h640v-128h-640z" + }, + { + Name: "Variable3", + Code: "E4D1", + Path: "M421 1792v-112q-47 -1 -76 -18t-45 -45.5t-21 -67t-5 -81.5q0 -42 2.5 -86t2.5 -88q0 -45 -5 -87t-20 -77.5t-42 -62t-72 -40.5v-4q39 -11 65.5 -33.5t42.5 -52t22.5 -65t6.5 -72.5v-253q0 -40 5.5 -73t21 -56.5t44 -37t73.5 -14.5v-110q-93 1 -149 28t-85 71.5t-38 101.5t-9 119q0 45 2 88.5t2 85.5q0 45 -5 84t-20.5 69t-44 48.5t-74.5 21.5v102q46 3 74.5 21.5t43.5 49t20 70.5t5 85q0 40 -1.5 82.5t-1.5 84.5q0 62 8.5 120t38 103t85 72.5t149.5 28.5zM1262 1434h165l-313 -452l308 -442h-174q-57 90 -113.5 178.5t-110.5 179.5h-4q-55 -91 -113 -179.5t-116 -178.5h-172l318 439l-304 455h174q56 -94 111.5 -186.5t107.5 -188.5h4zM2048 1075v-102q-47 -3 -75 -21.5t-43.5 -48t-20.5 -69t-5 -84.5q0 -42 2 -86t2 -89q0 -62 -9 -119t-38 -101.5t-84.5 -71t-148.5 -27.5v110q44 1 72.5 14.5t44.5 37.5t22 57t6 72v253q0 37 6.5 72.5t22 65t42 52t65.5 33.5v4q-45 13 -72 39.5t-41.5 62t-19.5 77t-5 86.5t2 90t2 87q0 43 -5 81.5t-21 67t-44.5 45t-76.5 17.5v112q93 -1 148.5 -28t84.5 -72t38 -103t9 -120q0 -43 -2 -85.5t-2 -83.5q0 -45 5 -84.5t20.5 -70t43.5 -49t75 -21.5z" + }, + { + Name: "SettingsSecure", + Code: "E4D2", + Path: "M1024 1288q-55 0 -103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103q0 -62 27.5 -116.5t76.5 -91.5v-131q-49 23 -89 58.5t-68 80t-43.5 95.5t-15.5 105q0 78 29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5q50 0 97.5 -13t89.5 -37.5t77 -59.5t60 -78q-26 -9 -52 -21t-49 -27q-36 57 -95 90.5t-128 33.5zM782 146l146 234q13 -30 28.5 -58.5t33.5 -56.5h-2l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-115 -72h-7q-22 0 -43 3t-42 5q-14 9 -28 16.5t-28 15.5l123 77l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "LightningSecure", + Code: "E4D3", + Path: "M358 128l508 509q2 -40 8.5 -79t17.5 -77l-482 -481h-290l384 768h-447l640 1280h719l-384 -768h658l-47 -48q-27 5 -54 8t-55 3q-81 0 -150 -19.5t-138 -60.5q-7 -4 -24 -7.5t-24 -3.5h-373l384 768h-433l-512 -1024h447l-384 -768h31zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "MailSecure", + Code: "E4D4", + Path: "M0 1664h2048v-515h-128v251l-323 -161q-16 2 -31.5 3t-31.5 1q-79 0 -149.5 -19t-138.5 -61q-9 -5 -24 -8t-32 -4.5t-33 -1.5h-26l774 387h-1762l753 -384v-128l-768 376v-888h756q15 -67 42 -128h-926v1280zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "CloudSecure", + Code: "E4D5", + Path: "M884 512q15 -67 42 -128h-414q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157q81 -5 154.5 -38.5t130.5 -90.5q-20 0 -39.5 1.5t-39.5 5.5q-59 40 -135.5 63t-150.5 23q-11 0 -22 -0.5t-22 -1.5q-24 66 -65.5 120.5t-96.5 93t-120 60t-135 21.5t-135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h372zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "IoTSecure", + Code: "E4D6", + Path: "M768 1024q0 -58 25.5 -110t70.5 -88v-149q-44 21 -82 51.5t-67 69.5l-209 -105q6 -26 6 -53q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q56 0 105.5 -23t86.5 -65l210 105q-8 27 -13 54.5t-5 56.5q0 71 25.5 136.5t73.5 117.5l-123 153q-49 -23 -104 -23q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13.5 -81t-38.5 -72l123 -153q42 24 89 37t96 13q41 0 80 -8.5t76 -25.5l166 248q-32 35 -49 78.5t-17 91.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-22 0 -43 4t-41 11l-165 -248q20 -20 37 -42.5t31 -46.5q-30 -10 -55.5 -23t-53.5 -28q-2 -1 -3 -1t-3 -1q-35 55 -92.5 87t-123.5 32q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM512 1536q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM256 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "TestAdd", + Code: "E4DC", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1280 512v-384h256v-128h-1310q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q5 9 7.5 16t2.5 18v604h-128v128h768v-128h-128v-604q0 -11 2.5 -18.5t7.5 -16.5l374 -651v-118h-256zM410 640h972l-331 577q-13 23 -20 48t-7 51v604h-256v-604q0 -26 -7 -51t-20 -48z" + }, + { + Name: "WebAppBuilderFragmentLock", + Code: "E4DD", + Path: "M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM1590 1408h-364l-183 -320l183 -320h-74v-128l-256 448l256 448h512l250 -437q-24 18 -46 31t-44.5 22.5t-47.5 15.5t-55 10zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364zM768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364z" + }, + { + Name: "WebAppBuilderFragmentTest", + Code: "E4DE", + Path: "M1977 128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 31 14 57l299 598v241h-128v128h640v-128h-128v-241l299 -598q14 -26 14 -57zM1223 384h498l-185 369v271h-128v-271zM768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM1024 864l-128 224l256 448h512l146 -256h-147l-73 128h-364l-73 -128h-129v-416zM768 1024l242 -424l-172 -344q-2 -4 -3 -8.5t-3 -8.5l-64 -111h-512l-256 448l256 448h512zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364z" + }, + { + Name: "WebAppBuilderModuleLock", + Code: "E4DF", + Path: "M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM147 1024l439 -768h566v-128h-640l-512 896l512 896h1024l512 -896l-27 -46q-37 62 -81.5 102.5t-110.5 69.5l-367 642h-876z" + }, + { + Name: "WebAppBuilderModuleTest", + Code: "E4E0", + Path: "M1664 783l299 -598q14 -26 14 -57q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 31 14 57l299 598v241h-128v128h640v-128h-128v-241zM1223 384h498l-185 369v271h-128v-271zM147 1024l439 -768h252q-31 -62 -31 -128h-295l-512 896l512 896h1024l366 -640h-147l-293 512h-876z" + }, + { + Name: "TestRemove", + Code: "E4E1", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM1412 320l-227 -226l93 -94h-924q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q5 9 7.5 16t2.5 18v604h-128v128h768v-128h-128v-604q0 -11 2.5 -18.5t7.5 -16.5l229 -400l-94 -93l-246 429q-13 23 -20 48t-7 51v604h-256v-604q0 -26 -7 -51t-20 -48l-331 -577h740l-93 -93z" + }, + { + Name: "SamsungGallery", + Code: "E4E2", + Path: "M1434 2048q85 0 163.5 -22t146.5 -62t124 -96t96 -124t62 -146.5t22 -163.5v-820q0 -85 -22 -163.5t-62 -146.5t-96 -124t-124 -96t-146.5 -62t-163.5 -22h-820q-85 0 -163.5 22t-146.5 62t-124 96t-96 124t-62 146.5t-22 163.5v820q0 85 22 163.5t62 146.5t96 124t124 96t146.5 62t163.5 22h820zM1295 1016q33 21 73.5 33.5t82.5 21.5t84 17.5t79 23t66 38.5t46 63q15 34 15 71q0 40 -16.5 73t-44 57t-63 37.5t-72.5 13.5q-34 0 -65.5 -12.5t-61.5 -32t-59.5 -43.5t-59.5 -47.5t-61 -44t-64 -31.5q6 48 14.5 95.5t19.5 95.5q5 23 11 45t11 45q1 4 1 8v8q0 39 -15 74t-40.5 60.5t-60 40.5t-73.5 15q-26 0 -48 -1.5t-48 -11.5q-27 -10 -48.5 -27.5t-36.5 -40.5t-23.5 -49.5t-8.5 -54.5v-10.5t1 -10.5q5 -23 11 -44.5t11 -44.5q21 -93 33 -189q-34 11 -65 31.5t-61 44.5t-59 49t-59.5 45t-63 33t-68.5 13q-40 0 -76.5 -14.5t-64 -40.5t-44 -61t-16.5 -75q0 -64 36.5 -107t95.5 -61q37 -12 79 -20.5t83.5 -18.5t80.5 -23.5t71 -34.5q-33 -22 -73 -34t-83 -21.5t-85 -18.5t-79 -24t-66.5 -38.5t-45.5 -61.5q-8 -17 -11 -35t-3 -36q0 -39 16 -73.5t42.5 -60t61.5 -40.5t74 -15q55 0 102.5 27.5t92 64t90 72.5t98.5 53q0 -36 -9 -70.5t-19.5 -68.5t-19.5 -68.5t-9 -69.5q0 -42 15.5 -77.5t42.5 -60.5t63.5 -39t77.5 -14q21 0 40 1.5t39 9.5q27 10 48.5 28t37 40.5t23.5 49.5t8 55q0 36 -8.5 70.5t-18.5 69t-19 69t-9 70.5q49 -18 93 -53.5t87 -71t88.5 -62t99.5 -26.5q40 0 76.5 14t64 39.5t43.5 60t16 75.5q0 63 -35.5 105t-92.5 61q-38 12 -79.5 21t-82.5 19t-79.5 24.5t-71.5 38.5zM1024 1229q42 0 79.5 -16t65.5 -44t44 -65.5t16 -79.5t-16 -79.5t-44 -65.5t-65.5 -44t-79.5 -16t-79.5 16t-65.5 44t-44 65.5t-16 79.5t16 79.5t44 65.5t65.5 44t79.5 16z" + }, + { + Name: "PBIDirectQuery", + Code: "E4E9", + Path: "M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM128 384h896l128 -128h-1152v1664h1792v-1024h-128v640h-1536v-1152zM128 1792v-128h1536v128h-1536z" + }, + { + Name: "PBIDual", + Code: "E4EA", + Path: "M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM1280 930l-128 -128v266q-61 -24 -125 -34t-130 -10q-64 0 -130.5 10t-126.5 34v-342q0 -9 6 -14l12 -10q19 -17 49.5 -29t64 -19.5t66.5 -10.5t58 -3q55 0 104 10l-119 -119l18 -19h-3q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74v490q0 39 20.5 69t53.5 51t74.5 35t84.5 22.5t83 11.5t69 3t69 -3t82.5 -11t84 -22t74.5 -35t53 -51t20 -70v-286zM1152 1219q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-12 0 -34.5 -1.5t-49.5 -5t-56 -9t-53.5 -13t-42 -17.5t-22.5 -22q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5zM128 384h900l92 -92v-36h-1120v1664h1792v-1024h-128v640h-1536v-1152zM128 1792v-128h1536v128h-1536z" + }, + { + Name: "PBIImport", + Code: "E4EB", + Path: "M128 1920h1792v-1664h-1792v1664zM1792 384v1152h-1536v-1152h1536zM1792 1664v128h-1536v-128h1536zM640 726v490q0 39 20.5 69t53.5 51t75 35t84.5 22.5t82.5 11.5t69 3t69 -3t82.5 -11t84 -22t74.5 -35t53 -51t20 -70v-490q0 -41 -19.5 -73t-52 -56t-73.5 -40t-83.5 -26t-83.5 -14.5t-72 -4.5q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74zM1280 726v342q-61 -24 -125 -34t-130 -10q-64 0 -130.5 10t-126.5 34v-342q0 -8 6.5 -13.5t11.5 -10.5q19 -17 49 -29t64 -19.5t67 -10.5t58 -3t58 3t67 10.5t64 19t49 29.5l12 10t6 14zM767 1212q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-12 0 -34.5 -1.5t-49.5 -5t-56 -9t-53.5 -13t-42 -17.5t-22.5 -22z" + }, + { + Name: "PBILiveConnect", + Code: "E4EC", + Path: "M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM128 384h896l128 -128h-1152v1664h1664v-1024h-128v640h-1408v-1152zM128 1792v-128h1408v128h-1408zM1277 927l-143 -143q15 26 26.5 54t17.5 58h-124q-5 -64 -18.5 -126.5t-39.5 -121.5l6 4l-137 -137q-8 -1 -16.5 -2t-16.5 -1q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -8 -1 -16.5t-2 -16.5zM663 651q-26 59 -37 120t-16 125h-124q14 -78 60.5 -142.5t116.5 -102.5zM665 1270q-71 -38 -117.5 -102.5t-61.5 -143.5h124q5 64 16.5 125.5t38.5 120.5zM957 896h-251q1 -17 5 -44.5t10.5 -59.5t16 -65t23 -59t31 -43t40.5 -17q21 0 38 17t30.5 43.5t23.5 59.5t16.5 65t10.5 59.5t6 43.5zM706 1024h252q-2 16 -6 43.5t-11 59.5t-17 65t-23.5 59.5t-30.5 43.5t-38 17q-22 0 -39.5 -17t-31 -43.5t-23.5 -59t-16.5 -64.5t-10.5 -60t-5 -44zM1054 1024h124q-15 80 -63 145t-120 103q29 -60 41.5 -121t17.5 -127z" + }, + { + Name: "UserWindow", + Code: "E4ED", + Path: "M1763 459q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -92 -41 -173.5t-115 -135.5zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM0 1920h2048v-979q-20 60 -52 113t-76 98v256h-1792v-1024h858q-21 -30 -38.5 -62t-31.5 -66h-916v1664zM128 1536h1792v256h-1792v-256z" + }, + { + Name: "ObjectRecognition", + Code: "E4EE", + Path: "M0 1280v512h512v-128h-384v-384h-128zM1536 1792h512v-512h-128v384h-384v128zM1920 512v384h128v-512h-512v128h384zM128 896v-384h384v-128h-512v512h128zM576 640l448 896l448 -896h-896zM783 768h482l-241 482z" + }, + { + Name: "ClipboardListAdd", + Code: "E4EF", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 1024h-768v128h768v-128zM768 640v128h512v-128h-512zM384 1664v-1536h896v-128h-1024v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1024h-128v896h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM768 256v128h512v-128h-512zM640 1152v-128h-128v128h128zM512 256v128h128v-128h-128zM640 768v-128h-128v128h128z" + }, + { + Name: "ClipboardListQuestion", + Code: "E4F0", + Path: "M1664 0v128h128v-128h-128zM1984 640q0 -59 -19 -96.5t-46.5 -66.5t-58.5 -56t-54 -65q-10 -16 -12.5 -33.5t-2.5 -34.5q0 -8 0.5 -16t0.5 -16h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1536 1152v-128h-768v128h768zM768 640v128h566q-10 -31 -16 -63t-6 -65h-544zM768 256v128h744q-5 -26 -6.5 -52t-1.5 -52v-24h-736zM384 1664v-1536h1120v-128h-1248v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-742l-32 4t-32 2t-32 -2l-32 -4v614h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM640 1152v-128h-128v128h128zM512 256v128h128v-128h-128zM640 768v-128h-128v128h128z" + }, + { + Name: "ClipboardListReply", + Code: "E4F1", + Path: "M2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q51 0 98 -19.5t83 -55.5t55.5 -83t19.5 -98zM1348 768l-128 -128h-452v128h580zM768 256v128h324l128 -128h-452zM1536 1152v-128h-768v128h768zM640 1152v-128h-128v128h128zM640 768v-128h-128v128h128zM512 256v128h128v-128h-128zM384 128h964l128 -128h-1220v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1022l-128 128v766h-128v-256h-1024v256h-128v-1536zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256z" + }, + { + Name: "SurveyQuestionResponse", + Code: "E4F2", + Path: "M256 128h1091l128 -128h-1347v2048h1115l549 -549v-729l-128 128v510h-512v512h-896v-1792zM1280 1829v-293h293zM2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q51 0 98 -19.5t83 -55.5t55.5 -83t19.5 -98zM1024 513h-128v64q0 59 19 103.5t47.5 80.5t61.5 66t61.5 60t47.5 63t19 75q0 39 -15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74h-128q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -50 -12 -87t-31.5 -67t-44.5 -55t-51.5 -50t-52 -52t-45.5 -62q-13 -22 -16.5 -45.5t-3.5 -47.5q0 -11 0.5 -23t0.5 -23zM896 257v128h128v-128h-128z" + }, + { + Name: "DesktopFlow", + Code: "E4F3", + Path: "M1664 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM1024 128v128h-128v-128h128zM1920 640v128h-128v-128h128zM640 640h256v128h-896v1152h1920v-896h-128v768h-1664v-896h1218l-51 -128h-271v-128h219l-51 -128h-552v128z" + }, + { + Name: "CCSolid", + Code: "E4F4", + Path: "M0 1664h2048v-1280h-2048v1280zM704 784q-50 0 -93.5 19t-76 51.5t-51.5 76t-19 93.5q0 49 19 93t51.5 76.5t76 51.5t93.5 19q48 0 91.5 -18t78.5 -52l113 113q-57 57 -130 87t-153 30q-83 0 -155.5 -31.5t-127 -86t-86 -127.5t-31.5 -155q0 -83 31.5 -155.5t86 -127t127 -86t155.5 -31.5q80 0 153 30t130 87l-113 113q-35 -34 -78.5 -52t-91.5 -18zM1472 784q-50 0 -93.5 19t-76 51.5t-51.5 76t-19 93.5q0 49 19 93t51.5 76.5t76 51.5t93.5 19q48 0 91.5 -18t78.5 -52l113 113q-57 57 -130 87t-153 30q-83 0 -155.5 -31.5t-127 -86t-86 -127.5t-31.5 -155q0 -83 31.5 -155.5t86 -127t127 -86t155.5 -31.5q80 0 153 30t130 87l-113 113q-35 -34 -78.5 -52t-91.5 -18z" + }, + { + Name: "DataEnrichment", + Code: "E4F5", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM384 448q0 -9 5 -17.5t12 -16.5t15 -15t14 -12q50 -38 116.5 -63t138 -40t143.5 -21.5t132 -6.5q81 0 161.5 9.5t158.5 30.5v-133q-79 -18 -159 -26.5t-161 -8.5q-69 0 -137.5 6t-136.5 19q-34 6 -79.5 18t-93 30t-94 42t-82.5 54.5t-58.5 68t-22.5 82.5v384q0 51 29 92t72 73t92 54.5t90 36.5q-41 13 -90 36t-92 55t-72 73t-29 92v384q0 45 22.5 82.5t58.5 68t82.5 54.5t94 42t93 29.5t79.5 18.5q68 13 136.5 19t137.5 6t137.5 -6t136.5 -19q34 -7 79.5 -18.5t93 -29.5t94 -42t82.5 -54.5t58.5 -68t22.5 -82.5v-384q0 -51 -29 -92t-72 -73t-92.5 -55t-89.5 -36q40 -14 89.5 -36.5t92.5 -54.5t72 -73t29 -92v-64h-128v-120q-59 -38 -130.5 -64t-147.5 -42t-152.5 -23t-145.5 -7t-145.5 7t-152.5 23t-147.5 42t-130.5 64v-200zM960 1920q-60 0 -133.5 -6.5t-147.5 -22.5t-142 -42.5t-116 -66.5q-10 -9 -23.5 -24t-13.5 -30t13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30t-13.5 30t-23.5 24q-48 40 -116 66.5t-142 42.5t-147.5 22.5t-133.5 6.5zM384 1344q0 -15 13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30v200q-59 -38 -130.5 -64t-147.5 -42t-152.5 -23t-145.5 -7t-145.5 7t-152.5 23t-147.5 42t-130.5 64v-200zM960 1024q-60 0 -133.5 -6.5t-147.5 -22.5t-142 -42.5t-116 -66.5q-10 -9 -23.5 -24t-13.5 -30t13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30t-13.5 30t-23.5 24q-48 40 -116 66.5t-142 42.5t-147.5 22.5t-133.5 6.5z" + }, + { + Name: "NetworkDeviceScanning", + Code: "E4F6", + Path: "M2048 1350v-647q0 -59 -27 -107t-69 -87q-52 -49 -121.5 -86t-150 -64.5t-167.5 -46t-173 -30t-167 -16.5t-149 -5t-149 5t-167 16.5t-173 30t-167.5 46t-150.5 65t-121 85.5q-42 39 -69 87t-27 107v647q0 58 27.5 107t68.5 87q51 49 121 86t150.5 65t167.5 46.5t173 29.5t167 16t149 5t149 -5t167 -16t173 -29.5t167.5 -46.5t150.5 -65t121 -86q41 -38 68.5 -87t27.5 -107zM128 1350q0 -38 27 -71t65 -59.5t79 -46t70 -31.5q73 -30 155 -50t167 -33t169.5 -18.5t163.5 -5.5t163.5 5.5t169 18.5t166.5 33t156 50q28 12 69.5 31.5t79.5 46t65 59.5t27 71q0 37 -27 70t-65.5 59.5t-79.5 46.5t-69 32q-72 30 -154.5 50t-168 32.5t-170 18t-162.5 5.5t-162.5 -5.5t-170 -18t-168 -32.5t-154.5 -50q-28 -12 -69 -32t-79.5 -46.5t-65.5 -59.5t-27 -70zM1920 703v425q-84 -64 -196 -106.5t-233.5 -68t-242.5 -36t-224 -10.5t-224 10.5t-242.5 36t-233.5 68t-196 106.5v-425q0 -38 27 -71t65 -59.5t79 -46t70 -31.5q73 -30 155 -50t167 -32.5t169.5 -18t163.5 -5.5t163.5 5.5t169 18t166.5 32.5t156 50q28 12 69.5 31.5t79.5 46t65 59.5t27 71zM1231 1470l-208 -61l-223 76l42 121l183 -63l170 50zM1025 1156l-183 -63l-42 121l223 77l208 -62l-36 -123zM1443 1163l-70 106l112 75l-112 75l70 106l272 -181zM675 1269l-70 -106l-272 181l272 181l70 -106l-112 -75z" + }, + { + Name: "D365CustomerVoiceApp", + Code: "E4F7", + Path: "M2040 987q0 -159 -51 -307q-25 -73 -64.5 -145.5t-88.5 -139.5t-106.5 -126.5t-118.5 -106.5q-21 -17 -42.5 -25t-47.5 -8q-19 0 -52.5 10t-70 23.5t-70 27t-53.5 21.5q-15 -45 -46 -70t-69.5 -36.5t-81.5 -13.5t-83 -2q-103 0 -205 21.5t-197.5 62.5t-182 100t-157 134t-123 164.5t-81.5 191.5q-41 146 -41 296q0 160 51 309q45 131 123.5 243.5t178.5 206.5q18 17 37 35t39 33q21 16 43 24.5t48 8.5q19 0 52.5 -10t69.5 -23.5t69.5 -27.5t53.5 -21q15 45 46 70t69.5 36.5t81.5 13.5t83 2q103 0 205 -21.5t197.5 -62.5t182 -100t157 -134t123 -164.5t81.5 -191.5q41 -146 41 -298zM995 217q14 0 27 0.5t27 1.5q-123 5 -230.5 55.5t-187 133.5t-125.5 193t-46 233q0 81 20.5 159t61.5 148q53 92 124.5 152.5t165.5 105.5q7 3 13 9t6 14q0 2 -5 21.5t-12.5 48.5t-16.5 62t-17.5 63t-14.5 52.5t-8 28.5q-5 2 -25 9.5t-47.5 18t-58 22t-56 21t-43.5 16t-19 6.5q-6 0 -9 -3q-84 -68 -154 -149t-121 -173t-79.5 -194t-28.5 -212q0 -66 9.5 -133t27.5 -131q25 -88 71 -165t108 -141t137 -115t158 -86t171.5 -53.5t176.5 -18.5zM1070 627q0 48 27 84t69 56q67 31 121.5 76.5t92.5 103t59 125t21 142.5q0 100 -38 189t-104 155t-154.5 104.5t-189.5 38.5q-16 0 -32 -1t-32 -3l63 -237q5 -22 5 -39q0 -48 -27 -84t-69 -56q-67 -31 -121.5 -76.5t-92.5 -103t-59 -125.5t-21 -143q0 -101 38.5 -190t105 -155t155.5 -104t190 -38q16 0 31 1t30 3l-63 238q-2 10 -3.5 19t-1.5 20zM1912 988q0 67 -9.5 133.5t-27.5 130.5q-37 132 -120.5 238.5t-195 182.5t-242.5 117t-264 41q-14 0 -27 -0.5t-27 -1.5q123 -5 231 -55.5t187.5 -134t125.5 -193.5t46 -233q0 -81 -21 -159t-62 -148q-53 -92 -124.5 -151.5t-165.5 -105.5q-7 -3 -13 -9.5t-6 -14.5q0 -2 5 -21.5t12.5 -48t16.5 -61.5t17.5 -63t14.5 -52.5t8 -28.5q6 -2 26 -10t47 -18t57.5 -21.5t56.5 -21t43.5 -16t19.5 -6.5q5 0 8 3q84 71 154.5 151t121.5 170.5t79 191.5t28 215z" + }, + { + Name: "DiamondUser", + Code: "E4F9", + Path: "M1158 1152h-489l309 -792q-69 -107 -94 -228l-869 1043q-15 18 -15 41q0 18 9 33l384 640q8 14 23 22.5t32 8.5h1152q17 0 32 -8.5t23 -22.5l384 -640q9 -15 9 -33q0 -14 -9 -30t-21 -31.5t-25 -30t-22 -24.5q-49 62 -112.5 108t-138.5 72h151l-307 512h-253l193 -484q-32 -2 -64 -8.5t-64 -16.5l-203 509h-298l-204 -512h695q-59 -20 -111.5 -51.5t-96.5 -76.5zM484 1792l-307 -512h356l204 512h-253zM822 406l-290 746h-331zM1771 459q64 -33 116.5 -81.5t90 -108t57.5 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1543 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "FabricChannelFolder", + Code: "E4FA", + Path: "M2048 1408h-128v128h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h512v-128h-512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM768 384v896h1280v-896h-677l-347 -347v347h-256zM896 1152v-640h256v-165l165 165h603v640h-1024z" + }, + { + Name: "ContentUnderstandingApp", + Code: "E4FB", + Path: "M1835 1920q18 0 34 -7.5t27 -20.5t17.5 -29t6.5 -34v-874q0 -29 -18.5 -53.5t-48.5 -28.5l-1 -1l-847 -109l852 -162q8 -2 12.5 -8.5t4.5 -14.5q0 -14 -11 -20l-784 -418q-23 -12 -50 -12q-32 0 -58 17l-809 526q-16 11 -25 27.5t-9 35.5v118q0 20 9 36.5t26 27.5l537 328l-530 175q-20 7 -31 23.5t-11 36.5v159q0 23 14.5 41.5t37.5 21.5l1619 215q9 2 18 3t18 1zM256 1525q148 -48 294 -96t293 -97l686 419l-1273 -169v-57zM1539 531q-173 33 -343 66t-343 65l-256 49q-13 0 -43 -3.5t-63.5 -8.5t-65 -9.5t-47.5 -6.5l652 -424zM1792 994v768l-1536 -946v-20z" + }, + { + Name: "KnowledgeManagementApp", + Code: "E4FC", + Path: "M1920 670q0 -111 -41.5 -209.5t-113.5 -172.5t-169.5 -117t-209.5 -43q-91 0 -182.5 30.5t-161.5 90.5q-17 14 -31.5 30t-30.5 30q-12 11 -23 17t-28 6t-35 -10q-35 -19 -66.5 -34t-63.5 -26t-66.5 -17t-75.5 -6q-101 0 -191 39t-157.5 106t-106.5 156.5t-39 190.5q0 58 14 115.5t40.5 110t64.5 97.5t86 79q22 16 45.5 26.5t46.5 24.5q20 11 30 25t10 37q0 26 -5.5 55.5t-5.5 60.5q0 116 44.5 218t121 177.5t178.5 119t218 43.5q115 0 216.5 -45t177.5 -121.5t120 -178.5t44 -217q0 -32 -3.5 -62.5t-9.5 -61.5q-2 -10 -2 -16q0 -21 11 -35t28 -25q12 -7 24.5 -12.5t24.5 -12.5q63 -35 113.5 -85t86 -110t54.5 -128t19 -140zM1430 1218q0 34 8 67t8 67q-79 -17 -156.5 -37.5t-156.5 -34.5l225 -468l272 180q-20 15 -41 26.5t-43 22.5q-53 26 -84.5 71.5t-31.5 105.5zM1429 1480q-18 63 -53.5 117t-84 94.5t-108 66t-124.5 32.5q10 -97 19.5 -194t18.5 -194zM1035 1190l-227 -373q106 -8 209.5 -14.5t209.5 -14.5zM931 1784q-60 -12 -113.5 -39.5t-97 -67t-75 -90.5t-47.5 -110l370 -73zM280 604l301 164l-245 191q-39 -48 -59.5 -107t-20.5 -121q0 -67 24 -127zM621 367q23 0 46 3l-24 286l-297 -162q52 -60 124 -93.5t151 -33.5zM434 1045l247 -191l258 426l-357 69q0 -26 5 -52t5 -52q0 -59 -30.5 -106t-83.5 -72q-11 -5 -22 -10.5t-22 -11.5zM929 460q40 0 65.5 -10t45.5 -26t39.5 -36.5t46.5 -41.5l116 313h1h-1q-119 7 -237 15t-237 16q5 -70 11 -140t13 -140q19 10 34 19.5t30.5 16t32.5 10.5t40 4zM1383 256q78 0 149 28t127 82l-298 246l-123 -329q69 -27 145 -27zM1739 466q26 46 39.5 97t13.5 104q0 62 -18.5 121t-53.5 110q-70 -47 -140.5 -92.5t-140.5 -92.5zM1721 899v-1v1z" + }, + { + Name: "TaskAdd", + Code: "E4FD", + Path: "M384 1664v-1536h1152v-128h-1280v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1024h-128v896h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM717 781l179 -178l467 466l90 -90l-557 -558l-269 270z" + }, + { + Name: "UnavailableOffline", + Code: "E545", + Path: "M2048 384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h195l128 -128h-195v-768h1280v768h-195l128 128h195v-933l208 -208q12 -12 21 -29t15 -36t9 -38.5t3 -35.5zM128 384h1792q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5zM749 1043l-90 90l274 275l-274 275l90 90l275 -274l275 274l90 -90l-274 -275l274 -275l-90 -90l-275 274z" + }, + { + Name: "SavedOffline", + Code: "E546", + Path: "M2048 384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h286l-128 -128h-30v-768h1280v768h-67l128 128h67v-933l208 -208q12 -12 21 -29t15 -36t9 -38.5t3 -35.5zM128 384h1792q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5zM1581 1747l-621 -621l-365 365l90 90l275 -275l531 531z" + }, + { + Name: "ZeroDayCalendar", + Code: "E547", + Path: "M1032 1152q71 0 118.5 -26.5t76.5 -70.5t41 -101.5t12 -118.5q0 -64 -14 -122.5t-45.5 -103t-81.5 -71t-122 -26.5q-71 0 -118.5 26.5t-76.5 70.5t-41.5 101t-12.5 119q0 64 14 122.5t45.5 103t82 71t122.5 26.5zM891 833v-17.5t2 -17.5l245 168q-14 39 -42 65.5t-72 26.5q-41 0 -67 -23.5t-40.5 -57.5t-20 -73.5t-5.5 -70.5zM1024 606q41 0 67 23.5t40.5 57.5t20 73t5.5 71q0 8 -1 16t-1 16l-244 -166q14 -39 41 -65t72 -26zM1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152z" + }, + { + Name: "PBIAnomaly", + Code: "E548", + Path: "M128 128h1005l147 -128h-1280v2048h128v-783l572 681l516 -403l480 486l91 -90l-563 -570l-508 397l-588 -700v-938zM2048 640q0 -103 -39 -196t-111 -166q-42 -42 -89.5 -78.5t-94.5 -73.5q-30 -24 -59 -50t-59 -51q-14 -11 -27.5 -17.5t-32.5 -6.5t-32.5 6t-27.5 18q-30 25 -59 50.5t-60 50.5q-46 37 -93.5 73.5t-89.5 78.5q-72 73 -111 166t-39 196q0 105 40.5 198.5t110 163.5t162.5 110.5t199 40.5t199 -40.5t162.5 -110.5t110 -163t40.5 -199zM1920 640q0 79 -30 149t-82.5 122.5t-122.5 83t-149 30.5q-80 0 -149.5 -30.5t-122 -83t-82.5 -122.5t-30 -149q0 -64 17 -115t46 -94t67.5 -79.5t81.5 -70t87 -67t85 -70.5q41 37 85 70.5t87 67t81.5 70t67.5 79.5t46 94t17 115zM1536 896q53 0 100 -20t81.5 -54.5t54.5 -81.5t20 -100t-20 -100t-54.5 -81.5t-81.5 -54.5t-100 -20t-100 20t-81.5 54.5t-54.5 81.5t-20 100t20 100t54.5 81.5t81.5 54.5t100 20zM1536 512q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10z" + }, + { + Name: "CareActivity", + Code: "E549", + Path: "M2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q55 0 104 -21t85 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM384 128h867l129 -128h-1124v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-801q-3 0 -5.5 0.5t-5.5 0.5q-30 0 -59 -5t-58 -13v690h-128v-256h-1024v256h-128v-1536zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256z" + }, + { + Name: "CarePlan", + Code: "E54A", + Path: "M640 896v128h384v-128h-384zM1024 1280v-128h-384v128h384zM256 128h995l129 -128h-1252v2048h1115l549 -549v-508q-3 0 -5.5 0.5t-5.5 0.5q-30 0 -59 -5t-58 -13v434h-512v512h-896v-1792zM1280 1829v-293h293zM1024 1536v-128h-384v128h384zM512 1536v-128h-128v128h128zM2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q55 0 104 -21t85 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM512 1280v-128h-128v128h128zM384 896v128h128v-128h-128z" + }, + { + Name: "ClinicalImpression", + Code: "E54B", + Path: "M384 1664v-1536h256v-128h-384v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 27 -10.5 50.5t-28.5 40.5t-41 27t-48 10q-27 0 -50 -10.5t-40.5 -28t-27.5 -41t-10 -48.5v-128h-256zM768 1024h1280v-1024h-1280v1024zM1920 128v256h-351l-95 99l-202 -270l-217 341l-62 -106h-97v-320h1024zM1920 512v384h-1024v-320h25l130 221l229 -360l180 240l161 -165h299z" + }, + { + Name: "Encounter", + Code: "E54C", + Path: "M896 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -71 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM640 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM2048 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -72 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM1792 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1371 1664h677v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90zM467 1875l90 90l365 -365l-365 -365l-90 90l210 211h-677v128h677z" + }, + { + Name: "MedicalCare", + Code: "E54D", + Path: "M960 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM960 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM704 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM960 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1280 1088q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1920 576q0 -93 -35 -174.5t-96 -142t-142.5 -96t-174.5 -35.5q-89 0 -171.5 34t-145.5 97l-195 195l-195 -195q-63 -63 -145.5 -97t-171.5 -34q-93 0 -174.5 35.5t-142.5 96t-96 142t-35 174.5q0 90 34 172t97 145l195 195l-195 195q-63 63 -97 145t-34 172q0 93 35 174.5t96 142t142.5 96t174.5 35.5q89 0 171.5 -34t145.5 -97l195 -195l195 195q63 63 145.5 97t171.5 34q93 0 174.5 -35.5t142.5 -96t96 -142t35 -174.5q0 -90 -34 -172t-97 -145l-195 -195l195 -195q63 -63 97 -145t34 -172zM1050 1631l453 -453l195 196q46 47 70 103.5t24 122.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25t-122.5 -24t-103.5 -70zM417 1178l453 453l-196 195q-47 46 -103.5 70t-122.5 24t-124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t24 -122.5t70 -103.5zM870 545l-453 453l-195 -196q-46 -47 -70 -103.5t-24 -122.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25t122.5 24t103.5 70zM507 1088l453 -453l453 453l-453 453zM1792 576q0 66 -24 122.5t-70 103.5l-195 196l-453 -453l196 -195q47 -46 103.5 -70t122.5 -24t124.5 25t102 68.5t68.5 102t25 124.5z" + }, + { + Name: "MedicationAdmin", + Code: "E54E", + Path: "M1220 1003l-91 -91q-80 54 -172 83t-189 29q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q48 -19 93.5 -43.5t87.5 -55.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -65 -24 -122.5t-70 -103.5l-512 -512q-46 -46 -103.5 -70t-122.5 -24q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 65 24 122.5t70 103.5l512 512q46 46 103.5 70t122.5 24zM1562 395l-271 271l-211 -210q-27 -27 -41.5 -62.5t-14.5 -73.5q0 -40 15 -75t41 -61t61 -41t75 -15q38 0 73.5 14.5t62.5 41.5zM1920 832q0 40 -15 75t-41 61t-61 41t-75 15q-38 0 -73.5 -14.5t-62.5 -41.5l-210 -211l271 -271l211 210q27 27 41.5 62.5t14.5 73.5zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "MedicationRequest", + Code: "E54F", + Path: "M256 128h525q10 -38 29 -69t47 -59h-729v2048h1113l551 -551v-191h-128v102h-512v512h-896v-1792zM1280 1830v-294h294zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -65 -24 -122.5t-70 -103.5l-512 -512q-46 -46 -103.5 -70t-122.5 -24q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 65 24 122.5t70 103.5l512 512q46 46 103.5 70t122.5 24zM1562 395l-271 271l-211 -210q-27 -27 -41.5 -62.5t-14.5 -73.5q0 -40 15 -75t41 -61t61 -41t75 -15q38 0 73.5 14.5t62.5 41.5zM1920 832q0 40 -15 75t-41 61t-61 41t-75 15q-38 0 -73.5 -14.5t-62.5 -41.5l-210 -211l271 -271l211 210q27 27 41.5 62.5t14.5 73.5zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "VaccinationRecent", + Code: "E550", + Path: "M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -107 -40 -200t-109.5 -162.5t-163 -109.5t-199.5 -40q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t162.5 109.5t200 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128zM1024 1189l-102 -101l83 -83l-90 -90l-83 83l-101 -102l82 -83l-90 -90l-83 82l-128 -128v-165h165l230 230q-20 -54 -31 -110t-11 -114l-134 -134h-257l-202 -203l-272 -90l384 384v256l870 869l-99 99l90 90l99 -99l166 166l-99 99l90 90l544 -544l-90 -90l-99 99l-166 -166l99 -99l-90 -90l-99 99l-71 -71q-57 0 -113 -11t-110 -31l203 203l-165 165l-229 -229l82 -83l-90 -90zM1600 1765l-165 -165l165 -165l165 165z" + }, + { + Name: "XRay", + Code: "E551", + Path: "M0 2048h1920v-2048h-1920v2048zM1792 128v1792h-1664v-1792h1664zM896 1024v128h-448q-26 0 -45 19t-19 45t19 45t45 19h448v128h-320q-26 0 -45 19t-19 45t19 45t45 19h320q0 8 -0.5 16.5t-0.5 17.5q0 17 2 33.5t8.5 30t19.5 22t35 8.5t34.5 -8.5t19 -22t8.5 -30t2 -33.5v-34h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-320v-128h448q26 0 45 -19t19 -45t-19 -45t-45 -19h-448v-128h448q26 0 45 -19t19 -45t-19 -45t-45 -19h-448v-128h192q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 17 3.5 32.5t8.5 31.5h-152q5 -16 8.5 -31.5t3.5 -32.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h192v128h-448q-26 0 -45 19t-19 45t19 45t45 19h448zM704 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1216 640q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "BulkPageBlock", + Code: "E553", + Path: "M512 1664v-1536h640v-128h-768v256h-256v1792h859l805 -805v-219h-128v128h-512v512h-640zM1280 1573v-293h293zM256 384h128v1408h677l-128 128h-677v-1536zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "PBIAnomaliesMarker", + Code: "E554", + Path: "M1024 1792q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1024 637q106 0 200 40.5t164.5 110.5t111 163.5t40.5 200.5q0 106 -40.5 200t-111 164t-164.5 110.5t-200 40.5q-107 0 -200.5 -40.5t-164 -110.5t-111 -164t-40.5 -200q0 -107 40.5 -200.5t111 -163.5t164 -110.5t200.5 -40.5zM1024 0q-61 0 -105 42q-133 130 -264 257.5t-264 257.5q-127 124 -195 282t-68 335q0 123 33 235.5t92 209.5t141.5 176t182 135.5t213 87t234.5 30.5t234.5 -30.5t213 -87t182 -135.5t142 -176t92 -209.5t32.5 -235.5q0 -177 -68 -335.5t-194 -281.5q-133 -130 -264.5 -257.5t-264.5 -257.5q-44 -42 -105 -42zM1792 1173q0 105 -28 201t-79 179t-122 151t-156 116t-182.5 74t-200.5 26t-200.5 -26t-182.5 -74t-156 -116t-122 -151t-79 -179t-28 -201q0 -151 58 -285t166 -239l528 -515q6 -6 16 -6t16 6l528 515q108 105 166 239t58 285z" + }, + { + Name: "Pronouns", + Code: "E556", + Path: "M0 2048h1920v-1536h-1189l-475 -475v475h-256v1536zM1792 640v1280h-1664v-1280h256v-293l293 293h1115zM640 768h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64zM768 1472q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "ExpressRouteCircuits", + Code: "E557", + Path: "M1792 576q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-44 0 -84 14t-73 39.5t-56.5 61t-34.5 77.5h-1040q-11 -42 -34.5 -77.5t-56.5 -61t-73.5 -39.5t-83.5 -14q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q30 0 62 -8l531 973q-39 37 -60 85t-21 102q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -54 -21 -102t-60 -85l531 -973q32 8 62 8zM962 1480l-531 -973q26 -25 45 -56.5t28 -66.5h1040q9 35 28 66.5t45 56.5l-531 973q-32 -8 -62 -8t-62 8z" + }, + { + Name: "ErrorBadge12", + Code: "E558", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM1220 1340l120 -120l-281 -281l281 -281l-120 -121l-281 281l-281 -281l-121 121l281 281l-281 281l121 120l281 -281z" + }, + { + Name: "Completed12", + Code: "E559", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM768 718l537 537l121 -121l-658 -657l-316 316l120 121z" + }, + { + Name: "Info12", + Code: "E55A", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM853 512v512h171v-512h-171zM1024 1365v-170h-171v170h171z" + }, + { + Name: "ChevronUpEnd", + Code: "E55B", + Path: "M256 1664h1536v-128h-1536v128zM275 493l749 750l749 -750l-90 -90l-659 658l-659 -658z" + }, + { + Name: "PowerStandby", + Code: "E55C", + Path: "M960 2048v-1024h-128v1024h128zM889 128q52 -68 116 -121q-27 -3 -54.5 -5t-54.5 -2q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5q0 146 44.5 280.5t126 246.5t196 196t253.5 129l40 -121q-119 -39 -217 -111t-168 -168t-108.5 -211.5t-38.5 -240.5q0 -105 27 -202.5t77 -182.5t119 -155t154 -120.5t182 -78.5t202 -29zM1542 1308q-72 113 -177 195t-233 124l40 121q89 -29 169 -75t148.5 -106.5t123.5 -134.5t94 -159q-81 27 -165 35zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 896v-256h192v-128h-320v384h128z" + }, + { + Name: "BusinessRule", + Code: "E562", + Path: "M256 1792h768v-128h-768v128zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256zM128 1920v-1792h869l-64 -128h-933v2048h1792v-640h-128v512h-1536zM384 384h741l-64 -128h-805v384h741l-64 -128h-549v-128zM1536 1408h-1152v-128h936l-65 -128h-999v384h1280v-128zM256 768v128h768v-128h-768z" + }, + { + Name: "DataFlow", + Code: "E577", + Path: "M1600 2048q37 0 84.5 -5.5t97.5 -17.5t97.5 -31.5t85 -48t60.5 -66.5t23 -87v-640q0 -49 -23 -87t-60.5 -66.5t-85 -48t-97.5 -31.5t-97.5 -17.5t-84.5 -5.5t-84.5 5.5t-97.5 17.5t-97.5 31.5t-85 48t-60.5 66.5t-23 87v640q0 49 23 87t60.5 66.5t85 48t97.5 31.5t97.5 17.5t84.5 5.5zM1920 1152v458q-71 -41 -155 -57.5t-165 -16.5t-165 16.5t-155 57.5v-458q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4t74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23zM1600 1664q33 0 74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23t-7 22.5t-16 19.5q-25 25 -62 41.5t-78 26.5t-82.5 14t-74.5 4t-74.5 -4t-82.5 -14t-78 -26.5t-62 -41.5q-9 -8 -16 -19t-7 -23q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4zM659 1811l90 90l301 -301l-301 -301l-90 90l146 147h-165q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30h165zM576 1152q37 0 84.5 -5.5t97.5 -17.5t97.5 -31.5t85 -48t60.5 -66.5t23 -87v-640q0 -49 -23 -87t-60.5 -66.5t-85 -48t-97.5 -31.5t-97.5 -17.5t-84.5 -5.5t-84.5 5.5t-97.5 17.5t-97.5 31.5t-85 48t-60.5 66.5t-23 87v640q0 49 23 87t60.5 66.5t85 48t97.5 31.5t97.5 17.5t84.5 5.5zM896 256v458q-71 -41 -155 -57.5t-165 -16.5t-165 16.5t-155 57.5v-458q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4t74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23zM576 768q33 0 74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23t-7 22.5t-16 19.5q-25 25 -62 41.5t-78 26.5t-82.5 14t-74.5 4t-74.5 -4t-82.5 -14t-78 -26.5t-62 -41.5q-9 -8 -16 -19t-7 -23q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4z" + }, + { + Name: "ItalicC", + Code: "E5B2", + Path: "M1792 1819l-42 -193q-91 61 -193.5 93t-212.5 32q-112 0 -209.5 -27t-178.5 -77t-144.5 -120t-107 -156t-66.5 -185.5t-23 -207.5q0 -122 33 -223.5t98.5 -174.5t162 -113t223.5 -40q61 0 116 6t107.5 19.5t104 35t104.5 51.5l-44 -198q-104 -47 -208.5 -66t-218.5 -19q-158 0 -283.5 52.5t-212.5 146.5t-133 223.5t-46 283.5q0 209 66 384.5t188 303t294.5 199t384.5 71.5q115 0 226.5 -24t214.5 -77z" + }, + { + Name: "BoldG", + Code: "E5B3", + Path: "M980 1201h684v-809q-66 -38 -137.5 -64t-146 -42t-150.5 -23t-152 -7q-189 0 -343.5 53.5t-264 156t-169 253t-59.5 344.5q0 199 67 358t186.5 270t284 170t358.5 59q115 0 228.5 -16t222.5 -55v-340q-104 60 -220.5 84t-235.5 24q-120 0 -214.5 -40.5t-160 -112t-100 -170t-34.5 -214.5q0 -113 29 -208t87.5 -164.5t147 -108.5t207.5 -39q52 0 105.5 7t101.5 30v314h-322v290z" + }, + { + Name: "UnderlineS", + Code: "E5B4", + Path: "M490 348v222q38 -34 91.5 -60.5t112.5 -45t118.5 -28.5t109.5 -10q63 0 125 10.5t111 38t79.5 76t30.5 125.5q0 68 -33.5 119t-88 93t-124 77t-142.5 71.5t-142.5 78t-124 94.5t-88 121.5t-33.5 159.5q0 114 50 195.5t130.5 133.5t180 76.5t198.5 24.5q39 0 85 -2t92.5 -8t90.5 -17t79 -30v-213q-81 56 -175 77.5t-191 21.5q-57 0 -118 -12t-110.5 -40t-81.5 -74.5t-32 -115.5q0 -28 5 -55t18 -52q22 -44 66 -80t101 -68.5t122.5 -64.5t130.5 -67.5t125.5 -76.5t106.5 -92.5t73.5 -116t27.5 -145.5q0 -83 -23 -147t-63 -112t-94.5 -81t-118.5 -54t-134 -30t-140 -9q-40 0 -95.5 6t-112.5 18t-109.5 29t-85.5 39zM384 128h1280v-128h-1280v128z" + }, + { + Name: "BoldF", + Code: "E5B5", + Path: "M1474 1615h-587v-409h539v-304h-539v-646h-375v1664h962v-305z" + }, + { + Name: "ItalicK", + Code: "E5B6", + Path: "M1834 1920l-897 -825l578 -839h-242l-504 758q-10 14 -18 30.5t-16 31.5h-4l-173 -820h-200l352 1664h202l-166 -782h4q14 14 27.5 28.5t27.5 28.5l765 725h264z" + }, + { + Name: "BoldN", + Code: "E5B7", + Path: "M1399 1920h354v-1664h-378l-686 1046q-22 34 -43.5 68t-40.5 70h-4q7 -67 8 -134.5t1 -135.5v-914h-354v1664h404l660 -1013q22 -34 43 -67.5t41 -68.5h4q-6 41 -7.5 83.5t-1.5 84.5v61v920z" + }, + { + Name: "UnderlineRussian", + Code: "E5B8", + Path: "M464 1343v577h180v-569q0 -129 69 -188t194 -59q113 0 223.5 34.5t210.5 83.5v698h180v-1536h-180v691q-106 -56 -220.5 -93t-235.5 -37q-96 0 -173.5 25t-132.5 75t-85 124.5t-30 173.5zM384 128h1152v-128h-1152v128z" + }, + { + Name: "BoldRussion", + Code: "E5B9", + Path: "M1511 1118l537 -734h-395l-415 607q-11 17 -20.5 34.5t-17.5 35.5h-4v-677h-310v677h-5q-16 -37 -38 -70l-416 -607h-394l537 734l-496 674h377l392 -589q11 -16 20.5 -32t17.5 -33h5v654h310v-654h4q8 17 17.5 33t20.5 32l392 589h378z" + }, + { + Name: "FontStyleKorean", + Code: "E5BA", + Path: "M683 1064v88h598q-4 -149 -47.5 -276t-119 -233.5t-179.5 -194.5t-230 -159l-77 80q106 44 200 114.5t167 161t120 197t60 222.5h-492zM1596 752h229v-88h-229v-664h-99v1280h99v-528zM1259 1430q12 0 27.5 -1t29 -5.5t23 -14t9.5 -25.5q0 -20 -16.5 -29t-33.5 -9h-253v-66h-94v643q0 9 -12.5 19.5t-31.5 21t-40.5 20.5t-40.5 19t-31.5 16t-12.5 11q0 6 8.5 9.5t19 5.5t21 2.5t13.5 0.5q9 0 32.5 -5t50 -11.5t50.5 -13t35 -10.5q13 -5 25.5 -12.5t12.5 -23.5q0 -12 -2 -23.5t-2 -23.5v-534h73q15 0 27.5 6t27 13.5t34.5 13.5t51 6zM727 1761q0 -6 -4 -12t-9 -12l-10 -12t-8 -11q-8 -15 -14 -30.5t-13 -30.5q-17 -36 -35.5 -71t-38.5 -70q-50 -86 -110 -162t-128 -143.5t-144 -128.5t-158 -116q-6 -5 -21 -14t-24 -9q-6 0 -6 4t5 10t11.5 12.5t12.5 11.5t8 7q32 28 63.5 55t62.5 56q61 60 126 135.5t123 158.5t103.5 170.5t67.5 171.5q-51 -2 -100.5 -5.5t-99.5 -6.5q-23 -2 -47 -2.5t-47 -5.5q-8 -2 -18.5 -5.5t-21 -8t-19.5 -7.5t-14 -3q-10 0 -36.5 9t-54 22t-48.5 27t-21 24q0 5 5 6.5t9 1.5q9 0 18.5 -2t18.5 -4q42 -8 84.5 -10t85.5 -2q69 0 138.5 2.5t137.5 9.5q21 2 40 9t40 7q6 0 21 -1t30 -3.5t27 -7.5t12 -14z" + }, + { + Name: "UnderlineKorean", + Code: "E5BB", + Path: "M1599 1309h321v-123h-321v-930h-139v1792h139v-739zM244 792q149 61 275.5 158t229.5 218q110 129 175.5 278.5t84.5 318.5h-689v123h837q-5 -209 -66 -386.5t-166.5 -326.5t-251.5 -272t-322 -223zM256 0v128h1408v-128h-1408z" + }, + { + Name: "ItalicKorean", + Code: "E5BC", + Path: "M387 1877h897q-64 -230 -179.5 -422.5t-271 -352t-343 -288.5t-395.5 -232l-84 120q180 68 339.5 172t301.5 232q149 135 260 291.5t179 346.5h-737zM1601 1257h344l-33 -133h-344l-250 -996h-149l482 1920h149z" + }, + { + Name: "BoldKorean", + Code: "E5BD", + Path: "M184 1674v209h949q-21 -222 -90 -414.5t-180.5 -358t-263.5 -304.5t-339 -254l-187 174q144 79 269 175.5t225.5 213.5t173 256t109.5 303h-666zM1623 1294h297v-210h-297v-951h-250v1915h250v-754z" + }, + { + Name: "FontColorKorean", + Code: "E5BE", + Path: "M1495 1366h297v-114h-297v-859h-128v1655h128v-682zM244 888q137 57 253.5 146t212.5 201q102 120 162.5 257t77.5 294h-635v114h772q-5 -193 -61 -357t-153.5 -302t-232.5 -251.5t-297 -205.5zM256 0v256h1408v-256h-1408z" + }, + { + Name: "ProductWarning", + Code: "E5C0", + Path: "M256 1432v-880l589 -295l-57 -115l-660 330v1104l832 415l832 -415v-706l-128 256v306l-640 -320v-498l-128 -256v754zM960 1849l-206 -103l584 -334l247 124zM616 1677l-281 -141l625 -313l240 120zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z" + }, + { + Name: "SimplifiedView", + Code: "E5C1", + Path: "M1152 1920v-896h-1152v896h1152zM1024 1152v640h-896v-640h896zM0 768h2048v-128h-2048v128zM0 256v128h2048v-128h-2048z" + }, + { + Name: "Oauth", + Code: "E5C3", + Path: "M1408 2048v-768h-640v-640h-768v1408h1408zM128 1920v-512h512v512h-512zM640 768v512h-512v-512h512zM1280 1408v512h-512v-512h512zM1408 1152l512 -288v-576l-512 -288l-512 288v576zM1792 363v426l-384 216l-384 -216v-426l384 -216z" + }, + { + Name: "BoldBulgarian", + Code: "E5C5", + Path: "M1284 1920h376v-1664h-376v660q-110 -60 -228 -93.5t-244 -33.5q-125 0 -221 29.5t-161.5 90.5t-99.5 154.5t-34 221.5v635h373v-602q0 -58 16.5 -99t47.5 -67t75 -38t99 -12q101 0 196 31t181 83v704z" + }, + { + Name: "BoldK", + Code: "E5C6", + Path: "M1152 1126l642 -870h-483l-494 723q-14 21 -24.5 45t-20.5 47h-6v-815h-382v1664h382v-787h6q9 23 21 48t26 45l469 694h455z" + }, + { + Name: "BoldP", + Code: "E5C7", + Path: "M982 1920q136 0 253 -26t203.5 -87.5t135.5 -163.5t49 -253q0 -97 -26 -176t-72 -141.5t-109.5 -108t-138.5 -76t-158.5 -45t-170.5 -14.5h-182v-573h-382v1664h598zM916 1113q67 0 123.5 13.5t96.5 44.5t62.5 81.5t22.5 123.5q0 72 -23 121t-63.5 79t-96.5 43t-122 13h-150v-519h150z" + }, + { + Name: "BoldT", + Code: "E5C8", + Path: "M287 1920h1348v-305h-483v-1359h-383v1359h-482v305z" + }, + { + Name: "BoldKazakh", + Code: "E5C9", + Path: "M1477 512h251v-512h-320v256h-225l-494 723q-14 21 -24.5 45t-20.5 47h-6v-815h-382v1664h382v-787h6q9 23 21 48t26 45l469 694h455l-591 -794z" + }, + { + Name: "BoldSerbian", + Code: "E5CA", + Path: "M291 1920h1466v-1664h-382v1337h-702v-1337h-382v1664z" + }, + { + Name: "UnderlineSerbian", + Code: "E5CB", + Path: "M580 1739v-1483h-196v1664h1263v-1664h-198v1483h-869zM384 128h1280v-128h-1280v128z" + }, + { + Name: "UnderlineA", + Code: "E5CC", + Path: "M660 723l-169 -467h-221l650 1664h206l652 -1664h-219l-180 467h-719zM726 898h588l-266 709q-10 27 -15.5 55t-10.5 56h-5q-5 -28 -11 -56t-16 -55zM256 128h1536v-128h-1536v128z" + }, + { + Name: "UnderlineP", + Code: "E5CD", + Path: "M711 885v-629h-199v1664h466q121 0 225 -28.5t181 -88.5t121 -154t44 -226q0 -134 -49.5 -235t-134 -168.5t-196 -101t-235.5 -33.5h-223zM711 1744v-683h208q87 0 163.5 19t134 61t91 109t33.5 164q0 94 -30.5 157t-83.5 101.5t-125.5 55t-157.5 16.5h-233zM512 0v128h1024v-128h-1024z" + }, + { + Name: "ItalicD", + Code: "E5CE", + Path: "M1794 1247q0 -124 -24.5 -244.5t-77.5 -232.5q-65 -138 -160.5 -235.5t-214 -159.5t-255 -90.5t-281.5 -28.5h-527l354 1664h463q156 0 288.5 -44t229 -129.5t151 -211t54.5 -288.5zM1590 1233q0 134 -41.5 230.5t-116 159t-179 92t-230.5 29.5h-254l-281 -1312h310q181 0 327.5 57.5t250 162.5t159 253t55.5 328z" + }, + { + Name: "ItalicS", + Code: "E5CF", + Path: "M1557 1847l-38 -195q-34 23 -76.5 41.5t-88.5 31t-92 19.5t-87 7q-59 0 -117.5 -15.5t-104.5 -47.5t-74.5 -81.5t-28.5 -116.5q0 -63 23.5 -113t61.5 -92.5t87 -80t100.5 -75.5t100.5 -79t87 -90.5t61.5 -109.5t23.5 -136q0 -50 -9.5 -98t-29.5 -94q-34 -77 -87.5 -128t-120.5 -81.5t-142.5 -43.5t-153.5 -13q-51 0 -107 6.5t-111 19.5t-108 32t-98 44l33 195q43 -29 92 -52.5t100.5 -40t105 -25t105.5 -8.5q64 0 123.5 13.5t105.5 44.5t73.5 81t27.5 124q0 58 -23.5 104.5t-62 86.5t-88 76.5t-101 74.5t-101 80t-88 93.5t-62 115.5t-23.5 145q0 76 22 141t62.5 118.5t97.5 93.5t126 65q56 20 116 28t119 8q91 0 188 -19.5t181 -53.5z" + }, + { + Name: "ItalicT", + Code: "E5D0", + Path: "M499 1920h1178l-39 -176h-483l-319 -1488h-203l321 1488h-493z" + }, + { + Name: "ItalicL", + Code: "E5D1", + Path: "M697 437h676l-40 -181h-878l358 1664h206z" + }, + { + Name: "ItalicKazakh", + Code: "E5D2", + Path: "M862 1095l454 -647h187l-90 -448h-192l51 256h-68l-513 758q-10 14 -18.5 30t-16.5 32h-5l-176 -820h-203l358 1664h206l-169 -782h5q13 14 27 28.5t28 28.5l780 725h269z" + }, + { + Name: "InsertTextBoxKorean", + Code: "E5D3", + Path: "M768 1792q-4 -155 -49 -286.5t-123.5 -241.5t-186.5 -201t-238 -165l-79 83q110 45 207.5 118.5t172.5 167t124 204t62 230.5h-510v91h620zM998 1300v-660h-102v1280h102v-528h238v-92h-238zM1280 1664h768v-1536h-1792v384h128v-256h1536v1280h-640v128z" + }, + { + Name: "StrikethroughKorean", + Code: "E5D4", + Path: "M2048 1152v-128h-128v-512h-128v512h-512v-144q47 0 92.5 -0.5t92.5 -0.5q60 0 120.5 5t119.5 19l17 -110q-34 -8 -79 -13t-95.5 -8t-104 -4t-104.5 -1q-54 0 -102 0.5t-85 0.5v256h-256v-512h-128v512h-332q-63 -101 -149.5 -180.5t-187.5 -142.5l-99 93q81 45 153 101.5t129 128.5h-282v128h362q34 70 50 145h-353v111h503q-6 -66 -21 -130t-40 -126h267v384h128v-384h256v256h128v-256h512v384h128v-384h128z" + }, + { + Name: "PreviewBelow", + Code: "E5D5", + Path: "M640 2048h1408v-640h-1408v640zM1920 1536v384h-1152v-384h1152zM640 1152v128h1408v-640h-896q0 32 -5 64t-13 64h786v384h-1152v-18q-32 8 -64 13t-64 5zM640 1024q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-326 -325l-90 90l325 326q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM640 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "PreviewSideBySide", + Code: "E5D6", + Path: "M640 1024q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5q-60 0 -117 18t-105 53l-326 -325l-90 90l325 326q-35 48 -53 105t-18 117q0 79 30.5 149t82.5 122t122 82.5t149 30.5zM640 384q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM640 1152v896h640v-1408h-128q0 32 -5 64t-13 64h18v-23v1175h-384v-786q-32 8 -64 13t-64 5zM1408 2048h640v-1408h-640v1408zM1920 768v1152h-384v-1152h384z" + }, + { + Name: "LearningApp", + Code: "E5D8", + Path: "M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1798 516q0 15 -7 29t-20 22l-274 179q-14 10 -31 10q-24 0 -41 -19t-17 -42v-366q0 -23 17 -42t41 -19q17 0 32 10l274 187q13 8 19.5 22t6.5 29zM915 256q28 -67 71 -128h-474q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1408q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-659q-122 51 -256 51q-139 0 -261 -53t-213.5 -144.5t-144.5 -213.5t-53 -261q0 -32 3.5 -64t9.5 -64h-493q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h403zM512 1728v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45z" + }, + { + Name: "ProcessAdvisor", + Code: "E5E4", + Path: "M1024 128q146 0 282.5 45.5t253.5 133.5l91 -91q-136 -106 -295.5 -161t-331.5 -55t-331.5 55t-295.5 161l91 91q117 -88 253.5 -133.5t282.5 -45.5zM397 1832q136 106 295.5 161t331.5 55t331.5 -55t295.5 -161l-91 -91q-117 88 -253.5 133.5t-282.5 45.5t-282.5 -45.5t-253.5 -133.5zM216 1651l91 -91q-88 -117 -133.5 -253.5t-45.5 -282.5t45.5 -282.5t133.5 -253.5l-91 -91q-106 136 -161 295.5t-55 331.5t55 331.5t161 295.5zM448 704l192 192v256h-128v384h384v-384h-128v-256l128 -128h256v128h384v-384h-384v128h-256l-192 -192zM1280 768v-128h128v128h-128zM640 1408v-128h128v128h-128zM704 779l-75 -75l75 -75l75 75zM1832 1651q106 -136 161 -295.5t55 -331.5t-55 -331.5t-161 -295.5l-91 91q88 117 133.5 253.5t45.5 282.5t-45.5 282.5t-133.5 253.5z" + }, + { + Name: "PinToTab", + Code: "E5E5", + Path: "M1152 1920h768v-1664h-1920v1536h1152v128zM896 1664v-256h256v256h-256zM512 1664v-256h256v256h-256zM128 1664v-256h256v256h-256zM1792 384v1408h-512v-512h-1152v-896h1664z" + }, + { + Name: "CloudFlow", + Code: "E5EA", + Path: "M1243 640l-51 -128h-680q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q83 126 207 195.5t276 69.5q111 0 209.5 -39t174.5 -107.5t125.5 -162t63.5 -203.5q61 0 118 -18t105.5 -51.5t85 -81t55.5 -105.5h-141q-26 44 -56.5 69.5t-65.5 38.5t-74 16.5t-82 3.5h-70v14q0 30 -0.5 58t-4 55t-10.5 54.5t-20 57.5q-27 62 -69 112.5t-96 86t-117 55t-131 19.5q-69 0 -134 -21t-120.5 -59.5t-97.5 -92t-66 -118.5q-75 35 -158 35q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30h731zM1664 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM1024 128v128h-128v-128h128zM1920 640v128h-128v-128h128z" + }, + { + Name: "PBIReportTemplate", + Code: "E5EC", + Path: "M256 1536v-128h-128v128h128zM256 1280v-128h-128v128h128zM256 1792v-128h-128v128h128zM256 768v-128h-128v128h128zM256 1024v-128h-128v128h128zM1664 1792h-128v128h128v-128zM1536 2048v-128h-128v128h128zM256 0v128h128v-128h-128zM1536 1280v128h128v-128h-128zM1664 1664v-128h-128v128h128zM256 2048v-128h-128v128h128zM256 512v-128h-128v128h128zM1408 0v640h128v-640h-128zM1664 1152v-128h-128v128h128zM1152 1920v128h128v-128h-128zM1664 0v896h128v-896h-128zM1152 0v384h128v-384h-128zM1920 640h128v-640h-128v640zM768 2048v-128h-128v128h128zM512 0v128h128v-128h-128zM896 1920v128h128v-128h-128zM512 2048v-128h-128v128h128zM128 256h128v-128h-128v128zM768 0v128h128v-128h-128z" + }, + { + Name: "UpperCase", + Code: "E5ED", + Path: "M454 1664h116l427 -1280h-127l-126 384h-464l-126 -384h-127zM322 896h380l-190 576zM1594 1664l427 -1280h-127l-126 384h-464l-126 -384h-127l427 1280h116zM1346 896h380l-190 576z" + }, + { + Name: "LowerCase", + Code: "E5EE", + Path: "M1920 1088v-704h-128v134q-63 -65 -146 -99.5t-174 -34.5q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 51 17.5 97t48.5 82.5t73.5 61.5t92.5 33l408 68v42q0 40 -15 75t-41 61t-61 41t-75 15q-90 0 -173 -32.5t-147 -95.5v163q71 46 153 69.5t167 23.5q67 0 125 -25t101.5 -68.5t68.5 -101.5t25 -125zM1792 832v84l-387 -64q-27 -5 -50 -18t-39.5 -33t-26 -45t-9.5 -52q0 -40 15 -75t41 -61t61 -41t75 -15q66 0 124.5 25t102 68.5t68.5 102t25 124.5zM896 1088v-704h-128v134q-63 -65 -146 -99.5t-174 -34.5q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 51 17.5 97t48.5 82.5t73.5 61.5t92.5 33l408 68v42q0 40 -15 75t-41 61t-61 41t-75 15q-90 0 -173 -32.5t-147 -95.5v163q71 46 153 69.5t167 23.5q67 0 125 -25t101.5 -68.5t68.5 -101.5t25 -125zM768 832v84l-387 -64q-27 -5 -50 -18t-39.5 -33t-26 -45t-9.5 -52q0 -40 15 -75t41 -61t61 -41t75 -15q66 0 124.5 25t102 68.5t68.5 102t25 124.5z" + }, + { + Name: "PeopleExternalShare", + Code: "E5EF", + Path: "M867 587q28 -14 53.5 -30.5t48.5 -36.5l-82 -98q-52 44 -115.5 67t-131.5 23q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2037 320l-298 -298l-85 85l149 149h-534l149 -150l-85 -84l-298 298l298 298l85 -84l-149 -150h534l-149 149l85 85z" + }, + { + Name: "BorderNone", + Code: "E5F0", + Path: "M128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 640v128h128v-128h-128zM0 896v128h128v-128h-128zM640 2048v-128h-128v128h128zM0 384v128h128v-128h-128zM0 128v128h128v-128h-128zM1408 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1024 1792h-128v128h128v-128zM1664 2048v-128h-128v128h128zM0 1280h128v-128h-128v128zM1152 2048v-128h-128v128h128zM1024 896v-128h-128v128h128zM1024 1152v-128h-128v128h128zM1024 1408v-128h-128v128h128zM896 512v128h128v-128h-128zM512 1152v-128h-128v128h128zM1920 896h-128v128h128v-128zM1792 640v128h128v-128h-128zM1792 384v128h128v-128h-128zM1792 128v128h128v-128h-128zM1664 1024v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1536 128v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1536 1152v-128h-128v128h128zM768 1152v-128h-128v128h128zM1024 128v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM896 384h128v-128h-128v128zM1280 128v128h128v-128h-128zM1280 1152v-128h-128v128h128zM256 1152v-128h-128v128h128zM768 128v128h128v-128h-128z" + }, + { + Name: "BorderInsideVertical", + Code: "E5F1", + Path: "M0 896v128h128v-128h-128zM1024 128v128h128v-128h-128zM768 1152v-128h-128v128h128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM512 1152v-128h-128v128h128zM0 1280h128v-128h-128v128zM1408 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM1664 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM256 1152v-128h-128v128h128zM1664 1024v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1920 896h-128v128h128v-128zM1792 384v128h128v-128h-128zM1792 640v128h128v-128h-128zM768 128v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1152 2048v-128h-128v128h128zM1792 128v128h128v-128h-128zM768 2048h128v-128h-128v128zM1280 1152v-128h-128v128h128zM896 1920h128v-1664h-128v1664zM1536 128v128h128v-128h-128zM1536 1152v-128h-128v128h128zM1280 128v128h128v-128h-128z" + }, + { + Name: "BorderInsideHorizontal", + Code: "E5F2", + Path: "M128 1536v-128h-128v128h128zM384 2048v-128h-128v128h128zM128 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM128 1792v-128h-128v128h128zM256 128v128h128v-128h-128zM0 384v128h128v-128h-128zM0 640v128h128v-128h-128zM1024 1792h-128v128h128v-128zM896 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM512 128v128h128v-128h-128zM896 1280v128h128v-128h-128zM640 2048v-128h-128v128h128zM1792 2048h128v-128h-128v128zM128 1024v128h1664v-128h-1664zM0 896v128h128v-128h-128zM0 1280h128v-128h-128v128zM1024 128v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 640v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1920 896h-128v128h128v-128zM896 512v128h128v-128h-128zM896 384h128v-128h-128v128zM1024 896v-128h-128v128h128zM1792 384v128h128v-128h-128zM768 128v128h128v-128h-128zM1792 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1536 128v128h128v-128h-128z" + }, + { + Name: "BorderInside", + Code: "E5F3", + Path: "M0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM256 128v128h128v-128h-128zM0 128v128h128v-128h-128zM1536 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM128 1536v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM1792 128v128h128v-128h-128zM128 2048v-128h-128v128h128zM512 128v128h128v-128h-128zM1024 1920v-768h768v-128h-768v-768h-128v768h-768v128h768v768h128zM1792 1152v128h128v-128h-128zM1152 2048v-128h-128v128h128zM1792 1408v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1792 1664v128h128v-128h-128zM768 2048h128v-128h-128v128zM1792 640v128h128v-128h-128zM0 1280h128v-128h-128v128zM1920 896h-128v128h128v-128zM1792 384v128h128v-128h-128zM1152 128h-128v128h128v-128zM0 896v128h128v-128h-128zM768 128v128h128v-128h-128z" + }, + { + Name: "BorderAll", + Code: "E5F4", + Path: "M0 2048h1920v-1920h-1920v1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 256v768h-768v-768h768zM1792 1152v768h-768v-768h768z" + }, + { + Name: "Bill", + Code: "E5FA", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM384 1280h640v-128h-640v128zM384 1024h640v-128h-640v128zM384 768h640v-128h-640v128zM1408 1280h128v-128h-128v128zM1408 1024h128v-128h-128v128zM1408 768h128v-128h-128v128zM1152 1280h128v-128h-128v128zM1152 1024h128v-128h-128v128zM1152 768h128v-128h-128v128zM1408 512h128v-128h-128v128zM1152 512h128v-128h-128v128z" + }, + { + Name: "BusinessCard", + Code: "E5FB", + Path: "M896 1280v-128h-640v128h640zM640 896v-128h-384v128h384zM0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1408 1408l384 -768h-768zM1408 1122l-177 -354h354z" + }, + { + Name: "PortalAppTemplate32", + Code: "E5FC", + Path: "M768 512q-107 0 -205 27.5t-183.5 77t-155.5 119.5t-119.5 155.5t-77 184t-27.5 204.5t27.5 204.5t77.5 183.5t120 155t155 120t183.5 77.5t204.5 27.5t204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204t-27.5 -204.5t-77.5 -183.5t-120 -155t-155 -120t-183.5 -77.5t-204.5 -27.5zM1440 1280q0 49 -7 97t-21 95h-272q12 -96 12 -192t-12 -192h272q14 47 21 95t7 97zM988 1915q56 -77 87.5 -166t49.5 -181h250q-29 60 -69 113.5t-90 98.5t-107.5 79.5t-120.5 55.5zM1056 1280q0 48 -3.5 96t-9.5 96h-550q-6 -48 -9.5 -96t-3.5 -96q0 -49 3.5 -96.5t9.5 -95.5h550q6 48 9.5 96t3.5 96zM509 1568h518q-6 29 -17.5 69t-28 82.5t-38 84.5t-48 74.5t-58.5 53t-69 20.5t-69 -20.5t-58.5 -53t-48 -74.5t-38 -84.5t-28 -82.5t-17.5 -69zM161 1568h250q18 92 49.5 181t87.5 166q-63 -21 -120.5 -55.5t-107.5 -79.5t-90.5 -98.5t-68.5 -113.5zM96 1280q0 -49 7 -97t21 -95h272q-12 96 -12 192t12 192h-272q-14 -47 -21 -95t-7 -97zM548 645q-56 77 -87 165.5t-50 181.5h-250q28 -60 68.5 -114t90.5 -98.5t107.5 -79t120.5 -55.5zM1027 992h-518q6 -30 17.5 -69.5t28 -82.5t37.5 -84.5t48 -74.5t59 -53t69 -20t69 20.5t59 53t48 74.5t37.5 84.5t28 82.5t17.5 69zM1375 992h-250q-19 -93 -50 -181.5t-87 -165.5q63 21 120.5 55.5t107.5 79t90 98.5t69 114zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z" + }, + { + Name: "ModelAppTemplate32", + Code: "E5FD", + Path: "M1344 1184v-384h-288v-32q0 -23 -2.5 -45.5t-12.5 -45.5q-23 -54 -71 -85.5t-106 -31.5q-59 0 -106.5 31.5t-70.5 85.5q-11 23 -13 45.5t-2 45.5v32h-288v288h-32q-23 0 -45.5 2t-45.5 13q-54 23 -85.5 70.5t-31.5 106.5q0 58 31.5 106t85.5 71q23 10 45.5 12.5t45.5 2.5h32v288h288v32q0 23 2 44.5t13 45.5q23 54 70.5 86t106.5 32t106.5 -32t70.5 -86q10 -24 12.5 -45.5t2.5 -44.5v-32h288v-384h-144q-40 0 -68 -28t-28 -68t28 -68t68 -28h144zM1248 896v192h-33q-23 0 -45 2t-45 13q-54 23 -85.5 71t-31.5 106t31.5 106t85.5 71q23 10 45 12.5t45 2.5h33v192h-288v144q0 40 -28 68t-68 28t-68 -28t-28 -68v-144h-288v-288h-144q-40 0 -68 -28t-28 -68t28 -68t68 -28h144v-288h288v-144q0 -40 28 -68t68 -28t68 28t28 68v144h288zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z" + }, + { + Name: "CanvasAppTemplate32", + Code: "E5FE", + Path: "M669 510q-5 -53 -28.5 -99.5t-61 -81t-86 -54t-101.5 -19.5h-224q-51 0 -93 27.5t-62 74.5q-9 20 -11.5 40.5t-2.5 41.5q0 11 0.5 20.5t0.5 19.5q9 0 18 -0.5t19 -0.5q16 0 31.5 3.5t26.5 14.5q17 17 17 39q0 53 19.5 101.5t54 86t81 61t99.5 28.5q134 131 266 264t263.5 266.5t263.5 266t267 263.5q31 30 70 46.5t82 16.5q44 0 83 -17t68 -46t46 -68t17 -83q0 -43 -16.5 -82t-46.5 -70q-131 -134 -263.5 -266.5t-266 -264t-266.5 -263.5t-264 -266zM560 536q0 35 -13 65.5t-36 53.5t-53.5 36t-65.5 13q-51 0 -93 -27.5t-62 -74.5q-13 -30 -13 -66q0 -48 -25.5 -89t-69.5 -62q15 -17 39 -17h224q35 0 65.5 13t53.5 36t36 53.5t13 65.5zM648 648l102 102q-54 90 -144 144l-102 -102q100 -44 144 -144zM1680 1722q0 21 -8 39.5t-22 32.5t-32.5 22t-39.5 8q-43 0 -73 -30l-818 -819q86 -58 144 -144l819 818q30 30 30 73zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z" + }, + { + Name: "TriggerPhrase", + Code: "E5FF", + Path: "M1408 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40h-384v-677l275 274l90 -90l-429 -429l-429 429l90 90l275 -274v677h-384q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40h896zM1408 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-896q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h896z" + }, + { + Name: "ChatSettings", + Code: "E600", + Path: "M0 1920h2048v-1064q-57 62 -128 107v829h-1792v-1152h256v-293l293 293h349q-11 -31 -17.5 -63.5t-10.5 -64.5h-267l-475 -475v475h-256v1408zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "MSListsConnected", + Code: "E601", + Path: "M1353 1317q-15 0 -25.5 10.5t-10.5 25.5v256h-293v-329l-76 -76l512 -512l39 39h512q15 0 26 -10t11 -26v-512l-183 -183h-512q-16 0 -26 11t-10 26v512l39 39l-512 512l-76 -76h-329v-293h256q15 0 25.5 -10.5t10.5 -25.5v-512l-182 -183h-512q-16 0 -26.5 10.5t-10.5 26.5v512l183 182h110v293h-242q-21 0 -36 15t-15 36v717l256 256h717q21 0 36 -15t15 -36v-242h293v110l182 183h512q16 0 26.5 -10.5t10.5 -26.5v-512l-183 -182h-512zM1463 1463h341l98 97v342h-342l-97 -98v-341zM244 585l-98 -97v-342h342l97 98v341h-341zM1463 146h341l98 98v341h-342l-97 -97v-342z" + }, + { + Name: "PAAction", + Code: "E60B", + Path: "M128 512h1664v-512h-1664v512zM256 128h1408v256h-1408v-256zM1792 2048v-512h-768v-774l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v774h-768v512h1664zM1664 1920h-1408v-256h1408v256z" + }, + { + Name: "FlowTrigger", + Code: "E60C", + Path: "M2017 1280l-238 -384h269l-672 -896h-264l256 512h-256l387 768h518zM1792 768h-243l238 384h-209l-258 -512h256l-241 -482zM1408 2048h640v-640h-640v256h-120l-449 -896h-199v-256h-640v640h640v-256h120l449 896h199v256zM512 640v384h-384v-384h384zM1920 1536v384h-384v-384h384z" + }, + { + Name: "LibraryAddTo", + Code: "E60D", + Path: "M639 1792h385v-1536h-385v1536v0zM768 383h129v1280h-129v-1280v0zM127 1792h385v-1536h-385v1536v0zM256 383h129v1280h-129v-1280v0zM2048 385v-129h-256v-256h-129v256h-254v129h254v254h129v-254h256v0zM1456 768l-311 931l346 116l349 -1047h-118l-302 905l-133 -44l287 -861h-118v0z" + }, + { + Name: "Factory", + Code: "E60E", + Path: "M896 1664h-128q0 53 20 100t54.5 81.5t81.5 54.5t100 20h384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5zM896 896v-256h-128v256h128zM512 896v-256h-128v256h128zM1664 896v-256h-128v256h128zM1024 1152h1024v-1152h-2048v1152h128v640h384v-640h128v384h384v-384zM768 1408v-256h128v256h-128zM256 1664v-512h128v512h-128zM1152 128v256h-256v-256h256zM1920 128v896h-1792v-896h640v384h512v-384h640zM1280 896v-256h-128v256h128z" + }, + { + Name: "ReportTrophy", + Code: "E614", + Path: "M1792 1024h256v-191q0 -57 -19.5 -109.5t-54 -94.5t-82 -71t-104.5 -39l1 25q-6 -52 -27 -98.5t-54 -84t-77 -63.5t-95 -36v-134h256v-128h-640v128h256v134q-51 10 -95 36t-77 63.5t-54 84t-27 98.5l1 -25q-57 12 -104.5 41t-82 70t-54 92.5t-19.5 110.5v191h256v128h640v-128zM1152 652v244h-128v-63q0 -30 9.5 -58.5t26.5 -52t40.5 -42t51.5 -28.5zM1664 576v448h-384v-448q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1920 833v63h-128v-244q28 10 52 28.5t40.5 42t26 51.5t9.5 59zM1408 1280h-384v768h384v-768zM0 384v640h384v-640h-384zM1920 1280h-384v384h384v-384zM896 522v-138h-384v1280h384v-512h-128v-319q0 -95 32.5 -168.5t95.5 -142.5z" + }, + { + Name: "PBIGoalEntry", + Code: "E615", + Path: "M128 1792h1792v-1408h-640l-256 -256l-256 256h-640v1408zM1792 512v1152h-1536v-1152h565q53 -50 102.5 -101t100.5 -102q51 51 100.5 102t102.5 101h565zM1536 1152v-128h-1024v128h1024zM1536 1408v-128h-1024v128h1024zM1152 896v-128h-640v128h640z" + }, + { + Name: "PBIGoalEntryAdd", + Code: "E616", + Path: "M1024 309q51 51 101 102t102 101h53v-128l-256 -256l-256 256h-640v1408h1792v-1024h-128v896h-1536v-1152h565q52 -50 102 -101t101 -102zM1536 1408v-128h-1024v128h1024zM1536 1152v-128h-1024v128h1024zM512 768v128h640v-128h-640zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "DatabaseBlock", + Code: "E617", + Path: "M2048 448q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5zM1776 181l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -67 25 -125t68.5 -101.5t101.5 -68.5t125 -25q47 0 92 13.5t84 39.5zM1920 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM384 1411v-963q0 -20 13 -35t27 -28q44 -38 112 -63t143.5 -39.5t149.5 -20.5t131 -6q17 0 32.5 1t32.5 2q11 -32 25 -64t32 -61q-31 -2 -61 -4t-61 -2q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -87 17.5t-100.5 28.5t-101 40t-88 54.5t-62 71.5t-23.5 89v1152q0 68 38.5 118t100.5 85.5t139.5 58.5t156 35.5t149.5 17.5t120 5t120 -5t149.5 -17.5t156 -35.5t139.5 -58.5t100.5 -85.5t38.5 -118v-551q-16 2 -31.5 4.5t-32.5 2.5t-32.5 -2.5t-31.5 -4.5v362q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62zM384 1600q0 -20 13 -35.5t27 -27.5q30 -25 70.5 -44.5t87.5 -34t97.5 -24t100.5 -15.5t96 -8.5t84 -2.5q60 0 133 6t146.5 20.5t140.5 39.5t115 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114.5 63t-141 39.5t-147 20.5t-132.5 6q-38 0 -84 -2.5t-96 -8.5t-100.5 -15.5t-97.5 -24t-87.5 -34t-70.5 -44.5q-14 -12 -27 -27.5t-13 -35.5z" + }, + { + Name: "PagePermission", + Code: "E618", + Path: "M1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -150t-82 -122t-122 -82t-150 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-6 22 -8.5 44.5t-2.5 45.5q0 80 30 150t82 122t122 82t150 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -32 9 -63.5t21 -61.5l-414 -413v-102h128v128h128v128h128v91l93 92q41 -23 77.5 -39t85.5 -16zM0 1920h2048v-767q-28 28 -60.5 50.5t-67.5 41.5v163h-1792v-1024h640v-128h-768v1664zM1920 1536v256h-1792v-256h1792z" + }, + { + Name: "TablePermission", + Code: "E619", + Path: "M640 512h259q-32 -32 -63.5 -64t-63.5 -64h-772v1536h1664v-608q-32 0 -64 -4.5t-64 -11.5v240h-384v-256h335q-118 -38 -208 -127v-1h-127v-138v-69q0 -3 -2 -11t-5 -16.5l-6 -17t-4 -13.5q-15 -59 -15 -119v-17t1 -17l-94 -94h-3v128h-384v-256zM1024 896v256h-384v-256h384zM1024 1280v256h-384v-256h384zM128 1792v-128h1408v128h-1408zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM2048 768q0 -80 -30 -150t-82 -122t-122 -82t-150 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-6 22 -8.5 44.5t-2.5 45.5q0 80 30 150t82 122t122 82t150 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1920 768q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -33 9 -63.5t21 -61.5l-414 -413v-102h128v128h128v128h128v91l93 92q21 -12 40 -22t38 -17.5t39.5 -11.5t45.5 -4q53 0 99.5 20t81.5 55t55 81.5t20 99.5zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "SQLServerLogo", + Code: "E61A", + Path: "M1927 1920q22 0 44 -9.5t39 -25t27.5 -36.5t10.5 -44v-1246q0 -23 -10.5 -43.5t-28 -36.5t-39 -25t-43.5 -9h-585q-9 -33 -17.5 -67.5t-8.5 -69.5q0 -42 20.5 -66t51 -36t67 -16t68.5 -6q45 -3 89 -3.5t89 -0.5v-122h-1354v122q46 0 91 1t91 3q37 3 80.5 7.5t80 19t61 42.5t24.5 78q0 29 -5.5 57.5t-13.5 56.5h-647q-23 0 -43 9.5t-34.5 25.5t-23 36.5t-8.5 42.5v1246q0 22 8.5 43t23 37t34.5 25.5t43 9.5h1818zM1891 601v1164h-1739v-1164h1739zM1593 1053v-90h-268v502h101v-412h167zM1028 954q-54 0 -95 20t-68 54.5t-41 79.5t-14 95q0 52 14 99.5t42 83.5t70 57.5t99 21.5q54 0 94.5 -20.5t67.5 -55.5t40 -80.5t13 -95.5q0 -26 -4 -53t-12 -53t-21.5 -49.5t-32.5 -41.5l114 -120h-142l-59 67q-32 -9 -65 -9zM916 1209q0 -27 5.5 -55t19 -51.5t35.5 -38t54 -14.5q33 0 55 14.5t34.5 37t18 50.5t5.5 55t-5 55.5t-17.5 52.5t-34 39t-54.5 15t-55 -14.5t-35.5 -38t-19.5 -52t-6 -55.5zM455 1318q0 39 14.5 67t39 45.5t56.5 26t67 8.5q29 0 57.5 -4t54.5 -15v-103q-23 17 -50.5 25.5t-56.5 8.5q-12 0 -25 -2t-24.5 -8t-18.5 -15.5t-7 -24.5q0 -21 15 -34t37.5 -25t48.5 -24t48.5 -30.5t37.5 -45.5t15 -67q0 -41 -14.5 -69t-39 -45.5t-57 -25t-68.5 -7.5q-31 0 -66 6t-62 21v111q25 -23 57 -37t67 -14q12 0 25 2.5t24.5 8t19 15t7.5 24.5q0 22 -15 36t-37.5 26t-48.5 24t-48.5 30t-37.5 44t-15 67z" + }, + { + Name: "EditListPencil", + Code: "E61B", + Path: "M2048 1713q0 -67 -25 -128.5t-73 -109.5l-1317 -1317l-633 -158l158 633l1317 1317q48 48 109.5 73t128.5 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -130zM620 326l1081 1082l-293 293l-1082 -1081q107 -35 183 -111t111 -183zM258 505l-82 -329l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48zM835 1536l-128 -128h-451v128h579zM579 1280l-128 -128h-195v128h323zM1091 1792l-128 -128h-707v128h835zM128 1792v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1536v-128h-128v128h128z" + }, + { + Name: "CarePlanTemplate", + Code: "E61E", + Path: "M128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 2048v-128h-128v128h128zM1408 1536v128h128v-128h-128zM1408 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM128 768v-128h-128v128h128zM768 128h654l128 -128h-910v1408h731l421 -421v-194q-34 -6 -64 -19q-30 13 -64 19v103h-384v384h-512v-1152zM1408 1189v-165h165zM384 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM2048 448q0 -38 -14.5 -73.5t-41.5 -62.5l-264 -263l-264 263q-27 27 -41.5 62.5t-14.5 73.5q0 40 15 74.5t40.5 60.5t60 41t74.5 15q36 0 69.5 -13t60.5 -37q56 50 130 50q40 0 74.5 -15t60 -41t40.5 -60.5t15 -74.5zM1920 448q0 26 -18 44.5t-44 18.5q-25 0 -44 -17l-86 -78l-86 78q-19 17 -44 17q-26 0 -44 -18.5t-18 -44.5t19 -45l173 -173l173 173q19 19 19 45zM128 0v128h128v-128h-128zM128 512v-128h-128v128h128zM128 1024v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 256h128v-128h-128v128z" + }, + { + Name: "RecordRouting", + Code: "E62D", + Path: "M1645 877l301 -301l-301 -301l-90 90l146 147h-421v-512h-640v128h512v512h549l-146 147zM1280 963l-576 -287l-576 287v762l576 287l576 -287v-762zM1152 1042v540l-384 -192v-539zM704 1869l-369 -184l369 -184l369 184zM640 851v539l-384 192v-540z" + }, + { + Name: "QueueAdvanced", + Code: "E62E", + Path: "M1061 256h-677v128h-128v-256h741l-64 -128h-805v512h256v1280h859l384 -384h-182l-165 165v-165h104l-64 -128h-168v384h-640v-1280h613zM896 1280v-128h-256v128h256zM896 1536v-128h-256v128h256zM640 896v128h256v-128h-256zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z" + }, + { + Name: "CharticulatorArrangePolar", + Code: "E632", + Path: "M13 1639q208 103 431 162t455 72l85 -1537q-74 -4 -145 -23.5t-137 -51.5zM763 424q22 7 43.5 12.5t43.5 10.5l-72 1287q-154 -17 -302 -56.5t-290 -99.5zM1149 1873q232 -13 455.5 -72t431.5 -162l-690 -1378q-66 32 -137 51.5t-145 23.5zM1285 424l577 1154q-142 60 -290 99.5t-302 56.5l-72 -1287q22 -5 43.5 -10.5t43.5 -12.5z" + }, + { + Name: "CharticulatorArrangePolarAngles", + Code: "E633", + Path: "M1346 261q-18 9 -36.5 16.5t-37.5 15.5q19 -8 37.5 -15.5t36.5 -16.5zM1235 305l-11 3zM1235 305q9 -4 20 -7q-11 3 -20 7zM1264 295q4 0 8 -2q-2 1 -4 1t-4 1zM1264 295l-9 3zM2035 1639l-283 -567q-149 75 -310 116.5t-328 50.5l35 634q71 -4 140 -12.5t138 -20.5l-3 1q10 -5 23 -5.5t24 -3.5l-9 2q42 -9 82 -19t82 -20l-13 3q31 -7 61.5 -17t60.5 -19l-39 12q6 -2 24.5 -8t39.5 -12.5t38 -12.5t19 -8l-3 2l10 -4h-2q54 -22 107.5 -44t105.5 -48zM2035 1639q-35 17 -70 33t-70 30q35 -14 70 -30t70 -33zM1679 1780q-2 0 -8 2q6 -2 8 -2zM1649 1789q-2 0 -8 2q6 -2 8 -2zM1453 1835l-12 3zM1693 1240l169 338q-145 57 -291 98.5t-301 57.5l-21 -379q229 -29 444 -115zM1064 336l35 632q139 -8 273 -41.5t259 -96.5l-284 -569q-36 18 -75 32q-7 3 -18 5.5t-22.5 5.5t-22 6t-15.5 6h3q-2 0 -10 1.5t-10 2.5l2 -1q-2 1 -9.5 2.5t-16.5 3t-17 3t-11 1.5h4q-7 0 -15 2h2h-2l-17 2q-8 1 -16.5 2t-16.5 1zM1209 312h1h-1zM1219 827l-21 -381q23 -3 44.5 -9.5t42.5 -13.5l171 343q-113 41 -237 61zM1161 323h1h-1zM899 1873l35 -634q-167 -9 -328 -50.5t-310 -116.5l-284 567q78 38 158 70t163 60l-20 -7q143 47 289.5 75t296.5 36zM350 1774q-4 -2 -7.5 -2.5t-7.5 -2.5q4 2 7.5 2.5t7.5 2.5zM355 1240q215 86 444 115l-21 379q-155 -16 -301 -57.5t-291 -98.5zM417 830q125 63 259 96.5t273 41.5l35 -632q-71 -7 -145 -23.5t-137 -51.5zM592 766l171 -343q22 7 43 12.5t44 10.5l-21 381q-124 -20 -237 -61z" + }, + { + Name: "CharticulatorBand", + Code: "E634", + Path: "M0 384v768h128v-768h-128zM256 384v768l1536 512v-1280h-1536zM384 1060v-548h1280v974zM1920 1664h128v-1280h-128v1280z" + }, + { + Name: "CharticulatorGuideCoordinator", + Code: "E635", + Path: "M749 756q23 -23 49 -41.5t55 -32.5l-151 -208q-28 17 -54 35.5t-50 40.5zM686 1203q-31 -59 -40 -122l-246 81q7 32 17 62.5t23 59.5zM1088 1401q-16 3 -31.5 5t-32.5 2q-16 0 -32 -2l-32 -4v256l32 4t32 2q17 0 32.5 -2.5t31.5 -4.5v-256zM1362 1203l246 81q13 -29 23 -59.5t17 -62.5l-246 -81q-9 63 -40 122zM1221 863q-41 -51 -103 -76l-94 128l-94 -128q-30 12 -56.5 31t-46.5 45l93 128l-150 49q2 32 11.5 63.5t27.5 58.5l151 -50v159q16 4 31.5 6.5t32.5 2.5t32.5 -2.5t31.5 -6.5v-159l151 50q18 -27 27.5 -58.5t11.5 -63.5l-150 -49zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1602 341q75 64 134.5 141.5t100 165t62 182.5t21.5 194q0 56 -7 110.5t-21 108.5l-122 -40q-8 31 -17 61.5t-22 59.5l121 40q-48 118 -126 215.5t-177.5 169.5t-216.5 115.5t-244 52.5v-128l-32 2t-32 1t-32 -1l-32 -2v128q-127 -9 -244 -52.5t-216.5 -115.5t-177.5 -169.5t-126 -215.5l121 -40q-13 -29 -22 -59.5t-17 -61.5l-122 40q-14 -54 -21 -108.5t-7 -110.5q0 -99 21.5 -194t62 -182.5t100 -165t134.5 -141.5l75 103q47 -41 104 -75l-76 -103q107 -68 227.5 -103t247.5 -35t247.5 35t227.5 103l-76 103q28 17 53.5 36t50.5 39zM1195 682q29 14 55 32.5t49 41.5l151 -206q-24 -22 -50 -40.5t-54 -35.5z" + }, + { + Name: "CharticulatorGuideX", + Code: "E636", + Path: "M768 1664v-256h-128v256h128zM768 1280v-256h-128v256h128zM768 896v-256h-128v256h128zM768 2048v-256h-128v256h128zM1280 1664v-256h-128v256h128zM1280 896v-256h-128v256h128zM1280 2048v-256h-128v256h128zM1280 1280v-256h-128v256h128zM256 2048v-256h-128v256h128zM1664 1024v256h128v-256h-128zM1664 640v256h128v-256h-128zM1664 1408v256h128v-256h-128zM256 1664v-256h-128v256h128zM1664 2048h128v-256h-128v256zM256 1280v-256h-128v256h128zM1664 384v128h128v-384h-128v128h-1408v-128h-128v384h128v-128h1408zM256 896v-256h-128v256h128z" + }, + { + Name: "CharticulatorGuideY", + Code: "E637", + Path: "M512 1792v128h256v-128h-256zM896 256v128h256v-128h-256zM896 768v128h256v-128h-256zM896 1280v128h256v-128h-256zM512 1280v128h256v-128h-256zM896 1792v128h256v-128h-256zM0 1792v128h384v-128h-128v-1408h128v-128h-384v128h128v1408h-128zM512 768v128h256v-128h-256zM512 256v128h256v-128h-256zM1664 256v128h256v-128h-256zM1664 768v128h256v-128h-256zM1664 1280v128h256v-128h-256zM1664 1920h256v-128h-256v128zM1280 1280v128h256v-128h-256zM1280 768v128h256v-128h-256zM1280 256v128h256v-128h-256zM1280 1792v128h256v-128h-256z" + }, + { + Name: "CharticulatorLegend", + Code: "E638", + Path: "M640 1920v-512h-512v512h512zM512 1536v256h-256v-256h256zM128 1024q0 53 20 100t54.5 81.5t81.5 54.5t100 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5zM240 1024q0 -30 11.5 -56t31 -45.5t45.5 -31t56 -11.5t56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56zM896 1792h1152v-128h-1152v128zM896 1024v128h1152v-128h-1152zM896 384v128h1152v-128h-1152zM384 64l-320 576h640zM384 327l102 185h-204z" + }, + { + Name: "CharticulatorLine", + Code: "E639", + Path: "M192 768q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM192 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1856 1664q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1856 1395q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM469 791l1055 568q20 -57 55 -102l-1055 -568q-20 57 -55 102z" + }, + { + Name: "CharticulatorLineStyleDashed", + Code: "E63A", + Path: "M512 897v127h384v-127h-384v0zM1536 1024h384v-127h-384v127v0zM0 897v127h384v-127h-384v0zM1024 897v127h384v-127h-384v0z" + }, + { + Name: "CharticulatorLineStyleDotted", + Code: "E63B", + Path: "M256 897v127h128v-127h-128zM512 897v127h128v-127h-128zM768 897v127h128v-127h-128zM0 897v127h128v-127h-128zM1536 897v127h128v-127h-128zM1024 897v127h128v-127h-128zM1792 1024h128v-127h-128v127zM1280 897v127h128v-127h-128z" + }, + { + Name: "CharticulatorLinkingData", + Code: "E63C", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-30 0 -58 9.5t-52 26t-42 40t-28 52.5h-664q-5 -14 -11.5 -27t-15.5 -24l312 -467q11 2 23 4t24 2q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 32 10.5 61t28.5 54l-312 467q-11 -2 -23 -4t-24 -2q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9.5 58t26 52t40 42t52.5 28v664q-29 10 -52.5 28t-40 42t-26 52t-9.5 58q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -16 -3 -32t-8 -31l358 -286q46 29 101 29q12 0 24 -2t23 -4l312 467q-18 25 -28.5 54t-10.5 61q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -32 -10.5 -61t-28.5 -54l312 -467q11 2 23 4t24 2zM115 1600q0 -32 22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5zM192 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM340 697l2 -2zM651 1025q-5 15 -8 31t-3 32t3 32t8 31l-358 286q-20 -12 -37 -17v-664q17 -5 37 -17zM1344 397q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM832 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1344 1933q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM1676 1152q5 14 11.5 27t15.5 24l-312 467q-11 -2 -23 -4t-24 -2t-24 2t-23 4l-312 -467q9 -11 15.5 -24t11.5 -27h664zM1856 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5z" + }, + { + Name: "CharticulatorLinkingSequence", + Code: "E63D", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 41 16.5 77t45.5 64l-242 564q-3 0 -6 -0.5t-6 -0.5q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q55 0 101 -29l358 286q-5 15 -8 31t-3 32q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-16.5 -77t-45.5 -64l242 -564q3 0 6 0.5t6 0.5q55 0 101 -29l358 286q-5 15 -8 31t-3 32q0 40 15 75t41 61t61 41t75 15zM192 883q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM832 1395q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1216 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1856 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5z" + }, + { + Name: "CharticulatorOrderColumn", + Code: "E63E", + Path: "M1909 384l90 -91l-271 -271l-271 271l90 91l117 -117v1438l-87 -215l-119 49l206 505v4h128v-1781zM408 844l218 537l119 -49l-219 -537zM256 471l87 214l119 -48l-206 -505v-4h-128v1920h128v-1577zM1394 1381l119 -49l-219 -537l-118 49zM1024 471l87 214l119 -48l-206 -505v-4h-128v1577l-87 -215l-119 49l206 505v4h128v-1577z" + }, + { + Name: "CharticulatorOrderRow", + Code: "E63F", + Path: "M716 1304l-49 118l537 218l49 -118zM1362 1705l215 87h-1577v128h1920v-128h-4l-505 -206zM716 536l-49 118l537 218l49 -118zM1362 937l215 87h-1577v128h4l505 206l49 -119l-215 -87h1577v-128h-4l-505 -206zM1755 591l271 -271l-271 -271l-91 90l117 117h-1781v128h4l505 206l49 -119l-215 -87h1438l-117 117z" + }, + { + Name: "CharticulatorPlotCartesian", + Code: "E640", + Path: "M1920 1664h-128v-384h128v-128h-128v-384h128v-128h-128v-384h128v-128h-1792v1792h128v-128h384v128h128v-128h384v128h128v-128h384v128h128v-128h128v-128zM640 256v384h-384v-384h384zM640 768v384h-384v-384h384zM640 1280v384h-384v-384h384zM1152 256v384h-384v-384h384zM1152 768v384h-384v-384h384zM1152 1280v384h-384v-384h384zM1664 256v384h-384v-384h384zM1664 768v384h-384v-384h384zM1664 1280v384h-384v-384h384z" + }, + { + Name: "CharticulatorPlotCurve", + Code: "E641", + Path: "M2048 1536v-1536q-102 0 -216 11t-228.5 33t-224 53.5t-201.5 73.5q-28 13 -46 22t-33 18t-32 19t-43 26t-43 26t-32 19t-33 17.5t-46 21.5q-92 42 -201.5 74t-224 54t-228.5 33t-216 11v1536q102 0 216 -11t228.5 -33t224 -54t201.5 -74q28 -13 46 -21.5t33 -17.5t32 -19t43 -26t43 -26t32 -19t33 -18t46 -22q92 -42 201.5 -73.5t224 -53.5t228.5 -33t216 -11zM637 1826l-30 -307q102 -26 199.5 -64t187.5 -93l77 255q-31 16 -60 33t-58 36q-73 48 -152.5 81.5t-163.5 58.5zM387 606l31 312q-72 13 -144.5 22t-145.5 14v-319q66 -4 130 -11t129 -18zM430 1045l38 374q-85 17 -169.5 29t-170.5 18v-383q76 -6 151.5 -15t150.5 -23zM481 1548l31 311q-95 21 -191 34.5t-193 20.5v-319q89 -7 177 -18.5t176 -28.5zM741 525l81 271q-67 31 -136.5 54.5t-141.5 40.5l-31 -308q58 -11 114.5 -26t113.5 -32zM557 1019q78 -18 154 -42t149 -57l96 316q-1 0 -1.5 0.5t-1.5 0.5q-87 52 -174 89t-185 64zM1408 223v311q-121 32 -235.5 77t-219.5 114q-4 2 -7.5 4.5t-8.5 4.5l-76 -252q62 -25 120 -54.5t114 -65.5q72 -48 151 -81.5t162 -57.5zM1408 666v380q-88 23 -173 53t-166 71l-93 -309q57 -35 107.5 -63t101 -51t104.5 -43t119 -38zM1408 1178v316q-56 14 -110.5 31.5t-108.5 39.5l-82 -270q72 -38 147.5 -66.5t153.5 -50.5zM1920 134v319q-97 6 -192.5 19t-191.5 32v-314q95 -22 191 -35.5t193 -20.5zM1920 581v384q-97 6 -192.5 19t-191.5 32v-382q96 -20 191.5 -33t192.5 -20zM1920 1093v320q-97 6 -192.5 19t-191.5 32v-317q188 -40 384 -54z" + }, + { + Name: "CharticulatorPolarCoordinates", + Code: "E642", + Path: "M1054 519q-26 -5 -52.5 -7.5t-53.5 -2.5q-16 0 -40 2t-40 8l21 127q37 -6 75 -6q17 0 34.5 1.5t34.5 3.5zM613 1372q-24 -29 -42 -61.5t-31 -67.5l-121 44q7 18 17.5 41t23 46t26.5 44t28 35zM512 1152v-128h-128v128h128zM1499 885q-6 -20 -17 -42t-24.5 -44.5t-27.5 -43t-27 -36.5l-99 82q24 29 43 61t32 67zM1303 621l-111 -64l-64 111l111 64zM420 886l120 45q27 -71 75 -129l-99 -81q-31 37 -55 78.5t-41 86.5zM1501 1285l-120 -44q-26 71 -74 130l100 80q30 -37 54 -79t40 -87zM1789 1152h131v-128h-131q-7 -94 -35 -183t-74 -169t-109 -148.5t-141 -121.5l65 -113l-110 -64l-66 113q-85 -40 -175 -61t-184 -21t-184 21t-175 61l-66 -113l-110 64l65 113q-78 53 -141 121.5t-109 148.5t-74 169t-35 183h-131v128h131q7 94 35 183t74 169t109 148.5t141 121.5q-11 27 -30.5 57t-34.5 56l110 64q15 -26 31.5 -58t34.5 -55q85 40 175 61t184 21t184 -21t175 -61q18 23 34.5 55t31.5 58l110 -64q-15 -26 -34.5 -56t-30.5 -57q78 -53 141 -121.5t109 -148.5t74 -169t35 -183zM1065 1397l110 -64l-104 -181h590q-8 90 -38 172.5t-77.5 153.5t-111 129t-138.5 99t-160 63.5t-176 22.5q-97 0 -187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187t25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25q91 0 176 22.5t160 63.5t138.5 99t111 129t77.5 153.5t38 172.5h-590l104 -181l-110 -64l-105 181l-105 -181l-110 64l104 181h-209v128h209l-104 181l110 64l105 -181zM1303 1555l-64 -111l-110 64l64 111zM727 557l-110 64l63 111l111 -64zM861 1655q23 4 46.5 5.5t46.5 1.5q26 0 53.5 -1t53.5 -6l-22 -126q-20 2 -40 4.5t-40 2.5q-19 0 -38 -1.5t-38 -5.5zM617 1555l110 64l64 -111l-110 -64z" + }, + { + Name: "CharticulatorSpiral", + Code: "E643", + Path: "M1216 1856q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221q0 -136 -35 -264.5t-99.5 -242t-155 -208.5t-200.5 -164t-237 -107t-265 -38q-135 0 -265.5 37.5t-248 106t-217 163t-172 208t-113 243t-40.5 266.5q0 139 34 274.5t97.5 258.5t155 228.5t207.5 184.5q17 11 37 11q26 0 44.5 -19t18.5 -45q0 -31 -27 -53q-35 -28 -68 -53.5t-65 -56.5q-73 -72 -130 -156.5t-96 -177.5t-59.5 -193t-20.5 -203q0 -121 36 -234t99.5 -212.5t151 -182t190.5 -142t218 -92.5t233 -33q120 0 231 33.5t207 94t174.5 143.5t134.5 182.5t86.5 212t30.5 230.5q0 97 -25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25t-187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187q0 -75 19.5 -144.5t55 -130t85 -110t110 -85t130 -55t144.5 -19.5t144.5 19.5t130 55t110 85t85 110t55 130t19.5 144.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -46 17.5 -87t48 -71.5t71.5 -48t87 -17.5t87 17.5t71.5 48t48 71.5t17.5 87q0 26 -19 45t-45 19q-24 0 -36 -9.5t-18.5 -23.5t-9.5 -31t-9.5 -31t-18.5 -23.5t-36 -9.5q-26 0 -45 19t-19 45q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -73 -27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5t-137 27.5t-112 75.5t-75.5 112t-27.5 137q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -139 -53 -261t-144.5 -213.5t-213.5 -144.5t-261 -53t-261 53t-213.5 144.5t-144.5 213.5t-53 261q0 115 30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30z" + }, + { + Name: "CharticulatorStackRadial", + Code: "E644", + Path: "M1024 1877q264 0 519.5 -60t491.5 -178l-283 -566q-170 85 -354 128t-374 43t-374 -43t-354 -128l-284 566q236 118 492 178t520 60zM1693 1240l169 338q-199 85 -410 128t-428 43t-428 -43t-410 -128l169 -338q160 65 328 98.5t341 33.5t341 -33.5t328 -98.5zM417 830q142 70 295.5 106.5t311.5 36.5t311.5 -36.5t295.5 -106.5l-285 -569q-75 38 -156.5 57t-165.5 19t-165.5 -19t-156.5 -57zM1285 424l171 342q-104 39 -212.5 59t-219.5 20t-219.5 -20t-212.5 -59l171 -342q128 41 261 41t261 -41z" + }, + { + Name: "CharticulatorStackY", + Code: "E645", + Path: "M256 2048h1536v-896h-1536v896zM1664 1280v640h-1280v-640h1280zM256 128v896h1536v-896h-1536zM384 896v-640h1280v640h-1280z" + }, + { + Name: "ODSharedChannel", + Code: "E649", + Path: "M1920 1088v-512q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-512q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h128v-64q0 -40 15 -75t41 -61t61 -41t75 -15h512q40 0 75 15t61 41t41 61t15 75v512q0 40 -15 75t-41 61t-61 41t-75 15h-715q-10 -29 -28 -52.5t-42 -40.5t-52.5 -26t-58.5 -9q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q30 0 58.5 -9t52.5 -26t42 -40.5t28 -52.5h715q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5zM704 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1344 640q-30 0 -58.5 9t-52.5 26t-42 40.5t-28 52.5h-715q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v512q0 66 25 124.5t68.5 102t102 68.5t124.5 25h512q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5v-64h-128v64q0 40 -15 75t-41 61t-61 41t-75 15h-512q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-512q0 -40 15 -75t41 -61t61 -41t75 -15h715q10 29 28 52.5t42 40.5t52.5 26t58.5 9q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM1344 896q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "ODSharedChannel12", + Code: "E64A", + Path: "M1280 512q-41 0 -78.5 12.5t-69 35t-56 54t-37.5 69.5h-527q-71 0 -133 27t-108 73t-73 108t-27 133v512q0 70 27 132.5t73 108.5t108 73t133 27h512q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5h-170q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5h-512q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66v-512q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5h527q13 38 37.5 69.5t56 54t69 35t78.5 12.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1877 1024v-512q0 -71 -27 -133t-73 -108t-108.5 -73t-132.5 -27h-512q-71 0 -133 27t-108 73t-73 108t-27 133h170q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5h512q35 0 66 13.5t54.5 36.5t37 54.5t13.5 66.5v512q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5h-527q-14 -38 -38 -69.5t-55.5 -54t-69.5 -35t-78 -12.5q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q40 0 78 -12.5t69.5 -35t55.5 -54t38 -69.5h527q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5z" + }, + { + Name: "AppIconSecure", + Code: "E657", + Path: "M1505 1152q-101 -43 -168 -128h-313v-896h-1024v1920h1920v-955q-57 46 -128 69v758h-768v-768h481zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512z" + }, + { + Name: "PBIPerspective", + Code: "E658", + Path: "M1280 1792v-256h-128v256h128zM1024 768v128h256v-128h-256zM1280 1280v-256h-128v256h128zM768 768h-256v128h256v-128zM1280 2048v-128h-256v128h256zM128 1280v-256h-128v256h128zM128 1792v-256h-128v256h128zM256 896v-128h-256v128h256zM768 2048v-128h-256v128h256zM256 2048v-128h-256v128h256zM256 1024v455l624 313h144v-72l-561 -280l561 -280v-136h-16l-624 313v-313h-128zM1408 1735l512 -256v-1038l-832 -417l-832 417v199h128v-120l640 -321v441h128v-441l640 321v817l-384 -193v144l305 152l-305 152v143z" + }, + { + Name: "Dataverse", + Code: "E659", + Path: "M2047 1170q0 -123 -29 -239.5t-83 -220t-131.5 -190.5t-174 -149.5t-210.5 -97.5t-242 -35q-68 0 -136 12t-132 35t-123 58t-109 82q-22 -38 -53.5 -69t-69 -52.5t-79.5 -33t-86 -11.5q-78 0 -137 29t-102.5 77t-72.5 111t-46.5 132t-25 138.5t-7.5 131.5q0 123 29 239.5t83 220t131.5 190t174.5 149t211 97.5t242 35q67 0 135 -11.5t132 -35t123 -58.5t109 -81q22 38 53.5 69t69 52.5t80 33t86.5 11.5q78 0 137 -28.5t102.5 -77t72.5 -111.5t46 -132t24.5 -138.5t7.5 -131.5zM389 387q74 0 119 38t78 99q-62 81 -95 177.5t-33 198.5q0 95 31.5 189t90 168.5t141.5 121t186 46.5q85 0 170 -28t153 -80t110.5 -126.5t42.5 -167.5q0 -54 -15.5 -106t-47.5 -96q34 30 60.5 68t44 80t26.5 87.5t9 90.5q0 79 -23 149.5t-64 130t-97 107t-122 80.5t-139 50.5t-148 17.5q-110 0 -207 -30.5t-179.5 -85t-148 -130t-111.5 -165t-70.5 -189.5t-24.5 -205q0 -41 4 -93t15 -106.5t30 -107t48 -93t70 -65.5t96 -25zM1919 1171q0 41 -4 93t-15 106.5t-30 106.5t-48 93t-69.5 66t-95.5 25q-74 0 -119.5 -38t-78.5 -99q62 -81 95.5 -177.5t33.5 -199.5q0 -63 -14.5 -126.5t-41.5 -122t-66.5 -108.5t-89.5 -87.5t-110 -58.5t-128 -21q-85 0 -170 28t-153 80t-110.5 126t-42.5 167q0 55 17 106t46 97q-34 -30 -60 -68t-44 -80.5t-27 -88t-9 -90.5q0 -79 23 -149.5t64 -130t97 -106.5t122 -80t139 -50.5t148 -17.5q110 0 207.5 30.5t180 85t148 129.5t111 164.5t70 190t24.5 205.5z" + }, + { + Name: "PBIHomeLayoutDefault", + Code: "E65B", + Path: "M512 1920v-512h-512v512h512zM384 1536v256h-256v-256h256zM1280 1920v-512h-512v512h512zM1152 1536v256h-256v-256h256zM1536 1920h512v-512h-512v512zM1920 1536v256h-256v-256h256zM0 1024v128h2048v-128h-2048zM0 256v128h2048v-128h-2048zM0 640v128h2048v-128h-2048z" + }, + { + Name: "PBIHomeLayoutExpanded", + Code: "E65C", + Path: "M0 0v512h2048v-512h-2048zM128 384v-256h1792v256h-1792zM0 2048h2048v-512h-2048v512zM1920 1664v256h-1792v-256h1792zM0 768v512h2048v-512h-2048zM128 1152v-256h1792v256h-1792z" + }, + { + Name: "BullseyeTargetAdd", + Code: "E664", + Path: "M1536 1024q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1024 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM256 1024q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q133 0 256 45v-135q-126 -38 -256 -38q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5t32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32t237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5q0 -130 -38 -256h-135q45 123 45 256q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "ZeroDayPatch", + Code: "E665", + Path: "M1032 1152q71 0 118.5 -26.5t76.5 -70.5t41 -101.5t12 -118.5q0 -64 -14 -122.5t-45.5 -103t-81.5 -71t-122 -26.5q-71 0 -118.5 26.5t-76.5 70.5t-41.5 101t-12.5 119q0 64 14 122.5t45.5 103t82 71t122.5 26.5zM891 815q0 -5 0.5 -8.5t1.5 -8.5l245 168q-14 39 -42 65.5t-72 26.5t-70.5 -26t-40.5 -63.5t-18 -79.5t-4 -74zM1157 831q0 8 -1 16t-1 16l-244 -166q14 -39 41 -65t72 -26q41 0 67 23.5t40.5 57.5t20 73t5.5 71zM1664 1920h384v-1024h-128v512h-1792v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128zM128 1536h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256zM1472 219l467 466l90 -90l-557 -558l-269 270l90 90z" + }, + { + Name: "UserClapper", + Code: "E666", + Path: "M1972 1062l44 -167l-992 -255l-44 167zM1024 640h1024v-512q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-768q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v512zM1920 128v384h-768v-384h768zM1280 1536q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 36 231.5t101.5 205.5t157.5 166.5t204 114.5q-56 35 -101 82.5t-76.5 103.5t-48.5 119t-17 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30z" + }, + { + Name: "StreamingDataset", + Code: "E667", + Path: "M1229 521q-24 -32 -37 -70.5t-13 -78.5t13 -78.5t37 -70.5l-100 -74q-36 48 -55 105t-19 117q0 61 19.5 118.5t55.5 106.5zM1030 670q-48 -65 -74.5 -141t-26.5 -157t26.5 -157t74.5 -140l-99 -75q-60 80 -92 175.5t-32 195.5q0 101 31.5 196.5t92.5 176.5zM1725 596q36 -48 55.5 -105.5t19.5 -117.5t-19 -118t-56 -106l-99 75q49 66 49 148q0 40 -12.5 78.5t-36.5 70.5zM1924 745q60 -81 92 -176.5t32 -196.5q0 -100 -32 -195.5t-92 -176.5l-99 75q48 65 74.5 140.5t26.5 156.5t-26.5 157t-74.5 141zM1427 497q25 0 48 -10t40 -27t27 -40t10 -48t-10 -47.5t-27.5 -39.5t-40 -27t-47.5 -10t-47.5 10t-39.5 27t-27 39.5t-10 47.5t10 47.5t26.5 40t39 27.5t48.5 10zM1552 1368q-56 -35 -126 -59.5t-145 -39.5t-150 -21.5t-140 -6.5t-139.5 6.5t-149.5 21.5t-144.5 39t-124.5 60v-934q0 -27 27 -51t63.5 -42.5t74 -31.5t59.5 -18q4 -34 10 -67.5t15 -66.5q-51 11 -115.5 31.5t-121.5 53.5t-96 80t-39 112v1118q0 46 21.5 83.5t57 67.5t80.5 53t92 39.5t92.5 27.5t81.5 18q63 11 127.5 16t128.5 5q66 0 129.5 -5.5t127.5 -16.5q36 -6 81.5 -17t93 -28t92.5 -40t80.5 -53t57 -67.5t21.5 -83.5v-799l-122 -93v709zM1550 1552q0 17 -13.5 33.5t-26.5 27.5q-43 36 -109 60.5t-138.5 38.5t-144.5 20t-127 6t-127 -6t-145 -20.5t-139 -38.5t-109 -60q-14 -11 -26 -26t-12 -35t12 -35t26 -26q48 -38 113 -62t135.5 -38.5t141.5 -20t130 -5.5q60 0 130 5.5t140.5 20t135.5 38.5t113 62q14 11 27 26.5t13 34.5z" + }, + { + Name: "StreamingDataflow", + Code: "E668", + Path: "M1407 512q27 0 50.5 -10t41 -27t27.5 -40.5t10 -50.5t-10 -50.5t-27 -40.5t-40.5 -27t-50.5 -10t-50 10t-40.5 27t-27.5 40t-10 50t9.5 50.5t27 41t40.5 27.5t50 10zM1203 537q-51 -68 -51 -153q0 -42 13 -81.5t38 -72.5l-102 -76q-37 50 -57 108.5t-20 120.5q0 63 19.5 122t57.5 109zM1920 768q62 -84 95 -182t33 -202q0 -103 -32.5 -201.5t-95.5 -181.5l-103 76q51 66 78 144.5t27 162.5t-27 162.5t-78 144.5zM1715 615q37 -51 57 -109.5t20 -121.5t-19.5 -121.5t-57.5 -108.5l-102 77q51 68 51 153q0 42 -13 81.5t-38 72.5zM384 640h256v-640h-640v640h256v768h-256v640h640v-640h-256v-384h1024v384h-256v640h640v-640h-256v-512h-1152v-256zM1664 1536v384h-384v-384h384zM512 1536v384h-384v-384h384zM128 512v-384h384v384h-384zM999 691q-51 -66 -78 -144.5t-27 -162.5t27 -162.5t78 -144.5l-103 -77q-63 83 -95.5 181t-32.5 202t32.5 202.5t95.5 181.5z" + }, + { + Name: "StreamPlaylist", + Code: "E669", + Path: "M1946 1024q0 -32 -15.5 -59.5t-42.5 -44.5l-1290 -799q-30 -19 -65 -19q-26 0 -48 9.5t-39 26.5t-26.5 39t-9.5 48v1598q0 25 9.5 47.5t26.5 39.5t39 26.5t48 9.5q35 0 65 -19l1290 -799q27 -17 42.5 -44.5t15.5 -59.5zM538 234l1170 725h-1170v-725zM538 1087h1172l-1172 727v-727z" + }, + { + Name: "CellSplitVertical", + Code: "E66C", + Path: "M128 1920h1664v-1664h-1664v1664zM1664 384v640h-1408v-640h1408zM1664 1152v640h-1408v-640h1408z" + }, + { + Name: "GlobalNavButton", + Code: "E700", + Path: "M2048 1408h-2048v128h2048v-128v0zM2048 384h-2048v128h2048v-128v0zM2048 897h-2048v127h2048v-127v0z" + }, + { + Name: "InternetSharing", + Code: "E704", + Path: "M896 1408h128v-1408h-128v1408zM372 1804q-58 -58 -103.5 -126.5t-76.5 -143.5t-47.5 -155.5t-16.5 -162.5t16.5 -162.5t47.5 -155.5t76.5 -143.5t103.5 -126.5l-91 -91q-136 137 -208.5 311.5t-72.5 367.5t72.5 367.5t208.5 311.5zM1639 1895q136 -137 208.5 -311.5t72.5 -367.5t-72.5 -367.5t-208.5 -311.5l-91 91q58 58 103.5 126.5t76.5 143.5t47.5 155.5t16.5 162.5t-16.5 162.5t-47.5 155.5t-76.5 143.5t-103.5 126.5zM1367 1623q81 -81 125 -186.5t44 -220.5t-44 -220.5t-125 -186.5l-90 90q63 63 96.5 145.5t33.5 171.5t-33.5 171.5t-96.5 145.5zM643 1533q-63 -63 -97 -145.5t-34 -171.5t34 -171.5t97 -145.5l-90 -90q-81 81 -125 186.5t-44 220.5t44 220.5t125 186.5z" + }, + { + Name: "Brightness", + Code: "E706", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z" + }, + { + Name: "MapPin", + Code: "E707", + Path: "M1920 0h-1920l384 1152h512v262q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-262h512zM768 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM178 128h1564l-298 896h-420v-480q0 -9 -7.5 -15.5t-18 -10t-21 -5t-17.5 -1.5t-17.5 1.5t-21 5t-18 10t-7.5 15.5v480h-420z" + }, + { + Name: "Airplane", + Code: "E709", + Path: "M1792 1280q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-448l-384 -768h-448l256 768h-256l-64 -128h-448l128 384l-128 384h448l64 -128h256l-256 768h448l384 -768h448zM1792 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-527q-99 192 -193 383.5t-191 384.5h-191q64 -193 127 -384.5t129 -383.5h-513l-64 128h-191q21 -64 41.5 -128t43.5 -128q-23 -64 -43.5 -128t-41.5 -128h191l64 128h513q-66 -192 -129 -383.5t-127 -384.5h191q97 193 191 384.5t193 383.5h527z" + }, + { + Name: "Tablet", + Code: "E70A", + Path: "M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1216q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1920 416v1216q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h1728q14 0 23 9t9 23zM896 512v128h256v-128h-256z" + }, + { + Name: "QuickNote", + Code: "E70B", + Path: "M1920 1920v-1792h-1280l-512 512v1280h1792zM640 309v331h-331zM1792 1792h-1536v-1024h512v-512h1024v1536z" + }, + { + Name: "ChevronDown", + Code: "E70D", + Path: "M1939 1581l90 -90l-1005 -1005l-1005 1005l90 90l915 -915z" + }, + { + Name: "ChevronUp", + Code: "E70E", + Path: "M1955 515l-931 930l-931 -930l-90 90l1021 1022l1021 -1022z" + }, + { + Name: "Edit", + Code: "E70F", + Path: "M2048 1713q0 -66 -25 -128t-73 -110l-1317 -1317l-633 -158l158 633l1317 1317q48 48 110 73t128 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -130zM326 620q106 -35 182.5 -111.5t111.5 -182.5l1081 1082l-293 293zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 80.5t-45 66t-66 45t-80.5 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48z" + }, + { + Name: "Add", + Code: "E710", + Path: "M2048 1088v-128h-960v-960h-128v960h-960v128h960v960h128v-960h960z" + }, + { + Name: "Cancel", + Code: "E711", + Path: "M1115 1024l690 -691l-90 -90l-691 690l-691 -690l-90 90l690 691l-690 691l90 90l691 -690l691 690l90 -90z" + }, + { + Name: "More", + Code: "E712", + Path: "M256 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1792 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "Settings", + Code: "E713", + Path: "M1783 1060q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l259 -161l-159 -383l-297 68q-24 -26 -50 -50l68 -297l-383 -159l-161 259q-9 0 -18 -0.5t-18 -0.5t-18 0.5t-18 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383zM1666 930q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q23 -2 47 -4t47 -2q24 0 47.5 2t47.5 4l147 -236l208 86l-63 271q38 31 70 63.5t64 70.5l271 -63l86 208zM1024 1400q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 760q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5z" + }, + { + Name: "Video", + Code: "E714", + Path: "M2048 504l-512 256v-248h-1536v1024h1536v-248l512 256v-1040zM1408 1408h-1280v-768h1280v768zM1920 1337l-384 -193v-240l384 -193v626z" + }, + { + Name: "Mail", + Code: "E715", + Path: "M2048 1664v-1280h-2048v1280h2048zM143 1536l881 -441l881 441h-1762zM1920 512v888l-896 -447l-896 447v-888h1792z" + }, + { + Name: "People", + Code: "E716", + Path: "M1636 1355q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149q0 -91 -41.5 -173t-114.5 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5q91 0 173 -41.5t136 -114.5q38 75 97 134t134 97q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149q0 -91 -41.5 -173t-114.5 -136zM640 640q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1152 1664q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99z" + }, + { + Name: "Phone", + Code: "E717", + Path: "M1607 835q44 0 84.5 -16.5t71.5 -47.5l220 -220q31 -31 47.5 -71.5t16.5 -84.5t-16.5 -84.5t-47.5 -71.5l-14 -14q-54 -54 -99 -96t-94 -70.5t-109 -43.5t-143 -15q-125 0 -257 39t-262.5 108t-256 164t-237 207.5t-205.5 238t-162 256t-106 260.5t-38 252q0 83 14.5 142t43 108t70 93.5t95.5 98.5l16 16q31 31 71 48t85 17q44 0 84.5 -17t71.5 -48l220 -220q31 -31 47.5 -71.5t16.5 -84.5t-15 -78.5t-37 -62.5t-48.5 -51t-48.5 -45t-37 -44.5t-15 -48.5q0 -38 27 -65l551 -551q27 -27 65 -27q26 0 48.5 15t44.5 37t45 48.5t51 48.5t62.5 37t78.5 15zM1524 128q72 0 120.5 13.5t87.5 39t76 63.5t85 86q27 27 27 65q0 18 -14.5 42.5t-37.5 51.5t-51.5 55.5t-56 54t-51 47t-36.5 34.5q-27 27 -66 27q-26 0 -48 -15t-44 -37t-45.5 -48.5t-51.5 -48.5t-62.5 -37t-78.5 -15t-84.5 16.5t-71.5 47.5l-551 551q-31 31 -47.5 71.5t-16.5 84.5t15 78.5t37 62.5t48.5 51.5t48.5 45.5t37 44t15 48q0 39 -27 66q-13 13 -34.5 36.5t-47 51t-54 56t-55.5 51.5t-51.5 37.5t-42.5 14.5q-38 0 -65 -27q-48 -48 -85.5 -85t-64 -76t-40 -87.5t-13.5 -119.5q0 -112 36.5 -231t101 -238t152.5 -234.5t192 -218.5t219.5 -190t234 -150.5t236 -99t225.5 -35.5z" + }, + { + Name: "Pin", + Code: "E718", + Path: "M2048 1536v-896h-64q-78 0 -143 33.5t-112 94.5h-494q-28 -59 -70 -106.5t-94.5 -80.5t-113 -51t-125.5 -18h-64v512h-640l-128 64l128 64h640v512h64q65 0 125.5 -18t113 -51t94.5 -80.5t70 -106.5h494q47 61 112 94.5t143 33.5h64zM1920 1397q-24 -8 -41 -20t-30.5 -26.5t-25 -32.5t-23.5 -38h-653l-15 43q-28 79 -91 134t-145 72v-882q82 17 145 72t91 134l15 43h653q12 -20 23.5 -38t25 -32.5t30.5 -26.5t41 -20v618z" + }, + { + Name: "Shop", + Code: "E719", + Path: "M1792 1536v-1280q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-1152q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5v1280h256v128q0 79 30.5 149t82.5 122t122 82.5t149 30.5q104 0 193 -52q89 52 191 52q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149v-128h256zM1408 1664q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99v-128zM1314 128q-34 60 -34 128v1152h-1024v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h930zM1664 1408h-256v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v1152z" + }, + { + Name: "Stop", + Code: "E71A", + Path: "M1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z" + }, + { + Name: "Link", + Code: "E71B", + Path: "M1536 1280v-128q76 0 145.5 -17.5t122.5 -56t84.5 -99t31.5 -147.5q0 -66 -25.5 -124t-69 -101.5t-101.5 -69t-124 -25.5h-512q-66 0 -124 25.5t-101.5 69t-69 101.5t-25.5 124q0 87 31.5 147.5t84.5 99t122.5 56t145.5 17.5v128h-64q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5h512q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-64zM896 768v128q76 0 145.5 17.5t122.5 56t84.5 99t31.5 147.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124q0 -87 31.5 -147.5t84.5 -99t122.5 -56t145.5 -17.5v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64z" + }, + { + Name: "Filter", + Code: "E71C", + Path: "M2048 1920v-219l-768 -768v-805h-512v805l-768 768v219h2048zM1920 1792h-1792v-37l768 -768v-731h256v731l768 768v37z" + }, + { + Name: "AllApps", + Code: "E71D", + Path: "M0 640v384h384v-384h-384zM128 896v-128h128v128h-128zM0 1152v384h384v-384h-384zM128 1408v-128h128v128h-128zM0 1664v384h384v-384h-384zM128 1920v-128h128v128h-128zM640 1280v128h1152v-128h-1152zM1536 896v-128h-896v128h896zM640 1920h1408v-128h-1408v128zM0 128v384h384v-384h-384zM128 384v-128h128v128h-128zM640 256v128h1152v-128h-1152z" + }, + { + Name: "Zoom", + Code: "E71E", + Path: "M2048 70q0 -28 -17 -49t-47 -21q-26 0 -45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5q15 -15 57.5 -57t102 -100t130 -127.5t142 -141t138.5 -139.5t119 -123t83 -91.5t31 -44.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5z" + }, + { + Name: "ZoomOut", + Code: "E71F", + Path: "M2048 70q0 -28 -17 -49t-47 -21q-26 0 -45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5q15 -15 57.5 -57t102 -100t130 -127.5t142 -141t138.5 -139.5t119 -123t83 -91.5t31 -44.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM384 1408h640v-128h-640v128z" + }, + { + Name: "Microphone", + Code: "E720", + Path: "M704 512q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-512zM640 704q0 -26 19 -45t45 -19h512q26 0 45 19t19 45v1152q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-1152zM1664 1024v-362q0 -84 -32 -158t-87 -129t-129 -87t-158 -32h-234v-128h256v-128h-640v128h256v128h-234q-84 0 -158 32t-129 87t-87 129t-32 158v362h128v-362q0 -57 22 -108t59.5 -88.5t88.5 -59.5t108 -22h596q57 0 108 22t88.5 59.5t59.5 88.5t22 108v362h128z" + }, + { + Name: "Search", + Code: "E721", + Path: "M1344 2048q97 0 187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187t-25 -187t-71 -168t-110.5 -142.5t-142.5 -110.5t-168 -71t-187 -25q-125 0 -239.5 42t-210.5 121l-785 -784q-19 -19 -45 -19t-45 19t-19 45t19 45l784 785q-79 96 -121 210.5t-42 239.5q0 97 25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25zM1344 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5z" + }, + { + Name: "Camera", + Code: "E722", + Path: "M2048 1792v-1536h-2048v1536h549l128 128h694l128 -128h549zM1920 1664h-475l-128 128h-586l-128 -128h-475v-1280h1792v1280zM1024 1536q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1024 640q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5zM320 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Attach", + Code: "E723", + Path: "M1536 1664v-1216q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v1280q0 66 25.5 124t69 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-1280q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v1088h128v-1088q0 -26 19 -45t45 -19t45 19t19 45v1280q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1280q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5t124 25.5t101.5 69t69 101.5t25.5 124v1216h128z" + }, + { + Name: "Send", + Code: "E724", + Path: "M1997 1088l-1979 -883l220 883l-220 883zM206 1747l149 -598h1190zM353 1021l-147 -592l1327 592h-1180z" + }, + { + Name: "FavoriteList", + Code: "E728", + Path: "M2048 1280v-128h-878q-36 118 -72.5 233.5t-73.5 233.5q-37 -118 -73.5 -233.5t-72.5 -233.5h-502q102 -78 202 -156t203 -155q-40 -124 -78 -246.5t-76 -246.5l397 306v-162l-640 -492l248 794l-632 486h784l240 768l240 -768h784zM1152 896h896v-128h-896v128zM1152 512h896v-128h-896v128z" + }, + { + Name: "PageSolid", + Code: "E729", + Path: "M1755 1536h-475v475zM1792 1408v-1408h-1664v2048h1024v-640h640z" + }, + { + Name: "Forward", + Code: "E72A", + Path: "M2042 1024l-941 -941l-90 90l787 787h-1798v128h1798l-787 787l90 90z" + }, + { + Name: "Back", + Code: "E72B", + Path: "M2048 960h-1798l787 -787l-90 -90l-941 941l941 941l90 -90l-787 -787h1798v-128z" + }, + { + Name: "Refresh", + Code: "E72C", + Path: "M1297 2010q166 -45 304 -140.5t237.5 -226t154.5 -289t55 -330.5q0 -141 -36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 140 37 272t105.5 248.5t166.5 212t221 163.5h-274v128h512v-512h-128v297q-117 -56 -211.5 -140.5t-161.5 -190t-103 -227.5t-36 -251q0 -123 32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 150 -48.5 289t-135.5 253t-207.5 197.5t-265.5 123.5l34 123v0z" + }, + { + Name: "Share", + Code: "E72D", + Path: "M1408 512l128 128v-384h-1536v1280h128v-1152h1280v128zM1280 1024q-128 0 -250.5 -25.5t-236.5 -75t-217.5 -121t-191.5 -162.5v128q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32v384l704 -704l-704 -704v384zM1381 1536q-56 0 -105 -1t-97 -6.5t-96 -18t-102 -34.5q-87 -36 -161.5 -92t-133 -127.5t-99 -155t-59.5 -175.5q168 112 359 169t393 57h128v-203l395 395l-395 395v-203h-27z" + }, + { + Name: "Lock", + Code: "E72E", + Path: "M1792 1152v-1152h-1536v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374zM1664 1024h-1280v-896h1280v896z" + }, + { + Name: "BlockedSite", + Code: "E72F", + Path: "M1314 1374l-68 68l-286 -286l-286 286l-68 -68l286 -286l-286 -286l68 -68l286 286l284 -284l68 68l-284 284zM960 3q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5zM128 1666v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z" + }, + { + Name: "ReportHacked", + Code: "E730", + Path: "M1024 512h-128v128h128v-128zM1024 1664h-128v-896h128v896zM960 3q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5zM128 1666v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z" + }, + { + Name: "EMI", + Code: "E731", + Path: "M1536 1920v-1792h-512v512h-128v-512h-512v1792h1152zM1408 1792h-896v-1536h256v512h384v-512h256v1536zM768 1408h-128v256h128v-256zM1024 1408h-128v256h128v-256zM768 1024h-128v256h128v-256zM1024 1024h-128v256h128v-256zM1280 1408h-128v256h128v-256zM1280 1024h-128v256h128v-256z" + }, + { + Name: "MiniLink", + Code: "E732", + Path: "M1728 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-256q-57 0 -109 19t-93.5 53t-70.5 81t-41 103h-268q-12 -56 -41 -103t-70.5 -81t-93.5 -53t-109 -19h-256q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5h256q57 0 109 -19t93.5 -53t70.5 -81t41 -103h268q12 56 41 103t70.5 81t93.5 53t109 19h256zM576 128q30 0 58.5 9t52.5 26t42 40.5t28 52.5h-181q-26 0 -45 19t-19 45t19 45t45 19h181q-10 29 -28 52.5t-42 40.5t-52.5 26t-58.5 9h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15h256zM1728 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15h-256q-30 0 -58.5 -9t-52.5 -26t-42 -40.5t-28 -52.5h181q26 0 45 -19t19 -45t-19 -45t-45 -19h-181q10 -29 28 -52.5t42 -40.5t52.5 -26t58.5 -9h256z" + }, + { + Name: "Blocked", + Code: "E733", + Path: "M1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1024 128q164 0 313.5 56t273.5 163l-1264 1264q-107 -124 -163 -273.5t-56 -313.5q0 -124 32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1701 437q107 124 163 273.5t56 313.5q0 124 -32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32q-164 0 -313.5 -56t-273.5 -163z" + }, + { + Name: "FavoriteStar", + Code: "E734", + Path: "M1416 794l248 -794l-640 492l-640 -492l248 794l-632 486h784l240 768l240 -768h784zM1421 348q-38 124 -76 246.5t-78 246.5q103 77 203 155t202 156h-502l-146 467l-146 -467h-502q102 -78 202 -156t203 -155q-40 -124 -78 -246.5t-76 -246.5l397 306z" + }, + { + Name: "FavoriteStarFill", + Code: "E735", + Path: "M1416 794l248 -794l-640 492l-640 -492l248 794l-632 486h784l240 768l240 -768h784z" + }, + { + Name: "ReadingMode", + Code: "E736", + Path: "M1920 1792v-1664h-1920v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256zM1280 1792q-70 0 -136 -23.5t-120 -68.5v-1254q59 33 124 49.5t132 16.5h256v1280h-256zM384 512h256q67 0 132 -16.5t124 -49.5v1254q-54 45 -120 68.5t-136 23.5h-256v-1280zM128 256h806q-32 31 -65 54.5t-68.5 40t-75 25t-85.5 8.5h-384v1280h-128v-1408zM1792 1664h-128v-1280h-384q-46 0 -85.5 -8.5t-75 -25t-68.5 -40t-65 -54.5h806v1408z" + }, + { + Name: "Favicon", + Code: "E737", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792z" + }, + { + Name: "Remove", + Code: "E738", + Path: "M2048 960h-2048v128h2048v-128z" + }, + { + Name: "Checkbox", + Code: "E739", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z" + }, + { + Name: "CheckboxComposite", + Code: "E73A", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM768 421l-429 430l90 90l339 -338l851 850l90 -90z" + }, + { + Name: "CheckboxFill", + Code: "E73B", + Path: "M2048 2048v-2048h-2048v2048h2048z" + }, + { + Name: "CheckboxIndeterminate", + Code: "E73C", + Path: "M1536 1536v-1024h-1024v1024h1024z" + }, + { + Name: "CheckboxCompositeReversed", + Code: "E73D", + Path: "M2048 2048v-2048h-2048v2048h2048zM1709 1363l-90 90l-851 -850l-339 338l-90 -90l429 -430z" + }, + { + Name: "CheckMark", + Code: "E73E", + Path: "M1837 1491l-1069 -1070l-557 558l90 90l467 -466l979 978z" + }, + { + Name: "BackToWindow", + Code: "E73F", + Path: "M256 896h640v-640h-128v421l-675 -674l-90 90l674 675h-421v128zM1371 1280h421v-128h-640v640h128v-421l675 674l90 -90z" + }, + { + Name: "FullScreen", + Code: "E740", + Path: "M1920 1920v-640h-128v421l-1445 -1445h421v-128h-640v640h128v-421l1445 1445h-421v128h640z" + }, + { + Name: "SwitchUser", + Code: "E748", + Path: "M1339 896h-187q-83 63 -181.5 95.5t-202.5 32.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q86 -32 162 -84.5t137 -121.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1152 768h554l-85 85l86 86l236 -235l-236 -235l-86 86l85 85h-554v128zM1451 469l-85 -85h554v-128h-554l85 -85l-86 -86l-236 235l236 235z" + }, + { + Name: "Print", + Code: "E749", + Path: "M1920 1280q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-896h-512v-256h-1024v256h-512v896q0 26 10 49.5t27.5 41t41 27.5t49.5 10h384v768h1024v-768h384zM640 1280h768v640h-768v-640zM1408 640h-768v-512h768v512zM1920 1152h-1792v-768h384v384h1024v-384h384v768zM320 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Up", + Code: "E74A", + Path: "M1875 1011l-787 787v-1798h-128v1798l-787 -787l-90 90l941 941l941 -941z" + }, + { + Name: "Down", + Code: "E74B", + Path: "M1965 947l-941 -941l-941 941l90 90l787 -787v1798h128v-1798l787 787z" + }, + { + Name: "OEM", + Code: "E74C", + Path: "M1600 1024h192v-896h-1664v1664h896v-192l448 448l576 -576zM1054 1472l418 -418l418 418l-418 418zM1024 1344v-320h320zM256 1024h640v640h-640v-640zM896 896h-640v-640h640v640zM1024 896v-640h640v640h-640z" + }, + { + Name: "Delete", + Code: "E74D", + Path: "M1792 1664h-128v-1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1472h-128v128h512v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h512v-128zM768 1792h384v128h-384v-128zM1536 1664h-1152v-1472q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45v1472zM768 384h-128v1024h128v-1024zM1024 384h-128v1024h128v-1024zM1280 384h-128v1024h128v-1024z" + }, + { + Name: "Save", + Code: "E74E", + Path: "M1792 1920q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1664h-1563l-229 230v1434q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1536zM512 1152h1024v640h-1024v-640zM1280 640h-640v-384h128v256h128v-256h384v384zM1792 1792h-128v-768h-1280v768h-128v-1381l154 -155h102v512h896v-512h384v1536z" + }, + { + Name: "ReturnKey", + Code: "E751", + Path: "M1792 896h-1317l466 -467l-90 -90l-621 621l621 621l90 -90l-466 -467h1189v640h128v-768z" + }, + { + Name: "Cloud", + Code: "E753", + Path: "M1661 1152q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q40 62 92.5 111.5t114.5 83.5t132 52t144 18q111 0 209.5 -39t174.5 -107.5t125.5 -162.5t63.5 -203zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1152z" + }, + { + Name: "Flashlight", + Code: "E754", + Path: "M2048 1664v-1152h-475l-256 256h-1317v640h1317l256 256h475zM128 896h1152v384h-1152v-384zM1627 640h37v896h-37l-219 -219v-458zM1920 1536h-128v-896h128v896zM1088 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "CommandPrompt", + Code: "E756", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-128h1792v128h-1792zM1920 384v1152h-1792v-1152h1792zM1392 1280l257 -640h-91l-257 640h91zM736 1204q-53 0 -96.5 -16.5t-74 -48t-47.5 -78t-17 -105.5q0 -55 15.5 -100t45 -76.5t72.5 -48.5t98 -17q35 0 69.5 7t57.5 18l16 -62q-22 -11 -63 -19.5t-96 -8.5q-63 0 -117.5 20t-94.5 58.5t-62.5 95t-22.5 130.5q0 70 23 128.5t64.5 100t99 64.5t127.5 23q57 0 92 -9.5t51 -17.5l-19 -63q-22 11 -52.5 18t-68.5 7zM1024 1152h128v-128h-128v128zM1024 896h128v-128h-128v128z" + }, + { + Name: "Sad", + Code: "E757", + Path: "M640 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1408 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 768q138 0 261.5 -56.5t215.5 -159.5l-96 -85q-74 83 -171.5 128t-209.5 45t-209.5 -45t-171.5 -128l-96 85q92 103 215.5 159.5t261.5 56.5z" + }, + { + Name: "RealEstate", + Code: "E758", + Path: "M1280 128h384v-128h-512v896h-384v-896h-512v1061l-83 -82l-90 90l877 877l877 -877l-90 -90l-83 82v-165h-128v293l-576 577l-576 -577v-1061h256v896h640v-896zM2048 768v-768h-128v256h-512v512h640zM1920 640h-384v-256h384v256z" + }, + { + Name: "SIPMove", + Code: "E759", + Path: "M493 1299l-274 -275l274 -275l-90 -90l-366 365l366 365zM1299 493l90 -90l-365 -366l-365 366l90 90l275 -274zM2011 1024l-366 -365l-90 90l274 275l-274 275l90 90zM749 1555l-90 90l365 366l365 -366l-90 -90l-275 274zM1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "EraseTool", + Code: "E75C", + Path: "M1115 256h421v-128h-1083l-403 404q-24 24 -37 56.5t-13 67.5t13 67.5t38 57.5l1197 1198l794 -795zM1248 1798l-710 -710l614 -613l709 709zM933 256l128 128l-613 614l-306 -307q-14 -14 -14 -35t14 -35l364 -365h427z" + }, + { + Name: "GripperTool", + Code: "E75E", + Path: "M1024 2048q132 0 248.5 -50.5t203.5 -137.5t137.5 -203.5t50.5 -248.5v-768q0 -132 -50.5 -248.5t-137.5 -203.5t-203.5 -137.5t-248.5 -50.5t-248.5 50.5t-203.5 137.5t-137.5 203.5t-50.5 248.5v768q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5zM1024 1024q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5zM1024 1675q55 0 103.5 -21t85 -57.5t57.5 -85t21 -103.5t-21 -103.5t-57.5 -85t-85 -57.5t-103.5 -21t-103.5 21t-85 57.5t-57.5 85t-21 103.5t21 103.5t57.5 85t85 57.5t103.5 21z" + }, + { + Name: "Dialpad", + Code: "E75F", + Path: "M640 1664h-256v256h256v-256zM1152 1664h-256v256h256v-256zM1664 1664h-256v256h256v-256zM640 1152h-256v256h256v-256zM1152 1152h-256v256h256v-256zM1664 1152h-256v256h256v-256zM640 640h-256v256h256v-256zM1152 640h-256v256h256v-256zM1152 128h-256v256h256v-256zM1664 640h-256v256h256v-256z" + }, + { + Name: "PageLeft", + Code: "E760", + Path: "M1029 1920q123 0 236.5 -32t212.5 -90t180.5 -139.5t139.5 -180.5t90 -212.5t32 -236.5t-32 -236.5t-90 -212.5t-139.5 -180.5t-180.5 -139.5t-212.5 -90t-236.5 -32t-236.5 32t-212.5 90t-180.5 139.5t-139.5 180.5t-90 212.5t-32 236.5t32 236.5t90 212.5t139.5 180.5t180.5 139.5t212.5 90t236.5 32zM1029 266q105 0 202.5 27.5t182.5 77t154.5 119t119 154.5t77 182.5t27.5 202.5t-27.5 202.5t-77 182t-119.5 154.5t-154.5 119.5t-182 77t-202.5 27.5t-202.5 -27.5t-182.5 -77t-154.5 -119t-119 -154.5t-77 -182.5t-27.5 -202.5t27.5 -202.5t77 -182.5t119 -154.5t154.5 -119t182.5 -77t202.5 -27.5zM1229 1395l-370 -371l370 -371l-90 -90l-462 461l462 461z" + }, + { + Name: "PageRight", + Code: "E761", + Path: "M1029 1792q-105 0 -202.5 -27.5t-182.5 -77t-154.5 -119t-119 -154.5t-77 -182.5t-27.5 -202.5t27.5 -202.5t77 -182.5t119 -154.5t154.5 -119t182.5 -77t202.5 -27.5t202.5 27.5t182.5 77t154.5 119t119 154.5t77 182.5t27.5 202.5t-27.5 202.5t-77 182t-119.5 154.5t-154.5 119.5t-182 77t-202.5 27.5zM1029 1920q123 0 236.5 -32t212.5 -90t180.5 -139.5t139.5 -180.5t90 -212.5t32 -236.5t-32 -236.5t-90 -212.5t-139.5 -180.5t-180.5 -139.5t-212.5 -90t-236.5 -32t-236.5 32t-212.5 90t-180.5 139.5t-139.5 180.5t-90 212.5t-32 236.5t32 236.5t90 212.5t139.5 180.5t180.5 139.5t212.5 90t236.5 32zM941 563l-90 90l370 371l-370 371l90 90l461 -461z" + }, + { + Name: "MultiSelect", + Code: "E762", + Path: "M2048 1664v-128h-1280v128h1280zM768 1280h1280v-128h-1280v128zM768 896h1280v-128h-1280v128zM768 512h1280v-128h-1280v128zM478 1058l68 -68l-354 -354l-178 178l68 68l110 -110zM478 1826l68 -68l-354 -354l-178 178l68 68l110 -110z" + }, + { + Name: "KeyboardClassic", + Code: "E765", + Path: "M1783 1664q30 0 55 -12t43 -31.5t28.5 -46t10.5 -54.5v-864q0 -29 -10.5 -55t-28.5 -45.5t-43 -31.5t-55 -12h-1646q-30 0 -55 12t-43 31.5t-28.5 45.5t-10.5 55v864q0 28 10.5 54.5t28.5 46t43 31.5t55 12h1646zM1792 1520q0 11 -9 16h-1646q-9 -5 -9 -16v-864q0 -11 9 -16h1646q9 5 9 16v864zM384 1280h-128v128h128v-128zM256 1152h256v-128h-256v128zM1408 1152h256v-128h-256v128zM1408 896h256v-128h-256v128zM256 896h256v-128h-256v128zM640 896h640v-128h-640v128zM640 1280h-128v128h128v-128zM640 1152h128v-128h-128v128zM896 1152h128v-128h-128v128zM1152 1152h128v-128h-128v128zM896 1280h-128v128h128v-128zM1152 1280h-128v128h128v-128zM1408 1280h-128v128h128v-128zM1536 1408h128v-128h-128v128z" + }, + { + Name: "Play", + Code: "E768", + Path: "M1792 1024l-1280 -896v1792zM640 374l929 650l-929 650v-1300z" + }, + { + Name: "Pause", + Code: "E769", + Path: "M640 1792h128v-1536h-128v1536zM1408 1792v-1536h-128v1536h128z" + }, + { + Name: "ChevronLeft", + Code: "E76B", + Path: "M1443 3l-1022 1021l1022 1021l90 -90l-930 -931l930 -931z" + }, + { + Name: "ChevronRight", + Code: "E76C", + Path: "M515 93l930 931l-930 931l90 90l1022 -1021l-1022 -1021z" + }, + { + Name: "InkingTool", + Code: "E76D", + Path: "M1920 1536h-120l-449 -896h-72q-1 -28 -3.5 -70.5t-8 -93t-15 -105t-23 -107.5t-32.5 -101t-44 -84t-57 -57.5t-72 -21.5q-53 0 -92 37t-67 95.5t-46.5 131t-29 144t-15 133t-5.5 99.5h-72l-449 896h-120v512h128v-384h1536v384h128v-512zM1024 128q23 12 41 47.5t32 84.5t23.5 105t16 109t10 97t4.5 69h-254q1 -25 4.5 -69t10 -97t16 -109t23.5 -105t32 -84.5t41 -47.5zM1656 1536h-1264l384 -768h496z" + }, + { + Name: "Emoji2", + Code: "E76E", + Path: "M640 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1408 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 512q73 0 141.5 20t127.5 57t106.5 90t80.5 118l115 -58q-41 -81 -101 -147t-134 -112t-159.5 -71t-176.5 -25q-92 0 -177 25t-159 71t-134 112t-101 147l115 58q33 -65 80.5 -118t106.5 -90t127 -57t142 -20z" + }, + { + Name: "GripperBarHorizontal", + Code: "E76F", + Path: "M0 1280h2048v-128h-2048v128zM0 768v128h2048v-128h-2048z" + }, + { + Name: "System", + Code: "E770", + Path: "M2000 523q12 -12 21 -29t15 -36t9 -38.5t3 -35.5q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h1536v-933zM384 768h1280v768h-1280v-768zM1920 384q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5h1792z" + }, + { + Name: "Personalize", + Code: "E771", + Path: "M1024 256v-128h256v-128h-640v128h256v128h-896v1152h1024l-129 -128h-767v-896h1664v768l128 128v-1024h-896zM512 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 49 17.5 93t48 78t72 56.5t90.5 27.5l711 711q28 28 65 43t76 15q41 0 77.5 -15.5t63.5 -42.5t42.5 -63.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-711 -711q-5 -48 -27 -90t-56.5 -72.5t-78 -48t-92.5 -17.5h-640v128h256zM1720 1664q-29 0 -50 -21l-445 -445q57 -44 101 -101l445 445q21 21 21 50q0 30 -21.5 51t-50.5 21zM1042 1015q61 -40 101 -101l92 91q-42 60 -102 102zM1024 768q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -68 -34 -128h162q26 0 49.5 10t41 27.5t27.5 41t10 49.5z" + }, + { + Name: "SearchAndApps", + Code: "E773", + Path: "M1664 1152q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5q-60 0 -117 18t-105 53q-16 -16 -53.5 -55.5t-86.5 -90t-103.5 -105t-102.5 -100t-85 -75t-51 -29.5q-26 0 -45 19t-19 45q0 14 29.5 51t75 85t100 102.5t105 103.5t90 86.5t55.5 53.5q-35 48 -53 105t-18 117q0 79 30.5 149t82.5 122t122 82.5t149 30.5zM1664 512q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM256 640v256h-256v1152h1536v-256h256v-530q-32 8 -64 13t-64 5v384h-1280v-896h768q0 -32 5 -64t13 -64h-914zM256 1024v768h1152v128h-1280v-896h128z" + }, + { + Name: "Globe", + Code: "E774", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1833 1408q-38 81 -92 152.5t-120 130.5t-143 105t-161 75q36 -50 65 -106t51.5 -115.5t38.5 -120.5t28 -121h333zM1920 1024q0 133 -37 256h-363q8 -64 12 -127.5t4 -128.5t-4 -128.5t-12 -127.5h363q37 123 37 256zM1024 128q49 0 91.5 27t78.5 71t64.5 99.5t50.5 112.5t37 110t23 92h-690q8 -39 23 -92t37 -110t50.5 -112.5t64.5 -99.5t78.5 -71t91.5 -27zM1391 768q8 64 12.5 127.5t4.5 128.5t-4.5 128.5t-12.5 127.5h-734q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h734zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM1024 1920q-49 0 -91.5 -27t-78.5 -71t-64.5 -99.5t-50.5 -112.5t-37 -110t-23 -92h690q-8 39 -23 92t-37 110t-50.5 112.5t-64.5 99.5t-78.5 71t-91.5 27zM731 1871q-84 -29 -161 -75t-143 -105t-120 -130.5t-92 -152.5h333q12 60 28 121t38.5 120.5t51.5 115.5t65 106zM215 640q38 -81 92 -152.5t120 -130.5t143 -105t161 -75q-36 50 -65 106t-51.5 115.5t-38.5 120.5t-28 121h-333zM1317 177q84 29 161 75t143 105t120 130.5t92 152.5h-333q-12 -60 -28 -121t-38.5 -120.5t-51.5 -115.5t-65 -106z" + }, + { + Name: "EaseOfAccess", + Code: "E776", + Path: "M3 1024q11 132 61.5 254t136.5 223l90 -91q-69 -82 -109 -181t-51 -205h-128zM291 1591q101 86 223 136.5t254 61.5v-128q-106 -11 -205 -51t-181 -109zM201 419q-86 101 -136.5 223t-61.5 254h128q11 -106 51 -205t109 -181zM768 131q-132 11 -254 61.5t-223 136.5l91 90q82 -69 181 -109t205 -51v-128zM1661 896q-11 -132 -61.5 -254t-136.5 -223l-90 91q69 82 109 181t51 205h128zM1373 329q-101 -86 -223 -136.5t-254 -61.5v128q106 11 205 51t181 109zM1024 1920v-768h192l-256 -256l-256 256h192v768h128zM1792 832v192h-523l128 128h395v192l256 -256z" + }, + { + Name: "UpdateRestore", + Code: "E777", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-172 0 -330.5 55t-289 154.5t-226 237.5t-140.5 304l123 34q40 -145 123.5 -265.5t197.5 -207.5t253 -135.5t289 -48.5q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -251 -36t-227.5 -103t-190.5 -161.5t-140 -211.5h297v-128h-512v512h128v-274q67 123 163 221t212.5 166.5t248.5 105.5t272 37z" + }, + { + Name: "ContactInfo", + Code: "E779", + Path: "M740 971q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149q0 -91 -41.5 -173t-114.5 -136zM256 1280q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99zM2048 1664v-128h-896v128h896zM1152 1152h896v-128h-896v128zM1152 640h896v-128h-896v128z" + }, + { + Name: "Unpin", + Code: "E77A", + Path: "M1472 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1990 1300q-33 -33 -64.5 -60.5t-65 -46.5t-73 -29.5t-89.5 -10.5q-34 0 -65 6l-134 -135h-182l278 278l10 -3q23 -7 46 -12.5t47 -5.5q55 0 104 26l-495 495q-26 -49 -26 -104q0 -24 5.5 -47t12.5 -46l3 -10l-492 -491q-24 10 -46 19t-44 15t-45.5 9.5t-50.5 3.5q-57 0 -111 -16.5t-100 -48.5l483 -483v-182l-192 193l-568 -569l-136 -45l45 136l569 568l-386 386l45 45q70 70 162 107t191 37q39 0 77.5 -6.5t76.5 -18.5l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5z" + }, + { + Name: "Contact", + Code: "E77B", + Path: "M1330 845q136 -47 245.5 -131.5t186 -195.5t117.5 -243t41 -275h-128q0 164 -58.5 304.5t-161.5 243.5t-243.5 161.5t-304.5 58.5q-107 0 -206 -27t-184.5 -76.5t-155 -119t-119 -155t-76.5 -184.5t-27 -206h-128q0 144 42 275.5t119 241.5t186.5 194t244.5 133q-78 42 -140 102t-105.5 133.5t-67 157t-23.5 171.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -88 -23.5 -171t-67 -156t-105 -133.5t-138.5 -102.5zM512 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199z" + }, + { + Name: "Memo", + Code: "E77C", + Path: "M1600 1536q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-1152q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -21 -4.5 -50.5t-12.5 -61t-20 -64t-27 -61t-33 -50.5t-38 -33h526q-20 11 -38 33t-33 50.5t-27 61t-20 64t-12.5 60.5t-4.5 51q0 93 35.5 174.5t96 142t142 96t174.5 35.5zM128 1088q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5t124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124zM1600 768q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5z" + }, + { + Name: "IncomingCall", + Code: "E77E", + Path: "M1530 741q39 0 76 -15t65 -43q21 -21 47.5 -44.5t54.5 -49t54 -53.5t47 -57.5t33.5 -61.5t12.5 -66q0 -39 -15 -76t-43 -65q-51 -51 -92 -90t-85.5 -66t-98.5 -40.5t-129 -13.5q-109 0 -224 34t-229 94t-223 143t-206.5 181t-179.5 207t-141 222.5t-92.5 227t-33.5 219.5q0 76 13.5 130t40 98t65.5 85.5t91 92.5q28 28 65 43t76 15q50 0 96.5 -27t88.5 -66t79 -82t68 -74q28 -28 43 -65t15 -76t-13 -70t-32.5 -55.5t-42 -45t-42 -39.5t-32.5 -37.5t-13 -39.5q0 -12 18.5 -38.5t49.5 -61.5t71.5 -77t84 -85t87 -85t81 -78t66 -63t41.5 -40q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1457 128q61 0 102.5 11.5t74.5 33.5t64.5 54t72.5 73q21 21 21 50q0 13 -16 37.5t-40.5 54t-55 59.5t-59.5 55t-53.5 41t-37.5 16q-21 0 -40 -13t-37.5 -32.5t-39 -42t-45.5 -42t-55.5 -32.5t-69.5 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 13 -16 37t-40.5 53.5t-55 60t-60 55t-53.5 40.5t-37 16q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -96 31 -198.5t86.5 -205.5t131.5 -202t165 -187.5t188.5 -163.5t201.5 -130t203 -85.5t194 -30.5zM1792 1024h-640v640h128v-421l595 594l90 -90l-594 -595h421v-128z" + }, + { + Name: "Paste", + Code: "E77F", + Path: "M1920 1280v-1280h-1024v128h-768v1664h512q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99h512v-512h256zM512 1664v-128h768v128h-256q0 16 0.5 33.5t0.5 35.5q0 34 -3.5 67.5t-17 60t-39 43t-69.5 16.5t-69.5 -16.5t-39 -43t-17 -60t-3.5 -67.5q0 -18 0.5 -35.5t0.5 -33.5h-256zM896 256v1024h640v384h-128v-256h-1024v256h-128v-1408h640zM1792 1152h-768v-1024h768v1024z" + }, + { + Name: "WindowsLogo", + Code: "E782", + Path: "M0 1780l768 107v-735h-768v628zM1920 2048v-896h-1024v753zM896 1024h1024v-896l-1024 143v753zM0 1024h768v-735l-768 107v628z" + }, + { + Name: "Error", + Code: "E783", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q114 0 220.5 30t199 84t168.5 130t130 168.5t84 198.5t30 221q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5t30 -220.5t84 -199t130 -168.5t168.5 -130t198.5 -84t221 -30zM896 1536h128v-640h-128v640zM896 768h128v-128h-128v128z" + }, + { + Name: "GripperBarVertical", + Code: "E784", + Path: "M768 0v2048h128v-2048h-128zM1152 2048h128v-2048h-128v2048z" + }, + { + Name: "Unlock", + Code: "E785", + Path: "M1792 1152v-1152h-1536v1152h1152v384q0 82 -29.5 152t-81 121.5t-121.5 81t-152 29.5t-152 -29.5t-121.5 -81t-81 -121.5t-29.5 -152h-128q0 109 39 202.5t108 162.5t162.5 108t202.5 39t202.5 -39t162.5 -108t108 -162.5t39 -202.5v-384h256zM1664 1024h-1280v-896h1280v896z" + }, + { + Name: "Slideshow", + Code: "E786", + Path: "M1280 1024l-512 -256v512zM864 923l201 101l-201 101v-202zM2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM1792 512h-1536v1024h1536v-1024zM1664 1408h-1280v-768h1280v768z" + }, + { + Name: "Calendar", + Code: "E787", + Path: "M768 1280h128v-128h-128v128zM1152 512h128v-128h-128v128zM1536 1280h128v-128h-128v128zM1152 1280h128v-128h-128v128zM768 1024h128v-128h-128v128zM384 1024h128v-128h-128v128zM1536 1024h128v-128h-128v128zM1152 1024h128v-128h-128v128zM768 768h128v-128h-128v128zM384 768h128v-128h-128v128zM1536 768h128v-128h-128v128zM1152 768h128v-128h-128v128zM768 512h128v-128h-128v128zM384 512h128v-128h-128v128zM2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792z" + }, + { + Name: "Megaphone", + Code: "E789", + Path: "M0 1280q14 0 38.5 -1t47.5 -1q11 0 20.5 0.5t15.5 1.5l1798 320q6 1 16 1.5t22 0.5q24 0 50 -1t40 -1v-1152q-14 0 -39 -0.5t-49 -0.5h-30t-21 2l-763 136q-10 -57 -38.5 -106t-70.5 -84t-94.5 -55t-110.5 -20q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 28 6 57l-396 71q-8 1 -17.5 1.5t-20.5 0.5q-22 0 -44.5 -1t-39.5 -1v512zM832 448q35 0 67 12t57 33.5t42 50.5t23 64l-378 67q-3 -18 -3 -35q0 -40 15 -75t41 -61t61 -41t75 -15zM1920 1471l-1792 -319v-256q7 0 11 -1l1781 -318v894z" + }, + { + Name: "Trim", + Code: "E78A", + Path: "M640 1664h-128v128h128v-128zM1408 1792h128v-128h-128v128zM640 1408h-128v128h128v-128zM1408 1536h128v-128h-128v128zM512 384h128v-128h-128v128zM1408 384h128v-128h-128v128zM512 640h128v-128h-128v128zM1408 640h128v-128h-128v128zM0 1280h128v-512h-128v512zM256 1280h128v-512h-128v512zM1664 1280h128v-512h-128v512zM2048 1280v-512h-128v512h128zM512 1280h1024v-512h-1024v512zM640 896h768v256h-768v-256z" + }, + { + Name: "AutoEnhanceOn", + Code: "E78D", + Path: "M0 64q0 26 19 45l1216 1216q19 19 45 19t45 -19t19 -45t-19 -45l-1216 -1216q-19 -19 -45 -19t-45 19t-19 45zM1408 2048h128v-256h-128v256zM1201 1653l-182 181l91 91l181 -182zM1152 1408h-256v128h256v-128zM1408 1152h128v-256h-128v256zM1743 1291l182 -181l-91 -91l-181 182zM2048 1536v-128h-256v128h256zM1743 1653l-90 90l181 182l91 -91zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "AutoEnhanceOff", + Code: "E78E", + Path: "M1939 813l90 -90l-685 -686l-365 366l90 90l275 -274zM0 64q0 26 19 45l1216 1216q19 19 45 19t45 -19t19 -45t-19 -45l-1216 -1216q-19 -19 -45 -19t-45 19t-19 45zM1408 2048h128v-256h-128v256zM1201 1653l-182 181l91 91l181 -182zM1152 1408h-256v128h256v-128zM1408 1152h128v-256h-128v256zM1743 1291l182 -181l-91 -91l-181 182zM2048 1536v-128h-256v128h256zM1743 1653l-90 90l181 182l91 -91zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Color", + Code: "E790", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 49 9.5 85.5t23.5 66.5t31 56t31 52.5t23.5 56t9.5 67.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-38 0 -67.5 -9.5t-56 -23.5t-52.5 -31t-56 -31t-67 -23.5t-85 -9.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q38 0 67.5 9.5t56 23.5t52 31t55 31t66.5 23.5t87 9.5q80 0 150 -30t122 -82t82 -122t30 -150q0 -49 -9.5 -86.5t-23.5 -67t-31 -55t-31 -52t-23.5 -56t-9.5 -67.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM896 1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1408 1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1536 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1280 640q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "SaveAs", + Code: "E792", + Path: "M1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34zM768 512h128l-128 -128h-475l-165 165v1243q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512l-128 -128v640h-128v-640h-1024v640h-128v-1189l91 -91h37v512h896v-128l-128 -128v128h-640v-384h128v256h128v-256zM512 1280h768v512h-768v-512z" + }, + { + Name: "Light", + Code: "E793", + Path: "M960 1536q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM960 768q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5q-35 0 -64 -7v-626q29 -7 64 -7zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z" + }, + { + Name: "Filters", + Code: "E795", + Path: "M1600 2048q40 0 75 -15t61 -41t41 -61t15 -75v-64h-34q-17 0 -33.5 -2t-30 -8.5t-22 -19t-8.5 -34.5v-832q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v512h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v896q0 53 20 99.5t55 81.5t81.5 55t99.5 20h960zM1536 896v128h-1024v-128h384v-640q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v640h384zM1536 1728q0 55 29.5 102t79.5 71q-8 10 -20 14.5t-25 4.5h-960q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-640h1024v576z" + }, + { + Name: "AspectRatio", + Code: "E799", + Path: "M0 1792h128v-128h-128v128zM0 1536h128v-128h-128v128zM0 1280h128v-128h-128v128zM0 1024h128v-128h-128v128zM0 512h128v-128h-128v128zM256 1792h128v-128h-128v128zM256 512h128v-128h-128v128zM1920 512h128v-128h-128v128zM0 768h128v-128h-128v128zM1920 768h128v-128h-128v128zM1920 1024h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1536h128v-128h-128v128zM2048 1792v-128h-128v128h128zM1664 512h128v-128h-128v128zM1664 1792h128v-128h-128v128zM512 1792h1024v-1408h-1024v1408zM640 512h768v1152h-768v-1152z" + }, + { + Name: "Contrast", + Code: "E7A1", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-65 0 -128 -9v-1774q63 -9 128 -9z" + }, + { + Name: "Redo", + Code: "E7A6", + Path: "M1152 1536h421q-71 72 -135.5 140t-134.5 121.5t-152.5 86t-190.5 32.5q-117 0 -221 -45.5t-182 -123.5t-123.5 -182t-45.5 -221q0 -112 43 -215.5t122 -182.5l836 -837l-90 -90l-837 836q-97 97 -149.5 224.5t-52.5 264.5q0 96 25 185t71 167t110 142t142 110t167 71t185 25q84 0 153.5 -15.5t129 -43t112 -66t103 -85t100.5 -99t106 -108.5v421h128v-640h-640v128z" + }, + { + Name: "Undo", + Code: "E7A7", + Path: "M1088 2044q96 0 185 -25t167 -71t142 -110t110 -142t71 -167t25 -185q0 -137 -52.5 -264.5t-149.5 -224.5l-837 -836l-90 90l836 837q79 79 122 182.5t43 215.5q0 117 -45.5 221t-123.5 182t-182 123.5t-221 45.5q-108 0 -190.5 -32.5t-152.5 -86t-134.5 -121.5t-135.5 -140h421v-128h-640v640h128v-421q55 56 105.5 108.5t101 99t103 85t112 66t129 43t153.5 15.5z" + }, + { + Name: "Crop", + Code: "E7A8", + Path: "M2048 512v-129h-385v-383h-127v383h-1153v1153h-383v127h383v385h129v-385h1061l365 366l91 -90l-366 -366v-1061h385zM512 1536v-933l933 933h-933zM1536 512v933l-933 -933h933z" + }, + { + Name: "PhotoCollection", + Code: "E7AA", + Path: "M1472 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM2048 1536v-1280h-1792v256h-256v1280h1792v-256h256zM1573 640l-357 358l-166 -166l193 -192h330zM128 1664v-549l320 319l512 -512l256 256l448 -447v933h-1536zM1061 640l-613 614l-320 -321v-293h933zM1920 1408h-128v-896h-1408v-128h1536v1024z" + }, + { + Name: "Album", + Code: "E7AB", + Path: "M1856 1792q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1856v1536h1856zM128 384h128v1280h-128v-1280zM1920 1600q0 26 -19 45t-45 19h-1472v-1280h1472q26 0 45 19t19 45v1152zM768 1408h768v-384h-768v384zM896 1152h512v128h-512v-128z" + }, + { + Name: "OpenWith", + Code: "E7AC", + Path: "M2045 829l-317 317l-317 -317l90 -90l162 163v-583h129v583l163 -163zM1792 1663h-1153v129h1153v-129zM1536 383h-897v129h897v-129zM384 1536h-384v384h384v-384zM128 1664h128v128h-128v-128zM384 896h-384v384h384v-384zM128 1024h128v128h-128v-128zM384 256h-384v384h384v-384zM128 384h128v128h-128v-128zM1408 1024h-768v128h896z" + }, + { + Name: "Rotate", + Code: "E7AD", + Path: "M1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM2048 1024q0 -140 -37 -272t-105.5 -248.5t-166.5 -212.5t-221 -163h274v-128h-512v512h128v-297q117 55 211.5 140t161.5 190.5t103 227.5t36 251q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5h-128q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272z" + }, + { + Name: "PanoIndicator", + Code: "E7B0", + Path: "M1472 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM0 1769q241 -115 499.5 -172.5t524.5 -57.5t524.5 57.5t499.5 172.5v-1488q-241 115 -499.5 173t-524.5 58t-524.5 -58t-499.5 -173v1488zM128 471q153 59 311 96t321 54l-312 312l-320 -319v-143zM930 632q24 1 48.5 1.5t48.5 0.5q197 0 391 -30l-330 329l-229 -229zM1920 614l-192 191l-166 -165l83 -83q70 -18 138.5 -39t136.5 -47v143zM1920 1579q-215 -83 -440 -127t-456 -44t-456 44t-440 127v-785l320 321l320 -321l320 321l384 -384l256 256l192 -193v785z" + }, + { + Name: "Translate", + Code: "E7B2", + Path: "M651 1152l341 -1024h-139l-85 256h-384l-85 -256h-139l341 1024h150zM725 512l-149 448l-149 -448h298zM806 1504q1 40 1 79v79v58t-1 58q0 5 2 11q8 2 13 2q42 -1 83.5 -2t83.5 -1h275v11q0 30 -1 61t-8 60q69 0 137 -6q6 -1 12.5 -3t6.5 -10q0 -6 -3 -12t-5 -12q-2 -5 -3.5 -15.5t-2 -22t-0.5 -22v-16.5v-13h296q42 0 83.5 1t83.5 2q7 0 13 -3q3 -5 3 -10q-1 -17 -2 -35.5t-1 -35.5v-58q0 -36 1 -72.5t2 -72.5q0 -3 -0.5 -7t-2.5 -6q-8 -2 -13 -2t-25 -0.5t-41 -0.5q-19 0 -34 1t-17 3q-2 8 -2.5 24t-0.5 36q0 33 1 68t1 52h-802v-14.5t0.5 -25t0.5 -31v-33.5q0 -29 -1 -52.5t-3 -25.5q-8 -2 -13 -2h-102q-11 0 -13 3t-2 13zM1228 895q24 0 36.5 7.5t12.5 33.5v190h-319q-40 0 -80 -1l-80 -2q-8 0 -12 3q-2 6 -2 11v96q0 3 0.5 7.5t2.5 6.5q6 2 11 2l80 -2t80 -1h319q-2 26 -2.5 52.5t-5.5 52.5q20 -2 39.5 -3.5t39.5 -3.5q2 0 3.5 -0.5t3.5 -0.5q35 25 67 53t64 57h-308q-42 0 -83.5 -1t-83.5 -2q-8 0 -12 3q-2 6 -2 11v95q0 4 2 12q8 2 12 2q42 -1 83.5 -2t83.5 -1h373q16 0 30 4.5t25 4.5q8 0 23 -12t30 -28t26.5 -32.5t11.5 -24.5q0 -10 -6.5 -15.5t-14.5 -9.5q-14 -7 -27 -18t-25 -21q-52 -43 -104.5 -83.5t-109.5 -77.5v-11h321q40 0 79 1t79 2q7 0 13 -3q2 -8 2 -13v-96q0 -4 -2 -12q-8 -2 -13 -2q-40 1 -79 2t-79 1h-321v-33q0 -52 1 -104t3 -104v-4q0 -24 -9 -48t-29 -38q-14 -10 -39.5 -15.5t-54.5 -8t-56.5 -3t-43.5 -0.5q-6 0 -19 0.5t-18 5.5q-3 3 -7 16t-6 18q-7 26 -16.5 48.5t-23.5 45.5q34 -4 68 -5.5t68 -1.5zM1875 595l-83 82v-165q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-165l82 -83l-90 -90l-237 237l237 237l90 -90l-82 -83h165q27 0 50 10t40.5 27.5t27.5 40.5t10 50v165l-83 -82l-90 90l237 237l237 -237z" + }, + { + Name: "RedEye", + Code: "E7B3", + Path: "M1024 1536q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203q-98 -110 -213.5 -203.5t-246 -162t-272.5 -107.5t-292 -39t-292 39t-272.5 107.5t-246.5 162t-213 203.5q97 109 213 203t246.5 162.5t272.5 107.5t292 39zM1408 1024q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149zM177 1024q94 -91 200 -166.5t227 -126.5q-45 64 -68.5 139.5t-23.5 153.5t23.5 153.5t68.5 139.5q-121 -51 -227 -126.5t-200 -166.5zM1444 731q121 51 227 126.5t200 166.5q-94 91 -200 166.5t-227 126.5q45 -64 68.5 -139.5t23.5 -153.5t-23.5 -153.5t-68.5 -139.5zM1024 896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z" + }, + { + Name: "ViewOriginal", + Code: "E7B4", + Path: "M1280 1152h-1024v640h1024v-640zM1152 1664h-768v-384h768v384zM2048 1408v-1024h-1152v128h1024v768h-384v-384h-768v-256l-128 128v128h-640v1152h1536v-640h512zM1408 1920h-1280v-896h1280v896zM464 634l315 -314l-319 -318l-74 74l179 180h-181q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5h128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20h181l-175 176z" + }, + { + Name: "ThumbnailView", + Code: "E7B6", + Path: "M0 896h640v-640h-640v640zM128 384h384v384h-384v-384zM0 1792h640v-640h-640v640zM128 1280h384v384h-384v-384zM2048 1664v-128h-1152v128h1152zM1664 1280h-768v128h768v-128zM896 768h1152v-128h-1152v128zM896 512h768v-128h-768v128z" + }, + { + Name: "Package", + Code: "E7B8", + Path: "M2048 1280h-128v-1152h-1792v1152h-128v640h2048v-640zM1792 1280h-1536v-1024h1536v1024zM1920 1792h-1792v-384h1792v384zM1024 640h-640v128h640v-128zM384 384v128h512v-128h-512z" + }, + { + Name: "Telemarketer", + Code: "E7B9", + Path: "M1920 0h-128q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h-128q0 145 42.5 276t120.5 240.5t187.5 193t243.5 134.5q-124 67 -210 180h-64q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 38 14 72t38.5 60t57.5 42t71 18q39 88 99.5 159t137 121t165.5 77t185 27t185 -27t165.5 -77t137 -121t99.5 -159q38 -2 71 -18t57.5 -42t38.5 -60t14 -72v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-30 0 -57 9q-43 -59 -97.5 -107t-119.5 -82q134 -51 243.5 -134.5t187.5 -193t120.5 -240.5t42.5 -276zM1664 1472q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM384 1216q0 -26 19 -45t45 -19h64v320q0 26 -19 45t-45 19t-45 -19t-19 -45v-256zM685 1024q70 -62 157.5 -95t181.5 -33q62 0 121 14.5t112.5 42t100 67t82.5 90.5q-16 23 -24 50.5t-8 55.5v256q0 46 20.5 87t58.5 68q-32 67 -80.5 121t-108.5 92.5t-130 59t-144 20.5t-144 -20.5t-130 -59t-108.5 -92.5t-80.5 -121q38 -27 58.5 -68t20.5 -87v-320h128q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-211z" + }, + { + Name: "Warning", + Code: "E7BA", + Path: "M1920 128h-1920l960 1920zM207 256h1506l-753 1506zM1024 1280v-640h-128v640h128zM896 512h128v-128h-128v128z" + }, + { + Name: "Financial", + Code: "E7BB", + Path: "M1792 1152h128v-1152h-128v1152zM512 704l128 128v-832h-128v704zM256 448l128 128v-576h-128v448zM768 960l128 128v-1088h-128v960zM1024 1088l128 -128v-959h-128v1087zM1344 768l64 64v-832h-128v832zM1536 960l128 128v-1088h-128v960zM0 192l128 128v-320h-128v192zM2048 1792v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128h512z" + }, + { + Name: "Education", + Code: "E7BE", + Path: "M1582 983q41 -72 61.5 -150.5t20.5 -160.5v-103l-640 -321l-640 321q0 60 1.5 112t9 101.5t24 98t47.5 102.5l-210 105v-587q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5v-320h-384v320q0 30 9 58.5t26 52.5t40.5 42t52.5 28v651l-128 64l1024 512l1024 -512zM256 320q0 26 -19 45t-45 19t-45 -19t-19 -45v-192h128v192zM286 1216l738 -369l738 369l-738 369zM1536 648q0 77 -15 143.5t-53 134.5l-444 -222l-444 222q-33 -58 -50.5 -122.5t-17.5 -131.5v-24l512 -256z" + }, + { + Name: "ShoppingCart", + Code: "E7BF", + Path: "M1600 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 31 11 64h-534q11 -33 11 -64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 55 29.5 102t79.5 71l-432 1299h-189v128h281l85 -256h1682l-298 -896h-1085l85 -256h850zM409 1536l213 -640h1035l213 640h-1461zM768 320q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1600 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "Train", + Code: "E7C0", + Path: "M576 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1472 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1280 1664h-512v128h512v-128zM1445 256h-842l-256 -256h-182l258 258q-35 4 -65.5 21t-53 42.5t-35.5 58t-13 68.5v1408q0 40 15 75t41 61t61 41t75 15h1152q40 0 75 -15t61 -41t41 -61t15 -75v-1408q0 -36 -13 -68.5t-35.5 -58t-53 -42.5t-65.5 -21l258 -258h-182zM1664 1408h-1280v-512h1280v512zM448 1920q-26 0 -45 -19t-19 -45v-320h1280v320q0 26 -19 45t-45 19h-1152zM384 448q0 -26 19 -45t45 -19h1152q26 0 45 19t19 45v320h-1280v-320z" + }, + { + Name: "Flag", + Code: "E7C1", + Path: "M1920 1792v-1024h-896v256h-640v-1024h-128v2048h896v-256h768zM1024 1152v768h-640v-768h640zM1792 1664h-640v-768h640v768z" + }, + { + Name: "Move", + Code: "E7C2", + Path: "M245 1024l206 -205l-91 -91l-360 360l360 360l91 -91l-206 -205h395v-128h-395zM1920 1088l-356 -355l-90 90l201 201h-395v128h395l-206 205l91 91zM695 1602l-90 90l355 356l360 -360l-91 -91l-205 206v-395h-128v395zM1229 579l91 -91l-360 -360l-360 360l91 91l205 -206v395h128v-395z" + }, + { + Name: "Page", + Code: "E7C3", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408z" + }, + { + Name: "TouchPointer", + Code: "E7C9", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-141 0 -266.5 55.5t-227.5 156.5l-319 318l-272 -136l-138 277l-249 -250v1334l896 -896v741q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-331q27 10 59 10q49 0 95 -23.5t72 -64.5q44 25 94 25q51 0 93.5 -24t68.5 -65q44 25 94 25zM424 1088h190l-486 485v-714l156 156l161 -321l141 71zM1920 1088q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v192q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v192q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -33 -18 -60.5t-49 -40.5q-19 -8 -42 -8q-44 0 -78 32l-75 75q-21 21 -50 21q-30 0 -51 -21q-11 -11 -16 -24t-5 -27q0 -30 21 -51l408 -408q81 -85 184.5 -129t218.5 -44q93 0 174.5 35.5t142 96t96 142t35.5 174.5v384z" + }, + { + Name: "Merge", + Code: "E7D5", + Path: "M1792 256v-256h-43q-225 0 -409 122q-163 107 -279 301q-22 37 -42 76t-38 81q-17 -42 -37 -81t-42 -76q-116 -194 -279 -301q-185 -122 -410 -122h-42v256h42q291 0 469 298q41 68 73 148t53.5 167.5t33 180t11.5 187.5v399l-240 -60q-8 -2 -13 -2q-20 0 -32.5 15t-12.5 33q0 19 14 33l379 379q14 14 33 14q18 0 34 -14l379 -379q14 -14 14 -34q0 -18 -13 -32.5t-33 -14.5q-5 0 -13 2l-240 60v-399q0 -95 11.5 -187.5t33.5 -180t54 -167.5t73 -148q178 -298 468 -298h43z" + }, + { + Name: "TurnRight", + Code: "E7DB", + Path: "M1451 2005q9 0 44 -29t82.5 -73t100 -97t97 -100t73.5 -82.5t29 -44.5q0 -7 -17 -29t-44.5 -53.5t-63.5 -69.5t-74.5 -76t-76 -74t-68.5 -63.5t-53 -44.5t-29 -17q-20 0 -33.5 14.5t-13.5 34.5q0 3 4 21t10 43.5t13.5 55t14.5 56t12 47t7 27.5h-740q-26 0 -49 -10.5t-40.5 -28t-28 -40.5t-10.5 -49v-1323h-256v1323q0 79 30.5 148.5t83 122t122 83t148.5 30.5h740l-7 28t-12 46.5t-14.5 56t-13.5 55t-10 43.5t-4 22q0 20 13.5 33.5t33.5 13.5z" + }, + { + Name: "Ferry", + Code: "E7E3", + Path: "M1768 256h152v-128h-216q-32 -63 -74.5 -95.5t-93.5 -32.5q-54 0 -103.5 21.5t-87.5 62.5q-20 21 -44.5 32.5t-52.5 11.5q-56 0 -97 -44q-38 -41 -87.5 -62.5t-103.5 -21.5t-103.5 21.5t-87.5 62.5q-20 21 -45 32.5t-52 11.5q-56 0 -97 -44q-38 -41 -87.5 -62.5t-103.5 -21.5q-51 0 -93.5 32.5t-74.5 95.5h-216v128h152l-152 305v157l256 85v477h152l128 256h232v256h384v-256h232l128 -256h152v-477l256 -85v-157zM896 1536h128v128h-128v-128zM552 1280h816l-64 128h-688zM384 846l576 192l576 -192v306h-1152v-306zM863 172q15 -17 33 -27v737l-768 -256v-35l202 -403q15 -31 30 -45.5t24 -14.5q27 0 52 11.5t45 32.5q38 41 87.5 62.5t103.5 21.5t103.5 -21.5t87.5 -62.5zM1792 591v35l-768 256v-737q18 10 33 27q38 41 87.5 62.5t103.5 21.5t103.5 -21.5t87.5 -62.5q41 -44 97 -44q9 0 24 14.5t30 45.5z" + }, + { + Name: "Highlight", + Code: "E7E6", + Path: "M2048 2048v-512q-87 0 -149 -19.5t-105.5 -54.5t-70 -82.5t-40.5 -104.5t-19 -120t-5 -129t2.5 -131t2.5 -127h-256v-384l-768 -384v768h-256q0 62 2.5 127t2.5 131t-5 129t-19 120t-40.5 104.5t-70 82.5t-106 54.5t-148.5 19.5v512h128v-384h1792v384h128zM1280 768h-512v-561l512 256v305zM1536 896q0 45 -1 88t-1 86q0 64 5 126t20.5 120.5t46 113.5t81.5 106h-1326q51 -51 81.5 -106.5t46 -114t20.5 -120t5 -125.5q0 -43 -1 -86t-1 -88h1024z" + }, + { + Name: "PowerButton", + Code: "E7E8", + Path: "M1088 1024h-128v1024h128v-1024zM1300 1748q138 -44 252.5 -128t196 -197t126.5 -248t45 -279q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 144 45 279t126.5 248t196 197t252.5 128l40 -121q-119 -39 -217 -111t-168 -168t-108.5 -211.5t-38.5 -240.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 125 -38.5 240.5t-108.5 211.5t-168 168t-217 111z" + }, + { + Name: "Tab", + Code: "E7E9", + Path: "M1920 1664v-1664h-1408v384h-384v1664h1408v-384h384zM256 512h1152v1408h-1152v-1408zM1792 1536h-256v-1152h-896v-256h1152v1408z" + }, + { + Name: "Admin", + Code: "E7EF", + Path: "M2048 1152v-384q0 -170 -88 -328q-68 -121 -190 -231q-48 -44 -94.5 -78t-83.5 -57t-62 -36t-31 -16l-27 -13q-20 10 -23.5 12t-4.5 2q-6 3 -30.5 15.5t-62 35.5t-84 56.5t-94.5 77.5q-60 55 -107 112.5t-82 119.5q-88 158 -88 328v384h64q62 0 107 6t79.5 15.5t61 22t50.5 25.5q21 11 43.5 21.5t48 19t55.5 13.5t67 5t67 -5t55.5 -13.5t48 -19t43.5 -21.5q24 -13 50.5 -25.5t61 -22t79.5 -15.5t107 -6h64zM1920 1026q-57 3 -101 11.5t-79 20t-62 24.5t-51 25q-19 10 -36 18t-35 14t-38.5 9.5t-45.5 3.5q-26 0 -46 -3.5t-38 -9.5t-35 -14t-36 -18q-24 -12 -51 -25t-62 -24.5t-79 -20t-101 -11.5v-258q0 -87 26 -162t67.5 -139t92.5 -116t101 -91.5t93 -66.5t68 -41q16 9 39.5 23t52 33.5t60.5 44t64 53.5q232 211 232 462v258zM128 896h640v-128h-768v1024h1792v-412q-11 4 -21 8t-19 9q-20 14 -42 24t-46 19v224h-1536v-768z" + }, + { + Name: "CC", + Code: "E7F0", + Path: "M2048 1664v-1280h-2048v1280h2048zM1920 1536h-1792v-1024h1792v1024zM704 640q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q77 0 147 -29t124 -83l-90 -91q-36 36 -83 55.5t-98 19.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q51 0 98 19.5t83 55.5l90 -91q-54 -54 -124 -83t-147 -29zM1472 640q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q77 0 147 -29t124 -83l-90 -91q-36 36 -83 55.5t-98 19.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q51 0 98 19.5t83 55.5l90 -91q-54 -54 -124 -83t-147 -29z" + }, + { + Name: "SDCard", + Code: "E7F1", + Path: "M1792 1696v-1568q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v512l128 128v352l-128 160v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1056zM1664 1643l-277 277h-1003v-595l128 -160v-450q-31 -33 -63.5 -64.5t-64.5 -63.5v-459h1280v1515zM640 1792h128v-384h-128v384zM896 1792h128v-384h-128v384zM1152 1792h128v-384h-128v384z" + }, + { + Name: "TVMonitor", + Code: "E7F4", + Path: "M1920 640h-896v-128h256v-128h-640v128h256v128h-896v1152h1920v-1152zM128 1664v-896h1664v896h-1664z" + }, + { + Name: "Speakers", + Code: "E7F5", + Path: "M512 1792v-1664h1024v1664h-1024zM1664 0h-1280v1920h1280v-1920zM1024 896q-79 0 -149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5zM1024 1536q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5zM1024 256q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5zM1024 640q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM928 1280q0 19 7.5 36.5t21 31t30.5 21t37 7.5q19 0 36.5 -7.5t31 -21t21 -31t7.5 -36.5q0 -20 -7.5 -37t-21 -30.5t-31 -21t-36.5 -7.5q-20 0 -37 7.5t-30.5 21t-21 30.5t-7.5 37z" + }, + { + Name: "Game", + Code: "E7FC", + Path: "M1879 1495q82 -82 125.5 -186.5t43.5 -220.5q0 -35 -2 -84t-8.5 -106t-19 -117.5t-32.5 -118.5q-30 -86 -70 -140.5t-83 -85t-87 -41.5t-82 -11q-33 0 -60.5 11.5t-52 29.5t-46 41.5t-42.5 47.5t-41.5 46t-42.5 39.5t-46.5 28.5t-53.5 12h-510q-29 -1 -53.5 -12t-46.5 -28.5t-42.5 -39.5t-41.5 -46t-42.5 -47.5t-46 -41.5t-52 -29.5t-60.5 -11.5q-38 0 -82 11t-87 41.5t-83 85t-70 140.5q-20 58 -32.5 118.5t-19 117.5t-8.5 106t-2 84q0 116 43.5 220.5t125.5 186.5q81 82 186 125.5t221 43.5h896q116 0 220.5 -43.5t186.5 -125.5zM1865 704q19 53 30 110t16.5 109.5t7 95.5t1.5 69q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5h-896q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -26 1.5 -69t7 -95.5t16.5 -109.5t30 -110q25 -72 55 -111t58.5 -57t52 -21t35.5 -3q22 0 48.5 26.5t55.5 59.5q24 28 51.5 57.5t61 54t74.5 40.5t91 18h1h515q50 -2 91 -18t74.5 -40.5t61 -54t51.5 -57.5q29 -33 55.5 -59.5t48.5 -26.5q12 0 35.5 3t52 21t58.5 57t55 111zM512 1152h128v-128h-128v-128h-128v128h-128v128h128v128h128v-128zM1664 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "HorizontalTabKey", + Code: "E7FD", + Path: "M475 1536h1573v-128h-1573l210 -211l-90 -90l-365 365l365 365l90 -90zM128 1792v-640h-128v640h128zM1363 851l90 90l365 -365l-365 -365l-90 90l210 211h-1573v128h1573zM1920 256v640h128v-640h-128z" + }, + { + Name: "UnstackSelected", + Code: "E7FE", + Path: "M2048 1408v-1152h-1536v256h-256v256h-256v1152h1313q-69 -20 -133.5 -52t-122.5 -76h-929v-896h1280v512h64l64 -64v-576h-1152v-128h1280v640l128 128v-896h-1152v-128h1280v1024h128zM896 1152q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23h165l-146 147l90 90l301 -301l-301 -301l-90 90l146 147h-165q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128z" + }, + { + Name: "StackIndicator", + Code: "E7FF", + Path: "M1707 1195h341v-1024h-1365v341h-342v341h-341v1024h1365v-341h342v-341zM171 1707v-683h1024v683h-1024zM512 853v-170h1024v682h-171v-512h-853zM1877 341v683h-170v-512h-854v-171h1024z" + }, + { + Name: "Nav2DMapView", + Code: "E800", + Path: "M1344 1625l704 234v-1414l-704 -235l-640 213l-704 -234v1414l704 235zM768 1682v-1145l512 -171v1145zM128 1511v-1145l512 171v1145zM1920 537v1145l-512 -171v-1145z" + }, + { + Name: "StreetsideSplitMinimize", + Code: "E802", + Path: "M1363 1544l90 -91l-429 -429l-429 429l90 91l276 -275v523h126v-523zM1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM165 768q10 -33 22.5 -64.5t26.5 -62.5h972l-23 127h-998zM814 512l-42 -127h462l-24 127h-396zM679 512h-390q59 -84 134.5 -152.5t165.5 -118.5zM1024 128q129 0 251 36l-17 92h-529l-23 -70q77 -29 157 -43.5t161 -14.5zM1397 209q109 50 201 127t161 176h-418zM1834 641q14 31 26.5 62.5t22.5 64.5h-590l24 -127h517zM1911 897q9 63 9 127q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -64 9 -127h1774z" + }, + { + Name: "Car", + Code: "E804", + Path: "M384 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1664 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM2011 1152l-66 -65q2 -5 10 -30t19.5 -59t24.5 -73t24 -71.5t18 -54l7 -21.5v-650q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v650l7 21.5t18 54t24 71.5t24.5 73t19.5 59t10 30l-66 65h-37v128h91l57 -58l74 223q16 49 46.5 89.5t70.5 69t87.5 44.5t99.5 16h996q52 0 99.5 -16t87.5 -44.5t70 -69t47 -89.5l74 -223l57 58h91v-128h-37zM526 1536q-63 0 -112.5 -36t-69.5 -95l-85 -253h1530l-85 253q-20 59 -69.5 95t-112.5 36h-996zM1408 305l-104 207h-560l-104 -207v-49h768v49zM1920 256v502l-6 18.5t-15.5 46.5t-20.5 61.5t-21 63t-17.5 50.5t-8.5 26h-1614q-2 -5 -9 -26t-17 -50.5t-21 -63t-20.5 -61.5t-15.5 -46.5l-6 -18.5v-502h384v79l152 305h720l152 -305v-79h384z" + }, + { + Name: "Bus", + Code: "E806", + Path: "M1920 1408v-256h-128v-960q0 -34 -3.5 -68.5t-16 -62t-38 -44.5t-70.5 -17q-25 0 -53.5 -1t-57 1t-55 8.5t-46.5 20.5t-32 38t-12 61h-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-69 0 -118 1t-79.5 17.5t-44.5 56t-14 117.5v960h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1280q40 0 75 -15t61 -41t41 -61t15 -75v-320h128zM1664 768h-1408v-256h128q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h896q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h128v256zM896 896v512h-640v-512h640zM1664 1408h-640v-512h640v512zM320 1792q-26 0 -45 -19t-19 -45v-192h1408v192q0 26 -19 45t-45 19h-1280zM1664 256v128h-1408v-128h1408z" + }, + { + Name: "EatDrink", + Code: "E807", + Path: "M960 2048q26 0 45 -19t19 -45v-704q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v-960q0 -26 -19 -45t-45 -19t-45 19t-19 45v960q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5v704q0 26 19 45t45 19t45 -19t19 -45v-704q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10v832q0 26 19 45t45 19t45 -19t19 -45v-832q27 0 50 10t40.5 27.5t27.5 40.5t10 50v704q0 26 19 45t45 19zM1664 2048v-1984q0 -26 -19 -45t-45 -19t-45 19t-19 45v576q-37 0 -80 -1t-85.5 1.5t-82 12t-70 31t-48.5 57t-18 91.5v768q0 93 35.5 174.5t96 142t142 96t174.5 35.5h64zM1536 1914q-56 -11 -102.5 -40.5t-81 -71.5t-53.5 -93.5t-19 -108.5v-768q0 -26 19 -45t45 -19h192v1146z" + }, + { + Name: "SeeDo", + Code: "E808", + Path: "M1408 2048q40 0 78 -12.5t70 -35.5t56.5 -54.5t37.5 -69.5l363 -1088q35 -103 35 -212q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5q-89 0 -171.5 34t-145.5 97t-97 145.5t-34 171.5v448h-256v-448q0 -89 -34 -171.5t-97 -145.5t-145.5 -97t-171.5 -34q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 109 35 212q5 14 23 68.5t44.5 134t59 176t65.5 195t64 192t55 165.5t38.5 116l14.5 44q15 37 39 68.5t55.5 53.5t68.5 34.5t78 12.5q74 0 121.5 -24t76 -64.5t41.5 -93t16.5 -109.5t2 -114.5t-1.5 -106.5h256q0 49 -1.5 106.5t2 114.5t16.5 109.5t41.5 93t76 64.5t121.5 24zM448 256q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5zM768 1792q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-39 0 -73.5 -24t-47.5 -62l-289 -866q51 27 106 41.5t112 14.5q33 0 80.5 -9.5t95 -27t87 -42.5t57.5 -56v903zM1152 1152v256h-256v-256h256zM1280 889q18 31 57.5 56t87 42.5t95 27t80.5 9.5q57 0 112 -14.5t106 -41.5l-289 866q-13 38 -47.5 62t-73.5 24q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-903zM1600 256q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5z" + }, + { + Name: "LocationCircle", + Code: "E80E", + Path: "M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z" + }, + { + Name: "Home", + Code: "E80F", + Path: "M1024 1883l941 -942l-90 -90l-83 82v-805h-640v640h-256v-640h-640v805l-83 -82l-90 90zM1664 256v805l-640 640l-640 -640v-805h384v640h512v-640h384z" + }, + { + Name: "SwitcherStartEnd", + Code: "E810", + Path: "M211 1581l365 365l365 -365l-90 -90l-211 210v-1701h-128v1701l-211 -210zM1747 557l90 -90l-365 -365l-365 365l90 90l211 -210v1701h128v-1701z" + }, + { + Name: "ParkingLocation", + Code: "E811", + Path: "M2048 768q0 -76 -41 -139t-110 -94q-31 -69 -94 -110t-139 -41q-69 0 -128 34t-94 94h-708q-35 -60 -94 -94t-128 -34t-128 34t-94 94h-162q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256q0 80 30 150t82 122t122 82t150 30h37l328 328q27 27 62.5 41.5t73.5 14.5h907v-128h-29l256 -563q20 -45 24.5 -82t4.5 -80v-43zM1581 1536h-301v-256h459l-99 219q-8 17 -24.5 27t-34.5 10zM603 1280h549v256h-267q-26 0 -45 -19zM512 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h384v512h-768q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-256h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1664 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 768v72q0 41 -17 80l-106 232h-517v-512h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20q42 0 81 -13t71 -37t56 -57.5t37 -73.5q11 27 11 53z" + }, + { + Name: "IncidentTriangle", + Code: "E814", + Path: "M1920 0h-1920l960 1920zM1024 384h-128v-128h128v128zM1024 512v640h-128v-640h128z" + }, + { + Name: "Touch", + Code: "E815", + Path: "M1600 1152q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-144 0 -268.5 55t-225.5 156l-472 472q-28 28 -43 65t-15 76q0 42 16 78.5t43 63.5t63.5 42.5t77.5 15.5q82 0 141 -59l107 -106v336q-59 28 -106 70.5t-80.5 95t-51.5 113.5t-18 126q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-37 -178.5t-105 -148.5q35 -9 63.5 -30.5t48.5 -51.5q45 25 94 25q50 0 93 -23.5t69 -65.5q45 25 94 25zM512 1600q0 -75 34 -143t94 -113v256q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-256q60 45 94 113t34 143q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1664 960q0 26 -19 45t-45 19q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-37 0 -50.5 23.5t-15.5 59.5t2 77t2 77t-15.5 59.5t-50.5 23.5q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-37 0 -50.5 23.5t-15.5 59.5t2 77t2 77t-15.5 59.5t-50.5 23.5q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-26 0 -45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -23 -8.5 -42.5t-23 -34.5t-34.5 -23.5t-42 -8.5t-42.5 8t-36.5 24l-139 139q-21 21 -50 21t-50.5 -21t-21.5 -51q0 -29 21 -50l472 -473q84 -84 184 -128.5t219 -44.5q93 0 174.5 35.5t142 96t96 142t35.5 174.5v384z" + }, + { + Name: "MapDirections", + Code: "E816", + Path: "M1024 2048l1024 -1024l-1024 -1024l-1024 1024zM768 437l256 -256l843 843l-843 843l-843 -843l459 -459v587h549l-210 211l90 90l365 -365l-365 -365l-90 90l210 211h-421v-587z" + }, + { + Name: "CaretHollow", + Code: "E817", + Path: "M640 1755l731 -731l-731 -731v1462zM768 1445v-842l421 421z" + }, + { + Name: "CaretSolid", + Code: "E818", + Path: "M549 512l987 987v-987h-987v0z" + }, + { + Name: "History", + Code: "E81C", + Path: "M1024 1536v-549l365 -366l-90 -90l-403 402v603h128zM1968 1423q80 -192 80 -399t-80 -399q-78 -183 -220 -325t-325 -220q-192 -80 -399 -80q-174 0 -336 57q-158 55 -289 156q-130 101 -223 238q-47 69 -81.5 144t-56.5 156l123 34q40 -145 123.5 -266t197.5 -208t253 -135t289 -48q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-130 0 -252 -36.5t-227.5 -103.5t-190 -161.5t-139.5 -210.5h297v-128h-512v512h128v-274q17 32 37 62.5t42 59.5q94 125 220 216q132 94 283 143t314 49q207 0 399 -80q183 -78 325 -220t220 -325z" + }, + { + Name: "Location", + Code: "E81D", + Path: "M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1408q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5t-149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5z" + }, + { + Name: "MapLayers", + Code: "E81E", + Path: "M1664 1216l384 -192l-384 -192l384 -192l-1024 -512l-1024 512l384 192l-384 192l384 192l-384 192l1024 512l1024 -512zM286 1408l738 -369l738 369l-738 369zM1762 640l-241 120l-497 -248l-497 248l-241 -120l738 -369zM1024 655l738 369l-241 120l-497 -248l-497 248l-241 -120z" + }, + { + Name: "SearchNearby", + Code: "E820", + Path: "M1280 617q38 -5 90.5 -15.5t109.5 -27t113 -39.5t100 -54.5t71.5 -71t27.5 -89.5t-27.5 -89t-68 -68.5t-87.5 -50.5t-86 -34q-64 -22 -134.5 -37t-143.5 -24t-145.5 -13t-139.5 -4q-68 0 -140 4t-145 13t-143.5 24t-134.5 37q-39 13 -86 34t-87.5 50.5t-68 68.5t-27.5 89t27.5 89.5t71.5 71t100 54.5t113 39.5t109.5 26.5t90.5 16v162q-29 10 -52.5 28t-40.5 42t-26 52.5t-9 58.5v512q0 40 15 75t41 61t61 41t75 15h34q-34 60 -34 128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -68 -34 -128h34q40 0 75 -15t61 -41t41 -61t15 -75v-512q0 -30 -9 -58.5t-26 -52.5t-40.5 -42t-52.5 -28v-162zM832 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM960 128q43 0 100 2.5t119.5 9t127.5 17t125 26.5t110.5 37.5t85.5 50.5q10 8 23 21.5t13 27.5t-13 28t-30.5 26.5t-35.5 22t-28 14.5q-64 30 -135.5 48t-141.5 29v-168q0 -12 -17 -21t-39 -15t-43 -10t-29 -5v627q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v512q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-512q0 -28 13 -41.5t32.5 -18.5t42 -4.5t40.5 0.5v-627q-8 1 -29 5t-43 10t-39 15t-17 21v168q-70 -11 -141.5 -29t-135.5 -48q-10 -5 -28 -14.5t-35.5 -22t-30.5 -26.5t-13 -28t13 -27.5t23 -21.5q34 -29 85 -50.5t111 -37.5t125 -26.5t127.5 -17t119.5 -9t100 -2.5zM896 896h128v-639q-16 -1 -32 -1h-32h-32t-32 1v639z" + }, + { + Name: "Work", + Code: "E821", + Path: "M2048 1664v-1280h-2048v1280h640v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h640zM768 1664h512v128h-512v-128zM128 1536v-185l640 -319v120h512v-120l640 319v185h-1792zM896 1024v-128h256v128h-256zM1920 512v697l-640 -321v-120h-512v120l-640 321v-697h1792z" + }, + { + Name: "Recent", + Code: "E823", + Path: "M1024 0q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5zM1024 1920q-123 0 -237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32zM1024 1024v640h-128v-768h512v128h-384z" + }, + { + Name: "Hotel", + Code: "E824", + Path: "M2048 896v-768h-128v128h-1792v-128h-128v768h128v-113l256 512v625h128v-128h1024v128h128v-384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256q0 -39 -21 -70l149 -299v113h128zM1152 1408v-256h512v256h-512zM512 1664v-384h512v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384v128h-1024zM264 768h1520l-128 256h-504q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-569zM1920 384v256h-1792v-256h1792z" + }, + { + Name: "Bank", + Code: "E825", + Path: "M1792 1280v-768q0 -1 9 -27.5t22.5 -67l29.5 -88.5t30 -90.5t24.5 -73t12.5 -37.5h-1920q2 7 12.5 37.5t24.5 73t30 90.5l29.5 88.5t22.5 67t9 27.5v768h-128v128l960 480l960 -480v-128h-128zM286 1408h1348l-674 337zM1536 1280v-768h128v768h-128zM1280 1280v-768h128v768h-128zM1024 1280v-768h128v768h-128zM768 1280v-768h128v768h-128zM512 1280v-768h128v768h-128zM256 512h128v768h-128v-768zM1742 256l-42 128h-1480l-42 -128h1564z" + }, + { + Name: "LocationDot", + Code: "E827", + Path: "M1024 1408q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5t-149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5z" + }, + { + Name: "Dictionary", + Code: "E82D", + Path: "M1664 2048v-2048h-1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95.5t57 82t81.5 57t96 21.5h1408zM1536 384h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h1280v256zM128 478q60 34 128 34h1280v1408h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1314zM384 1664h896v-384h-896v384zM512 1408h640v128h-640v-128z" + }, + { + Name: "ChromeBack", + Code: "E830", + Path: "M2048 1024h-1656l674 -674l-144 -145l-922 921l922 922l144 -145l-674 -674h1656v-205z" + }, + { + Name: "CortanaLogoOuter", + Code: "E831", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 141q122 0 234.5 31.5t210.5 89t179 138.5t138.5 179t89 210.5t31.5 234.5t-31.5 234.5t-89 210.5t-138.5 179t-179 138.5t-210.5 89t-234.5 31.5t-234.5 -31.5t-210.5 -89t-179 -138.5t-138.5 -179t-89 -210.5t-31.5 -234.5t31.5 -234.5t89 -210.5t138.5 -179t179 -138.5t210.5 -89t234.5 -31.5z" + }, + { + Name: "CortanaLogoInner", + Code: "E832", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 303q99 0 191.5 26t172.5 72.5t146 112.5t112.5 146t72.5 172t26 192q0 99 -26 191.5t-72.5 172.5t-112.5 146t-146 112.5t-172.5 72.5t-191.5 26t-191.5 -26t-172.5 -72.5t-146 -112.5t-112.5 -146t-72.5 -172.5t-26 -191.5t26 -191.5t72.5 -172.5t112.5 -146t146 -112.5t172 -72.5t192 -26z" + }, + { + Name: "ProvisioningPackage", + Code: "E835", + Path: "M1521 1161l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-46 -75 -121 -121l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-75 46 -121 121l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51zM1024 768q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1803 320l-230 -229l-74 74l90 91h-1333v512h128v-384h1205l-90 91l74 74zM475 1499l-230 229l230 229l74 -74l-90 -91h1333v-512h-128v384h-1205l90 -91z" + }, + { + Name: "FolderOpen", + Code: "E838", + Path: "M1536 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-928q0 -31 9.5 -54t23.5 -43.5t31 -41t31 -45.5t23.5 -58t9.5 -78v-288q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-896v-128q0 -39 -21.5 -71t-57.5 -47q-23 -10 -49 -10q-53 0 -91 38l-293 293v1717h1280zM640 480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v645l-384 384v-1445l256 -256v352zM1664 672q0 31 -9.5 54t-23.5 43.5t-31 41t-31 45.5t-23.5 58t-9.5 78v928h-1061l384 -384q18 -18 27.5 -41.5t9.5 -49.5v-645q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-96h896v288z" + }, + { + Name: "DefenderApp", + Code: "E83D", + Path: "M1024 2040q81 -8 153 -31.5t140 -68.5q69 -46 141.5 -75t148 -45t154 -22t159.5 -6v-512q0 -32 -2.5 -64t-6.5 -64h-887v888zM0 1792q81 0 159.5 6t154.5 22t148.5 45t141.5 76q67 45 139 68t153 31v-888h-887q-4 32 -6.5 64t-2.5 64v512zM896 40q-141 82 -278 184t-253 225t-203 267t-129 308h863v-984zM1024 1024h863q-42 -164 -129 -308t-203 -267t-253 -225t-278 -184v984z" + }, + { + Name: "Pinned", + Code: "E840", + Path: "M1990 1300q-33 -33 -64.5 -60.5t-65 -46.5t-73 -29.5t-89.5 -10.5q-34 0 -65 6l-379 -379q13 -38 19 -78t6 -80q0 -65 -13 -118t-37.5 -100t-59.5 -89.5t-79 -86.5l-386 386l-568 -569l-136 -45l45 136l569 568l-386 386l45 45q70 70 160.5 107t189.5 37q82 0 157 -25l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5zM1698 1281q55 0 104 26l-495 495q-26 -49 -26 -104q0 -28 6.5 -52.5t14.5 -50.5l-492 -491q-25 10 -47 19t-44 15t-45.5 9.5t-50.5 3.5q-57 0 -110.5 -16.5t-99.5 -48.5l673 -673q32 46 49 99.5t17 109.5q0 27 -3.5 50.5t-10 46t-15.5 44.5t-19 47l491 492q26 -8 50.5 -14.5t52.5 -6.5z" + }, + { + Name: "PinnedFill", + Code: "E842", + Path: "M1900 1300q-41 -40 -93.5 -61.5t-109.5 -21.5q-44 0 -84 12l-433 -433q17 -41 26.5 -84.5t9.5 -88.5q0 -86 -33 -165t-93 -140l-772 772q61 60 140 93t165 33q45 0 88.5 -9.5t84.5 -26.5l433 433q-12 40 -12 84q0 57 21.5 109.5t61.5 93.5z" + }, + { + Name: "RevToggleKey", + Code: "E845", + Path: "M1152 1536q155 0 294.5 -58t248.5 -167t167 -248.5t58 -294.5q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-896v128h896q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23h-821l426 -427l-74 -74l-566 565l566 565l74 -74l-426 -427h821z" + }, + { + Name: "USB", + Code: "E88E", + Path: "M768 1792h128v-128h-128v128zM1152 1792v-128h-128v128h128zM1408 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10v512h896v-512zM640 1536h640v384h-640v-384zM1408 1408h-896v-1280h896v1280z" + }, + { + Name: "View", + Code: "E890", + Path: "M1024 1280q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 1792q143 0 284 -35.5t266 -104.5t226.5 -170.5t165.5 -233.5q40 -83 61 -171.5t21 -180.5h-128q0 118 -36 221t-99.5 188t-149.5 152t-185.5 113t-208.5 70t-217 24t-217 -24t-208.5 -70t-185.5 -113t-149.5 -152t-99.5 -188t-36 -221h-128q0 92 21 180.5t61 171.5q64 132 165.5 233.5t226.5 170.5t266 104.5t284 35.5z" + }, + { + Name: "Previous", + Code: "E892", + Path: "M256 256v1536h128v-1536h-128zM704 1024l1088 768v-1536zM1664 503v1042l-738 -521z" + }, + { + Name: "Next", + Code: "E893", + Path: "M1664 1792h128v-1536h-128v1536zM256 256v1536l1088 -768zM384 1545v-1042l738 521z" + }, + { + Name: "Clear", + Code: "E894", + Path: "M1115 1024l914 -915l-90 -90l-915 914l-915 -914l-90 90l914 915l-914 915l90 90l915 -914l915 914l90 -90z" + }, + { + Name: "Sync", + Code: "E895", + Path: "M1024 128q154 0 295.5 47.5t258 134t203 208t131.5 269.5l122 -38q-50 -167 -149 -304.5t-232.5 -236.5t-294 -153.5t-334.5 -54.5q-137 0 -267 34t-245.5 98.5t-213.5 157t-170 209.5v-243h-128v512h512v-128h-316q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5zM2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128z" + }, + { + Name: "Download", + Code: "E896", + Path: "M384 0v128h1152v-128h-1152zM1581 979l-621 -626l-621 626l90 90l467 -470v1449h128v-1449l467 470z" + }, + { + Name: "Help", + Code: "E897", + Path: "M896 128h128v-128h-128v128zM960 2048q79 0 152.5 -20.5t137.5 -58t117 -90.5t90.5 -117t58 -137.5t20.5 -152.5q0 -84 -22 -152t-58 -124.5t-82 -104.5t-94 -93t-94 -89.5t-82 -94.5t-58 -108t-22 -130v-192h-128v192q0 84 22 152t58 124.5t82 104t94 92.5t94 90t82 95t58 108t22 130q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5h-128q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5z" + }, + { + Name: "Upload", + Code: "E898", + Path: "M1536 2048v-128h-1152v128h1152zM1581 1069l-90 -90l-467 470v-1449h-128v1449l-467 -470l-90 90l621 626z" + }, + { + Name: "Emoji", + Code: "E899", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM640 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h-256q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1408 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h-256q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1472 1280q40 0 75 -15t61 -41t41 -61t15 -75v-64q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5q0 48 8 94t29 82t58.5 58t96.5 22q74 0 129 -20t104.5 -44t100 -44t114.5 -20t114.5 20t100 44t104.5 44t129 20zM1536 1088q0 26 -19 45t-45 19q-43 0 -79 -9.5t-69.5 -23.5t-66 -31t-68 -31t-76 -23.5t-89.5 -9.5t-89.5 9.5t-76 23.5t-68 31t-66 31t-69.5 23.5t-79 9.5q-26 0 -45 -19t-19 -45v-64q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199v64z" + }, + { + Name: "MailForward", + Code: "E89C", + Path: "M0 1664h2048v-896v-128l-128 128v697l-896 -449l-896 449v-953h1024v-128h-1152v1280zM1024 1160l753 376h-1506zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-518v128h518z" + }, + { + Name: "ClosePane", + Code: "E89F", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384zM989 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z" + }, + { + Name: "OpenPane", + Code: "E8A0", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384zM1280 1152v-128h-421l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h421z" + }, + { + Name: "PreviewLink", + Code: "E8A1", + Path: "M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1792 1536v-384h-1536v384h1536zM1664 1280v128h-1280v-128h1280zM1280 512v512h512v-512h-512zM1408 896v-256h256v256h-256zM1024 1024v-128h-768v128h768zM1024 640v-128h-768v128h768z" + }, + { + Name: "ZoomIn", + Code: "E8A3", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM768 1408h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "Bookmarks", + Code: "E8A4", + Path: "M0 1536v128h128v-128h-128zM384 1664h1664v-128h-1664v128zM0 384v128h128v-128h-128zM384 384v128h1664v-128h-1664zM896 1152v128h1152v-128h-1152zM1408 768v128h640v-128h-640z" + }, + { + Name: "Document", + Code: "E8A5", + Path: "M549 2048h1243v-1755l-293 -293h-1243v1755zM1664 347v1573h-1061l-219 -219v-1573h1061z" + }, + { + Name: "ProtectedDocument", + Code: "E8A6", + Path: "M1920 768v-768h-896v768h128q0 76 17.5 145.5t56 122.5t99 84.5t147.5 31.5t147.5 -31.5t99 -84.5t56 -122.5t17.5 -145.5h128zM1280 768h384v64q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-64zM1792 640h-640v-512h640v512zM384 128h512v-128h-640v1755l293 293h1243v-860q-29 26 -61 47t-67 37v648h-1061l-219 -219v-1573z" + }, + { + Name: "OpenInNewWindow", + Code: "E8A7", + Path: "M1536 1792h384v-384h-128v165l-456 -456l-91 91l456 456h-165v128zM1536 1024l128 128v-768h-1664v1152h1280l-128 -128h-1024v-896h1408v512z" + }, + { + Name: "MailFill", + Code: "E8A8", + Path: "M64 1600h1920v-1152h-1920v1152v0z" + }, + { + Name: "ViewAll", + Code: "E8A9", + Path: "M128 1920h1664v-1664h-1664v1664zM1664 1152v640h-640v-640h640zM896 1792h-640v-640h640v640zM256 1024v-640h640v640h-640zM1024 384h640v640h-640v-640z" + }, + { + Name: "Switch", + Code: "E8AB", + Path: "M2048 640v-128h-1798l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h1798zM1635 1245l163 163h-1798v128h1798l-163 163l90 90l317 -317l-317 -317z" + }, + { + Name: "Rename", + Code: "E8AC", + Path: "M255 899v254h770v-254h-770zM1281 639h-1282v770h1282v-130h-1152v-510h1152v-130zM2049 1409v-770h-386v130h256v510h-256v130h386zM1537 481q111 -96 255 -96h1v-130h-1q-176 0 -318 110q-70 -54 -151.5 -82t-170.5 -28h-1v130h1q145 0 255 93v1096q-52 44 -116.5 66.5t-138.5 22.5h-1v130h1q91 0 172.5 -27t149.5 -79q138 106 318 106h1v-130h-1q-148 0 -255 -92v-1090z" + }, + { + Name: "Go", + Code: "E8AD", + Path: "M1024 2048h1024v-1024h-128v805l-1827 -1826l-90 90l1826 1827h-805v128v0z" + }, + { + Name: "Remote", + Code: "E8AF", + Path: "M259 1315l90 90l701 -701l-701 -701l-90 90l611 611zM1789 1955l-611 -611l611 -611l-90 -90l-701 701l701 701z" + }, + { + Name: "SelectAll", + Code: "E8B3", + Path: "M0 1920v128h128v-128h-128zM0 1664v128h128v-128h-128zM0 1408v128h128v-128h-128zM0 1152v128h128v-128h-128zM0 896v128h128v-128h-128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM0 128v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 896v128h128v-128h-128zM1792 640v128h128v-128h-128zM1792 384v128h128v-128h-128zM1792 128v128h128v-128h-128zM384 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1920v128h128v-128h-128zM256 128v128h128v-128h-128zM512 128v128h128v-128h-128zM768 128v128h128v-128h-128zM1024 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1536 128v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1536 1664v-1152h-1152v1152h1152zM1408 1152v384h-384v-384h384zM896 1536h-384v-384h384v384zM512 1024v-384h384v384h-384zM1024 640h384v384h-384v-384z" + }, + { + Name: "Orientation", + Code: "E8B4", + Path: "M1408 384h-1408v896h1408v-896zM1280 1152h-1152v-640h1152v640zM128 1408h-128v128h128v-128zM128 1664h-128v128h128v-128zM128 1920h-128v128h128v-128zM896 1920h-128v128h128v-128zM384 1920h-128v128h128v-128zM640 1920h-128v128h128v-128zM896 1664h-128v128h128v-128zM896 1408h-128v128h128v-128zM1627 1920q102 -102 180.5 -197.5t132 -200t81 -225.5t27.5 -273q0 -141 -36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5v128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5q0 133 -25.5 242t-74 204t-120 182t-164.5 177v-293h-128v512h512v-128h-293z" + }, + { + Name: "Import", + Code: "E8B5", + Path: "M557 1459l-308 -309h1543v-128h-1540l305 -305l-90 -90l-461 461l461 461zM1920 1536h128v-896h-128v896z" + }, + { + Name: "Folder", + Code: "E8B7", + Path: "M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1536v2048h1408zM384 128h1152v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-1792zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480z" + }, + { + Name: "Picture", + Code: "E8B9", + Path: "M1792 1536h256v-1280h-1792v256h-256v1280h1792v-256zM128 1664v-1024h1536v1024h-1536zM1920 384v1024h-128v-896h-1408v-128h1536zM256 768v768h1280v-768h-1280zM384 1408v-512h1024v512h-1024z" + }, + { + Name: "ChromeClose", + Code: "E8BB", + Path: "M1169 1024l879 -879l-145 -145l-879 879l-879 -879l-145 145l879 879l-879 879l145 145l879 -879l879 879l145 -145z" + }, + { + Name: "ShowResults", + Code: "E8BC", + Path: "M384 256v128h1664v-128h-1664zM0 1664v128h128v-128h-128zM0 640v128h128v-128h-128zM384 640v128h1664v-128h-1664zM384 1792h1664v-128h-1664v128zM384 1280v128h1664v-128h-1664z" + }, + { + Name: "Message", + Code: "E8BD", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243z" + }, + { + Name: "CalendarDay", + Code: "E8BF", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM1920 256v1152h-1792v-1152h1792zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 1024v-640h-1280v640h1280zM1536 512v384h-1024v-384h1024zM1664 1280v-128h-1280v128h1280z" + }, + { + Name: "CalendarWeek", + Code: "E8C0", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM768 384v896h128v-896h-128zM384 384v896h128v-896h-128zM1536 384v896h128v-896h-128zM1152 384v896h128v-896h-128z" + }, + { + Name: "MailReplyAll", + Code: "E8C2", + Path: "M2048 1664v-1082q-29 23 -61 39.5t-67 28.5v815l-896 -449l-896 449v-953h704v-128h-832v1280h2048zM1024 1160l753 376h-1506zM1115 448l226 -227l-90 -90l-318 317l318 317l90 -90zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "Read", + Code: "E8C3", + Path: "M1024 1928l1024 -512v-1288h-2048v1288zM1897 1348l-873 436l-873 -436l324 -324h1098zM128 256h1792v933l-293 -293h-1206l-293 293v-933z" + }, + { + Name: "Cut", + Code: "E8C6", + Path: "M1416 512q51 -2 96.5 -22.5t79 -55.5t53 -81t19.5 -97q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 71 36.5 132t99.5 94l-266 531l-265 -529q32 -17 57.5 -41t43.5 -54t28 -63.5t10 -69.5q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 51 19 96.5t52 80t77.5 55.5t95.5 24l322 646l-339 678l58 175l353 -708l353 708l58 -175l-339 -678zM640 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PaymentCard", + Code: "E8C7", + Path: "M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1088q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1088q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM160 1664q-14 0 -23 -9t-9 -23v-224h1792v224q0 14 -9 23t-23 9h-1728zM1888 512q14 0 23 9t9 23v736h-1792v-736q0 -14 9 -23t23 -9h1728zM1408 896h256v-128h-256v128z" + }, + { + Name: "Copy", + Code: "E8C8", + Path: "M1920 1243v-1243h-1280v384h-512v1664h859l384 -384h128zM1536 1280h165l-165 165v-165zM640 1664h549l-256 256h-677v-1408h384v1152zM1792 1152h-384v384h-640v-1408h1024v1024z" + }, + { + Name: "Important", + Code: "E8C9", + Path: "M1152 640h-256v1280h256v-1280v0zM1152 128h-256v256h256v-256v0z" + }, + { + Name: "MailReply", + Code: "E8CA", + Path: "M2048 1664v-1082q-29 23 -61 39.5t-67 28.5v815l-896 -449l-896 449v-953h1024v-128h-1152v1280h2048zM1024 1160l753 376h-1506zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "Sort", + Code: "E8CB", + Path: "M1069 1549l-90 -90l-338 337l-1 -1796h-128l1 1799l-340 -340l-90 90l493 493zM1876 589l91 -90l-493 -493l-494 493l91 90l338 -338l-1 1797h128l1 -1798z" + }, + { + Name: "Priority", + Code: "E8D0", + Path: "M768 250l307 307l90 -90l-461 -461l-461 461l90 90l307 -307v1798h128v-1798zM1536 2048h128v-1664h-128v1664zM1536 0v128h128v-128h-128z" + }, + { + Name: "GotoToday", + Code: "E8D1", + Path: "M1536 1920h384v-1792h-768v128h640v1152h-1664v-1152h640v-128h-768v1792h384v128h128v-128h896v128h128v-128zM128 1536h1664v256h-256v-128h-128v128h-896v-128h-128v128h-256v-256zM1187 387l-163 162v-549h-128v549l-163 -162l-90 90l317 317l317 -317zM1152 1280v-384h-384v384h384zM1024 1024v128h-128v-128h128z" + }, + { + Name: "Font", + Code: "E8D2", + Path: "M765 1024h-378l-85 -256h-135l342 1024h134l268 -802l-81 -162zM722 1152l-146 438l-146 -438h292zM1704 473q17 -41 31.5 -73t34.5 -54.5t50 -34t78 -11.5v-44h-449v44q17 0 37.5 -0.5t38.5 4t30 16.5t12 37q0 14 -6.5 39t-16 54t-21 59.5t-22 57.5t-18.5 46.5t-11 26.5h-448q-3 -8 -12 -27.5t-20.5 -46t-24 -56.5t-23 -58.5t-17 -53.5t-6.5 -40q0 -24 12.5 -35.5t30.5 -16t38.5 -5t36.5 -1.5v-44h-377v44q49 9 76 21t44 32.5t30 51.5t33 79l392 924h82zM1413 768l-177 381l-169 -381h346z" + }, + { + Name: "FontColor", + Code: "E8D3", + Path: "M256 128h1408v-128h-1408v128zM643 768l-170 -512h-135l555 1664h135l554 -1664h-135l-171 512h-633zM960 1717l-274 -821h548z" + }, + { + Name: "FolderFill", + Code: "E8D5", + Path: "M1664 1984q26 0 45 -19t19 -45v-992q0 -57 20 -93t44 -67t44 -67t20 -93v-480q0 -26 -19 -45t-45 -19h-1472v1920h1344v0z" + }, + { + Name: "Permissions", + Code: "E8D7", + Path: "M2048 475v-475h-512v256h-256v256h-256v207q-74 -39 -155 -59t-165 -20q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -51 -8 -101t-23 -98zM1920 421l-690 690q22 57 36 114.5t14 118.5q0 119 -45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5q97 0 190.5 33t168.5 95h89v-256h256v-256h256v-256h256v293zM512 1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "DisableUpdates", + Code: "E8D8", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM512 1280h-512v512h128v-275q67 122 163.5 220.5t212.5 167.5t248 106t272 37q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -39 -3.5 -78t-9.5 -77q-26 27 -56 51.5t-62 44.5q1 15 2 29.5t1 29.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -250.5 -36.5t-226.5 -103t-189.5 -161t-139.5 -211.5h294v-128zM1083 131q20 -32 44.5 -62t51.5 -56q-38 -6 -77 -9.5t-78 -3.5q-114 0 -223.5 25t-208.5 71.5t-187 113.5t-159 150.5t-124.5 182t-83.5 208.5l123 34q40 -145 123.5 -265.5t197.5 -207.5t253 -135.5t289 -48.5q15 0 29.5 1t29.5 2z" + }, + { + Name: "Unfavorite", + Code: "E8D9", + Path: "M1609 1056q-125 0 -234.5 -44t-192 -122.5t-132.5 -186t-56 -234.5l-610 -469l248 794l-632 486h784l240 768l240 -768h784l-313 -240q-31 7 -62.5 11.5t-63.5 4.5zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1280 448q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "Italic", + Code: "E8DB", + Path: "M1568 1792h-217l-469 -1408h366l-128 -128h-704l128 128h161l469 1408h-310l128 128h704z" + }, + { + Name: "Underline", + Code: "E8DC", + Path: "M1011 256q-161 0 -274 46.5t-184.5 133t-104.5 209t-33 274.5v1001h192v-988q0 -109 21.5 -201t71 -159.5t130.5 -105.5t201 -38q115 0 193.5 36.5t126.5 101t69 154t21 194.5v1006h192v-975q0 -158 -34.5 -285.5t-109 -217t-192.5 -138t-286 -48.5zM384 128h1280v-128h-1280v128z" + }, + { + Name: "Bold", + Code: "E8DD", + Path: "M1255 1147q92 0 173.5 -35t142 -95.5t95.5 -141.5t35 -173t-35 -173.5t-95.5 -142t-142 -95.5t-173.5 -35h-743v1664h743q80 0 150 -30.5t122.5 -83t83 -122.5t30.5 -150t-30 -150.5t-82.5 -123t-123 -83t-150.5 -30.5zM1047 1682h-151v-475h151q49 0 92.5 19t75.5 51t51 75.5t19 92.5t-19 92t-51 75.5t-75.5 51t-92.5 18.5zM1106 494q49 0 92.5 18.5t75.5 51t51 75.5t19 92t-18.5 92.5t-51 76t-76 51t-92.5 18.5h-210v-475h210z" + }, + { + Name: "MoveToFolder", + Code: "E8DE", + Path: "M1792 928q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1536v2048h1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-1280v-1792h1152v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v224h128v-224zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM2048 1408v-128h-677l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h677z" + }, + { + Name: "Dislike", + Code: "E8E0", + Path: "M960 1792q178 0 345 -69q72 -29 144.5 -44t150.5 -15h448v-896h-417q-65 0 -122.5 -24t-103.5 -70l-622 -621q-25 -25 -50 -39t-61 -14q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62q0 81 18 154.5t53 145.5q20 43 34 87.5t19 92.5h-444q-39 0 -74 15t-61.5 41t-41.5 61t-15 75q0 32 10 61l256 768q20 59 70 95t112 36h512zM1920 1536h-320q-179 0 -345 69q-144 59 -295 59h-512q-20 0 -37 -12t-24 -32q-5 -14 -18.5 -54t-32.5 -96.5t-42 -124t-46 -136.5t-44.5 -134.5t-38.5 -118t-27 -86t-10 -38.5q0 -26 19 -45t45 -19h576q0 -53 -2.5 -98.5t-10 -88.5t-21.5 -86t-37 -91q-28 -58 -42.5 -118.5t-14.5 -125.5q0 -14 9 -23t23 -9q6 0 10.5 4.5l8.5 8.5l623 624q32 32 68.5 56t77.5 41q80 34 171 34h289v640z" + }, + { + Name: "Like", + Code: "E8E1", + Path: "M1856 1408q39 0 74 -15t61.5 -41t41.5 -61t15 -75q0 -32 -10 -61l-256 -768q-10 -29 -28 -53.5t-42 -41.5t-52.5 -26.5t-59.5 -9.5h-512q-179 0 -345 69q-72 29 -144.5 44t-150.5 15h-448v896h417q65 0 122.5 24t103.5 70l622 621q25 25 50 39t61 14q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62q0 -81 -18 -154.5t-53 -145.5q-20 -43 -34 -87.5t-19 -92.5h444zM1600 384q20 0 37 12t24 32q5 14 18.5 54t32.5 96.5t42 124t46 136.5t44.5 134.5t38.5 118t27 86t10 38.5q0 26 -19 45t-45 19h-576q0 53 2.5 98.5t10 88.5t21.5 86t37 91q28 58 42.5 118.5t14.5 125.5q0 14 -9 23t-23 9q-6 0 -10.5 -4.5l-8.5 -8.5l-623 -624q-32 -32 -68.5 -56t-77.5 -41q-80 -34 -171 -34h-289v-640h320q178 0 345 -69q144 -59 295 -59h512z" + }, + { + Name: "AlignRight", + Code: "E8E2", + Path: "M0 1920h2048v-128h-2048v128zM0 256v128h2048v-128h-2048zM0 1024v128h2048v-128h-2048zM512 1408v128h1536v-128h-1536zM512 640v128h1536v-128h-1536z" + }, + { + Name: "AlignCenter", + Code: "E8E3", + Path: "M0 1920h2048v-128h-2048v128zM256 1536h1536v-128h-1536v128zM256 768h1536v-128h-1536v128zM0 256v128h2048v-128h-2048zM0 1024v128h2048v-128h-2048z" + }, + { + Name: "AlignLeft", + Code: "E8E4", + Path: "M2048 1920v-128h-2048v128h2048zM2048 256h-2048v128h2048v-128zM2048 1024h-2048v128h2048v-128zM1536 1408h-1536v128h1536v-128zM1536 640h-1536v128h1536v-128z" + }, + { + Name: "OpenFile", + Code: "E8E5", + Path: "M1955 515l-163 162v-677h-128v677l-163 -162l-90 90l317 317l317 -317zM256 128h1280v-128h-1408v2048h1115l549 -549v-475h-128v384h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "ClearSelection", + Code: "E8E6", + Path: "M1713 1152q69 0 130 -26.5t106.5 -72t72 -107t26.5 -130.5q0 -66 -25 -127.5t-73 -109.5l-449 -448l-90 90l448 449q29 29 45 67t16 79q0 43 -16.5 80.5t-45 66t-66 45t-80.5 16.5q-41 0 -79 -16t-67 -45l-195 -195h165v-128h-384v384h128v-165q47 47 93 99t97.5 95t110.5 71t132 28zM1792 1280h-128v128h128v-128zM1792 1536h-128v128h128v-128zM1792 1792h-128v128h128v-128zM1536 1792h-128v128h128v-128zM1280 1792h-128v128h128v-128zM896 1920h128v-128h-128v128zM640 1920h128v-128h-128v128zM384 1920h128v-128h-128v128zM128 1920h128v-128h-128v128zM128 1664h128v-128h-128v128zM128 1408h128v-128h-128v128zM128 1152h128v-128h-128v128zM128 896h128v-128h-128v128zM128 640h128v-128h-128v128zM128 384h128v-128h-128v128zM384 384h128v-128h-128v128zM640 384h128v-128h-128v128zM896 384h128v-128h-128v128zM1152 384h128v-128h-128v128z" + }, + { + Name: "FontDecrease", + Code: "E8E7", + Path: "M1027 1280l342 -1024h-135l-85 256h-378l-85 -256h-135l342 1024h134zM1106 640l-146 437l-146 -437h292zM2048 2048l-320 -320l-320 320h640z" + }, + { + Name: "FontIncrease", + Code: "E8E8", + Path: "M1027 1920l555 -1664h-135l-170 512h-634l-170 -512h-135l555 1664h134zM1234 896l-274 822l-274 -822h548zM2048 1664h-640l320 320z" + }, + { + Name: "FontSize", + Code: "E8E9", + Path: "M1966 256h-135l-170 512h-634l-170 -512h-135l-85 256h-378l-85 -256h-135l342 1024h134l274 -821l488 1461h134zM594 640l-146 437l-146 -437h292zM1618 896l-274 821l-274 -821h548z" + }, + { + Name: "CellPhone", + Code: "E8EA", + Path: "M1536 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM1536 1920h-1024v-1792h1024v1792zM896 384h256v-128h-256v128z" + }, + { + Name: "Tag", + Code: "E8EC", + Path: "M1472 1472q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1024 2048h896v-896l-1024 -1024l-896 896zM1792 1205v715h-715l-896 -896l715 -715z" + }, + { + Name: "RepeatAll", + Code: "E8EE", + Path: "M128 1024q0 -69 15.5 -136.5t44 -130t70 -117.5t94.5 -100l-91 -91q-62 55 -110 120.5t-82 139t-51.5 153t-17.5 162.5q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5h646l-163 163l90 90l317 -317l-317 -317l-90 90l163 163h-646q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170zM1787 1598q62 -54 110.5 -119.5t82 -139t51 -153.5t17.5 -162q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170q0 70 -15 137.5t-43.5 129.5t-70 117.5t-94.5 100.5z" + }, + { + Name: "Calculator", + Code: "E8EF", + Path: "M256 2048h1408v-2048h-1408v2048zM1536 128v1792h-1152v-1792h1152zM1408 1792v-384h-896v384h896zM1280 1536v128h-640v-128h640zM640 1152v-128h-128v128h128zM896 1024v128h128v-128h-128zM1280 1024v128h128v-128h-128zM640 768v-128h-128v128h128zM896 640v128h128v-128h-128zM1280 640v128h128v-128h-128zM640 384v-128h-128v128h128zM896 256v128h128v-128h-128zM1280 256v128h128v-128h-128z" + }, + { + Name: "Library", + Code: "E8F1", + Path: "M640 256v1536h384v-1536h-384zM768 1664v-1280h128v1280h-128zM128 256v1536h384v-1536h-384zM256 1664v-1280h128v1280h-128zM1491 1815l484 -1450l-346 -116l-484 1450zM1287 1629l412 -1238l134 44l-413 1238z" + }, + { + Name: "PostUpdate", + Code: "E8F3", + Path: "M640 1664h1408v-1152h-1408v1152zM1920 640v896h-1152v-896h1152zM128 1024v128h384v-128h-384zM0 1280v128h512v-128h-512zM256 768v128h256v-128h-256zM1792 1408v-128h-896v128h896zM1408 768v384h384v-384h-384zM1536 1024v-128h128v128h-128zM1280 896v-128h-384v128h384zM1280 1152v-128h-384v128h384z" + }, + { + Name: "NewFolder", + Code: "E8F4", + Path: "M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152v128h896v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-768h-128v896h1408zM1920 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM896 384h-384v-384h-128v384h-384v128h384v384h128v-384h384v-128z" + }, + { + Name: "CalendarReply", + Code: "E8F5", + Path: "M896 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM896 896h-128v128h128v-128zM512 896h-128v128h128v-128zM1152 1024h128v-128h-128v128zM1664 1152h-128v128h128v-128zM1536 1024h128v-128h-128v128zM1152 768h128v-128h-128v128zM896 640h-128v128h128v-128zM512 640h-128v128h128v-128zM768 512h128v-128h-128v128zM384 512h128v-128h-128v128zM2048 1920v-1380q-28 26 -60.5 44.5t-67.5 31.5v792h-1792v-1152h1120l128 -128h-1376v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "UnsyncFolder", + Code: "E8F6", + Path: "M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-832l128 128h448v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-870q-32 -4 -64.5 -10.5t-63.5 -17.5v1026h1408zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM768 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-47 0 -92 -13.5t-84 -39.5l443 -443q36 56 47 123l127 -22q-9 -53 -30 -101.5t-53 -91.5l87 -87l-90 -90l-87 86q-58 -43 -127 -66t-141 -23q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q47 0 92 13.5t84 39.5l-443 443q-36 -56 -47 -123l-127 22q9 53 30 101.5t53 91.5l-87 87l90 90l87 -86q58 43 127 66t141 23q91 0 174 -35.5t146 -101.5v137z" + }, + { + Name: "SyncFolder", + Code: "E8F7", + Path: "M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-936q62 57 107 128h573v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-870q-32 -4 -64.5 -10.5t-63.5 -17.5v1026h1408zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM448 768q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128v-384h-384v128h190q-45 60 -112 94t-142 34zM889 373q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q58 0 111 20t95 55.5t70 84.5t38 107z" + }, + { + Name: "BlockContact", + Code: "E8F8", + Path: "M1301 938q-27 -17 -52.5 -35.5t-48.5 -41.5q-89 80 -200.5 121.5t-231.5 41.5q-134 0 -251 -49.5t-203.5 -136t-136 -203.5t-49.5 -251h-128q0 120 35 232t100 206.5t156.5 166.5t205.5 114q-55 35 -99.5 82.5t-76 103.5t-48.5 118.5t-17 128.5q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -17 -128.5t-48.5 -118.5t-76 -103.5t-99.5 -82.5q74 -26 139.5 -68.5t122.5 -96.5zM384 1536q0 -79 30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1600 128q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "AddFriend", + Code: "E8FA", + Path: "M1536 512h-13q-23 112 -81 206t-141.5 162t-187 106t-217.5 38q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q112 -43 206.5 -118.5t161.5 -175.5v-296zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "Accept", + Code: "E8FB", + Path: "M640 293l-621 622l90 90l531 -530l1299 1298l90 -90l-1389 -1390v0z" + }, + { + Name: "BulletedList", + Code: "E8FD", + Path: "M0 768v128h128v-128h-128zM0 1152v128h128v-128h-128zM384 1152v128h1664v-128h-1664zM0 1536v128h128v-128h-128zM384 1664h1664v-128h-1664v128zM384 768v128h1664v-128h-1664zM0 384v128h128v-128h-128zM384 384v128h1664v-128h-1664z" + }, + { + Name: "Preview", + Code: "E8FF", + Path: "M1115 2048l549 -549v-91h-640v640h91zM1152 1536h293l-293 293v-293zM1536 1152v128h128v-128h-128zM1536 896v128h128v-128h-128zM1536 640v128h128v-128h-128zM1536 384v128h128v-128h-128zM1536 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1024 128v128h128v-128h-128zM768 128v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM256 1152v128h128v-128h-128zM256 1408v128h128v-128h-128zM256 1664v128h128v-128h-128zM256 1920v128h128v-128h-128zM512 1920v128h128v-128h-128zM768 1920v128h128v-128h-128zM256 896v128h128v-128h-128zM256 640v128h128v-128h-128zM256 384v128h128v-128h-128z" + }, + { + Name: "News", + Code: "E900", + Path: "M2048 1536v-896q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-1543q-51 0 -96.5 20t-79 53.5t-53.5 79t-20 96.5v1159h1792v-256h256zM1920 1408h-128v-704q0 -26 -19 -45t-45 -19t-45 19t-19 45v960h-1536v-1031q0 -25 9.5 -47t26 -38.5t38.5 -26t47 -9.5h1543q27 0 50 10t40.5 27.5t27.5 40.5t10 50v768zM1536 1408h-1280v128h1280v-128zM1536 640h-512v128h512v-128zM1536 896h-512v128h512v-128zM1536 1152h-512v128h512v-128zM896 640h-640v643h640v-643zM384 768h384v387h-384v-387z" + }, + { + Name: "Chat", + Code: "E901", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243z" + }, + { + Name: "Group", + Code: "E902", + Path: "M1850 1360q45 -25 82 -61.5t62.5 -80t39.5 -93t14 -101.5h-128q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -91 -41.5 -173t-114.5 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99h-128q0 52 14 101.5t39.5 93t62.5 80t82 61.5q-33 35 -51.5 81t-18.5 95q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q54 80 138.5 126t181.5 46t181.5 -46t138.5 -126q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -49 -18.5 -95t-51.5 -81zM256 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1536 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "World", + Code: "E909", + Path: "M496 1165q13 0 29 -4.5t32.5 -10.5t32 -13t28.5 -12q-8 -1 -16.5 -2t-16.5 -1q-17 0 -31 5.5t-26.5 12.5t-24 12.5t-21.5 5.5t-18 -4t-16 -9q0 4 -7 4q7 7 26 11.5t29 4.5zM631 1120q41 0 75 -14q-14 -5 -28 -8.5t-29 -3.5q-20 0 -36 4q5 8 10 10.5t8 11.5zM1024 2048q141 0 271.5 -37t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244t37 -271.5t-37 -271.5t-103.5 -244t-160.5 -207.5t-207.5 -160.5t-244 -103.5t-271.5 -37t-271.5 37t-244 103.5t-207.5 160.5t-160.5 207.5t-103.5 244t-37 271.5t37 271.5t103.5 244t160.5 207.5t207.5 160.5t244 103.5t271.5 37zM1786 1493q-14 22 -28 42.5t-29 40.5q-2 -9 -5.5 -13t-3.5 -18q0 -9 7.5 -17.5t18 -15.5t21.5 -12t19 -7zM1717 1591q0 -8 -3 -11h6q4 0 6 -1zM1024 128q114 0 223 29t206.5 82.5t180 130t144.5 171.5q-13 30 -25 61t-12 64q0 36 3.5 58.5t6.5 38.5t4.5 29.5t-3.5 30.5t-17.5 41t-36.5 62q1 7 3.5 19t3.5 25t0.5 24.5t-4.5 18.5q-26 3 -54.5 11t-49.5 24l6 5q-13 -3 -26 -8.5t-25.5 -10.5t-25.5 -8.5t-27 -3.5l-16 2l3 7q-14 -4 -30.5 -10t-30.5 -6q-10 0 -29 7t-38.5 17t-34 22t-14.5 23l2 3q-5 6 -13 11t-15.5 10t-12.5 11t-5 14l11 9l-23 3l-8 30q2 -5 9.5 -4t10.5 4l-36 19l25 64q-14 52 -6.5 80t26.5 46.5t44.5 36t48.5 48.5l-3 12l66 80l15 2q28 0 63 2.5t71 7t71 10t64 12.5q-32 38 -67.5 72t-74.5 65q-11 -4 -27.5 -11.5t-31.5 -18t-25.5 -23.5t-10.5 -27l6 -19q-18 -29 -40 -36.5t-45.5 -8t-48 0.5t-47.5 -9l-16 34l15 58l-17 25l173 54q-11 28 -36.5 42t-54.5 14v10l56 9q-93 46 -193.5 70t-204.5 24q-87 0 -172 -17t-164.5 -49.5t-152.5 -79.5t-135 -108q26 0 40.5 -13.5t26 -29t24.5 -29t35 -13.5l16 12l-2 22l33 47l-26 74q5 3 15.5 10t16.5 7q30 0 46.5 -3t27.5 -11.5t21 -23t28 -37.5l36 28q10 -4 32.5 -13.5t44.5 -22t39 -26.5t17 -26q0 -15 -11.5 -24t-28.5 -15t-37.5 -9.5t-37.5 -7.5t-29 -10.5t-12 -16.5l58 -19q-20 -17 -43.5 -31.5t-47.5 -25.5l4 -17l-92 -36v-28l-7 -3l5 35l-4 1q-7 0 -8.5 -3t-0.5 -7t2.5 -8t0.5 -6l-13 7l2 -4q0 -3 3.5 -9t8 -11.5t8 -10l3.5 -4.5q0 -3 -4.5 -6t-9.5 -4.5t-8 -2.5t0 -1q14 0 5.5 -2t-24.5 -10t-31.5 -23.5t-15.5 -43.5q0 -17 1.5 -33t-1.5 -33q-14 38 -42 58t-68 20l-43 -4l21 -14q-17 2 -35.5 4t-36.5 0.5t-34.5 -8t-29.5 -20.5l-6 -45q0 -32 14.5 -52.5t48.5 -20.5q30 0 59 9.5t57 20.5q-9 -22 -20 -42.5t-16 -43.5l13 -6q24 16 44 5t39 -32t39 -43.5t43 -31.5l-34 -18l-80 45q1 -2 2.5 -9t-1.5 -3l-36 61q-32 1 -68.5 10.5t-72.5 24t-69.5 33t-58.5 37.5l-7 -107q0 -122 33 -238t93.5 -218t146.5 -186.5t193 -142.5q-5 21 -1 42t10.5 42t13 42.5t6.5 42.5q0 32 -10 67.5t-24.5 71t-30.5 70.5t-27.5 66.5t-15.5 58t6 46.5l-15 7q6 14 16.5 27t20.5 26.5t17 27.5t7 30q0 10 -4.5 21.5t-6.5 20.5l21 -5q17 39 46.5 53.5t72.5 14.5q5 0 21 -4.5t34 -10.5l34.5 -11.5t23.5 -7.5q0 -7 8.5 -9.5t8.5 -6.5l-2 -8q3 -1 14.5 -7.5t24 -14.5t23 -16t13.5 -11q18 0 49.5 -12t67.5 -30.5t73.5 -43t67.5 -50t49.5 -50t19.5 -43.5l-34 -36q4 -51 -7.5 -78.5t-34 -44.5t-53 -30t-64.5 -34q0 -20 -10 -43.5t-25.5 -44t-36 -34.5t-41.5 -14l-42 32q2 -2 -0.5 -7.5t-4.5 -1.5q10 -19 5 -44t-17 -51t-27 -49.5t-27 -38.5q54 -14 108 -21t109 -7z" + }, + { + Name: "Comment", + Code: "E90A", + Path: "M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048zM1920 1792h-1792v-1152h256v-293l293 293h1243v1152zM1280 1152h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128zM768 1152h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128z" + }, + { + Name: "DockLeft", + Code: "E90C", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h384v896h-384zM1920 640v896h-1280v-896h1280z" + }, + { + Name: "DockRight", + Code: "E90D", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384z" + }, + { + Name: "Repair", + Code: "E90F", + Path: "M1930 1828q26 -45 47.5 -86t37.5 -83t24.5 -87.5t8.5 -99.5q0 -79 -20.5 -152.5t-58 -137.5t-90.5 -117t-117 -90.5t-137.5 -58t-152.5 -20.5q-23 0 -46.5 2t-46.5 6l-806 -806q-48 -48 -109.5 -73t-128.5 -25q-69 0 -130 26.5t-106.5 72t-72 106.5t-26.5 130q0 67 25 128.5t73 109.5l806 806q-4 23 -6 46.5t-2 46.5q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5q54 0 99.5 -8.5t87.5 -24.5t83 -37.5t86 -47.5l-394 -394l102 -102zM1472 1024q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 73 -24 141l-360 -359l-282 282l359 360q-68 24 -141 24q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -35 6 -68t14 -66l-855 -856q-29 -29 -45 -67t-16 -80t16.5 -80t44.5 -66t66 -44.5t80 -16.5t80 16t67 45l856 855q33 -8 66 -14t68 -6z" + }, + { + Name: "Accounts", + Code: "E910", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -55 -10.5 -114.5t-31.5 -116.5t-53 -108t-74.5 -89.5t-96.5 -61t-118 -22.5q-54 0 -105.5 14.5t-95.5 41.5t-80.5 66t-60.5 88q-30 -47 -69 -85.5t-85 -66.5t-98.5 -43t-109.5 -15q-102 0 -185 44.5t-141.5 116.5t-90 164t-31.5 187t31.5 187t90 164t141.5 116.5t185 44.5q95 0 176.5 -41t143.5 -112v153h128v-512v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q44 0 80.5 18.5t65 49t49.5 70t34.5 82.5t20 85.5t6.5 78.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32q178 0 343 68l49 -118q-94 -39 -192.5 -58.5t-199.5 -19.5q-141 0 -272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM960 640q75 0 134.5 34.5t100.5 89.5t63 123.5t22 136.5t-22 136.5t-63 123.5t-100.5 89.5t-134.5 34.5t-134.5 -34.5t-100.5 -89.5t-63 -123.5t-22 -136.5t22 -136.5t63 -123.5t100.5 -89.5t134.5 -34.5z" + }, + { + Name: "Street", + Code: "E913", + Path: "M861 1027l-90 90l637 638l637 -638l-90 -90l-35 34v-549h-384v384h-256v-384h-384v549zM1024 640h128v384h512v-384h128v549l-384 384l-384 -384v-549zM2048 384v-128h-2048v128h2048zM256 902q-56 11 -102.5 40.5t-81 71.5t-53.5 93.5t-19 108.5q0 73 14 132t37 114.5t53.5 111t63.5 121.5q10 20 26.5 38t36.5 31t43 20.5t46 7.5q48 0 81 -22.5t57.5 -56.5t42.5 -74t36 -74l15 -30q21 -42 37.5 -77t28 -70.5t17 -76.5t5.5 -95q0 -57 -19 -108.5t-53.5 -93.5t-81.5 -71.5t-102 -40.5v-390h-128v390zM320 1664q-9 0 -23.5 -18t-32 -46t-35 -62t-33 -65t-27 -56t-15.5 -35q-15 -38 -20.5 -82t-5.5 -84t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-5.5 84t-20.5 82q-4 10 -15.5 35t-27 56t-33.5 65t-35 62t-31.5 46t-23.5 18z" + }, + { + Name: "RadioBullet", + Code: "E915", + Path: "M1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30z" + }, + { + Name: "Stopwatch", + Code: "E916", + Path: "M1408 896v-128h-512v640h128v-512h384zM1639 1548q135 -136 208 -297.5t73 -354.5q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 111 26.5 216t75 198t117.5 172.5t154 141t185 102.5t210 57v137h-256v128h640v-128h-256v-128q139 0 270.5 -41t244.5 -122l208 208l90 -90zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5z" + }, + { + Name: "Clock", + Code: "E917", + Path: "M1024 0q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32zM1024 1664q-159 0 -298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5t298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5zM1024 896v512h-128v-640h512v128h-384z" + }, + { + Name: "WorldClock", + Code: "E918", + Path: "M896 1280h-384v512h128v-384h256v-128zM2048 640q0 -87 -22.5 -168t-64 -152.5t-99.5 -130t-128.5 -101t-151.5 -65.5t-168 -23q-134 0 -251.5 49.5t-205 136t-138.5 203.5t-51 251q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5t248.5 -50.5t203.5 -137.5t137.5 -203.5t50.5 -248.5zM1408 128q21 0 37.5 15.5t28.5 39.5t21 53.5t15 58t9 52.5t5 37h-230q1 -13 5 -37t10 -52t15 -58t21 -54t27.5 -39.5t35.5 -15.5zM1533 512q3 64 3 128q0 63 -3 128h-250q-3 -65 -3 -128q0 -64 3 -128h250zM896 640q0 -32 4 -64t12 -64h243q-6 128 0 256h-243q-8 -32 -12 -64t-4 -64zM1408 1152q-19 0 -34 -15.5t-27 -40t-21 -54t-15.5 -58t-10.5 -52.5t-5 -36h225q-1 11 -5.5 34.5t-11 52t-15.5 58.5t-21 54.5t-27 40.5t-32 16zM1661 768q3 -64 3 -128t-2 -128h242q8 32 12 64t4 64t-4 64t-12 64h-243zM1851 896q-43 75 -108 131.5t-145 88.5q20 -53 32.5 -108t19.5 -112h201zM1214 1114q-78 -32 -142.5 -88.5t-106.5 -129.5h200q7 56 18 110.5t31 107.5zM965 384q42 -73 105.5 -129t141.5 -88q-20 52 -30.5 107t-16.5 110h-200zM1608 169q77 32 139 87.5t104 127.5h-198q-5 -55 -15.5 -109t-29.5 -106zM640 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5v-128q-88 0 -170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5z" + }, + { + Name: "AlarmClock", + Code: "E919", + Path: "M1408 896v-128h-512v640h128v-512h384zM1648 1920q83 0 156 -31.5t127 -85.5t85.5 -127t31.5 -156q0 -50 -12 -97.5t-35 -90.5t-56 -80t-74 -64q25 -71 37 -144t12 -148q0 -162 -56.5 -313.5t-162.5 -273.5l200 -200l-90 -90l-200 200q-122 -106 -273.5 -162.5t-313.5 -56.5t-313.5 56.5t-273.5 162.5l-200 -200l-90 90l200 200q-106 122 -162.5 273.5t-56.5 313.5q0 75 12 148t37 144q-41 27 -74 64t-56 80t-35 90.5t-12 97.5q0 83 31.5 156t85.5 127t127 85.5t156 31.5q49 0 97 -12t91 -35t80 -56t64 -74q71 25 144 37t148 12t148 -12t144 -37q27 41 64 74t80 56t90.5 35t97.5 12zM400 1792q-56 0 -105.5 -21.5t-86.5 -58.5t-58.5 -86.5t-21.5 -105.5q0 -62 26.5 -117.5t74.5 -93.5q64 124 161 221t221 161q-38 48 -93.5 74.5t-117.5 26.5zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5zM1819 1309q48 38 74.5 93.5t26.5 117.5q0 56 -21.5 105.5t-58.5 86.5t-86.5 58.5t-105.5 21.5q-62 0 -117.5 -26.5t-93.5 -74.5q124 -64 221 -161t161 -221z" + }, + { + Name: "Photo", + Code: "E91B", + Path: "M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1792 1536v-1024h-1536v1024h1536zM1664 640v768h-1280v-768h1280z" + }, + { + Name: "ActionCenter", + Code: "E91C", + Path: "M0 2048h2048v-1664h-640l-384 -384l-384 384h-640v1664zM1920 512v1408h-1792v-1408h565l331 -331l331 331h565z" + }, + { + Name: "Hospital", + Code: "E91D", + Path: "M896 1280v-256h-256v-256h256v-256h256v256h256v256h-256v256h-256zM1280 1152h256v-512h-256v-256h-512v256h-256v512h256v256h512v-256zM1856 1664q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h320q0 37 -1 82t9.5 83.5t37 64.5t82.5 26h768q37 0 61 -12t38 -32t20.5 -46.5t8.5 -55t1 -57t-1 -53.5h320zM640 1664h768v128h-768v-128zM1920 1472q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-1152q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45v1152z" + }, + { + Name: "Timer", + Code: "E91E", + Path: "M1639 1548q135 -136 208 -297.5t73 -354.5q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 111 26.5 216t75 198t117.5 172.5t154 141t185 102.5t210 57v137h-256v128h640v-128h-256v-128q139 0 270.5 -41t244.5 -122l208 208l90 -90zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5zM1664 1024v-128q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 136.5t-137 203t-50 249.5q0 88 23 170t64.5 153t100 129.5t129.5 100.5t152.5 65t170.5 23h128v-512h512zM1024 384q106 0 199.5 40t163 109.5t109.5 163t40 199.5h-512v512q-107 0 -200 -40.5t-162.5 -110t-109.5 -163.5t-40 -200t40.5 -199t110 -162t162.5 -109t199 -40z" + }, + { + Name: "FullCircleMask", + Code: "E91F", + Path: "M2048 1024q0 -141 -36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272z" + }, + { + Name: "LocationFill", + Code: "E920", + Path: "M1024 1856q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5z" + }, + { + Name: "ChromeMinimize", + Code: "E921", + Path: "M2048 1229v-205h-2048v205h2048z" + }, + { + Name: "ChromeRestore", + Code: "E923", + Path: "M2048 410h-410v-410h-1638v1638h410v410h1638v-1638zM1434 1434h-1229v-1229h1229v1229zM1843 1843h-1229v-205h1024v-1024h205v1229z" + }, + { + Name: "Annotation", + Code: "E924", + Path: "M1115 1024h677l-128 -128h-677l-314 -313q45 -36 70 -88.5t25 -110.5q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5l35 -2l258 258h-327q-35 -59 -94 -93.5t-128 -34.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99h421l512 512h182zM256 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 1792h128v-128h-128v128zM2048 2048v-128h-128v128h128zM1664 2048h128v-128h-128v128zM1536 1920h-128v128h128v-128zM1280 1920h-128v128h128v-128zM1024 1920h-128v128h128v-128zM768 1920h-128v128h128v-128zM512 1920h-128v128h128v-128zM512 1664h-128v128h128v-128zM512 1408h-128v128h128v-128zM1920 1536h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1024h128v-128h-128v128zM1920 768h128v-128h-128v128zM1920 512h128v-128h-128v128zM1664 512h128v-128h-128v128zM1408 512h128v-128h-128v128zM1152 512h128v-128h-128v128zM896 512h128v-128h-128v128z" + }, + { + Name: "Fingerprint", + Code: "E928", + Path: "M1024 832q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-26 0 -45 19t-19 45t19 45t45 19q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 26 19 45t45 19t45 -19t19 -45zM960 1792q-131 0 -248 -31.5t-234 -88.5q-16 -8 -30 -8q-26 0 -45 19t-19 45q0 37 34 56q58 34 125 59.5t137.5 42.5t142 25.5t137.5 8.5q67 0 138 -8.5t141.5 -25.5t137 -42.5t125.5 -59.5q34 -19 34 -55q0 -27 -18.5 -46t-45.5 -19q-10 0 -16 1.5t-14 6.5q-115 59 -233.5 89.5t-248.5 30.5zM960 1664q112 0 219 -29t203 -86q43 -26 86.5 -59t82.5 -72t72.5 -82t57.5 -88q8 -16 8 -31q0 -27 -19 -46t-45 -19q-19 0 -32 8.5t-23 23.5q-20 31 -40 60t-45 56q-50 56 -110 100t-127.5 74t-140 46t-147.5 16q-121 0 -234 -40.5t-207 -115.5q-23 -18 -43 -38.5t-41 -40.5q-11 -11 -21.5 -16t-25.5 -5q-27 0 -45.5 19t-18.5 45q0 13 4 23t12 20q24 31 57 60t69.5 55t74.5 48t74 39q81 38 168 56.5t177 18.5zM960 1408q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -94 -15.5 -186.5t-47.5 -180.5q-13 -36 -32.5 -79t-42.5 -85.5t-49 -81.5t-51 -67q-11 -11 -22.5 -17.5t-27.5 -6.5q-26 0 -45 18.5t-19 45.5q0 21 14 40q19 26 37 51t35 53q69 113 103.5 238.5t34.5 257.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM960 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -103 -25.5 -203t-73.5 -190t-117 -167t-156 -133q-8 -5 -16 -8t-19 -3q-27 0 -45.5 19t-18.5 45q0 18 7 30t21 23q27 22 53.5 41.5t51.5 44.5q101 100 155.5 229.5t54.5 271.5q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-26 0 -45 19t-19 45t19 45t45 19q40 0 75 15t61 41t41 61t15 75q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "Handwriting", + Code: "E929", + Path: "M1562 1664q26 0 62.5 3t76 3.5t79 -3.5t70.5 -18.5t50.5 -41.5t19.5 -71v-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1664q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v896q0 27 10 50t27.5 40.5t40.5 27.5t50 10h870l325 325q28 28 64.5 43.5t76.5 15.5q41 0 77 -16t63 -43t43 -63.5t16 -77.5q0 -33 -7.5 -57.5t-21 -45.5t-32 -40.5t-40.5 -40.5zM1464 1920q-29 0 -50 -21l-820 -820l-34 -135l135 34l681 680q-2 2 0.5 5t4.5 1q12 12 38 34t52 47.5t45.5 52.5t19.5 50q0 30 -21.5 51t-50.5 21zM1792 1536h-358l-673 -674l-377 -94l94 377l392 391h-742v-896h1664v896z" + }, + { + Name: "ChromeFullScreen", + Code: "E92D", + Path: "M2048 2048v-819h-205v469l-1493 -1493h469v-205h-819v819h205v-469l1493 1493h-469v205h819z" + }, + { + Name: "Completed", + Code: "E930", + Path: "M1491 1453l90 -90l-749 -749l-365 365l90 90l275 -275zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "Label", + Code: "E932", + Path: "M1720 1920q41 0 77 -16t63 -43t43 -63.5t16 -77.5q0 -37 -10.5 -65.5t-28.5 -52.5t-41 -46t-47 -46v-1254h-1536v1536h1254q24 24 46.5 47t46.5 41t52 29t65 11zM1720 1792q-29 0 -50 -21l-948 -948l-34 -135l135 34l948 948q21 21 21 50q0 30 -21.5 51t-50.5 21zM1664 1382l-775 -776l-377 -94l94 377l776 775h-998v-1280h1280v998z" + }, + { + Name: "FlickDown", + Code: "E935", + Path: "M1024 1024l1024 -1024h-2048l1024 1024v0z" + }, + { + Name: "FlickUp", + Code: "E936", + Path: "M1024 1024l-1024 1024h2048l-1024 -1024v0z" + }, + { + Name: "FlickLeft", + Code: "E937", + Path: "M1024 1024l-1024 -1024v2048l1024 -1024v0z" + }, + { + Name: "FlickRight", + Code: "E938", + Path: "M1024 1024l1024 1024v-2048l-1024 1024v0z" + }, + { + Name: "MiniExpand", + Code: "E93A", + Path: "M1243 1024l-91 91l549 549h-421v128h640v-640h-128v421zM1792 896h128v-640h-1792v1536h896v-128h-768v-768h768v-512h768v512zM256 768v-384h640v384h-640z" + }, + { + Name: "MiniContract", + Code: "E93B", + Path: "M1792 768h128v-512h-1792v1536h768v-128h-640v-768h768v-512h768v384zM256 768v-384h640v384h-640zM1792 1024h-640v640h128v-421l549 549l91 -91l-549 -549h421v-128z" + }, + { + Name: "Streaming", + Code: "E93E", + Path: "M1024 1269q51 0 95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5t-19.5 -95.5t-52.5 -77.5t-77.5 -52.5t-95.5 -19.5t-95.5 19.5t-77.5 52.5t-52.5 77.5t-19.5 95.5t19.5 95.5t52.5 77.5t77.5 52.5t95.5 19.5zM1024 885q29 0 54.5 11t44 29.5t29.5 44t11 54.5t-11 54.5t-29.5 44t-44 29.5t-54.5 11t-54.5 -11t-44 -29.5t-29.5 -44t-11 -54.5t11 -54.5t29.5 -44t44 -29.5t54.5 -11zM1740 1740q72 -71 127 -154t93 -174t57.5 -189t19.5 -199t-19.5 -199t-57.5 -189t-93 -174t-127 -154l-75 75q64 64 113.5 138t83 156t51 169.5t17.5 177.5t-17.5 177.5t-51 169.5t-83 156t-113.5 138zM383 1665q-64 -64 -113.5 -138t-83.5 -156t-51.5 -169.5t-17.5 -177.5t17.5 -177.5t51.5 -169.5t83.5 -156t113.5 -138l-75 -75q-72 71 -127 154t-93 174t-57.5 189t-19.5 199t19.5 199t57.5 189t93 174t127 154zM1469 1469q89 -90 136.5 -204.5t47.5 -240.5t-47.5 -240.5t-136.5 -204.5l-75 75q74 74 113.5 169.5t39.5 200.5t-39.5 200.5t-113.5 169.5zM654 1394q-74 -74 -113.5 -169.5t-39.5 -200.5t39.5 -200.5t113.5 -169.5l-75 -75q-89 90 -136.5 204.5t-47.5 240.5t47.5 240.5t136.5 204.5z" + }, + { + Name: "PlaylistMusic", + Code: "E93F", + Path: "M0 640v128h2048v-128h-2048zM0 256v128h2048v-128h-2048zM0 1664l538 -384l-538 -384v768zM106 1459v-358l250 179zM448 1536h1600v-128h-1408zM448 1024l192 128h1408v-128h-1600z" + }, + { + Name: "MusicInCollection", + Code: "E940", + Path: "M1792 640q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v977l-896 -224v-1214q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v1109l1152 288v-1346zM448 256q27 0 60 8t62.5 23.5t49.5 39.5t20 57t-20 57t-49.5 39.5t-62.5 23.5t-60 8t-60 -8t-62.5 -23.5t-49.5 -39.5t-20 -57t20 -57t49.5 -39.5t62.5 -23.5t60 -8zM1472 512q27 0 60 8t62.5 23.5t49.5 39.5t20 57t-20 57t-49.5 39.5t-62.5 23.5t-60 8t-60 -8t-62.5 -23.5t-49.5 -39.5t-20 -57t20 -57t49.5 -39.5t62.5 -23.5t60 -8z" + }, + { + Name: "OneDriveLogo", + Code: "E941", + Path: "M1660 1215q82 -5 152.5 -40t123 -91t82.5 -129t30 -155q0 -86 -33 -161.5t-89.5 -132t-132 -89.5t-161.5 -33h-1120q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199q0 84 26.5 161t73.5 141.5t113 113t146 73.5q37 11 72.5 16t73.5 7h1q44 67 103 120.5t128 91t145.5 57t157.5 19.5q109 0 209.5 -35.5t183 -99t141.5 -152t86 -194.5zM1040 1568q-113 0 -215 -46.5t-174 -133.5q38 -10 72.5 -25.5t67.5 -35.5l408 -244l233 98q23 10 46.5 17.5t49.5 12.5q-25 80 -73 145.5t-112.5 112.5t-141.5 73t-161 26zM206 665l846 357l-327 196q-50 30 -105 46t-113 16q-78 0 -147 -31t-120.5 -83.5t-81.5 -122.5t-30 -147q0 -60 20 -121.5t58 -109.5zM1632 512q48 0 92 15t82 44l-617 369l-879 -370q45 -28 96.5 -43t105.5 -15h1120zM1889 670q31 62 31 130q0 66 -25 120t-67.5 91.5t-99.5 58t-120 20.5q-36 0 -71.5 -8.5t-69.5 -21.5t-67 -28.5t-65 -29.5z" + }, + { + Name: "CompassNW", + Code: "E942", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM1024 258q102 8 196 39.5t176.5 82.5t151.5 120t120 151.5t82.5 176.5t39.5 196h-126v128h126q-8 102 -39.5 196t-82.5 176.5t-120 151.5t-151.5 120t-176.5 82.5t-196 39.5v-126h-128v126q-102 -8 -196 -39.5t-176.5 -82.5t-151.5 -120t-120 -151.5t-82.5 -176.5t-39.5 -196h126v-128h-126q8 -102 39.5 -196t82.5 -176.5t120 -151.5t151.5 -120t176.5 -82.5t196 -39.5v126h128v-126zM1109 1237l299 -597l-597 299l-299 597zM1172 876l-141 283l-283 141l141 -283z" + }, + { + Name: "Code", + Code: "E943", + Path: "M128 1152q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 71 -3 142t4.5 138.5t32 130.5t78.5 117t125 83t147 29v-128q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -56 2 -110.5t0.5 -107t-9.5 -102t-27 -94.5t-52 -86t-85 -76q52 -35 85 -76t52 -86t27 -94.5t9.5 -102t-0.5 -107t-2 -110.5q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5v-128q-76 0 -147 29t-125 83t-78.5 117t-32 130.5t-4.5 138.5t3 142q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5v128zM1280 2048q76 0 147 -29t125 -83t78.5 -117t32 -130.5t4.5 -138.5t-3 -142q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5v-128q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -71 3 -142t-4.5 -138.5t-32 -130.5t-78.5 -117t-125 -83t-147 -29v128q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 56 -2 110.5t-0.5 107t9.5 102t27 94.5t52 86t85 76q-52 35 -85 76t-52 86t-27 94.5t-9.5 102t0.5 107t2 110.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5v128z" + }, + { + Name: "LightningBolt", + Code: "E945", + Path: "M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719zM549 128l1024 1024h-557l384 768h-433l-512 -1024h449l-384 -768h29z" + }, + { + Name: "Info", + Code: "E946", + Path: "M960 128q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34t255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34zM960 1920q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5t30 -220.5t84 -199t130 -168.5t168.5 -130t198.5 -84t221 -30q114 0 220.5 30t199 84t168.5 130t130 168.5t84 198.5t30 221q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30zM896 1280h128v-640h-128v640zM896 1536h128v-128h-128v128z" + }, + { + Name: "CalculatorMultiply", + Code: "E947", + Path: "M1805 1843l-755 -755l755 -755l-90 -90l-755 755l-755 -755l-90 90l755 755l-755 755l90 90l755 -755l755 755l90 -90v0z" + }, + { + Name: "CalculatorAddition", + Code: "E948", + Path: "M1920 1152v-128h-896v-896h-128v896h-896v128h896v896h128v-896h896v0z" + }, + { + Name: "CalculatorSubtract", + Code: "E949", + Path: "M0 1152h1920v-128h-1920v128v0z" + }, + { + Name: "CalculatorPercentage", + Code: "E94C", + Path: "M768 1664q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM384 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1536 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1536 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1512 2048l-960 -1920h-144l960 1920h144z" + }, + { + Name: "CalculatorEqualTo", + Code: "E94E", + Path: "M0 640v128h1920v-128h-1920zM0 1536h1920v-128h-1920v128z" + }, + { + Name: "PrintfaxPrinterFile", + Code: "E956", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 768v-128h128v384h-128v-128h-640v128h-128v-384h128v128h640zM768 640v-128h384v128h-384zM1152 1024v384h-384v-384h384zM1280 1536h293l-293 293v-293zM1664 128v1280h-384v-256h256v-640h-256v-128h-640v128h-256v640h256v384h512v384h-896v-1792h1408z" + }, + { + Name: "StorageOptical", + Code: "E958", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "Communications", + Code: "E95A", + Path: "M1024 1152q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5zM1024 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 1920q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5q0 -102 -20 -200.5t-58 -191t-94 -176.5t-128 -156l-90 90q63 63 111.5 136.5t82 154.5t51 167.5t17.5 175.5q0 124 -32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -89 17.5 -175.5t51 -167.5t82 -154.5t111.5 -136.5l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1024 1536q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -128 -48.5 -245t-138.5 -208l-91 91q72 72 111 166t39 196q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -102 39 -196t111 -166l-91 -91q-90 91 -138.5 208t-48.5 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50z" + }, + { + Name: "Headset", + Code: "E95B", + Path: "M1024 2048q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204v-448q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-192v640h192q17 0 33 -3.5t31 -8.5q0 135 -49 253.5t-134.5 207t-203 140t-253.5 51.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170v-12q15 5 31 8.5t33 3.5h192v-640h-128v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5v140q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5v448q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5zM896 128h256v128h-256v-128zM448 1152q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h64v384h-64zM1664 1088q0 26 -19 45t-45 19h-64v-384h64q26 0 45 19t19 45v256z" + }, + { + Name: "FlashAuto", + Code: "E95C", + Path: "M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719zM549 128l1024 1024h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1466 640h200l128 -640h-130l-26 128h-285l-64 -128h-143zM1417 256h196l-56 280z" + }, + { + Name: "Health", + Code: "E95E", + Path: "M347 1024h-39l716 -716l588 588h181l-769 -769l-865 864q-35 35 -62 75.5t-47 85.5h243l283 282l448 -447l320 319l155 -154h355q32 51 49 108t17 117q0 87 -32.5 162t-89 130.5t-132 87t-162.5 31.5q-84 0 -149 -26.5t-120 -69.5t-105.5 -97.5t-105.5 -110.5q-54 54 -105 109t-106.5 99t-121 72t-147.5 28q-86 0 -161.5 -32.5t-132 -89t-89 -132t-32.5 -161.5q0 -47 11 -97h-131q-5 24 -6.5 48t-1.5 48q0 113 42.5 212t116 173t172.5 116.5t212 42.5q83 0 148 -19t120.5 -52.5t106 -80.5t105.5 -103q55 56 105.5 103t106 80.5t120.5 52.5t148 19q112 0 211 -42.5t172.5 -115.5t116 -172t42.5 -211q0 -97 -34 -188.5t-97 -166.5h-470l-101 102l-320 -321l-448 449z" + }, + { + Name: "Webcam2", + Code: "E960", + Path: "M1920 1152q0 -148 -46.5 -285t-131 -250.5t-202.5 -197.5t-260 -126v-165h384v-128h-1280v128h384v165q-143 42 -260.5 126t-202 197.5t-131 250.5t-46.5 285q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5zM1024 1920q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h320q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5h320q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5zM1344 1152q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25t-124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124.5 25t102 68.5t68.5 102t25 124.5zM267 1024q15 -92 51.5 -175.5t89.5 -154.5t120.5 -128.5t146.5 -97.5t167 -62t182 -22q93 0 181.5 22t167.5 62t146.5 97.5t120.5 128.5t89 154.5t52 175.5h-328q-20 -71 -62 -130t-99 -101t-126 -65.5t-142 -23.5q-74 0 -142.5 23.5t-125.5 65.5t-99 101t-62 130h-328zM1152 128v137q-63 -9 -128 -9t-128 9v-137h256z" + }, + { + Name: "FrontCamera", + Code: "E96B", + Path: "M1258 850q91 -36 166 -96.5t128.5 -138t82.5 -169t29 -190.5h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128q0 99 29 190.5t82.5 169t128 138t166.5 96.5q-71 54 -110.5 133t-39.5 169q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -90 -39.5 -169t-110.5 -133zM768 1152q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2048 1792v-1280h-267q-11 33 -25 65t-31 63h195v1024h-1792v-1024h195q-17 -31 -31 -63t-25 -65h-267v1280h2048z" + }, + { + Name: "ChevronUpSmall", + Code: "E96D", + Path: "M1024 1607l1017 -1017l-242 -241l-775 775l-775 -775l-242 241l1017 1017v0z" + }, + { + Name: "ChevronDownSmall", + Code: "E96E", + Path: "M1799 1699l242 -241l-1017 -1017l-1017 1017l242 241l775 -775l775 775v0z" + }, + { + Name: "ChevronLeftSmall", + Code: "E96F", + Path: "M1699 1799l-775 -775l775 -775l-241 -242l-1017 1017l1017 1017l241 -242v0z" + }, + { + Name: "ChevronRightSmall", + Code: "E970", + Path: "M590 2041l1017 -1017l-1017 -1017l-241 242l775 775l-775 775l241 242v0z" + }, + { + Name: "ChevronUpMed", + Code: "E971", + Path: "M1902 537l-878 878l-878 -878l-121 121l999 999l999 -999l-121 -121v0z" + }, + { + Name: "ChevronDownMed", + Code: "E972", + Path: "M1024 391l-999 999l121 121l878 -878l878 878l121 -121l-999 -999v0z" + }, + { + Name: "ChevronLeftMed", + Code: "E973", + Path: "M1390 25l-999 999l999 999l121 -121l-878 -878l878 -878l-121 -121v0z" + }, + { + Name: "ChevronRightMed", + Code: "E974", + Path: "M658 25l-121 121l878 878l-878 878l121 121l999 -999l-999 -999v0z" + }, + { + Name: "Devices2", + Code: "E975", + Path: "M2048 385q0 -27 -10 -50.5t-27.5 -41t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v128h-646q-25 0 -47.5 9.5t-39 26t-26 39t-9.5 47.5q0 35 11.5 70t35.5 61l209 220v807h1408v-512h256q26 0 49 -10t40.5 -27t28 -40t10.5 -49v-769zM768 640v256h-420l-206 -217q-6 -7 -9.5 -18.5t-4.5 -20.5h640zM768 1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640v384h-1152v-640h384v128zM1920 384v768h-1024v-768h1024zM1280 640h256v-128h-256v128z" + }, + { + Name: "PC1", + Code: "E977", + Path: "M2048 512h-640v-128h256v-128h-640v128h256v128h-384v-256h-896v1664h896v-512h1152v-896zM1920 640v640h-1152v-640h1152zM768 384v128h-512v128h384v128h-384v128h384v512h128v384h-640v-1408h640zM640 1664v-128h-384v128h384z" + }, + { + Name: "PresenceChickletVideo", + Code: "E979", + Path: "M1536 1288l512 256v-1040l-512 256v-248h-1536v1024h1536v-248v0z" + }, + { + Name: "Reply", + Code: "E97A", + Path: "M1152 1408q128 0 245 -48t208 -139t139 -208t48 -245q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50v128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5h-677l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h677z" + }, + { + Name: "HalfAlpha", + Code: "E97E", + Path: "M1105 1920l640 -1920h-135l-171 512h-824l-170 -512h-135l640 1920h155zM658 640h739l-370 1108z" + }, + { + Name: "ConstructionCone", + Code: "E98F", + Path: "M1650 128h270v-128h-1792v128h270l448 1792h356zM626 512l-96 -384h988l-416 1664h-156l-192 -768h414l32 -128h-478l-64 -256h606l32 -128h-670z" + }, + { + Name: "DoubleChevronLeftMed", + Code: "E991", + Path: "M1170 1902l-879 -878l879 -878l-121 -121l-999 999l999 999zM2023 1902l-878 -878l878 -878l-121 -121l-999 999l999 999z" + }, + { + Name: "Volume0", + Code: "E992", + Path: "M677 1792h91v-1536h-90l-385 384h-293v768h293zM640 475v1098l-293 -293h-219v-512h219z" + }, + { + Name: "Volume1", + Code: "E993", + Path: "M1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z" + }, + { + Name: "Volume2", + Code: "E994", + Path: "M1402 1658q126 -128 194 -291t68 -343t-68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249zM1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z" + }, + { + Name: "Volume3", + Code: "E995", + Path: "M1673 1929q90 -90 160 -195t117.5 -220t72.5 -239t25 -251q0 -128 -25 -251.5t-72.5 -238.5t-117.5 -220t-160 -195l-91 91q81 81 144 175.5t106 198t65 214.5t22 226t-22 226t-65 214.5t-106 198t-144 175.5zM1664 1024q0 -180 -68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249l91 91q126 -128 194 -291t68 -343zM1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z" + }, + { + Name: "Chart", + Code: "E999", + Path: "M1408 1536h512v-512h-128v293l-576 -575l-256 256l-704 -705v-37h1664v-128h-1792v1792h128v-1445l704 703l256 -256l485 486h-293v128v0z" + }, + { + Name: "Robot", + Code: "E99A", + Path: "M640 1280h128v-128h-128v128zM1152 1280h128v-128h-128v128zM1621 640q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66v-469h-128v469q0 18 -12.5 30.5t-30.5 12.5h-1322q-18 0 -30.5 -12.5t-12.5 -30.5v-469h-128v469q0 35 13.5 66t36.5 54.5t54.5 37t66.5 13.5h341v128h-85q-35 0 -66.5 13.5t-54.5 36.5t-36.5 54.5t-13.5 66.5v85h-128v256h128v85q0 35 13.5 66t36.5 54.5t54.5 37t66.5 13.5h341v209q-29 17 -46.5 47t-17.5 64q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50q0 -34 -17.5 -64t-46.5 -47v-209h341q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66v-85h128v-256h-128v-85q0 -35 -13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5h-85v-128h341zM512 939q0 -18 12.5 -30.5t30.5 -12.5h810q18 0 30.5 12.5t12.5 30.5v426q0 18 -12.5 30.5t-30.5 12.5h-810q-18 0 -30.5 -12.5t-12.5 -30.5v-426zM768 640h384v128h-384v-128z" + }, + { + Name: "Manufacturing", + Code: "E99C", + Path: "M2048 731v-219h-128v165l-109 110l3 3q-40 -22 -89 -22q-44 0 -81 18l-108 -109v-165h-128v219l145 144l-3 7l-251 562l-408 -421q2 -16 3.5 -31.5t1.5 -31.5v-832h128v-128h-1024v128h128v832q0 76 28 143.5t76.5 119t114 83.5t141.5 37l608 627q36 38 84 58t100 20q35 0 70.5 -10.5t67 -30t56.5 -46t40 -59.5l384 -858q9 -20 13 -41t4 -42q0 -24 -5.5 -47.5t-16.5 -44.5l8 8zM768 128v832q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-832h512zM644 1321q62 -23 113 -65t85 -99l530 546q36 38 36 89q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-55 0 -92 -39zM1489 1645q-18 -29 -44.5 -53.5t-49.5 -48.5l197 -441l117 50zM1725 896q29 0 46 19t17 46q0 20 -9.5 38.5t-17.5 35.5l-117 -50q6 -15 12 -31t15 -29t21.5 -21t32.5 -8zM512 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "LockSolid", + Code: "E9A2", + Path: "M1792 1152v-1152h-1536v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374z" + }, + { + Name: "FitPage", + Code: "E9A6", + Path: "M1664 1152v256h-256v128h384v-384h-128zM384 1408v-256h-128v384h384v-128h-256zM1792 896v-384h-384v128h256v256h128zM640 640v-128h-384v384h128v-256h256zM0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792z" + }, + { + Name: "FitWidth", + Code: "E9A7", + Path: "M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM555 939l-86 -86l-236 235l236 235l86 -86l-85 -85h426v-128h-426zM1493 939l85 85h-426v128h426l-85 85l86 86l236 -235l-236 -235z" + }, + { + Name: "BidiLtr", + Code: "E9AA", + Path: "M128 1562l666 -666l-666 -666v1332zM256 538l358 358l-358 358v-716zM1792 1792v-1536h128v-128h-640v128h128v768h-192q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35h704v-128h-128zM1408 1152v640h-192q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h192zM1664 256v1536h-128v-1536h128z" + }, + { + Name: "RightDoubleQuote", + Code: "E9B1", + Path: "M0 1982h332v-343q0 -51 -7 -105t-23 -104.5t-41.5 -95.5t-61.5 -78.5t-84.5 -53t-109.5 -19.5v157q37 0 64.5 14.5t46.5 38t30.5 54.5t18 64t9 66.5t2.5 61.5h-176v343zM875 1982v-343q0 -78 -16 -159t-54 -147t-100.5 -108t-156.5 -42v157q55 0 89.5 30.5t53 76t25 97.5t6.5 95h-176v343h329z" + }, + { + Name: "Sunny", + Code: "E9BD", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z" + }, + { + Name: "CloudWeather", + Code: "E9BE", + Path: "M1661 1152q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q40 62 92.5 111.5t114.5 83.5t132 52t144 18q111 0 209.5 -39t174.5 -107.5t125.5 -162.5t63.5 -203zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1152z" + }, + { + Name: "Cloudy", + Code: "E9BF", + Path: "M1761 1012q64 -18 116.5 -53.5t90.5 -84t59 -108.5t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 75 24 144q-71 54 -111.5 134t-40.5 170q0 79 30 149t82.5 122.5t122 82.5t149.5 30q11 0 21.5 -0.5t21.5 -1.5q27 60 69.5 107.5t95 81t114 51.5t126.5 18q84 0 159.5 -29.5t135 -81t99 -122.5t50.5 -154q84 -8 160.5 -40.5t140 -84.5t111 -120t73.5 -148zM384 1408q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -54 21.5 -102.5t61.5 -85.5q63 89 159.5 138.5t205.5 49.5q38 0 75 -6t72 -19q32 57 78 104t101 83t117 59t127 31q-11 56 -39.5 104t-70.5 82.5t-94.5 54t-109.5 19.5q-62 0 -117.5 -22.5t-98 -62t-69.5 -93t-32 -115.5q-30 17 -63 27t-68 10zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81.5t-84 53.5t-102 19q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088z" + }, + { + Name: "PartlyCloudyDay", + Code: "E9C0", + Path: "M1761 1012q64 -18 116.5 -53.5t90.5 -84t59 -108.5t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 66 19 128.5t54 116.5t84.5 96.5t110.5 68.5q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 173 -33t152.5 -82t121.5 -124t79 -157zM832 1536q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q38 0 75 -6t72 -19q29 51 69.5 94.5t88.5 78t102.5 59t111.5 36.5q-44 66 -114 103.5t-149 37.5zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91z" + }, + { + Name: "PartlyCloudyNight", + Code: "E9C1", + Path: "M1761 1012q63 -18 116 -53.5t91 -84t59 -108.5t21 -126q0 -79 -30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 78 25 149.5t74 131.5q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17l4 1q48 15 94 24t97 9q93 0 179 -28.5t157.5 -81t125.5 -125.5t83 -161zM761 1700q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q43 -52 104 -84q57 38 120 57.5t132 19.5q38 0 75 -6t72 -19q29 52 69.5 93.5t86.5 78.5q17 54 17 109q0 85 -35 161t-100 131zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81.5t-84 53.5t-102 19q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-77 0 -146.5 -24.5t-126.5 -69t-98.5 -106t-60.5 -135.5q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088z" + }, + { + Name: "ClearNight", + Code: "E9C2", + Path: "M128 512q141 0 272 36.5t244.5 103.5t207 160.5t160.5 207t103.5 244.5t36.5 272q0 133 -34 261t-99 243q128 -16 245 -61t217 -115t181 -161.5t138.5 -199t88.5 -229t31 -250.5q0 -141 -36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-138 0 -269 36t-246.5 103.5t-211.5 164t-164 216.5q31 -4 61.5 -6t61.5 -2zM896 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5q0 136 -40 263.5t-112.5 236t-175.5 193.5t-229 136q45 -155 45 -317q0 -146 -35 -282.5t-100 -258t-157 -225t-205 -182t-244.5 -129t-276.5 -67.5q128 -128 290.5 -196t343.5 -68z" + }, + { + Name: "RainShowersDay", + Code: "E9C3", + Path: "M1042 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1426 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91z" + }, + { + Name: "Rain", + Code: "E9C4", + Path: "M850 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1618 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1234 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126t-22 -126.5t-61 -110t-93 -84.5t-118 -51l-60 120q48 6 89.5 27.5t71.5 55.5t47.5 77t17.5 92q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -53 17 -102t47.5 -89.5t73 -70t93.5 -44.5l-57 -114q-67 23 -122.5 65t-95.5 97t-62 120.5t-22 137.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "AddMultiple", + Code: "E9C5", + Path: "M1664 1152h-768v-768h-128v768h-768v128h768v768h128v-768h768v-128zM2048 512v-128h-384v-384h-128v384h-384v128h384v384h128v-384h384z" + }, + { + Name: "Thunderstorms", + Code: "E9C6", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 75 24 144q-71 54 -111.5 134t-40.5 170q0 79 30 149t82.5 122.5t122 82.5t149.5 30q11 0 21.5 -0.5t21.5 -1.5q27 60 69.5 107.5t95 81t114 51.5t126.5 18q84 0 159.5 -29.5t135 -81t99 -122.5t50.5 -154q84 -9 160 -41.5t139.5 -84t111.5 -119.5t74 -148zM723 1127q34 57 79.5 104.5t100 83t116 58.5t127.5 31q-11 56 -40 104t-70.5 82.5t-94 54t-109.5 19.5q-62 0 -117.5 -22.5t-98 -62t-69.5 -93t-32 -115.5q-30 17 -63 27t-68 10q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -54 21.5 -103t62.5 -85q63 89 159 138.5t205 49.5q74 0 147 -25zM832 0l256 512h-224l192 384h224l-128 -256h320z" + }, + { + Name: "RainSnow", + Code: "E9C7", + Path: "M1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-13 0 -26.5 5.5t-27 13t-26 16t-22.5 14.5q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-11 -6 -23 -14.5t-25.5 -16t-27 -13t-26.5 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5zM978 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25l-61 -122q-83 11 -154 50t-122.5 98.5t-81 134.5t-29.5 159q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "Snow", + Code: "E9C8", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1542 343q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41z" + }, + { + Name: "BlowingSnow", + Code: "E9C9", + Path: "M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -26 10 -49.5t27.5 -41t41 -27.5t49.5 -10t49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM902 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 27 18.5 45.5t45.5 18.5q13 0 26.5 -5.5t27 -13t26 -16t22.5 -14.5q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14.5t26 16t27 13t26.5 5.5q27 0 45.5 -18.5t18.5 -45.5q0 -36 -32 -55l-70 -41zM154 1504q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 27 18.5 45.5t45.5 18.5q13 0 26.5 -5.5t27 -13t26 -16t22.5 -14.5q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14.5t26 16t27 13t26.5 5.5q26 0 45.5 -18.5t19.5 -45.5q0 -18 -9 -32t-24 -23l-70 -41l70 -41q15 -9 24 -23t9 -32q0 -26 -19.5 -45t-45.5 -19q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5z" + }, + { + Name: "Frigid", + Code: "E9CA", + Path: "M1024 629q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9 58.5t26 52.5t40.5 42t52.5 28v395h128v-395zM1280 729q57 -63 88.5 -141t31.5 -163q0 -90 -35.5 -167.5t-96 -134.5t-140.5 -90t-168 -33t-168 33t-140.5 90t-96 134.5t-35.5 167.5q0 85 31.5 163t88.5 141v999q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-999zM960 128q62 0 118.5 23t99.5 63t68.5 95t25.5 118q0 75 -33 137.5t-87 112.5v1051q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1051q-54 -50 -87 -112.5t-33 -137.5q0 -63 25.5 -118t68.5 -95t99.5 -63t118.5 -23v-64v64z" + }, + { + Name: "Fog", + Code: "E9CB", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -85t59.5 -109.5t21 -125q0 -33 -6.5 -65t-17.5 -63h-139q17 29 26 61.5t9 66.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -52 17 -101t49 -91h-149q-22 45 -33.5 93.5t-11.5 98.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM704 512q-26 0 -45 19t-19 45t19 45t45 19h896q26 0 45 -19t19 -45t-19 -45t-45 -19h-896zM1856 384q26 0 45 -19t19 -45t-19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h1536zM1472 128q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h896z" + }, + { + Name: "Squalls", + Code: "E9CC", + Path: "M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "Duststorm", + Code: "E9CD", + Path: "M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1728 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM576 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Unknown", + Code: "E9CE", + Path: "M960 2044q132 0 254 -34t228.5 -96.5t193.5 -149.5t149.5 -193.5t96.5 -228.5t34 -254t-34 -254t-96.5 -228.5t-149.5 -193.5t-193.5 -149.5t-228.5 -96.5t-254 -34t-254 34t-228.5 96.5t-193.5 149.5t-149.5 193.5t-96.5 228.5t-34 254t34 254t96.5 228.5t149.5 193.5t193.5 149.5t228.5 96.5t254 34zM960 252q115 0 222 30t200 84.5t169 130.5t130.5 169t84.5 200t30 222t-30 222t-84.5 200t-130.5 169t-169 130.5t-200 84.5t-222 30t-222 -30t-200 -84.5t-169 -130.5t-130.5 -169t-84.5 -200t-30 -222t30 -222t84.5 -200t130.5 -169t169 -130.5t200 -84.5t222 -30zM896 640h128v-128h-128v128zM960 1600q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "Precipitation", + Code: "E9CF", + Path: "M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166zM1024 128q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 48 -11 95t-33 90l-468 937l-468 -937q-22 -43 -33 -90t-11 -95q0 -106 40 -199.5t109.5 -163t163 -109.5t199.5 -40z" + }, + { + Name: "SortLines", + Code: "E9D0", + Path: "M384 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM768 768v128h512v-128h-512zM768 1152v128h896v-128h-896zM768 1664h1280v-128h-1280v128z" + }, + { + Name: "Ribbon", + Code: "E9D1", + Path: "M1024 1024q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30zM1024 1664q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM1664 1408q0 -104 -32.5 -202.5t-95.5 -181.5v-1024l-512 256l-512 -256v1024q-63 83 -95.5 181.5t-32.5 202.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5zM1024 1920q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5zM1408 192v704q-83 -63 -181.5 -95.5t-202.5 -32.5t-202.5 32.5t-181.5 95.5v-704l384 192z" + }, + { + Name: "AreaChart", + Code: "E9D2", + Path: "M256 256l1664 -1v-128l-1792 1v1791h128v-1663zM1920 1115v-731h-1536v904l320 160l435 -218l333 332zM704 1304l-192 -95v-441h433l540 270l307 -307v330l-320 321l-307 -308zM512 512h1280v37l-333 333l-484 -242h-463v-128z" + }, + { + Name: "Assign", + Code: "E9D3", + Path: "M2011 320l-318 -317l-90 90l163 163h-614v128h614l-163 163l90 90zM1387 128l128 -128h-1259v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1073l-128 128v817h-128v-256h-1024v256h-128v-1536h1003zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256z" + }, + { + Name: "FlowChart", + Code: "E9D4", + Path: "M1408 896h640v-640h-640v256h-416l-416 -416l-480 480l416 416v416h-256v640h640v-640h-256v-416l352 -352h416v256zM384 1920v-384h384v384h-384zM576 288l288 288l-288 288l-288 -288zM1920 384v384h-384v-384h384z" + }, + { + Name: "CheckList", + Code: "E9D5", + Path: "M640 1152v128h1408v-128h-1408zM640 1664h1408v-128h-1408v128zM640 768v128h1408v-128h-1408zM640 384v128h1408v-128h-1408zM192 1579l211 210l90 -90l-301 -301l-173 173l90 90zM192 1195l211 210l90 -90l-301 -301l-173 173l90 90zM192 811l211 210l90 -90l-301 -301l-173 173l90 90zM192 427l211 210l90 -90l-301 -301l-173 173l90 90z" + }, + { + Name: "Diagnostic", + Code: "E9D9", + Path: "M1920 1920v-1792h-1792v1792h1792zM256 1792v-1024h150l109 109q19 19 45 19t45 -19l177 -176l244 947q5 21 22.5 34.5t39.5 13.5q23 0 40 -13.5t22 -35.5l102 -417h156q22 0 39.5 -13.5t22.5 -34.5l72 -286h250v896h-1536zM1792 256v512h-300q-23 0 -40 13.5t-22 35.5l-72 285h-156q-23 0 -40 13.5t-22 35.5l-54 218l-208 -809q-5 -21 -22.5 -34.5t-39.5 -13.5q-26 0 -45 19l-211 211l-83 -83q-19 -19 -45 -19h-176v-384h1536z" + }, + { + Name: "Generate", + Code: "E9DA", + Path: "M2011 320l-318 -317l-90 90l163 163h-614v128h614l-163 163l90 90zM1342 128l128 -128h-1342v2048h1115l549 -549v-734l-128 128v515h-512v512h-896v-1792h1086zM1280 1536h293l-293 293v-293z" + }, + { + Name: "Invoice", + Code: "E9DC", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1024 1408h-640v128h640v-128zM384 1152h1152v-896h-1152v896zM896 384h512v640h-512v-640zM512 384h256v640h-256v-640z" + }, + { + Name: "ProjectManagement", + Code: "E9DE", + Path: "M0 1792h2048v-1408h-2048v1408zM1921 511v1153h-514v-384h-127v384h-512v-128h-128v128h-512v-1153h512v641h128v-641h512v129h127v-129h514zM1280 768v128h512v-128h-512zM256 1280v128h640v-128h-640zM1536 1152v-128h-639v128h639z" + }, + { + Name: "Total", + Code: "E9DF", + Path: "M1664 1920v-128h-1112l652 -768l-652 -768h1112v-128h-1280v128l652 768l-652 768v128h1280z" + }, + { + Name: "LineChart", + Code: "E9E6", + Path: "M705 1070l-449 -449v-366h1664v-128h-1792v1792h128v-1132l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257v0z" + }, + { + Name: "Equalizer", + Code: "E9E9", + Path: "M2048 1792v-128h-768v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-896v128h896v64q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-64h768zM1600 768q40 0 75 -15t61 -41t41 -61t15 -75v-64h256v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-1408v128h1408v64q0 40 15 75t41 61t61 41t75 15zM448 1408q40 0 75 -15t61 -41t41 -61t15 -75v-64h1408v-128h-1408v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h256v64q0 40 15 75t41 61t61 41t75 15zM512 1216q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM1152 1856q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM1664 576q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256z" + }, + { + Name: "BarChartHorizontal", + Code: "E9EB", + Path: "M1536 1792v-384h-1152v384h1152zM1408 1536v128h-896v-128h896zM1280 1280v-384h-896v384h896zM1152 1024v128h-640v-128h640zM1792 768v-384h-1408v384h1408zM1664 512v128h-1152v-128h1152zM256 256h1664v-128h-1792v1792h128v-1664z" + }, + { + Name: "BarChartVertical", + Code: "E9EC", + Path: "M768 1536v-1152h-384v1152h384zM640 512v896h-128v-896h128zM1280 1280v-896h-384v896h384zM1152 512v640h-128v-640h128zM1792 1792v-1408h-384v1408h384zM1664 512v1152h-128v-1152h128zM256 256h1664v-128h-1792v1792h128v-1664z" + }, + { + Name: "Count", + Code: "E9EE", + Path: "M1917 1827l-253 -254v-1445h-128v1317l-256 -255v-1062h-128v934l-256 -256v-678h-128v550l-256 -256v-294h-128v166l-163 -163l-90 91l253 253v1445h128v-1317l256 256v1061h128v-933l256 256v677h128v-549l256 256v293h128v-165l163 162l90 -90v0z" + }, + { + Name: "Freezing", + Code: "E9EF", + Path: "M1792 760q61 -63 94.5 -143.5t33.5 -168.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 88 33.5 168.5t94.5 143.5v968q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-968zM1472 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 83 -34 143t-94 113v1024q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1024q-60 -53 -94 -113t-34 -143q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 629q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9 58.5t26 52.5t40.5 42t52.5 28v395h128v-395zM1024 1664l-128 -768l-86 516l-138 -644l-142 664l-82 -408l-93 466l-99 -594l-128 768h896z" + }, + { + Name: "FunnelChart", + Code: "E9F1", + Path: "M0 2048h2048l-1024 -2048zM1841 1920h-1634l128 -256h1378zM783 768l241 -482l241 482h-482zM1329 896l128 256h-866l128 -256h610zM1521 1280l128 256h-1250l128 -256h994z" + }, + { + Name: "Process", + Code: "E9F3", + Path: "M274 540q105 -161 266 -266l-49 -119q-103 63 -188 148t-148 188zM151 1212q-11 -47 -17 -93.5t-6 -94.5t6 -95t17 -94l-119 -49q-14 59 -23 118.5t-9 119.5t9 119.5t23 118.5zM1024 128q48 0 95 6t94 17l49 -119q-59 -14 -118.5 -23t-119.5 -9t-119.5 9t-118.5 23l49 119q47 -11 94 -17t95 -6zM2016 1262q14 -59 22.5 -118.5t8.5 -119.5t-8.5 -119.5t-22.5 -118.5l-119 49q11 47 17 94t6 95t-6 94.5t-17 93.5zM1773 1508q-51 80 -118 147t-147 118l49 119q103 -63 188 -147.5t148 -187.5zM1508 274q161 105 266 266l119 -49q-63 -103 -148 -188t-188 -148zM256 2048h512v-512h-128v293q-112 -53 -206 -134t-161 -186l-120 49q70 114 166 205.5t213 156.5h-276v128z" + }, + { + Name: "Processing", + Code: "E9F5", + Path: "M837 1204q-23 -37 -53.5 -67.5t-67.5 -53.5l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-37 23 -67.5 53.5t-53.5 67.5l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118zM512 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1920 704q0 -55 -14 -111l137 -56l-48 -119l-138 57q-59 -98 -156 -156l57 -137l-119 -49l-56 137q-56 -14 -111 -14t-111 14l-56 -137l-119 49l57 137q-98 58 -156 156l-138 -57l-48 119l137 56q-14 56 -14 111t14 111l-137 56l48 119l138 -57q58 97 156 156l-57 138l119 48l56 -137q56 14 111 14t111 -14l56 137l119 -48l-57 -138q97 -59 156 -156l138 57l48 -119l-137 -56q14 -56 14 -111zM1472 384q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "ProcessMap", + Code: "E9F6", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1152 768h384v-384h-384v128h-256l-192 -192l-256 256l192 192v384h-128v384h384v-384h-128v-384l128 -128h256v128z" + }, + { + Name: "Quantity", + Code: "E9F8", + Path: "M1472 1448l575 -288v-782l-575 -288l-576 286v321l-320 -159l-576 286l1 784l575 288l575 -288l1 -321zM1840 1121l-368 183l-368 -183l368 -184zM944 1569l-368 183l-368 -183l368 -184zM129 1465l-1 -561l384 -191v561zM640 713l257 127v320l127 63l-1 242l-383 -191v-561zM1025 1017l-1 -561l384 -191v561zM1536 265l383 192v560l-383 -191v-561z" + }, + { + Name: "ReportDocument", + Code: "E9F9", + Path: "M1792 1499v-1499h-1536v2048h987zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-768v-1792h1280zM896 640h256v-384h-256v384zM512 896h256v-640h-256v640zM1280 1152h256v-896h-256v896z" + }, + { + Name: "StackColumnChart", + Code: "E9FC", + Path: "M256 256h1664v-128h-1792v1791h128v-1663zM1792 1792v-1408h-384v1408h384zM1536 512h128v768h-128v-768zM1664 1408v256h-128v-256h128zM1280 1792v-1408h-384v1408h384zM1152 512v256h-128v-256h128zM1152 896v768h-128v-768h128zM768 1792v-1408h-384v1408h384zM640 512v512h-128v-512h128zM640 1152v512h-128v-512h128z" + }, + { + Name: "SnowShowerDay", + Code: "E9FD", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5z" + }, + { + Name: "SummaryChart", + Code: "E9FE", + Path: "M1920 1152v-128h-896v-896h-128v896h-896v128h896v896h128v-896h896zM256 1280h-128v512h128v-512zM512 1280h-128v384h128v-384zM768 1280h-128v640h128v-640zM1664 1792h-512v128h512v-128zM1536 1536h-384v128h384v-128zM1792 1280h-640v128h640v-128zM384 512h256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v-256zM512 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-256v256zM1472 522l320 321v-181l-320 -321l-192 193l-128 -128v181l128 128z" + }, + { + Name: "HailDay", + Code: "EA00", + Path: "M256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91zM1280 752q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1280 368q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 624q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 240q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-83.5 53.5t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 66 19 128.5t54 116t84.5 96t110.5 69.5q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 173 -33.5t152 -82.5t121 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25z" + }, + { + Name: "WorkFlow", + Code: "EA01", + Path: "M640 1536v297q-132 -63 -236 -164t-172 -230l-119 49q70 137 176.5 247t240.5 185h-274v128h512v-512h-128zM1816 1439q-63 121 -159.5 217.5t-217.5 159.5l49 118q144 -74 258.5 -188t188.5 -258zM128 1024q0 -68 10 -135t31 -132l-118 -49q-51 153 -51 316t51 316l119 -49q-20 -65 -31 -132t-11 -135zM231 609q63 -121 160 -218t218 -160l-49 -119q-144 75 -258.5 189.5t-189.5 258.5zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178zM1920 1024q0 68 -11 135t-31 132l119 49q51 -153 51 -316h-128zM757 169q65 -21 132 -31t135 -10v-128q-164 0 -317 51z" + }, + { + Name: "LightSnow", + Code: "EA02", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM1342 247q14 -8 23 -23t9 -32q0 -26 -19 -45t-45 -19q-17 0 -32 9l-126 72v-145q0 -26 -19 -45t-45 -19t-45 19t-19 45v145l-126 -72q-15 -9 -32 -9q-26 0 -45 19t-19 45q0 17 9 32t23 23l126 73l-126 73q-14 8 -23 23t-9 32q0 26 19 45t45 19q17 0 32 -9l126 -72v145q0 26 19 45t45 19t45 -19t19 -45v-145l126 72q15 9 32 9q26 0 45 -19t19 -45q0 -17 -9 -32t-23 -23l-126 -73z" + }, + { + Name: "HourGlass", + Code: "EA03", + Path: "M1664 1792q0 -106 -30.5 -206.5t-90.5 -188.5q-31 -45 -65 -82t-72.5 -67.5t-81.5 -56.5t-92 -49q-37 -17 -58.5 -46.5t-21.5 -71.5t21.5 -71.5t58.5 -46.5q49 -23 92 -49t81.5 -56.5t72.5 -67.5t65 -82q60 -88 90.5 -188.5t30.5 -206.5h128v-128h-1664v128h128q0 106 30.5 206.5t90.5 188.5q32 47 66 83.5t71.5 66.5t80.5 55t93 49q36 17 58 47t22 72t-21.5 71.5t-58.5 46.5q-49 23 -92 49t-81.5 56.5t-72.5 67.5t-65 82q-60 88 -90.5 188.5t-30.5 206.5h-128v128h1664v-128h-128zM1024 1024q0 82 43 142t115 95q29 14 56 27.5t53 32.5q58 40 103.5 92.5t77 113t48 128t16.5 137.5h-1152q0 -70 16.5 -137.5t48 -128t77 -113t103.5 -92.5q26 -19 53 -32.5t56 -27.5q72 -35 115 -95t43 -142t-43 -142t-115 -95q-29 -14 -56 -27.5t-53 -32.5q-58 -40 -103.5 -92.5t-77 -113t-48 -128t-16.5 -137.5h1152q0 70 -16.5 137.5t-48 128t-77 113t-103.5 92.5q-26 19 -53 32.5t-56 27.5q-72 35 -115 95t-43 142z" + }, + { + Name: "StoreLogoMed20", + Code: "EA04", + Path: "M1536 1536h410v-1452q0 -35 -24 -59.5t-59 -24.5h-1780q-35 0 -59 24.5t-24 59.5v1452h410v307l204 205h717l205 -205v-307zM922 410v307h-308v-307h308zM922 819v307h-308v-307h308zM1331 410v307h-307v-307h307zM1331 819v307h-307v-307h307zM1331 1536v307h-717v-307h717z" + }, + { + Name: "TimeSheet", + Code: "EA05", + Path: "M1920 1792v-1664h-1792v1664h256v-128h-128v-1408h1536v1408h-128v128h256zM1536 1408h-1024v640h1024v-640zM1408 1920h-768v-384h768v384zM1024 896h128v-128h-256v256h128v-128zM576 832q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5zM1344 832q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5z" + }, + { + Name: "TriangleSolid", + Code: "EA08", + Path: "M1024 1902l1024 -1774h-2048l1024 1774v0z" + }, + { + Name: "UpgradeAnalysis", + Code: "EA0B", + Path: "M1277 797l-90 -90l-163 163v-550h-128v550l-163 -163l-90 90l317 318zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM256 128h896v-128h-1024v2048h1115l549 -549v-734l-128 -128v771h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "VideoSolid", + Code: "EA0C", + Path: "M0 640v896h1408v-896h-1408zM1536 1280l512 256v-896l-512 256v384z" + }, + { + Name: "RainShowersNight", + Code: "EA0F", + Path: "M1042 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1426 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 29 -4 57.5t-10 56.5q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5v-17t-1 -17q47 17 95 25.5t98 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM324 1074q56 38 120 58t132 20q74 0 147 -25q61 102 157 172q8 26 12 53.5t4 55.5q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38z" + }, + { + Name: "SnowShowerNight", + Code: "EA11", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 77 25.5 148.5t73.5 131.5q-81 55 -136.5 134.5t-76.5 175.5q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -0.5 -17t-1.5 -17q47 17 95.5 25.5t98.5 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q42 -51 104 -85q56 38 120 58t132 20q74 0 147 -25zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45.5 19t-19.5 45q0 18 9 32t24 23l70 41l-70 41q-15 9 -24 23t-9 32q0 26 19 45t45 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45.5 19t-19.5 45q0 18 9 32t24 23l70 41l-70 41q-15 9 -24 23t-9 32q0 26 19 45t45 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5z" + }, + { + Name: "Teamwork", + Code: "EA12", + Path: "M1664 960q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -52 -16.5 -101t-47.5 -91v-424l-256 128l-256 -128v424q-31 42 -47.5 91t-16.5 101q0 66 25 124.5t68.5 102t102 68.5t124.5 25zM1664 832q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM1792 232v115q-60 -27 -128 -27t-128 27v-115l128 64zM1664 1536q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-115.5 -136.5q19 -9 36.5 -20t34.5 -23l-75 -104q-49 35 -106 54t-117 19q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q27 40 62 72t76 54t87.5 34t94.5 12t94 -12t87.5 -34t76.5 -54t62 -72q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM1536 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM768 1280q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "HailNight", + Code: "EA13", + Path: "M1280 752q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1280 368q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 624q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 240q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-76 0 -146 -25t-127 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 29 -4 57.5t-10 56.5q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5v-17t-1 -17q92 34 193 34q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM324 1074q56 38 120 58t132 20q74 0 147 -25q61 102 157 172q8 26 12 53.5t4 55.5q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38z" + }, + { + Name: "PeopleAdd", + Code: "EA15", + Path: "M1280 1152q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1024 1536q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" + }, + { + Name: "Glasses", + Code: "EA16", + Path: "M1280 1536q16 0 29 -7l739 -369v-136q-26 0 -45 -19t-19 -45v-128q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5q0 26 -19 45t-45 19t-45 -19t-19 -45q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v128q0 26 -19 45t-45 19v136l739 369q13 7 29 7q26 0 45 -19q10 -10 24.5 -22.5t27.5 -26.5t22 -29t9 -31q0 -26 -19 -45t-45 -19q-25 0 -42.5 16.5t-34.5 33.5l-484 -242h497q38 0 65.5 -9.5t49 -23.5t38.5 -31t32.5 -31t32.5 -23.5t38 -9.5t38 9.5t32.5 23.5t32.5 31t38.5 31t49 23.5t65.5 9.5h497l-484 242q-17 -17 -34.5 -33.5t-42.5 -16.5q-26 0 -45 19t-19 45q0 16 9 31t22 29t27.5 26.5t24.5 22.5q19 19 45 19zM832 896q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-448q-26 0 -45 -19t-19 -45v-128q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v64zM1536 512q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 22 -1 47t-1 50t2.5 49.5t10.5 45.5h-523q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "DateTime2", + Code: "EA17", + Path: "M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256z" + }, + { + Name: "Shield", + Code: "EA18", + Path: "M960 2048q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146l-31 -18l-31 18q-116 67 -230.5 146t-217.5 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5zM1792 1666q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48v-386q0 -127 33.5 -244t91.5 -223t138 -200.5t172 -177.5t193.5 -154t203.5 -130q102 59 203.5 130t193.5 154t172 177.5t138 200.5t91.5 223t33.5 244v386z" + }, + { + Name: "Header1", + Code: "EA19", + Path: "M1792 1664v-1408h-128v1146q-66 -59 -149 -90.5t-171 -31.5v128q54 0 103.5 15.5t91.5 44t75.5 68.5t54.5 89l17 39h106zM896 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640z" + }, + { + Name: "PageAdd", + Code: "EA1A", + Path: "M1664 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM384 1920v-1536h768v-128h-896v1792h859l549 -549v-731h-128v640h-512v512h-640zM1152 1829v-293h293z" + }, + { + Name: "NumberedList", + Code: "EA1C", + Path: "M2048 1664v-128h-1536v128h1536zM512 1152h1536v-128h-1536v128zM512 640h1536v-128h-1536v128zM135 1699q-14 -11 -37.5 -21.5t-42.5 -10.5v69q31 11 59 24t54 33h49v-385h-82v291zM134 1279q25 0 47.5 -6.5t39 -20t26 -33.5t9.5 -47q0 -31 -12 -54.5t-29.5 -42t-38.5 -33t-38.5 -27t-29.5 -25t-12 -25.5h160v-69h-251q0 23 0.5 41t9.5 39q15 34 41 57.5t51.5 43.5t44.5 40t19 47t-15 38t-40 11q-26 0 -49.5 -11t-43.5 -28v73q50 32 111 32zM170 580q36 -5 61 -27t25 -61q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-24 0 -48.5 4t-46.5 15v73q19 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 22 -13 32.5t-31.5 15t-38.5 4.5h-34v64h32t34.5 3.5t28 13.5t11.5 31q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 44 -5t39 -16.5t28 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1z" + }, + { + Name: "PowerBILogo", + Code: "EA1E", + Path: "M1771 2048q31 0 58 -12t47 -32t32 -47t12 -58v-1750q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-1622q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v726q0 31 11.5 58t32 47t47.5 32t58 12h363v363q0 31 11.5 58t32 47t47.5 32t58 12h363v363q0 31 11.5 58t32 47t47.5 32t58 12h598zM768 128v746q0 9 -6.5 15.5t-15.5 6.5h-597q-8 0 -14.5 -6.5t-6.5 -14.5v-726q0 -8 6.5 -14.5t14.5 -6.5h619zM1280 128v1259q0 8 -6.5 14.5t-14.5 6.5h-598q-8 0 -14.5 -6.5t-6.5 -14.5v-363h106q31 0 58.5 -12t47.5 -32t32 -47.5t12 -58.5v-746h384zM1792 149v1750q0 8 -6.5 14.5t-14.5 6.5h-598q-8 0 -14.5 -6.5t-6.5 -14.5v-363h107q31 0 58 -12t47 -32t32 -47t12 -58v-1259h363q8 0 14.5 6.5t6.5 14.5z" + }, + { + Name: "Info2", + Code: "EA1F", + Path: "M896 0v1536h256v-1536h-256zM896 2048h256v-256h-256v256z" + }, + { + Name: "MusicInCollectionFill", + Code: "EA36", + Path: "M1792 640q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v977l-896 -224v-1214q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v1109l1152 288v-1346z" + }, + { + Name: "List", + Code: "EA37", + Path: "M0 512v128h1280v-128h-1280zM0 1152h2048v-128h-2048v128zM1664 1664v-128h-1664v128h1664z" + }, + { + Name: "Asterisk", + Code: "EA38", + Path: "M1943 1480l-791 -456l791 -456l-64 -112l-791 457v-913h-128v913l-791 -457l-64 112l791 456l-791 456l64 112l791 -457v913h128v-913l791 457l64 -112v0z" + }, + { + Name: "ErrorBadge", + Code: "EA39", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1467 1377l-352 -353l352 -353l-90 -90l-353 352l-353 -352l-90 90l352 353l-352 353l90 90l353 -352l353 352z" + }, + { + Name: "CircleRing", + Code: "EA3A", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32z" + }, + { + Name: "CircleFill", + Code: "EA3B", + Path: "M32 1024q0 137 35.5 264t100 237t155 200.5t200.5 155t237 100t264 35.5t264 -35.5t237 -100t200.5 -155t155 -200.5t100 -237t35.5 -264t-35.5 -264t-100 -237t-155 -200.5t-200.5 -155t-237 -100t-264 -35.5t-264 35.5t-237 100t-200.5 155t-155 200.5t-100 237t-35.5 264z" + }, + { + Name: "Record2", + Code: "EA3F", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "AllAppsMirrored", + Code: "EA40", + Path: "M2048 640v384h-384v-384h384zM1920 896v-128h-128v128h128zM2048 1152v384h-384v-384h384zM1920 1408v-128h-128v128h128zM2048 1664v384h-384v-384h384zM1920 1920v-128h-128v128h128zM1408 1280v128h-1152v-128h1152zM512 896v-128h896v128h-896zM1408 1920h-1408v-128h1408v128zM2048 128v384h-384v-384h384zM1920 384v-128h-128v128h128zM1408 256v128h-1152v-128h1152z" + }, + { + Name: "BookmarksMirrored", + Code: "EA41", + Path: "M2048 1536v128h-128v-128h128zM1664 1664h-1664v-128h1664v128zM2048 384v128h-128v-128h128zM1664 384v128h-1664v-128h1664zM1152 1152v128h-1152v-128h1152zM640 768v128h-640v-128h640z" + }, + { + Name: "BulletedListMirrored", + Code: "EA42", + Path: "M2048 768v128h-128v-128h128zM2048 1152v128h-128v-128h128zM1664 1152v128h-1664v-128h1664zM2048 1536v128h-128v-128h128zM1664 1664h-1664v-128h1664v128zM1664 768v128h-1664v-128h1664zM2048 384v128h-128v-128h128zM1664 384v128h-1664v-128h1664z" + }, + { + Name: "CaretHollowMirrored", + Code: "EA45", + Path: "M1371 1755l-731 -731l731 -731v1462zM1243 1445v-842l-421 421z" + }, + { + Name: "CaretSolidMirrored", + Code: "EA46", + Path: "M1536 512l-987 987v-987h987v0z" + }, + { + Name: "ChromeBackMirrored", + Code: "EA47", + Path: "M7 1024h1656l-674 -674l144 -145l922 921l-922 922l-144 -145l674 -674h-1656v-205z" + }, + { + Name: "ClearSelectionMirrored", + Code: "EA48", + Path: "M463 1152q-69 0 -130 -26.5t-106.5 -72t-72 -107t-26.5 -130.5q0 -66 25 -127.5t73 -109.5l449 -448l90 90l-448 449q-29 29 -45 67t-16 79q0 43 16.5 80.5t45 66t66 45t80.5 16.5q41 0 79 -16t67 -45l195 -195h-165v-128h384v384h-128v-165q-47 47 -93 99t-97.5 95t-110.5 71t-132 28zM384 1280h128v128h-128v-128zM384 1536h128v128h-128v-128zM384 1792h128v128h-128v-128zM640 1792h128v128h-128v-128zM896 1792h128v128h-128v-128zM1280 1920h-128v-128h128v128zM1536 1920h-128v-128h128v128zM1792 1920h-128v-128h128v128zM2048 1920h-128v-128h128v128zM2048 1664h-128v-128h128v128zM2048 1408h-128v-128h128v128zM2048 1152h-128v-128h128v128zM2048 896h-128v-128h128v128zM2048 640h-128v-128h128v128zM2048 384h-128v-128h128v128zM1792 384h-128v-128h128v128zM1536 384h-128v-128h128v128zM1280 384h-128v-128h128v128zM1024 384h-128v-128h128v128z" + }, + { + Name: "ClosePaneMirrored", + Code: "EA49", + Path: "M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-1280v896h1280zM128 640v896h384v-896h-384zM1059 1405l-317 -317l317 -317l90 90l-162 163h421v128h-421l162 163z" + }, + { + Name: "ContactInfoMirrored", + Code: "EA4A", + Path: "M1308 971q-65 -33 -117.5 -81.5t-89.5 -108t-57 -128t-20 -141.5h128q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149h128q0 73 -20 141.5t-57 128t-89.5 108t-117.5 81.5q73 54 114.5 136t41.5 173q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149q0 -91 41.5 -173t114.5 -136zM1792 1280q0 -53 -20.5 -99.5t-55 -81t-81 -55t-99.5 -20.5q-52 0 -99 20.5t-81.5 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81.5 55t99 20.5q53 0 99.5 -20.5t81 -55t55 -81.5t20.5 -99zM0 1664v-128h896v128h-896zM896 1152h-896v-128h896v128zM896 640h-896v-128h896v128z" + }, + { + Name: "DockLeftMirrored", + Code: "EA4C", + Path: "M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-384v896h384zM128 640v896h1280v-896h-1280z" + }, + { + Name: "DoubleChevronLeftMedMirrored", + Code: "EA4D", + Path: "M903 1902l879 -878l-879 -878l121 -121l999 999l-999 999zM50 1902l878 -878l-878 -878l121 -121l999 999l-999 999z" + }, + { + Name: "GoMirrored", + Code: "EA4F", + Path: "M1027 2048h-1024v-1024h128v805l1827 -1826l90 90l-1826 1827h805v128v0z" + }, + { + Name: "HelpMirrored", + Code: "EA51", + Path: "M1024 128h-128v-128h128v128zM960 2048q-79 0 -152.5 -20.5t-137.5 -58t-117 -90.5t-90.5 -117t-58 -137.5t-20.5 -152.5q0 -84 22 -152t58 -124.5t82 -104.5t94 -93t94 -89.5t82 -94.5t58 -108t22 -130v-192h128v192q0 84 -22 152t-58 124.5t-82 104t-94 92.5t-94 90t-82 95t-58 108t-22 130q0 93 35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5h128q0 79 -20.5 152.5t-58 137.5t-90.5 117t-117 90.5t-137.5 58t-152.5 20.5z" + }, + { + Name: "ImportMirrored", + Code: "EA52", + Path: "M1497 1459l308 -309h-1543v-128h1540l-305 -305l90 -90l461 461l-461 461zM134 1536h-128v-896h128v896z" + }, + { + Name: "ImportAllMirrored", + Code: "EA53", + Path: "M1030 1152v-128l772 -1l-289 -290l90 -90l445 445l-445 445l-90 -90l292 -292zM902 1536h-896v-896h896v896zM134 1152v256h256v-256h-256zM518 1408h256v-256h-256v256zM774 1024v-256h-256v256h256zM390 768h-256v256h256v-256z" + }, + { + Name: "ListMirrored", + Code: "EA55", + Path: "M2048 512v128h-1280v-128h1280zM2048 1152h-2048v-128h2048v128zM384 1664v-128h1664v128h-1664z" + }, + { + Name: "MailForwardMirrored", + Code: "EA56", + Path: "M2048 1664h-2048v-896v-128l128 128v697l896 -449l896 449v-953h-1024v-128h1152v1280zM1024 1160l-753 376h1506zM413 675l-90 90l-317 -317l317 -317l90 90l-163 163h518v128h-518z" + }, + { + Name: "MailReplyMirrored", + Code: "EA57", + Path: "M0 1664v-1082q29 23 61 39.5t67 28.5v815l896 -449l896 449v-953h-1024v-128h1152v1280h-2048zM1024 1160l-753 376h1506zM549 512q-50 0 -110.5 2.5t-121.5 -0.5t-118 -14.5t-101.5 -40t-71 -77.5t-26.5 -126q0 -53 20.5 -99.5t55 -81t81.5 -55t99 -20.5v128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10h293l-162 -163l90 -90l317 317l-317 317l-90 -90z" + }, + { + Name: "MailReplyAllMirrored", + Code: "EA58", + Path: "M0 1664v-1082q29 23 61 39.5t67 28.5v815l896 -449l896 449v-953h-704v-128h832v1280h-2048zM1024 1160l-753 376h1506zM933 448l-226 -227l90 -90l318 317l-318 317l-90 -90zM549 512q-50 0 -110.5 2.5t-121.5 -0.5t-118 -14.5t-101.5 -40t-71 -77.5t-26.5 -126q0 -53 20.5 -99.5t55 -81t81.5 -55t99 -20.5v128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10h293l-162 -163l90 -90l317 317l-317 317l-90 -90z" + }, + { + Name: "MiniContractMirrored", + Code: "EA59", + Path: "M256 768h-128v-512h1792v1536h-768v-128h640v-768h-768v-512h-768v384zM1792 768v-384h-640v384h640zM256 1024h640v640h-128v-421l-549 549l-91 -91l549 -549h-421v-128z" + }, + { + Name: "MiniExpandMirrored", + Code: "EA5A", + Path: "M805 1024l91 91l-549 549h421v128h-640v-640h128v421zM256 896h-128v-640h1792v1536h-896v-128h768v-768h-768v-512h-768v512zM1792 768v-384h-640v384h640z" + }, + { + Name: "OpenPaneMirrored", + Code: "EA5B", + Path: "M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-1280v896h1280zM128 640v896h384v-896h-384zM768 1152v-128h421l-162 -163l90 -90l317 317l-317 317l-90 -90l162 -163h-421z" + }, + { + Name: "OpenWithMirrored", + Code: "EA5C", + Path: "M0 829l317 317l317 -317l-90 -90l-162 163v-583h-129v583l-163 -163zM253 1663h1153v129h-1153v-129zM509 383h897v129h-897v-129zM1661 1536h384v384h-384v-384zM1917 1664h-128v128h128v-128zM1661 896h384v384h-384v-384zM1917 1024h-128v128h128v-128zM1661 256h384v384h-384v-384zM1917 384h-128v128h128v-128zM637 1024h768v128h-896z" + }, + { + Name: "ParkingLocationMirrored", + Code: "EA5E", + Path: "M0 768q0 -76 41 -139t110 -94q31 -69 94 -110t139 -41q69 0 128 34t94 94h708q35 -60 94 -94t128 -34t128 34t94 94h162q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256q0 80 -30 150t-82 122t-122 82t-150 30h-37l-328 328q-27 27 -62.5 41.5t-73.5 14.5h-907v-128h29l-256 -563q-20 -45 -24.5 -82t-4.5 -80v-43zM467 1536h301v-256h-459l99 219q8 17 24.5 27t34.5 10zM1445 1280h-549v256h267q26 0 45 -19zM1536 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1536 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-384v512h768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-256h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM384 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM128 768v72q0 41 17 80l106 232h517v-512h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-42 0 -81 -13t-71 -37t-56 -57.5t-37 -73.5q-11 27 -11 53z" + }, + { + Name: "SendMirrored", + Code: "EA63", + Path: "M2030 1971l-220 -883l220 -883l-1979 883zM1693 1149l149 598l-1339 -598h1190zM1842 429l-147 592h-1180z" + }, + { + Name: "ShowResultsMirrored", + Code: "EA65", + Path: "M1664 256v128h-1664v-128h1664zM2048 1664v128h-128v-128h128zM2048 640v128h-128v-128h128zM1664 640v128h-1664v-128h1664zM1664 1792h-1664v-128h1664v128zM1664 1280v128h-1664v-128h1664z" + }, + { + Name: "ThumbnailViewMirrored", + Code: "EA67", + Path: "M2048 896h-640v-640h640v640zM1920 384h-384v384h384v-384zM2048 1792h-640v-640h640v640zM1920 1280h-384v384h384v-384zM0 1664v-128h1152v128h-1152zM384 1280h768v128h-768v-128zM1152 768h-1152v-128h1152v128zM1152 512h-768v-128h768v128z" + }, + { + Name: "Media", + Code: "EA69", + Path: "M2048 1378v-898q0 -51 -22.5 -92t-58.5 -70.5t-82 -45.5t-93 -16t-93 16t-82 45.5t-58.5 70.5t-22.5 92t22.5 92.5t58.5 70.5t82 45t93 16q66 0 128 -31v541l-640 -160v-702q0 -51 -22.5 -92t-58.5 -70.5t-82 -45.5t-93 -16t-93 16t-82 45.5t-58.5 70.5t-22.5 92t22.5 92.5t58.5 70.5t82 45t93 16q66 0 128 -31v609zM1024 256q20 0 42.5 6t41.5 18t31.5 30t12.5 42t-12.5 42t-31.5 30t-41.5 18t-42.5 6t-42.5 -6t-41.5 -18t-31.5 -30t-12.5 -42t12.5 -42t31.5 -30t41.5 -18t42.5 -6zM1792 384q20 0 42.5 6t41.5 18t31.5 30t12.5 42t-12.5 42t-31.5 30t-41.5 18t-42.5 6t-42.5 -6t-41.5 -18t-31.5 -30t-12.5 -42t12.5 -42t31.5 -30t41.5 -18t42.5 -6zM384 1408h-128v128h128v-128zM256 1280h128v-128h-128v128zM1152 1536h128v-128h-128v128zM1024 768h-1024v1152h1536v-512l-128 -32v416h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h640v-128z" + }, + { + Name: "SyncError", + Code: "EA6A", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM880 140q29 -39 62.5 -74t71.5 -65q-135 1 -264 36.5t-243.5 101t-211 157.5t-167.5 207v-247h-128v512h512v-128h-314q50 -99 122 -183t159.5 -148.5t189 -107.5t211.5 -61zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z" + }, + { + Name: "Devices3", + Code: "EA6C", + Path: "M256 1664h1664v-1024h-768v-128h256v-128h-640v128h256v128h-384v-256h-512v768h128v512zM512 512v512h-256v-512h256zM640 768h1152v768h-1408v-384h256v-384z" + }, + { + Name: "FlashOff", + Code: "EA6E", + Path: "M1472 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1016 1152l384 768h-433l-512 -1024h449l-384 -768h29l347 347v-182l-293 -293h-290l384 768h-449l640 1280h719l-384 -768h660l-256 -256h-182l128 128h-557z" + }, + { + Name: "Focus", + Code: "EA6F", + Path: "M1024 1928q125 0 240.5 -32.5t216 -91t183 -141t141 -183t91 -216t32.5 -240.5t-32.5 -240.5t-91 -216t-141 -183t-183 -141t-216 -91t-240.5 -32.5t-240.5 32.5t-216 91t-183 141t-141 183t-91 216t-32.5 240.5t32.5 240.5t91 216t141 183t183 141t216 91t240.5 32.5zM1024 248q107 0 206 28t185.5 78.5t157 121t121 157t78.5 185.5t28 206t-28 206t-78.5 185.5t-121 157t-157 121t-185.5 78.5t-206 28t-206 -28t-185.5 -78.5t-157 -121t-121 -157t-78.5 -185.5t-28 -206t28 -206t78.5 -185.5t121 -157t157 -121t185.5 -78.5t206 -28zM1304 1408q21 0 40 -8t33.5 -22.5t22.5 -33.5t8 -40v-560q0 -21 -8 -40t-22.5 -33.5t-33.5 -22.5t-40 -8h-560q-21 0 -40 8t-33.5 22.5t-22.5 33.5t-8 40v560q0 21 8 40t22.5 33.5t33.5 22.5t40 8h560zM1280 1280h-512v-512h512v512z" + }, + { + Name: "VideoLightOff", + Code: "EA74", + Path: "M1024 1088q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1664v-808q-57 62 -128 107v573h-128v-514q-31 11 -63.5 17.5t-64.5 10.5v486h-37l-219 -219v-295q-34 -11 -66 -25.5t-62 -33.5v317h-1152v-384h1064q-62 -57 -107 -128h-1085v640h1317l256 256h475z" + }, + { + Name: "Lightbulb", + Code: "EA80", + Path: "M960 2048q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -145 -55 -269t-157 -225q-83 -82 -127.5 -183t-44.5 -219v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 118 -44.5 219t-127.5 183q-102 101 -157 225t-55 269q0 97 25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1088 128q26 0 45 19t19 45v192h-384v-192q0 -26 19 -45t45 -19h256zM1155 512q13 129 66 234t143 196q83 84 127.5 183.5t44.5 218.5t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t44.5 -218.5t127.5 -183.5q90 -91 143 -196t66 -234h390z" + }, + { + Name: "StatusTriangle", + Code: "EA82", + Path: "M1472 1152l576 -1152h-1152l576 1152v0z" + }, + { + Name: "VolumeDisabled", + Code: "EA85", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM640 1280v-512h122q-8 -32 -14 -64t-9 -64h-227v768h293l384 384h91v-506q-67 -18 -128 -48v335l-294 -293h-218zM1709 723l-147 -147l147 -147l-90 -90l-147 146l-147 -146l-90 90l146 147l-146 147l90 90l147 -147l147 147z" + }, + { + Name: "Puzzle", + Code: "EA86", + Path: "M1600 1152q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h192v-512h-384v-64q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v64h-384v384h-64q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h64v384h384v64q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-64h384v-512h-192zM1600 768q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h64v256h-384v192q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-192h-384v-384h-192q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h192v-384h384v-192q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v192h384v256h-64z" + }, + { + Name: "EmojiNeutral", + Code: "EA87", + Path: "M640 640h768v-128h-768v128zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM768 1152q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "EmojiDisappointed", + Code: "EA88", + Path: "M1024 768q72 0 149 -16t147 -48.5t128 -82.5t92 -118l-115 -57q-26 51 -72 87.5t-101.5 60.5t-115.5 35t-112 11q-54 0 -113.5 -10.5t-115 -34t-101 -60.5t-71.5 -89l-115 57q34 69 91.5 119.5t127.5 82.5t147 47.5t150 15.5zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM767 1131q-47 21 -97 21q-35 0 -68.5 -10t-62 -28.5t-51 -44.5t-37.5 -58l-117 53q22 49 57 89t79 68t94.5 43.5t104.5 15.5q80 0 151 -33zM1228 1247q35 17 73.5 25t77.5 8q54 0 104.5 -15.5t94.5 -43.5t78.5 -68t57.5 -89l-117 -53q-15 32 -37.5 58t-51 44.5t-62 28.5t-68.5 10q-52 0 -98 -21z" + }, + { + Name: "HomeSolid", + Code: "EA8A", + Path: "M1024 1882l941 -941l-90 -90l-83 82v-805h-512v640h-512v-640h-512v805l-83 -82l-90 90l941 941v0z" + }, + { + Name: "Ringer", + Code: "EA8F", + Path: "M1792 512v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-768h128zM1536 512v768q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h1024zM1024 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PDF", + Code: "EA90", + Path: "M1920 384h-128v-384h-1664v384h-128v1024h128v640h1243l421 -421v-219h128v-1024zM1408 1664h165l-165 165v-165zM256 1408h1408v128h-384v384h-1024v-512zM1664 384h-1408v-256h1408v256zM1792 1280h-1664v-768h1664v768zM448 1152q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-64v-128h-128v512h192zM448 896q26 0 45 19t19 45t-19 45t-45 19h-64v-128h64zM896 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v512h128zM896 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10v-256zM1280 1152h320v-128h-192v-128h192v-128h-192v-128h-128v512z" + }, + { + Name: "HeartBroken", + Code: "EA92", + Path: "M1504 1921q113 0 212 -42.5t173 -116.5t116.5 -173t42.5 -212q0 -109 -41.5 -208.5t-117.5 -175.5l-865 -865l-865 865q-76 76 -117.5 175.5t-41.5 208.5q0 113 42.5 212t116.5 173t173 116.5t212 42.5q111 0 208.5 -40.5t176.5 -118.5q24 -23 47.5 -47t47.5 -48q24 24 47.5 48t47.5 47q79 78 176.5 118.5t208.5 40.5zM1798 1083q59 59 90 135t31 159q0 87 -32.5 162.5t-88.5 132t-131.5 89t-162.5 32.5q-84 0 -159 -31t-135 -90q-66 -65 -128.5 -131t-126.5 -132l384 -384l-302 -301l-90 90l211 211l-384 384l163 164q-26 23 -50 49t-49 50q-60 59 -134.5 90t-159.5 31q-87 0 -162.5 -32.5t-132 -89t-89 -132t-32.5 -162.5q0 -82 32 -159t90 -135l774 -774z" + }, + { + Name: "StoreLogo16", + Code: "EA96", + Path: "M1536 1536h384v-1453q0 -35 -23.5 -59t-58.5 -24h-1756q-34 0 -58 24.5t-24 58.5v1453h384v256l256 256h640l256 -256v-256zM640 1792v-256h640v256h-640zM896 256v384h-384v-384h384zM896 768v384h-384v-384h384zM1408 256v384h-384v-384h384zM1408 768v384h-384v-384h384z" + }, + { + Name: "MultiSelectMirrored", + Code: "EA98", + Path: "M1294 1664v-128h-1280v128h1280v0zM1294 1152h-1280v128h1280v-128v0zM1294 768h-1280v128h1280v-128v0zM1294 384h-1280v128h1280v-128v0zM1694 772l286 286l68 -68l-354 -354l-178 178l68 68l110 -110v0zM1694 1540l286 286l68 -68l-354 -354l-178 178l68 68l110 -110v0z" + }, + { + Name: "Broom", + Code: "EA99", + Path: "M1984 2048q26 0 45 -19t19 -45t-19 -45l-730 -730q54 -69 81.5 -150t27.5 -168q0 -103 -39 -197.5t-112 -167.5l-68 -68l-227 -454l-958 958l454 227l68 68q73 73 167.5 112t197.5 39q87 0 168 -27.5t150 -81.5l730 730q19 19 45 19zM1069 505l-564 564l-285 -142l707 -707zM1152 603q61 60 94.5 130.5t33.5 157.5q0 81 -30.5 151.5t-83.5 123.5t-123.5 83.5t-151.5 30.5q-87 0 -157.5 -33t-130.5 -95z" + }, + { + Name: "AddToShoppingList", + Code: "EA9A", + Path: "M640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM512 896h128v-128h-128v128zM768 896h768v-128h-768v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256zM384 384h896v-128h-1024v1792h1536v-1280h-128v1152h-1280v-1536z" + }, + { + Name: "Cocktails", + Code: "EA9D", + Path: "M1792 1984q0 -26 -19 -45l-749 -750v-1061h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-768q-26 0 -45 19t-19 45t19 45t45 19h320v1061l-749 750q-19 19 -19 45t19 45t45 19h1536q26 0 45 -19t19 -45zM346 1920l614 -614l613 614h-1227z" + }, + { + Name: "Wines", + Code: "EABF", + Path: "M1536 1344q0 -110 -39 -208.5t-108 -175t-162.5 -126.5t-202.5 -63v-643h192q26 0 45 -19t19 -45t-19 -45t-45 -19h-512q-26 0 -45 19t-19 45t19 45t45 19h192v643q-109 13 -202.5 63t-162.5 126.5t-108 175t-39 208.5q0 88 14.5 172.5t42.5 168.5l121 363h796l121 -363q28 -84 42.5 -168.5t14.5 -172.5zM512 1344q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5q0 76 -13.5 149t-34 144t-45.5 141.5t-49 141.5h-612l-92 -277q-24 -73 -37 -147t-13 -152z" + }, + { + Name: "Articles", + Code: "EAC1", + Path: "M1536 1280v-128h-1024v128h1024zM1280 1792v-128h-768v128h768zM1024 256v640h512v-640h-512zM1152 768v-384h256v384h-256zM1536 1536v-128h-1024v128h1024zM256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM896 384v-128h-384v128h384zM896 896v-128h-384v128h384zM896 640v-128h-384v128h384z" + }, + { + Name: "Cycling", + Code: "EAC7", + Path: "M384 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM384 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1664 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1408 960q-26 0 -45 19l-115 114l-102 -101q9 -9 21.5 -20t23 -23t18 -25t7.5 -28v-448q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v294q-27 27 -54 54.5t-55 54.5q-39 38 -61 76.5t-22 95.5q0 30 6 54t17 45t27.5 40t36.5 39l429 429q-2 8 -3 17t-1 17q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -80.5t-36.5 -70.5t-56.5 -55.5t-73 -36.5l77 -77h166q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-320zM1408 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM992 992q0 26 19 45l192 192q19 19 45 19t45 -19l141 -141h294q26 0 45 19t19 45t-19 45t-45 19h-192q-26 0 -45 19l-275 275l-403 -403q-18 -18 -31.5 -36.5t-13.5 -46.5q0 -26 12 -44t29 -35l132 -132q19 -19 19 -45v-320q0 -26 19 -45t45 -19t45 19t19 45v422l-77 77q-19 19 -19 45z" + }, + { + Name: "DietPlanNotebook", + Code: "EAC8", + Path: "M1668 1919h124v-1919h-1536v1919h126v129h128v-129h258v129h128v-129h258v129h128v-129h258v129h128v-129zM1664 128v1663h-1280v-1663h1280zM1408 1535v-128h-768v128h768zM640 382v128h768v-128h-768zM640 895v128h768v-128h-768z" + }, + { + Name: "Pill", + Code: "EACB", + Path: "M1536 1344q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45q0 27 18.5 45.5t45.5 18.5zM1152 1344q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1531 2048q107 0 201.5 -40.5t164.5 -110.5t110.5 -164.5t40.5 -201.5q0 -103 -39 -197.5t-112 -167.5l-1015 -1015q-73 -73 -167.5 -112t-197.5 -39q-107 0 -201.5 40.5t-164.5 110.5t-110.5 164.5t-40.5 201.5q0 103 39 197.5t112 167.5l1015 1015q73 73 167.5 112t197.5 39zM517 128q78 0 148 29t126 85l464 464l-549 549l-464 -464q-55 -55 -84.5 -126t-29.5 -149q0 -81 30.5 -151.5t83.5 -123t123.5 -83t151.5 -30.5zM1806 1257q55 55 84.5 125.5t29.5 148.5q0 81 -30.5 151.5t-83.5 123.5t-123.5 83.5t-151.5 30.5q-78 0 -148.5 -29.5t-125.5 -84.5l-461 -460l550 -550z" + }, + { + Name: "ExerciseTracker", + Code: "EACC", + Path: "M128 1408q42 0 67 -20t43.5 -44t36.5 -44t45 -20q48 0 85 19t68.5 47.5t61 61.5t63.5 61.5t74.5 47.5t95.5 19q36 0 70 -11.5t63 -31.5l1 -2q17 -12 32.5 -24.5t32.5 -24.5q12 12 25.5 21t31.5 9q27 0 45.5 -19.5t18.5 -45.5q0 -20 -13 -38q32 -20 64 -38.5t64 -36.5q16 17 34 33.5t43 16.5q26 0 45 -19t19 -45q0 -16 -6.5 -26t-14.5 -22q34 -17 68.5 -33t69.5 -31q16 16 33.5 32t41.5 16q26 0 45 -19t19 -45q0 -21 -12 -37q63 -26 127.5 -48t128.5 -46q34 -13 70.5 -33.5t66 -48.5t48.5 -63t19 -76v-32q0 -56 -27.5 -101t-69.5 -80.5t-92.5 -61.5t-95.5 -43q-145 -55 -300.5 -76.5t-310.5 -21.5h-128q-42 0 -75.5 10t-62.5 22t-57 22t-61 10q-27 0 -50.5 -6.5t-47.5 -18.5q-38 -19 -76.5 -29t-81.5 -10h-320q-40 0 -75 15t-61 41t-41 61t-15 75v704q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1920 800q0 16 -13.5 31.5t-32.5 29t-39.5 24t-33.5 15.5q-78 30 -155.5 57t-154.5 59l-102 -101q-19 -19 -45 -19t-45 19t-19 45q0 15 9.5 30.5t22.5 30t27.5 27.5t24.5 23q-35 16 -69 32.5t-68 33.5l-94 -94q-19 -19 -45 -19t-45 19t-19 45t19 45l66 67q-32 18 -63.5 37t-62.5 39l-106 -105q-19 -19 -45 -19t-45 19t-19 45t19 45l89 89q-24 19 -49.5 38.5t-58.5 19.5q-28 0 -53 -12t-44 -32h-1q-40 -40 -76.5 -78t-76 -68t-87 -48t-110.5 -18q-32 0 -58 9t-47.5 25t-40.5 37t-36 45q-6 8 -10 11v-511h1792v32zM512 512q33 0 60.5 10t56.5 22t62 22t77 10t81.5 -10t76.5 -29q35 -17 67.5 -22t70.5 -5q87 0 184.5 4.5t195 18t189.5 39t169 68.5h-1674v-64q0 -26 19 -45t45 -19h320z" + }, + { + Name: "HandsFree", + Code: "EAD0", + Path: "M1600 1792q40 0 75 -15t61 -41t41 -61t15 -75v-896q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-144 0 -268.5 55t-225.5 156l-472 472q-28 28 -43 65t-15 76q0 42 16 78.5t43 63.5t63.5 42.5t77.5 15.5q40 0 76 -15.5t65 -43.5l107 -106v741q0 40 15 75t41 61t61 41t75 15q37 0 71 -14q8 31 26 57t42.5 45t54.5 29.5t62 10.5t62 -10.5t54.5 -29.5t42.5 -45t26 -57q34 14 71 14q32 0 62 -10.5t54.5 -29.5t42.5 -45t26 -57q34 14 71 14zM1664 1600q0 26 -19 45t-45 19t-45 -19t-19 -45v-448q0 -26 -19 -45t-45 -19t-45 19t-19 45v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-512q0 -26 -19 -45t-45 -19t-45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-640q0 -26 -19 -45t-45 -19t-45 19t-19 45v512q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -23 -8.5 -42.5t-23 -34.5t-34.5 -23.5t-42 -8.5t-42.5 8t-36.5 24l-139 139q-21 21 -50 21t-50.5 -21t-21.5 -51q0 -29 21 -50l472 -473q84 -84 184 -128.5t219 -44.5q93 0 174.5 35.5t142 96t96 142t35.5 174.5v896z" + }, + { + Name: "Medical", + Code: "EAD4", + Path: "M1728 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-102q0 -89 -22 -173.5t-62.5 -159.5t-98 -137t-129 -107t-154.5 -70t-174 -25t-174 25t-154.5 70t-129 107t-98 137t-62.5 159.5t-22 173.5v229q-123 11 -218.5 59t-160.5 126t-99 181t-34 223v558h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-192v-430q0 -106 29.5 -192t86.5 -147t140.5 -94t191.5 -33q101 0 184 31t141.5 89t90.5 140.5t32 184.5v451h-192q-26 0 -45 19t-19 45t19 45t45 19h320v-558q0 -120 -34 -223t-99 -181t-160.5 -126t-218.5 -59v-229q0 -107 38.5 -205.5t107 -173.5t162 -120t204.5 -45t204.5 45t162 120t107 173.5t38.5 205.5v102q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "Running", + Code: "EADA", + Path: "M1792 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-320q-26 0 -45 19l-147 146l-102 -101l211 -211q19 -19 19 -45v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v229l-128 128l-147 -146q-19 -19 -45 -19h-448q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h293l80 79q-53 23 -85 71t-32 106v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -80.5t-36.5 -70.5t-56 -56t-72.5 -37l141 -140h165zM1408 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10q24 0 47 9.5t41 26t29 38t11 46.5q0 28 -9 53t-25.5 43.5t-40.5 29t-53 10.5zM1792 1024q26 0 45 19t19 45q0 32 -18 46t-46 18t-63 1.5t-68 -4t-61.5 2t-44.5 19.5l-366 365h-549v-384q0 -26 19 -45t45 -19q37 0 50.5 23.5t15.5 59.5t-2 77t-2 77t15.5 59.5t50.5 23.5h192q26 0 45 -19t19 -45t-19 -45t-45 -19h-128v-192q0 -26 -19 -45l-256 -256q-19 -19 -45 -19h-320q-26 0 -45 -19t-19 -45t19 -45t45 -19h421l174 173q19 19 45 19t45 -19l192 -192q19 -19 19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v357l-237 238q-19 19 -19 45t19 45l192 192q19 19 45 19t45 -19l174 -173h293z" + }, + { + Name: "Weights", + Code: "EADB", + Path: "M1883 1408l128 -128l-283 -282l-320 319l-677 -677l319 -320l-282 -283l-128 128l-160 -159l-192 191q-10 -9 -20.5 -21t-22 -22.5t-25 -18t-28.5 -7.5q-26 0 -45 19t-19 45q0 15 7.5 28.5t18 25t22.5 22t21 20.5l-191 192l159 160l-128 128l283 282l320 -319l677 677l-319 320l282 283l128 -128l160 159l192 -191q10 9 20.5 21t22 22.5t25 18t28.5 7.5q26 0 45 -19t19 -45q0 -15 -7.5 -28.5t-18 -25t-22.5 -22t-21 -20.5l191 -192zM549 256l-293 293l-69 -69l293 -293zM870 320l-550 550l-101 -102l549 -549zM1499 1792l293 -293l69 69l-293 293zM1829 1280l-549 549l-102 -101l550 -550z" + }, + { + Name: "Trackers", + Code: "EADF", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1024 1152h512v-128h-512v128zM1024 768h512v-128h-512v128zM1024 384h512v-128h-512v128zM851 1325l90 -90l-237 -237l-173 173l90 90l83 -83zM851 941l90 -90l-237 -237l-173 173l90 90l83 -83zM851 557l90 -90l-237 -237l-173 173l90 90l83 -83z" + }, + { + Name: "Vaccination", + Code: "EAE0", + Path: "M1955 1411l-99 99l-166 -166l99 -99l-90 -90l-99 99l-869 -870h-257l-202 -203l-272 -90l384 384v256l870 869l-99 99l90 90l99 -99l166 166l-99 99l90 90l544 -544zM677 512l832 832l-165 165l-229 -229l82 -83l-90 -90l-83 82l-102 -101l83 -83l-90 -90l-83 83l-101 -102l82 -83l-90 -90l-83 82l-128 -128v-165h165zM1600 1435l165 165l-165 165l-165 -165z" + }, + { + Name: "AddNotes", + Code: "EAE3", + Path: "M0 1792h2048v-128h-2048v128zM0 1152v128h2048v-128h-2048zM0 640v128h1280v-128h-1280zM0 128v128h1280v-128h-1280zM1790 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AllCurrency", + Code: "EAE4", + Path: "M959 1022q-48 2 -99 12t-94 31q-17 8 -27 23.5t-10 34.5q0 26 19 45t45 19q13 0 27 -6q66 -29 138 -30v219q-37 13 -71.5 32t-61 45.5t-42.5 60.5t-16 77q0 41 16.5 74t43 57.5t61 41t70.5 24.5q0 29 16 50.5t48 21.5q27 0 45.5 -18.5t18.5 -45.5q35 -2 66.5 -9.5t64.5 -16.5l-44 -120q-21 8 -43 12t-44 6v-200q34 -12 68.5 -32t62 -47t44.5 -61t17 -74q0 -44 -15 -80t-40.5 -63t-61 -45.5t-75.5 -27.5q0 -28 -17.5 -48t-46.5 -20q-25 0 -43 17t-20 41zM1086 1165q28 11 46 30.5t18 51.5q0 12 -6.5 23t-16 20.5t-20.5 17t-21 13.5v-156zM895 1585q0 -28 20.5 -46.5t42.5 -29.5v139q-3 -1 -13 -5.5t-12 -6.5q-14 -5 -26 -20t-12 -31zM1640 1234q92 -36 167 -96t128.5 -137.5t83 -169t29.5 -190.5q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100.5t-153 -65t-170 -23q-104 0 -202 33t-181 96q-84 -63 -182 -96t-203 -33q-89 0 -170.5 23t-152.5 64.5t-129.5 100t-100 130t-64.5 153t-23 170.5q0 99 29.5 190.5t83 169t128.5 137.5t167 96q-24 84 -24 173q0 88 23 170t64.5 153t100 129.5t129.5 100.5t153 65t170 23t170 -23t153 -65t129.5 -100.5t100 -129.5t64.5 -153t23 -170q0 -89 -24 -173zM1024 1920q-106 0 -199.5 -40.5t-163 -110.5t-109.5 -163t-40 -199t40 -199.5t109.5 -163t163 -110t199.5 -40.5t199.5 40.5t163 110t109.5 163t40 199.5t-40 199t-109.5 163t-163 110.5t-199.5 40.5zM640 128q106 0 199.5 40.5t163 110t109.5 163t40 199.5q0 68 -20 134q-54 -9 -108 -9q-105 0 -203.5 33t-182.5 97q-7 -4 -13 -5q-88 -26 -133.5 -91.5t-45.5 -156.5v-2h126q26 0 45 -19t19 -45q0 -31 -17 -44.5t-41 -18t-51 -3t-46 1.5q35 -59 93.5 -92.5t127.5 -33.5q29 0 54.5 6t51.5 17q13 5 26 5q26 0 45 -18.5t19 -44.5q0 -29 -22.5 -47t-54 -28.5t-64.5 -14t-55 -3.5q-61 0 -117.5 18.5t-104 51.5t-83.5 80t-57 104q-16 0 -31 3t-26.5 10t-18.5 19.5t-7 31.5q0 26 17.5 44t43.5 20q0 56 14 109.5t41 100t67.5 83.5t93.5 60q-23 29 -43.5 60t-37.5 64q-74 -29 -133.5 -77.5t-102.5 -111t-66 -136t-23 -152.5q0 -106 40 -199.5t109.5 -163t163 -110t199.5 -40.5zM1408 128q106 0 199.5 40.5t163 110t109.5 163t40 199.5q0 79 -23 152.5t-66 135.5t-103 110.5t-133 77.5q-38 -74 -93 -136t-124 -108l93 -126l140 187q19 26 51 26q27 0 46 -19t19 -46q0 -20 -13 -38l-180 -239v-105q19 0 41.5 0.5t42 -4.5t33 -18.5t13.5 -41.5t-13.5 -41.5t-33 -18.5t-42 -4.5t-41.5 0.5q0 -19 0.5 -41.5t-4.5 -42t-18.5 -33t-41.5 -13.5t-41.5 13.5t-18.5 33t-4.5 42t0.5 41.5q-19 0 -41 -0.5t-41.5 4.5t-32.5 18.5t-13 41.5t13 41.5t32.5 18.5t42 4.5t40.5 -0.5v105l-142 194l-6 -2q12 -41 17 -84t5 -85q0 -118 -40.5 -226.5t-118.5 -196.5q64 -44 136.5 -67t150.5 -23z" + }, + { + Name: "BarChart4", + Code: "EAE7", + Path: "M0 0v640h384v-640h-384zM512 0v1152h384v-1152h-384zM1536 1152h384v-1152h-384v1152zM1024 0v1664h384v-1664h-384z" + }, + { + Name: "CircleDollar", + Code: "EAED", + Path: "M1088 1064q45 -23 91 -50.5t82.5 -63t59.5 -80.5t23 -102t-19 -109t-53 -93.5t-81 -70.5t-103 -41v-134h-128v134q-72 12 -133.5 50.5t-107.5 94.5l98 82q28 -34 64 -59.5t79 -36.5v399q-45 23 -91 50.5t-82.5 63t-59.5 80.5t-23 102t19 109t53 93.5t81 70.5t103 41v134h128v-134q72 -12 133.5 -50.5t107.5 -94.5l-98 -82q-28 34 -64 59.5t-79 36.5v-399zM832 1280q0 -26 12.5 -48.5t31.5 -42t41.5 -35t42.5 -26.5v333q-29 -10 -52.5 -28t-40.5 -42t-26 -52.5t-9 -58.5zM1088 587q28 10 52 28.5t40.5 42.5t26 52t9.5 58q0 25 -12.5 48t-31.5 42.5t-41.5 35t-42.5 26.5v-333zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "CirclePlus", + Code: "EAEE", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90 -214t140 -181.5t181.5 -140t214 -90t238.5 -32zM1088 1089h448v-128h-448v-449h-128v449h-448v128h448v447h128v-447z" + }, + { + Name: "Coffee", + Code: "EAEF", + Path: "M448 1024q56 0 101.5 -25.5t81.5 -67.5t61.5 -96t42.5 -111t25 -112t8 -100t-8 -100t-25 -112t-42.5 -111t-61.5 -96t-81.5 -67.5t-101.5 -25.5q-35 0 -64 17q-29 -17 -64 -17q-56 0 -101.5 25.5t-81.5 67.5t-61.5 96t-42.5 111t-25 112t-8 100t8 100t25 112t42.5 111t61.5 96t81.5 67.5t101.5 25.5q35 0 64 -17q29 17 64 17zM127 512q0 -45 7 -91t21 -90.5t36 -86t51 -75.5q16 -19 34.5 -30t43.5 -11v768q-25 0 -43.5 -11t-34.5 -30q-29 -35 -51 -76t-36 -85.5t-21 -90.5t-7 -91zM448 128q25 0 43.5 11t34.5 30q29 34 50.5 75.5t36 86t21.5 90.5t7 91t-7 91t-21.5 90.5t-36 85.5t-50.5 76q-16 19 -34.5 30t-43.5 11v-768zM2048 448q0 -35 -17 -64q17 -29 17 -64q0 -56 -25.5 -101.5t-67.5 -81.5t-96 -61.5t-111 -42.5t-112 -25t-100 -8t-100 8t-112 25t-111 42.5t-96 61.5t-67.5 81.5t-25.5 101.5q0 35 17 64q-17 29 -17 64q0 56 25.5 101.5t67.5 81.5t96 61.5t111 42.5t112 25t100 8t100 -8t112 -25t111 -42.5t96 -61.5t67.5 -81.5t25.5 -101.5zM1536 641q-45 0 -91 -7t-90.5 -21.5t-86 -36t-75.5 -50.5q-19 -16 -30 -34.5t-11 -43.5h768q0 25 -11 43.5t-30 34.5q-35 29 -76 50.5t-85.5 36t-90.5 21.5t-91 7zM1536 127q45 0 91 7t90.5 21t85.5 36t76 51q19 16 30 34.5t11 43.5h-768q0 -25 11 -43.5t30 -34.5q34 -29 75.5 -51t86 -36t90.5 -21t91 -7zM1152 1041q-29 -17 -64 -17q-56 0 -101.5 25.5t-81.5 67.5t-61.5 96t-42.5 111t-25 112t-8 100t8 100t25 112t42.5 111t61.5 96t81.5 67.5t101.5 25.5q35 0 64 -17q29 17 64 17q56 0 101.5 -25.5t81.5 -67.5t61.5 -96t42.5 -111t25 -112t8 -100t-8 -100t-25 -112t-42.5 -111t-61.5 -96t-81.5 -67.5t-101.5 -25.5q-35 0 -64 17zM1409 1536q0 45 -7 91t-21.5 90.5t-36 85.5t-50.5 76q-16 19 -34.5 30t-43.5 11v-768q25 0 43.5 11t34.5 30q29 34 50.5 75.5t36 86t21.5 90.5t7 91zM895 1536q0 -45 7 -91t21 -90.5t36 -86t51 -75.5q16 -19 34.5 -30t43.5 -11v768q-25 0 -43.5 -11t-34.5 -30q-29 -35 -51 -76t-36 -85.5t-21 -90.5t-7 -91z" + }, + { + Name: "Cotton", + Code: "EAF3", + Path: "M1504 1655q91 -18 167 -64t131.5 -112.5t86.5 -150t31 -176.5q0 -101 -37.5 -191.5t-102.5 -160t-153 -112t-189 -47.5q-71 -106 -178.5 -173t-235.5 -81v-387h-128v387q-128 14 -235.5 81t-178.5 173q-101 5 -189 47.5t-153 112t-102.5 160t-37.5 191.5q0 93 31 176.5t86.5 150t131.5 112.5t167 64q29 88 83 160t125.5 124t157 80.5t178.5 28.5t178.5 -28.5t157 -80.5t125.5 -124t83 -160zM1408 768q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-2 0 -3 -0.5t-3 -0.5q-12 82 -51 152.5t-98 122.5t-134 81t-159 29t-159 -29t-134 -81t-98 -122.5t-51 -152.5q-2 0 -3 0.5t-3 0.5q-80 -1 -150 -31t-122 -81.5t-82 -121.5t-30 -150t30 -149.5t82.5 -122t122 -82.5t149.5 -30h45q24 -51 59 -93.5t79 -75t94.5 -53.5t106.5 -29v129q-56 12 -103 41t-81 70.5t-53 93.5t-19 109h128q0 -30 9 -58.5t26 -52.5t40.5 -42t52.5 -28v373h128v-373q29 10 52.5 28t40.5 42t26 52.5t9 58.5h128q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-129q55 8 106 29t95 53.5t79 75t59 93.5h45z" + }, + { + Name: "Currency", + Code: "EAF5", + Path: "M512 1128q64 -32 132.5 -71t124 -89.5t91.5 -115t36 -148.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-133h-128v132q-109 13 -204.5 69.5t-164.5 141.5l98 82q52 -63 121 -106.5t150 -57.5v659q-43 21 -88 45.5t-88 53t-80.5 62t-66 73.5t-45 87t-16.5 103q0 83 29 158.5t80 135t121.5 99t153.5 50.5v133h128v-132q109 -13 204.5 -69.5t164.5 -141.5l-98 -82q-52 63 -121 106.5t-150 57.5v-659zM128 1472q0 -51 25 -93.5t62.5 -78t82.5 -62.5t86 -46v594q-56 -12 -103 -41t-81 -70.5t-53 -93.5t-19 -109zM512 390q56 12 103 41t81 70.5t53 93.5t19 109q0 51 -25 94t-62.5 78t-83 62t-85.5 46v-594zM2033 407q-57 -69 -135.5 -110t-169.5 -41q-83 0 -153 28t-128.5 75.5t-105 110.5t-81.5 134t-58 146t-35 146h-143v128h130q-1 16 -1.5 32t-0.5 32t0.5 32t1.5 32h-130v128h143q12 71 35 146t58 146t81.5 134t105 110.5t128.5 75.5t153 28q92 0 169.5 -41t135.5 -110l-98 -82q-38 47 -91.5 76t-115.5 29q-63 0 -116.5 -23.5t-98.5 -62.5t-80.5 -91t-62.5 -108.5t-45 -115t-28 -111.5h239v-128h-254q-1 -16 -1.5 -32t-0.5 -32t0.5 -32t1.5 -32h254v-128h-239q10 -53 28 -111.5t45 -115t62.5 -108.5t80.5 -91t98.5 -62.5t116.5 -23.5q62 0 115.5 29t91.5 76z" + }, + { + Name: "Market", + Code: "EAFC", + Path: "M2048 1664v-640h-62h-66v421l-768 -768l-384 384l-675 -674l-90 90l765 766l384 -384l677 677h-421v128h640z" + }, + { + Name: "Money", + Code: "EAFD", + Path: "M2048 1664v-1280h-1920v256h-128v1152h1792v-128h256zM1536 1664q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10v128h-128zM128 1536q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-128v-128zM128 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h1024q0 53 20 99.5t55 81.5t81.5 55t99.5 20v384q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5h-1024q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v-384zM1664 896q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h128v128zM128 768h128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v-128zM1920 1536h-128v-896h-1536v-128h1664v1024zM448 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1344 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM896 896q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM768 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128z" + }, + { + Name: "PieDouble", + Code: "EB04", + Path: "M1024 1920q58 0 113.5 -3t109.5 -11.5t107.5 -23t107.5 -37.5q133 -57 241.5 -148t185 -206.5t118 -250.5t41.5 -280q0 -133 -34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34q-195 0 -368 72t-311 209l-45 45l660 661v933zM1088 128q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221q0 108 -27 209.5t-76 191t-119 165t-155 131.5t-184 90.5t-207 42.5v-857l-605 -605q114 -98 252.5 -149t288.5 -51zM896 1152h-896q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32v-896zM768 1910q-121 -21 -226.5 -76.5t-188.5 -138.5t-138.5 -188.5t-76.5 -226.5h630v630zM864 1024l-624 -624q-118 128 -179 289t-61 335h864zM138 896q13 -81 41 -157.5t73 -145.5l303 303h-417z" + }, + { + Name: "PieSingle", + Code: "EB05", + Path: "M1152 2048q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5h-896v896zM1280 1280h630q-21 121 -76.5 226.5t-138.5 188.5t-188.5 138.5t-226.5 76.5v-630zM1024 1024h896q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896zM896 896v894q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q108 0 209.5 27t191 76t165 119t131.5 155t90.5 184t42.5 207h-894z" + }, + { + Name: "Rate", + Code: "EB07", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1408 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM896 1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM640 1152q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1351 1536l-512 -1024h-142l512 1024h142z" + }, + { + Name: "RemoveFilter", + Code: "EB08", + Path: "M128 1920h1792v-1792h-1792v1792zM1792 256v1536h-1536v-1536h1536zM621 531l-90 90l402 403l-402 403l90 90l403 -402l403 402l90 -90l-402 -403l402 -403l-90 -90l-403 402z" + }, + { + Name: "Savings", + Code: "EB0B", + Path: "M576 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1678 1604q84 -39 152.5 -99.5t117 -136.5t74.5 -163.5t26 -180.5q0 -79 -18 -154t-51 -144t-80.5 -130t-106.5 -113v-163q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-128q-30 0 -58.5 9t-52.5 26t-42 40.5t-28 52.5h-278q-10 -29 -28 -52.5t-42 -40.5t-52.5 -26t-58.5 -9h-128q-40 0 -75 15t-61 41t-41 61t-15 75v80q-68 18 -128.5 53t-108.5 84t-82.5 109t-50.5 129q-32 8 -58 26t-44.5 42.5t-29 54.5t-10.5 62v128q0 34 11.5 65.5t32.5 57t49.5 43t62.5 23.5q74 104 162 194t194 162v358l399 -199h123q14 56 45 103t74 81t96 53t111 19q69 0 130.5 -26.5t107 -72t72 -107t26.5 -130.5q0 -56 -18 -108zM1360 1920q-43 0 -81 -16.5t-66 -44.5t-44.5 -66t-16.5 -81q0 -35 10 -65l342 -85q30 29 47 68.5t17 81.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5zM1664 542q57 46 104 99t81 113t52.5 127t18.5 143t-22 147.5t-62 132.5t-96.5 109.5t-125.5 79.5q-17 -21 -37.5 -38.5t-43.5 -31.5l-462 115q-15 31 -27 61t-17 65h-146l-241 120v-218q-70 -47 -126 -91.5t-104 -93t-92.5 -104t-91.5 -125.5q-17 0 -34.5 -1.5t-31.5 -7.5t-23 -19t-9 -36v-128q0 -26 19 -45t45 -19h64q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30v-192q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v64h512q0 -18 -0.5 -40.5t4.5 -42t18.5 -32.5t41.5 -13h128q26 0 45 19t19 45v222z" + }, + { + Name: "Sell", + Code: "EB0C", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 1133l90 -90l-620 -622l-622 622l90 90l468 -467l-1 998h128l1 -997z" + }, + { + Name: "StockDown", + Code: "EB0F", + Path: "M384 1664h1280l-640 -1280l-640 1280v0z" + }, + { + Name: "StockUp", + Code: "EB11", + Path: "M1024 1664l640 -1280h-1280l640 1280v0z" + }, + { + Name: "MSNVolume", + Code: "EB15", + Path: "M0 640v128h512v-128h-512zM0 896v128h512v-128h-512zM0 384v128h512v-128h-512zM0 128v128h512v-128h-512zM768 1920v128h512v-128h-512zM768 1664v128h512v-128h-512zM768 1408v128h512v-128h-512zM768 1152v128h512v-128h-512zM768 896v128h512v-128h-512zM768 640v128h512v-128h-512zM768 384v128h512v-128h-512zM768 128v128h512v-128h-512zM1536 1536h512v-128h-512v128zM1536 1152v128h512v-128h-512zM1536 896v128h512v-128h-512zM1536 640v128h512v-128h-512zM1536 384v128h512v-128h-512zM1536 128v128h512v-128h-512z" + }, + { + Name: "Lamp", + Code: "EB19", + Path: "M1024 128h384v-128h-896v128h384v1024h-665l299 896h860l299 -896h-409v-192q0 -26 -19 -45t-45 -19t-45 19t-19 45v192h-128v-1024zM409 1280h1102l-213 640h-676z" + }, + { + Name: "Source", + Code: "EB1B", + Path: "M1151 1407v-127h-895v127h895zM1151 895v-127h-895v127h895zM1407 1663h641v-1407h-1409v256h-639v1407h1407v-256zM127 1792v-129h1153v129h-1153zM127 639h1153v897h-1153v-897zM1919 383v897h-512v-129h385v-127h-385v-129h385v-127h-385v-129h385v-127h-1024v-129h1151zM1919 1407v129h-512v-129h512zM1151 1151v-127h-895v127h895z" + }, + { + Name: "MSNVideos", + Code: "EB1C", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90 -214t140 -181.5t181.5 -140t214 -90t238.5 -32zM768 1536l768 -509l-768 -515v1024zM896 752l409 274l-409 272v-546z" + }, + { + Name: "Cricket", + Code: "EB1E", + Path: "M1280 640q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1280 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1984 2048q26 0 45 -19t19 -45t-19 -45l-546 -547q26 -39 39.5 -84t13.5 -92v-27l-1189 -1189l-347 347l1189 1189q58 0 105.5 -10.5t97.5 -42.5l547 546q19 19 45 19zM1406 1241q-4 32 -18.5 60.5t-36 50t-50 36t-60.5 18.5l-1060 -1059l166 -166z" + }, + { + Name: "Golf", + Code: "EB1F", + Path: "M960 2048q97 0 187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187t-25 -187t-71 -168t-110.5 -142.5t-142.5 -110.5t-168 -71t-187 -25t-187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25zM960 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1088 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM832 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1088 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1344 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM832 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1309 455l-285 -142v-313h-128v313l-285 142l58 114l291 -145l291 145z" + }, + { + Name: "Baseball", + Code: "EB20", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM384 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM640 1472q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM896 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1152 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 1472q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1664 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 704q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1152 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM896 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM640 704q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM384 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Soccer", + Code: "EB21", + Path: "M1261 704h-474l-147 451l384 279l384 -279zM1257 1107l-233 169l-233 -169l89 -275h288zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1911 1153q-22 151 -94 288l-135 20l-35 -235l167 -169zM1175 1907q-38 7 -75.5 10t-75.5 3t-75.5 -3t-75.5 -10l-61 -122l212 -106l212 106zM231 1441q-72 -137 -94 -288l97 -96l167 169l-35 235zM383 399q107 -110 245 -178l120 62l-109 211l-234 39zM788 160q117 -32 236 -32t236 32l-133 69l198 381l423 70l25 -147q66 101 103 214.5t43 234.5l-107 -106l-301 306l64 425l148 -22q-75 94 -172.5 164.5t-209.5 112.5l67 -134l-384 -192l-384 192l67 134q-112 -42 -209.5 -112.5t-172.5 -164.5l148 22l64 -425l-301 -306l-107 106q6 -121 43 -234.5t103 -214.5l25 147l423 -70l198 -381zM1420 221q138 68 245 178l-22 134l-234 -39l-109 -211z" + }, + { + Name: "MoreSports", + Code: "EB22", + Path: "M621 877l256 -256l-90 -90l-256 256zM1216 2048q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5q0 -146 -48 -279t-134.5 -241t-205.5 -184t-261 -108q9 -74 9 -148q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-159 0 -306.5 41t-275.5 116t-233 180t-180 233t-116 275.5t-41 306.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20q74 0 148 -9q32 142 108 261t184 205.5t241 134.5t279 48zM1570 1479q48 -35 105 -53t117 -18q50 0 98 12q-20 68 -54 130t-79 116zM1666 1757q-54 45 -116 79t-130 54q-12 -48 -12 -98q0 -60 18 -117t53 -105zM1295 1915q-20 3 -39.5 4t-39.5 1q-124 0 -239.5 -42.5t-210.5 -121.5l450 -450l172 172q-53 67 -80.5 147.5t-27.5 166.5q0 63 15 123zM675 1666q-53 -63 -90 -136.5t-55 -154.5q137 -32 263 -99t231 -161l102 101zM1152 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 141 -36.5 272t-103.5 244.5t-160.5 207t-207 160.5t-244.5 103.5t-272 36.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5zM1115 1024q94 -105 161 -231t99 -263q81 18 154.5 55t136.5 90l-450 451zM1756 766q79 95 121.5 210.5t42.5 239.5q0 20 -1 39.5t-4 39.5q-60 -15 -123 -15q-86 0 -166.5 27.5t-147.5 80.5l-172 -172z" + }, + { + Name: "AutoRacing", + Code: "EB24", + Path: "M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1600 1376q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5l-91 91q81 81 125 185t44 219q0 124 -52 239zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5z" + }, + { + Name: "CollegeHoops", + Code: "EB25", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM1411 1024q10 -128 59.5 -246t134.5 -215q81 98 127.5 216t57.5 245h-379zM1790 1152q-11 127 -57.5 245t-127.5 216q-85 -97 -134.5 -215t-59.5 -246h379zM1516 1706q-103 93 -228.5 147t-263.5 65v-766h258q11 155 70.5 297t163.5 257zM896 1918q-138 -11 -263.5 -65t-228.5 -147q104 -115 163.5 -257t70.5 -297h258v766zM315 563q85 97 134.5 215t59.5 246h-379q11 -127 57.5 -245t127.5 -216zM509 1152q-10 128 -59.5 246t-134.5 215q-81 -98 -127.5 -216t-57.5 -245h379zM404 470q103 -93 228.5 -147t263.5 -65v766h-258q-11 -155 -70.5 -297t-163.5 -257zM1024 258q138 11 263.5 65t228.5 147q-104 115 -163.5 257t-70.5 297h-258v-766z" + }, + { + Name: "CollegeFootball", + Code: "EB26", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1920 1536q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-68 0 -135 -6.5t-133 -19.5l626 -626q13 66 19.5 133t6.5 135zM128 512q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q68 0 135 6.5t133 19.5l-626 626q-13 -66 -19.5 -133t-6.5 -135zM925 190q167 51 314.5 140.5t268 210t210 268t140.5 314.5l-735 735q-167 -51 -314.5 -140.5t-268 -210t-210 -268t-140.5 -314.5zM1235 1325l90 -90l-512 -512l-90 90z" + }, + { + Name: "ProFootball", + Code: "EB27", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1261 1453l192 -192l-90 -90l-51 50l-101 -101l50 -51l-90 -90l-51 51l-102 -102l51 -51l-90 -90l-51 50l-101 -101l50 -51l-90 -90l-192 192l90 90l51 -50l101 101l-50 51l90 90l51 -51l102 102l-51 51l90 90l51 -50l101 101l-50 51z" + }, + { + Name: "ProHockey", + Code: "EB28", + Path: "M1324 2048q78 0 149.5 -23t127.5 -79l345 -345q56 -56 79 -127.5t23 -149.5q0 -104 -34 -216t-95 -224.5t-144 -222t-181 -207.5t-207.5 -181t-222 -144t-224.5 -95t-216 -34q-77 0 -149 23t-128 79l-345 345q-56 56 -79 127.5t-23 149.5q0 104 34 216t94.5 225t144 222t181.5 207t207 181.5t222 144t225 94.5t216 34zM128 721q0 -121 65.5 -184t185.5 -63q90 0 189.5 31.5t200.5 87.5t200 132t188.5 165.5t165.5 188.5t132 200t87.5 200.5t31.5 189.5q0 121 -64 186t-185 65q-91 0 -190.5 -31.5t-201 -87.5t-200.5 -132.5t-188.5 -166t-165.5 -189t-132 -200.5t-87.5 -201t-31.5 -191zM721 128q91 0 191 31.5t201.5 87.5t201 132t189 165.5t165.5 189t132 201t87.5 201.5t31.5 191q0 51 -14.5 98.5t-50.5 84.5l-152 153q-2 -103 -36.5 -214.5t-95 -223t-143.5 -219.5t-180.5 -205.5t-205.5 -180.5t-219.5 -143.5t-223 -95.5t-214.5 -36l153 -152q37 -36 84.5 -50.5t98.5 -14.5z" + }, + { + Name: "Rugby", + Code: "EB2D", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1536 1920q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -60 18 -117t53 -105l1559 1559q-48 35 -105 53t-117 18zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 60 -18 117t-53 105l-1559 -1559q48 -35 105 -53t117 -18z" + }, + { + Name: "SubstitutionsIn", + Code: "EB31", + Path: "M1045 2048l875 -1278h-512v-770h-770v770h-510zM1280 898h397l-635 927l-665 -927h389v-770h514v770z" + }, + { + Name: "Tennis", + Code: "EB33", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 1920q-123 0 -237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -65 9 -128q122 2 219.5 49t173.5 123t131.5 174t94.5 203q24 66 54.5 130.5t67.5 125t81.5 116t97.5 102.5q-8 1 -16.5 1h-16.5zM165 769q32 -108 90 -204t136 -174t174 -136t204 -90q8 140 62.5 252t141 199t197.5 151t233 109q66 24 138 60t139 82.5t123 102.5t90 121q-30 120 -90.5 225t-145.5 190t-190 145.5t-225 90.5q-65 -34 -121 -90t-102.5 -123t-82.5 -139t-60 -138q-45 -122 -109 -233t-151 -197.5t-199 -141t-252 -62.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238v16.5t-1 16.5q-47 -53 -102.5 -97.5t-116 -81.5t-125 -67.5t-130.5 -54.5q-105 -39 -203 -94.5t-174 -131.5t-123 -173.5t-49 -219.5q63 -9 128 -9z" + }, + { + Name: "Arrivals", + Code: "EB34", + Path: "M1920 832q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1600l-128 512h384l32 -128h256l-160 640h320l320 -640h576q40 0 75 -15t61 -41t41 -61t15 -75zM228 768h1500q26 0 45 19t19 45t-19 45t-45 19h-655q-78 162 -158.5 320.5t-161.5 319.5h-77q40 -161 79.5 -320t80.5 -320h-520l-16 64l-16 64h-120zM2048 384v-128h-1408v128h1408z" + }, + { + Name: "SecurityCamera", + Code: "EB35", + Path: "M1833 1123l-71 18l-234 -469l-632 158v-702h-896v128h768v606l-128 32v-510h-640v128h512v414l-462 115q57 224 112 446t111 446l1747 -437zM366 1777l-36 -146l1413 -354l-13 -54l13 54l21 -5l70 139zM1635 1172l-1336 334l-93 -371l1253 -314z" + }, + { + Name: "Design", + Code: "EB3C", + Path: "M1280 1920h768v-1920h-2048v2011l1280 -1280v1189zM128 128h1573l-1573 1573v-1573zM1755 256l128 -128h37v1664h-512v-128h256v-128h-256v-128h256v-128h-256v-128h384v-128h-384v-128h256v-128h-256v-128h256v-128h-165l128 -128h165v-128h-37zM384 987l603 -603h-603v603zM512 677v-165h165z" + }, + { + Name: "Website", + Code: "EB41", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1621 1008l48 144h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74zM1157 1152h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74l48 -144zM645 1152h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74l48 -144z" + }, + { + Name: "Drop", + Code: "EB42", + Path: "M1606 882q58 -114 58 -242q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 127 56 241l579 1167z" + }, + { + Name: "HistoricalWeather", + Code: "EB43", + Path: "M128 384h1920v-128h-2048v1536h128v-441l525 263l340 -340l459 -115l487 486l90 -90l-537 -538l-565 141l-300 300l-499 -249v-297l520 115l519 -259h354l434 217l58 -114l-462 -231h-414l-505 253l-504 -112v-397v0z" + }, + { + Name: "SkiResorts", + Code: "EB45", + Path: "M1472 1408l574 -1152h-2046l768 1536l447 -897zM1472 1121l-185 -369l47 -95l111 111h203zM898 1245l-130 260l-130 -260l130 -130zM207 384h1121l-370 740l-190 -191l-191 191zM1470 384h369l-127 256h-213l-104 -104z" + }, + { + Name: "Snowflake", + Code: "EB46", + Path: "M1871 772l33 -124l-200 -53l53 -201l-124 -33l-63 237l-546 315v-631l173 -173l-90 -90l-147 146l-147 -146l-90 90l173 173v631l-546 -315l-63 -237l-124 33l53 201l-200 53l33 124l237 -63l546 315l-546 315l-237 -63l-33 124l200 53l-53 201l124 33l63 -237l546 -315v631l-173 173l90 90l147 -146l147 146l90 -90l-173 -173v-631l546 315l63 237l124 -33l-53 -201l200 -53l-33 -124l-237 63l-546 -315l546 -315l237 63v0z" + }, + { + Name: "BusSolid", + Code: "EB47", + Path: "M1920 1408v-256h-128v-960v-64q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64v960h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1280q40 0 75 -15t61 -41t41 -61t15 -75v-320h128zM256 896h640v512h-640v-512zM512 576q0 26 -19 45t-45 19t-45 -19t-19 -45v-64h128v64zM1664 384h-1408v-128h1408v128zM1536 512v64q0 26 -19 45t-45 19t-45 -19t-19 -45v-64h128zM1664 1408h-640v-512h640v512z" + }, + { + Name: "FerrySolid", + Code: "EB48", + Path: "M1768 256h152v-128h-216q-12 -24 -29 -47t-38 -41t-46 -29t-55 -11q-41 0 -71 9.5t-53.5 23.5t-42 30.5t-37 30.5t-38.5 23.5t-46 9.5t-46 -9.5t-38 -23t-36.5 -30t-41.5 -30t-53.5 -23t-72.5 -9.5t-72.5 9.5t-53.5 23t-41.5 30t-36.5 30t-38 23t-46 9.5t-46 -9.5t-38.5 -23.5t-37 -30.5t-42 -30.5t-53.5 -23.5t-71 -9.5q-31 0 -56 10.5t-45.5 28.5t-37 41t-29.5 48l-2 3l-214 -3v128h152l-152 305v157l256 85v477h152l128 256h232v256h384v-256h232l128 -256h152v-477l256 -85v-157zM896 1536h128v128h-128v-128zM1536 846v306h-1152v-306l576 192z" + }, + { + Name: "EndPointSolid", + Code: "EB4B", + Path: "M256 0v2048h768v-1024h-640v-1024h-128zM1152 1792h768v-1024h-768v1024z" + }, + { + Name: "AirplaneSolid", + Code: "EB4C", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-544l-384 -768h-266l256 768h-662l-67 -128h-189l108 320l-108 320h189l67 -128h662l-256 768h266l384 -768h544z" + }, + { + Name: "TrainSolid", + Code: "EB4D", + Path: "M1882 0h-181l-256 256h-843l-256 -256h-181l259 258q-36 4 -67 21t-53.5 42.5t-35 58t-12.5 68.5v1408q0 40 15 75t41 61t61 41t75 15h1152q40 0 75 -15t61 -41t41 -61t15 -75v-1408q0 -36 -13 -68.5t-35.5 -58t-53 -42.5t-66.5 -21zM768 1664h512v128h-512v-128zM1664 896v512h-1280v-512h1280zM576 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1472 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "Heart", + Code: "EB51", + Path: "M1504 1920q113 0 212 -43t173 -116.5t116.5 -173t42.5 -211.5q0 -109 -41.5 -209t-117.5 -176l-865 -864l-865 864q-76 76 -117.5 176t-41.5 209q0 112 42.5 211.5t116.5 173t173 116.5t212 43q83 0 148 -19t120.5 -52.5t106 -80.5t105.5 -103q55 56 105.5 103t106 80.5t120.5 52.5t148 19zM1798 1082q59 59 90 135t31 159q0 87 -32 162.5t-88.5 131t-132 87t-162.5 31.5q-84 0 -149 -26.5t-120 -69.5t-105.5 -97.5t-105.5 -110.5q-54 54 -105 109t-106.5 99t-121 72t-147.5 28q-86 0 -162 -32.5t-132.5 -89t-89 -132.5t-32.5 -162q0 -83 31.5 -159t90.5 -135l774 -774z" + }, + { + Name: "HeartFill", + Code: "EB52", + Path: "M1889 1761q53 -53 88.5 -116t53 -131t17.5 -138.5t-17.5 -138t-53 -130.5t-88.5 -116l-865 -864l-865 864q-53 53 -88.5 116t-53 130.5t-17.5 138t17.5 138.5t53 131t88.5 116q78 77 177 118t208 41t208 -41t177 -118l95 -96l95 96q78 77 177 118t208 41t208 -41t177 -118z" + }, + { + Name: "Ticket", + Code: "EB54", + Path: "M2048 1152q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-512h-2048v512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10v512h2048v-512zM1920 1536h-1792v-290q60 -35 94 -94t34 -128t-34 -128t-94 -94v-290h1792v290q-60 35 -94 94t-34 128t34 128t94 94v290z" + }, + { + Name: "WifiWarning4", + Code: "EB63", + Path: "M576 1152l576 -1152h-1152zM971 112l-395 790l-395 -790h790zM512 640h128v-320h-128v320zM512 256h128v-128h-128v128zM1728 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM763 1135q109 126 241 224t280 166t308.5 103.5t327.5 35.5v-128q-160 0 -313.5 -35.5t-293.5 -102.5t-264 -165t-224 -222zM954 754q80 123 186 220.5t230.5 165.5t263.5 104t286 36v-128q-141 0 -273.5 -37t-248.5 -106.5t-212.5 -168t-163.5 -221.5zM1175 312q32 128 102.5 235.5t169.5 185t220 120.5t253 43v-128q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-13z" + }, + { + Name: "Devices4", + Code: "EB66", + Path: "M2048 384h-256v-256h-896v256h-256v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h128v384h640v256h-1152v-640h162q-34 -60 -34 -128h-165l-211 -211q-8 -8 -8 -19t7.5 -18.5t18.5 -7.5h358v-128h-358q-32 0 -60 12t-49 33t-33 49t-12 60q0 31 11.5 59.5t33.5 50.5l211 211v805h1408v-384h128v-384h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640zM1024 1152h640v256h-640v-256zM1664 512h-640v-256h640v256zM1920 1024h-1152v-512h128v128h896v-128h128v512zM960 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "NUIFace", + Code: "EB68", + Path: "M1019 473q-101 0 -199.5 26t-187 74.5t-163.5 117.5t-127 156q-17 26 -17 56q0 21 8 40t22.5 33t33 22t39.5 8q28 0 50 -13t38 -36q94 -136 220.5 -207t295.5 -71q160 0 286.5 74.5t215.5 203.5q15 22 35.5 35.5t48.5 13.5q45 0 76 -28t31 -75q0 -15 -4 -27.5t-12 -25.5q-24 -44 -57.5 -82t-69.5 -73q-115 -109 -260 -165.5t-303 -56.5zM815 1469q0 -33 -13 -63t-35 -52.5t-51.5 -35.5t-63.5 -13t-63.5 13t-51.5 35t-35 51.5t-13 63.5t12.5 64t34.5 52.5t51.5 35.5t63.5 13t63.5 -13t52 -35.5t35.5 -52t13 -63.5zM1235 1469q0 34 13 64t35 52t52 35t64 13t63.5 -13t51.5 -35.5t34.5 -52t12.5 -63.5t-13 -63.5t-35 -52t-51.5 -35.5t-63.5 -13t-63.5 13t-51.5 35.5t-35 52t-13 63.5z" + }, + { + Name: "AzureIcon", + Code: "EB6A", + Path: "M1197 1705l851 -1475h-1581l968 171l-497 592zM1129 1818l-659 -1414h-470l521 903z" + }, + { + Name: "BingLogo", + Code: "EB6B", + Path: "M1779 734q0 -106 -38 -203t-110 -174l22 27q-23 -32 -57 -60.5t-72.5 -54t-78 -48t-72.5 -42.5q-53 -32 -103.5 -64t-103 -57.5t-109 -41.5t-121.5 -16q-106 0 -199.5 37.5t-166.5 103t-121 154.5t-61 193q-2 11 -3 23t-1 23v1432q0 34 24 58t58 24q14 0 24.5 -3.5t21.5 -10.5q65 -41 128 -83t127 -84l-2 1q1 0 2 -1q51 -36 79 -88t28 -115v-1272l-1 -1l1 1v2q148 85 293 172t292 174q11 7 22.5 13.5t23.5 13.5q-60 25 -123.5 42t-123.5 42q-35 15 -56 40.5t-35.5 56.5t-25 65t-24.5 65q-4 9 -12.5 29.5t-18.5 45.5t-20.5 52.5t-19.5 52.5t-14.5 44.5t-5.5 28.5q0 32 21.5 54.5t54.5 22.5q16 0 31 -6q28 -12 55.5 -26t54.5 -28q34 -17 84.5 -42.5t102 -54t98 -57.5t73.5 -53q86 -78 132 -184.5t46 -222.5z" + }, + { + Name: "MSNLogo", + Code: "EB6C", + Path: "M1260 1350q0 -149 -23.5 -293.5t-70.5 -287.5q-23 -71 -44.5 -140t-46 -134.5t-54.5 -126.5t-70 -116t-93 -104.5t-124 -90.5q-45 -26 -94 -41.5t-101 -15.5q-56 0 -97 18.5t-68 51.5t-40.5 77.5t-13.5 97.5q0 67 26 139t68 139t96 123t110 91q7 4 13 6.5t14 2.5q5 0 22 -6.5t39.5 -17t48.5 -23t49.5 -24t42.5 -21t28 -13.5q14 -6 27.5 -9.5t27.5 -8.5l4 8l-52 40t-51 42q-136 117 -222 257t-122 316q-13 65 -22.5 130t-9.5 131q0 14 0.5 27.5t1.5 27.5q3 47 14 98.5t30 101t46.5 94t64.5 78.5t83 54t102 20q45 0 88 -13.5t82 -36.5q72 -42 125.5 -110t89.5 -148.5t54.5 -167.5t20.5 -166q1 -14 1 -28v-28zM1763 1462q22 0 36 -10t21.5 -25t10.5 -34t3 -37q0 -81 -32 -168.5t-80.5 -172.5t-105 -162t-104.5 -138q-35 -44 -76 -78.5t-95 -52.5l3 -7h90q-10 -68 -22.5 -128.5t-33.5 -117t-53.5 -109t-81.5 -103.5q-9 -9 -22 -20t-27.5 -20.5t-30 -16t-28.5 -6.5q-22 0 -36 12.5t-21.5 31t-10.5 39.5t-3 38q0 35 14.5 92t37.5 125.5t51.5 142t56.5 142t52.5 126.5t39.5 94q45 106 97 208.5t126 190.5q29 34 62.5 65.5t67.5 60.5q17 14 44.5 26t49.5 12z" + }, + { + Name: "OutlookLogoInverse", + Code: "EB6D", + Path: "M672 1021q0 -39 -9 -74.5t-28 -63.5t-50 -44.5t-74 -16.5q-42 0 -72 17.5t-49 46t-28 64.5t-9 73q0 38 9 74.5t28.5 65t50.5 46t74 17.5q44 0 74 -18t48.5 -47t26.5 -65.5t8 -74.5zM2048 1024v-800q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v288h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h555v294q0 38 26 64t64 26h1100q38 0 64 -26t26 -64v-38v-670l106 -61h1q9 -6 15 -16t6 -21zM1536 1728v-256h256v256h-256zM1536 1344v-256h256v256h-256zM1536 960v-156l260 156h-260zM1088 1728v-256h320v256h-320zM1088 1344v-256h320v256h-320zM1088 960v-173l206 -128l114 68v233h-320zM768 1728v-192h171q5 0 10.5 -1t10.5 -3v196h-192zM510 684q77 0 137 26.5t101 73t62.5 109.5t21.5 137q0 71 -21 132t-61 106t-98 70.5t-132 25.5q-79 0 -140 -25.5t-103 -72t-63.5 -110.5t-21.5 -140q0 -72 22 -133t63 -105t100 -69t133 -25zM640 256h1057l-673 420v-79q0 -35 -25 -60t-60 -25h-299v-256zM1920 267v618l-504 -302z" + }, + { + Name: "OfficeLogo", + Code: "EB6E", + Path: "M1792 1643v-1238q0 -65 -38 -115.5t-101 -68.5l-555 -159q-11 -3 -23.5 -4.5t-23.5 -1.5q-32 0 -58 8.5t-53 23.5l-363 205q-20 11 -31.5 29.5t-11.5 41.5q0 35 24.5 59.5t59.5 24.5h470v1142l-353 -126q-43 -15 -69 -53t-26 -83v-651q0 -40 -20 -73.5t-55 -52.5l-167 -91q-23 -12 -46 -12q-40 0 -68 28t-28 68v917q0 50 26.5 96t70.5 71l596 339q20 11 43 17t46 6q17 0 30.5 -2.5t29.5 -7.5l555 -153q31 -9 56.5 -26.5t44 -42t28.5 -54t10 -61.5zM1664 405v1238q0 22 -13 38.5t-34 22.5l-273 75q-32 9 -64 18.5t-64 17.5v-1586l401 115q21 6 34 22.5t13 38.5z" + }, + { + Name: "SkypeLogo", + Code: "EB6F", + Path: "M1894 897q35 -63 53.5 -132.5t18.5 -141.5q0 -116 -44 -218t-120 -177.5t-178 -119.5t-218 -44q-75 0 -147.5 20t-137.5 58q-26 -3 -53 -5t-53 -2q-122 0 -235.5 31.5t-212 89t-180 138t-139 179t-89.5 212t-32 235.5q0 32 3 64.5t8 64.5q-36 63 -55 133.5t-19 142.5q0 116 44 218t120.5 177.5t178.5 119.5t218 44q78 0 153.5 -21.5t141.5 -62.5q24 2 47.5 3.5t47.5 1.5q122 0 235.5 -31.5t212 -89t180 -138t139 -179t89.5 -212t32 -235.5q0 -31 -2.5 -61.5t-6.5 -61.5zM1375 803q0 64 -21.5 112t-57 84t-81 62.5t-93 47t-93 38.5t-81 36.5t-57 40.5t-21.5 52q0 29 14 48t36 30.5t47.5 16.5t49.5 5q27 0 49.5 -3t44 -9t43 -14.5t45.5 -18.5q25 -10 47 -10q43 0 67.5 28t24.5 70q0 33 -16.5 56.5t-43 40t-60.5 26.5t-68.5 15t-67 7t-55.5 2q-68 0 -138 -16.5t-127 -52.5t-93.5 -92t-36.5 -135q0 -63 21.5 -110.5t57 -83t81 -62t93 -47.5t93 -39.5t81 -38t57 -43t21.5 -54.5t-13 -51t-33 -31t-46 -15.5t-51 -4.5q-47 0 -82 11.5t-64 25t-56 25t-57 11.5q-44 0 -72.5 -25.5t-28.5 -70.5q0 -36 19 -62.5t49.5 -45t69.5 -30t78 -18t75.5 -9t62.5 -2.5q73 0 143 15.5t124 51t87 93.5t33 143z" + }, + { + Name: "Door", + Code: "EB75", + Path: "M1664 2048v-2048h-1280v2048h1280zM1536 1920h-1024v-1792h1024v1792zM1344 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "EditMirrored", + Code: "EB7E", + Path: "M0 1713q0 -66 25 -128t73 -110l1317 -1317l633 -158l-158 633l-1317 1317q-48 48 -110 73t-128 25q-69 0 -130 -26.5t-106.5 -72t-72 -106.5t-26.5 -130zM1722 620q-106 -35 -182.5 -111.5t-111.5 -182.5l-1081 1082l293 293zM1872 176l-329 82q10 46 32.5 87t54.5 73t73 54.5t87 32.5zM256 1499q-25 25 -48 47t-41 46.5t-28.5 53t-10.5 66.5q0 43 16.5 80.5t45 66t66 45t80.5 16.5q38 0 66.5 -10.5t53 -28.5t46.5 -41t47 -48z" + }, + { + Name: "GiftCard", + Code: "EB8E", + Path: "M1936 1792q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5v-1184q0 -23 -9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9h-1824q-23 0 -43.5 9t-35.5 24t-24 35.5t-9 43.5v1184q0 23 9 43.5t24 35.5t35.5 24t43.5 9h1824zM1920 1664h-1280v-139q33 11 64 11q40 0 75 -15t61 -41t41 -61t15 -75q0 -31 -11 -64h1035v384zM384 1344q0 -26 19 -45t45 -19h64v64q0 26 -19 45t-45 19t-45 -19t-19 -45zM704 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45v-64h64zM128 1664v-384h139q-11 33 -11 64q0 40 15 75t41 61t61 41t75 15q31 0 64 -11v139h-384zM128 512h384v549l-147 -146l-90 90l146 147h-293v-640zM1920 512v640h-1189l146 -147l-90 -90l-147 146v-549h1280z" + }, + { + Name: "DoubleBookmark", + Code: "EB8F", + Path: "M1792 2048v-1767l-256 128v-385l-640 320l-640 -320v1768h256v256h1280zM1408 232v1432h-1024v-1432l512 256zM1664 488v1432h-1024v-128h896v-1240z" + }, + { + Name: "StatusErrorFull", + Code: "EB90", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1137 1024l342 342l-113 113l-342 -342l-342 342l-113 -113l342 -342l-342 -342l113 -113l342 342l342 -342l113 113z" + }, + { + Name: "Certificate", + Code: "EB95", + Path: "M896 768q0 -82 -33.5 -156.5t-94.5 -129.5v-458l-256 128l-256 -128v458q-61 55 -94.5 129.5t-33.5 156.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM640 406q-61 -22 -123 -22q-70 0 -133 22v-174l128 64l128 -64v174zM1920 1499v-1499h-1024v128h896v1280h-512v512h-896v-624q-33 -8 -65.5 -20t-62.5 -28v800h1115zM1701 1536l-293 293v-293h293z" + }, + { + Name: "FastForward", + Code: "EB9D", + Path: "M1152 1669l806 -645l-806 -650v1295zM1280 1403v-762l474 383zM256 374v1295l806 -645zM384 1403v-762l474 383z" + }, + { + Name: "Rewind", + Code: "EB9E", + Path: "M896 374l-806 650l806 645v-1295zM768 641v762l-474 -379zM986 1024l806 645v-1295zM1664 641v762l-474 -379z" + }, + { + Name: "Photo2", + Code: "EB9F", + Path: "M2048 1792v-1536h-2048v1536h2048zM128 1664v-677l448 447l640 -640l256 256l448 -447v1061h-1792zM128 384h1317l-869 870l-448 -449v-421zM1920 384v37l-448 449l-166 -166l321 -320h293zM1600 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "OpenSource", + Code: "EBC2", + Path: "M1792 1344q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 40v782q-56 11 -103 40t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM384 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM768 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1472 1152q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "Movers", + Code: "EBCD", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1667l597 -598l-91 -90l-440 440v-1035h-128v1040l-446 -446l-90 90z" + }, + { + Name: "CloudDownload", + Code: "EBD3", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128v-128h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1152 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v677h128v-677z" + }, + { + Name: "Family", + Code: "EBDA", + Path: "M1790 331q98 -48 162.5 -135.5t80.5 -195.5h-110q-11 57 -41 106t-73 84.5t-97 55.5t-112 20q-59 0 -112.5 -20t-96.5 -55.5t-73 -84.5t-41 -106h-110q16 108 80.5 195.5t162.5 135.5q-57 45 -88.5 109t-31.5 136q0 45 12.5 87.5t36 79t56.5 66t74 48.5q-27 39 -62 69.5t-76 52.5t-86.5 33.5t-92.5 11.5q-80 0 -153 -31.5t-127 -90.5q24 -65 24 -134q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q85 0 161.5 -36t131.5 -100q26 25 56.5 45.5t62.5 37.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q70 -37 126.5 -90t94.5 -123q64 0 120.5 -24.5t98.5 -66.5t66 -98.5t24 -120.5q0 -72 -31.5 -136t-88.5 -109zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM896 1408q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1600 778q-42 0 -78.5 -16t-64 -43.5t-43.5 -64t-16 -78.5t16 -78.5t43.5 -64t64 -43.5t78.5 -16t78.5 16t64 43.5t43.5 64t16 78.5t-16 78.5t-43.5 64t-64 43.5t-78.5 16z" + }, + { + Name: "WindDirection", + Code: "EBE6", + Path: "M1024 2048l683 -2048l-683 683l-683 -683l683 2048v0z" + }, + { + Name: "Bug", + Code: "EBE8", + Path: "M1608 1151q65 -2 122 -27.5t99 -68.5t66.5 -100.5t24.5 -122.5v-192h-128v192q0 32 -10.5 61.5t-29 54t-44.5 42t-57 26.5q6 -29 9.5 -59.5t3.5 -60.5v-256q0 -7 -1 -13t-2 -13l6 6q60 -60 92 -138t32 -163t-32 -162.5t-92 -137.5l-90 90q42 42 64 95.5t22 113.5q0 68 -31 132q-31 -100 -90.5 -183t-139.5 -142t-176.5 -92t-201.5 -33t-201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1536 896q0 104 -41 197t-110.5 163t-162.5 111t-198 41t-198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199v256z" + }, + { + Name: "SiteScan", + Code: "EBEC", + Path: "M2048 1920v-1031q-28 28 -60.5 50.5t-67.5 39.5v429h-1792v-1024h1088l-128 -128h-1088v1664h2048zM1920 1536v256h-1792v-256h1792zM1411 582q0 66 25 123t68 99.5t100.5 66.5t123.5 24q67 0 125 -25t101 -68.5t68 -101.5t25 -125q0 -65 -24.5 -122.5t-66.5 -100.5t-99 -68t-123 -25q-48 0 -94 13.5t-87 38.5l-201 -201q-23 -23 -45 -46.5t-46 -44.5q-10 -9 -19.5 -14t-23.5 -5q-26 0 -46 20t-20 46q0 14 5 23.5t14 19.5q21 24 44.5 46t46.5 45q51 51 100.5 101t100.5 101q-25 41 -38.5 86.5t-13.5 93.5zM1539 570q0 -38 14.5 -71t39 -58t58 -39t71.5 -14q39 0 74.5 15.5t63.5 42.5t44.5 62t16.5 74q0 36 -15.5 69.5t-41.5 60t-60 42t-70 15.5q-39 0 -74.5 -16.5t-62 -44.5t-42.5 -63.5t-16 -74.5z" + }, + { + Name: "BrowserScreenShot", + Code: "EBED", + Path: "M2048 1920v-896h-128v384h-1792v-1024h512v-128h-640v1664h2048zM1920 1536v256h-1792v-256h1792zM1755 896h293v-896h-1280v896h293l128 128h438zM1920 768h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM1408 768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "F12DevTools", + Code: "EBEE", + Path: "M2048 1792v-1280h-86l-128 128h86v1024h-1792v-1024h512v-128h-640v1280h2048zM1781 512h-576q-218 -219 -437 -437v1450zM1472 640l-576 576v-832l256 256h320z" + }, + { + Name: "CSS", + Code: "EBEF", + Path: "M1792 984l128 128v-856h-1920v1664h1631q-40 -26 -73 -60.5t-66 -67.5h-1364v-256h1108l-128 -128h-980v-1024h1664v600zM1848 1792q42 0 78 -15.5t63 -42t42.5 -62.5t15.5 -78q0 -33 -8 -57.5t-21.5 -45.5t-32 -40.5t-39.5 -40.5l-128 -128l-541 -542q-6 -48 -28 -89.5t-56 -71.5t-77.5 -47.5t-91.5 -17.5h-640v126h256q27 0 50 10.5t40.5 28.5t27.5 41.5t10 49.5q0 48 17.5 91.5t47.5 77.5t71.5 56t89.5 28l387 387l326 325q28 28 64.5 42.5t76.5 14.5zM1024 642q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -69 -35 -128h163zM1362 1007q-21 29 -46.5 55t-54.5 46l-115 -115q66 -35 101 -101zM1899 1543q21 21 21 51q0 29 -21 50t-51 21q-31 0 -51 -20l-445 -445q58 -43 102 -101z" + }, + { + Name: "JS", + Code: "EBF0", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM1493 587q0 36 -25.5 60.5t-64.5 45.5t-83.5 41.5t-83.5 48.5t-64.5 67.5t-25.5 97.5q0 55 25 94t65 63.5t88.5 35.5t95.5 11q19 0 41.5 -1t45 -3.5t44 -7.5t39.5 -14v-122q-35 26 -77 35.5t-85 9.5q-23 0 -49.5 -4t-49.5 -15t-38 -30t-15 -48q0 -26 10 -44t30 -33q26 -20 56.5 -33t59.5 -27q34 -16 68 -38t61.5 -49.5t44.5 -62t17 -76.5q0 -60 -25 -99.5t-65 -63t-90 -33t-100 -9.5q-18 0 -45.5 3t-56 8.5t-54.5 13t-40 17.5v127q17 -15 40.5 -27.5t49.5 -21.5t52.5 -13.5t49.5 -4.5q25 0 52.5 3.5t50 14.5t37 31t14.5 52zM767 384q-41 0 -79.5 12.5t-70.5 36t-56.5 56t-36.5 71.5l103 32q16 -43 51.5 -71.5t83.5 -28.5q38 0 61.5 18.5t36 47t17 61.5t4.5 63v458h123v-477q0 -56 -14 -107t-43 -89t-73.5 -60.5t-106.5 -22.5z" + }, + { + Name: "Transportation", + Code: "EBF1", + Path: "M960 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1654 1152q41 0 79.5 -12.5t70 -35.5t55.5 -55.5t37 -71.5q2 -8 14.5 -45.5t29.5 -89t36 -109.5t35 -107t26.5 -81.5l10.5 -32.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-640q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64h1l2 320h-131q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64v704h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1024q40 0 75 -15t61 -41t41 -61t15 -75v-320h128v-256h-128v-128h118zM1775 936q-14 40 -46.5 64t-74.5 24h-620q-42 0 -74.5 -24t-46.5 -64l-56 -168h974zM765 896h-509v-256h128q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h167zM768 1536h-512v-512h512v512zM896 1109q31 20 66 31.5t72 11.5h374v384h-512v-427zM320 1920q-26 0 -45 -19t-19 -45v-192h1152v192q0 26 -19 45t-45 19h-1024zM1920 256v246l-3 10t-8 24t-11 31.5t-11 32.5t-8.5 26t-4.5 14h-1060q-1 -3 -4.5 -14t-8.5 -26t-11 -32t-11 -31.5t-8 -24.5l-3 -10v-246h320l64 128h384l64 -128h320z" + }, + { + Name: "DeliveryTruck", + Code: "EBF4", + Path: "M2048 512h-524q-10 -29 -28 -52.5t-41.5 -40t-52 -26t-58.5 -9.5t-58.5 9.5t-52 26t-41.5 40t-28 52.5h-536q-10 -29 -28 -52.5t-41.5 -40t-52 -26t-58.5 -9.5t-58.5 9.5t-52 26t-41.5 40t-28 52.5h-268v1152h1408v-128h360l280 -561v-463zM128 640h140q10 28 28 52t41.5 40.5t52 26t58.5 9.5t58.5 -9.5t52 -26t41.5 -40.5t28 -52h536q14 41 44.5 71.5t71.5 44.5v780h-1152v-896zM448 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1344 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1920 945l-232 463h-280v-652q41 -14 71.5 -44.5t44.5 -71.5h396v305z" + }, + { + Name: "ReminderPerson", + Code: "EBF7", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1595 523q-111 122 -259 183.5t-312 61.5q-108 0 -206.5 -27t-184 -76.5t-155 -119t-119 -155t-76.5 -184t-27 -206.5h-128q0 143 41.5 275t118.5 243t186.5 195t244.5 132q-78 42 -140 102t-105.5 133t-66.5 156t-23 172q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -89 -23.5 -172t-67 -156t-105.5 -133t-140 -102q102 -36 192 -95.5t163 -138.5zM512 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199z" + }, + { + Name: "ReminderGroup", + Code: "EBF8", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM736 586q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q94 0 175 -42.5t135 -117.5q38 76 98 136t136 98q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -94 -42.5 -175t-117.5 -135zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM256 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "ReminderTime", + Code: "EBF9", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1024 1664v-512h384v-128h-512v640h128zM960 256q16 0 32 1l32 2l114 -114q-45 -8 -89 -12.5t-89 -4.5q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -50 -6 -101l-168 -169q46 133 46 270q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30z" + }, + { + Name: "TabletMode", + Code: "EBFC", + Path: "M1920 1013q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5v-256q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-110 0 -208.5 39t-175.5 108t-127 162.5t-62 202.5h-771q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-779zM896 768q0 53 20 99.5t55 81.5t81.5 55t99.5 20v320q0 40 15 75t41 61t61 41t75 15t74.5 -15t60.5 -41t41 -61t15 -75q0 -81 0.5 -160t0.5 -160h256v768h-1664v-1152h768v128zM1920 832q0 26 -19 45t-45 19h-448v448q0 26 -19 45t-45 19t-45 -19t-19 -45v-768q0 -26 -19 -45t-45 -19t-45 19t-19 45v320q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-192q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5v256z" + }, + { + Name: "Umbrella", + Code: "EC04", + Path: "M960 1920q183 0 351.5 -66.5t302.5 -191.5q137 -128 211 -285.5t91 -343.5q0 -2 0.5 -3.5t0.5 -3.5q0 -12 -4.5 -23.5t-13 -20.5t-19.5 -14.5t-23 -5.5q-6 0 -14.5 1.5t-14.5 3.5q-8 4 -14 8.5t-12 11.5q-41 48 -89 74.5t-113 26.5q-61 0 -115 -27.5t-90 -76.5q-9 -12 -15.5 -24.5t-13.5 -25.5q-9 -17 -24 -27.5t-35 -10.5h-54q-20 0 -35 10.5t-24 27.5q-15 28 -31.5 51t-36.5 41.5t-45 31.5t-57 22v-696q0 -52 -20.5 -98.5t-55.5 -81.5t-81.5 -55.5t-98.5 -20.5t-98.5 20.5t-81.5 55.5t-55.5 81.5t-20.5 98.5q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5q0 -26 10.5 -49t28 -40.5t40.5 -28t49 -10.5q25 0 48.5 10.5t41 28t28 40.5t10.5 49v696q-32 -9 -57 -22t-45 -31.5t-36.5 -41.5t-31.5 -51q-9 -17 -24 -27.5t-35 -10.5h-54q-20 0 -35 10.5t-24 27.5q-7 13 -13.5 25.5t-15.5 24.5q-36 49 -90 76.5t-115 27.5q-66 0 -113 -26.5t-89 -74.5q-11 -12 -22.5 -18.5t-28.5 -6.5q-26 0 -45 19.5t-19 45.5v4q11 125 50.5 240t104 213.5t150 179t188.5 137.5t220 88t244 31zM1600 1216q42 0 82.5 -9t78.5 -27q-37 135 -114.5 247.5t-183.5 193.5t-234.5 126t-268.5 45t-269 -45t-235 -126t-183 -193.5t-114 -247.5q38 18 78.5 27t82.5 9q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5t181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5z" + }, + { + Name: "NetworkTower", + Code: "EC05", + Path: "M1188 1254q45 43 69.5 99t24.5 119t-24.5 119t-69.5 99l89 92q64 -62 98.5 -141.5t34.5 -168.5t-34.5 -168.5t-98.5 -141.5zM1455 1966q50 -48 89.5 -105t66.5 -120t41 -131t14 -138t-14 -138t-41 -131t-66.5 -120t-89.5 -105l-89 92q83 80 127.5 183.5t44.5 218.5t-44.5 218.5t-127.5 183.5zM643 1162q-64 62 -98.5 141.5t-34.5 168.5t34.5 168.5t98.5 141.5l89 -92q-45 -43 -69.5 -99t-24.5 -119t24.5 -119t69.5 -99zM465 978q-50 48 -89.5 105t-66.5 120t-41 131t-14 138t14 138t41 131t66.5 120t89.5 105l89 -92q-83 -80 -127.5 -183.5t-44.5 -218.5t44.5 -218.5t127.5 -183.5zM1152 1472q0 -45 -19.5 -84.5t-54.5 -66.5l397 -1193h-134l-86 256h-590l-86 -256h-134l397 1193q-35 27 -54.5 66.5t-19.5 84.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75zM960 1536q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19zM960 1270l-125 -374h250zM1213 512l-86 256h-334l-86 -256h506z" + }, + { + Name: "CityNext", + Code: "EC06", + Path: "M1280 2011l640 -640v-1371h-128v1317l-384 384v-421h128v-1280h-384v384h-128v-384h-384v1280h384v128h-768v-1408h-128v1536h1024v-256h128v731zM1408 128v1024h-640v-1024h128v384h384v-384h128zM384 1152v128h128v-128h-128zM384 896v128h128v-128h-128zM384 640v128h128v-128h-128zM384 384v128h128v-128h-128zM384 128v128h128v-128h-128zM1280 1024v-128h-128v128h128zM1280 768v-128h-128v128h128zM1024 1024v-128h-128v128h128zM1024 768v-128h-128v128h128z" + }, + { + Name: "CityNext2", + Code: "EC07", + Path: "M512 1024h-128v256h128v-256zM768 1024h-128v256h128v-256zM1024 1024h-128v256h128v-256zM512 640h-128v256h128v-256zM768 640h-128v256h128v-256zM1024 640h-128v256h128v-256zM1408 1280q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5v-768h-128v768q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-128v-1152h-512v384h-128v-384h-512v1536h128v256h256v256h384v-256h256v-256h128v-256h128zM640 1792h128v128h-128v-128zM384 1536h640v128h-640v-128zM1152 1408h-896v-1280h256v384h384v-384h256v1280zM1408 896h256v-128h-256v128zM1408 640h256v-128h-256v128zM1408 384h256v-128h-256v128zM1408 128h256v-128h-256v128z" + }, + { + Name: "Section", + Code: "EC0C", + Path: "M1620 1472q23 0 46.5 -8.5t44 -23t36.5 -34t24 -41.5l277 -789h-2048l278 789q8 22 23.5 41.5t35.5 34t43.5 23t47.5 8.5h1192zM428 1344q-3 0 -7.5 -2.5t-9.5 -5.5t-8.5 -6.5t-4.5 -6.5l-217 -619h1686l-217 619q-1 3 -4.5 6.5t-8.5 6.5t-9.5 5.5t-7.5 2.5h-1192z" + }, + { + Name: "OneNoteLogoInverse", + Code: "EC0D", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM389 1109l242 -420h152v670h-148v-429l-233 429h-161v-670h148v420zM1920 256v256h-256v-256h256zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM1920 1408v384h-1280v-256h299q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-299v-256h896v1152h384z" + }, + { + Name: "ToggleFilled", + Code: "EC11", + Path: "M1582 558h-1116q-96 0 -181 37t-148 100t-100 148t-37 181t37 181t100 148t148 100t181 37h1116q96 0 181 -37t148 -100t100 -148t37 -181t-37 -181t-100 -148t-148 -100t-181 -37z" + }, + { + Name: "ToggleBorder", + Code: "EC12", + Path: "M1582 1490q96 0 181 -37t148 -100t100 -148t37 -181t-37 -181t-100 -148t-148 -100t-181 -37h-1116q-96 0 -181 37t-148 100t-100 148t-37 181t37 181t100 148t148 100t181 37h1116zM1582 652q77 0 145 29.5t118.5 80t80 118t29.5 144.5t-29.5 144.5t-80 118t-118.5 80t-145 29.5h-1116q-77 0 -145 -29.5t-118.5 -80t-80 -118t-29.5 -144.5t29.5 -144.5t80 -118t118.5 -80t145 -29.5h1116z" + }, + { + Name: "SliderThumb", + Code: "EC13", + Path: "M1365 1707v-1366q0 -70 -27 -132t-73.5 -108.5t-108.5 -73.5t-132 -27t-132 27t-108.5 73.5t-73.5 108.5t-27 132v1366q0 70 27 132t73.5 108.5t108.5 73.5t132 27t132 -27t108.5 -73.5t73.5 -108.5t27 -132z" + }, + { + Name: "ToggleThumb", + Code: "EC14", + Path: "M1031 2048q143 0 274 -36.5t244 -103t205 -160.5t157.5 -208t101 -245t35.5 -273q0 -140 -36.5 -270t-102.5 -243.5t-159 -207.5t-206 -160.5t-243 -103.5t-270 -37t-271 36.5t-245.5 103.5t-209 160.5t-162.5 207t-105.5 243.5t-37.5 271q0 143 37 274.5t104 245.5t161 207t208.5 159.5t246 103t274.5 36.5z" + }, + { + Name: "Documentation", + Code: "EC17", + Path: "M1920 1536v-1408h-1152v256h-256v256h-256v1408h731l256 -256h421v-256h256zM1024 1664h165l-165 165v-165zM1280 768v768h-384v384h-512v-1152h896zM1536 512v1152h-128v-1024h-768v-128h896zM1793 1408h-129v-1024h-768v-128h897v1152z" + }, + { + Name: "Badge", + Code: "EC1B", + Path: "M1792 1407q0 -23 12 -52.5t29.5 -59.5t36.5 -57t34 -44q72 -86 108 -178t36 -206q0 -108 -46.5 -200.5t-122.5 -166.5q-38 -37 -85 -71t-98.5 -62.5t-105 -50t-105.5 -34.5q-114 -28 -219.5 -64t-210.5 -89q-16 -8 -31 -8t-31 8q-105 53 -210.5 89t-219.5 64q-52 13 -105.5 34.5t-105 50t-98.5 62.5t-85 71q-76 74 -122.5 166.5t-46.5 200.5q0 114 36 205.5t108 178.5q14 17 33.5 44t37 57t29.5 59.5t12 52.5q0 66 -27 113.5t-75 89.5q-13 11 -19 23.5t-6 29.5q0 25 18 43l255 259q9 9 21.5 14t24.5 5q15 0 25 -5t21 -15q42 -38 87.5 -56t102.5 -18q37 0 78 8.5t79.5 25t72 40t56.5 54.5q11 14 23.5 22t30.5 8t30.5 -8t23.5 -22q22 -31 56 -54.5t72.5 -40t79.5 -25t78 -8.5q57 0 102.5 18t87.5 56q11 10 21 15t24 5q28 0 47 -19l255 -259q18 -18 18 -43q0 -17 -6 -29.5t-19 -23.5q-48 -42 -75 -89.5t-27 -113.5zM1024 200q81 42 165.5 72.5t171.5 53.5q24 7 48 12t48 12q52 14 106.5 37.5t105.5 55t97 71t80 86.5t54 101t20 114q0 73 -15.5 123t-41 91.5t-58.5 82t-67 94.5q-14 21 -27 45.5t-23.5 50.5t-17 52.5t-6.5 52.5q0 72 25.5 138t73.5 119l-167 169q-51 -36 -110.5 -53.5t-121.5 -17.5q-41 0 -88 9t-92.5 25t-87.5 39t-72 51q-31 -28 -72.5 -51t-87.5 -39t-92.5 -25t-87.5 -9q-62 0 -121.5 17.5t-110.5 53.5l-167 -169q48 -53 73.5 -119t25.5 -138q0 -26 -6.5 -52.5t-17 -52.5t-24 -50.5t-26.5 -45.5q-34 -54 -67 -94.5t-58.5 -82t-41 -91.5t-15.5 -123q0 -60 20 -114t54 -101t80 -86.5t97 -71t105.5 -55t106.5 -37.5q24 -7 48 -12t48 -12q87 -23 171.5 -53.5t165.5 -72.5z" + }, + { + Name: "Giftbox", + Code: "EC1F", + Path: "M1792 1280v-1280h-1664v1280h292q-35 59 -35 128q0 53 20 99.5t54.5 81.5t81 55t99.5 20q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h292zM896 1152h-640v-1024h640v1024zM896 1280q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h256zM1280 1536q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1664 1152h-640v-1024h640v1024z" + }, + { + Name: "VisualStudioForWindowsAlt", + Code: "EC22", + Path: "M2048 1713v-1378q0 -37 -19 -67t-52 -47l-358 -180q-26 -13 -58 -13q-25 0 -48.5 9.5t-41.5 27.5l-726 726l-461 -353q-19 -14 -39 -14q-12 0 -40 9.5t-59.5 21.5t-60.5 24t-43 17q-18 7 -30 23.5t-12 36.5v936q0 20 12 36.5t30 23.5q14 5 43 17t60.5 24t59.5 21.5t40 9.5q20 0 39 -14l461 -353l726 726q18 18 41.5 27.5t48.5 9.5q32 0 58 -13l358 -180q33 -17 52 -47t19 -67zM256 768l256 256l-256 256v-512zM1536 649v750l-488 -375z" + }, + { + Name: "HomeGroup", + Code: "EC26", + Path: "M320 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM320 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1852 818q46 -30 82.5 -71t61.5 -89t38.5 -101.5t13.5 -108.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 50 10 94q-88 29 -160.5 83t-124.5 126t-80.5 158t-28.5 179q0 119 45.5 224t123.5 183t183 123.5t224 45.5q18 0 36 -1t36 -3q-8 35 -8 68q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -53 -17 -102.5t-48 -90t-74 -70.5t-94 -45q52 -73 78.5 -157.5t26.5 -174.5q0 -71 -17 -139t-51 -131zM1536 1728q0 -62 37 -111q35 -15 68 -35t63 -44q6 -1 12 -1.5t12 -0.5q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM896 1088q0 -72 22.5 -139.5t63.5 -124t98 -98.5t126 -64q62 109 165 171.5t229 62.5q71 0 137 -21q27 49 41 103t14 110q0 95 -38.5 181t-107.5 150l-4 1q-35 29 -69.5 50t-76.5 39l-1 1q-73 26 -151 26q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 70 -26 128.5t-71 101t-105 66.5t-128 24q-64 0 -120.5 -26.5t-98.5 -71t-66.5 -102t-24.5 -120.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "MyNetwork", + Code: "EC27", + Path: "M1836 1531q42 -87 63 -184.5t21 -194.5q0 -131 -36 -252.5t-102.5 -226.5t-161.5 -190t-212 -141v-86h-640v-128h256v-128h-640v128h256v128h-640v896h128q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q130 0 252 -36t227.5 -102.5t190 -161.5t140.5 -212h2v-5zM1689 1536q-73 127 -187 217.5t-254 133.5q48 -78 77.5 -169.5t46.5 -181.5h317zM1792 1152q0 132 -44 256h-356q16 -128 16 -255v-257h340q44 124 44 256zM1280 1152q0 65 -4 128.5t-12 127.5h-480q-8 -64 -12 -127.5t-4 -128.5h512zM1024 1915q-29 0 -55.5 -21.5t-49 -56t-41 -77.5t-33 -85t-24.5 -79t-15 -60h436q-5 23 -15 60t-24.5 79t-33 85t-41 77.5t-49 56t-55.5 21.5zM800 1887q-140 -43 -254 -133.5t-187 -217.5h317q17 90 46.5 181.5t77.5 169.5zM300 1408q-44 -124 -44 -256h384q0 65 4 128.5t12 127.5h-356zM128 384h1152v640h-1152v-640zM1408 487q88 51 159.5 122t122.5 159h-282v-281z" + }, + { + Name: "ExcelLogoInverse", + Code: "EC28", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM512 915l121 -227h183l-203 330l199 324h-175l-112 -205q-2 -3 -3.5 -6.5t-3.5 -7.5q-27 55 -55 109.5t-56 109.5h-186l194 -326l-212 -328h184zM1216 256v256h-576v-256h576zM1216 640v320h-192v-320h192zM1216 1088v320h-192v-320h192zM1216 1536v256h-576v-256h576zM1920 256v256h-576v-256h576zM1920 640v320h-576v-320h576zM1920 1088v320h-576v-320h576zM1920 1536v256h-576v-256h576z" + }, + { + Name: "WordLogoInverse", + Code: "EC29", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM515 1092l123 -404h140l134 672h-141l-80 -397l-113 384h-119l-120 -386l-80 399h-147l134 -672h140zM1920 256v256h-1280v-256h1280zM1920 640v320h-896v-320h896zM1920 1088v320h-896v-320h896zM1920 1536v256h-1280v-256h1280z" + }, + { + Name: "PowerPointLogoInverse", + Code: "EC2A", + Path: "M1152 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32q-110 0 -215 26t-199.5 75.5t-176 121t-144.5 161.5h-332q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h332q63 90 144.5 161.5t176 121t199.5 75.5t215 26zM1216 1789v-701h701q-12 140 -70.5 262.5t-152 216t-216.5 152t-262 70.5zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1152 256q100 0 193 24.5t175.5 70t151.5 109t121 142t84 169.5t40 190h-828v828q-148 -12 -279 -77.5t-230 -175.5h359q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-359q55 -61 120.5 -108.5t138.5 -80.5t152 -50t161 -17zM496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96z" + }, + { + Name: "Cafe", + Code: "EC32", + Path: "M1663 1536q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-103q-44 -77 -105 -142t-135 -114h279q26 0 45 -19t19 -45t-19 -45t-45 -19h-1408q-26 0 -45 19t-19 45t19 45t45 19h279q-81 54 -144.5 124t-107.5 152.5t-67.5 174.5t-23.5 189v384h1536zM895 512q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170v256h-1280v-256q0 -88 23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23zM1663 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20q0 -65 1.5 -130t-1.5 -129t-12.5 -127.5t-31.5 -125.5h44z" + }, + { + Name: "SpeedHigh", + Code: "EC4A", + Path: "M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1600 1376q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5l-91 91q81 81 125 185t44 219q0 124 -52 239zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5z" + }, + { + Name: "Commitments", + Code: "EC4D", + Path: "M1344 2048q26 0 45 -19l640 -640q19 -19 19 -45t-19 -45l-243 -243q25 -25 49 -48t42.5 -47.5t30 -53.5t11.5 -67q0 -40 -15 -76t-41 -63t-61 -43t-75 -17q-2 -41 -17 -75.5t-40.5 -60t-60 -40.5t-74.5 -16q-1 -40 -17 -75t-43 -61.5t-63 -41.5t-76 -15q-32 0 -65 11q-11 -31 -29.5 -56.5t-43.5 -44t-55 -28.5t-63 -10q-26 0 -46 4.5t-37.5 13.5t-34 22t-34.5 29q-35 -32 -68.5 -50.5t-83.5 -18.5q-40 0 -76 15t-63 41t-43 61t-17 76q-39 1 -74 16t-61 41t-41 61t-16 74q-40 1 -74.5 16t-60 41t-41 61t-16.5 74q-41 1 -76 17t-61 43t-41 62.5t-15 75.5q0 41 15.5 77t43.5 65l106 107l-146 147q-19 19 -19 45t19 45l640 640q19 19 45 19t45 -19l132 -132q13 4 50.5 17t86.5 29.5t103.5 35t102 34t80.5 25.5t40 10zM312 1088q-29 0 -50 -21l-113 -112q-21 -21 -21 -51t20.5 -50.5t50.5 -20.5q31 0 51 20l113 112q21 21 21 51t-21 51t-51 21zM504 896q-14 0 -27.5 -5.5t-23.5 -15.5l-112 -113q-21 -21 -21 -51q0 -29 21 -49.5t51 -20.5q14 0 27.5 5t23.5 15l112 113q21 21 21 50q0 30 -21 51t-51 21zM696 704q-29 0 -50 -21l-113 -112q-21 -21 -21 -51t20.5 -50.5t50.5 -20.5q31 0 51 20l113 112q21 21 21 51t-21 51t-51 21zM704 327q0 -29 21 -49.5t51 -20.5q14 0 27.5 5t23.5 15l112 113q21 21 21 50q0 30 -21.5 51t-50.5 21q-14 0 -27.5 -5.5t-23.5 -15.5l-112 -113q-21 -21 -21 -51zM1720 768q29 0 50.5 21t21.5 50q0 30 -21 51l-632 633q-3 3 -10 5.5t-14.5 4t-15 2.5t-11.5 1q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-40 0 -75 15t-61 41t-41 61t-15 75q0 24 5 53.5t16 51.5l187 375q9 16 27 26l-43 43l-550 -549l135 -134q45 5 85 -6.5t70 -37t48 -63t19 -82.5q40 -2 75 -16.5t60.5 -40t40.5 -60t16 -75.5q40 -2 75 -16.5t60.5 -40t40.5 -60t16 -75.5q41 -2 76 -17t61 -41.5t41 -61.5t15 -77q0 -45 -18 -84t-52 -68q15 -14 27.5 -23t34.5 -9q29 0 50.5 21t21.5 50q0 30 -21 51l90 91l65 -64q23 -21 50 -21q29 0 50.5 21t21.5 50q0 30 -21 51l-113 113l91 90l112 -112q21 -21 51 -21t51 21t21 51t-21 51l-113 112l91 91l113 -113q21 -21 50 -21zM1893 1344l-566 567l-504 -168l-174 -348q-5 -9 -7 -25t-2 -26q0 -26 19 -45t45 -19q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 53 20 99.5t55 81.5t81.5 55t99.5 20q16 0 34.5 -3t37.5 -8.5t35.5 -14t28.5 -20.5l472 -472z" + }, + { + Name: "ThisPC", + Code: "EC4E", + Path: "M0 2048h1920v-1152h-896v-128h256v-128h-640v128h256v128h-896v1152zM1792 1024v896h-1664v-896h1664zM228 512h1464l228 -334v-50h-1920v50zM208 256h1504l-88 128h-1328z" + }, + { + Name: "MusicNote", + Code: "EC4F", + Path: "M1152 2048q0 -104 46 -186.5t123 -148.5q99 -86 157 -193t58 -240h-128q0 104 -46 186.5t-123 148.5q-24 20 -45.5 42t-41.5 46v-1415q0 -9 -3 -21.5t-7 -25.5t-9.5 -25t-9.5 -20q-25 -48 -64 -85t-86 -61.5t-100 -37t-105 -12.5q-68 0 -136.5 22t-123.5 63t-89.5 100.5t-34.5 134.5t34.5 134.5t89.5 100.5t123.5 63t136.5 22q69 0 135 -20.5t121 -62.5v1491h128zM768 128q41 0 86 12t83 36t62.5 60t24.5 84t-24.5 84t-62.5 60t-83 36t-86 12t-86 -12t-83 -36t-62.5 -60t-24.5 -84t24.5 -84t62.5 -60t83 -36t86 -12z" + }, + { + Name: "MicOff", + Code: "EC54", + Path: "M704 512q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-834q-34 -11 -66 -25.5t-62 -33.5v893q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-1152q0 -26 19 -45t45 -19h192h130q-2 -2 -2.5 -20.5t-0.5 -40.5t0.5 -42t0.5 -25h-320zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1085 128q45 -71 107 -128h-552v128h256v128h-234q-84 0 -158 32t-129 87t-87 129t-32 158v362h128v-362q0 -57 22 -108t59.5 -88.5t88.5 -59.5t108 -22h362v-256h61z" + }, + { + Name: "PlaybackRate1x", + Code: "EC57", + Path: "M2048 1024q0 -140 -37 -272t-106 -248t-167.5 -212.5t-220.5 -163.5h275v-128h-512v512h128v-294q117 55 211.5 139.5t161 189.5t103 226.5t36.5 250.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -150 48 -289t135 -253t208 -197.5t266 -123.5l-34 -123q-110 31 -208.5 84t-182 124t-150.5 159t-113.5 187t-71.5 208t-25 224q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272zM1536 1024l-768 -443v886zM896 802l384 222l-384 222v-444z" + }, + { + Name: "EdgeOldLogo", + Code: "EC60", + Path: "M1983 832h-1309q0 -74 23 -134t63 -106.5t94 -80t115 -55.5t126.5 -32.5t129.5 -10.5q81 0 153 13t140.5 35.5t135.5 53.5t137 68v-434q-78 -38 -154.5 -65.5t-154.5 -46.5t-159 -28t-168 -9q-115 0 -222 26.5t-201 76t-172 120.5t-134 160t-87 194t-31 223q0 126 34.5 240.5t99.5 210.5t158.5 170.5t210.5 121.5q-64 -64 -99.5 -151.5t-45.5 -175.5h729q0 110 -22.5 192.5t-72.5 137t-129 82t-191 27.5q-132 0 -264 -39.5t-251 -109.5t-219 -165.5t-168 -207.5q15 130 55.5 248.5t104 220t148.5 184t188.5 141t223.5 90t255 31.5q78 0 156.5 -14t152.5 -39q148 -51 264 -141.5t195 -209t120.5 -261t41.5 -296.5v-255z" + }, + { + Name: "CompletedSolid", + Code: "EC61", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1627 1363l-136 136l-659 -659l-275 275l-136 -136l411 -411z" + }, + { + Name: "AlbumRemove", + Code: "EC62", + Path: "M1856 1792q40 0 75 -15t61 -41t41 -61t15 -75v-768h-128v768q0 26 -19 45t-45 19h-1472v-1280h832v-128h-1216v1536h1856zM256 1664h-128v-1280h128v1280zM1536 1024h-768v384h768v-384zM1408 1280h-512v-128h512v128zM1994 595l-226 -227l226 -226l-90 -90l-226 226l-225 -224l-90 90l224 224l-224 225l90 90l225 -224l226 226z" + }, + { + Name: "MessageFill", + Code: "EC70", + Path: "M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048z" + }, + { + Name: "TabletSelected", + Code: "EC74", + Path: "M896 640h256v-128h-256v128zM1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-843l-128 123v720q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h800l128 -128h-928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1939 701l90 -91l-557 -557l-269 269l90 91l179 -179z" + }, + { + Name: "MobileSelected", + Code: "EC75", + Path: "M1073 384l-57 -56l72 -72h-256v128h241zM1216 128l128 -128h-832q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1264l-128 -128v1392h-1024v-1792h704zM2029 610l-557 -557l-269 269l90 91l179 -179l467 467z" + }, + { + Name: "LaptopSelected", + Code: "EC76", + Path: "M1016 456l72 -72h-960q-25 0 -48 10.5t-41 28.5t-28.5 41t-10.5 48q0 16 3.5 36t10 39t16 36.5t21.5 29.5l205 206v805h1408v-805l-91 -91h-1226l-203 -202q-3 -3 -6 -10.5t-5.5 -15.5t-3.5 -16t-1 -12h945zM384 896h1152v640h-1152v-640zM2029 738l-557 -557l-269 269l90 91l179 -179l467 467z" + }, + { + Name: "TVMonitorSelected", + Code: "EC77", + Path: "M1716 768l-128 -128h-564v-256h-384v128h256v128h-896v1152h1920v-820l-128 -128v820h-1664v-896h1588zM1939 765l90 -91l-557 -557l-269 269l90 91l179 -179z" + }, + { + Name: "DeveloperTools", + Code: "EC7A", + Path: "M1664 896h-128v-704q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v704h-128v128h256v549l-128 128v347h384v-347l-128 -128v-549h256v-128zM1280 1755l64 -65l64 65v165h-128v-165zM1408 896h-128v-704q0 -26 19 -45t45 -19t45 19t19 45v704zM704 2048q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -75 -34 -142.5t-94 -112.5v-1281q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v1281q-60 45 -94 112.5t-34 142.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM768 1544q28 16 51.5 34t40.5 39.5t26.5 48.5t9.5 62q0 30 -9.5 58t-26 52t-40.5 42t-52 28v-180l-64 -64l-64 64v180q-29 -10 -52.5 -28t-40 -42t-26 -52t-9.5 -58q0 -35 9.5 -62t26.5 -48.5t40.5 -39.5t51.5 -34v-1352q0 -26 19 -45t45 -19t45 19t19 45v1352z" + }, + { + Name: "Shapes", + Code: "EC7C", + Path: "M2048 768h-419l370 -640h-1404l267 463q-66 -38 -138 -58.5t-148 -20.5q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5q85 0 166.5 -24.5t153.5 -72.5v353h1152v-1152zM576 640q93 0 174.5 35.5t142 96.5t96 142.5t35.5 173.5t-35.5 173.5t-96 142.5t-142 96.5t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1777 256q-121 209 -240 416t-240 416q-121 -209 -240 -416t-240 -416h960zM1920 1792h-896v-347q61 -75 94 -165.5t34 -187.5l145 252l258 -448h365v896z" + }, + { + Name: "InsertTextBox", + Code: "EC7D", + Path: "M2048 1660v-1524h-1780v384h116v-268h1548v1292h-780v116h896zM374 776h-374v44q19 3 38 5.5t37 7.5q14 4 30.5 26t31.5 49t27.5 53.5t18.5 40.5l388 918h82l382 -928q9 -22 21.5 -50t29 -53.5t38 -44t48.5 -21.5q28 -3 56 -3v-44h-446v44q17 0 37 -0.5t37.5 4t29.5 16t12 36.5q0 22 -11 60.5t-26 79.5t-30.5 79.5t-25.5 61.5h-446q-9 -23 -26.5 -61.5t-34 -79.5t-29 -79t-12.5 -60q0 -24 12 -35.5t30 -15.5t38.5 -4.5t36.5 -1.5v-44zM402 1285h344l-176 378z" + }, + { + Name: "LowerBrightness", + Code: "EC8A", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v192h128v-192zM507 1450l-135 136l90 90l136 -135zM384 1024h-192v128h192v-128zM507 726l91 -91l-136 -135l-90 90zM896 512h128v-192h-128v192zM1413 726l135 -136l-90 -90l-136 135zM1728 1152v-128h-192v128h192zM1413 1450l-91 91l136 135l90 -90z" + }, + { + Name: "WebComponents", + Code: "EC8B", + Path: "M1024 1024h768v-896h-1664v1664h896v-768zM256 1664v-640h640v640h-640zM896 256v640h-640v-640h640zM1664 256v640h-640v-640h640zM1280 2048h768v-768h-768v768zM1920 1408v512h-512v-512h512z" + }, + { + Name: "OfflineStorage", + Code: "EC8C", + Path: "M960 1920q70 0 158 -8t176.5 -28t168 -53.5t131.5 -84.5q31 -30 50.5 -65.5t19.5 -80.5v-1152q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8t-158 8t-176.5 28t-168 53.5t-131.5 84.5q-31 30 -50.5 65.5t-19.5 80.5v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8zM960 1792q-51 0 -106.5 -3.5t-111 -12t-109.5 -22t-102 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35.5t-17 -39.5q0 -8 3 -15t8 -14q21 -32 60.5 -56t89 -42t105.5 -30.5t112 -20t107 -11t91 -3.5t91 3.5t107 11t112 20t105.5 30.5t88.5 42t61 56q5 7 8 14t3 15q0 20 -17 39.5t-41 35.5t-49 28.5t-40 18.5q-48 19 -102 32.5t-109.5 22t-111 12t-106.5 3.5zM960 256q51 0 106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40v194q-57 -38 -129 -63t-149 -40t-154 -21t-144 -6t-144 6t-154 21t-149 40t-129 63v-194q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5zM960 640q51 0 106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40v194q-57 -38 -129 -63t-149 -40t-154 -21t-144 -6t-144 6t-154 21t-149 40t-129 63v-194q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5zM960 1024q52 0 107 3.5t110.5 12t109.5 21.5t102 33q15 6 40 18.5t49 28.5t41 35.5t17 39.5v194q-57 -37 -128.5 -62t-149 -40t-154.5 -21.5t-144 -6.5t-144 6.5t-154.5 21.5t-149 40t-128.5 62v-194q0 -20 17 -39.5t41 -35.5t49 -28.5t40 -18.5q48 -20 102 -33t109.5 -21.5t110.5 -12t107 -3.5z" + }, + { + Name: "DOM", + Code: "EC8D", + Path: "M1536 768h-512v256h-384v-512h384v128h512v-512h-512v256h-512v1152h-128v512h512v-512h-256v-384h384v128h512v-512zM1138 1166v-284h284v284h-284zM498 1650h284v284h-284v-284zM1138 526v-284h284v284h-284z" + }, + { + Name: "CloudUpload", + Code: "EC8E", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-320v128h320q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h384v-128h-384q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1299 659l-147 146v-677h-128v677l-147 -146l-90 90l301 301l301 -301z" + }, + { + Name: "ScrollUpDown", + Code: "EC8F", + Path: "M1024 1829l-595 -594l-90 90l685 686l685 -686l-90 -90zM1024 219l595 594l90 -90l-685 -686l-685 686l90 90z" + }, + { + Name: "DateTime", + Code: "EC92", + Path: "M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 86 24.5 167t72.5 153h-97v128h128v-86q41 51 91.5 90.5t108 67t120.5 42t128 14.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256zM384 1024h128v-128h-128v128zM640 1024h128v-128h-128v128zM640 1280h128v-128h-128v128zM384 768h128v-128h-128v128zM640 768h128v-128h-128v128zM1024 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM1536 1152h-128v128h128v-128z" + }, + { + Name: "CloudNotSynced", + Code: "EC9C", + Path: "M512 1280q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h512v-128h-512q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157q84 -6 158 -40.5t129.5 -91t89.5 -130.5t39 -158q-35 39 -77 70.5t-89 55.5q-21 38 -51 69t-66 52.5t-77 33.5t-85 12q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "AddMedium", + Code: "ECA1", + Path: "M2048 1229v-410h-819v-819h-410v819h-819v410h819v819h410v-819h819v0z" + }, + { + Name: "Event", + Code: "ECA3", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152z" + }, + { + Name: "Cake", + Code: "ECA4", + Path: "M1216 1792q-26 0 -45 19t-19 45q0 12 8 31t18.5 40t21 40t16.5 30q6 -11 16.5 -30t21 -40t18.5 -40t8 -31q0 -26 -19 -45t-45 -19zM2048 1152v-1152h-2048v1152l1152 384v160q0 9 7.5 15.5t18 10t21 5t17.5 1.5t17.5 -1.5t21 -5t18 -10t7.5 -15.5v-117l256 85zM1216 1280q-7 0 -17.5 1.5t-21 5t-18 10t-7.5 15.5v89l-747 -249h1462l-366 366l-221 -74v-132q0 -9 -7.5 -15.5t-18 -10t-21 -5t-17.5 -1.5zM128 1024v-384h1792v384h-1792zM1920 128v384h-1792v-384h1792z" + }, + { + Name: "Tiles", + Code: "ECA5", + Path: "M1280 1792v-640h-1280v640h1280zM1152 1280v384h-1024v-384h1024zM1408 1792h640v-640h-640v640zM1920 1280v384h-384v-384h384zM768 384v640h1280v-640h-1280zM896 896v-384h1024v384h-1024zM0 384v640h640v-640h-640zM128 896v-384h384v384h-384z" + }, + { + Name: "Org", + Code: "ECA6", + Path: "M1664 768h256v-640h-640v640h256v256h-1152v-256h256v-640h-640v640h256v384h640v256h-256v640h640v-640h-256v-256h640v-384zM768 1920v-384h384v384h-384zM512 256v384h-384v-384h384zM1792 256v384h-384v-384h384z" + }, + { + Name: "PartyLeader", + Code: "ECA7", + Path: "M1168 1102q38 -15 74 -33t70 -41q-22 -24 -40 -50.5t-33 -55.5q-77 50 -164.5 76t-178.5 26q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1984 704q0 -52 -16.5 -101t-47.5 -91v-512l-256 128l-256 -128v512q-31 42 -47.5 91t-16.5 101q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM1664 896q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM1792 207v204q-60 -27 -128 -27t-128 27v-204q32 16 64 31.5t64 32.5q32 -17 64 -32.5t64 -31.5z" + }, + { + Name: "DRM", + Code: "ECA8", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1152h-1152v-128h1152v128z" + }, + { + Name: "CloudAdd", + Code: "ECA9", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128v-128h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1152 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AppIconDefault", + Code: "ECAA", + Path: "M0 2048h1920v-1024h-896v-896h-1024v1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768z" + }, + { + Name: "Photo2Add", + Code: "ECAB", + Path: "M1408 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM2048 512v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256zM922 832l358 -357v-91h-1280v1408h1792v-896h-128v768h-1536v-421l192 191l512 -512l256 256l448 -447v-91h-91l-357 358zM320 1254l-192 -193v-549h933z" + }, + { + Name: "Photo2Remove", + Code: "ECAC", + Path: "M1408 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1818 448l227 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227l90 -90zM1457 448l-65 -64h-1392v1408h1792v-1008l-64 -65l-64 65v880h-1536v-421l192 191l512 -512l256 256l323 -322l-91 -91l-232 233l-166 -166l321 -320h149zM1061 512l-741 742l-192 -193v-549h933z" + }, + { + Name: "Calories", + Code: "ECAD", + Path: "M1280 1984q0 -179 66 -330t190 -278t190 -278t66 -330q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5t-204 27.5t-183.5 77.5t-155.5 120t-120 155.5t-77.5 183.5t-27.5 204q0 84 18 165t52 155.5t84 140.5t113 121q7 -38 19 -78.5t28.5 -80t37.5 -76t46 -66.5q20 -25 52 -25q27 0 45.5 19t18.5 46q0 11 -3.5 20t-9.5 18q-28 41 -49.5 81t-36.5 82t-23 87t-8 95q0 119 45.5 224t123.5 183t183 123.5t224 45.5h64v-64zM1024 128q133 0 249.5 50t203.5 137t137 203.5t50 249.5q0 151 -56 281t-162 236q-130 131 -204.5 289t-87.5 342q-83 -11 -153.5 -50.5t-122.5 -99t-81 -135t-29 -159.5q0 -78 23 -141.5t68 -125.5q19 -26 29.5 -54.5t10.5 -61.5q0 -40 -15.5 -75t-41.5 -61.5t-61 -41.5t-75 -15q-46 0 -81 17.5t-62 46t-48.5 64.5t-39.5 72q-46 -73 -68.5 -157.5t-22.5 -170.5q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50z" + }, + { + Name: "POI", + Code: "ECAF", + Path: "M1024 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -69 -16.5 -131.5t-47.5 -124.5l-576 -1152l-576 1152q-31 62 -47.5 124.5t-16.5 131.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1500 1202q0 1 0.5 1t0.5 1q25 47 38 99t13 105q0 109 -41.5 205t-113.5 168t-168 113.5t-205 41.5t-205 -41.5t-168 -113.5t-113.5 -168t-41.5 -205q0 -53 13 -105t38 -99q0 -1 0.5 -1t0.5 -1l476 -952zM1024 1784q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 1144q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5z" + }, + { + Name: "RemoveContent", + Code: "ECC7", + Path: "M2045 803l-355 -355l355 -355l-90 -90l-355 355l-355 -355l-90 90l355 355l-355 355l90 90l355 -355l355 355zM256 256h864l-128 -128h-864v1792h1792v-864l-128 -128v864h-1536v-1536z" + }, + { + Name: "AddTo", + Code: "ECC8", + Path: "M1088 1088h320v-128h-320v-320h-128v320h-320v128h320v320h128v-320zM1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z" + }, + { + Name: "RadioBtnOff", + Code: "ECCA", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "RadioBtnOn", + Code: "ECCB", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1696q93 0 178.5 -24t160.5 -68t136 -105t105 -136t68 -160.5t24 -178.5t-24 -178.5t-68 -160.5t-105 -136t-136 -105t-160.5 -68t-178.5 -24t-178.5 24t-160.5 68t-136 105t-105 136t-68 160.5t-24 178.5t24 178.5t68 160.5t105 136t136 105t160.5 68t178.5 24z" + }, + { + Name: "ExploreContent", + Code: "ECCD", + Path: "M2048 2048v-1792h-128v1664h-1664v128h1792zM128 1792h1664v-1664h-1664v1664zM256 256h1408v1408h-1408v-1408zM1024 1024h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "Embed", + Code: "ECCE", + Path: "M467 1453l90 -90l-338 -339l338 -339l-90 -90l-430 429zM1581 1453l430 -429l-430 -429l-90 90l338 339l-338 339zM701 256l512 1536h134l-512 -1536h-134z" + }, + { + Name: "CreditCardBill", + Code: "ECD6", + Path: "M1664 512h-256v128h256v-128zM1888 1536q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1088q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1600q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v608h-128v1152h896v-512h992zM128 1024h640v896h-640v-896zM1920 1024h-1024v-128h-640v-608q0 -14 9 -23t23 -9h1600q14 0 23 9t9 23v736zM1920 1376q0 14 -9 23t-23 9h-992v-256h1024v224zM512 1664h-256v128h256v-128zM512 1408h-256v128h256v-128zM256 1280h384v-128h-384v128z" + }, + { + Name: "Product", + Code: "ECDC", + Path: "M960 1928l832 -416v-1040l-832 -415l-832 415v1040zM1585 1472l-625 312l-241 -120l621 -314zM960 1160l238 118l-622 314l-241 -120zM256 1368v-816l640 -320v816zM1024 232l640 320v816l-640 -320v-816z" + }, + { + Name: "ProgressLoopInner", + Code: "ECDE", + Path: "M448 1024q0 -60 12.5 -118t35.5 -112l-111 -64q-32 69 -48.5 143.5t-16.5 150.5q0 91 22.5 176t63.5 160t99 138.5t129 111t153.5 77.5t172.5 38v-129q-109 -12 -202.5 -61.5t-162.5 -126.5t-108 -175.5t-39 -208.5zM1088 1725q90 -8 172.5 -38t153.5 -77.5t129 -111t99 -138.5t63.5 -160t22.5 -176q0 -77 -16.5 -151.5t-48.5 -143.5l-111 64q23 55 35.5 113t12.5 118q0 110 -39 208.5t-108 175.5t-162.5 126.5t-202.5 61.5v129zM1024 448q69 0 134.5 16t125 46.5t111 74t92.5 98.5l111 -65q-50 -70 -113.5 -125.5t-137 -93.5t-155.5 -58.5t-168 -20.5t-168 20.5t-156 59t-138 94t-113 125.5l112 64q41 -55 92.5 -98.5t111 -74t125 -46.5t134.5 -16z" + }, + { + Name: "ProgressLoopOuter", + Code: "ECDF", + Path: "M960 1917q-128 -9 -245 -53t-217 -116t-178 -170.5t-126 -216.5l-121 39q54 138 144 252.5t205.5 198.5t252.5 134.5t285 59.5v-128zM1854 1361q-48 118 -126 216.5t-178 170.5t-217.5 116t-244.5 53v128q148 -9 285 -59.5t252.5 -134.5t205.5 -198.5t145 -252.5zM128 1024q0 -99 21.5 -194.5t62.5 -183t100 -165.5t135 -142l-75 -104q-88 73 -157 162.5t-117 190.5t-73 211t-25 225q0 65 8.5 128.5t24.5 126.5l122 -40q-13 -53 -20 -107t-7 -108zM2015 1279q16 -63 24.5 -126.5t8.5 -128.5q0 -115 -25 -225t-73 -211t-117 -190.5t-157 -162.5l-75 104q76 64 135 142t100 165.5t62.5 183t21.5 194.5q0 54 -7 108t-20 107zM1024 128q127 0 246.5 34.5t226.5 101.5l75 -103q-123 -79 -262.5 -120t-285.5 -41t-285.5 41t-262.5 120l75 103q107 -67 226.5 -101.5t246.5 -34.5z" + }, + { + Name: "Hot", + Code: "ECE2", + Path: "M1024 628q28 -10 52 -28t40.5 -41.5t26 -52t9.5 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9.5 58.5t26 52t40 41.5t52.5 28v1100q0 26 19 45t45 19t45 -19t19 -45v-1100zM1280 729q57 -63 89 -140t32 -162q0 -90 -35.5 -168t-96.5 -135.5t-141 -90.5t-168 -33q-89 0 -168.5 33t-140.5 90.5t-96.5 135.5t-35.5 168q0 85 32 162t89 140v999q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-999zM960 128q62 0 118.5 23t99.5 63t68.5 95t25.5 118q0 75 -33 137.5t-87 112.5v1051q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1051q-54 -50 -87 -112.5t-33 -137.5q0 -63 25.5 -118t68.5 -95t99.5 -63t118.5 -23z" + }, + { + Name: "Blocked2", + Code: "ECE4", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM960 256q115 0 221.5 29.5t199 84t168 130t130 168t84 199t29.5 221.5t-29.5 221.5t-84 199t-130 168t-168 130t-199 84t-221.5 29.5t-221.5 -29.5t-199 -84t-168 -130t-130 -168t-84 -199t-29.5 -221.5t29.5 -221.5t84 -199t130 -168t168 -130t199 -84t221.5 -29.5zM384 1152h1152v-128h-1152v128z" + }, + { + Name: "FangBody", + Code: "ECEB", + Path: "M1709 380q46 -8 84.5 -31t66.5 -56.5t44 -76t16 -88.5v-128h-1536q-80 0 -150 30t-122 82t-82 122t-30 150q0 79 30 149t82.5 122.5t122 82.5t149.5 30v-128q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q25 0 49 9.5t42 27.5t27.5 42t9.5 49q0 196 73 377q35 88 85.5 163.5t115.5 143.5q117 123 177.5 274.5t60.5 321.5v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20h192q62 0 110 -21t94 -61q26 -23 53.5 -34.5t62.5 -11.5q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-64v-704q0 -66 11 -131.5t34 -128.5zM1792 128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-43q-20 49 -35.5 95t-26.5 92.5t-17 95t-6 101.5v704q0 27 10 50t27.5 40.5t40.5 27.5t50 10q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v128q-45 0 -78 9.5t-58 23.5t-45.5 31t-41 31t-43.5 23.5t-54 9.5h-192q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-192q0 -26 19 -45t45 -19q28 0 41.5 13t18.5 32.5t4.5 42t-0.5 40.5h128v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-48 0 -91 23q-32 -131 -93.5 -242.5t-153.5 -208.5q-117 -123 -177.5 -274.5t-60.5 -321.5q0 -68 -34 -128h802q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20v128q62 0 118.5 -18.5t103.5 -52t83 -80.5t57 -105h22v512h128v-546q60 -35 94 -94t34 -128h256z" + }, + { + Name: "Toolbox", + Code: "ECED", + Path: "M1408 1536h640v-1152h-2048v1152h640v256h768v-256zM768 1664v-128h512v128h-512zM1920 1408h-1792v-256h384v128h128v-128h768v128h128v-128h384v256zM128 512h1792v512h-384v-128h-128v128h-768v-128h-128v128h-384v-512z" + }, + { + Name: "PageHeader", + Code: "ECEE", + Path: "M127 2048h1792v-2048h-1792v2048zM1792 127v1792h-1536v-1792h1536zM1663 1790v-639h-1280v639h1280zM1536 1280v381h-1024v-381h1024zM1663 1024v-641h-1280v641h1280zM1536 512v383h-1024v-383h1024z" + }, + { + Name: "Glimmer", + Code: "ECF4", + Path: "M1792 2048h256v-1280h-256v1280zM0 0v256h1280v-256h-1280zM486 1382l180 180l896 -896l-180 -180z" + }, + { + Name: "ChatInviteFriend", + Code: "ECFE", + Path: "M1762 458q66 -32 118.5 -80.5t90 -108t57.5 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57.5 128t90 108t118.5 80.5q-75 54 -116.5 135.5t-41.5 174.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -93 -41.5 -174.5t-116.5 -135.5zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2048 1920v-1024q0 48 -9 84t-25.5 67t-40 60t-53.5 63v622h-1792v-1152h256v-267l267 267h390q8 -34 21.5 -66t30.5 -62h-389l-448 -448v448h-256v1408h2048z" + }, + { + Name: "Brush", + Code: "ECFF", + Path: "M1803 1920q51 0 95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5q0 -49 -18.5 -93.5t-53.5 -79.5q-303 -303 -605.5 -606t-605.5 -606q-6 -61 -33 -114t-69.5 -92t-98 -61.5t-116.5 -22.5h-256q-40 0 -75 15t-61 41t-41 61t-15 75v64h64q26 0 45 19t19 45q0 61 22.5 116.5t61.5 98t92 69.5t114 33q303 303 606 605.5t606 605.5q35 35 79.5 53.5t93.5 18.5zM576 613q55 -24 98 -67t67 -98l116 116q-61 104 -165 165zM448 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -55 -29.5 -102t-79.5 -71q18 -19 45 -19h256zM1886 1592q34 34 34 83q0 24 -9 45.5t-25 37.5t-37.5 25t-45.5 9q-49 0 -83 -34l-935 -936q99 -66 165 -165z" + }, + { + Name: "Shirt", + Code: "ED00", + Path: "M2048 1664l-128 -512h-256v-1024h-1280v1024h-256l-128 512l768 256q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5zM1895 1580l-524 175q-24 -50 -60.5 -90.5t-81.5 -69t-97.5 -44t-107.5 -15.5q-56 0 -108 15.5t-97 44t-81.5 69t-60.5 90.5l-524 -175l75 -300h284v-1024h1024v1024h284z" + }, + { + Name: "Crown", + Code: "ED01", + Path: "M1793 1727q40 0 75 -15t61 -41t41 -61t15 -75t-15.5 -75t-41.5 -61t-61 -41t-75 -15v-1216h-1536v1216q-40 0 -74.5 15t-60.5 41.5t-41 61.5t-15 74q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -55 -29.5 -102.5t-79.5 -70.5l361 -479l260 471q-29 10 -52.5 28t-40.5 42t-26 52.5t-9 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -61 -34.5 -110t-91.5 -70l263 -473l354 481q-49 24 -78 70.5t-29 101.5q0 40 15 75t41 61t61 41t75 15zM961 1535q0 -27 19.5 -45.5t45.5 -18.5v1l1 -1q26 1 44 19.5t18 44.5t-19 45t-45 19t-45 -19t-19 -45zM193 1535q0 -26 18.5 -45t44.5 -19v1l1 -1q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45zM1663 1084l-324 -441l-312 563l-309 -559l-333 441v-832h1278v828zM1792 1471q26 0 45.5 18.5t19.5 45.5q0 26 -19 45t-45 19t-45 -19t-19 -45q0 -25 17 -43.5t42 -20.5l4 5v-5z" + }, + { + Name: "Diamond", + Code: "ED02", + Path: "M2048 1216q0 -23 -15 -41l-960 -1152q-18 -23 -49 -23t-49 23l-960 1152q-15 18 -15 41q0 18 9 33l384 640q8 14 23 22.5t32 8.5h1152q17 0 32 -8.5t23 -22.5l384 -640q9 -15 9 -33zM1173 1792h-298l-204 -512h706zM484 1792l-307 -512h356l204 512h-253zM201 1152l621 -746l-290 746h-331zM1024 241l355 911h-710zM1226 406l621 746h-331zM1515 1280h356l-307 512h-253z" + }, + { + Name: "ScaleUp", + Code: "ED09", + Path: "M256 512v1024h1536v-1024h-1536zM384 1408v-768h1280v768h-1280zM1664 1792h384v-384h-128v256h-256v128zM128 1664v-256h-128v384h384v-128h-256zM1920 384v256h128v-384h-384v128h256zM128 640v-256h256v-128h-384v384h128z" + }, + { + Name: "ResetDevice", + Code: "ED10", + Path: "M1280 256v128h256v-128h-256zM768 896h-128v384h128v-384zM640 768h128v-128h-128v128zM1280 960q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224v64h128v-64q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-422l147 -147l-90 -90l-302 301l302 301l90 -90l-147 -147h422q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1920 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v99q32 3 64 9t64 14v-122h1024v1792h-1024v-250q-32 8 -64 14t-64 9v227q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024z" + }, + { + Name: "QRCode", + Code: "ED14", + Path: "M384 1408v256h256v-256h-256zM128 1152v768h768v-768h-768zM256 1792v-512h512v512h-512zM384 384v256h256v-256h-256zM128 128v768h768v-768h-768zM256 768v-512h512v512h-512zM1664 1664v-256h-256v256h256zM1152 1920h768v-768h-768v768zM1792 1280v512h-512v-512h512zM1152 512h128v-128h-128v128zM1408 768h-128v-128h-128v256h256v-128zM1664 896v-128h-128v128h128zM1536 768v-256h-256v128h128v128h128zM1280 384h256v-128h-128v-128h-256v128h128v128zM1536 128v128h256v-128h-256zM1920 256h-128v256h128v-256zM1792 768v128h128v-256h-128v-128h-128v256h128zM1536 384v128h128v-128h-128z" + }, + { + Name: "Feedback", + Code: "ED15", + Path: "M958 720q101 -40 184 -106.5t142 -152.5t91.5 -187t32.5 -210v-64h-128v64q0 119 -45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224v-64h-128v64q0 109 32.5 210t91.5 187t142 152.5t184 106.5q-45 31 -81 72t-61 88.5t-38.5 100t-13.5 107.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -55 -13.5 -107.5t-38.5 -100t-61 -88.5t-81 -72zM704 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM2048 2048v-1024h-256l-384 -384v384h-128v128h256v-203l203 203h181v768h-1280v-230q-32 -4 -64.5 -10.5t-63.5 -17.5v386h1536z" + }, + { + Name: "SharepointLogoInverse", + Code: "ED18", + Path: "M2048 896q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-65 0 -130 17q-9 -85 -47.5 -158.5t-98.5 -127.5t-137 -84.5t-163 -30.5q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 16 1.5 32t3.5 32h-432q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h302q12 109 62 202.5t127 162.5t175.5 108t208.5 39q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-83 0 -158.5 -29t-134.5 -80.5t-98.5 -122t-51.5 -152.5h422q35 0 60 -25t25 -60v-422l18 3q18 64 52 121.5t80.5 104t103.5 80.5t122 52q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM522 691q46 0 90.5 9.5t79.5 31.5t56.5 58t21.5 90t-22.5 90t-56.5 60t-73 39.5t-73 29t-56.5 28.5t-22.5 38q0 17 12 27.5t28.5 16.5t34.5 8t30 2q51 0 90 -13t81 -39v152q-24 7 -44.5 12t-40.5 8.5t-41.5 5t-47.5 1.5q-44 0 -90 -10t-83.5 -32t-61 -58t-23.5 -88q0 -51 22.5 -85t56.5 -58t73 -40.5t73 -31t56.5 -30.5t22.5 -39q0 -19 -10.5 -30t-26.5 -17t-33.5 -7.5t-31.5 -1.5q-60 0 -106.5 20t-94.5 53v-160q102 -40 211 -40zM960 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 57 -19 109t-53 93.5t-81 70.5t-103 41v-165q0 -35 -25 -60t-60 -25h-293q-6 -32 -6 -64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5q0 -11 0.5 -22t1.5 -22q47 -23 87 -55.5t71.5 -73t53.5 -87.5t33 -98q67 -26 137 -26z" + }, + { + Name: "YammerLogo", + Code: "ED19", + Path: "M2004 1023q0 -42 -2.5 -93t-8 -103.5t-13.5 -102.5t-20 -90q-5 -18 -18.5 -29.5t-33.5 -11.5q-9 0 -38 7t-63 16.5t-64.5 18.5t-43.5 12q-21 -78 -54.5 -161.5t-76.5 -163t-95 -152.5t-109 -130q-9 -8 -18.5 -12.5t-21.5 -4.5q-22 0 -37 15l-475 474h-727q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h727l474 474q15 15 37 15q13 0 21.5 -4t17.5 -13q26 -26 48.5 -53.5t43.5 -56.5q172 -228 245 -501q18 5 48.5 14t62 18t59 15.5t39.5 6.5q20 0 33.5 -11.5t18.5 -29.5q12 -41 20.5 -90.5t14 -101t7.5 -102t2 -93.5zM784 1288q0 31 -21 52t-52 21q-20 0 -37.5 -10.5t-27.5 -28.5l-130 -245l-126 245q-12 23 -32.5 31t-44.5 8q-31 0 -52 -21t-21 -52q0 -20 9 -36l177 -315q2 -4 3.5 -10t1.5 -11v-156q0 -38 25.5 -55.5t59.5 -17.5q24 0 38.5 9t22.5 24t11 34.5t3 41.5q0 26 -2 52t-2 48q0 14 1 24.5t6 18.5l180 313q10 18 10 36zM1320 1863l-338 -339q19 -11 30.5 -30.5t11.5 -42.5v-234l551 147q-38 142 -101 263t-154 236zM1576 681l-552 148v-232q0 -23 -11.5 -42.5t-30.5 -30.5l339 -339q89 109 154 234t101 261v1zM1851 739q13 71 19 141.5t6 142.5t-6 142.5t-19 140.5q-208 -56 -413.5 -110.5t-413.5 -110.5q-1 -16 -1 -31v-31v-31.5t1 -30.5q208 -56 413.5 -110t413.5 -112z" + }, + { + Name: "Hide", + Code: "ED1A", + Path: "M1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM640 1024q0 -74 26 -139.5t72 -116.5t108.5 -84t135.5 -42q19 -2 38.5 -2h38.5q-22 -63 -29 -128q-152 0 -294.5 38.5t-273 106.5t-247 162t-215.5 205q97 109 213 203t246.5 162.5t272.5 107.5t292 39q153 0 296 -36.5t272.5 -103.5t244.5 -161.5t211 -210.5l-91 -91l-8 9q-108 126 -232.5 224.5t-279.5 160.5q48 -66 73.5 -144t25.5 -159v-6q-65 -7 -128 -29v35q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149zM603 733q-45 64 -68 138.5t-23 152.5t23 152.5t68 138.5q-120 -52 -226 -126t-200 -165q94 -91 200 -165t226 -126z" + }, + { + Name: "Uneditable", + Code: "ED1D", + Path: "M1472 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1712 2048q70 0 131 -26.5t106.5 -72t72 -106.5t26.5 -131q0 -66 -25 -127.5t-73 -109.5l-451 -451h-182l384 384l-293 293l-1082 -1081q52 -17 98.5 -45t84.5 -66t66 -84.5t45 -98.5l276 277v-182l-263 -263l-633 -158l158 633q3 3 6.5 6t6.5 6l1304 1305q48 48 109.5 73t127.5 25zM505 258q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5l-82 -329zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48z" + }, + { + Name: "ReturnToSession", + Code: "ED24", + Path: "M885 1536q-155 0 -294.5 -58t-248.5 -167t-167 -248.5t-58 -294.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5h896v128h-896q-88 0 -170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23h821l-426 -427l74 -74l566 565l-566 565l-74 -74l426 -427h-821z" + }, + { + Name: "OpenFolderHorizontal", + Code: "ED25", + Path: "M1920 1280q26 0 49.5 -10t41 -27.5t27.5 -40.5t10 -49q0 -30 -14 -58l-419 -839h-1615v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h352q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256h256zM128 591l309 618q17 33 47.5 52t67.5 19h984v256h-736q-45 0 -77.5 9.5t-58 23.5t-45.5 31t-40.5 31t-44 23.5t-54.5 9.5h-352v-1073zM1920 1152h-1368l-384 -768h1368z" + }, + { + Name: "CalendarMirrored", + Code: "ED28", + Path: "M1280 1280h-128v-128h128v128zM896 512h-128v-128h128v128zM512 1280h-128v-128h128v128zM896 1280h-128v-128h128v128zM1280 1024h-128v-128h128v128zM1664 1024h-128v-128h128v128zM512 1024h-128v-128h128v128zM896 1024h-128v-128h128v128zM1280 768h-128v-128h128v128zM1664 768h-128v-128h128v128zM512 768h-128v-128h128v128zM896 768h-128v-128h128v128zM1280 512h-128v-128h128v128zM1664 512h-128v-128h128v128zM0 1920v-1792h2048v1792h-384v128h-128v-128h-1024v128h-128v-128h-384zM1920 1792v-256h-1792v256h256v-128h128v128h1024v-128h128v128h256zM128 256v1152h1792v-1152h-1792z" + }, + { + Name: "SwayLogoInverse", + Code: "ED29", + Path: "M128 1696l1024 224v-1792l-1024 224v1344zM411 633q5 -3 16.5 -8.5t25 -11.5t26 -11t18.5 -7q29 -10 60.5 -14.5t62.5 -4.5q47 0 89 12t74.5 37t54 62t27.5 87v-5l1 10l-1 -5q4 23 4 50q0 51 -16 92t-43 76t-62 64.5t-73 56.5q-27 20 -40.5 40.5t-13.5 55.5q0 44 29 67.5t71 23.5q15 0 32.5 -3.5t35.5 -9.5t34.5 -14.5t27.5 -17.5v186q-34 14 -68 22.5t-71 8.5q-26 0 -51.5 -1.5t-51.5 -7.5q-47 -11 -83 -35t-60 -58t-36 -75.5t-12 -88.5q0 -59 17 -99.5t43 -69.5t55.5 -50.5t55.5 -42t43 -44t17 -55.5q0 -45 -29.5 -65t-70.5 -20q-46 0 -76 15.5t-62 44.5v-187zM1792 1792q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-640l-369 370q-6 6 -21.5 10t-23.5 4q-20 0 -39 -14q-17 -13 -32.5 -28t-30.5 -30l-62 -60t-62 -61v577h512zM1792 1664h-128v-128h128v128zM1280 1024h640v-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-512v256h128v128h-128v128h128v128h-128v128zM1536 768h256v128h-256v-128zM1536 512h256v128h-256v-128z" + }, + { + Name: "OutOfOffice", + Code: "ED34", + Path: "M1600 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM768 768h128v-768h-128v768zM1920 2048v-2048h-128v1920h-896v-768h-128v896h1152zM347 1024h805v-128h-805l210 -211l-90 -90l-365 365l365 365l90 -90z" + }, + { + Name: "SkipBack10", + Code: "ED3C", + Path: "M462 900q34 9 70.5 24.5t72.5 34.5t69 41t60 44h39v-916h-103v774q-15 -15 -41.5 -32t-56.5 -31.5t-59.5 -26t-50.5 -16.5v104zM1366 1039q62 0 106.5 -20.5t76 -55.5t50.5 -81.5t30 -97.5t14.5 -103.5t3.5 -100.5q0 -49 -5 -102.5t-18 -105.5t-34.5 -99t-55 -83t-79.5 -57t-108 -21q-59 0 -102.5 20.5t-75 54.5t-52 79t-32.5 94.5t-16.5 100.5t-4.5 97q0 50 4.5 105.5t16.5 108.5t33 101.5t55 85.5t81 58.5t112 21.5zM1357 200q43 0 74 19t51.5 49.5t32.5 70t18.5 80.5t8 80.5t1.5 70.5q0 30 -1.5 70t-7.5 82.5t-17.5 83.5t-32 73.5t-50.5 52.5t-73 20q-45 0 -76.5 -20t-53 -52.5t-34 -74t-19 -85t-8 -84.5t-1.5 -73q0 -31 2 -70.5t8 -79.5t18.5 -78.5t33 -68.5t51.5 -48t75 -18zM1038 1920q173 0 334 -54.5t294.5 -153.5t232.5 -237t149 -304l-122 -38q-45 148 -131 269.5t-203 208t-258.5 134t-295.5 47.5q-130 0 -254 -36.5t-232 -103t-196 -161t-146 -211.5h316v-128h-512v512h128v-243q72 116 169.5 208.5t213.5 157t246 99t267 34.5z" + }, + { + Name: "SkipForward30", + Code: "ED3D", + Path: "M704 568q44 -4 82.5 -20.5t67.5 -44.5t45.5 -65.5t16.5 -83.5q0 -67 -26 -117.5t-70 -84t-101 -50.5t-118 -17q-53 0 -106 10t-98 39v110q90 -72 207 -72q40 0 77.5 10.5t66 31.5t46 53.5t17.5 77.5q0 46 -15 76.5t-40 50.5t-58 30t-69 14t-73 4.5t-70 0.5v86q47 0 98.5 2t94.5 17t71 49t28 98q0 82 -46 117t-123 35q-50 0 -94.5 -17t-83.5 -47v100q46 28 98 39.5t106 11.5q49 0 93.5 -13.5t79 -40.5t55 -67t20.5 -93q0 -92 -45.5 -147.5t-133.5 -79.5v-3zM1366 1012q62 0 106.5 -20.5t76 -55.5t50.5 -81.5t30 -97.5t14.5 -103.5t3.5 -100.5q0 -49 -5 -102.5t-17.5 -105.5t-34.5 -99t-55 -83t-79.5 -57t-108.5 -21q-59 0 -103 20.5t-75.5 54.5t-51.5 79t-32 94.5t-16.5 100.5t-4.5 97q0 50 4.5 105.5t16.5 108.5t33.5 101.5t55 85.5t81 58.5t111.5 21.5zM1357 172q43 0 74 19t51.5 50t32.5 70.5t18.5 80.5t8 80.5t1.5 70.5q0 30 -1.5 70t-7.5 82.5t-17.5 83.5t-32 73.5t-50.5 52.5t-73 20q-45 0 -76.5 -20t-53 -52.5t-34 -74t-19 -85t-8 -84.5t-1.5 -73q0 -31 2 -70.5t8 -80t18.5 -79t33 -68.5t51.5 -48t75 -18zM2048 1664v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-232 103t-254 36.5q-155 0 -296 -47.5t-257.5 -134t-203 -208t-131.5 -269.5l-122 38q33 111 88.5 209.5t129.5 182t163.5 149.5t190.5 112.5t211.5 71t226.5 24.5q136 0 266.5 -34.5t246.5 -99t213.5 -157t169.5 -208.5v243h128z" + }, + { + Name: "Trophy", + Code: "ED3F", + Path: "M1664 1792v-447q0 -57 -19.5 -109.5t-54 -94t-82.5 -70.5t-104 -40q-9 -75 -41.5 -140.5t-83 -117t-115.5 -85t-140 -43.5v-133h384v-256h128v-128h-1152v128h128v256h384v133q-75 10 -140 43.5t-115.5 85t-83 117t-41.5 140.5q-56 11 -104 40t-82.5 70.5t-54 94t-19.5 109.5v447h256v128h896v-128h256zM640 384v-128h640v128h-640zM384 1345q0 -30 9.5 -58.5t26 -52t40 -42t52.5 -28.5v500h-128v-319zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5v704h-640v-704q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 1664h-128v-500q28 10 52 28.5t40.5 42t26 52t9.5 58.5v319z" + }, + { + Name: "RewardsLogo", + Code: "ED4E", + Path: "M2048 1408l-839 -420q73 -29 133.5 -77t103.5 -110.5t66.5 -136t23.5 -152.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 79 23.5 152.5t66.5 136t103 110.5t134 77l-839 420v640h2048v-640zM384 1920h-256v-433l256 -128v561zM1408 512q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1536 1920h-1024v-625l512 -256l512 256v625zM1920 1920h-256v-561l256 128v433z" + }, + { + Name: "RewardsLogoSolid", + Code: "ED4F", + Path: "M2048 1408l-384 -192v832h384v-640zM0 2048h384v-832l-384 192v640zM512 2048h1024v-896q-82 -42 -163.5 -82t-163.5 -82q73 -29 133.5 -77t103.5 -110.5t66.5 -136t23.5 -152.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 79 23.5 152.5t66.5 136t103 110.5t134 77l-327 164v896z" + }, + { + Name: "ReopenPages", + Code: "ED50", + Path: "M1536 1408h512v-1280h-1536v512h-512v1280h1536v-512zM1920 1280h-384v-128h384v128zM1408 1792h-1280v-128h1280v128zM128 1536v-768h1280v768h-1280zM640 256h1280v768h-384v-384h-896v-384z" + }, + { + Name: "EmojiTabSymbols", + Code: "ED58", + Path: "M1920 896h128v-384h-384v128h192q-45 60 -113 94t-143 34q-51 0 -98 -15.5t-87 -43.5t-70 -67t-47 -87l-120 42q24 67 66 122t97.5 94.5t121.5 61t137 21.5q91 0 174 -35t146 -100v135zM448 2048q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM128 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM715 1424q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM512 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384zM1600 128q51 0 98 15.5t86.5 43.5t70 67t47.5 87l120 -42q-24 -67 -66 -122t-97.5 -94.5t-121.5 -61t-137 -21.5q-91 0 -174 35t-146 100v-135h-128v384h384v-128h-192q45 -60 113 -94t143 -34zM1230 1527q-38 38 -58 87t-20 102q0 56 21 105t57 85t84.5 57t104.5 21q51 0 97.5 -18t83.5 -52q37 34 83.5 52t97.5 18q55 0 104 -21t85 -57t57 -85t21 -105q0 -53 -20 -102t-58 -87l-370 -369zM1420 1856q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -28 10.5 -53t30.5 -45l279 -279l279 279q41 41 41 98q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45 30.5t-53 10.5z" + }, + { + Name: "AADLogo", + Code: "ED68", + Path: "M2048 738l-1024 -598l-1024 598l1024 1170zM1522 678q30 0 57 11.5t46.5 31t31 46.5t11.5 57t-11.5 56.5t-31.5 46t-46.5 31t-56.5 11.5q-32 0 -62 -14l-314 359q23 35 23 79q0 30 -11.5 56.5t-31 46t-46 31t-56.5 11.5t-56.5 -11.5t-46.5 -31t-31.5 -46t-11.5 -56.5q0 -21 6.5 -41.5t17.5 -37.5l-314 -359q-30 14 -62 14q-30 0 -56.5 -11.5t-46.5 -31t-31.5 -46t-11.5 -56.5t11.5 -57t31 -46.5t46.5 -31t57 -11.5q28 0 54 10.5t46 30.5l257 -150q-5 -20 -5 -36q0 -30 11.5 -56.5t31.5 -46.5t46.5 -31.5t56.5 -11.5t56.5 11.5t46.5 31.5t31.5 46.5t11.5 56.5q0 16 -5 36l256 150q20 -20 46 -30.5t55 -10.5zM962 1261q5 -2 10.5 -4t11.5 -4v-580q-35 -11 -61 -35l-257 150q5 20 5 36q0 44 -23 79zM1400 903q-23 -35 -23 -79q0 -20 4 -36l-256 -150q-26 24 -61 35v580q6 2 11.5 4t10.5 4z" + }, + { + Name: "AccessLogo", + Code: "ED69", + Path: "M1280 1984q137 0 274 -15q24 -3 69.5 -9.5t100.5 -18t112.5 -28t104.5 -39t77 -51t30 -63.5v-1472q0 -35 -30 -63.5t-77 -51t-104.5 -39t-112.5 -28t-100.5 -18.5t-69.5 -9q-137 -15 -274 -15q-138 0 -274 15q-24 2 -69.5 9t-100.5 18.5t-112.5 28t-104.5 39t-77 51t-30 63.5v224h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v224q0 35 30 63.5t77 51t104.5 39t112.5 28t100.5 18t69.5 9.5q136 15 274 15zM1280 1856q-65 0 -145 -4.5t-162.5 -15.5t-160.5 -29.5t-138 -46.5q62 -29 139.5 -47.5t159 -29t161 -15t146.5 -4.5t146.5 4.5t161 15t159 29t139.5 47.5q-60 28 -138 46.5t-160.5 29.5t-162.5 15.5t-145 4.5zM403 841h217l51 -153h171l-245 672h-167l-248 -672h170zM1920 309v303q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5q-73 0 -145.5 4.5t-144.5 12.5q-23 -17 -51 -17h-299v-203q29 -23 78 -41t108.5 -31t124.5 -21.5t126.5 -14t114.5 -7.5t88 -2t88 2t114.5 7.5t126.5 14t124.5 21.5t108.5 31t78 41zM1920 755v369q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5q-64 0 -128 3.5t-128 9.5v-384q64 -7 128 -10t128 -3q37 0 90 2t113.5 7.5t124.5 14t123 21.5t108.5 30t80.5 40zM1920 1267v369q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5t-155 5t-170 16.5t-167.5 30.5t-147.5 48v-100h299q35 0 60 -25t25 -60v-286q64 -7 128 -10t128 -3q37 0 90 2t113.5 7.5t124.5 14t123 21.5t108 30t81 40zM442 971l69 209l67 -209h-136z" + }, + { + Name: "AdminALogoInverse32", + Code: "ED6A", + Path: "M1407 1023q0 -26 -10 -49t-27.5 -40t-40.5 -27t-49 -10v254q26 0 49 -10t40.5 -27.5t27.5 -41t10 -49.5zM2020 939l-63 -240l-210 28q-17 -26 -35.5 -50t-40.5 -46l73 -191l-214 -125l-128 167q-60 -15 -122 -15v209q72 0 135 27t110 74.5t74 110.5t27 135q0 71 -27 134t-74 110t-110 74.5t-135 27.5v215h5l79 178l240 -63l-27 -204q27 -17 51.5 -37t47.5 -43l187 71l124 -214l-166 -127q13 -59 13 -124zM619 1269q17 -80 36 -158.5t38 -158.5l-151 2q19 79 38 157.5t36 157.5h3zM64 1776l1152 205v-1914l-1152 199v1510zM340 677l134 -8l40 159l211 -7l44 -170l156 -10l-224 766l-158 -10z" + }, + { + Name: "AdminCLogoInverse32", + Code: "ED6B", + Path: "M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2017 939l-63 -239l-209 28q-17 -26 -36 -50t-40 -46l73 -190l-213 -124l-127 166q-30 -8 -60.5 -11t-61.5 -4v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-109.5 74t-134.5 27v214h5l79 178l238 -63l-26 -203q26 -17 51 -37t47 -43l186 71l124 -213l-165 -127q6 -31 9.5 -61.5t3.5 -61.5zM64 1775l1152 205v-1912l-1152 199v1508zM740 1421q-93 0 -164 -31t-119 -86t-73 -130.5t-25 -164.5q0 -83 21.5 -152.5t64.5 -119.5t108.5 -77.5t152.5 -27.5q38 0 77.5 5.5t74.5 22.5v162q-72 -43 -155 -43q-53 0 -91 20t-63 53.5t-37 77t-12 91.5q0 51 13 96.5t40 80t67.5 54.5t96.5 20q38 0 73.5 -9.5t67.5 -29.5v171q-29 10 -58.5 13.5t-59.5 3.5z" + }, + { + Name: "AdminDLogoInverse32", + Code: "ED6C", + Path: "M761 1049q0 -44 -9 -91.5t-30 -86.5t-57 -64.5t-90 -25.5q-18 0 -36 1l-36 2v510q20 1 39.5 2t39.5 1q51 0 85.5 -22.5t55.5 -58.5t29.5 -80t8.5 -87zM64 1775l1152 205v-1912l-1152 199v1508zM376 646q57 -4 114 -9.5t114 -5.5q86 0 145.5 38.5t96.5 99.5t53.5 136t16.5 148q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-784zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "AdminELogoInverse32", + Code: "ED6D", + Path: "M64 1775l1152 205v-1912l-1152 199v1508zM447 624l377 -30v157l-242 12v187l210 -2v156l-210 -4v182l226 13v157l-361 -32v-796zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "AdminLLogoInverse32", + Code: "ED6E", + Path: "M64 1776l1152 205v-1914l-1152 199v1510zM462 654l391 -22l-3 143l-256 4v643l-132 -16v-752zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "AdminMLogoInverse32", + Code: "ED6F", + Path: "M1405 1024q0 -26 -10 -49t-27 -40t-39.5 -27t-48.5 -10v251q26 0 48.5 -10t39.5 -27t27 -40t10 -48zM2011 939l-63 -236l-207 27q-34 -53 -75 -95l72 -188l-211 -123l-126 164q-62 -14 -121 -14v207q71 0 133 26.5t108.5 73t73.5 108.5t27 133t-27 133t-73.5 108.5t-108.5 73.5t-133 27v212h5l78 177l236 -63l-26 -201q54 -35 98 -80l184 71l123 -211l-164 -126q13 -58 13 -122zM64 1779l1152 205v-1920l-1152 199v1516zM261 655l113 -9v414q0 48 -1.5 96.5t-3.5 96.5l3 1q4 -26 7.5 -52t10.5 -52l140 -516l115 -9l153 542q8 27 12.5 54.5t9.5 55.5h3q-2 -45 -3.5 -88t-1.5 -88v-490l156 -13v845l-223 -18l-132 -477q-8 -28 -14 -55.5t-11 -56.5h-3q-6 56 -21 112l-123 452l-186 -15v-730z" + }, + { + Name: "AdminOLogoInverse32", + Code: "ED70", + Path: "M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2017 939l-63 -239l-209 28q-17 -26 -36 -50t-40 -46l73 -190l-213 -124l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134q0 72 -27 134.5t-74 109.5t-110 74t-134 27v214h5l79 178l238 -63l-26 -203q26 -17 51 -37t47 -43l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10zM628 769q-42 0 -72 27t-48.5 65.5t-27 82t-8.5 76.5t8.5 76t27 82t48.5 65.5t72 26.5t72 -26.5t48.5 -65t27 -82t8.5 -76.5t-8.5 -76.5t-27 -82.5t-48.5 -65.5t-72 -26.5zM64 1776l1152 205v-1914l-1152 199v1510zM639 1420q-50 0 -92 -17.5t-75.5 -48t-59 -70t-42.5 -84t-25.5 -91t-8.5 -89.5t8.5 -89.5t25.5 -91t42.5 -84t59 -70t75.5 -48t92 -17.5q75 0 132 38t95 97t57 129.5t19 135.5t-19 135.5t-57 129.5t-95 97t-132 38z" + }, + { + Name: "AdminPLogoInverse32", + Code: "ED71", + Path: "M1408 1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10v255q27 0 50 -10t40.5 -27t27.5 -40t10 -50zM2024 938l-63 -241l-212 28q-17 -26 -35.5 -50.5t-40.5 -45.5l74 -192l-216 -126l-128 168q-60 -15 -123 -15v210q72 0 135.5 27.5t110.5 74.5t74.5 110.5t27.5 135.5t-27.5 135.5t-74.5 111t-110.5 75t-135.5 27.5v216h5l79 180l241 -64l-27 -205q27 -17 52 -37.5t48 -43.5l188 72l125 -215l-167 -129q13 -59 13 -124zM769 1198q0 -72 -38 -101t-105 -29q-13 0 -25 0.5t-25 0.5v251q17 1 33.5 2t33.5 1q126 0 126 -125zM64 1776l1152 205v-1914l-1152 199v1510zM427 661l149 -18v288q75 -2 142.5 9.5t117.5 43.5t79.5 88t29.5 144q0 122 -65 186t-186 64q-66 0 -133 -5.5t-134 -9.5v-790z" + }, + { + Name: "AdminSLogoInverse32", + Code: "ED72", + Path: "M64 1776l1152 205v-1914l-1152 199v1510zM677 1429q-54 0 -98 -17.5t-75 -49.5t-48 -76.5t-17 -97.5q0 -59 18.5 -98t48.5 -69t68 -55.5t78 -56.5q17 -14 26 -33.5t9 -41.5q0 -38 -23.5 -58t-59.5 -20q-23 0 -46 6.5t-44.5 18t-40 27.5t-31.5 35v-173q39 -26 84 -40t93 -14q50 0 91 15.5t70 44.5t44.5 70t15.5 92q0 62 -19.5 104.5t-48.5 72t-62.5 50t-62.5 40.5t-48.5 43.5t-19.5 57.5q0 22 8.5 38t22.5 26t33 14.5t39 4.5q33 0 69 -13.5t60 -37.5v169q-31 11 -66.5 16.5t-67.5 5.5zM1408 1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10v255q27 0 50 -10t40.5 -27t27.5 -40t10 -50zM2024 938l-63 -241l-212 28q-17 -26 -35.5 -50.5t-40.5 -45.5l74 -192l-216 -126l-128 168q-60 -15 -123 -15v210q72 0 135.5 27.5t110.5 74.5t74.5 110.5t27.5 135.5t-27.5 135.5t-74.5 111t-110.5 75t-135.5 27.5v216h5l79 180l241 -64l-27 -205q27 -17 52 -37.5t48 -43.5l188 72l125 -215l-167 -129q13 -59 13 -124z" + }, + { + Name: "AdminYLogoInverse32", + Code: "ED73", + Path: "M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM64 1775l1152 205v-1912l-1152 199v1508zM321 1388l206 -508v-284l159 -14v298l248 560l-184 -16l-119 -321q-6 -16 -9.5 -32t-6.5 -33h-2q-3 17 -6.5 34t-9.5 33l-110 297zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "DelveLogoInverse", + Code: "ED76", + Path: "M1280 768h256v-384h-256v384zM1984 1664v-448h-384v448h384zM1280 1664h256v-832h-256v832zM1600 1152h384v-768h-384v768zM761 1042q0 -43 -8.5 -90.5t-29.5 -87t-56 -65t-89 -25.5q-19 0 -37.5 0.5t-37.5 1.5v510q19 2 37.5 3t38.5 1q52 0 87 -22.5t56 -58t30 -79.5t9 -88zM64 1785l1152 207v-1936l-1152 201v1528zM376 639q57 -5 114 -10.5t114 -5.5t102.5 18t80 48.5t59 72t40.5 88.5t23 97t7 98q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-783z" + }, + { + Name: "ExchangeLogoInverse", + Code: "ED78", + Path: "M2048 1376q0 -25 -10 -49.5t-27 -41.5l-262 -261l262 -261q17 -17 27 -41.5t10 -49.5v-416q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-416q-25 0 -49.5 10t-41.5 27l-261 262l-261 -262q-17 -17 -41.5 -27t-49.5 -10h-416q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-171q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h416q25 0 49.5 -10t41.5 -27l261 -262l261 262q17 17 41.5 27t49.5 10h416q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-416zM384 1792v-256h555q35 0 60 -25t25 -60v117l-224 224h-416zM288 688h448v135h-291v136h260v135h-260v130h277v136h-434v-672zM1920 672l-224 224h-315q-21 0 -39.5 -8t-32 -21.5t-21.5 -32t-8 -39.5v-315l224 -224h416v416zM1920 1376v416h-416l-352 -352v-187q0 -66 -34.5 -121.5t-93.5 -84.5v-450q0 -35 -25 -60t-60 -25h-555v-256h416l352 352v187q0 48 18 89.5t49 72.5t72.5 49t89.5 18h187z" + }, + { + Name: "LyncLogo", + Code: "ED79", + Path: "M1389 1251q-29 0 -57.5 -4t-51.5 -23v186q13 2 24.5 6.5t24.5 6.5q-3 5 -11.5 14.5t-16.5 20t-14.5 21t-6.5 17.5v46q0 14 7.5 25t19 18.5t25.5 11.5t26 4q17 0 33.5 -7.5t26.5 -21.5l244 -321h-273zM2048 1031q0 -69 -23 -133t-65 -115.5t-99.5 -86.5t-126.5 -47q16 -22 33 -44t17 -51q0 -34 -23.5 -58t-57.5 -24q-21 0 -34 6.5t-26 23.5l-244 314q71 -1 141.5 -1.5t141.5 -0.5q11 0 26 3.5t25 7.5q33 11 59.5 32t46 48t30 59t10.5 67q0 38 -12.5 75t-36.5 67q-8 10 -9.5 11.5t-2 1t-2 1t-9.5 10.5l-182 220h76v1q75 -5 138.5 -38.5t110 -86.5t72.5 -121t26 -141zM1280 844l156 -197h-69q-26 0 -45.5 5t-41.5 19v173zM64 1776l1152 205v-1914l-1152 199v1510zM466 654l389 -22l-2 143l-257 4v643l-130 -16v-752z" + }, + { + Name: "OfficeVideoLogoInverse", + Code: "ED7A", + Path: "M64 1785l1152 207v-1936l-1152 201v1528zM489 1392h-158l220 -759h164l190 774h-158q-29 -140 -57 -279t-59 -279q-35 138 -70.5 274t-71.5 274v-5zM1504 704q-66 0 -124 29t-100 80v358q42 51 100 80t124 29q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1408 845l240 147l-240 147v-294zM1920 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-832q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640v128h640v832h-640v128h640z" + }, + { + Name: "SocialListeningLogo", + Code: "ED7C", + Path: "M1771 1920q29 0 54.5 -11t44.5 -30t30 -44.5t11 -54.5v-265h-249q-17 41 -52.5 65t-79.5 24q-29 0 -55 -11t-45.5 -30.5t-30.5 -45.5t-11 -55q0 -19 5.5 -36.5t14.5 -33.5l-265 -306q-33 21 -74 21q-38 0 -70 -19t-52 -51l-344 177q5 18 5 35q0 29 -11 55t-30.5 45.5t-45.5 30.5t-55 11q-45 0 -81 -25.5t-52 -67.5l-196 1v481q0 29 11 54.5t30 44.5t44.5 30t54.5 11h1494zM1530 1320q27 0 51 9.5t42.5 26t31 39t15.5 49.5h241v-664q0 -29 -11 -54.5t-30 -44.5t-44.5 -30t-54.5 -11h-663l-533 -512l36 512h-334q-29 0 -54.5 11t-44.5 30t-30 44.5t-11 54.5v448l189 -1q4 -26 16.5 -48t31.5 -38t42.5 -25t49.5 -9q29 0 56 12t47 33l359 -184q0 -1 -0.5 -1.5t-0.5 -1.5q-1 -29 10.5 -54.5t31.5 -45t46 -30.5t54 -11q29 0 55 11t45.5 30t30.5 45t11 55q0 38 -19 69l265 307q17 -10 35 -15.5t38 -5.5z" + }, + { + Name: "VisioLogoInverse", + Code: "ED7D", + Path: "M1984 1451v-790q0 -35 -25 -60t-60 -25h-429q-6 -95 -46 -176.5t-104.5 -142t-149 -95t-178.5 -34.5q-84 0 -162 29t-141 80t-107 121.5t-59 153.5h-438q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h433q-6 15 -6 32q0 35 25 60l395 395q25 25 60 25t60 -25l395 -395q25 -25 25 -60q0 -17 -6 -32h433q35 0 60 -25t25 -60zM992 1902l-334 -334l32 -32h249q35 0 60 -25t25 -60v-185l302 302zM592 688l255 672h-166q-42 -123 -85 -244t-83 -245q-41 123 -82 244.5t-83 244.5h-170l251 -672h163zM992 256q73 0 137 27.5t112 75.5t75.5 112t27.5 137q0 67 -25 128t-68 109t-101.5 78t-125.5 35v-361q0 -35 -25 -60t-60 -25h-284q17 -56 49 -103t76 -81t98 -53t114 -19zM1856 704v704h-509q-11 -11 -36.5 -37.5t-59 -60t-70 -70.5t-68.5 -68t-56.5 -53t-32.5 -25v-8q80 -3 152.5 -34t130.5 -82.5t98 -119.5t56 -146h395z" + }, + { + Name: "Balloons", + Code: "ED7E", + Path: "M1728 1280q-26 0 -45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15q-26 0 -45 19t-19 45t19 45t45 19q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19zM576 1792q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15q-26 0 -45 19t-19 45t19 45t45 19zM1536 535q0 -20 -1.5 -46t3 -49t18.5 -39.5t44 -16.5q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15t-75 15t-61 41t-41 61t-15 75v87q-139 66 -247 173t-174 246q-66 -94 -154 -168t-193 -123v-87q0 -40 15 -75t41 -61t61 -41t75 -15q53 0 100 0.5t90 -7t83 -27.5t81 -60q46 -46 70 -103.5t24 -122.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15h-128q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v87q-117 55 -212 140t-161.5 190.5t-102.5 227t-36 251.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q77 0 150 -20t138 -57.5t119 -91t92 -120.5q80 78 182.5 119.5t214.5 41.5q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -130 -36 -251.5t-102.5 -227t-161.5 -190.5t-212 -140zM576 774q103 47 185.5 119.5t141 163.5t90 196.5t31.5 218.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -113 31.5 -218.5t90 -196.5t141 -163.5t185.5 -119.5zM1068 1093q25 -74 65 -141t91.5 -124t114 -103t133.5 -79q103 47 185.5 119.5t141 163.5t90 196.5t31.5 218.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-100 0 -189 -42.5t-153 -119.5q11 -38 16.5 -78t5.5 -80q0 -99 -21 -194.5t-63 -184.5z" + }, + { + Name: "Cat", + Code: "ED7F", + Path: "M2048 1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-64v-640q0 -66 11 -131.5t34 -128.5q46 -8 84.5 -31t66.5 -56.5t44 -76t16 -88.5q0 -18 0.5 -40.5t-4.5 -42t-18.5 -32.5t-41.5 -13h-1472q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199q0 79 30 149t82.5 122.5t122 82.5t149.5 30q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v128q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 198 69.5 369.5t204.5 314.5q117 124 177.5 274.5t60.5 321.5v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30h128v-113q0 -17 9.5 -33t25.5 -24q61 -30 121.5 -60t121.5 -61q49 -25 77.5 -71t28.5 -101v-113zM1920 128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-21 0 -35.5 10.5t-23.5 28.5q-18 34 -31 78t-21.5 90.5t-12.5 92.5t-4 84v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v113q0 17 -9.5 33t-25.5 24q-61 30 -121.5 60t-121.5 61q-45 23 -72.5 64.5t-31.5 92.5q-53 0 -100 -20t-82 -54.5t-55.5 -81t-20.5 -100.5v-128q0 -197 -69.5 -369t-204.5 -315q-117 -124 -177.5 -274.5t-60.5 -321.5q0 -34 -9.5 -66.5t-26.5 -61.5h804q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-256v128h256q8 0 15.5 -1t15.5 -2l-93 371l124 32l119 -475q36 -36 55.5 -83t19.5 -98h256zM1600 1664q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "MailAlert", + Code: "ED80", + Path: "M2048 1664v-684q-55 79 -128 139v281l-282 -140q-41 9 -82.5 14.5t-83.5 5.5q-23 0 -46.5 -2t-46.5 -5l526 263h-1762l864 -432q-25 -23 -48 -47t-43 -50l-788 393v-888h643q3 -32 9.5 -64t14.5 -64h-795v1280h2048zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z" + }, + { + Name: "MailCheck", + Code: "ED81", + Path: "M1939 685l90 -90l-557 -558l-269 270l90 90l179 -178zM2048 1664v-907q-32 32 -65 63.5t-63 65.5v514l-896 -447l-896 447v-888h1099l-128 -128h-1099v1280h2048zM1024 1095l881 441h-1762z" + }, + { + Name: "MailLowImportance", + Code: "ED82", + Path: "M0 1664h2048v-1195l-128 128v803l-896 -447l-896 447v-888h1333l-128 -128h-1333v1280zM143 1536l881 -441l881 441h-1762zM1792 250l147 147l90 -90l-301 -301l-301 301l90 90l147 -147v774h128v-774z" + }, + { + Name: "MailPause", + Code: "ED83", + Path: "M0 1664h2048v-768h-128v504l-896 -447l-896 447v-888h1280v-128h-1408v1280zM143 1536l881 -441l881 441h-1762zM1792 0v768h128v-768h-128zM1536 0v768h128v-768h-128z" + }, + { + Name: "MailRepeat", + Code: "ED84", + Path: "M2048 384q2 -78 -30 -146t-86 -119.5t-124 -82.5t-144 -35h-9l-2 -1h-11q-109 0 -204 43.5t-158 135.5v-179h-128v384h384v-128h-152q19 -29 46 -52.5t58.5 -40.5t65.5 -26t69 -9q56 0 105 14.5t87.5 43.5t65 71.5t37.5 98.5l1 2v11l1 2v13h128zM1920 896h128v-384h-384v128h152q-19 29 -46 52.5t-58.5 40.5t-66 26t-68.5 9q-56 0 -105 -14.5t-87.5 -43.5t-65 -71.5t-37.5 -98.5l-1 -2v-11l-1 -2v-13h-128q-2 78 29.5 146t85.5 119.5t124.5 82.5t144.5 35h9l2 1h11q109 0 204 -43.5t158 -135.5v179zM2048 1664v-640h-128v376l-896 -447l-896 447v-888h896v-128h-1024v1280h2048zM1024 1095l881 441h-1762z" + }, + { + Name: "SecurityGroup", + Code: "ED85", + Path: "M867 587q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 96.5q-74 55 -115.5 136.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -43 -177t-120 -137q47 -25 90 -59.5t78.5 -76.5t62.5 -90.5t43 -99.5h-134q-22 52 -59 98.5t-85 81.5t-103.5 55t-113.5 20q-80 0 -149.5 -30t-122 -82t-82.5 -122t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5zM1408 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM384 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2048 512v-512h-640v512h64v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h64zM1600 512h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 384h-384v-256h384v256z" + }, + { + Name: "Table", + Code: "ED86", + Path: "M128 1792h1664v-1536h-1664v1536zM768 1024v-256h384v256h-384zM1152 1152v256h-384v-256h384zM640 1152v256h-384v-256h384zM256 1024v-256h384v256h-384zM640 384v256h-384v-256h384zM1152 384v256h-384v-256h384zM1664 384v256h-384v-256h384zM1664 768v256h-384v-256h384zM1664 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128z" + }, + { + Name: "VoicemailForward", + Code: "ED87", + Path: "M1725 765l317 -317l-317 -317l-90 90l163 163h-518v128h518l-163 163zM1547 768h-1163q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h712q-48 53 -74 118.5t-26 137.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -52 -14 -101t-39.5 -92t-61.5 -79t-81 -61l-95 95q36 15 66 39t51.5 55t33.5 68t12 76q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q3 0 6 0.5t6 0.5zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "VoicemailReply", + Code: "ED88", + Path: "M1392 768h-1008q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h712q-48 53 -74 118.5t-26 137.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -68 -23 -130t-64 -112t-97 -85t-123 -49l-125 125q12 -2 24 -3.5t24 -1.5q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -73 38 -134t103 -94zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293z" + }, + { + Name: "Waffle", + Code: "ED89", + Path: "M384 1408v256h256v-256h-256zM896 1408v256h256v-256h-256zM1408 1664h256v-256h-256v256zM384 896v256h256v-256h-256zM896 896v256h256v-256h-256zM1408 896v256h256v-256h-256zM384 384v256h256v-256h-256zM896 384v256h256v-256h-256zM1408 384v256h256v-256h-256z" + }, + { + Name: "RemoveEvent", + Code: "ED8A", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM1299 1197l90 -90l-274 -275l274 -275l-90 -90l-275 275l-275 -275l-90 90l274 275l-274 275l90 90l275 -275z" + }, + { + Name: "EventInfo", + Code: "ED8B", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM896 1024h128v-640h-128v640zM960 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "ForwardEvent", + Code: "ED8C", + Path: "M1664 1920h384v-1297l-128 128v657h-1792v-1152h1291l128 -128h-1547v1792h384v128h128v-128h1024v128h128v-128zM128 1536h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-518v128h518z" + }, + { + Name: "WipePhone", + Code: "ED8D", + Path: "M534 384q-20 -52 -20 -107q0 -5 0.5 -10.5t0.5 -10.5h-131v128h150zM1499 128h293v-128h-955l-147 148q-24 25 -37 57t-13 67t13 67.5t38 57.5l813 814l538 -539zM1504 1030l-389 -390l357 -358l389 390zM1317 128l65 64l-358 357l-242 -242q-14 -14 -14 -35t14 -35l108 -109h427zM550 128q21 -41 47.5 -68.5t59.5 -59.5h-529q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-752l-128 -128v880h-1024v-1792h422z" + }, + { + Name: "AddOnlineMeeting", + Code: "ED8E", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -99 -19 -195.5t-56 -188.5h-309v128h218q38 126 38 256q0 133 -37 256h-363q8 -64 12 -127.5t4 -128.5h-128q0 65 -4.5 128.5t-12.5 127.5h-734q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h623v-128h-601q8 -39 23 -92.5t37 -110t50.5 -112t64.5 -99.5t78.5 -71t91.5 -27q30 0 57 11.5t51 30t44.5 41t36.5 45.5h67v-222q-63 -17 -127 -25.5t-129 -8.5q-141 0 -272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM731 1871q-85 -29 -161.5 -75t-142.5 -105t-119.5 -130.5t-92.5 -152.5h333q11 59 27.5 120.5t39 121t51.5 116t65 105.5zM731 177q-36 49 -65 105.5t-51.5 116t-39 121t-27.5 120.5h-333q39 -81 92.5 -152.5t119.5 -131t142.5 -105t161.5 -74.5zM528 768q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256t37 -256h363zM1369 1408q-8 39 -23 92t-37 110t-50.5 112.5t-64.5 99.5t-78.5 71t-91.5 27t-91.5 -27t-78.5 -71t-64.5 -99.5t-50.5 -112.5t-37 -110t-23 -92h690zM1833 1408q-39 81 -92.5 152.5t-119.5 130.5t-142.5 105t-161.5 75q36 -49 65 -105.5t51.5 -116t39 -121t27.5 -120.5h333zM1536 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "JoinOnlineMeeting", + Code: "ED8F", + Path: "M918 167q-10 -38 -15.5 -77.5t-6.5 -79.5q-128 15 -244 60t-215.5 115.5t-180 162t-137.5 199.5t-88 228.5t-31 248.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5h-71q-14 23 -29.5 45t-34.5 42q-6 87 -31 169h-1225q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h367q0 -32 5 -64t13 -64h-363q12 -57 32.5 -125t50 -133.5t68.5 -122t88 -92.5zM1833 1408q-39 81 -92.5 152t-119.5 130.5t-142.5 105t-161.5 74.5q36 -50 64.5 -106t51 -115.5t38.5 -120t28 -120.5h334zM1024 1920q-50 0 -92.5 -27t-78 -71t-64 -99.5t-50.5 -112.5t-37 -110t-23 -92h690q-8 39 -23 92t-37 110t-50.5 112.5t-64 99.5t-78.5 71t-92 27zM732 1871q-85 -29 -162 -74.5t-143 -105t-120 -131t-92 -152.5h334q11 55 27.5 117.5t39.5 124t52 119t64 102.5zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM213 640q39 -81 92.5 -152.5t120 -130.5t143.5 -104.5t162 -74.5q-36 50 -64.5 106t-51 115t-39 120t-28.5 121h-335zM1762 459q65 -33 118 -81t90.5 -108t57.5 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-75 54 -116 135.5t-41 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41.5 -173.5t-116.5 -135.5zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "RemoveLink", + Code: "ED90", + Path: "M960 1664q93 0 174 -35.5t142 -96t96 -142t35 -174.5t-35 -174.5t-96 -142t-142 -96t-174 -35.5h-64v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512zM1918 855q-5 63 -31.5 117t-69 94t-98.5 63t-119 23h-64v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -47 -11 -96zM768 832q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h176l128 -128h-304q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "PeopleBlock", + Code: "ED91", + Path: "M1408 1280q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "PeopleRepeat", + Code: "ED92", + Path: "M2048 896v-384h-384v128h153q-41 62 -108.5 95t-140.5 33q-54 0 -106 -18.5t-92.5 -52t-65 -80.5t-24.5 -105h-128q0 85 34.5 155.5t92.5 121.5t133 79t156 28q52 0 102 -11.5t96 -34.5t85 -56.5t69 -76.5v179h128zM1632 128q54 0 105.5 18.5t92 52t65.5 80.5t25 105h128q0 -85 -34.5 -155.5t-92.5 -121.5t-133 -79t-156 -28q-52 0 -102 11.5t-96 34.5t-85 56t-69 77v-179h-128v384h384v-128h-153q41 -62 108.5 -95t140.5 -33zM1408 1280q-79 0 -149 -30t-122 -82t-82.5 -122t-30.5 -149q0 -93 -41.5 -174.5t-116.5 -136.5q45 -23 85 -54t73 -69l-102 -79q-54 61 -127.5 94.5t-154.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 97.5q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173.5t-116 -135.5q100 -50 169.5 -136.5t97.5 -194.5h-134q-20 57 -56 104.5t-83 81t-103.5 52t-117.5 18.5zM1408 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 100t-54.5 81.5t-81.5 54.5t-100 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "PeopleAlert", + Code: "ED93", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128zM914 1004q-66 -84 -102.5 -184.5t-41.5 -206.5q-54 -48 -120 -74.5t-138 -26.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q93 0 174.5 -41.5t135.5 -116.5q37 75 96 135t134 98q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-64 0 -122.5 -20t-107 -56.5t-84 -87.5t-52.5 -112zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM512 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "PeoplePause", + Code: "ED94", + Path: "M1792 896q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1792 768h128v-768h-128v768zM1408 768h128v-768h-128v768z" + }, + { + Name: "TransferCall", + Code: "ED95", + Path: "M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM2048 1408v-512h-128v293l-339 -338l-90 90l338 339h-293v128h512zM1408 1408h-512v512h128v-293l339 338l90 -90l-338 -339h293v-128z" + }, + { + Name: "AddPhone", + Code: "ED96", + Path: "M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM2048 1664v-128h-384v-384h-128v384h-384v128h384v384h128v-384h384z" + }, + { + Name: "UnknownCall", + Code: "ED97", + Path: "M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM1664 1024h128v-128h-128v128zM1728 1984q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "NoteReply", + Code: "ED98", + Path: "M1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293zM1219 256l128 -128h-670l-549 549v1243h1792v-1278l-128 128v1022h-1536v-1024h512v-512h451zM640 640h-293l293 -293v293z" + }, + { + Name: "NoteForward", + Code: "ED99", + Path: "M2042 448l-317 -317l-90 90l163 163h-518v128h518l-163 163l90 90zM1376 256l127 -128h-826l-549 549v1243h1792v-1123l-128 128v867h-1536v-1024h512v-512h608zM640 640h-293l293 -293v293z" + }, + { + Name: "NotePinned", + Code: "ED9A", + Path: "M1792 777q61 -27 128 -36v-613h-1243l-549 549v1243h1792v-229q-67 -9 -128 -36v137h-1536v-1024h512v-512h1024v521zM640 640h-293l293 -293v293zM2048 1536v-640h-64q-78 0 -143 33.5t-112 94.5h-110q-28 -59 -70 -106.5t-94.5 -80.5t-113 -51t-125.5 -18h-64v384h-512l-128 64l128 64h512v384h64q65 0 125.5 -18t113 -51t94.5 -80.5t70 -106.5h110q47 61 112 94.5t143 33.5h64zM1920 1397q-24 -8 -41 -20t-30.5 -26.5t-25 -32.5t-23.5 -38h-269l-15 43q-28 79 -91 134t-145 72v-626q82 17 145 72t91 134l15 43h269q12 -20 23.5 -38t25 -32.5t30.5 -26.5t41 -20v362z" + }, + { + Name: "RemoveOccurrence", + Code: "ED9B", + Path: "M2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM1024 128q39 0 77.5 4.5t76.5 12.5l108 -108q-31 -8 -62.5 -14.5t-63.5 -11.5l-8 64l8 -64q-34 -5 -67.5 -8t-68.5 -3q-138 0 -267.5 34t-245 98.5t-213 157t-170.5 209.5v-243h-128v512h512v-128h-316q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "Timeline", + Code: "ED9C", + Path: "M1920 938q63 -77 95.5 -169.5t32.5 -192.5q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224q0 100 33 192h-929v1024h256v-128h-128v-256h768v256h-128v128h384v-128h-128v-256h768v256h-128v128h256v-854zM993 896q40 60 93 107.5t114.5 80.5t130.5 50.5t141 17.5q86 0 167 -24.5t153 -72.5v225h-1664v-384h865zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256z" + }, + { + Name: "EditNote", + Code: "ED9D", + Path: "M384 128h412l-32 -128h-508v1920h128v128h128v-128h256v128h128v-128h256v128h128v-128h256v128h128v-128h128v-648q-34 -5 -66.5 -17t-61.5 -31v568h-1280v-1664zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "CircleHalfFull", + Code: "ED9E", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 1792q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h1536q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5z" + }, + { + Name: "Room", + Code: "ED9F", + Path: "M1920 1920v-1664h-147h-295l-473 -95l-237 -47v1155l640 128v11h-768v-1152h-512v1664h1792zM896 1163v-893l512 103v893zM1792 384v1408h-1536v-1408h256v1152h1024v-1152h256z" + }, + { + Name: "Unsubscribe", + Code: "EDA0", + Path: "M1920 772q1 -2 1.5 -28.5t0.5 -69v-97t-0.5 -112t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v644l373 1118l102 -99l-341 -1023h418l128 -256h560l128 256h418l-341 1024l101 103zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM531 1261l338 339l-338 339l90 90l339 -339l339 339l90 -90l-339 -339l339 -339l-90 -90l-339 339l-339 -339z" + }, + { + Name: "Subscribe", + Code: "EDA1", + Path: "M1920 772q1 -2 1.5 -29t0.5 -69.5v-96.5t-0.5 -111.5t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v42.5t-0.5 79t-0.5 102.5t-0.5 113.5t-0.5 111.5v96.5t0.5 69.5t1.5 29l383 1148h385v-128h-293l-341 -1024h418l128 -256h560l128 256h418l-341 1024h-293v128h385zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM896 1115v933h128v-933l294 293l90 -90l-448 -448l-448 448l90 90z" + }, + { + Name: "HardDrive", + Code: "EDA2", + Path: "M1856 1408q40 0 75 -15t61 -41t41 -61t15 -75v-576h-2048v576q0 40 15 75t41 61t61 41t75 15h1664zM1920 1216q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-448h1792v448zM1664 1152h128v-128h-128v128zM1408 1152h128v-128h-128v128z" + }, + { + Name: "CloudPrinter", + Code: "EDA6", + Path: "M1920 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-256v-128h-896v128h-256v512h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5h131v-512h128zM1024 1280v-384h640v384h-640zM640 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10h128v512h633q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128zM1664 256h-640v-128h640v128zM1920 768h-1152v-512h128v128h896v-128h128v512zM960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "RecurringTask", + Code: "EDB2", + Path: "M2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34zM576 987l627 626l90 -90l-717 -718l-333 334l90 90zM128 640h912q-11 -31 -18 -63t-10 -65h-1012v1536h1536v-1012q-33 -3 -65 -10t-63 -18v912h-1280v-1280z" + }, + { + Name: "TaskManager", + Code: "EDB7", + Path: "M0 1920h2048v-1792h-2048v1792zM1920 1792h-1792v-256h1792v256zM128 256h1792v1152h-1792v-1152zM256 896v384h384v-384h-384zM384 1152v-128h128v128h-128zM256 384v384h384v-384h-384zM384 640v-128h128v128h-128zM896 1024v128h768v-128h-768zM896 512v128h768v-128h-768z" + }, + { + Name: "TaskManagerMirrored", + Code: "EDB8", + Path: "M0 1920h2048v-1792h-2048v1792zM1920 1792h-1792v-256h1792v256zM128 256h1792v1152h-1792v-1152zM1408 896v384h384v-384h-384zM1536 1152v-128h128v128h-128zM1408 384v384h384v-384h-384zM1536 640v-128h128v128h-128zM384 1024v128h768v-128h-768zM384 512v128h768v-128h-768z" + }, + { + Name: "Combine", + Code: "EDBB", + Path: "M2048 1152v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90l-210 -211h677zM467 1363l90 90l365 -365l-365 -365l-90 90l210 211h-677v128h677z" + }, + { + Name: "Split", + Code: "EDBC", + Path: "M1683 1453l365 -365l-365 -365l-91 90l211 211h-651v128h651l-211 211zM456 1363l-211 -211h651v-128h-651l211 -211l-91 -90l-365 365l365 365z" + }, + { + Name: "DoubleChevronUp", + Code: "EDBD", + Path: "M0 91l1024 1024l1024 -1024l-91 -91l-933 933l-933 -933zM1024 1829l-933 -933l-91 91l1024 1024l1024 -1024l-91 -91z" + }, + { + Name: "DoubleChevronLeft", + Code: "EDBE", + Path: "M2048 1957l-933 -933l933 -933l-91 -91l-1024 1024l1024 1024zM1152 1957l-933 -933l933 -933l-91 -91l-1024 1024l1024 1024z" + }, + { + Name: "DoubleChevronRight", + Code: "EDBF", + Path: "M91 2048l1024 -1024l-1024 -1024l-91 91l933 933l-933 933zM987 2048l1024 -1024l-1024 -1024l-91 91l933 933l-933 933z" + }, + { + Name: "Ascending", + Code: "EDC0", + Path: "M1216 1024h512l-320 -640h320v-128h-512l320 640h-320v128zM512 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM1323 1280l-43 -128h-128l256 768h128l256 -768h-128l-43 128h-298zM1472 1728l-107 -320h214z" + }, + { + Name: "Descending", + Code: "EDC1", + Path: "M1728 1152h-512l320 640h-320v128h512l-320 -640h320v-128zM512 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM1664 256l-43 128h-298l-43 -128h-128l256 768h128l256 -768h-128zM1365 512h214l-107 320z" + }, + { + Name: "TextBox", + Code: "EDC2", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM397 1154h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1689q-2 -10 -3.5 -20t-4.5 -20l-87 -250h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2zM1033 1154h-102v664h102v-294h1q26 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65zM1032 1342q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59q0 26 -6 51.5t-19 45.5t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55zM1664 1144q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q28 0 55 -5t53 -16v-95q-22 16 -47.5 25.5t-52.5 9.5q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -66 37 -108t105 -42q29 0 55 10.5t49 28.5v-88q-29 -17 -62 -24t-66 -7zM438 256q-48 0 -82.5 19t-56.5 50.5t-32.5 71.5t-10.5 83q0 47 11.5 91t36.5 78.5t62.5 55t90.5 20.5q43 0 77 -17.5t55 -55.5h2v278h101v-664h-101v77h-2q-50 -87 -151 -87zM482 644q-35 0 -58.5 -14t-37.5 -36.5t-20 -51t-6 -58.5q0 -27 6 -53.5t20 -47.5t35.5 -34t53.5 -13q28 0 50 11t37 30t22.5 43.5t7.5 50.5v59q0 48 -30.5 81t-79.5 33zM1012 725q51 0 87 -17.5t59.5 -47.5t34.5 -71t11 -87v-39h-305q2 -63 39 -96.5t99 -33.5q36 0 69.5 11.5t62.5 31.5v-81q-36 -23 -78 -31t-84 -8q-54 0 -93.5 17.5t-65.5 48.5t-39 73.5t-13 93.5q0 48 15 90.5t43 75t68 51.5t90 19zM1106 535q0 23 -5.5 44t-17 36.5t-30 25t-43.5 9.5q-24 0 -43.5 -9.5t-33.5 -25.5t-22.5 -37t-11.5 -43h207zM1332 787q0 36 12.5 64t34.5 48t51.5 30.5t64.5 10.5q15 0 30 -2t29 -7v-84q-21 12 -47 12q-41 0 -57.5 -23t-16.5 -61v-60h104v-80h-103v-369h-102v369h-76v80h76v72z" + }, + { + Name: "TextField", + Code: "EDC3", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 770h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1305q-2 -10 -3.5 -20t-4.5 -20l-87 -250h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2zM1033 770h-102v664h102v-294h1q26 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65zM1032 958q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59q0 26 -6 51.5t-19 45.5t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55zM1664 760q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q28 0 55 -5t53 -16v-95q-22 16 -47.5 25.5t-52.5 9.5q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -66 37 -108t105 -42q29 0 55 10.5t49 28.5v-88q-29 -17 -62 -24t-66 -7z" + }, + { + Name: "NumberField", + Code: "EDC4", + Path: "M1024 768h-384v75t14 73q11 28 33.5 54.5t49.5 52.5t55 50.5t51.5 48.5t38 47.5t14.5 46.5q0 26 -19 45t-45 19q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75q0 -39 -11.5 -70.5t-30.5 -58t-44 -50.5t-51 -46.5t-51.5 -45.5t-46.5 -49h235v-128zM2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 1261q-29 -17 -68 -31t-73 -14v128q11 0 31 6t40 15.5t36.5 20.5t21.5 22h127v-640h-115v493zM1320 768q-42 0 -81.5 14t-74.5 37v127q20 -15 35.5 -26t31.5 -18t34.5 -10t44.5 -3q22 0 42 4.5t35.5 15t24.5 27.5t9 42q0 31 -24 44.5t-56 17.5t-65.5 2.5t-52.5 -1.5v97h58t58 7.5t45 26t18 56.5q0 42 -25.5 56t-63.5 14q-40 0 -69 -18t-58 -43v130q34 23 76 32t82 9q36 0 70 -10t60.5 -29.5t42.5 -49t16 -68.5q0 -48 -19.5 -85.5t-61.5 -60.5q44 -15 72 -53t28 -85t-20 -84t-52.5 -62.5t-74.5 -39t-85 -13.5z" + }, + { + Name: "Dropdown", + Code: "EDC5", + Path: "M0 1792h2048v-1408h-2048v1408zM1920 512v1152h-1792v-1152h1792zM1792 1152l-256 -256l-256 256h512z" + }, + { + Name: "PenWorkspace", + Code: "EDC6", + Path: "M1747 1758q14 -8 23 -23t9 -32q0 -8 -2 -15t-5 -14l-707 -1415q-9 -19 -28 -28l-173 -87q-32 -16 -69 -16h-9.5t-9.5 1l-47 -94q-8 -16 -23.5 -25.5t-33.5 -9.5q-26 0 -45 19t-19 45q0 12 7 30t16.5 37.5t19.5 36.5t15 28q-26 40 -26 87v165q0 16 7 29l576 1152l-65 32l-237 -474q-8 -16 -23.5 -25.5t-33.5 -9.5q-26 0 -45 19t-19 45q0 13 7 29l239 478q16 32 43 50.5t63 18.5q35 0 66.5 -17t61.5 -32l71 142q8 17 23.5 26t33.5 9q13 0 22 -4q12 24 23.5 47.5t26 42.5t35.5 30.5t53 11.5t61 -15l94 -47q32 -16 50.5 -42.5t18.5 -63.5q0 -34 -15.5 -63.5t-29.5 -58.5zM1545 1859l87 -43l29 58l-87 43zM1629 1674l-192 96l-669 -1337v-150q0 -11 8 -19t19 -8q4 0 16.5 5t29 13t35 17.5t35.5 18.5t30 16t19 10zM1792 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-288l64 128h224q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45t19 45t45 19zM128 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h44q-5 -15 -8.5 -31t-3.5 -33t3.5 -33t8.5 -31h-44q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h224l-64 -128h-160q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124z" + }, + { + Name: "BookingsLogo", + Code: "EDC7", + Path: "M960 768q-133 0 -249.5 50t-203.5 137t-137 203.5t-50 249.5v640h640v-1280zM1088 1408q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5h-640v640zM320 640h1408q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50h-768v640z" + }, + { + Name: "ClassNotebookLogoInverse", + Code: "EDC8", + Path: "M64 1776l1152 205v-1914l-1152 199v1510zM344 686l108 -6v377q0 33 1 67t-1 68l290 -528l145 -9v758l-136 -8v-508l-269 492l-138 -6v-697zM2004 783q17 0 30.5 -13.5t13.5 -30.5v-308q0 -17 -13.5 -30.5t-30.5 -13.5h-73v396h73zM1992 1644q23 0 39.5 -16.5t16.5 -39.5v-282q0 -20 -14 -33t-33 -13h-102v-925q0 -23 -17 -40t-40 -17h-562v235h491v85h-491v107h491v86h-491v981h551q28 0 42.5 -12.5t20 -32t5.5 -42v-41.5h93zM1808 1399l-57 58l12 80l-80 14l-38 72l-73 -36l-73 36l-38 -72l-80 -14l11 -80l-56 -58l56 -59l-11 -80l78 -14l13 -28v-260l96 97l96 -97v260l17 28l81 14l-11 80zM1572 1501q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8zM2004 1223q17 0 30.5 -13.5t13.5 -30.5v-308q0 -17 -13.5 -30.5t-30.5 -13.5h-73v396h73z" + }, + { + Name: "DelveAnalyticsLogo", + Code: "EDCA", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z" + }, + { + Name: "DocsLogoInverse", + Code: "EDCB", + Path: "M761 1049q0 -44 -9 -91.5t-30 -86.5t-57 -64.5t-90 -25.5q-18 0 -36 1l-36 2v510q20 1 39.5 2t39.5 1q51 0 85.5 -22.5t55.5 -58.5t29.5 -80t8.5 -87zM64 1775l1152 205v-1912l-1152 199v1508zM376 646q57 -4 114 -9.5t114 -5.5q86 0 145.5 38.5t96.5 99.5t53.5 136t16.5 148q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-784zM1884 1004h-483v-483h-121v603h443v81h-443v120h443v81h-443v121h443v80h-443v121h563q17 0 29 -11.5t12 -28.5v-684zM2004 923v-603h-523v603h523zM1723 843q-42 0 -78.5 -15.5t-64 -43t-43.5 -64t-16 -78.5h202v201zM1763 400q42 0 78.5 16t63.5 43t43 63.5t16 78.5t-16 78.5t-43 63.5t-63.5 43t-78.5 16v-201h-201q0 -42 16 -78.5t43 -63.5t63.5 -43t78.5 -16z" + }, + { + Name: "Dynamics365Logo", + Code: "EDCC", + Path: "M876 1134l-364 -1046v1285zM1664 1329v-594l-1152 -647zM1264 1089l-752 368v501l1101 -585z" + }, + { + Name: "DynamicSMBLogo", + Code: "EDCD", + Path: "M937 848l227 225v-1073h-456v817zM93 734l472 63v-797h-472v734zM1303 1211l472 465v-1676h-472v1211zM1966 2048q4 1 7 -2t3 -7v-2l-43 -233q0 -2 -2 -4.5t-4 -2.5q-7 0 -10 3l-78 80l-944 -932q-6 -6 -16 -8l-776 -104q-13 -2 -22 7t-9 21q0 11 7 18t17 9l766 104l938 925q-4 4 -18 17.5t-29.5 29t-27.5 29t-12 16.5q0 7 9 9z" + }, + { + Name: "OfficeAssistantLogo", + Code: "EDCE", + Path: "M1604 794q79 0 148 -30t120.5 -82t81.5 -121t30 -148q0 -78 -30 -147.5t-81.5 -121t-121 -81.5t-147.5 -30t-147.5 30t-121 81.5t-81.5 121t-30 147.5q0 79 30 148t81.5 121t120.5 82t148 30zM1602 629q-20 0 -36.5 -9t-28 -23.5t-18 -32.5t-6.5 -37t6.5 -37t18 -32.5t28 -23t36.5 -8.5t36 8.5t27.5 23t18 32.5t6.5 37q0 18 -6.5 36.5t-18 33t-27.5 23.5t-36 9zM1783 204q0 28 -1 63.5t-10 66.5t-30 52.5t-61 21.5h-5q-14 -15 -33 -24.5t-40 -9.5q-20 0 -39 9.5t-33 24.5q-41 0 -63 -20.5t-32 -51t-11 -66.5t-1 -66h359zM1578 856q-88 -5 -164.5 -41.5t-132.5 -96.5t-88.5 -138.5t-32.5 -166.5q0 -89 35 -173l-147 -45l-971 350l974 -117v1291l-648 -152v-873l-339 -147v1111l985 357l529 -171v-988z" + }, + { + Name: "OfficeStoreLogo", + Code: "EDCF", + Path: "M1536 1536h512v-1344q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1344h512q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1024 1920q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h768q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1920 192v1216h-1792v-1216q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45z" + }, + { + Name: "OneNoteEduLogoInverse", + Code: "EDD0", + Path: "M1888 1216q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-32v320h32zM1888 832q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-32v320h32zM1888 1600q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-96v-912q0 -20 -14 -34t-34 -14h-528v192h384v64h-384v128h384v64h-384v451l240 -87l159 64v-138q0 -7 5 -11.5t12 -4.5t12 4.5t5 11.5v150l64 28l-258 115l-239 -94v471h528q20 0 34 -14t14 -34v-80h96zM1453 976q16 0 34.5 1.5t35.5 6.5t32 14t25 24l-1 123q-5 -2 -24 -9.5t-40 -16t-38.5 -15t-20.5 -6.5q-39 12 -77.5 26.5t-76.5 28.5q-1 -26 -1.5 -53t-0.5 -53q0 -21 18.5 -34.5t43.5 -21.5t51 -11.5t40 -3.5zM128 1741l1024 173v-1780l-1024 173v1434zM413 706l102 -5v480l271 -495l136 -8v710l-127 -8v-351q0 -31 -1 -62.5t1 -62.5l-252 461l-130 -5v-654z" + }, + { + Name: "PlannerLogo", + Code: "EDD1", + Path: "M1771 1984q35 0 60 -25t25 -60v-982q0 -35 -25 -60t-60 -25h-491v-299q0 -35 -25 -60t-60 -25h-427v-298q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-406q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v1749q0 35 25 60t60 25h1494zM1152 1856h-384v-512h384v512zM320 1856v-768h320v768h-320zM640 192v768h-320v-768h320zM1152 576v640h-384v-640h384zM1728 960v896h-448v-896h448z" + }, + { + Name: "PowerApps", + Code: "EDD2", + Path: "M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z" + }, + { + Name: "Suitcase", + Code: "EDD3", + Path: "M1856 1664q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h448v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h448zM768 1664h512v128h-512v-128zM512 1536v-1280h1024v1280h-1024zM128 320q0 -26 19 -45t45 -19h192v1280h-192q-26 0 -45 -19t-19 -45v-1152zM1920 1472q0 26 -19 45t-45 19h-192v-1280h192q26 0 45 19t19 45v1152z" + }, + { + Name: "ProjectLogoInverse", + Code: "EDD4", + Path: "M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 683v-470q0 -35 -25 -60t-60 -25h-1174q-35 0 -60 25t-25 60v299h-619q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v299q0 35 25 60t60 25h918q35 0 60 -25t25 -60v-491h235q35 0 60 -25t25 -60v-491h299q35 0 60 -25t25 -60zM1536 1216h-512v-448h512v448zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM384 1536h555q35 0 60 -25t25 -60v-107h192v448h-832v-256zM1920 256v384h-896v-43q0 -35 -25 -60t-60 -25h-107v-256h1088z" + }, + { + Name: "CaretLeft8", + Code: "EDD5", + Path: "M512 1024l1024 1024v-2048zM1280 618v812l-406 -406z" + }, + { + Name: "CaretRight8", + Code: "EDD6", + Path: "M512 2048l1024 -1024l-1024 -1024v2048zM768 1430v-812l406 406z" + }, + { + Name: "CaretUp8", + Code: "EDD7", + Path: "M1024 1536l1024 -1024h-2048zM1024 1174l-406 -406h812z" + }, + { + Name: "CaretDown8", + Code: "EDD8", + Path: "M0 1536h2048l-1024 -1024zM618 1280l406 -406l406 406h-812z" + }, + { + Name: "CaretLeftSolid8", + Code: "EDD9", + Path: "M512 1024l1024 1024v-2048l-1024 1024v0z" + }, + { + Name: "CaretRightSolid8", + Code: "EDDA", + Path: "M512 2048l1024 -1024l-1024 -1024v2048v0z" + }, + { + Name: "CaretUpSolid8", + Code: "EDDB", + Path: "M1024 1536l1024 -1024h-2048l1024 1024v0z" + }, + { + Name: "CaretDownSolid8", + Code: "EDDC", + Path: "M0 1536h2048l-1024 -1024l-1024 1024v0z" + }, + { + Name: "ClearFormatting", + Code: "EDDD", + Path: "M1243 128h421v-128h-987l-248 248q-27 27 -41.5 62.5t-14.5 73.5t14.5 73.5t41.5 62.5l435 435l-65 197h-446l-85 -256h-140l384 1152h128l329 -988l375 374l602 -602zM756 1280l-180 540l-180 -540h360zM1344 1254l-550 -550l422 -422l550 550zM1061 128l65 64l-422 422l-184 -185q-19 -19 -19 -45t19 -45l211 -211h330z" + }, + { + Name: "Superscript", + Code: "EDDE", + Path: "M1701 1562q-6 -6 -10.5 -12.5t-9.5 -13.5h239v-128h-384v64q0 52 19 94t47.5 77t61.5 64t61.5 54t47.5 48t19 47q0 26 -19 45t-45 19t-45 -19t-19 -45h-128q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -38 -15 -73.5t-41 -62.5h-1zM1440 1536l-384 -512l384 -512h-160l-304 405l-304 -405h-160l384 512l-384 512h160l304 -405l304 405h160z" + }, + { + Name: "Subscript", + Code: "EDDF", + Path: "M1701 154q-6 -6 -10.5 -12.5t-9.5 -13.5h239v-128h-384v64q0 52 19 94t47.5 77t61.5 64t61.5 54t47.5 48t19 47q0 26 -19 45t-45 19t-45 -19t-19 -45h-128q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -38 -15 -73.5t-41 -62.5h-1zM1440 1536l-384 -512l384 -512h-160l-304 405l-304 -405h-160l384 512l-384 512h160l304 -405l304 405h160z" + }, + { + Name: "Strikethrough", + Code: "EDE0", + Path: "M2048 896v-128h-75q-10 -100 -45 -189.5t-95 -157.5t-144 -108t-192 -40q-224 0 -336 197h-4v-172h-133v470h-128v-470h-133v189h-4q-52 -101 -141 -157.5t-204 -56.5q-70 0 -131 19.5t-106 58t-71 95.5t-26 131q0 51 12.5 100t42.5 91h-135v128h332q2 0 16.5 3t33 7t35.5 8t23 5l323 47q0 61 -11 116.5t-38 98t-73 67.5t-116 25q-99 0 -185 -36.5t-161 -99.5v145q36 25 80 45t91 33.5t94.5 20.5t91.5 7q96 0 164.5 -28t112 -80t63.5 -125t20 -164v-95h128v979h133v-716h4q60 111 158 170t225 59q109 0 189 -39.5t133 -107t80.5 -157t30.5 -188.5h71zM763 768h-449q-57 -29 -77 -76t-20 -107q0 -49 17.5 -86t47.5 -61.5t70.5 -37t85.5 -12.5q54 0 100.5 15.5t84.5 43.5t67.5 68t47.5 89q16 42 20.5 80.5t4.5 83.5zM1157 896h683q-3 73 -23 141t-59.5 120.5t-99 84t-141.5 31.5t-147.5 -29.5t-111.5 -80.5t-72 -120t-29 -147zM1835 768h-678v-27q0 -72 24.5 -136.5t68.5 -112.5t105.5 -76t136.5 -28q82 0 142.5 32t102.5 85t66 121.5t32 141.5z" + }, + { + Name: "Export", + Code: "EDE1", + Path: "M1497 1459l308 -309h-1543v-128h1540l-305 -305l90 -90l461 461l-461 461zM134 1536h-128v-896h128v896z" + }, + { + Name: "ExportMirrored", + Code: "EDE2", + Path: "M557 1459l-308 -309h1543v-128h-1540l305 -305l-90 -90l-461 461l461 461zM1920 1536h128v-896h-128v896z" + }, + { + Name: "CloudSearch", + Code: "EDE4", + Path: "M1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 512h-640q-106 0 -199 40.5t-162.5 110t-109.5 162.5t-40 199t40 199t109.5 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5q-33 0 -65.5 -5.5t-64.5 -14.5q-8 86 -46 160t-97.5 128t-136.5 85t-163 31q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h640v-128z" + }, + { + Name: "ProgressRing5", + Code: "EDF6", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-207 0 -392.5 77t-331.5 223l181 181q109 -109 248.5 -167t294.5 -58q159 0 298.5 60.5t244 165t165 244t60.5 298.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5v256v0z" + }, + { + Name: "SingleBookmark", + Code: "EDFF", + Path: "M1664 2048v-2048l-640 323l-640 -323v2048h1280zM1536 1920h-1024v-1712q129 65 256 130t256 129q129 -64 256 -129t256 -130v1712z" + }, + { + Name: "SingleBookmarkSolid", + Code: "EE00", + Path: "M384 2048h1280v-2048l-640 323l-640 -323v2048v0z" + }, + { + Name: "DoubleChevronDown", + Code: "EE04", + Path: "M2048 1957l-1024 -1024l-1024 1024l91 91l933 -933l933 933zM1024 219l933 933l91 -91l-1024 -1024l-1024 1024l91 91z" + }, + { + Name: "FollowUser", + Code: "EE05", + Path: "M2042 448l-365 -365l-90 90l211 211h-646v128h646l-211 211l90 90zM1351 646q-39 86 -99.5 155.5t-136.5 119t-164.5 76.5t-182.5 27q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -137 -63.5 -248.5t-176.5 -185.5q72 -27 136 -67.5t118.5 -92t98 -113.5t75.5 -131zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z" + }, + { + Name: "ReplyAll", + Code: "EE0A", + Path: "M1408 1408q128 0 245 -48t208 -139t139 -208t48 -245q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50v128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5h-549l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h549zM282 1344l467 -467l-90 -90l-557 557l557 557l90 -90z" + }, + { + Name: "WorkforceManagement", + Code: "EE0F", + Path: "M1792 768h256v-768h-1024v768h256v256h512v-256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1152 640v-128h768v128h-768zM896 1152q0 -93 -41.5 -174.5t-116.5 -135.5q45 -23 85 -53t73 -67v-338q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q72 0 137.5 -25.5t118.5 -73.5q32 29 71 51q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q83 -46 135 -124q52 78 135 124q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q46 -25 83 -61t62.5 -79.5t39.5 -93.5t14 -102h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-49 0 -95 -18.5t-81 -52.5q24 -42 36 -89t12 -96zM1664 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1024 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM512 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "RecruitmentManagement", + Code: "EE12", + Path: "M2048 768v-768h-1024v768h256v256h512v-256h256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1920 640h-768v-128h768v128zM1565 1152q-54 61 -128.5 94.5t-156.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5q45 -23 84.5 -53.5t72.5 -67.5v-338q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 97.5q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41.5 -173.5t-115.5 -135.5q68 -34 123 -85.5t93 -117.5h-158zM512 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "Questionnaire", + Code: "EE19", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM384 1152h384v-384h-384v384zM512 896h128v128h-128v-128zM384 1664h384v-384h-384v384zM512 1408h128v128h-128v-128zM896 1024h640v-128h-640v128zM384 640h384v-384h-384v384zM512 384h128v128h-128v-128zM896 512h640v-128h-640v128z" + }, + { + Name: "ManagerSelfService", + Code: "EE23", + Path: "M2048 256h-227q48 -53 73.5 -118.5t25.5 -137.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 102t39.5 93.5t62.5 79.5t83 61q-34 35 -52.5 81t-18.5 95q0 69 34.5 127.5t93.5 92.5v292q0 30 13.5 57t37.5 45q-55 73 -135.5 113.5t-171.5 40.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -93 -41.5 -174.5t-116.5 -135.5q68 -34 123.5 -85t93.5 -117h357q31 0 54 9.5t43.5 23.5t41 31t46 31t58 23.5t77.5 9.5h288q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896zM512 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM896 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1536 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 896h-288q-45 0 -78 9.5t-58 23.5t-45.5 31t-41 31t-43.5 23.5t-54 9.5h-416v-256q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q83 -46 135 -124q52 78 135 124q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h164v512zM1920 1152h-288q-23 0 -41 -5t-34 -13.5t-31.5 -20t-31.5 -25.5q16 -14 31.5 -25.5t31.5 -20t34 -13.5t41 -5h288v128z" + }, + { + Name: "EmployeeSelfService", + Code: "EE24", + Path: "M1920 731v-731h-896v896q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q69 -35 122.5 -86t93.5 -117h415zM384 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1536 768h165l-165 165v-165zM1792 128v512h-384v384h-256v-896h640z" + }, + { + Name: "ProductionFloorManagement", + Code: "EE29", + Path: "M640 1280h-384v384h384v-384zM1152 1280h-384v384h384v-384zM1024 1536h-128v-128h128v128zM1664 1280h-384v384h384v-384zM1536 1536h-128v-128h128v128zM1408 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM256 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM640 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM1280 768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM128 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20h640v-128h-640q-79 0 -149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5h1152q71 0 135 -25t114.5 -68.5t84 -103t44.5 -129.5l-135 -135q6 19 9.5 38t3.5 39q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20h-1152q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "ProductRelease", + Code: "EE2E", + Path: "M896 511v601l-640 320v-880l544 -273l-31 -127l-641 320v1104l832 415l832 -415v-270q-70 -11 -128 -45v171l-640 -320v-473zM754 1746l584 -334l247 124l-625 313zM960 1223l240 120l-584 334l-281 -141zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "ProductVariant", + Code: "EE30", + Path: "M1344 2046l704 -352v-785l-128 64v578l-512 -256v-258l-128 -64v322l-512 256v-227l-128 64v306zM1344 1406l177 89l-463 265l-211 -106zM1659 1563l182 91l-497 249l-149 -75zM1152 909l-128 -64v1l-384 -192v-455l384 193v-144l-448 -224l-576 289v676l576 288l576 -288v-80zM512 199v455l-384 192v-454zM576 765l369 184l-369 185l-369 -185zM1152 766l448 224l448 -224v-527l-448 -224l-448 224v527zM1536 190v305l-256 128v-305zM1920 318v305l-256 -128v-305zM1600 606l241 121l-241 120l-241 -120z" + }, + { + Name: "ReplyMirrored", + Code: "EE35", + Path: "M870 1408q-128 0 -245 -48t-208 -139t-139 -208t-48 -245q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50v128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h677l-402 -403l90 -90l557 557l-557 557l-90 -90l402 -403h-677z" + }, + { + Name: "ReplyAllMirrored", + Code: "EE36", + Path: "M742 1408q-128 0 -245 -48t-208 -139t-139 -208t-48 -245q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50v128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h549l-402 -403l90 -90l557 557l-557 557l-90 -90l402 -403h-549zM1868 1344l-467 -467l90 -90l557 557l-557 557l-90 -90z" + }, + { + Name: "Medal", + Code: "EE38", + Path: "M2048 1792q0 -67 -20 -120.5t-56 -108.5l-516 -775q39 -62 59.5 -132.5t20.5 -143.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 73 20.5 143.5t59.5 132.5l-516 775q-36 55 -56 108.5t-20 120.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1576 1920h-1104l170 -256h764zM728 1536l296 -445l296 445h-592zM128 1792q0 -46 14 -82t39 -74l498 -746q51 47 112.5 78.5t130.5 45.5l-604 906h-62q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1868 1638q25 34 38.5 73t13.5 81q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-62l-604 -906q69 -14 130.5 -45.5t112.5 -78.5l499 747v1z" + }, + { + Name: "AddGroup", + Code: "EE3D", + Path: "M1250 715q68 -34 123 -85.5t93 -117.5h-157q-54 61 -128.5 94.5t-156.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 102t39.5 93.5t62.5 79.5t83 61q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q42 -23 75.5 -55t59.5 -70q27 40 62 72t76 54.5t87.5 34.5t94.5 12t94 -12t87.5 -34.5t76.5 -54.5t62 -72q26 38 59.5 70t75.5 55q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q46 -25 83 -61t62.5 -79.5t39.5 -93.5t14 -102h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-116.5 -135.5zM1664 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM384 1408q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "QuestionnaireMirrored", + Code: "EE4B", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1152 1152h384v-384h-384v384zM1280 896h128v128h-128v-128zM384 1024h640v-128h-640v128zM384 1536h640v-128h-640v128zM1152 640h384v-384h-384v384zM1280 384h128v128h-128v-128zM384 512h640v-128h-640v128z" + }, + { + Name: "AppsContent", + Code: "EE54", + Path: "M256 1920h1792v-1536h-256v-256h-1792v1536h256v256zM1664 256v1024h-1536v-1024h1536zM1664 1408v128h-1536v-128h1536zM1920 512v1280h-1536v-128h1408v-1152h128zM896 1152v-768h-640v768h640zM768 512v512h-384v-512h384zM1408 1152v-128h-384v128h384zM1408 896v-128h-384v128h384zM1280 640v-128h-256v128h256z" + }, + { + Name: "CloudImportExport", + Code: "EE55", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -61 18.5 -117t52 -103.5t81 -83.5t104.5 -56v-134q-84 22 -154.5 69t-121.5 112.5t-79.5 145.5t-28.5 167q0 106 40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM896 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v677h128v-677zM1555 659l-147 146v-677h-128v677l-147 -146l-90 90l301 301l301 -301z" + }, + { + Name: "TemporaryUser", + Code: "EE58", + Path: "M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 512h192v-128h-320v384h128v-256zM1170 1036q-28 -20 -53 -42t-48 -47q-69 37 -145.5 57t-155.5 20q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119.5t-76 -104t-101 -81.5q70 -28 131 -66zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z" + }, + { + Name: "CaretSolid16", + Code: "EE62", + Path: "M0 0l2048 2048v-2048h-2048v0z" + }, + { + Name: "GroupedDescending", + Code: "EE66", + Path: "M384 128v128h1536v-128h-1536zM384 1920h1536v-128h-1408v-1061l293 293l91 -91l-448 -447l-448 447l91 91l293 -293v1189zM1024 1280v128h896v-128h-896zM1024 896v128h896v-128h-896zM1024 512v128h896v-128h-896z" + }, + { + Name: "GroupedAscending", + Code: "EE67", + Path: "M384 1920h1536v-128h-1536v128zM512 1317v-1061h1408v-128h-1536v1189l-293 -293l-91 91l448 447l448 -447l-91 -91zM1024 640v128h896v-128h-896zM1024 1024v128h896v-128h-896zM1024 1408v128h896v-128h-896z" + }, + { + Name: "SortUp", + Code: "EE68", + Path: "M1453 1549l-90 -90l-338 337l-1 -1796h-128l1 1799l-340 -340l-90 90l493 493l493 -493v0z" + }, + { + Name: "SortDown", + Code: "EE69", + Path: "M1364 589l91 -90l-493 -493l-494 493l91 90l338 -338l-1 1794h128l1 -1795l339 339v0z" + }, + { + Name: "AwayStatus", + Code: "EE6A", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1536 1024h-512v640h-128v-768h640v128z" + }, + { + Name: "MyMoviesTV", + Code: "EE6C", + Path: "M1920 1152v-832q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1408q-40 0 -75 15t-61 41t-41 61t-15 75v507q0 37 1.5 67t2 59.5t0 59.5t-3.5 67q-2 21 -6 38.5t-8.5 33.5t-10 32.5t-10.5 37.5l-71 285l1738 434l124 -497l-1171 -292h1207zM681 1540l-321 -80l352 -176l321 80zM1224 1411l322 81l-352 175l-322 -80zM178 1407l61 -241l282 70zM1667 1786l-282 -71l342 -171zM1792 1024h-1536v-704q0 -26 19 -45t45 -19h1408q26 0 45 19t19 45v704z" + }, + { + Name: "SyncToPC", + Code: "EE6E", + Path: "M2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM196 640q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5h128v-118q-32 -4 -64 -7t-64 -3q-136 0 -266 34.5t-246 99.5t-214 157t-170 208v-243h-128v512h511v-128h-315zM1152 896h896v-640h-384v-128h127v-128h-383v128h128v128h-384v640zM1280 384h640v384h-640v-384z" + }, + { + Name: "GenericScan", + Code: "EE6F", + Path: "M0 1408v512h512v-128h-384v-384h-128zM128 640v-384h384v-128h-512v512h128zM1920 256v384h128v-512h-512v128h384zM1536 1920h512v-512h-128v384h-384v128zM384 640v768h128v-768h-128zM768 640v768h128v-768h-128zM1152 640v768h128v-768h-128zM1664 1408v-768h-128v768h128z" + }, + { + Name: "AustralianRules", + Code: "EE70", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1536 1920q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -60 18 -117t53 -105l447 446l-83 83q-19 19 -19 45t19 45t45 19t45 -19l83 -82l101 101l-82 83q-19 19 -19 45t19 45t45 19t45 -19l83 -83l102 102l-83 83q-19 19 -19 45t19 45t45 19t45 -19l83 -82l101 101l-82 83q-19 19 -19 45t19 45t45 19t45 -19l83 -83l446 447q-48 35 -105 53t-117 18zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 60 -18 117t-53 105l-447 -446l83 -83q19 -19 19 -45t-19 -45t-45 -19q-14 0 -24.5 5t-20.5 14l-83 82l-101 -101l82 -83q19 -19 19 -45t-19 -45t-45 -19t-45 19l-83 83l-102 -102l83 -83q19 -19 19 -45t-19 -45t-45 -19q-14 0 -24.5 5t-20.5 14l-83 82l-101 -101l82 -83q19 -19 19 -45t-19 -45t-45 -19t-45 19l-83 83l-446 -447q48 -35 105 -53t117 -18z" + }, + { + Name: "WifiEthernet", + Code: "EE77", + Path: "M1408 256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM896 0q0 133 50 249.5t137 203.5t203.5 137t249.5 50v-128q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128zM512 0q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5v-128q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5h-128zM2048 1152h-256v-1152h-128v1152h-256v768h640v-768zM1536 1792v-128h384v128h-384zM1920 1280v256h-128v-128h-128v128h-128v-256h384zM1280 1254q-149 -31 -282.5 -93.5t-247.5 -151t-205.5 -200.5t-155.5 -241t-98.5 -272.5t-34.5 -295.5h-128q0 169 39 329t111.5 303.5t175.5 267t231 221t278 165t317 98.5v-130z" + }, + { + Name: "TrackersMirrored", + Code: "EE92", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM512 1152h512v-128h-512v128zM512 768h512v-128h-512v128zM512 384h512v-128h-512v128zM1427 1325l90 -90l-237 -237l-173 173l90 90l83 -83zM1427 941l90 -90l-237 -237l-173 173l90 90l83 -83zM1427 557l90 -90l-237 -237l-173 173l90 90l83 -83z" + }, + { + Name: "DateTimeMirrored", + Code: "EE93", + Path: "M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 86 24.5 167t72.5 153h-97v128h128v-86q41 51 91.5 90.5t108 67t120.5 42t128 14.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256zM384 1024h128v-128h-128v128zM640 1024h128v-128h-128v128zM640 1280h128v-128h-128v128zM640 768h128v-128h-128v128zM1024 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM384 1280h128v-128h-128v128z" + }, + { + Name: "StopSolid", + Code: "EE95", + Path: "M128 1920h1792v-1792h-1792v1792v0z" + }, + { + Name: "DoubleChevronUp12", + Code: "EE96", + Path: "M1024 1757l-878 -879l-121 121l999 999l999 -999l-121 -121zM25 146l999 999l999 -999l-121 -121l-878 878l-878 -878z" + }, + { + Name: "DoubleChevronDown12", + Code: "EE97", + Path: "M1024 291l878 879l121 -121l-999 -999l-999 999l121 121zM2023 1902l-999 -999l-999 999l121 121l878 -878l878 878z" + }, + { + Name: "DoubleChevronLeft12", + Code: "EE98", + Path: "M1170 1902l-879 -878l879 -878l-121 -121l-999 999l999 999zM2023 1902l-878 -878l878 -878l-121 -121l-999 999l999 999z" + }, + { + Name: "DoubleChevronRight12", + Code: "EE99", + Path: "M999 2023l999 -999l-999 -999l-121 121l879 878l-879 878zM146 2023l999 -999l-999 -999l-121 121l878 878l-878 878z" + }, + { + Name: "CalendarAgenda", + Code: "EE9A", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM384 1024v128h1280v-128h-1280zM384 640v128h1280v-128h-1280z" + }, + { + Name: "ConnectVirtualMachine", + Code: "EE9D", + Path: "M1792 768h-768v-128h128v-128h256v-128h384v-128h-384v-128h-896v128h-384v128h384v128h256v128h128v128h-768v1152h1664v-1152zM1280 384h-256v128h-128v-128h-256v-128h640v128zM256 896h1408v896h-1408v-896z" + }, + { + Name: "AddEvent", + Code: "EEB5", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM1088 1280v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z" + }, + { + Name: "AssetLibrary", + Code: "EEB6", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-128v640h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h768v-128h-896v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1024 896h1024v-896h-1024v896zM1152 768v-128h128v-128h-128v-128h128v-128h-128v-128h768v128h-128v128h128v128h-128v128h128v128h-768zM1029 1063q-17 41 -53 65t-80 24v-448q0 -44 -19.5 -79.5t-51.5 -60.5t-72 -38.5t-81 -13.5t-81 13.5t-72 38.5t-51.5 60.5t-19.5 79.5t19.5 79.5t51.5 60.5t72 38.5t81 13.5q51 0 96 -18v402h128q41 0 79.5 -12t71.5 -34t58.5 -53t41.5 -69zM672 640q13 0 29.5 4t31.5 12t25 20t10 28t-10 28t-25 20t-31.5 12t-29.5 4t-29.5 -4t-31.5 -12t-25 -20t-10 -28t10 -28t25 -20t31.5 -12t29.5 -4z" + }, + { + Name: "DataConnectionLibrary", + Code: "EEB7", + Path: "M1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM1152 768h128v-512h-128v512zM1408 512h128v-256h-128v256zM1664 640h128v-384h-128v384zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z" + }, + { + Name: "DocLibrary", + Code: "EEB8", + Path: "M1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z" + }, + { + Name: "FormLibrary", + Code: "EEB9", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 896h-384v384h-512v-1152h896v768zM1152 384h512v-128h-512v128zM1408 512h-256v128h256v-128zM1408 768h-256v128h256v-128zM1408 1024h-256v128h256v-128z" + }, + { + Name: "FormLibraryMirrored", + Code: "EEBA", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM1280 384h512v-128h-512v128zM1536 640h256v-128h-256v128z" + }, + { + Name: "ReportLibrary", + Code: "EEBB", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h128v-128h-256v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM2048 1152v-1152h-1664v1152h1664zM1920 1024h-1408v-896h1408v896zM1792 768h-384v128h384v-128zM1664 512h-256v128h256v-128zM1664 256h-256v128h256v-128zM1280 256h-640v640h640v-640zM1152 768h-384v-384h384v384z" + }, + { + Name: "ReportLibraryMirrored", + Code: "EEBC", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h128v-128h-256v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM2048 1152v-1152h-1664v1152h1664zM1920 1024h-1408v-896h1408v896zM1024 768h-384v128h384v-128zM768 640h256v-128h-256v128zM768 384h256v-128h-256v128zM1792 256h-640v640h640v-640zM1664 768h-384v-384h384v384z" + }, + { + Name: "ContactCard", + Code: "EEBD", + Path: "M1792 1152h-640v128h640v-128zM1536 768h-384v128h384v-128zM2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM640 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM512 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "CustomList", + Code: "EEBE", + Path: "M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1536 1664v-128h-768v128h768zM1408 1280v-128h-640v128h640zM1152 896v-128h-384v128h384zM1536 512v-128h-768v128h768zM640 1664v-128h-128v128h128zM640 1280v-128h-128v128h128zM640 896v-128h-128v128h128zM640 512v-128h-128v128h128z" + }, + { + Name: "CustomListMirrored", + Code: "EEBF", + Path: "M1792 2048h-1536v-2048h1536v2048zM384 128v1792h1280v-1792h-1280zM512 1664v-128h768v128h-768zM640 1280v-128h640v128h-640zM896 896v-128h384v128h-384zM512 512v-128h768v128h-768zM1408 1664v-128h128v128h-128zM1408 1280v-128h128v128h-128zM1408 896v-128h128v128h-128zM1408 512v-128h128v128h-128z" + }, + { + Name: "IssueTracking", + Code: "EEC0", + Path: "M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1536 1536v-128h-512v128h512zM1536 1024v-128h-512v128h512zM1536 512v-128h-512v128h512zM941 1619l-237 -237l-173 173l90 90l83 -83l147 147zM941 1107l-237 -237l-173 173l90 90l83 -83l147 147zM941 595l-237 -237l-173 173l90 90l83 -83l147 147z" + }, + { + Name: "IssueTrackingMirrored", + Code: "EEC1", + Path: "M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1024 1536v-128h-512v128h512zM1024 1024v-128h-512v128h512zM1024 512v-128h-512v128h512zM1517 1619l-237 -237l-173 173l90 90l83 -83l147 147zM1517 1107l-237 -237l-173 173l90 90l83 -83l147 147zM1517 595l-237 -237l-173 173l90 90l83 -83l147 147z" + }, + { + Name: "PictureLibrary", + Code: "EEC2", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h384v-128h-512v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM640 1024h1408v-1024h-1408v1024zM768 128h805l-485 486l-320 -321v-165zM1755 128h139l-230 230l-69 -70zM768 896v-421l320 319l416 -416l160 160l256 -256v614h-1152zM1728 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "OfficeAddinsLogo", + Code: "EEC7", + Path: "M128 832l384 192l384 -192v-512l-384 -192l-384 192v512zM1152 1920l768 -384v-1024l-768 -384l-128 64v736l-512 256l-128 -64v416z" + }, + { + Name: "OfflineOneDriveParachute", + Code: "EEC8", + Path: "M960 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM960 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5v-31l-596 -477q-19 26 -41 49.5t-48 43.5l548 439q-90 35 -184.5 53.5t-191.5 18.5q-99 0 -195.5 -19t-187.5 -56v-346q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v345q-185 76 -385 76q-97 0 -190.5 -18.5t-183.5 -53.5l548 -439q-26 -20 -48 -43.5t-41 -49.5l-596 477v31q0 132 34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM968 1224q107 42 214.5 65t222.5 23q190 0 370 -62q-29 145 -104 268t-183.5 212.5t-244 139.5t-283.5 50q-149 0 -284 -50t-243.5 -139t-183.5 -212t-104 -268q181 61 369 61q55 0 112.5 -5.5t115 -17t113 -28.5t105.5 -40z" + }, + { + Name: "OfflineOneDriveParachuteDisabled", + Code: "EEC9", + Path: "M960 627q63 0 119 -24t98 -66t66 -98t24 -119t-24 -119t-66 -98t-98 -66t-119 -24t-119 24t-98 66t-66 98t-24 119t24 119t66 98t98 66t119 24zM960 115q42 0 79.5 16t65.5 44t44 65.5t16 79.5t-16 79.5t-44 65.5t-65.5 44t-79.5 16t-79.5 -16t-65.5 -44t-44 -65.5t-16 -79.5t16 -79.5t44 -65.5t65.5 -44t79.5 -16zM2029 365l-90 -90l-1664 1664l90 90l113 -112q110 64 232 97.5t250 33.5q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5v-31l-324 -259zM1783 1112q-90 35 -184 53t-191 18q-46 0 -91 -4t-90 -12l278 -278zM960 1920q-102 0 -200 -24.5t-188 -72.5l548 -549q71 18 142.5 27.5t144.5 9.5q94 0 186.5 -15.5t181.5 -45.5q-29 145 -104 268t-183.5 212.5t-244 139.5t-283.5 50zM685 673q-26 -20 -48 -43.5t-41 -49.5l-596 477q0 199 63 372.5t202 319.5l91 -91q-80 -85 -134 -188.5t-77 -218.5q88 29 179.5 44.5t185.5 15.5q54 0 106.5 -5t105.5 -15l302 -301v-211q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v329q-185 76 -385 76q-97 0 -190.5 -18.5t-183.5 -53.5zM1294 720l91 -91l-61 -49q-19 26 -41 49.5t-48 43.5z" + }, + { + Name: "LargeGrid", + Code: "EECB", + Path: "M128 1920h1664v-1664h-1664v1664zM1664 1792h-1408v-640h1408v640zM256 1024v-640h640v640h-640zM1024 384h640v640h-640v-640z" + }, + { + Name: "TriangleSolidUp12", + Code: "EECC", + Path: "M1024 2048l1024 -2048h-2048l1024 2048v0z" + }, + { + Name: "TriangleSolidDown12", + Code: "EECD", + Path: "M0 2048h2048l-1024 -2048l-1024 2048v0z" + }, + { + Name: "TriangleSolidLeft12", + Code: "EECE", + Path: "M0 1024l2048 1024v-2048l-2048 1024v0z" + }, + { + Name: "TriangleSolidRight12", + Code: "EECF", + Path: "M0 2048l2048 -1024l-2048 -1024v2048v0z" + }, + { + Name: "TriangleUp12", + Code: "EED0", + Path: "M1024 2048l1024 -2048h-2048zM1024 1666l-748 -1495h1496z" + }, + { + Name: "TriangleDown12", + Code: "EED1", + Path: "M0 2048h2048l-1024 -2048zM276 1877l748 -1495l748 1495h-1496z" + }, + { + Name: "TriangleLeft12", + Code: "EED2", + Path: "M0 1024l2048 1024v-2048zM1877 276v1496l-1495 -748z" + }, + { + Name: "TriangleRight12", + Code: "EED3", + Path: "M0 2048l2048 -1024l-2048 -1024v2048zM171 1772v-1496l1495 748z" + }, + { + Name: "ArrowUpRight8", + Code: "EED4", + Path: "M256 2048h1792v-1792h-256v1355l-1573 -1574l-182 182l1574 1573h-1355v256v0z" + }, + { + Name: "ArrowDownRight8", + Code: "EED5", + Path: "M1792 1792h256v-1792h-1792v256h1355l-1574 1573l182 182l1573 -1574v1355v0z" + }, + { + Name: "DocumentSet", + Code: "EED6", + Path: "M1792 768h128v-768h-1792v1408h128v384h128v256h1408v-1280zM512 1920v-128h1024v-1024h128v1152h-1152zM384 1664v-256h347l640 -640h37v896h-1024zM1792 128v512h-475l-640 640h-421v-1152h1536z" + }, + { + Name: "GoToDashboard", + Code: "EEED", + Path: "M1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1367 681q81 81 125 185t44 219q0 124 -52 239l116 52q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5zM128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q16 0 32 1l32 2v-128l-32 -2t-32 -1q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -98 -20 -193.5t-59 -186.5l-99 99q50 136 50 281q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM2048 320l-320 -320l-91 91l166 165h-651v128h651l-166 165l91 91z" + }, + { + Name: "DelveAnalytics", + Code: "EEEE", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z" + }, + { + Name: "ArrowUpRightMirrored8", + Code: "EEEF", + Path: "M1792 2048h-1792v-1792h256v1355l1573 -1574l182 182l-1574 1573h1355v256v0z" + }, + { + Name: "ArrowDownRightMirrored8", + Code: "EEF0", + Path: "M256 1792h-256v-1792h1792v256h-1355l1574 1573l-182 182l-1573 -1574v1355v0z" + }, + { + Name: "RewardsLogoArt64", + Code: "EEF2", + Path: "M2016 1426l-854 -427q76 -25 139 -71.5t108 -108.5t70 -136.5t25 -154.5q0 -102 -39 -192.5t-106.5 -158t-158 -106.5t-192.5 -39t-192.5 39t-158 106.5t-106.5 158t-39 192.5q0 80 24.5 154.5t69.5 136.5t108 108.5t140 71.5l-854 427v622h2016v-622zM416 1952h-320v-466l320 -160v626zM1408 528q0 83 -31.5 156t-85.5 127t-127 85.5t-156 31.5t-156 -31.5t-127 -85.5t-85.5 -127t-31.5 -156t31.5 -156t85.5 -127t127 -85.5t156 -31.5t156 31.5t127 85.5t85.5 127t31.5 156zM1504 1952h-992v-674l496 -248l496 248v674zM1920 1952h-320v-626l320 160v466z" + }, + { + Name: "SearchArt64", + Code: "EEF5", + Path: "M1344 2048q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25q-125 0 -239.5 41.5t-210.5 121.5l-98 -97q16 -14 25.5 -30t9.5 -38q0 -34 -23 -57l-536 -535q-23 -23 -52 -35t-61 -12t-60.5 12t-50 33t-34.5 49t-13 60q0 35 12 66.5t37 56.5l531 532q23 23 57 23q23 0 38.5 -9.5t29.5 -25.5l97 98q-80 96 -121.5 210.5t-41.5 239.5q0 97 25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM159 95q26 0 45 19l524 524l-90 90l-520 -519q-21 -21 -21 -51q0 -26 17.5 -44.5t44.5 -18.5zM1344 736q126 0 236.5 48t193 130.5t130.5 193t48 236.5t-48 236.5t-130.5 193t-193 130.5t-236.5 48t-236.5 -48t-193 -130.5t-130.5 -193t-48 -236.5t48 -236.5t130.5 -193t193 -130.5t236.5 -48zM1344 1856q20 0 34 -14t14 -34t-14 -34t-34 -14q-86 0 -161.5 -33t-132 -89.5t-89.5 -132t-33 -161.5q0 -20 -14 -34t-34 -14t-34 14t-14 34q0 106 40 199.5t109.5 163t163 109.5t199.5 40z" + }, + { + Name: "CompanyDirectory", + Code: "EF0D", + Path: "M1920 2048v-2048h-1664v254h-128v128h128v257h-128v128h128v512h-128v128h128v256h-128v128h128v257h1664zM1792 1920h-1408v-1792h1408v1792zM1664 1536h-640v128h640v-128zM1664 1280h-640v128h640v-128zM704 388q-39 0 -73.5 14.5t-60 40t-40 60t-14.5 73.5t14.5 73t40 59.5t60 40.5t73.5 15t73 -15t59.5 -40.5t40.5 -59.5t15 -73t-15 -73.5t-40.5 -60t-59.5 -40t-73 -14.5zM704 644q-29 0 -48.5 -19.5t-19.5 -48.5t19.5 -48.5t48.5 -19.5t48.5 19.5t19.5 48.5t-19.5 48.5t-48.5 19.5zM704 1284q-39 0 -73.5 14.5t-60 40t-40 60t-14.5 73.5t14.5 73t40 59.5t60 40.5t73.5 15t73 -15t59.5 -40.5t40.5 -59.5t15 -73t-15 -73.5t-40.5 -60t-59.5 -40t-73 -14.5zM704 1540q-29 0 -48.5 -19.5t-19.5 -48.5t19.5 -48.5t48.5 -19.5t48.5 19.5t19.5 48.5t-19.5 48.5t-48.5 19.5zM1664 640h-640v128h640v-128zM1664 384h-640v128h640v-128z" + }, + { + Name: "OpenEnrollment", + Code: "EF1C", + Path: "M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34zM640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM512 896h128v-128h-128v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM384 384h443l-32 -128h-539v1792h1536v-743q-67 -10 -128 -44v659h-1280v-1536zM768 896h514l-128 -128h-386v128z" + }, + { + Name: "CompanyDirectoryMirrored", + Code: "EF2B", + Path: "M128 2048v-2048h1664v254h128v128h-128v257h128v128h-128v512h128v128h-128v256h128v128h-128v257h-1664zM256 1920h1408v-1792h-1408v1792zM384 1536h640v128h-640v-128zM384 1280h640v128h-640v-128zM1344 388q39 0 73.5 14.5t60 40t40 60t14.5 73.5t-14.5 73t-40 59.5t-60 40.5t-73.5 15t-73 -15t-59.5 -40.5t-40.5 -59.5t-15 -73t15 -73.5t40.5 -60t59.5 -40t73 -14.5zM1344 644q29 0 48.5 -19.5t19.5 -48.5t-19.5 -48.5t-48.5 -19.5t-48.5 19.5t-19.5 48.5t19.5 48.5t48.5 19.5zM1344 1284q39 0 73.5 14.5t60 40t40 60t14.5 73.5t-14.5 73t-40 59.5t-60 40.5t-73.5 15t-73 -15t-59.5 -40.5t-40.5 -59.5t-15 -73t15 -73.5t40.5 -60t59.5 -40t73 -14.5zM1344 1540q29 0 48.5 -19.5t19.5 -48.5t-19.5 -48.5t-48.5 -19.5t-48.5 19.5t-19.5 48.5t19.5 48.5t48.5 19.5zM384 640h640v128h-640v-128zM384 384h640v128h-640v-128z" + }, + { + Name: "OneDriveAdd", + Code: "EF32", + Path: "M1280 640h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384zM1878 1117q85 -42 127.5 -117.5t42.5 -169.5q0 -56 -19 -108.5t-53 -95.5t-81 -72.5t-103 -38.5v132q28 9 52 27.5t40.5 43.5t26 54t9.5 58q0 36 -11 69.5t-32 59.5t-51.5 42.5t-68.5 19.5q3 58 -12.5 108.5t-48 88t-79.5 59.5t-107 22q-31 0 -68 -8t-64 -24q-45 66 -109.5 103.5t-145.5 37.5q-22 0 -44 -2.5t-43 -7.5q-49 -12 -89 -39t-70 -65t-47.5 -84t-21.5 -95q-48 -2 -91.5 -17.5t-76 -44t-52 -69t-19.5 -91.5q0 -53 16 -103.5t55 -88.5v-152q-34 16 -63.5 39t-52.5 52h-161q-73 0 -138.5 30t-115.5 80t-79.5 116.5t-29.5 138.5q0 115 54.5 205.5t161.5 137.5q12 78 48.5 144.5t92 115t125.5 76.5t150 28q24 0 48 -2.5t47 -8.5q71 80 166.5 125.5t202.5 45.5q49 0 96.5 -9.5t92.5 -27.5q141 -56 221 -164t103 -254l1 -3q54 -13 99 -41t79.5 -67t57.5 -87t32 -102zM1479 1425q-13 69 -48 127.5t-86 101t-115 66.5t-134 24q-51 0 -98.5 -14t-89 -40t-75.5 -62.5t-59 -80.5q-29 18 -69 27.5t-73 9.5q-62 0 -115.5 -24t-93 -65.5t-62 -96t-22.5 -115.5q0 -8 0.5 -16.5t1.5 -16.5q-49 -4 -88.5 -25t-67 -54t-42.5 -75.5t-15 -90.5q0 -47 19.5 -89.5t51.5 -75.5t74.5 -52.5t89.5 -19.5h95q-10 30 -13.5 61.5t-3.5 63.5q0 63 18.5 116.5t52.5 95.5t82 72.5t107 48.5q23 73 63 130.5t94 97.5t121 61t144 21q85 0 160 -30t136 -89z" + }, + { + Name: "ProfileSearch", + Code: "EF35", + Path: "M1468 909q-52 -43 -89 -96q-83 42 -173.5 62.5t-183.5 20.5q-108 0 -206.5 -27t-183.5 -76.5t-154.5 -119t-118.5 -155t-76 -184.5t-27 -206h-128q0 146 43.5 281t123.5 247t193.5 196t253.5 129q-54 36 -96.5 83t-72 102t-45.5 116t-16 126q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -65 -16 -126.5t-45.5 -116.5t-72.5 -102t-97 -83q43 -14 83.5 -31.5t79.5 -39.5zM640 1408q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1730 897q66 0 125 -25.5t102.5 -69t69 -102t25.5 -124.5t-25.5 -124.5t-69 -102t-102.5 -69t-125 -25.5q-97 0 -177 54l-292 -292q-19 -19 -45 -19t-45 19t-19 45t19 45l292 292q-54 80 -54 177q0 66 25.5 124.5t69 102t102 69t124.5 25.5zM1730 383q40 0 75 15t61.5 41.5t42 61.5t15.5 75t-15.5 75t-41.5 61.5t-61.5 41.5t-75.5 15t-75 -15.5t-61.5 -41.5t-41.5 -61t-15 -75t15 -75t41.5 -61.5t61.5 -41.5t75 -15z" + }, + { + Name: "Header2", + Code: "EF36", + Path: "M768 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640zM1954 1291q0 -82 -19 -147t-52.5 -119t-78.5 -99t-97.5 -86t-109 -81t-112.5 -84q-22 -17 -45 -37t-44 -42t-38 -47t-26 -52q-8 -25 -11.5 -56t-3.5 -57h603v-128h-768q0 57 1.5 113t17.5 112q19 65 55.5 117.5t83.5 97.5t101 84.5t108 79.5t103 82t87 92t60.5 109.5t22.5 134.5q0 59 -18 105.5t-51 79t-80.5 50t-105.5 17.5q-48 0 -94 -13.5t-88 -36.5t-80 -54t-69 -65v170q39 37 78.5 62.5t82.5 41t90 22.5t100 7q85 0 157.5 -25t126 -73t83.5 -117.5t30 -157.5z" + }, + { + Name: "Header3", + Code: "EF37", + Path: "M768 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640zM1619 990q67 -7 125.5 -32.5t102 -67t68.5 -98.5t25 -127q0 -103 -39.5 -179.5t-106 -127.5t-153 -76.5t-180.5 -25.5q-80 0 -160 15t-149 59v167q138 -108 315 -108q61 0 118 15.5t100.5 47.5t69.5 81.5t26 117.5q0 69 -22.5 116t-60.5 76.5t-88.5 45t-105 22t-110.5 7t-106 0.5v132q47 0 98.5 0.5t101 6.5t93.5 20.5t77.5 42.5t53 71.5t19.5 108.5q0 62 -18 106t-51 72t-80.5 41t-106.5 13q-76 0 -143.5 -25.5t-127.5 -71.5v151q71 42 150 60t160 18q74 0 142.5 -20.5t120.5 -61t83 -101.5t31 -142q0 -139 -70.5 -223.5t-201.5 -121.5v-4z" + }, + { + Name: "Header4", + Code: "EF38", + Path: "M768 1024v640h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640zM1920 768h128v-128h-128v-384h-128v384h-640v85l671 939h97v-896zM1792 768v632l-452 -632h452z" + }, + { + Name: "Screen", + Code: "EF39", + Path: "M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1216q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1920 1632q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h1728q14 0 23 9t9 23v1216z" + }, + { + Name: "RingerSolid", + Code: "EF3A", + Path: "M1792 512v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-768h128z" + }, + { + Name: "Eyedropper", + Code: "EF3C", + Path: "M1758 2048q60 0 113 -23t92 -62t62 -92t23 -113q0 -58 -22 -111.5t-63 -94.5l-240 -240q33 -32 51 -72.5t18 -87.5q0 -46 -17.5 -86t-49.5 -72l-157 -157l-160 161l-805 -805l-26 -1q-51 -2 -87.5 -17t-64 -36.5t-50 -45.5t-47.5 -45t-55 -34.5t-73 -13.5q-41 0 -77.5 16t-63.5 43t-43 63.5t-16 77.5q0 43 13.5 73.5t34.5 55t45 47t45.5 50t36.5 63.5t17 88l1 26l805 805l-161 160l157 157q32 32 72 49.5t86 17.5q47 0 87.5 -18t72.5 -51l240 240q41 41 94.5 63t111.5 22zM1317 1088l-229 229l-769 -769q-5 -51 -19 -91t-36 -74.5t-51.5 -66t-63.5 -66.5q-21 -21 -21 -51q0 -29 21 -50t50 -21q30 0 51 21q35 34 67 63.5t66 51.5t74 36t91 19zM1872 1643q48 48 48 114q0 33 -13 63t-35 52t-52 35t-63 13q-66 0 -114 -48l-331 -330l-94 94q-28 28 -66 28q-21 0 -39.5 -10t-35 -25t-31.5 -31.5t-28 -29.5l550 -550l68 68q28 28 28 66q0 20 -7.5 36.5t-21.5 30.5l-93 93z" + }, + { + Name: "MarketDown", + Code: "EF42", + Path: "M1920 1024h128v-640h-640v128h421l-677 677l-384 -384l-765 766l90 90l675 -674l384 384l768 -768v421v0z" + }, + { + Name: "CalendarWorkWeek", + Code: "EF51", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM384 896v384h1280v-384h-1280zM512 1152v-128h1024v128h-1024z" + }, + { + Name: "SidePanel", + Code: "EF52", + Path: "M0 1792h2048v-1408h-2048v1408zM128 1408v-896h384v896h-384zM1920 512v896h-1280v-896h1280zM128 1536h1792v128h-1792v-128z" + }, + { + Name: "GlobeFavorite", + Code: "EF53", + Path: "M2031 511l-266 -197l102 -313l-267 193l-266 -194l101 314l-266 197h335l97 310l95 -310h335zM679 640q8 -37 23 -89t37 -109t51 -113t64.5 -101t78 -72.5t91.5 -27.5q36 0 69 17t59 41v-178q-32 -4 -64 -6t-64 -2q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -99 -19 -195.5t-56 -188.5h-181v128h91q37 123 37 256t-37 256h-363q1 -12 5 -48t7 -76.5t4.5 -74t-0.5 -40.5l-126 -401h-731zM1391 768q9 64 13 127.5t4 128.5t-4 128.5t-13 127.5h-734q-9 -64 -13 -127.5t-4 -128.5t4 -128.5t13 -127.5h734zM1833 1408q-38 81 -92 153t-120 131t-143.5 104.5t-162.5 74.5q36 -49 65.5 -105t52 -116t39 -121t28.5 -121h333zM1024 1920q-49 0 -91.5 -27.5t-78 -72.5t-64.5 -101t-51 -113t-37 -109t-23 -89h690q-8 37 -23 89t-37 109t-51 113t-64.5 101t-78 72.5t-91.5 27.5zM733 1871q-85 -29 -162.5 -74.5t-143.5 -104.5t-120 -131t-92 -153h333q12 60 28.5 121t39 121t52 116t65.5 105zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM215 640q38 -81 92 -153t120 -131t143.5 -104.5t162.5 -74.5q-36 49 -65.5 105t-52 116t-39 121t-28.5 121h-333z" + }, + { + Name: "CaretTopLeftSolid8", + Code: "EF54", + Path: "M0 2048h1984l-1984 -1984v1984v0z" + }, + { + Name: "CaretTopRightSolid8", + Code: "EF55", + Path: "M64 2048h1984v-1984l-1984 1984v0z" + }, + { + Name: "ViewAll2", + Code: "EF56", + Path: "M896 2048v-896h-896v896h896zM768 1280v640h-640v-640h640zM0 128v896h1920v-896h-1920zM128 896v-640h1664v640h-1664zM1024 2048h896v-896h-896v896zM1792 1280v640h-640v-640h640z" + }, + { + Name: "DocumentReply", + Code: "EF57", + Path: "M1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293zM1347 128l128 -128h-1347v2048h1115l549 -549v-729l-128 128v510h-512v512h-896v-1792h1091zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PlayerSettings", + Code: "EF58", + Path: "M768 1024q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83q69 -26 132 -64.5t117 -88.5l-87 -95q-89 82 -201 126t-233 44zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ReceiptForward", + Code: "EF59", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM813 1453l365 -365l-365 -365l-90 90l210 211h-677v128h677l-210 211zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z" + }, + { + Name: "ReceiptReply", + Code: "EF5A", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM475 1152h677v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z" + }, + { + Name: "ReceiptCheck", + Code: "EF5B", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM979 1325l90 -90l-493 -493l-237 237l90 90l147 -147zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z" + }, + { + Name: "Fax", + Code: "EF5C", + Path: "M320 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1536 1664q107 0 205 -49q90 -45 149 -118.5t94.5 -161.5t49.5 -185t14 -190t-14 -190t-49.5 -185t-94.5 -161.5t-149 -118.5q-98 -49 -205 -49h-128v-256h-1024v256h-384v896q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v768h1024v-384h128zM512 1280h768v640h-768v-640zM1280 640h-768v-512h768v512zM1536 768v384h-1408v-768h256v384h1152zM1536 384q74 0 131.5 26t100 70t72 102t47 122t25.5 130t8 126t-8 126t-25.5 130t-47 122t-72 102t-100 70t-131.5 26h-64q-26 0 -45 -19t-19 -45v-128q0 -28 13 -41.5t32.5 -18.5t42 -4.5t40.5 0.5q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-18 0 -40.5 0.5t-42 -4.5t-32.5 -18.5t-13 -41.5v-128q0 -26 19 -45t45 -19h64z" + }, + { + Name: "RecurringEvent", + Code: "EF5D", + Path: "M256 512h768v-128h-896v1536h256v128h128v-128h896v128h128v-128h256v-896h-128v384h-1408v-896zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "ReplyAlt", + Code: "EF5E", + Path: "M1920 1152v-128h-1445l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h1445v0z" + }, + { + Name: "ReplyAllAlt", + Code: "EF5F", + Path: "M1920 1152v-128h-1061l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h1061zM749 1555l-467 -467l467 -467l-90 -90l-557 557l557 557z" + }, + { + Name: "EditStyle", + Code: "EF60", + Path: "M1055 1152h-446l-85 -256h-140l384 1152h128l330 -988l-106 -105zM1012 1280l-180 540l-180 -540h360zM1593 1149q42 0 78.5 -14.5t63 -40.5t42 -61.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q28 28 65.5 41t76.5 13zM1643 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "EditMail", + Code: "EF61", + Path: "M1707 1095q28 28 65.5 41t75.5 13q42 0 78 -14.5t62.5 -40.5t42 -62t15.5 -78q0 -39 -15 -76t-43 -65l-715 -717l-377 -94l94 377zM1899 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34zM2048 1664v-450q-29 21 -61 34.5t-67 21.5v130l-896 -447l-896 447v-888h814l-128 -128h-814v1280h2048zM1024 1095l881 441h-1762z" + }, + { + Name: "Lifesaver", + Code: "EF62", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1920 1024q0 72 -11.5 143t-34.5 140q-61 -20 -121.5 -40t-121.5 -40q33 -98 33 -203q0 -106 -33 -203l243 -80q23 69 34.5 140t11.5 143zM128 1024q0 -72 11.5 -143t34.5 -140q61 20 121.5 40t121.5 40q-33 97 -33 203q0 105 33 203l-243 80q-23 -69 -34.5 -140t-11.5 -143zM512 1024q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1307 1874q-69 23 -140 34.5t-143 11.5t-143 -11.5t-140 -34.5q20 -61 40 -121.5t40 -121.5q97 33 203 33q105 0 203 -33zM741 174q69 -23 140 -34.5t143 -11.5t143 11.5t140 34.5q-20 61 -40 121.5t-40 121.5q-98 -33 -203 -33q-106 0 -203 33z" + }, + { + Name: "LifesaverLock", + Code: "EF63", + Path: "M1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384zM512 1024q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q32 0 64 4t64 12v-131q-32 -6 -64 -9.5t-64 -3.5q-52 0 -102.5 8t-99.5 25l-81 -243q69 -23 140 -34.5t143 -11.5q65 0 128 9v-129q-32 -4 -64 -6t-64 -2q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -80 -12 -159q-15 55 -44.5 103t-72.5 86q-3 130 -45 253q-61 -20 -121.5 -40.5t-121.5 -40.5q6 -18 11 -36.5t9 -37.5h-131q-22 85 -69.5 155.5t-113 121.5t-146 79t-167.5 28q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1024 1920q-72 0 -143 -11.5t-140 -34.5q20 -61 40.5 -121.5t40.5 -121.5q49 17 99.5 25t102.5 8t102.5 -8t99.5 -25l81 243q-69 23 -140 34.5t-143 11.5zM417 822q-17 49 -25 99.5t-8 102.5t8 102.5t25 99.5l-243 81q-23 -69 -34.5 -140t-11.5 -143t11.5 -143t34.5 -140q61 20 121.5 40.5t121.5 40.5z" + }, + { + Name: "InboxCheck", + Code: "EF64", + Path: "M832 1254l-365 365l90 90l275 -275l531 531l90 -90zM1920 772q1 -2 1.5 -29t0.5 -69.5v-96.5t-0.5 -111.5t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v42.5t-0.5 79t-0.5 102.5t-0.5 113.5t-0.5 111.5v96.5t0.5 69.5t1.5 29l238 714l101 -102l-205 -616h418l128 -256h560l128 256h418l-269 809l101 101zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384z" + }, + { + Name: "FolderSearch", + Code: "EF65", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-603q-58 52 -128 83v520h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h963l-128 -128h-963v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1728 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-47 0 -92 13.5t-84 39.5l-419 -418q-19 -19 -45 -19t-45 19t-19 45t19 45l418 419q-26 39 -39.5 84t-13.5 92q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "CollapseMenu", + Code: "EF66", + Path: "M128 1280v128h1792v-128h-1792zM128 1920h1792v-128h-1792v128zM128 768v128h1792v-128h-1792zM128 256v128h1792v-128h-1792z" + }, + { + Name: "ExpandMenu", + Code: "EF67", + Path: "M128 1920h1792v-640h-1792v640zM128 256v640h1792v-640h-1792z" + }, + { + Name: "Boards", + Code: "EF68", + Path: "M1664 1536h256v-1536h-1280v256h-256v256h-256v1536h1280v-256h256v-256zM384 640v1152h896v128h-1024v-1280h128zM640 384v1152h896v128h-1024v-1280h128zM1792 128v1280h-1024v-1280h1024z" + }, + { + Name: "SunAdd", + Code: "EF69", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1536 1152h384v-128h-384v128zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" + }, + { + Name: "SunQuestionMark", + Code: "EF6A", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1684 1722l-271 -272l-91 91l272 271zM507 726l91 -91l-272 -271l-90 90zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "LandscapeOrientation", + Code: "EF6B", + Path: "M2048 1371v-1115h-2048v1664h1499zM1536 1408h293l-293 293v-293zM1920 384v896h-512v512h-1280v-1408h1792z" + }, + { + Name: "DocumentSearch", + Code: "EF6C", + Path: "M1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1008 384l-128 -128h-624v1792h859l549 -549v-219h-128v128h-512v512h-640v-1536h624zM1152 1536h293l-293 293v-293z" + }, + { + Name: "PublicCalendar", + Code: "EF6D", + Path: "M1729 765l317 -317l-317 -317l-91 90l163 163h-658l163 -163l-91 -90l-317 317l317 317l91 -90l-163 -163h658l-163 163zM256 1408v-896h512v-128h-640v1536h256v128h128v-128h896v128h128v-128h256v-1024h-128v512h-1408zM384 1792h-128v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128z" + }, + { + Name: "PublicContactCard", + Code: "EF6E", + Path: "M1792 1152h-640v128h640v-128zM1152 896h384v-128h-384v128zM826 976q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM512 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1729 637l317 -317l-317 -317l-91 90l163 163h-658l163 -163l-91 -90l-317 317l317 317l91 -90l-163 -163h658l-163 163zM2048 1792v-1216l-128 128v960h-1792v-1280h640v-128h-768v1536h2048z" + }, + { + Name: "PublicEmail", + Code: "EF6F", + Path: "M1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668zM0 1664h2048v-1024l-128 128v697l-896 -449l-896 449v-953h640v-128h-768v1280zM271 1536l753 -376l753 376h-1506z" + }, + { + Name: "PublicFolder", + Code: "EF70", + Path: "M1725 765l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668l-163 163zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1024l-128 128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h640v-128h-768v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z" + }, + { + Name: "WordDocument", + Code: "EF71", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM320 624h161q2 8 9.5 43t17.5 83.5t21.5 103t21.5 100.5t16.5 76t7.5 31l7 -30.5t17.5 -76.5t22.5 -100.5t23 -103t19 -84t10 -42.5h160l148 672h-148l-80 -438l-100 438h-152l-96 -440l-86 440h-150zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1280 1152v128h512v-128h-512zM1280 896v128h512v-128h-512zM1280 640v128h512v-128h-512z" + }, + { + Name: "PowerPointDocument", + Code: "EF72", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM368 1296v-672h150v226h100q52 0 97 15.5t78.5 45.5t53 72.5t19.5 96.5q0 56 -17.5 97t-49.5 67.5t-76 39t-97 12.5h-258zM1920 128v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256h1280zM1536 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149h-384v384zM1408 1280v-384h384q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-33 0 -65 6.5t-63 17.5v720q31 11 63 17.5t65 6.5zM604 980h-86v185h90q47 0 74 -20t27 -70q0 -52 -28 -73.5t-77 -21.5z" + }, + { + Name: "ExcelDocument", + Code: "EF73", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM261 624h189q2 4 12.5 23t24.5 45t29.5 55t29 53.5t23 41l9.5 16.5q27 -59 60.5 -118t64.5 -116h187l-209 339l205 333h-179q-31 -57 -60.5 -114t-62.5 -112q-29 57 -57 113t-57 113h-191l199 -335zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1280 1152v128h512v-128h-512zM1280 896v128h512v-128h-512zM1280 640v128h512v-128h-512z" + }, + { + Name: "GroupedList", + Code: "EF74", + Path: "M640 1664v128h384v-128h-384zM1152 1792h768v-128h-768v128zM0 1408v512h512v-512h-512zM128 1792v-256h256v256h-256zM640 1024v128h384v-128h-384zM1152 1024v128h768v-128h-768zM0 768v512h512v-512h-512zM128 1152v-256h256v256h-256zM640 384v128h384v-128h-384zM1152 384v128h768v-128h-768zM0 128v512h512v-512h-512zM128 512v-256h256v256h-256z" + }, + { + Name: "ClassroomLogo", + Code: "EF75", + Path: "M960 2048q16 0 39 -10t46 -24t44 -29t33 -25q68 -53 140 -123t139 -151t126.5 -170.5t104 -183t70.5 -188t26 -184.5q0 -160 -51 -287t-143.5 -216.5t-222.5 -140t-287 -57.5v-259h-128v259q-158 7 -287.5 57.5t-222 140t-143.5 216.5t-51 287q0 90 26 184.5t70.5 188t104 183t126.5 170.5t138.5 151t140.5 123q12 10 33 25t44 29t45.5 24t39.5 10zM896 1856q-63 -45 -130 -107t-131 -134.5t-121 -153.5t-100.5 -165.5t-68.5 -169.5t-25 -166q0 -133 41 -236.5t116 -176t181.5 -113t237.5 -47.5v1469zM1024 1332q48 3 96.5 17.5t93.5 37.5t85 54t73 66q-74 97 -161 187t-187 162v-524zM1024 952q72 0 147 14.5t145 43.5t131 73.5t104 104.5q-26 66 -60 127.5t-74 119.5q-37 -39 -82.5 -73.5t-96.5 -60.5t-105.5 -42t-108.5 -20v-287zM1024 387q131 7 237.5 47.5t181.5 112.5t116 175.5t41 237.5q0 35 -7.5 62.5t-18.5 59.5q-50 -57 -114.5 -97.5t-137 -67t-149 -39.5t-149.5 -14v-477z" + }, + { + Name: "Sections", + Code: "EF76", + Path: "M1728 1152q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5q5 -14 20.5 -52.5t34.5 -88t40 -104.5t38.5 -103t29 -82t11.5 -42q0 -27 -19 -45.5t-45 -18.5h-1152q-26 0 -45 18.5t-19 45.5q0 12 8.5 38t20 56t23 57t16.5 41h-388q-26 0 -45 18.5t-19 45.5q0 12 8.5 38t20 56t23 57t16.5 41h-388q-26 0 -45 18.5t-19 45.5q0 8 11.5 42.5t29 82t38.5 103t40 105.5t34 88.5t21 52.5q17 45 57.5 73.5t88.5 28.5h640q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5l58 -152h180q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5l58 -152h180zM500 1152l58 154q17 45 57.5 73.5t88.5 28.5h323l-41 109q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12l-139 -366h344zM884 896l58 154q17 45 57.5 73.5t88.5 28.5h323l-41 109q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12q-35 -92 -69.5 -183t-69.5 -183h344zM1892 640l-138 365q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12l-42 -110l-48 -128t-49 -128h968z" + }, + { + Name: "EditPhoto", + Code: "EF77", + Path: "M1536 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM128 384h732l-32 -128h-828v1536h2048v-580q-28 22 -60.5 37t-67.5 23v392h-1792v-677l448 447l384 -384l256 256l261 -260l-91 -91l-170 171l-166 -166l171 -170l-91 -91l-554 555l-448 -449v-421zM1920 562l128 128v-434h-434l128 128h178v178zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 376l717 717q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5zM1899 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "Starburst", + Code: "EF78", + Path: "M1664 768l96 -480l-480 96l-256 -384l-256 384l-480 -96l96 480l-384 256l384 256l-96 480l480 -96l256 384l256 -384l480 96l-96 -480l384 -256zM1221 526q95 -17 188.5 -36t187.5 -39q-20 94 -39 187.5t-36 188.5q75 49 148 98t147 99q-74 50 -147 99t-148 98q18 95 37 188.5t38 187.5q-94 -20 -187.5 -39t-188.5 -36q-49 75 -98 148t-99 147q-50 -74 -99 -147t-98 -148q-95 17 -188.5 36t-187.5 39q20 -94 39 -187.5t36 -188.5q-75 -49 -148 -98t-147 -99q74 -50 147 -99t148 -98q-18 -95 -37 -188.5t-38 -187.5q94 20 187.5 39t188.5 36q49 -75 98 -148t99 -147q50 74 99 147t98 148z" + }, + { + Name: "ShareiOS", + Code: "EF79", + Path: "M1024 1798l-275 -275l-90 90l429 429l429 -429l-90 -90l-275 275v-1158h-128v1158zM1280 1408h512v-1408h-1408v1408h512v-128h-384v-1152h1152v1152h-384v128z" + }, + { + Name: "AirTickets", + Code: "EF7A", + Path: "M2048 1408v-1152h-2048v1152h440q1 0 33.5 10.5t86.5 28.5t126.5 42t154 51.5t169 57t171.5 57.5t161.5 54t139 46.5t103 34.5t55.5 19l134 -401h274zM842 1408h797l-79 239zM1920 1280h-1792v-896h1792v896zM1664 1152v-128h-128v128h128zM1664 896v-128h-128v128h128zM1664 512h-128v128h128v-128zM1792 896h-128v128h128v-128zM1792 640h-128v128h128v-128zM469 768l-85 256h128l64 -128h277l-85 256h128l128 -256h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-256l-128 -256h-128l85 256h-384z" + }, + { + Name: "PencilReply", + Code: "EF7B", + Path: "M2048 1712q0 -66 -25 -127.5t-73 -109.5l-1317 -1317l-633 -158l158 633l1317 1317q48 48 109.5 73t127.5 25q70 0 131 -26.5t106.5 -72t72 -106.5t26.5 -131zM1920 1712q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48l293 -293q25 25 48 47t41 46.5t28.5 53t10.5 66.5zM326 620q107 -35 183 -111t111 -183l1081 1082l-293 293zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-318 317l318 317l90 -90l-162 -163h293z" + }, + { + Name: "Tiles2", + Code: "EF7C", + Path: "M256 0v1280h640v-1280h-640zM384 1152v-1024h384v1024h-384zM256 1408v640h640v-640h-640zM384 1920v-384h384v384h-384zM1024 2048h640v-1280h-640v1280zM1536 896v1024h-384v-1024h384zM1024 0v640h640v-640h-640zM1152 512v-384h384v384h-384z" + }, + { + Name: "SkypeCircleCheck", + Code: "EF7D", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM907 701q22 0 42 8.5t35 23.5l429 429q15 15 23 35t8 41q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5q-21 0 -41.5 -8t-35.5 -23l-352 -352l-118 118q-32 32 -77 32q-22 0 -42 -8.5t-35 -23.5t-23.5 -34.5t-8.5 -41.5q0 -21 8.5 -41.5t23.5 -35.5l195 -195q15 -15 35.5 -23.5t41.5 -8.5z" + }, + { + Name: "SkypeCircleClock", + Code: "EF7E", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1345 595q22 0 41.5 8.5t34.5 23.5t23.5 34.5t8.5 41.5q0 45 -32 77l-289 289v524q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5q-23 0 -42.5 -8.5t-34 -23t-23 -34.5t-8.5 -42v-569q0 -21 8 -41.5t23 -35.5l321 -320q32 -32 77 -32z" + }, + { + Name: "SkypeCircleMinus", + Code: "EF7F", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1347 916q22 0 42 8.5t34.5 23t23 34t8.5 42.5q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5h-646q-23 0 -42.5 -8.5t-34 -23t-23 -34.5t-8.5 -42q0 -23 8.5 -42.5t23 -34t34 -23t42.5 -8.5h646z" + }, + { + Name: "SkypeCheck", + Code: "EF80", + Path: "M1570 1611q42 0 78.5 -15.5t63.5 -42.5t42.5 -63.5t15.5 -78.5q0 -40 -15 -77t-43 -65l-794 -795q-28 -28 -65 -43.5t-77 -15.5t-77 15.5t-65 43.5l-362 362q-28 28 -43.5 65t-15.5 77q0 42 16 78.5t43 63.5t63.5 42.5t78.5 15.5q40 0 77 -15t65 -43l220 -220l652 653q28 28 65 43t77 15z" + }, + { + Name: "SkypeClock", + Code: "EF81", + Path: "M1431 343q28 -28 43 -65.5t15 -76.5q0 -42 -15.5 -78.5t-42.5 -63.5t-63.5 -43t-78.5 -16q-83 0 -142 59l-594 593q-28 28 -43 65.5t-15 76.5v1053q0 42 15.5 78.5t42.5 63.5t63.5 43t78.5 16t78.5 -16t63.5 -43t43 -63.5t16 -78.5v-970z" + }, + { + Name: "SkypeMinus", + Code: "EF82", + Path: "M1591 1225q42 0 78.5 -16t63.5 -43t43 -63.5t16 -78.5t-16 -78.5t-43 -63.5t-63.5 -43t-78.5 -16h-1196q-42 0 -78.5 16t-63.5 43t-42.5 63.5t-15.5 78.5t15.5 78.5t42.5 63.5t63.5 43t78.5 16h1196v0z" + }, + { + Name: "SkypeMessage", + Code: "EF83", + Path: "M1024 1961q127 0 252.5 -8.5t250.5 -34.5t226.5 -88.5t171.5 -169.5q66 -102 94.5 -223.5t28.5 -241.5q0 -98 -15.5 -185.5t-50 -165.5t-89.5 -147t-134 -129q-154 -118 -306 -233.5t-306 -232.5q-20 -15 -47 -15q-17 0 -30.5 7t-24 18.5t-16 26t-5.5 30.5v282h-254q-61 0 -124.5 5t-125.5 18t-121 36t-110 58q-78 54 -133 124.5t-89.5 151.5t-50.5 170t-16 181q0 124 28.5 242t97.5 223q72 109 170 170.5t225 87.5q125 26 250.5 34.5t252.5 8.5zM1088 1024q26 0 45 19t19 45t-19 45t-45 19h-512q-26 0 -45 -19t-19 -45t19 -45t45 -19h512zM1468 1280q29 0 48.5 17.5t19.5 46.5t-19.5 46.5t-48.5 17.5h-888q-28 0 -48 -17.5t-20 -46.5t20 -46.5t48 -17.5h888z" + }, + { + Name: "ClosedCaption", + Code: "EF84", + Path: "M1920 1920v-1408h-768v-512l-384 512h-768v1408h1920zM960 707q30 0 80.5 1t110.5 4.5t124 9t120.5 15.5t100.5 24.5t64 34.5q17 17 30 48t22.5 69.5t16.5 82t11 84.5t6 76.5t2 59.5q0 23 -2 59t-6 77.5t-11 85t-17 83t-23 70.5t-29 48q-19 19 -62.5 32.5t-100.5 23t-122 15.5t-125 9.5t-110.5 4.5t-79.5 1t-79.5 -1t-110.5 -4.5t-125 -9.5t-122 -15.5t-100.5 -23t-62.5 -32.5q-17 -17 -30 -48t-22.5 -70t-16.5 -82.5t-11 -85t-6 -77t-2 -59.5t2 -59.5t6 -77t10.5 -84.5t16.5 -82t23 -70t30 -48q15 -15 43.5 -26.5t60.5 -19.5t63.5 -13t51.5 -8q95 -12 190 -17t191 -5z" + }, + { + Name: "ATPLogo", + Code: "EF85", + Path: "M960 2048q53 0 98.5 -6.5t88.5 -20t84.5 -33.5t85.5 -48q74 -46 145.5 -75t144.5 -45t150 -22t163 -6v-352q0 -157 -30.5 -308.5t-89 -291.5t-142.5 -266t-190.5 -233.5t-234.5 -194t-273 -146.5q-145 60 -273 146.5t-234.5 194t-190.5 233.5t-142.5 266t-89 291t-30.5 309v352q87 0 164 6t149.5 22t144 45t146.5 76q43 27 85 47t84.5 33.5t88.5 20t98 6.5zM1792 1666q-152 7 -286 48.5t-263 121.5q-68 43 -134.5 63.5t-148.5 20.5t-149 -21t-135 -64q-128 -80 -262.5 -121t-285.5 -48v-226q0 -210 58.5 -406.5t166.5 -366t262 -304.5t345 -223q191 88 345 223t262 304.5t166.5 366t58.5 406.5v226zM960 1792q62 0 110.5 -14.5t100.5 -47.5q115 -73 236 -117.5t257 -63.5v-109q0 -182 -49.5 -354.5t-141 -323t-221.5 -273.5t-292 -207q-162 84 -292.5 207t-222 273.5t-140.5 323t-49 354.5v109q136 19 256 62.5t235 117.5q51 32 101 47.5t112 15.5zM1056 1152l128 256h-224l-224 -448h192l-192 -384l576 576h-256z" + }, + { + Name: "OfficeFormsLogoInverse", + Code: "EF86", + Path: "M1344 384v448h448v-448h-448zM1472 704v-192h192v192h-192zM1568 1152q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5t112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1568 1600q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM640 1792v-256h299q35 0 60 -25t25 -60v-363h896v704h-1280zM461 946h259v136h-259v142h278v136h-435v-672h157v258zM640 256h1280v704h-896v-363q0 -35 -25 -60t-60 -25h-299v-256z" + }, + { + Name: "RecycleBin", + Code: "EF87", + Path: "M752 611h183v-152h-153q-32 0 -48 29q-6 11 -21 38t-31.5 56.5t-29 55t-12.5 34.5q0 16 7.5 34t18 36t21 34.5l17.5 27.5l-64 51h197l47 -194l-77 61zM862 1121q7 14 19.5 22.5t28.5 8.5h221q32 0 48 -30l54 -101l58 44l-30 -207l-218 20l62 46l-92 179l-84 -165l-127 64zM1231 722l122 72q4 -9 13.5 -25.5t18.5 -34.5t16 -35t7 -27q0 -12 -6 -24l-85 -168q-7 -14 -20 -21.5t-28 -7.5h-134v-67l-124 166l124 152v-103h163zM1024 2048q78 0 156 -6t156 -17q45 -7 105.5 -20t125.5 -33t128 -48.5t113 -66.5t81 -86t31 -107q0 -17 -3 -30.5t-7 -29.5l-315 -1407q-130 -97 -268.5 -147t-301.5 -50q-162 0 -301 50t-268 147l-319 1410l-6 28t-3 29q0 59 31 107t81 86t113 66.5t128 48.5t125.5 33t105.5 20q78 11 156 17t156 6zM1739 1426q-74 -41 -163.5 -69t-184 -45t-189 -24.5t-178.5 -7.5t-178 7.5t-188.5 24.5t-184 45t-163.5 69l260 -1154q100 -70 217 -105.5t239 -35.5q121 0 237.5 35.5t216.5 105.5zM1024 1408q50 0 111.5 3t127.5 11t133 20.5t130 31.5t117.5 45t95.5 60q18 15 35.5 37t17.5 48t-17.5 48t-35.5 37q-41 34 -95.5 60t-117.5 45t-130 31.5t-133 20.5t-127.5 11t-111.5 3q-51 0 -112 -3t-127 -11t-133 -20.5t-130 -31.5t-117.5 -45t-95.5 -60q-18 -15 -35.5 -37t-17.5 -48t17.5 -48t35.5 -37q41 -34 95.5 -60t117.5 -45t130 -31.5t133 -20.5t127 -11t112 -3z" + }, + { + Name: "EmptyRecycleBin", + Code: "EF88", + Path: "M782 459q-32 0 -48 29q-6 11 -21 38t-31.5 56.5t-29 55t-12.5 34.5q0 16 7.5 34t18 36t21 34.5l17.5 27.5l-64 51h197l47 -194l-77 61l-55 -111h183v-152h-153zM1013 1103l-84 -165l-127 64l60 119q14 30 48 30l221 1q32 0 48 -30l54 -101l58 44l-30 -207l-218 20l62 46zM1135 384l-124 166l124 152v-103h163l-67 123l122 72q4 -9 13.5 -25.5t18.5 -34.5t16 -35t7 -27q0 -12 -6 -24l-85 -168q-7 -14 -20 -21.5t-28 -7.5h-134v-67zM1734 1408h132l-271 -1211q-130 -97 -268.5 -147t-301.5 -50q-162 0 -301 50.5t-268 146.5l-319 1410l-6 28t-3 29q0 58 29.5 105.5t77.5 84.5t109 65.5t123.5 48.5t121 33t102.5 20q165 27 333 27q51 0 101.5 -2.5t101.5 -7.5q-66 -20 -127.5 -49.5t-117.5 -69.5q-48 -1 -106 -5t-120.5 -12t-126 -21t-123 -32t-111 -44.5t-89.5 -57.5q-18 -16 -34 -37t-16 -46q0 -15 6 -28.5t16 -26t21.5 -23t22.5 -18.5q42 -32 96.5 -56t115.5 -41.5t126 -29.5t129 -19.5t124 -10.5t111 -3q11 0 22 0.5t22 0.5l1 -1h632q-74 -35 -158.5 -59.5t-173 -39.5t-176.5 -22t-169 -7q-84 0 -178 7.5t-188.5 24.5t-184 45t-163.5 69l260 -1154q100 -70 217 -105.5t239 -35.5q121 0 237.5 35.5t216.5 105.5zM2048 2048v-512h-512v128h292q-76 60 -167 91t-188 31q-114 0 -218.5 -43t-185.5 -124l-90 90q99 99 226.5 152t267.5 53q122 0 237 -41t210 -119v294h128z" + }, + { + Name: "Hide2", + Code: "EF89", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1 1022l-1 -3v5zM1911 1007q-18 104 -63 193t-111 162t-148 129t-175 94.5t-192 58.5t-198 20q-109 0 -217.5 -24t-208 -70t-185.5 -113t-149.5 -152t-99.5 -188t-36 -221h-128q0 136 40.5 255t112.5 218.5t169.5 178t211 133t238.5 83t252 28.5q125 0 249.5 -28.5t237.5 -82t210.5 -131t169.5 -176t113.5 -216.5t43.5 -253q-61 59 -137 102zM1024 1152q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -48 17 -91.5t46.5 -77.5t70 -56.5t88.5 -28.5q-20 -64 -26 -125q-70 11 -129 45t-102.5 84.5t-68 114.5t-24.5 135q0 79 30 149t82.5 122.5t122 82.5t149.5 30q57 0 111 -16.5t100 -47t82.5 -73.5t59.5 -95q-62 -23 -115 -57q-15 36 -39 66t-55 51t-68 32.5t-76 11.5z" + }, + { + Name: "Breadcrumb", + Code: "EF8C", + Path: "M256 1536h1536v-128h-1536v128zM640 1024v128h1152v-128h-1152zM1024 640v128h768v-128h-768z" + }, + { + Name: "BirthdayCake", + Code: "EF8D", + Path: "M1920 128v-128h-1920v128h128v576q0 66 25 124t68.5 101.5t102 69t124.5 25.5h448v352q0 9 7.5 15.5t18 10t21.5 5t17 1.5t17 -1.5t21.5 -5t18 -10t7.5 -15.5v-352h448q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-576h128zM448 896q-37 0 -70 -13t-58.5 -36t-42 -54.5t-20.5 -67.5q37 -41 86.5 -63t104.5 -22q66 0 114.5 26.5t90.5 75.5q11 12 22.5 19t28.5 7t28.5 -7t22.5 -19q42 -49 90.5 -75.5t114.5 -26.5t114.5 26.5t90.5 75.5q11 12 22.5 19t28.5 7t28.5 -7t22.5 -19q42 -49 90.5 -75.5t114.5 -26.5q55 0 104.5 22t86.5 63q-4 36 -20.5 67.5t-42 54.5t-58.5 36t-70 13h-1024zM256 128h1408v435q-48 -24 -93 -37.5t-99 -13.5q-72 0 -137 24.5t-119 72.5q-54 -48 -119 -72.5t-137 -24.5t-137 24.5t-119 72.5q-54 -48 -119 -72.5t-137 -24.5q-54 0 -99 13.5t-93 37.5v-435zM960 1536q-26 0 -45 19t-19 45q0 12 8 31t18.5 40t21 40t16.5 30q6 -11 16.5 -30t21 -40t18.5 -40t8 -31q0 -26 -19 -45t-45 -19z" + }, + { + Name: "ClearFilter", + Code: "EF8F", + Path: "M0 1920h2048v-219l-768 -768v-805h-512v805l-768 768v219zM1920 1755v37h-1792v-37l768 -768v-731h256v731zM1957 768l91 -91l-230 -229l230 -229l-91 -91l-229 230l-229 -230l-91 91l230 229l-230 229l91 91l229 -230z" + }, + { + Name: "Flow", + Code: "EF90", + Path: "M1408 1792h640v-640h-640v256h-120l-449 -896h-199v-256h-640v640h640v-256h120l449 896h199v256zM512 384v384h-384v-384h384zM1920 1280v384h-384v-384h384z" + }, + { + Name: "FixedAssetManagement", + Code: "EF93", + Path: "M1792 768h256v-768h-1024v768h256v256h512v-256zM1408 896v-128h256v128h-256zM1920 128v256h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768zM1920 512v128h-768v-128h768zM1152 1024v-128h-256v-256h-256v128h128v128h-256v-256h-512v768h128v512h1536v-768h-128v640h-1280v-384h256v-384h640zM384 768v512h-256v-512h256z" + }, + { + Name: "TimeEntry", + Code: "EF95", + Path: "M1536 640h192v-128h-320v384h128v-256zM1280 1536h-1024v128h1024v-128zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1166 1280q-109 -48 -200 -128h-710v128h910zM775 896q-14 -31 -25.5 -63t-20.5 -65h-473v128h519zM256 512h451q3 -32 8.5 -64t13.5 -64h-473v128zM850 128q50 -71 116 -128h-966v2048h1536v-707l-32 2t-32 1t-32 -1l-32 -2v579h-1280v-1792h722z" + }, + { + Name: "Speech", + Code: "EFA9", + Path: "M1040 718q111 -39 202.5 -112.5t157 -169t101 -207.5t35.5 -229h-128q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83zM384 1152q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1767 1895q136 -137 208.5 -311t72.5 -368t-72.5 -368t-208.5 -311l-91 91q118 118 181 269.5t63 318.5t-63 318.5t-181 269.5zM1495 1623q81 -81 125 -186.5t44 -220.5t-44 -220.5t-125 -186.5l-90 90q63 63 96.5 145t33.5 172t-33.5 172t-96.5 145z" + }, + { + Name: "MailLink", + Code: "EFAC", + Path: "M1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -32 10 -60.5t27.5 -52.5t42.5 -42t55 -28q-3 -18 -5 -36.5t-2 -36.5q0 -14 2 -29t4 -29q-57 10 -105 38.5t-83 70.5t-54.5 94.5t-19.5 110.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v133q28 10 52 28t40.5 41.5t26 52t9.5 58.5q0 40 -15 75t-41 61t-61 41t-75 15h-256zM1786 639q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5q0 -66 -25 -124.5t-68.5 -103t-102 -70t-124.5 -25.5h-256q-66 0 -124.5 25.5t-102 70t-68.5 103t-25 124.5q0 57 19 109t53 94.5t81 72t103 40.5v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -39 15 -74.5t41 -62.5t61 -42.5t75 -15.5h256q40 0 75 15.5t61 42.5t41 62.5t15 74.5q0 31 -10 60.5t-27.5 54t-42.5 43t-55 27.5q3 18 5 36.5t2 36.5q0 14 -2 29t-4 29zM2048 1664v-1028q-28 29 -60 52.5t-68 40.5v736l-896 -449l-896 449v-953h518q5 -33 15 -65.5t24 -62.5h-685v1280h2048zM1024 1160l753 376h-1506z" + }, + { + Name: "CRMProcesses", + Code: "EFB1", + Path: "M0 1664h2048v-1152h-2048v1152zM128 640h293l449 448l-449 448h-293v-896zM1920 640v896h-1317l447 -448l-447 -448h1317z" + }, + { + Name: "PageBlock", + Code: "EFB5", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1084 128q43 -71 106 -128h-1062v2048h1115l549 -549v-475q-31 11 -63 18t-65 10v356h-512v512h-896v-1792h828zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PageEdit", + Code: "EFB6", + Path: "M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34zM256 128h507l-32 -128h-603v2048h1115l549 -549v-194q-67 -10 -128 -44v147h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PageArrowRight", + Code: "EFB8", + Path: "M2042 320l-317 -317l-90 90l163 163h-646v128h646l-163 163l90 90zM1374 128l128 -128h-1374v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792h1118zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PageRemove", + Code: "EFBA", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "Database", + Code: "EFC7", + Path: "M960 1920q72 0 159.5 -8t175 -27.5t166.5 -53.5t133 -85q31 -29 50.5 -66t19.5 -80v-1152q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8q-72 0 -159.5 8t-175 27.5t-166.5 53.5t-133 85q-31 29 -50.5 66t-19.5 80v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8zM960 1792q-51 0 -106.5 -3.5t-111.5 -12t-109.5 -22t-101.5 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35.5t-17 -39.5q0 -8 3 -15t8 -14q21 -32 60.5 -56t89 -42t105.5 -30.5t111.5 -20t107 -11t91.5 -3.5t91.5 3.5t107 11t111.5 20t105.5 30.5t88.5 42t61 56q5 7 8 14t3 15q0 20 -17 39.5t-41 35.5t-49 28.5t-40 18.5q-48 19 -101.5 32.5t-109.5 22t-111.5 12t-106.5 3.5zM960 256q51 0 106.5 3.5t111.5 12t109.5 21.5t101.5 33q15 6 40 18.5t49 28.5t41 35.5t17 39.5v962q-57 -37 -129 -62t-149.5 -40t-154.5 -21.5t-143 -6.5t-143.5 6.5t-154.5 21.5t-149 40t-129 62v-962q0 -20 17 -39.5t41 -35.5t49 -28.5t40 -18.5q48 -20 101.5 -33t109.5 -21.5t111.5 -12t106.5 -3.5z" + }, + { + Name: "DataManagementSettings", + Code: "EFC8", + Path: "M960 252q48 0 98 3q25 -66 62 -123q-40 -4 -80 -6t-80 -2q-134 0 -262 22q-37 6 -84 17.5t-96 29t-96 41t-84 54.5t-59.5 69.5t-22.5 86.5v1152q0 45 19.5 80.5t50.5 65.5q34 34 81.5 60t102.5 45.5t115 32.5t119 21t114 11.5t102 3.5q72 0 159.5 -8t175 -27.5t166.5 -53.5t133 -85q31 -29 50.5 -66t19.5 -80v-572h-128v382q-60 -37 -131.5 -62t-147 -40t-152 -21.5t-145.5 -6.5t-145.5 6.5t-152.5 21.5t-147 40t-131 62v-962q0 -20 14.5 -37t28.5 -28q47 -37 114.5 -61.5t141.5 -39t147 -20.5t130 -6zM960 1788q-51 0 -106.5 -3.5t-111.5 -12t-110 -22t-101 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35t-17 -40q0 -8 3 -15t8 -14q22 -32 63 -57t92 -43t108.5 -30t112.5 -19.5t104.5 -10.5t84.5 -3t84.5 3t104.5 10.5t112.5 19.5t108.5 30t91.5 42.5t63.5 57.5q5 7 8 14t3 15q0 21 -17 40t-41 35t-49 28.5t-40 18.5q-47 19 -101 32.5t-110 22t-111.5 12t-106.5 3.5zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "MergeCase", + Code: "EFC9", + Path: "M640 1600q0 -119 45.5 -224t123.5 -183t183 -123.5t224 -45.5h832v-128h-576q-117 0 -221 -43.5t-186 -125.5t-125.5 -186t-43.5 -221v-320h-128v320q0 85 20.5 167.5t58.5 157t93.5 138.5t126.5 113h-1067v128h811q-77 53 -138 128h-673v128h589q-38 72 -57.5 155t-19.5 165v448h128v-448zM896 1708q0 -89 33.5 -167t91.5 -136t136 -91.5t167 -33.5h724v-128h-724q-115 0 -216.5 43.5t-177 119t-119 177t-43.5 216.5v340h128v-340zM2048 768v-128h-468q-86 0 -164.5 -32.5t-138.5 -92.5t-92.5 -138.5t-32.5 -164.5v-212h-128v212q0 115 43.5 216.5t119 177t177 119t216.5 43.5h468z" + }, + { + Name: "CRMServices", + Code: "EFD2", + Path: "M1185 869q-88 75 -195 115t-222 40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q65 -25 124 -61t111 -81zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1728 1280q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-587 -587q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l587 587q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 768q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-640 -641q-19 -19 -19 -45t19 -45t45 -19t45 19l641 640q41 -19 82 -19z" + }, + { + Name: "EditContact", + Code: "EFD3", + Path: "M1243 812q-45 51 -99.5 90.5t-115.5 66.5t-126.5 41t-133.5 14q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q84 -32 158 -82.5t135 -116.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "ConnectContacts", + Code: "EFD4", + Path: "M1632 586q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135q76 -38 136 -98t98 -136q54 75 135 117.5t175 42.5q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135zM640 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1408 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1536 1792h-384v128h512v-512h-128v384z" + }, + { + Name: "CRMLead", + Code: "EFD6", + Path: "M1196 647q35 0 68 -13.5t58 -38.5l162 -162q25 -25 38.5 -58t13.5 -68t-13.5 -68t-38.5 -58q-44 -44 -79.5 -78t-74 -57t-84.5 -34.5t-112 -11.5q-92 0 -189.5 28.5t-194.5 79.5t-190.5 121.5t-176.5 154t-153.5 176.5t-121.5 190.5t-79.5 195t-28.5 189.5q0 65 12 111.5t35 84.5t56.5 73.5t77.5 79.5q25 25 58 38.5t68 13.5t68 -13.5t58 -38.5l162 -162q25 -25 38.5 -58t13.5 -68q0 -34 -11 -61t-27.5 -49t-35.5 -39.5t-35.5 -33t-27.5 -30t-11 -30.5q0 -20 15 -35l404 -404q15 -15 35 -15q16 0 30.5 11t30 27.5t33 35.5t39 35.5t48.5 27.5t62 11zM1136 128q50 0 83.5 9.5t60.5 28t53 45t60 60.5q15 15 15 36q0 20 -15 35l-162 162q-14 14 -35 14q-24 0 -46 -23t-48.5 -51t-61.5 -51t-87 -23q-35 0 -68 14t-58 39l-404 404q-25 25 -39 58t-14 68q0 34 11 61.5t27.5 49t36 39t36 33t27.5 30t11 30.5q0 20 -15 35l-162 162q-15 15 -35 15q-21 0 -36 -15q-34 -34 -60.5 -60t-45 -53t-28 -60.5t-9.5 -83.5q0 -79 26 -164.5t72 -171t109.5 -169t138 -158t158 -138t169 -109.5t171 -72t164.5 -26zM1808 1248l60 -300l-300 60l-160 -240l-160 240l-300 -60l60 300l-240 160l240 160l-60 300l300 -60l160 240l160 -240l300 60l-60 -300l240 -160zM1705 1111q-11 49 -20.5 97.5t-18.5 98.5q38 26 75.5 51t75.5 50q-38 25 -75.5 50t-75.5 51q9 49 19 98l20 98q-49 -11 -97.5 -20.5t-98.5 -18.5q-26 38 -51 75.5t-50 75.5q-25 -38 -50 -75.5t-51 -75.5q-50 9 -98.5 18.5t-97.5 20.5q11 -49 20.5 -97.5t18.5 -98.5q-38 -26 -75.5 -51t-75.5 -50q38 -25 75.5 -50t75.5 -51q-9 -49 -19 -98l-20 -98q49 11 97.5 20.5t98.5 18.5q26 -38 51 -75.5t50 -75.5q25 38 50 75.5t51 75.5q50 -9 98.5 -18.5t97.5 -20.5z" + }, + { + Name: "AppIconDefaultAdd", + Code: "EFDA", + Path: "M1920 2048v-1024h-896v-896h-1024v1920h1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768zM1664 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "AppIconDefaultEdit", + Code: "EFDC", + Path: "M896 466v558h-768v-768h700l-32 -128h-796v1920h1920v-779q-38 8 -72 8q-14 0 -28 -1.5t-28 -3.5v648h-768v-768h559l-128 -128h-431v-430zM896 1152v768h-768v-768h768zM1848 1149q40 0 76.5 -14t64 -39t43.5 -60t16 -77t-14 -79t-44 -67l-717 -717l-377 -94l94 377l717 716q28 28 65 41t76 13zM1899 903q21 21 21 51q0 32 -20 50.5t-52 18.5q-13 0 -26.5 -4t-23.5 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "AppIconDefaultList", + Code: "EFDE", + Path: "M1280 384v128h128v-128h-128zM1536 384v128h512v-128h-512zM1280 128v128h128v-128h-128zM1536 128v128h512v-128h-512zM1280 640v128h128v-128h-128zM1536 768h512v-128h-512v128zM1920 2048v-1024h-896v-896h-1024v1920h1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768z" + }, + { + Name: "ActivateOrders", + Code: "EFE0", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1024 1408h-384v128h384v-128zM1024 1152h-384v128h384v-128zM640 1024h384v-128h-384v128zM512 1408h-128v128h128v-128zM512 1152h-128v128h128v-128zM384 1024h128v-128h-128v128zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-731l-128 -128v768h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "DeactivateOrders", + Code: "EFE1", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM512 1408h-128v128h128v-128zM512 1152h-128v128h128v-128zM384 1024h128v-128h-128v128zM256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1024 1408h-384v128h384v-128zM1024 1152h-384v128h384v-128zM640 1024h384v-128h-384v128z" + }, + { + Name: "ProductCatalog", + Code: "EFE8", + Path: "M128 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640l257 -128h-897q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95.5t57 82t81.5 57t96 21.5h1408v-681l-128 64v489h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1316q29 17 61.5 26.5t66.5 9.5h512v-128h-512q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM2048 1033v-762l-576 -287l-576 287v762l576 287zM1472 1177l-369 -184l369 -184l369 184zM1024 350l384 -191v539l-384 192v-540zM1920 350v540l-384 -192v-539z" + }, + { + Name: "ScatterChart", + Code: "EFEB", + Path: "M256 1920v-1664h1664v-128h-1792v1792h128zM1792 1792v-256h-256v256h256zM768 1664v-256h-256v256h256zM1280 1280v-256h-256v256h256zM768 768v-256h-256v256h256zM1664 896h256v-256h-256v256z" + }, + { + Name: "CustomActivity", + Code: "EFF0", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1521 905l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-46 -75 -121 -121l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-75 46 -121 121l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51zM1024 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "ServiceActivity", + Code: "EFF1", + Path: "M774 128q8 -35 22 -67t36 -61h-576v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-517q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v389h-128v-256h-1024v256h-128v-1536h390zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l200 199q-3 51 -24.5 95t-56 76.5t-79.5 51t-96 18.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q63 -35 109 -90t69 -123l151 152q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM768 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-512 -513q-19 -19 -19 -45t19 -45t45 -19t45 19l513 512q41 -19 82 -19z" + }, + { + Name: "AccountActivity", + Code: "EFF4", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1259 1329q42 0 78.5 -15.5t63.5 -42t42.5 -62.5t15.5 -78q0 -39 -15 -76t-43 -65l-526 -531l-358 -68l75 351l526 530q28 28 65 42.5t76 14.5zM1310 1080q21 23 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-499 -503l-27 -126l129 25z" + }, + { + Name: "CustomEntity", + Code: "EFF7", + Path: "M513 768q-53 0 -99.5 20t-81.5 54.5t-55.5 81.5t-20.5 100t20.5 100t55.5 81.5t81.5 54.5t99.5 20v384h383v-160q0 -26 10 -49.5t27.5 -41t41 -27.5t49.5 -10q27 0 50 10t40.5 27.5t27.5 40.5t10 50v160h382v-384q55 0 102 -19.5t81 -53.5t53.5 -81t19.5 -102t-19.5 -102t-53.5 -81t-81 -53.5t-102 -19.5v-384h-382v160q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-160h-383v384zM512 1152q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10h129v-384h127v32q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-32h126v384h135q27 0 49.5 10t38 27.5t24.5 41t9 49.5t-9 49.5t-24.5 41t-38 27.5t-49.5 10h-135v384h-126v-32q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v32h-127v-384h-129zM2045 2052v-2051h-2044v2051h2044zM1917 1924h-1788v-1795h1788v1795z" + }, + { + Name: "DocumentManagement", + Code: "EFFC", + Path: "M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "CRMReport", + Code: "EFFE", + Path: "M1536 512h-384v1152h384v-1152zM1280 1536v-896h128v896h-128zM1024 512h-384v896h384v-896zM768 1280v-640h128v640h-128zM128 2048h1792v-1920h-1792v384h-128v128h128v768h-128v128h128v512zM1792 256v1664h-1536v-384h128v-128h-128v-768h128v-128h-128v-256h1536z" + }, + { + Name: "KnowledgeArticle", + Code: "F000", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1024 1408h-640v128h640v-128zM384 1280h1152v-128h-1152v128zM384 1024h1152v-128h-1152v128zM384 768h1152v-128h-1152v128zM384 512h1152v-128h-1152v128z" + }, + { + Name: "Relationship", + Code: "F003", + Path: "M2048 1408h-640v158l-717 -478l717 -478v158h640v-640h-640v328l-768 512v-200h-640v640h640v-200l768 512v328h640v-640zM1536 640v-384h384v384h-384zM512 896v384h-384v-384h384zM1536 1920v-384h384v384h-384z" + }, + { + Name: "HomeVerify", + Code: "F00E", + Path: "M1280 565l-128 -128v331h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-214l-128 -128v470l-640 640l-640 -640v-805h384v640h512v-331zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "ZipFolder", + Code: "F012", + Path: "M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-480q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-992q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408v2048h1536zM640 1920v-384h256v384h-256zM1664 1120q0 31 -9.5 54.5t-23.5 44t-31 40.5t-31 45.5t-23.5 58t-9.5 77.5v480h-512v-512h-256v-128h-128v128h-128v512h-128v-1792h384v128h128v-128h768v992zM1792 1920h-128v-480q0 -24 4.5 -42t13 -33t20 -29.5t26.5 -31.5q15 17 26.5 31.5t20 29.5t13 33t4.5 42v480zM640 1152h128v-128h-128v128zM640 896h128v-128h-128v128zM640 640h128v-128h-128v128zM768 384v-128h-128v128h128zM768 1152v128h128v-128h-128zM768 896v128h128v-128h-128zM768 640v128h128v-128h-128zM768 384v128h128v-128h-128z" + }, + { + Name: "SurveyQuestions", + Code: "F01B", + Path: "M896 385h128v-128h-128v128zM960 1345q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -105t-47.5 -80.5t-61.5 -65t-61.5 -59.5t-47.5 -63t-19 -75v-64h-128v64q0 60 19 104.5t47.5 80t61.5 65.5t61.5 59.5t47.5 62.5t19 76q0 39 -15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1792 1499v-1499h-1664v2048h1120zM1285 1536h290l-290 292v-292zM1664 128v1280h-507v512h-901v-1792h1408z" + }, + { + Name: "TextDocument", + Code: "F029", + Path: "M1243 2048l549 -549v-1499h-1664v2048h1115zM1280 1829v-293h293zM256 128h1408v1280h-512v512h-896v-1792zM512 1024v128h896v-128h-896zM512 768v128h896v-128h-896zM512 512v128h896v-128h-896z" + }, + { + Name: "TextDocumentShared", + Code: "F02B", + Path: "M1408 1024h-896v128h896v-128zM512 896h896v-56q-41 -32 -72 -72h-824v128zM512 640h756q-20 -63 -20 -128h-736v128zM256 128h880q-16 -61 -16 -128h-992v2048h1115l549 -549v-591q-63 20 -128 20v480h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PageCheckedOut", + Code: "F02C", + Path: "M256 1920v-1792h1152v-128h-1280v2048h1115l549 -549v-923l-128 128v704h-512v512h-896zM1280 1829v-293h293zM1920 512h128v-512h-512v128h293l-402 403l90 90l403 -402v293z" + }, + { + Name: "PageShared", + Code: "F02D", + Path: "M1850 336q46 -25 82.5 -61t62 -80t39.5 -93.5t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM1536 512q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1152 1408v512h-896v-1792h880q-8 -32 -12 -64t-4 -64h-992v2048h1115l549 -549v-591q-63 20 -128 20v480h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "SaveAndClose", + Code: "F038", + Path: "M1152 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1115l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM384 1152v-384h512v384h-512zM896 128v256h-512v-256h128v128h128v-128h256zM1152 1152h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128v1024zM512 1408h-128v640h512v-128h-384v-512zM1920 2048v-1024h-512v128h384v768h-128v128h256zM1349 1792l-162 163l90 90l318 -317l-318 -317l-90 90l162 163h-581v-256h-128v384h709zM1414 1728l-6 5v-10z" + }, + { + Name: "Script", + Code: "F03A", + Path: "M1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v1280q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1280zM1186 128q-34 60 -34 128t34 128h-930q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h930zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v1536q0 68 34 128h-1058q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1280h1024q26 0 45 -19t19 -45t-19 -45t-45 -19q-25 0 -49 -9.5t-42 -27.5t-27.5 -42t-9.5 -49q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM512 1664h896v-128h-896v128zM512 1408h896v-128h-896v128zM512 1152h896v-128h-896v128zM512 896h896v-128h-896v128z" + }, + { + Name: "Archive", + Code: "F03F", + Path: "M2048 1920v-640h-128v-1152h-1792v1152h-128v640h2048zM1792 256v1024h-1536v-1024h1536zM1920 1408v384h-1792v-384h1792zM1408 896h-768v128h768v-128z" + }, + { + Name: "OneNoteDocType", + Code: "F04F", + Path: "M2048 1664v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-269q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h269v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM240 1322v-724h156v473l24 -32t44 -57.5t57 -74.5t62.5 -82.5t61.5 -81t53.5 -71t38 -51.5t15.5 -23h160v724h-156q0 -116 0.5 -231.5t0.5 -231.5l-348 463h-169zM1920 1280v384h-256v256h-1152v-384h525q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-525v-256h1152v1152h256z" + }, + { + Name: "MessageFriendRequest", + Code: "F055", + Path: "M2048 1664v-768q-12 23 -26.5 49t-31 51.5t-34.5 49.5t-36 42v320l-896 -448l-896 448v-896h960l64 -128h-1152v1280h2048zM1905 1536h-1762l881 -441zM1808 461q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5zM1408 704q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "ActivityFeed", + Code: "F056", + Path: "M128 960v320h-128v640h1664v-640h-1216zM128 1408h128v-139l139 139h1141v384h-1408v-384zM2048 1024v-640h-128v-320l-320 320h-1216v640h1664zM1920 896h-1408v-384h1141l139 -139v139h128v384z" + }, + { + Name: "Compare", + Code: "F057", + Path: "M1603 1792l214 -640h103v-128h-22q-20 -57 -56.5 -104.5t-84 -81t-104 -52t-117.5 -18.5t-117.5 18.5t-104 52t-84 81t-56.5 104.5h-22v128h103l214 640h-445v-1410q167 -11 316.5 -75.5t272.5 -178.5h179v-128h-1664v128h179q123 114 272.5 178.5t316.5 75.5v1410h-445l214 -640h103v-128h-22q-20 -57 -56.5 -104.5t-84 -81t-104 -52t-117.5 -18.5t-117.5 18.5t-104 52t-84 81t-56.5 104.5h-22v128h103l214 640h-317v128h896v128h128v-128h896v-128h-317zM384 1590l-146 -438h292zM384 896q69 0 128 34t94 94h-444q35 -60 94 -94t128 -34zM1404 128q-100 63 -213 95.5t-231 32.5t-231 -32.5t-213 -95.5h888zM1536 1590l-146 -438h292zM1536 896q69 0 128 34t94 94h-444q35 -60 94 -94t128 -34z" + }, + { + Name: "EventDate", + Code: "F059", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM1408 1152v-640h-128v486q-27 -14 -62 -26t-66 -12v128q12 0 31 6t39 15.5t36 20.5t22 21v1h128zM1024 960q0 -39 -11.5 -70.5t-30.5 -58t-44 -50.5t-51 -46.5t-51.5 -45.5t-46.5 -49h235v-128h-384q0 17 -0.5 36t0 38.5t3.5 38t10 35.5q11 27 33.5 53.5t49.5 52.5t55 51t51.5 49t38.5 47.5t15 46.5q0 27 -19 45.5t-45 18.5q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75z" + }, + { + Name: "EditEvent", + Code: "F05B", + Path: "M896 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM768 1024h128v-128h-128v128zM512 896h-128v128h128v-128zM1152 1024h128v-128h-128v128zM768 768h128v-128h-128v128zM512 640h-128v128h128v-128zM384 512h128v-128h-128v128zM896 466l-21 -22l-15 -60h-92v128h128v-46zM1664 1224q-23 -15 -42 -33.5t-39 -38.5h-47v128h128v-56zM1152 768h47l-47 -47v47zM2048 1920v-708q-58 43 -128 58v138h-1792v-1152h700l-32 -128h-796v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM1707 1095q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377zM1899 903q21 21 21 51q0 32 -20 50.5t-52 18.5q-13 0 -26.5 -4t-23.5 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "Opportunities", + Code: "F05F", + Path: "M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-480q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-992q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408v2048h1536zM1664 1120q0 31 -9.5 54.5t-23.5 44t-31 40.5t-31 45.5t-23.5 58t-9.5 77.5v480h-1152v-1792h1280v992zM1792 1920h-128v-480q0 -24 4.5 -42t13 -33t20 -29.5t26.5 -31.5q15 17 26.5 31.5t20 29.5t13 33t4.5 42v480zM1024 1408h128v-512h-128v512zM1024 768h128v-128h-128v128z" + }, + { + Name: "Quotes", + Code: "F067", + Path: "M1024 1408h-384v128h384v-128zM384 1024h128v-128h-128v128zM384 1536h128v-128h-128v128zM384 1280h128v-128h-128v128zM384 768h128v-128h-128v128zM1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5h-1344v2048h1115l549 -549v-444zM1280 1536h293l-293 293v-293zM1110 128q-51 41 -90.5 91.5t-67 108.5t-42 120.5t-14.5 127.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 192 -33v289h-512v512h-896v-1792h854zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM640 768h122q-8 -32 -14 -64t-9 -64h-99v128zM640 1024h249q-23 -30 -42.5 -62t-36.5 -66h-170v128zM1258 1280q-133 -41 -243 -128h-375v128h618zM1536 640h192v-128h-320v384h128v-256z" + }, + { + Name: "ArrowUpRight", + Code: "F069", + Path: "M384 1792h1408v-1408h-128v1189l-1317 -1317l-91 91l1317 1317h-1189v128v0z" + }, + { + Name: "CaretRight", + Code: "F06B", + Path: "M506 2074l1050 -1050l-1050 -1050v2100zM634 1766v-1484l741 742z" + }, + { + Name: "SetAction", + Code: "F071", + Path: "M1664 2048v-128h-1664v128h1664zM1015 1536l-67 -128h-948v128h1015zM0 1024h747l-67 -128h-680v128zM1512 1024h568l-1076 -1024h-257l304 640h-360l535 1024h612zM953 128l807 768h-456l325 640h-325l-402 -768h351l-304 -640h4z" + }, + { + Name: "ChatBot", + Code: "F08B", + Path: "M768 1024h-128v128h128v-128zM1280 1024h-128v128h128v-128zM1792 1152v-256h-128v-320q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-264l-440 -376v376h-320q-40 0 -75 15t-61 41t-41 61t-15 75v320h-128v256h128v192q0 40 15 75t41 61t61 41t75 15h448v209q-29 17 -46.5 47t-17.5 64q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50q0 -34 -17.5 -64t-46.5 -47v-209h448q40 0 75 -15t61 -41t41 -61t15 -75v-192h128zM1536 1344q0 26 -19 45t-45 19h-1024q-26 0 -45 -19t-19 -45v-768q0 -26 19 -45t45 -19h448v-226l264 226h312q26 0 45 19t19 45v768zM685 882q55 -55 126 -84.5t149 -29.5t149 29.5t126 84.5l90 -91q-73 -73 -167.5 -112t-197.5 -39t-197.5 39t-167.5 112z" + }, + { + Name: "CaretSolidLeft", + Code: "F08D", + Path: "M384 1024l1024 1024v-2048l-1024 1024v0z" + }, + { + Name: "CaretSolidDown", + Code: "F08E", + Path: "M0 1408h2048l-1024 -1024l-1024 1024v0z" + }, + { + Name: "CaretSolidRight", + Code: "F08F", + Path: "M640 2048l1024 -1024l-1024 -1024v2048v0z" + }, + { + Name: "CaretSolidUp", + Code: "F090", + Path: "M1024 1664l1024 -1024h-2048l1024 1024v0z" + }, + { + Name: "PowerAppsLogo", + Code: "F091", + Path: "M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z" + }, + { + Name: "PowerApps2Logo", + Code: "F092", + Path: "M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z" + }, + { + Name: "SearchIssue", + Code: "F09A", + Path: "M1664 1472q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-99 0 -191 32t-169 94l-619 -619q-19 -19 -45 -19t-45 19t-19 45t19 45l619 619q-62 77 -94 169t-32 191q0 119 45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM640 1472q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1664 128h128v-128h-128v128zM1728 832q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -47 -17 -89t-49 -76h-1l-95 -96q-14 -14 -20 -28t-8.5 -29.5t-2 -32t0.5 -33.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "SearchIssueMirrored", + Code: "F09B", + Path: "M1664 1472q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-99 0 -191 32t-169 94l-619 -619q-19 -19 -45 -19t-45 19t-19 45t19 45l619 619q-62 77 -94 169t-32 191q0 119 45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM640 1472q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1664 128h128v-128h-128v128zM1728 832q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128q0 17 0.5 33.5t-2 32t-9 29.5t-19.5 28q-30 30 -59 57.5t-52 57.5t-37 65t-14 81q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "FabricAssetLibrary", + Code: "F09C", + Path: "M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h768v-128h-768q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1024 0v896h1024v-896h-1024zM1152 256v-128h768v128h-128v128h128v128h-128v128h128v128h-768v-128h128v-128h-128v-128h128v-128h-128zM768 1280q41 0 79.5 -12t71.5 -34t58.5 -53t41.5 -69l-118 -49q-17 41 -53 65t-80 24v-320q0 -44 -20 -79.5t-51.5 -60.5t-72 -38.5t-80.5 -13.5q-41 0 -81 13.5t-72 38.5t-51.5 60.5t-19.5 79.5t19.5 79.5t51.5 60.5t72 38.5t81 13.5q52 0 96 -19v275h128zM544 768q13 0 29.5 4t31.5 12t25 20t10 28t-10 28t-25 20t-31.5 12t-29.5 4t-29.5 -4t-31.5 -12t-25 -20t-10 -28t10 -28t25 -20t31.5 -12t29.5 -4z" + }, + { + Name: "FabricDataConnectionLibrary", + Code: "F09D", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1152 256v512h128v-512h-128zM1408 256v256h128v-256h-128zM1792 640v-384h-128v384h128z" + }, + { + Name: "FabricDocLibrary", + Code: "F09E", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165z" + }, + { + Name: "FabricFormLibrary", + Code: "F09F", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1152 256v128h512v-128h-512zM1408 640v-128h-256v128h256zM1408 896v-128h-256v128h256z" + }, + { + Name: "FabricFormLibraryMirrored", + Code: "F0A0", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1280 256v128h512v-128h-512zM1536 512v128h256v-128h-256z" + }, + { + Name: "FabricReportLibrary", + Code: "F0A1", + Path: "M2048 1536v-256h-128v256h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h128v-128h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM384 1152h1664v-1152h-1664v1152zM1920 128v896h-1408v-896h1408zM1792 896v-128h-384v128h384zM1664 640v-128h-256v128h256zM1664 384v-128h-256v128h256zM1280 896v-640h-640v640h640zM1152 384v384h-384v-384h384z" + }, + { + Name: "FabricReportLibraryMirrored", + Code: "F0A2", + Path: "M2048 1536v-256h-128v256h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h128v-128h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM384 1152h1664v-1152h-1664v1152zM1920 128v896h-1408v-896h1408zM1024 896v-128h-384v128h384zM768 512v128h256v-128h-256zM768 256v128h256v-128h-256zM1792 896v-640h-640v640h640zM1664 384v384h-384v-384h384z" + }, + { + Name: "FabricPublicFolder", + Code: "F0A3", + Path: "M2048 1536v-867l-128 128v739h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 26 10 49.5t27.5 41t41 27.5t49.5 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668z" + }, + { + Name: "FabricFolderSearch", + Code: "F0A4", + Path: "M2048 1536v-383q-28 28 -60.5 50.5t-67.5 41.5v291h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "FabricMovetoFolder", + Code: "F0A5", + Path: "M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h128v-256h1792v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-256h-128v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM659 749l146 147h-805v128h805l-146 147l90 90l301 -301l-301 -301z" + }, + { + Name: "FabricUnsyncFolder", + Code: "F0A6", + Path: "M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-47 0 -92 -13.5t-84 -39.5l443 -443q36 56 47 123l127 -22q-18 -106 -82 -193l89 -89l-91 -91l-89 89q-58 -44 -127 -66.5t-141 -22.5q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q47 0 92 13.5t84 39.5l-443 443q-36 -56 -47 -123l-127 22q18 106 82 193l-89 89l91 91l89 -89q58 44 127 66.5t141 22.5q91 0 174 -35.5t146 -101.5z" + }, + { + Name: "FabricSyncFolder", + Code: "F0A7", + Path: "M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149.5t98.5 118t132.5 77.5t156 28q91 0 174 -35.5t146 -101.5zM1600 128q59 0 111.5 20t94.5 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149.5t-98.5 -118t-132.5 -77.5t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "FabricOpenFolderHorizontal", + Code: "F0A8", + Path: "M2005 1152q0 -32 -15 -60l-340 -639q-17 -32 -47 -50.5t-67 -18.5h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h608q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t27.5 -30.5t35 -19t49 -6.5h576q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256q14 0 28.5 0.5t28.5 0.5q42 0 77.5 -10.5t60.5 -52.5q18 -30 18 -66zM128 1792v-1073l245 490q17 33 47.5 52t67.5 19h1176v256h-576q-62 0 -104.5 19t-72.5 47.5t-51 61.5t-39.5 61.5t-38 47.5t-46.5 19h-608zM1536 512l341 640h-1389l-320 -640h1368z" + }, + { + Name: "FabricFolder", + Code: "F0A9", + Path: "M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48 -51t39.5 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1792h-736v-256h736q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20zM1920 512v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h1792z" + }, + { + Name: "FabricFolderFill", + Code: "F0AA", + Path: "M1984 1536v-1024q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h736q41 0 68.5 -19t48.5 -47.5t40.5 -61.5t45 -61.5t60.5 -47.5t89 -19h704q26 0 45 -19t19 -45z" + }, + { + Name: "FabricNewFolder", + Code: "F0AB", + Path: "M2048 1536v-896h-128v896h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1664 896v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z" + }, + { + Name: "FabricPictureLibrary", + Code: "F0AC", + Path: "M2048 1536v-384h-128v384h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h384v-128h-384q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM640 0v1024h1408v-1024h-1408zM1627 128h202l-229 230l-101 -102zM768 896v-549l320 319l320 -319l192 191l320 -319v677h-1152zM768 165v-37h677l-357 358zM1728 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "PhotoVideoMedia", + Code: "F0B1", + Path: "M256 1536h128v-128h-128v128zM256 1280h128v-128h-128v128zM1280 1408h-128v128h128v-128zM2048 1280v-1152h-1536v640h-512v1152h1536v-640h512zM1920 1152h-1280v-549l320 319l448 -447l320 319l192 -191v549zM512 896v384h896v512h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h128zM640 256h805l-485 486l-320 -321v-165zM1920 256v165l-192 193l-229 -230l128 -128h293zM1472 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "AddFavorite", + Code: "F0C8", + Path: "M1370 512l-103 329l405 311h-502l-146 467l-138 -467h-502l397 -311l-154 -493l397 306l256 -197v-162l-256 197l-640 -492l248 794l-632 486h784l240 768l240 -768h784l-632 -486l88 -282h-134zM1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AddFavoriteFill", + Code: "F0C9", + Path: "M1860 1216l-519 -399l90 -286l-23 -19h-128v-78l-39 -28l-217 167l-519 -399l202 643l-519 399h643l193 618l193 -618h643v0z" + }, + { + Name: "BufferTimeBefore", + Code: "F0CF", + Path: "M1024 1728q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1024 448q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1024 1024h256v-128h-384v512h128v-384zM1658 1658q-128 127 -291 194.5t-343 67.5t-343 -67.5t-291 -194.5l-90 90q72 72 156 128t176.5 94.5t191 58t200.5 19.5t200.5 -19.5t191 -58t176.5 -94.5t156 -128z" + }, + { + Name: "BufferTimeAfter", + Code: "F0D0", + Path: "M1024 320q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25zM1024 1600q-119 0 -224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5t224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5zM1280 896h-384v512h128v-384h256v-128zM1748 300q-72 -72 -156 -128t-176.5 -94.5t-191 -58t-200.5 -19.5t-200.5 19.5t-191 58t-176.5 94.5t-156 128l90 90q128 -127 291 -194.5t343 -67.5t343 67.5t291 194.5z" + }, + { + Name: "BufferTimeBoth", + Code: "F0D1", + Path: "M1024 1728q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1024 448q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1024 1024h256v-128h-384v512h128v-384zM1658 1658q-128 127 -291 194.5t-343 67.5t-343 -67.5t-291 -194.5l-90 90q72 72 156 128t176.5 94.5t191 58t200.5 19.5t200.5 -19.5t191 -58t176.5 -94.5t156 -128zM390 390q128 -127 291 -194.5t343 -67.5t343 67.5t291 194.5l90 -90q-72 -72 -156 -128t-176.5 -94.5t-191 -58t-200.5 -19.5t-200.5 19.5t-191 58t-176.5 94.5t-156 128z" + }, + { + Name: "PublishContent", + Code: "F0D4", + Path: "M896 1701l-403 -402l-90 90l557 557l557 -557l-90 -90l-403 402v-1317h-128v1317zM1664 384h128v-384h-1664v384h128v-256h1408v256z" + }, + { + Name: "ClipboardList", + Code: "F0E3", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM768 1152h768v-128h-768v128zM768 768h768v-128h-768v128zM768 384h768v-128h-768v128zM512 1152h128v-128h-128v128zM512 768h128v-128h-128v128zM512 384h128v-128h-128v128z" + }, + { + Name: "ClipboardListMirrored", + Code: "F0E4", + Path: "M256 1792v-1792h1536v1792h-512q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-512zM1408 1536h-768v128h256v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h256v-128zM384 1664h128v-256h1024v256h128v-1536h-1280v1536zM1280 1152h-768v-128h768v128zM1280 768h-768v-128h768v128zM1280 384h-768v-128h768v128zM1536 1152h-128v-128h128v128zM1536 768h-128v-128h128v128zM1536 384h-128v-128h128v128z" + }, + { + Name: "CannedChat", + Code: "F0F2", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243zM1664 1536v-128h-1280v128h1280zM1664 1280v-128h-1280v128h1280zM1664 1024v-128h-1280v128h1280z" + }, + { + Name: "DefenderBadge12", + Code: "F0FB", + Path: "M1024 1870q53 -8 99 -27t90 -48q53 -36 113 -61.5t123.5 -42.5t129 -25t128.5 -8v-363q0 -25 -2 -50t-5 -50h-676v675zM171 1658q63 0 128 8t128.5 25t123.5 42.5t113 61.5q44 29 90 48t99 27v-675h-676q-6 49 -6 100v363zM1024 1024h637q-39 -117 -105 -220t-150.5 -192.5t-182 -166t-199.5 -139.5v718zM853 306q-102 63 -199.5 139.5t-182 166t-150.5 192.5t-105 220h637v-718z" + }, + { + Name: "SkypeForBusinessLogo", + Code: "F0FC", + Path: "M1973 857q37 -65 56 -137t19 -147q0 -79 -20.5 -152t-58 -137t-89.5 -116t-116 -89.5t-137 -58t-152 -20.5q-75 0 -147 19t-137 56q-42 -7 -83.5 -10.5t-83.5 -3.5q-133 0 -256 34.5t-230 97t-195 150.5t-150.5 195t-97 230t-34.5 256q0 42 3.5 83.5t10.5 83.5q-37 65 -56 137t-19 147q0 79 20.5 152t58 137t89.5 116t116 89.5t137 58t152 20.5q75 0 147 -19t137 -56q42 7 83.5 10.5t83.5 3.5q133 0 256 -34.5t230 -97t195 -150.5t150.5 -195t97 -230t34.5 -256q0 -42 -3.5 -83.5t-10.5 -83.5zM1475 146q88 0 166 33.5t136 91.5t91.5 136t33.5 166q0 39 -6 71.5t-16.5 63t-25.5 60t-34 62.5q9 49 15 96.5t6 97.5q0 113 -29 217t-82.5 195t-128 165.5t-165.5 128t-195 82.5t-217 29q-50 0 -97.5 -6t-96.5 -15q-33 19 -62.5 34t-60 25.5t-63 16.5t-71.5 6q-88 0 -166 -33.5t-136 -91.5t-91.5 -136t-33.5 -166q0 -39 6 -71.5t16.5 -63t25.5 -60t34 -62.5q-9 -49 -15 -96.5t-6 -97.5q0 -113 29 -217t82.5 -195t128 -165.5t165.5 -128t195 -82.5t217 -29q50 0 97.5 6t96.5 15q33 -19 62.5 -34t60 -25.5t63 -16.5t71.5 -6zM807 1288q0 -31 18.5 -52.5t45.5 -35.5t57 -22.5t54 -13.5l217 -48q65 -15 120 -40.5t95 -65t62.5 -93.5t22.5 -124q0 -66 -19 -118t-52.5 -92.5t-78.5 -69t-97.5 -46.5t-109.5 -26.5t-114 -8.5q-58 0 -121 8.5t-122 29t-110.5 54t-86.5 84.5q-17 25 -28 53.5t-11 59.5q0 24 9 43.5t24.5 33.5t36 21.5t43.5 7.5q35 0 57.5 -15.5t41.5 -39t38.5 -50.5t48.5 -50.5t72 -39t108 -15.5q34 0 71 9.5t68.5 28.5t52 48.5t20.5 69.5q0 25 -9.5 44.5t-25.5 34t-36.5 23.5t-42.5 15l-292 74q-63 16 -114 41t-87.5 62t-56 88t-19.5 119q0 94 40 159.5t104 105.5t144.5 58t161.5 18q35 0 81.5 -7t96 -20.5t97 -35t85 -50.5t60.5 -66t23 -82q0 -25 -10 -43.5t-26.5 -31t-38 -18.5t-43.5 -6q-29 0 -49.5 12.5t-38.5 31t-37.5 40.5t-47.5 40.5t-68.5 31t-99.5 12.5q-32 0 -65 -7t-59.5 -22.5t-43 -41.5t-16.5 -64z" + }, + { + Name: "TabCenter", + Code: "F100", + Path: "M1920 1408v-1280h-1408v512h-384v1280h1408v-512h384zM1792 256v768h-1152v-768h1152zM512 768v640h896v128h-1152v-768h256zM256 1792v-128h1152v128h-1152zM1792 1280h-1152v-128h1152v128z" + }, + { + Name: "PageCheckedin", + Code: "F104", + Path: "M256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1939 19l-403 402v-293h-128v512h512v-128h-293l402 -403z" + }, + { + Name: "PageList", + Code: "F106", + Path: "M1792 2048v-1792h-1536v1792h1536zM1664 1920h-1280v-1536h1280v1536zM640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM640 768h-128v128h128v-128zM1536 768h-768v128h768v-128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128z" + }, + { + Name: "ReadOutLoud", + Code: "F112", + Path: "M928 896l384 384h96v-1280h-96l-384 384h-288v512h288zM1280 213v854l-299 -299h-213v-256h213zM1605 1093q91 -91 139 -208t48 -245t-48 -245t-139 -208l-91 91q72 72 111 165.5t39 196.5t-39 196.5t-111 165.5zM2048 640q0 -180 -68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249l91 91q126 -128 194 -291t68 -343zM614 1920h-486v-1536h384v-128h-512v1792h614q108 0 197.5 -42t148.5 -135q58 93 148 135t198 42h614v-685q-26 35 -61.5 67t-66.5 63v427h-486q-88 0 -155.5 -37t-104.5 -119q-3 -6 -6.5 -16t-7 -21t-6 -21.5t-2.5 -17.5v-470l-128 -128v598q0 7 -2.5 17.5t-6 21.5t-7 21t-6.5 16q-37 82 -104.5 119t-155.5 37z" + }, + { + Name: "ScreenPreviewOn", + Code: "F11E", + Path: "M1920 1664v-1280h-1920v1280h1920zM1796 1540h-1672v-1032h1672v1032zM1280 1024l-512 -384v768zM880 864l213 160l-213 160v-320z" + }, + { + Name: "CaretBottomLeftSolid8", + Code: "F121", + Path: "M1984 0h-1984v1984z" + }, + { + Name: "CaretBottomRightSolid8", + Code: "F122", + Path: "M2048 1984v-1984h-1984z" + }, + { + Name: "FolderHorizontal", + Code: "F12B", + Path: "M608 1792q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1280h-2048v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM128 1664v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480zM1920 1536h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h1792v1152z" + }, + { + Name: "MicrosoftStaffhubLogo", + Code: "F130", + Path: "M2048 2048v-2048h-2048v2048h2048zM947 393q88 0 173.5 18t152.5 60.5t108 112.5t41 173q0 76 -26.5 133t-70.5 100t-101.5 76t-118.5 63l-37 18.5t-42.5 22.5t-41 25t-31.5 26q-20 20 -28.5 43t-8.5 52q0 35 16 58.5t40.5 38t55 20.5t59.5 6q37 0 70.5 -4.5t65 -13.5t62 -22.5t62.5 -31.5q4 -2 7 -2q14 0 14 14v220q0 9 -9 13q-29 13 -65.5 21t-75.5 13t-77 7t-69 2q-85 0 -165 -21t-142.5 -65.5t-100.5 -113t-38 -163.5q0 -70 21.5 -122.5t57.5 -93t81.5 -71t92.5 -55.5t92.5 -47.5t81.5 -47.5t57.5 -54t21.5 -68q0 -36 -16.5 -60t-42.5 -38.5t-57.5 -20t-61.5 -5.5q-46 0 -85 7t-74 21t-69.5 33.5t-71.5 45.5q-4 2 -8 2q-5 0 -9.5 -3.5t-4.5 -9.5v-236q0 -8 7 -12q33 -18 71 -30.5t78.5 -20t81 -10.5t77.5 -3z" + }, + { + Name: "GiftboxOpen", + Code: "F133", + Path: "M192 1568q-23 54 -64.5 95.5t-95.5 64.5q54 23 95.5 64.5t64.5 95.5q23 -54 64.5 -95.5t95.5 -64.5q-54 -23 -95.5 -64.5t-64.5 -95.5zM1856 1504q23 -54 64.5 -95.5t95.5 -64.5q-54 -23 -95.5 -64.5t-64.5 -95.5q-23 54 -64.5 95.5t-95.5 64.5q54 23 95.5 64.5t64.5 95.5zM1472 1408q-47 109 -129 191t-191 129q109 47 191 129t129 191q47 -109 129 -191t191 -129q-109 -47 -191 -129t-129 -191zM1472 1854q-56 -71 -126 -126q70 -56 126 -126q55 70 126 126q-71 55 -126 126zM747 1263q-47 0 -88.5 19.5t-72.5 52.5t-48.5 76t-17.5 89q0 59 24.5 110.5t65.5 90t94.5 61t111.5 22.5q84 0 149.5 -35.5t110.5 -93.5t68.5 -132t23.5 -151q0 -105 -34 -196.5t-93.5 -166.5t-140.5 -132.5t-174 -96.5q-9 -4 -23 -4q-23 0 -39 16.5t-16 39.5q0 36 34 52q76 36 140.5 77.5t113 95t79 122t39.5 157.5q1 10 1.5 19.5t0.5 19.5q0 52 -15 105t-45 96t-75 69.5t-105 26.5q-34 0 -67 -13.5t-59 -36.5t-42 -54.5t-16 -67.5q0 -23 9 -45.5t24.5 -40t37 -28.5t45.5 -11t38 7.5t23 19.5t14.5 25t12 25t17 19.5t28.5 7.5q23 0 40 -17t17 -40q0 -5 -2 -13q-8 -32 -26.5 -59t-43.5 -46.5t-55.5 -30t-63.5 -10.5zM1627 1152l274 -275l-90 -90l-147 146v-933h-1408v933l-147 -146l-90 90l274 275h555q-35 -41 -77.5 -72.5t-90.5 -55.5h-296v-896h1152v896h-331q17 31 31 63t25 65h366z" + }, + { + Name: "StatusCircleOuter", + Code: "F136", + Path: "M960 1920q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5z" + }, + { + Name: "StatusCircleInner", + Code: "F137", + Path: "M960 1792q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30t-221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30z" + }, + { + Name: "StatusCircleRing", + Code: "F138", + Path: "M960 1792q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5zM960 256q97 0 187 25t168 71t142.5 110.5t110.5 142.5t71 168t25 187t-25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25t-187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187t25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25z" + }, + { + Name: "StatusTriangleOuter", + Code: "F139", + Path: "M1920 0h-1920l960 1920z" + }, + { + Name: "StatusTriangleInner", + Code: "F13A", + Path: "M1664 128h-1408l704 1408z" + }, + { + Name: "StatusTriangleExclamation", + Code: "F13B", + Path: "M1024 256h-128v128h128v-128zM1024 512h-128v640h128v-640z" + }, + { + Name: "StatusCircleExclamation", + Code: "F13C", + Path: "M896 640h128v-128h-128v128zM1024 1408v-640h-128v640h128z" + }, + { + Name: "StatusCircleErrorX", + Code: "F13D", + Path: "M1050 960l371 -371l-90 -90l-371 371l-371 -371l-90 90l371 371l-371 371l90 90l371 -371l371 371l90 -90z" + }, + { + Name: "StatusCircleCheckmark", + Code: "F13E", + Path: "M1453 1107l-621 -621l-365 365l90 90l275 -275l531 531z" + }, + { + Name: "StatusCircleInfo", + Code: "F13F", + Path: "M896 1152h128v-640h-128v640zM1024 1408v-128h-128v128h128z" + }, + { + Name: "StatusCircleBlock", + Code: "F140", + Path: "M960 1792q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5zM960 256q124 0 239.5 41.5t210.5 121.5l-991 991q-80 -95 -121.5 -210.5t-41.5 -239.5q0 -97 25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25zM1501 510q80 95 121.5 210.5t41.5 239.5q0 97 -25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25q-124 0 -239.5 -41.5t-210.5 -121.5z" + }, + { + Name: "StatusCircleBlock2", + Code: "F141", + Path: "M1408 1024v-128h-896v128h896z" + }, + { + Name: "StatusCircleQuestionMark", + Code: "F142", + Path: "M896 512h128v-128h-128v128zM960 1472q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "StatusCircleSync", + Code: "F143", + Path: "M1408 1408v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM960 640q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "Toll", + Code: "F160", + Path: "M768 128h128v-128h-896v2048h1024v-384h-256v-920l1085 542l185 -371l-1270 -635v-152zM768 424l256 128v176l-256 -128v-176zM1152 616l256 128v176l-256 -128v-176zM1795 1114l-259 -130v-176l330 165zM640 768v640h-256v-640h256zM128 1792h768v128h-768v-128zM640 128v512h-384v896h384v128h-512v-1536h512z" + }, + { + Name: "ExploreContentSingle", + Code: "F164", + Path: "M1792 1792v-1664h-1664v1664h1664zM1664 1664h-1408v-1408h1408v1408zM896 896h-384v128h384v384h128v-384h384v-128h-384v-384h-128v384z" + }, + { + Name: "CollapseContent", + Code: "F165", + Path: "M2048 2048v-1792h-128v1664h-1664v128h1792zM128 1792h1664v-1664h-1664v1664zM256 256h1408v1408h-1408v-1408zM512 1024h896v-128h-896v128z" + }, + { + Name: "CollapseContentSingle", + Code: "F166", + Path: "M1792 1792v-1664h-1664v1664h1664zM1664 1664h-1408v-1408h1408v1408zM1408 896h-896v128h896v-128z" + }, + { + Name: "InfoSolid", + Code: "F167", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1024 1280h-128v-640h128v640zM1024 1536h-128v-128h128v128z" + }, + { + Name: "GroupList", + Code: "F168", + Path: "M640 1408h1408v-128h-1408v128zM2048 1792v-128h-1408v128h1408zM384 1920v-128h-128v-512h128v-128h-256v768h256zM640 512h1408v-128h-1408v128zM640 896h1408v-128h-1408v128zM384 1024v-128h-128v-512h128v-128h-256v768h256z" + }, + { + Name: "ProgressRingDots", + Code: "F16A", + Path: "M1024 1952q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5zM337 1567q0 30 11 56t30.5 45.5t46 31t56.5 11.5t56 -11.5t45.5 -31t31 -45.5t11.5 -56t-11.5 -56.5t-31 -46t-45.5 -30.5t-56 -11t-56.5 11t-46 30.5t-30.5 46t-11 56.5zM256 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM369 481q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5zM1024 352q40 0 68 -28t28 -68t-28 -68t-68 -28t-68 28t-28 68t28 68t68 28zM1487 481q0 34 23 57t57 23t57 -23t23 -57t-23 -57t-57 -23t-57 23t-23 57zM1792 1088q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1567 1743q36 0 68 -14t56 -38t38 -56t14 -68t-14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14z" + }, + { + Name: "CheckboxIndeterminateCombo", + Code: "F16E", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM1536 512h-1024v1024h1024v-1024z" + }, + { + Name: "CaloriesAdd", + Code: "F172", + Path: "M384 768q0 -88 23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23q66 0 131 13.5t125 40.5v-137q-123 -45 -256 -45q-106 0 -204 27.5t-183.5 77.5t-155.5 120t-120 155.5t-77.5 183.5t-27.5 204q0 84 18 165t52 155t84 140.5t113 121.5q6 -37 18.5 -78t29 -81t38 -77t45.5 -65q22 -25 52 -25q27 0 45.5 19t18.5 46q0 11 -3.5 20t-9.5 18q-56 82 -86.5 163t-30.5 182q0 119 45.5 224t123.5 183t183 123.5t224 45.5h64v-64q0 -177 66 -330t190 -278t190 -278t66 -330h-128q0 152 -56 281t-162 236q-130 132 -204 288.5t-88 342.5q-83 -11 -153.5 -50.5t-122.5 -99t-81 -135t-29 -159.5q0 -79 23.5 -141t67.5 -126q19 -28 29.5 -54.5t10.5 -61.5q0 -40 -15.5 -75t-41.5 -61.5t-61 -41.5t-75 -15q-46 0 -81 17.5t-62.5 46t-48.5 64.5t-39 72q-45 -75 -68 -158t-23 -170zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "BranchFork", + Code: "F173", + Path: "M1946 576l-365 -365l-90 90l210 211h-1701v128h384v896h933l-210 211l90 90l365 -365l-365 -365l-90 90l210 211h-805v-768h1189l-210 211l90 90z" + }, + { + Name: "MuteChat", + Code: "F17A", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1920v-1089q-28 33 -59.5 62t-68.5 52v847h-1792v-1152h256v-267l267 267h392q-22 -63 -29 -128h-310l-448 -448v448h-256v1408h2048z" + }, + { + Name: "AddHome", + Code: "F17B", + Path: "M768 384v640h512v-768h-128v640h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-293h-128v421l-640 640l-640 -640v-805h384zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "AddWork", + Code: "F17C", + Path: "M2048 1664v-1024h-128v569l-640 -321v-120h-512v120l-640 321v-697h1152v-128h-1280v1280h640v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h640zM768 1664h512v128h-512v-128zM1152 1024h-256v-128h256v128zM1920 1351v185h-1792v-185l640 -319v120h512v-120zM1792 512h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "ScreenTime", + Code: "F182", + Path: "M1920 1024q63 -83 95.5 -181.5t32.5 -202.5q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-768zM781 768q22 112 80 206t142 162t187.5 106t217.5 38q104 0 202.5 -32.5t181.5 -95.5v640h-1664v-1024h653zM1408 128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1408 640h256v-128h-384v512h128v-384z" + }, + { + Name: "MobileReport", + Code: "F18A", + Path: "M1920 1664v-256h-384v256h384zM0 1024h384v-640h-384v640zM512 1664h384v-1280h-384v1280zM1792 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640zM1792 1152h-640v-1024h640v1024zM1280 384h384v-128h-384v128zM1408 1408h-384v640h384v-640z" + }, + { + Name: "ScaleVolume", + Code: "F18C", + Path: "M512 1920h-293l338 -339l-90 -90l-339 338v-293h-128v512h512v-128zM1536 2048h512v-512h-128v293l-339 -338l-90 90l338 339h-293v128zM467 557l90 -90l-338 -339h293v-128h-512v512h128v-293zM1920 219v293h128v-512h-512v128h293l-338 339l90 90zM640 640v768h768v-768h-768zM768 1280v-512h512v512h-512z" + }, + { + Name: "HardDriveGroup", + Code: "F18F", + Path: "M1664 512h-128v128h128v-128zM1408 512h-128v128h128v-128zM1664 1024h-128v128h128v-128zM1408 1024h-128v128h128v-128zM1728 1920q40 0 75 -15t61 -41t41 -61t15 -75v-1472h-1792v1472q0 40 15 75t41 61t61 41t75 15h1408zM1792 768h-1536v-384h1536v384zM1792 1280h-1536v-384h1536v384zM1792 1408v320q0 26 -19 45t-45 19h-1408q-26 0 -45 -19t-19 -45v-320h1536zM1536 1664h128v-128h-128v128zM1280 1664h128v-128h-128v128z" + }, + { + Name: "FastMode", + Code: "F19A", + Path: "M1428 1663q53 4 110 -6.5t111.5 -33t104 -56t86.5 -77t58.5 -95.5t21.5 -111q0 -63 -26.5 -111.5t-70 -81.5t-98.5 -49.5t-113 -16.5q-43 0 -81 7q2 -18 3.5 -36t1.5 -36q0 -51 -8.5 -97.5t-22.5 -94.5h-1090q-12 49 -21.5 95t-9.5 97q0 16 1 32t3 32q-54 0 -101 19.5t-82.5 54t-56 81.5t-20.5 101q0 53 20 99.5t55 81.5t81.5 55t99.5 20q69 0 126.5 -33.5t93.5 -92.5q85 69 176.5 97.5t199.5 28.5q-42 51 -63 111.5t-21 125.5q0 42 11 78t29 69t40.5 64t45.5 63zM256 1280q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q20 0 38 6q31 85 85 154q-11 41 -45.5 68.5t-77.5 27.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1403 896q3 16 4 32t1 32q0 30 -5 59t-13 58q-42 21 -80.5 50t-69.5 65t-53 78.5t-29 89.5q-46 23 -96 35.5t-102 12.5q-91 0 -172 -36t-142.5 -97.5t-97.5 -142.5t-36 -172q0 -16 1.5 -32t3.5 -32h240q11 38 11 75q0 57 -24 108.5t-68 88.5l82 98q66 -55 101.5 -130.5t35.5 -162.5q0 -20 -1.5 -39t-5.5 -38h515zM1613 1153q30 0 62 7t58 23t42.5 41t16.5 61q0 55 -33 101t-82.5 79.5t-107 52t-106.5 18.5q-20 0 -39 -3t-39 -6l-342 323q-9 -21 -14 -37.5t-5 -39.5q0 -38 11 -73t31 -65t48 -53.5t63 -38.5q32 -14 67.5 -18t69.5 -9q-9 -25 -20 -52.5t-11 -54.5q0 -59 32 -106t81 -80.5t107 -51.5t110 -18z" + }, + { + Name: "Ribbon2", + Code: "F19B", + Path: "M1024 1024q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1024 1408q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1474 768l138 -554l-505 -169l-83 331l-83 -331l-505 169l138 554h-62v293l-219 219l219 219v293h293l219 219l219 -219h293v-293l219 -219l-219 -219v-293h-62zM640 1115v-219h219l165 -165l165 165h219v219l165 165l-165 165v219h-219l-165 165l-165 -165h-219v-219l-165 -165zM953 620l-148 148h-99l-118 -470l263 -87zM1342 768h-99l-148 -148l102 -409l263 87z" + }, + { + Name: "ToggleLeft", + Code: "F19E", + Path: "M2048 1024q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40h-1024q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40h1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1536 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-1024q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1024zM512 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "ToggleRight", + Code: "F19F", + Path: "M1898 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166t-166 -111.5t-196 -38.5h-1024q-103 0 -196 38.5t-166 111.5t-111.5 166t-38.5 196t38.5 196t111.5 166t166 111.5t196 38.5h1024q103 0 196 -38.5t166 -111.5zM1536 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-1024q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1024zM1536 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "FullView", + Code: "F1A2", + Path: "M1664 384v384h128v-512h-512v128h384zM1280 1792h512v-512h-128v384h-384v128zM256 1280v512h512v-128h-384v-384h-128zM384 768v-384h384v-128h-512v512h128z" + }, + { + Name: "FocusView", + Code: "F1A3", + Path: "M640 1408v384h128v-512h-512v128h384zM256 640v128h512v-512h-128v384h-384zM1280 256v512h512v-128h-384v-384h-128zM1408 1408h384v-128h-512v512h128v-384z" + }, + { + Name: "CircleShape", + Code: "F1A5", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32z" + }, + { + Name: "SquareShape", + Code: "F1A6", + Path: "M1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z" + }, + { + Name: "TriangleShape", + Code: "F1A7", + Path: "M1920 128h-1920l960 1920zM207 256h1506l-753 1506z" + }, + { + Name: "DropShape", + Code: "F1A8", + Path: "M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166zM1024 128q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 48 -11 95t-33 90l-468 937l-468 -937q-22 -43 -33 -90t-11 -95q0 -106 40 -199.5t109.5 -163t163 -109.5t199.5 -40z" + }, + { + Name: "RectangleShape", + Code: "F1A9", + Path: "M2048 1664v-1280h-2048v1280h2048zM1920 1536h-1792v-1024h1792v1024z" + }, + { + Name: "CubeShape", + Code: "F1AA", + Path: "M1792 1479v-1038l-832 -417l-832 417v1038l832 417zM960 1752l-625 -312l625 -312l625 312zM256 520l640 -321v817l-640 321v-817zM1664 520v817l-640 -321v-817z" + }, + { + Name: "Trophy2", + Code: "F1AE", + Path: "M1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-192q0 -86 -30.5 -163t-84.5 -137t-127.5 -98.5t-158.5 -47.5q-19 -62 -51.5 -116t-76 -98t-96.5 -77.5t-114 -55.5q35 -34 58.5 -76.5t34.5 -90.5h70q40 0 75 -15t61 -41t41 -61t15 -75v-192h-1152v192q0 40 15 75t41 61t61 41t75 15h70q11 48 34.5 90.5t58.5 76.5q-61 22 -114 55.5t-96.5 77.5t-76 98t-51.5 116q-86 9 -159 47.5t-127 98.5t-84.5 137t-30.5 163v192q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v128h1152v-128h256zM512 1792v-128h896v128h-896zM128 1472q0 -57 19 -109t53 -93.5t81 -70.5t103 -41v506h-256v-192zM1408 320q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-64h896v64zM1141 512q-10 29 -28 52.5t-42 40.5t-52.5 26t-58.5 9t-58.5 -9t-52.5 -26t-42 -40.5t-28 -52.5h362zM960 768q81 0 161.5 27t144 76.5t103 120.5t39.5 160v384h-896v-384q0 -89 39.5 -160t103 -120.5t144 -76.5t161.5 -27zM1792 1664h-256v-506q56 12 103 41t81 70.5t53 93.5t19 109v192z" + }, + { + Name: "BucketColor", + Code: "F1B6", + Path: "M1690 1088l-858 -858l-730 730l666 667v229q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-640h-128v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-283l-549 -549h1098l65 64l-211 211l90 90zM832 410l485 486h-970zM1979 458q20 -35 30 -74t10 -80q0 -61 -22 -116t-61 -97t-92.5 -66.5t-115.5 -24.5t-116 24t-94 64.5t-63.5 95t-23.5 115.5q0 79 40 148l257 450zM1728 128q36 0 66.5 14.5t52 39t33.5 56.5t12 67q0 49 -24 90l-140 244l-146 -256q-23 -40 -23 -84q0 -35 13.5 -66t36.5 -54t53.5 -37t65.5 -14z" + }, + { + Name: "BucketColorFill", + Code: "F1B7", + Path: "M192 960h1280l-640 -640zM1923 426q32 -56 32 -122q0 -47 -16.5 -90t-46.5 -76.5t-71 -53.5t-89 -20q-49 0 -92 18.5t-75.5 50t-51 74.5t-18.5 92q0 62 31 116l202 353z" + }, + { + Name: "Taskboard", + Code: "F1C2", + Path: "M1920 1920v-1792h-1920v1792h1920zM1792 1792h-768v-1024h768v1024zM128 1792v-384h768v384h-768zM128 256h768v1024h-768v-1024zM1792 256v384h-768v-384h768z" + }, + { + Name: "SingleColumn", + Code: "F1D3", + Path: "M0 1792h1920v-1536h-1920v1536zM1792 384v1280h-1664v-1280h1664z" + }, + { + Name: "DoubleColumn", + Code: "F1D4", + Path: "M0 256v1536h896v-1536h-896zM128 1664v-1280h640v1280h-640zM1024 1792h896v-1536h-896v1536zM1792 384v1280h-640v-1280h640z" + }, + { + Name: "TripleColumn", + Code: "F1D5", + Path: "M128 256v1536h512v-1536h-512zM256 1664v-1280h256v1280h-256zM768 256v1536h512v-1536h-512zM896 1664v-1280h256v1280h-256zM1408 1792h512v-1536h-512v1536zM1792 384v1280h-256v-1280h256z" + }, + { + Name: "ColumnLeftTwoThirds", + Code: "F1D6", + Path: "M0 256v1536h1280v-1536h-1280zM128 1664v-1280h1024v1280h-1024zM1408 1792h640v-1536h-640v1536zM1920 384v1280h-384v-1280h384z" + }, + { + Name: "ColumnRightTwoThirds", + Code: "F1D7", + Path: "M768 1792h1280v-1536h-1280v1536zM1920 384v1280h-1024v-1280h1024zM0 256v1536h640v-1536h-640zM128 1664v-1280h384v1280h-384z" + }, + { + Name: "AnalyticsLogo", + Code: "F1DE", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z" + }, + { + Name: "AnalyticsQuery", + Code: "F1DF", + Path: "M2048 1024h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32v-128q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 1664q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "NewAnalyticsQuery", + Code: "F1E0", + Path: "M128 1024q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32v-128q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5zM1664 1024h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AnalyticsReport", + Code: "F1E1", + Path: "M128 1024q0 -149 46.5 -285.5t131 -249.5t202.5 -197t260 -126v-132q-169 44 -310 138.5t-243 225.5t-158.5 291t-56.5 335q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5q135 0 260.5 -33.5t236 -95t203 -148.5t161 -193.5t110 -229.5t50.5 -257l-154 154q-38 148 -120.5 272.5t-197.5 213.5t-255.5 139t-293.5 50q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5zM1024 1536q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q75 0 147 -17.5t137.5 -50.5t122.5 -80.5t102 -107.5h-174q-70 62 -155.5 95t-179.5 33zM1627 1280l421 -421v-859h-1152v1280h731zM1664 1061v-165h165zM1920 128v640h-384v384h-512v-1024h896zM1792 640v-384h-128v384h128zM1152 256v512h128v-512h-128zM1408 256v256h128v-256h-128z" + }, + { + Name: "WordLogo", + Code: "F1E3", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM515 1092l123 -404h140l134 672h-141l-80 -397l-113 384h-119l-120 -386l-80 399h-147l134 -672h140zM1920 256v256h-1280v-256h1280zM1920 640v320h-896v-320h896zM1920 1088v320h-896v-320h896zM1920 1536v256h-1280v-256h1280z" + }, + { + Name: "ExcelLogo", + Code: "F1E5", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM512 915l121 -227h183l-203 330l199 324h-175l-112 -205q-2 -3 -3.5 -6.5t-3.5 -7.5q-27 55 -55 109.5t-56 109.5h-186l194 -326l-212 -328h184zM1216 256v256h-576v-256h576zM1216 640v320h-192v-320h192zM1216 1088v320h-192v-320h192zM1216 1536v256h-576v-256h576zM1920 256v256h-576v-256h576zM1920 640v320h-576v-320h576zM1920 1088v320h-576v-320h576zM1920 1536v256h-576v-256h576z" + }, + { + Name: "OneNoteLogo", + Code: "F1E7", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM389 1109l242 -420h152v670h-148v-429l-233 429h-161v-670h148v420zM1920 256v256h-256v-256h256zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM1920 1408v384h-1280v-256h299q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-299v-256h896v1152h384z" + }, + { + Name: "OutlookLogo", + Code: "F1E9", + Path: "M672 1021q0 -39 -9 -74.5t-28 -63.5t-50 -44.5t-74 -16.5q-42 0 -72 17.5t-49 46t-28 64.5t-9 73q0 38 9 74.5t28.5 65t50.5 46t74 17.5q44 0 74 -18t48.5 -47t26.5 -65.5t8 -74.5zM2048 1024v-800q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v288h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h555v294q0 38 26 64t64 26h1100q38 0 64 -26t26 -64v-38v-670l106 -61h1q9 -6 15 -16t6 -21zM1536 1728v-256h256v256h-256zM1536 1344v-256h256v256h-256zM1536 960v-156l260 156h-260zM1088 1728v-256h320v256h-320zM1088 1344v-256h320v256h-320zM1088 960v-173l206 -128l114 68v233h-320zM768 1728v-192h171q5 0 10.5 -1t10.5 -3v196h-192zM510 684q77 0 137 26.5t101 73t62.5 109.5t21.5 137q0 71 -21 132t-61 106t-98 70.5t-132 25.5q-79 0 -140 -25.5t-103 -72t-63.5 -110.5t-21.5 -140q0 -72 22 -133t63 -105t100 -69t133 -25zM640 256h1057l-673 420v-79q0 -35 -25 -60t-60 -25h-299v-256zM1920 267v618l-504 -302z" + }, + { + Name: "PowerPointLogo", + Code: "F1EB", + Path: "M1152 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32q-110 0 -215 26t-199.5 75.5t-176 121t-144.5 161.5h-332q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h332q63 90 144.5 161.5t176 121t199.5 75.5t215 26zM1216 1789v-701h701q-12 140 -70.5 262.5t-152 216t-216.5 152t-262 70.5zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1152 256q100 0 193 24.5t175.5 70t151.5 109t121 142t84 169.5t40 190h-828v828q-148 -12 -279 -77.5t-230 -175.5h359q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-359q55 -61 120.5 -108.5t138.5 -80.5t152 -50t161 -17zM496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96z" + }, + { + Name: "PublisherLogo", + Code: "F1ED", + Path: "M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 1711v-1374q0 -33 -24 -57t-57 -24h-175v-41q0 -36 -25.5 -61.5t-61.5 -25.5h-1106q-36 0 -61.5 25.5t-25.5 61.5v297h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v297q0 36 25.5 61.5t61.5 25.5h1106q36 0 61.5 -25.5t25.5 -61.5v-41h175q33 0 57 -24t24 -57zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1664 256v256h-1024v-256h1024zM1664 640v320h-640v-320h640zM1664 1088v704h-1024v-256h299q35 0 60 -25t25 -60v-363h640zM1920 384v1280h-128v-1280h128z" + }, + { + Name: "ScheduleEventAction", + Code: "F1EF", + Path: "M1664 1920h384v-512h-1920v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM2017 1280l-238 -384h269l-672 -896h-264l256 512h-256l387 768h518zM1792 768h-243l238 384h-209l-258 -512h256l-241 -482z" + }, + { + Name: "FlameSolid", + Code: "F1F3", + Path: "M1821 733q0 -102 -26 -195.5t-73.5 -175t-114.5 -148.5t-148.5 -114.5t-175 -73.5t-195.5 -26t-195.5 26t-175 73.5t-148.5 114.5t-114.5 148.5t-73.5 175t-26 195.5q0 99 25.5 195.5t78.5 180.5q21 -42 45 -83t55.5 -73.5t71.5 -52.5t93 -20q46 0 86 17.5t70 47.5t47.5 70t17.5 86q0 39 -12 70t-34 63q-26 37 -45.5 72t-32.5 71.5t-19.5 75.5t-6.5 86q0 95 33.5 182t92.5 155.5t140 114t176 57.5q15 -214 100 -392.5t234 -330.5q122 -125 186 -271t64 -321z" + }, + { + Name: "LocalAdmin", + Code: "F1FB", + Path: "M1280 1536q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 121 35.5 232t100 204.5t156 165.5t203.5 116q-56 36 -100.5 83.5t-75 103t-47 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q35 0 75.5 -1t81 1t79 10.5t70.5 27.5q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q31 -18 69.5 -26.5t79 -10.5t80.5 -1t75 1zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "PowerShell", + Code: "F1FD", + Path: "M0 1920h2048v-1664h-2048v1664v0zM1920 1792h-1792v-128h1792v128v0zM128 384h1792v1152h-1792v-1152v0zM896 512v128h640v-128h-640v0zM549 1332l521 -372l-521 -372l-74 104l375 268l-375 268l74 104v0z" + }, + { + Name: "ServerProcesses", + Code: "F1FE", + Path: "M2038 560l-124 -51q12 -62 0 -122l124 -51l-49 -119l-124 52q-17 -25 -38.5 -47t-47.5 -39l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-12 61 0 122l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q62 12 122 0l51 124l119 -49l-52 -124q25 -17 47 -38.5t39 -47.5l124 52zM1673 271q37 15 63.5 42.5t40.5 61.5t14.5 72t-14.5 74q-14 36 -41 63t-63 41q-35 15 -73 15q-39 0 -73 -15q-36 -14 -63 -41t-41 -63q-31 -73 0 -146q14 -36 41 -63t63 -41q73 -31 146 0zM2048 1920v-896h-128v384h-1792v-1024h896v-128h-1024v1664h2048zM1920 1536v256h-1792v-256h1792zM896 640v140q-31 11 -60 34l-121 -69l-64 110l120 70q-3 16 -3 35q0 18 3 35l-120 70l64 110l121 -69q29 23 60 34v140h128v-140q17 -6 31.5 -14.5t28.5 -19.5l121 69l64 -110l-120 -70q3 -17 3 -35q0 -19 -3 -35l120 -70l-64 -110l-121 69q-14 -11 -28.5 -19.5t-31.5 -14.5v-140h-128zM864 960q0 -40 28 -68t68 -28t68 28t28 68t-28 68t-68 28t-68 -28t-28 -68z" + }, + { + Name: "RegistryEditor", + Code: "F1FF", + Path: "M1152 1152h384h128v-128v-384v-128v-384v-128h-128h-384h-128h-384h-128h-384h-128v128v384v128v384v128v384v128h128h384h128h384h128v-128v-384zM640 1536v-384h384v384h-384zM1024 640v384h-384v-384h384zM128 1536v-384h384v384h-384zM128 1024v-384h384v384h-384zM512 128v384h-384v-384h384zM1024 128v384h-384v-384h384zM1536 128v384h-384v-384h384zM1152 640h384v384h-384v-384zM1984 1600l-384 -384l-384 384l384 384zM1600 1839l-239 -239l239 -239l239 239z" + }, + { + Name: "Server", + Code: "F201", + Path: "M1280 1664h-640v128h640v-128zM1280 640h-640v128h640v-128zM1280 384h-640v128h640v-128zM1408 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792h-1152v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h896zM1408 1920h-896v-1664h896v1664z" + }, + { + Name: "SaveAll", + Code: "F203", + Path: "M1920 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1115l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM1152 1152v-384h512v384h-512zM1664 128v256h-512v-256h128v128h128v-128h256zM1920 1152h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128v1024zM256 1408v512h-128v-933l91 -91h37v384h384v-128h-256v-256h128v128h128v-256h-475l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-128v-512h-768zM384 1536h512v384h-512v-384z" + }, + { + Name: "CostControl", + Code: "F207", + Path: "M1536 2048h512v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l459 459q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82q-129 -129 -256 -256.5t-256 -256.5q-19 -19 -19 -45t19 -45t45 -19t45 19q129 129 256.5 256t256.5 256q41 -19 82 -19z" + }, + { + Name: "CostContralLedgerAdmin", + Code: "F208", + Path: "M1536 2048h512v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128v0zM2048 896v-384h-1024v384h1024v0zM1920 640v128h-768v-128h768v0zM1792 384v-384h-768v384h768v0zM1664 128v128h-512v-128h512v0z" + }, + { + Name: "LinkedInLogo", + Code: "F20A", + Path: "M1896 2048q31 0 58.5 -11.5t48.5 -31.5t33 -47t12 -58v-1752q0 -31 -12 -58t-33 -47t-48.5 -31.5t-58.5 -11.5h-1745q-31 0 -58.5 11.5t-48 31.5t-32.5 47t-12 58v1752q0 31 12 58t32.5 47t48 31.5t58.5 11.5h1745zM607 320v960h-304v-960h304zM455 1414q36 0 68.5 13.5t56.5 37.5t38 56t14 69t-14 69t-38 56t-56.5 37.5t-68.5 13.5t-68 -14t-56 -38t-38 -56t-14 -68t14 -68t38 -56t56 -38t68 -14zM1745 320v519q0 99 -14 184t-53.5 147.5t-110.5 98t-186 35.5q-43 0 -85.5 -10t-80.5 -30t-69.5 -49t-52.5 -68h-4v133h-291v-960h303v466q0 48 6.5 93.5t26 80.5t55 56t94.5 21q58 0 90 -24t47 -61.5t18 -83.5t3 -90v-458h304z" + }, + { + Name: "Decimals", + Code: "F218", + Path: "M465 1783q90 0 155 -32t110 -85.5t72.5 -124t42.5 -147t20 -154t5 -146.5q0 -71 -7 -150.5t-25 -157t-48.5 -149t-79 -125.5t-116 -86.5t-158.5 -32.5q-86 0 -150 31t-109.5 82.5t-75 119.5t-46 142.5t-23 149.5t-6.5 142q0 73 6 155t23 162.5t47.5 154t79.5 129.5t118.5 89t164.5 33zM449 498q67 0 115.5 29.5t81.5 78t53 110.5t30.5 127t13.5 126.5t3 110.5q0 48 -2.5 110.5t-12 129t-28 131t-50.5 115t-80 81.5t-116 31q-71 0 -121 -31t-84 -81.5t-54.5 -115.5t-31 -132.5t-13.5 -132t-3 -115.5q0 -50 3 -111.5t13.5 -125t30 -124t53 -107.5t82 -75.5t117.5 -28.5zM1023 614q44 0 73.5 -29.5t29.5 -73.5q0 -21 -8 -39.5t-22.5 -32t-33 -21.5t-39.5 -8q-44 0 -72.5 28.5t-28.5 72.5t28 73.5t73 29.5zM1617 1783q90 0 155 -32t110 -85.5t72.5 -124t42.5 -147t20 -154t5 -146.5q0 -71 -7 -150.5t-25 -157t-48.5 -149t-79 -125.5t-116 -86.5t-158.5 -32.5q-86 0 -150 31t-109.5 82.5t-75 119.5t-46 142.5t-23 149.5t-6.5 142q0 73 6 155t23 162.5t47.5 154t79.5 129.5t118.5 89t164.5 33zM1601 498q67 0 115.5 29.5t81.5 78t53 110.5t30.5 127t13.5 126.5t3 110.5q0 48 -2.5 110.5t-12 129t-28 131t-50.5 115t-80 81.5t-116 31q-71 0 -121 -31t-84 -81.5t-54.5 -115.5t-31 -132.5t-13.5 -132t-3 -115.5q0 -50 3 -111.5t13.5 -125t30 -124t53 -107.5t82 -75.5t117.5 -28.5z" + }, + { + Name: "FilterAscending", + Code: "F21A", + Path: "M1411 701l317 317l317 -317l-90 -90l-163 163v-646h-128v646l-163 -163zM0 1920h2048v-219l-768 -768v-805h-512v805l-768 768v219zM1920 1755v37h-1792v-37l768 -768v-731h256v731z" + }, + { + Name: "FilterDescending", + Code: "F21B", + Path: "M1795 381l163 163l90 -90l-315 -317l-325 325l90 90l169 -170v642h127zM1152 256v731l768 768v37h-1792v-37l768 -768v-731h256zM2048 1701l-768 -768v-805h-512v805l-768 768v219h2048v-219z" + }, + { + Name: "SidePanelMirrored", + Code: "F221", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1408h-384v-896h384v896zM128 512h1280v896h-1280v-896zM1920 1536v128h-1792v-128h1792z" + }, + { + Name: "ProtectRestrict", + Code: "F22A", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 512h384v-128h-384v128zM1056 128q25 -36 54 -68.5t63 -59.5h-917v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256v-128h-1408v-896h672zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374z" + }, + { + Name: "Blog", + Code: "F22B", + Path: "M2048 2048v-1536h-1317l-475 -475v475h-256v1536h2048zM128 1920v-256h1792v256h-1792zM1920 640v896h-1792v-896h256v-293l293 293h1243zM1280 1408h512v-640h-512v640zM1408 896h256v384h-256v-384zM256 1280h896v-128h-896v128zM256 1024h896v-128h-896v128z" + }, + { + Name: "IOT", + Code: "F22C", + Path: "M1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-50 0 -94 18t-78.5 49.5t-56.5 74t-26 92.5l-150 25q-24 -69 -71.5 -124.5t-111.5 -89.5l58 -174q5 1 9 1h9q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 66 31.5 123t85.5 92l-58 174q-14 -2 -29 -3.5t-30 -1.5q-92 0 -173.5 41.5t-136.5 115.5l-208 -103q6 -27 6 -54q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q56 0 106 -23t87 -65l208 104q-17 56 -17 112q0 71 25 137t73 119l-121 151q-51 -23 -105 -23q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -85 -51 -153l120 -151q43 23 90.5 35.5t96.5 12.5q83 0 157 -33l164 246q-31 35 -48 79t-17 92q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-42 0 -84 14l-165 -247q58 -54 89.5 -126.5t31.5 -151.5l150 -25q15 34 39.5 62.5t55 48t66 30.5t73.5 11zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM256 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1408 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM384 1664q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "UnknownMirrored", + Code: "F22E", + Path: "M960 2044q132 0 254 -34t228.5 -96.5t193.5 -149.5t149.5 -193.5t96.5 -228.5t34 -254t-34 -254t-96.5 -228.5t-149.5 -193.5t-193.5 -149.5t-228.5 -96.5t-254 -34t-254 34t-228.5 96.5t-193.5 149.5t-149.5 193.5t-96.5 228.5t-34 254t34 254t96.5 228.5t149.5 193.5t193.5 149.5t228.5 96.5t254 34zM960 252q115 0 222 30t200 84.5t169 130.5t130.5 169t84.5 200t30 222t-30 222t-84.5 200t-130.5 169t-169 130.5t-200 84.5t-222 30t-222 -30t-200 -84.5t-169 -130.5t-130.5 -169t-84.5 -200t-30 -222t30 -222t84.5 -200t130.5 -169t169 -130.5t200 -84.5t222 -30zM896 640h128v-128h-128v128zM960 1600q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124h-128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -42 19 -75.5t47.5 -63t61.5 -59t61.5 -65.5t47.5 -80.5t19 -104.5v-64h-128v64q0 42 -19 75.5t-47.5 63t-61.5 59t-61.5 65.5t-47.5 80.5t-19 104.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "PublicContactCardMirrored", + Code: "F230", + Path: "M256 1152h640v128h-640v-128zM896 896h-384v-128h384v128zM1222 976q-46 -26 -82.5 -62t-62 -79.5t-39.5 -93t-14 -101.5h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h128q0 52 -14 101.5t-39.5 93t-62 79.5t-82.5 62q33 35 51.5 81t18.5 95q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -49 18.5 -95t51.5 -81zM1536 1152q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM319 637l-317 -317l317 -317l91 90l-163 163h658l-163 -163l91 -90l317 317l-317 317l-91 -90l163 -163h-658l163 163zM0 1792v-1216l128 128v960h1792v-1280h-640v-128h768v1536h-2048z" + }, + { + Name: "GridViewSmall", + Code: "F232", + Path: "M1792 1920v-1664h-1664v1664h1664zM1664 1792h-384v-384h384v384zM1152 896v384h-384v-384h384zM768 768v-384h384v384h-384zM640 1280h-384v-384h384v384zM1152 1408v384h-384v-384h384zM1280 896h384v384h-384v-384zM256 1792v-384h384v384h-384zM256 384h384v384h-384v-384zM1664 384v384h-384v-384h384z" + }, + { + Name: "GridViewMedium", + Code: "F233", + Path: "M1792 1920v-1664h-1664v1664h1664zM1664 1792h-640v-640h640v640zM256 1792v-640h640v640h-640zM256 384h640v640h-640v-640zM1664 384v640h-640v-640h640z" + }, + { + Name: "GridViewLarge", + Code: "F234", + Path: "M1792 1920v-1664h-1664v1664h1664zM1664 1792h-1408v-1408h1408v1408z" + }, + { + Name: "Title", + Code: "F23B", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 898h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1433q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM1792 640h-1536v128h1536v-128zM1792 896h-768v128h768v-128z" + }, + { + Name: "TitleMirrored", + Code: "F23C", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1294 898h-115l234 628h117l235 -628h-114l-54 160h-247zM1473 1433q-2 -10 -3.5 -20.5t-4.5 -19.5l-88 -250h193l-87 250q-3 10 -5 20t-5 20zM1792 640h-1536v128h1536v-128zM1024 896h-768v128h768v-128z" + }, + { + Name: "Step", + Code: "F241", + Path: "M1920 1792v-1408h-1792v640h512v384h512v384h768zM1792 1664h-512v-384h-512v-384h-512v-384h1536v1152z" + }, + { + Name: "StepInsert", + Code: "F242", + Path: "M1920 1792v-1408h-1792v640h512v384h512v384h768zM1792 1664h-512v-384h-512v-384h-512v-384h1536v1152zM518 1664h-518v128h518l-163 163l90 90l317 -317l-317 -317l-90 90z" + }, + { + Name: "StepShared", + Code: "F243", + Path: "M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896z" + }, + { + Name: "StepSharedAdd", + Code: "F244", + Path: "M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896zM256 1664h-256v128h256v256h128v-256h256v-128h-256v-256h-128v256z" + }, + { + Name: "StepSharedInsert", + Code: "F245", + Path: "M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896zM518 1664h-518v128h518l-163 163l90 90l317 -317l-317 -317l-90 90z" + }, + { + Name: "ViewDashboard", + Code: "F246", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-640v-512h640v512zM1280 768h640v512h-640v-512zM128 1920v-1152h1024v1152h-1024zM128 128h640v512h-640v-512zM1920 128v512h-1024v-512h1024z" + }, + { + Name: "ViewList", + Code: "F247", + Path: "M2048 2048v-2048h-2048v2048h2048zM128 1408h512v512h-512v-512zM128 768h512v512h-512v-512zM640 640h-512v-512h512v512zM1920 640h-1152v-512h1152v512zM1920 1280h-1152v-512h1152v512zM1920 1408v512h-1152v-512h1152z" + }, + { + Name: "ViewListGroup", + Code: "F248", + Path: "M2048 2048v-2048h-1664v1280h-384v768h2048zM640 1408v512h-512v-512h512zM512 768h512v512h-512v-512zM1024 640h-512v-512h512v512zM1920 640h-768v-512h768v512zM1920 1280h-768v-512h768v512zM1920 1408v512h-1152v-512h1152z" + }, + { + Name: "ViewListTree", + Code: "F249", + Path: "M2048 2048v-2048h-1280v640h-384v640h-384v768h2048zM640 1408v512h-512v-512h512zM1024 768v512h-512v-512h512zM1408 640h-512v-512h512v512zM1920 640h-384v-512h384v512zM1920 1280h-768v-512h768v512zM1920 1408v512h-1152v-512h1152z" + }, + { + Name: "TriggerAuto", + Code: "F24A", + Path: "M1058 637q-15 -46 -24.5 -93.5t-9.5 -95.5q0 -6 0.5 -12.5t0.5 -12.5l-422 -423h-290l384 768h-449l640 1280h719l-384 -768h660l-258 -257h-10q-54 0 -103 -8t-101 -25l162 162h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "TriggerUser", + Code: "F24B", + Path: "M1883 1280l-1280 -1280h-290l384 768h-449l640 1280h719l-384 -768h660zM1573 1152h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PivotChart", + Code: "F24C", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM640 1408h-384v384h384v-384zM512 1664h-128v-128h128v128zM640 256h-384v1024h384v-1024zM512 1152h-128v-768h128v768zM1792 1408h-1024v384h1024v-384zM1664 1664h-768v-128h768v128zM979 339l-237 237l237 237l90 -90l-82 -83h293q27 0 50 10t40.5 27.5t27.5 40.5t10 50v293l-83 -82l-90 90l237 237l237 -237l-90 -90l-83 82v-293q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-293l82 -83z" + }, + { + Name: "StackedBarChart", + Code: "F24D", + Path: "M1919 256v-128h-1791v1792h128v-256h1024v-512h-1024v-128h1536v-512h-1536v-256h1663zM768 1536v-256h384v256h-384zM256 1536v-256h384v256h-384zM1024 896v-256h640v256h-640zM256 896v-256h640v256h-640z" + }, + { + Name: "StackedLineChart", + Code: "F24E", + Path: "M702 1200l-405 -355l660 -330l963 602v-138l-957 -598l-707 353v-479h1664v-128h-1792v1792h128v-953l452 396l252 -255l704 704l256 -256v-166l-256 256l-704 -704z" + }, + { + Name: "BuildQueue", + Code: "F24F", + Path: "M2048 1024h-512v-512h-512v-512h-1024v1024h512v512h512v512h1024v-1024zM896 896h-768v-768h768v768zM1408 1408h-768v-384h384v-384h384v768zM1920 1920h-768v-384h384v-384h384v768z" + }, + { + Name: "BuildQueueNew", + Code: "F250", + Path: "M2048 2048v-1024h-512v-512h-512v-512h-1024v1024h512v512h512v512h1024zM896 896h-768v-768h768v768zM1408 1408h-768v-384h384v-384h384v768zM1920 1920h-768v-384h384v-384h384v768zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "UserFollowed", + Code: "F25C", + Path: "M1397 498q-21 114 -78.5 210t-141 166.5t-188.5 110t-221 39.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 119t-16.5 129q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q99 -38 183 -100t147.5 -143t104.5 -177.5t54 -201.5l-57 -58zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "ContactLink", + Code: "F25F", + Path: "M1792 1408h-640v128h640v-128zM1152 1280h512v-128h-512v128zM1788 634q56 -11 104 -39.5t82.5 -70.5t54 -94.5t19.5 -109.5q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-256q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v-133q-29 -10 -52.5 -28t-40.5 -42t-26 -52.5t-9 -58.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 31 -9.5 60t-27.5 53t-42.5 42t-54.5 28q6 36 6 73q0 14 -1 29t-3 29zM1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -32 9.5 -60.5t27.5 -52.5t42.5 -42t54.5 -28q-6 -36 -6 -73q0 -14 1 -29t3 -29q-56 10 -104 39t-82.5 71t-54 94.5t-19.5 109.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q43 9 68 23.5t38.5 36.5t17.5 52t4 69q0 40 -15 75t-41 61t-61 41t-75 15h-256zM2048 2048v-1371q-57 51 -128 81v1162h-1792v-1280h487q-2 -16 -4.5 -31.5t-2.5 -32.5q0 -16 2 -32l4 -32h-614v1536h2048zM256 896q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81q63 -35 109.5 -90.5t70.5 -123.5q-64 -10 -124 -36q-14 38 -38 69.5t-55.5 54t-69 35t-77.5 12.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128zM640 1536q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "Clicked", + Code: "F268", + Path: "M1654 286q-94 -46 -185.5 -92.5t-185.5 -92.5l-138 276l-249 -249v1333q233 -231 461.5 -461t460.5 -462h-290zM1320 666h190l-486 486v-715l156 156l161 -321l141 71zM1216 1536q-26 0 -45 19t-19 45t19 45l128 128q19 19 45 19t45 -19t19 -45t-19 -45l-128 -128q-19 -19 -45 -19zM640 1344q0 -26 -19 -45t-45 -19h-192q-26 0 -45 19t-19 45t19 45t45 19h192q26 0 45 -19t19 -45zM640 1600q-26 0 -45 19l-128 128q-19 19 -19 45t19 45t45 19t45 -19l128 -128q19 -19 19 -45t-19 -45t-45 -19zM512 960q0 26 19 45l128 128q19 19 45 19t45 -19t19 -45t-19 -45l-128 -128q-19 -19 -45 -19t-45 19t-19 45zM960 1664q-26 0 -45 19t-19 45v192q0 26 19 45t45 19t45 -19t19 -45v-192q0 -26 -19 -45t-45 -19z" + }, + { + Name: "Stack", + Code: "F26F", + Path: "M1792 1408h256v-1152h-1536v256h-256v256h-256v1152h1536v-256h256v-256zM128 1792v-896h1280v896h-1280zM384 768v-128h1280v896h-128v-768h-1152zM1920 384v896h-128v-768h-1152v-128h1280z" + }, + { + Name: "Bullseye", + Code: "F272", + Path: "M1024 1408q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 64 -22 128h134q8 -32 12 -64t4 -64q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-109.5 162.5t-40 199t40 199t109.5 162.5t162.5 110t199 40.5q32 0 64 -4t64 -12v-134q-64 22 -128 22zM1890 1253q30 -113 30 -229q0 -123 -32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32q116 0 229 -30l-101 -101v-8q-32 5 -64 8t-64 3q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 32 -3 64t-8 64h8zM1280 1371v287l384 384v-378h378l-384 -384h-287l-223 -223q4 -15 4 -33q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10q18 0 33 -4zM1408 1408h197l128 128h-197v197l-128 -128v-197z" + }, + { + Name: "VennDiagram", + Code: "F273", + Path: "M1503 1503q121 -38 221.5 -109.5t172.5 -168t111.5 -213.5t39.5 -244q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5q-128 0 -244.5 39.5t-213 111.5t-168.5 172t-109 222q-122 37 -222 109t-172 168.5t-111.5 213t-39.5 244.5q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5q127 0 244 -39.5t213.5 -111.5t168 -172.5t109.5 -221.5zM128 1280q0 -96 27.5 -185.5t78.5 -166.5t122.5 -137.5t159.5 -98.5q-2 19 -3 38t-1 38q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5q19 0 38 -1t38 -3q-38 88 -98.5 159.5t-137.5 122.5t-166.5 78.5t-185.5 27.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170zM640 768q0 -56 11 -117q61 -11 117 -11q40 0 79.5 5t77.5 14l-266 266q-9 -38 -14 -77.5t-5 -79.5zM1042 701q73 36 137 89l-389 389q-53 -64 -89 -137zM1258 869q53 64 89 137l-341 341q-73 -36 -137 -89zM1408 1280q0 56 -11 117q-61 11 -117 11q-40 0 -79.5 -5t-77.5 -14l266 -266q9 38 14 77.5t5 79.5zM1280 128q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170q0 96 -27.5 185.5t-78.5 166.5t-122.5 137.5t-159.5 98.5q2 -19 3 -38t1 -38q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5q-19 0 -38 1t-38 3q38 -88 98.5 -159.5t137.5 -122.5t166.5 -78.5t185.5 -27.5z" + }, + { + Name: "FiveTileGrid", + Code: "F274", + Path: "M0 1792h2048v-1408h-2048v1408zM1024 1664v-512h384v512h-384zM896 512v1152h-768v-1152h768zM1408 512v512h-384v-512h384zM1920 512v512h-384v-512h384zM1536 1152h384v512h-384v-512z" + }, + { + Name: "FocalPoint", + Code: "F277", + Path: "M1344 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1939 147l-263 262q-43 -42 -87 -79t-95 -69l151 -152l-90 -90l-182 179q-167 -70 -349 -70q-105 0 -205.5 23.5t-191.5 68.5t-170.5 110.5t-143.5 148.5l-204 -204l-90 90l222 223q-57 99 -85 210.5t-28 225.5q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5q0 -139 -41 -270.5t-122 -244.5l272 -272zM256 1024q0 -89 20.5 -175t59.5 -166l368 367l384 -384l256 256l321 -321q62 95 94.5 202.5t32.5 220.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM1024 256q129 0 251 42l-571 572l-299 -300q54 -74 123 -132t148.5 -98.5t167.5 -62t180 -21.5zM1400 355q52 29 98 65.5t87 79.5l-241 242l-166 -166z" + }, + { + Name: "Insert", + Code: "F278", + Path: "M2048 2048v-896h-1408v896h1408zM1920 1920h-1152v-640h1152v640zM640 896h1408v-896h-1408v896zM768 128h1152v640h-1152v-640zM109 1389l366 -365l-366 -365l-90 90l274 275l-274 275z" + }, + { + Name: "RingerRemove", + Code: "F279", + Path: "M1024 1793q-106 0 -199.5 -40.5t-163 -110t-110 -163t-40.5 -199.5v-768h708l128 -128h-67q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h129v768q0 88 23 170t64.5 153t99.5 129.5t129 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-579l-127 126v453q0 106 -40.5 199.5t-110 163t-163 110t-199.5 40.5zM904 384q0 -25 9.5 -46.5t26 -38t38 -26t46.5 -9.5t46.5 9.5t38 26t26 38t9.5 46.5h-240zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "TeamsLogoInverse", + Code: "F27A", + Path: "M1760 1344q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5zM1760 1664q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM2048 1184v-476q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-38 0 -77.5 9t-72.5 28q-25 -81 -73 -147.5t-112.5 -114t-142.5 -73.5t-162 -26q-98 0 -184.5 34t-154 94t-112 142t-57.5 178h-495q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h733q-29 61 -29 128q0 62 23.5 116.5t64 95t95 64t116.5 23.5t116.5 -23.5t95 -64t64 -95t23.5 -116.5t-23.5 -116.5t-64 -95t-95 -64t-116.5 -23.5q-16 0 -32 2t-32 5v-92h928q40 0 68 -28t28 -68zM1088 1835q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66t13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54.5 36.5t37 54.5t13.5 66.5t-13.5 66t-37 54.5t-54.5 37t-66 13.5zM592 1200h192v160h-544v-160h192v-512h160v512zM1472 576v576h-448v-555q0 -35 -25 -60t-60 -25h-230q13 -69 47.5 -128t84 -101.5t112.5 -66.5t135 -24q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1920 708v444h-320v-585q26 -26 59 -38.5t69 -12.5q40 0 75 15t61 41t41 61t15 75z" + }, + { + Name: "TeamsLogo", + Code: "F27B", + Path: "M1760 1344q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5zM1760 1664q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM2048 1184v-476q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-38 0 -77.5 9t-72.5 28q-25 -81 -73 -147.5t-112.5 -114t-142.5 -73.5t-162 -26q-98 0 -184.5 34t-154 94t-112 142t-57.5 178h-495q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h733q-29 61 -29 128q0 62 23.5 116.5t64 95t95 64t116.5 23.5t116.5 -23.5t95 -64t64 -95t23.5 -116.5t-23.5 -116.5t-64 -95t-95 -64t-116.5 -23.5q-16 0 -32 2t-32 5v-92h928q40 0 68 -28t28 -68zM1088 1835q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66t13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54.5 36.5t37 54.5t13.5 66.5t-13.5 66t-37 54.5t-54.5 37t-66 13.5zM592 1200h192v160h-544v-160h192v-512h160v512zM1472 576v576h-448v-555q0 -35 -25 -60t-60 -25h-230q13 -69 47.5 -128t84 -101.5t112.5 -66.5t135 -24q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1920 708v444h-320v-585q26 -26 59 -38.5t69 -12.5q40 0 75 15t61 41t41 61t15 75z" + }, + { + Name: "SkypeForBusinessLogoFill", + Code: "F27D", + Path: "M1905 845q39 -61 59 -130.5t20 -141.5q0 -105 -40 -198t-109 -162t-162 -109t-198 -40q-78 0 -141.5 20t-130.5 58q-91 -17 -179 -17q-124 0 -239 32t-214.5 90.5t-182 141t-141 182t-90.5 214.5t-32 239q0 88 17 179q-38 67 -58 130.5t-20 141.5q0 105 40 198t109 162t162 109t198 40q78 0 141.5 -20t130.5 -58q91 17 179 17q124 0 239 -32t214.5 -90.5t182 -141t141 -182t90.5 -214.5t32 -239q0 -45 -3.5 -90.5t-14.5 -88.5z" + }, + { + Name: "SharepointLogo", + Code: "F27E", + Path: "M2048 896q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-65 0 -130 17q-9 -85 -47.5 -158.5t-98.5 -127.5t-137 -84.5t-163 -30.5q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 16 1.5 32t3.5 32h-432q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h302q12 109 62 202.5t127 162.5t175.5 108t208.5 39q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-83 0 -158.5 -29t-134.5 -80.5t-98.5 -122t-51.5 -152.5h422q35 0 60 -25t25 -60v-422l18 3q18 64 52 121.5t80.5 104t103.5 80.5t122 52q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM522 691q46 0 90.5 9.5t79.5 31.5t56.5 58t21.5 90t-22.5 90t-56.5 60t-73 39.5t-73 29t-56.5 28.5t-22.5 38q0 17 12 27.5t28.5 16.5t34.5 8t30 2q51 0 90 -13t81 -39v152q-24 7 -44.5 12t-40.5 8.5t-41.5 5t-47.5 1.5q-44 0 -90 -10t-83.5 -32t-61 -58t-23.5 -88q0 -51 22.5 -85t56.5 -58t73 -40.5t73 -31t56.5 -30.5t22.5 -39q0 -19 -10.5 -30t-26.5 -17t-33.5 -7.5t-31.5 -1.5q-60 0 -106.5 20t-94.5 53v-160q102 -40 211 -40zM960 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 57 -19 109t-53 93.5t-81 70.5t-103 41v-165q0 -35 -25 -60t-60 -25h-293q-6 -32 -6 -64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5q0 -11 0.5 -22t1.5 -22q47 -23 87 -55.5t71.5 -73t53.5 -87.5t33 -98q67 -26 137 -26z" + }, + { + Name: "DelveLogo", + Code: "F280", + Path: "M1920 1792q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-704v-200l-1152 201v1528l1152 207v-200h704zM604 623q57 0 102.5 18t80 48.5t59 72t40.5 88.5t23 97t7 98q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-783q57 -5 114 -10.5t114 -5.5zM1472 640h-256v-320h256v320zM1472 1728h-256v-1024h256v1024zM1920 1280h-384v-960h384v960zM1920 1728h-384v-384h384v384zM503 1286q19 2 37.5 3t38.5 1q52 0 87 -22.5t56 -58t30 -79.5t9 -88q0 -43 -8.5 -90.5t-29.5 -87t-56 -65t-89 -25.5q-19 0 -37.5 0.5t-37.5 1.5v510z" + }, + { + Name: "DelveLogoFill", + Code: "F281", + Path: "M620 1474q95 0 158.5 -35.5t101 -95t53 -137t15.5 -161.5q0 -80 -18.5 -160.5t-60 -146t-107 -106.5t-158.5 -41q-65 0 -130 6.5t-130 11.5v843q66 6 138 14t138 8zM1952 1760v-1472h-768v1472h768z" + }, + { + Name: "OfficeVideoLogo", + Code: "F282", + Path: "M1920 1536q26 0 45 -19t19 -45v-960q0 -26 -19 -45t-45 -19h-704v-392l-1152 201v1528l1152 207v-456h704zM905 1407h-158q-29 -140 -57 -279t-59 -279q-35 138 -70.5 273.5t-71.5 269.5h-158l220 -759h164zM1920 1472h-704v-299q42 51 100 79t124 28q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5q-66 0 -124 28t-100 79v-299h704v960zM1584 992l-240 147v-294z" + }, + { + Name: "OfficeVideoLogoFill", + Code: "F283", + Path: "M1952 1504v-1024h-768v1024h768zM729 1440h209l-204 -829h-201l-238 823h210l124 -478z" + }, + { + Name: "ExchangeLogo", + Code: "F284", + Path: "M2048 1376q0 -25 -10 -49.5t-27 -41.5l-262 -261l262 -261q17 -17 27 -41.5t10 -49.5v-416q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-416q-25 0 -49.5 10t-41.5 27l-261 262l-261 -262q-17 -17 -41.5 -27t-49.5 -10h-416q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-171q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h416q25 0 49.5 -10t41.5 -27l261 -262l261 262q17 17 41.5 27t49.5 10h416q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-416zM384 1792v-256h555q35 0 60 -25t25 -60v117l-224 224h-416zM288 688h448v135h-291v136h260v135h-260v130h277v136h-434v-672zM1920 672l-224 224h-315q-21 0 -39.5 -8t-32 -21.5t-21.5 -32t-8 -39.5v-315l224 -224h416v416zM1920 1376v416h-416l-352 -352v-187q0 -66 -34.5 -121.5t-93.5 -84.5v-450q0 -35 -25 -60t-60 -25h-555v-256h416l352 352v187q0 48 18 89.5t49 72.5t72.5 49t89.5 18h187z" + }, + { + Name: "Signin", + Code: "F286", + Path: "M1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1125 915q-79 54 -170 81.5t-187 27.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83q81 -29 156 -80zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-11 46 -11 90q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -35 9 -64t21 -61l-414 -413v-102h128v128h128v128h128v91l93 92q40 -23 77 -39t86 -16z" + }, + { + Name: "DocumentApproval", + Code: "F28B", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-731l-128 -128v768h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "CloneToDesktop", + Code: "F28C", + Path: "M1024 512h256v-128h-640v128h256v128h-896v1152h1920v-768h-128v640h-1664v-896h1408v-128h-512v-128zM2045 419l-317 -317l-317 317l90 90l163 -162v549h128v-549l163 162z" + }, + { + Name: "InstallToDrive", + Code: "F28D", + Path: "M1728 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-448h-128v448q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1408v-128h-1536v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1955 509l90 -90l-317 -317l-317 317l90 90l163 -162v549h128v-549zM1792 1024h-128v128h128v-128zM1408 1152h128v-128h-128v128z" + }, + { + Name: "Blur", + Code: "F28E", + Path: "M384 1920h-128v128h128v-128zM640 1920h-128v128h128v-128zM896 1920h-128v128h128v-128zM1152 1664h-128v128h128v-128zM1408 1408h-128v128h128v-128zM1664 1152h-128v128h128v-128zM1152 1920h-128v128h128v-128zM1536 1664h-128v128h128v-128zM1536 1536v128h128v-128h-128zM1792 1280h128v-128h-128v128zM640 1664h-128v128h128v-128zM896 1664h-128v128h128v-128zM1152 1408h-128v128h128v-128zM1408 1152h-128v128h128v-128zM896 1408h-128v128h128v-128zM1152 1152h-128v128h128v-128zM1408 896h-128v128h128v-128zM256 1664v128h128v-128h-128zM384 1536v128h128v-128h-128zM512 1408v128h128v-128h-128zM640 1280v128h128v-128h-128zM768 1152v128h128v-128h-128zM896 1024v128h128v-128h-128zM1024 896v128h128v-128h-128zM1152 768v128h128v-128h-128zM1280 640v128h128v-128h-128zM1408 512v128h128v-128h-128zM1536 384v128h128v-128h-128zM1664 384h128v-128h128v-128h-1920v1920h128v-128h128v-128h-128v-1536h1536v128zM1792 512h128v-128h-128v128zM1792 768h128v-128h-128v128zM1792 1024h128v-128h-128v128zM1664 640h-128v128h128v-128zM1536 1024h128v-128h-128v128zM1536 1920h-128v128h128v-128zM1792 1664h128v-128h-128v128zM1920 2048v-128h-128v128h128z" + }, + { + Name: "Build", + Code: "F28F", + Path: "M640 768h-256v256h256v-256zM1920 1280v-1152h-1792v1152h128v-640h1536v640h128zM896 512h-256v-256h256v256zM1408 512h-256v-256h256v256zM896 1024h256v-256h-256v256zM1664 768h-256v256h256v-256zM960 1126l-301 301l90 90l147 -146v677h128v-677l147 146l90 -90z" + }, + { + Name: "ProcessMetaTask", + Code: "F290", + Path: "M951 1011q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q26 -17 47.5 -38.5t38.5 -47.5l124 52l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-17 -26 -38.5 -47.5t-47.5 -38.5l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119zM1408 832q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15q39 0 74 15t61.5 41.5t41.5 61.5t15 74zM267 1239l120 70q-3 18 -3 35t3 35l-120 70l64 110l121 -69q29 23 60 34v140h128v-140q31 -11 60 -34l121 69l64 -110l-120 -70q3 -18 3 -35t-3 -35l120 -70l-64 -110l-121 69q-14 -11 -28.5 -19.5t-31.5 -14.5v-140h-128v140q-17 6 -31.5 14.5t-28.5 19.5l-121 -69zM576 1440q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM1920 2048v-2048h-1920v2048h1920zM1792 1920h-1664v-1792h1664v1792z" + }, + { + Name: "BranchFork2", + Code: "F291", + Path: "M1792 1728q0 -57 -19.5 -109.5t-54 -94t-82 -70.5t-103.5 -40q-10 -101 -53 -190t-110.5 -157t-156 -112t-189.5 -56v-265q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v265q-101 12 -189.5 56t-156 112t-110.5 157t-53 190q-56 11 -103.5 40t-82 70.5t-54 94t-19.5 109.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -56 -18.5 -107.5t-52 -93t-80 -71t-101.5 -41.5q10 -84 49.5 -155.5t99 -124t135.5 -82t160 -29.5t160 29.5t135.5 82t98.5 124t50 155.5q-55 12 -101.5 41.5t-80 71t-52 93t-18.5 107.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1152 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1472 1536q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchLocked", + Code: "F292", + Path: "M2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384zM1536 1344q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124 25t-101.5 68.5t-68.5 102t-25 124.5q0 57 19 108.5t52.5 93.5t80.5 71t103 40v782q-56 11 -103 40t-80.5 71t-52.5 93.5t-19 108.5q0 66 25 124t68.5 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM128 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM512 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1216 1152q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchCommit", + Code: "F293", + Path: "M1408 1088q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-517h-128v517q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5t29 158.5t80 135t121.5 99t153.5 50.5v517h128v-517q83 -11 153.5 -50.5t121.5 -99t80 -135t29 -158.5zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "BranchCompare", + Code: "F294", + Path: "M1664 634q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v838q0 40 -15 75t-41 61t-61 41t-75 15h-166l163 -163l-90 -90l-318 317l318 317l90 -90l-163 -163h166q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-838zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM797 637l318 -317l-318 -317l-90 90l163 163h-166q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v838q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-838q0 -40 15 -75t41 -61t61 -41t75 -15h166l-163 163zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "BranchMerge", + Code: "F295", + Path: "M1600 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-57 0 -109 19.5t-94 54t-71 81.5t-40 103q-99 6 -192.5 36t-176.5 80t-153.5 118t-123.5 152v-394q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -108.5t-52.5 -93t-80.5 -70.5t-102 -41q10 -129 64 -241.5t140.5 -199t199 -140.5t241.5 -64q12 55 41 102t70.5 80.5t93 52.5t108.5 19zM384 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM768 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1600 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchPullRequest", + Code: "F296", + Path: "M768 1728q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-780q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM640 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1664 634q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v838q0 40 -15 75t-41 61t-61 41t-75 15h-166l163 -163l-90 -90l-318 317l318 317l90 -90l-163 -163h166q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-838zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchSearch", + Code: "F297", + Path: "M1274 1030q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124 25t-101.5 68.5t-68.5 102t-25 124.5q0 57 19 108.5t52.5 93.5t80.5 71t103 40v782q-56 11 -103 40t-80.5 71t-52.5 93.5t-19 108.5q0 66 25 124t68.5 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39zM1024 1344q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM128 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM512 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1728 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-47 0 -92 13.5t-84 39.5l-419 -418q-19 -19 -45 -19t-45 19t-19 45t19 45l418 419q-26 39 -39.5 84t-13.5 92q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchShelveset", + Code: "F298", + Path: "M896 1029q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-517h-128v517zM960 1792q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5zM1920 896v-768h-1920v768h128v-640h1664v640h128z" + }, + { + Name: "RawSource", + Code: "F299", + Path: "M896 1536h-896v128h896v-128zM384 1280h896v-128h-896v128zM1408 1280h640v-128h-640v128zM2048 1664v-128h-1024v128h1024zM384 896h1280v-128h-1280v128zM0 512h1280v-128h-1280v128z" + }, + { + Name: "MergeDuplicate", + Code: "F29A", + Path: "M1024 1408q0 -95 27 -185t77 -167t120.5 -138.5t157.5 -100.5q15 -7 37 -15t46 -15.5t47 -13t39 -5.5q18 -1 36 -1h36q36 0 72.5 0.5t72.5 0.5v-768h-768v768h216q-92 62 -163.5 147t-116.5 187q-45 -102 -116.5 -187t-163.5 -147h216v-768h-768v768q36 0 72.5 -0.5t72.5 -0.5h36t36 1q16 0 39 5.5t47 13t46 15.5t37 15q87 39 157.5 100.5t120.5 138.5t77 167t27 185v293l-291 -290l-90 90l445 445l445 -445l-90 -90l-291 290v-293zM256 640v-512h512v512h-512zM1664 640h-512v-512h512v512z" + }, + { + Name: "RowsGroup", + Code: "F29B", + Path: "M0 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 80 30 150t82 122t122 82t150 30v-128q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -97 -45 -181.5t-126 -138.5q81 -54 126 -138.5t45 -181.5q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20v-128q-80 0 -150 30t-122 82t-82 122t-30 150q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20v128zM2048 1792v-640h-1280v640h1280zM1920 1664h-1024v-384h1024v384zM768 1024h1280v-640h-1280v640zM896 512h1024v384h-1024v-384z" + }, + { + Name: "RowsChild", + Code: "F29C", + Path: "M2048 1024v-640h-1280v256h-512v512h-256v640h1280v-640h-896v-384h384v256h1280zM128 1280h1024v384h-1024v-384zM1920 896h-1024v-384h1024v384z" + }, + { + Name: "Deploy", + Code: "F29D", + Path: "M960 1178l301 -301l-90 -90l-147 146v-677h-128v677l-147 -146l-90 90zM768 1920h512v-512h-512v512zM896 1536h256v256h-256v-256zM128 1920h512v-512h-512v512zM1920 1920v-512h-512v512h512z" + }, + { + Name: "Redeploy", + Code: "F29E", + Path: "M960 1178l301 -301l-90 -90l-147 146v-677h-128v677l-147 -146l-90 90zM128 1920h512v-512h-512v512zM768 1920h512v-512h-512v512zM1920 1920v-512h-512v512h512z" + }, + { + Name: "ServerEnviroment", + Code: "F29F", + Path: "M768 1664h512v-128h-512v128zM768 896h512v-128h-512v128zM768 640h512v-128h-512v128zM1938 0h-1828l160 640h242v1152q0 26 10 49.5t27.5 41t41 27.5t49.5 10h768q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1152h242zM640 384h768v1408h-768v-1408zM1774 128l-96 384h-142v-256h-1024v256h-142l-96 -384h1500z" + }, + { + Name: "VisioDiagram", + Code: "F2A0", + Path: "M2048 1280v-512h-896v256h-173l-339 -226v-158h384v-512h-896v512h384v158l-435 290l435 290v158h-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h384q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-158l339 -226h173v128h896zM768 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-384q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h384zM256 512v-256h640v256h-640zM845 1088l-269 179l-269 -179l269 -179zM1920 1152h-640v-256h640v256z" + }, + { + Name: "HighlightMappedShapes", + Code: "F2A1", + Path: "M2048 1408v-640h-896v256h-173l-339 -226v-158h384v-640h-896v640h384v158l-435 290l435 290v158h-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h384q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-158l339 -226h173v256h896zM768 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-384q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h384zM384 384v-128h384v128h-384zM845 1088l-269 179l-269 -179l269 -179zM1792 1152h-384v-128h384v128z" + }, + { + Name: "TextCallout", + Code: "F2A2", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1664 1024h-640v128h640v-128zM768 1024h-384v128h384v-128z" + }, + { + Name: "IconSetsFlag", + Code: "F2A4", + Path: "M256 2048h128v-2048h-128v2048zM2038 1472l-1526 -572v1144zM640 1084l1034 388l-1034 388v-776z" + }, + { + Name: "VisioLogo", + Code: "F2A7", + Path: "M1984 1451v-790q0 -35 -25 -60t-60 -25h-429q-6 -95 -46 -176.5t-104.5 -142t-149 -95t-178.5 -34.5q-84 0 -162 29t-141 80t-107 121.5t-59 153.5h-438q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h433q-6 15 -6 32q0 35 25 60l395 395q25 25 60 25t60 -25l395 -395q25 -25 25 -60q0 -17 -6 -32h433q35 0 60 -25t25 -60zM992 1902l-334 -334l32 -32h249q35 0 60 -25t25 -60v-185l302 302zM592 688l255 672h-166q-42 -123 -85 -244t-83 -245q-41 123 -82 244.5t-83 244.5h-170l251 -672h163zM992 256q73 0 137 27.5t112 75.5t75.5 112t27.5 137q0 67 -25 128t-68 109t-101.5 78t-125.5 35v-361q0 -35 -25 -60t-60 -25h-284q17 -56 49 -103t76 -81t98 -53t114 -19zM1856 704v704h-509q-11 -11 -36.5 -37.5t-59 -60t-70 -70.5t-68.5 -68t-56.5 -53t-32.5 -25v-8q80 -3 152.5 -34t130.5 -82.5t98 -119.5t56 -146h395z" + }, + { + Name: "VisioDocument", + Code: "F2A9", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM493 624h163l255 672h-166l-147 -427q-5 -16 -10.5 -31t-10.5 -31q-41 123 -82.5 244.5t-83.5 244.5h-170l248 -662zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1600 1408l192 -192l-128 -128v-448h-256v-128h-128v384h128v-128h128v320l-128 128z" + }, + { + Name: "TimelineProgress", + Code: "F2AA", + Path: "M256 1408h640v-128h-640v128zM1280 896h512v-128h-512v128zM2048 1792v-1408h-2048v1408h2048zM1921 1664h-514v-384h-127v384h-512v-128h-128v128h-512v-1153h512v641h128v-641h512v129h127v-129h514v1153zM897 1152h639v-128h-639v128z" + }, + { + Name: "TimelineDelivery", + Code: "F2AB", + Path: "M1280 1024h-383v128h383v-128zM896 1280h-640v128h640v-128zM2048 1792v-704q0 30 -12 61t-30.5 60.5t-41 55t-43.5 44.5v355h-513v-384h-128v384h-512v-128h-128v128h-512v-1153h512v641h128v-768h-768v1408h2048zM1850 848q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20q49 0 95 -18.5t81 -51.5q54 96 150 150q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM1152 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1536 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "Backlog", + Code: "F2AC", + Path: "M128 1792h512v-384h-512v384zM256 1536h256v128h-256v-128zM128 1280h512v-384h-512v384zM256 1024h256v128h-256v-128zM768 1792h512v-384h-512v384zM896 1536h256v128h-256v-128zM1920 1792v-384h-512v384h512zM1792 1664h-256v-128h256v128zM768 1280h512v-384h-512v384zM896 1024h256v128h-256v-128zM128 768h512v-384h-512v384zM256 512h256v128h-256v-128z" + }, + { + Name: "TeamFavorite", + Code: "F2AD", + Path: "M868 587q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM384 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1888 0l-288 225l-288 -225l116 360l-276 216h345l103 320l103 -320h345l-276 -216z" + }, + { + Name: "TaskGroup", + Code: "F2AE", + Path: "M2048 1792v-896h-2048v896h2048zM1920 1664h-1792v-640h1792v640zM1792 1408h-1024v128h1024v-128zM1408 1152h-640v128h640v-128zM640 1152h-384v384h384v-384zM512 1408h-128v-128h128v128zM256 768h1536v-128h-1536v128zM512 512h1024v-128h-1024v128z" + }, + { + Name: "TaskGroupMirrored", + Code: "F2AF", + Path: "M0 1792v-896h2048v896h-2048zM128 1664h1792v-640h-1792v640zM256 1408h1024v128h-1024v-128zM640 1152h640v128h-640v-128zM1408 1152h384v384h-384v-384zM1536 1408h128v-128h-128v128zM1792 768h-1536v-128h1536v128zM1536 512h-1024v-128h1024v128z" + }, + { + Name: "ScopeTemplate", + Code: "F2B0", + Path: "M256 256h512v-128h-640v1920h1792v-768h-128v256h-1536v-1280zM256 1920v-256h1536v256h-1536zM896 1152h384v-128h-256v-256h-128v384zM2048 1152v-384h-128v256h-256v128h384zM1024 128h256v-128h-384v384h128v-256zM1920 384h128v-384h-384v128h256v256z" + }, + { + Name: "AssessmentGroupTemplate", + Code: "F2B1", + Path: "M256 256h512v-128h-640v1920h1792v-1024h-128v512h-1536v-1280zM256 1664h1536v256h-1536v-256zM2048 896v-896h-1152v896h128v-768h896v768h128zM1664 384h128v-128h-128v128zM1792 512h-128v128h128v-128zM1792 768h-128v128h128v-128zM1408 384h128v-128h-128v128zM1536 512h-128v128h128v-128zM1152 256v128h128v-128h-128z" + }, + { + Name: "NewTeamProject", + Code: "F2B2", + Path: "M608 1792q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h1024v-128h-1152v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1536q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1453 1107l-429 -430l-429 430l90 90l339 -338l339 338z" + }, + { + Name: "CommentAdd", + Code: "F2B3", + Path: "M2048 1920v-1024h-128v896h-1792v-1152h256v-293l293 293h475v-128h-421l-475 -475v475h-256v1408h2048zM1792 640h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "CommentNext", + Code: "F2B4", + Path: "M2048 1920v-1027l-128 128v771h-1792v-1152h256v-293l293 293h219v-128h-165l-475 -475v475h-256v1408h2048zM1693 893l318 -317l-318 -317l-90 90l163 163h-614v128h614l-163 163z" + }, + { + Name: "CommentPrevious", + Code: "F2B5", + Path: "M2048 1920v-1024h-128v896h-1792v-1152h256v-293l293 293h222l-64 -64l64 -64h-168l-475 -475v475h-256v1408h2048zM1434 640h614v-128h-614l163 -163l-90 -90l-318 317l318 317l90 -90z" + }, + { + Name: "ShopServer", + Code: "F2B6", + Path: "M256 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640v-128h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1280h256v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q104 0 193 -52q89 52 191 52q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149v-128h256v-128h-1536v-1152zM1408 1664q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-128zM1920 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-896v1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640zM1920 1152h-640v-1024h640v1024zM1792 256h-384v128h384v-128zM1792 512h-384v128h384v-128zM1792 896h-384v128h384v-128z" + }, + { + Name: "LocaleLanguage", + Code: "F2B7", + Path: "M601 896l295 -886v-10h-131l-86 256h-334l-86 -256h-131v10l295 886h178zM637 384l-125 374l-125 -374h250zM893 1536q3 -65 3 -128q0 -32 -0.5 -64t-1.5 -64h-126v-128h-245q5 -32 10.5 -64t13.5 -64h-129q-8 32 -12.5 64t-8.5 64h-209q20 -36 46.5 -68t56.5 -60h-35l-45 -90q-101 91 -156 214.5t-55 259.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -32 -3.5 -64t-9.5 -64h-124q17 65 17 128t-17 128h-250zM640 1928q-19 0 -34.5 -16t-28 -41.5t-21.5 -56t-15.5 -60t-10.5 -54t-6 -36.5h231q-2 11 -6 35.5t-10.5 53.5t-16 60t-22 56.5t-27.5 42t-33 16.5zM387 1280q-3 64 -3 128q0 63 3 128h-250q-17 -65 -17 -128t17 -128h250zM398 1664q6 58 18 116t34 112q-83 -33 -150.5 -91.5t-111.5 -136.5h210zM767 1280q3 64 3 128q0 63 -3 128h-254q-3 -65 -3 -128q0 -64 3 -128h254zM825 1893q23 -54 36 -112t20 -117h211q-45 78 -113.5 137.5t-153.5 91.5zM1391 1159q0 30 -1 61t-8 60q69 0 137 -6q6 -1 12.5 -3t6.5 -10q0 -5 -3 -12t-5 -12q-2 -6 -3.5 -16t-2 -21.5t-0.5 -22v-16.5v-13h296q42 0 83.5 1t83.5 2q7 0 13 -3q3 -5 3 -10q-1 -17 -2 -35.5t-1 -35.5v-58q0 -36 1 -72.5t2 -72.5q0 -3 -0.5 -7t-2.5 -6q-8 -2 -13 -2t-25 -0.5t-41 -0.5q-19 0 -34 1t-17 3q-2 8 -2.5 24t-0.5 36q0 33 1 68t1 52h-802v-14.5t0.5 -25t0.5 -31v-33.5q0 -29 -1 -52.5t-3 -25.5q-8 -2 -13 -2h-102q-11 0 -13 3t-2 13q1 40 1 79v79v58t-1 58q0 5 2 11q8 2 13 2q42 -1 83.5 -2t83.5 -1h275v11zM2030 606q2 -8 2 -13v-96q0 -4 -2 -12q-8 -2 -13 -2q-40 1 -79 2t-79 1h-321v-33q0 -52 1 -104t3 -104v-4q0 -24 -9 -48t-29 -38q-14 -10 -39.5 -15.5t-54.5 -8t-56.5 -3t-43.5 -0.5q-6 0 -19 0.5t-18 5.5q-3 3 -7 16t-6 18q-7 26 -16.5 48.5t-23.5 45.5q34 -4 68 -5.5t68 -1.5q24 0 36.5 7.5t12.5 33.5v190h-319q-40 0 -80 -1l-80 -2q-8 0 -12 3q-2 6 -2 11v96q0 3 0.5 7.5t2.5 6.5q6 2 11 2l80 -2t80 -1h319q-2 26 -2.5 52.5t-5.5 52.5q20 -2 39.5 -3.5t39.5 -3.5q2 0 3.5 -0.5t3.5 -0.5q35 25 67 53t64 57h-308q-42 0 -83.5 -1t-83.5 -2q-8 0 -12 3q-2 6 -2 11v95q0 4 2 12q8 2 12 2q42 -1 83.5 -2t83.5 -1h373q16 0 30 4.5t25 4.5q8 0 23 -12t30 -28t26.5 -32.5t11.5 -24.5q0 -10 -6.5 -15.5t-14.5 -9.5q-14 -7 -27 -18t-25 -21q-52 -43 -104.5 -83.5t-109.5 -77.5v-11h321q40 0 79 1t79 2q7 0 13 -3z" + }, + { + Name: "QueryList", + Code: "F2B8", + Path: "M1664 1920h-1664v128h1664v-128zM1664 1408h-1664v128h1664v-128zM0 1024h768v-128h-768v128zM2048 1024v-219l-384 -384v-421h-384v421l-384 384v219h1152zM1920 896h-896v-37l384 -384v-347h128v347l384 384v37z" + }, + { + Name: "UserSync", + Code: "F2B9", + Path: "M1350 1002q-32 -15 -62.5 -33t-58.5 -40q-75 47 -160 71t-173 24t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q96 -37 182 -100zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "UserPause", + Code: "F2BA", + Path: "M1168 1102q86 -33 161.5 -85t137.5 -121h-189q-83 62 -180.5 95t-201.5 33q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1920 768v-768h-128v768h128zM1408 768h128v-768h-128v768z" + }, + { + Name: "StreamingOff", + Code: "F2BB", + Path: "M1269 1024q0 -51 -19.5 -95.5t-52.5 -77.5t-77.5 -52.5t-95.5 -19.5t-95.5 19.5t-77.5 52.5t-52.5 77.5t-19.5 95.5t19.5 95.5t52.5 77.5t77.5 52.5t95.5 19.5t95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5zM1024 885q29 0 54.5 11t44 29.5t29.5 44t11 54.5t-11 54.5t-29.5 44t-44 29.5t-54.5 11t-54.5 -11t-44 -29.5t-29.5 -44t-11 -54.5t11 -54.5t29.5 -44t44 -29.5t54.5 -11zM383 1665q-64 -64 -113.5 -138t-83.5 -155.5t-51.5 -169t-17.5 -178.5t17.5 -178.5t51.5 -169t83.5 -155.5t113.5 -138l-75 -75q-144 144 -220.5 328t-76.5 388t76.5 388t220.5 328zM654 1394q-75 -75 -114 -170t-39 -200t39 -200t114 -170l-75 -75q-89 90 -136.5 204.5t-47.5 240.5t47.5 240.5t136.5 204.5zM1600 1056q-27 0 -54 -3q-5 97 -44.5 184.5t-107.5 156.5l75 75q84 -84 130.5 -191t51.5 -225q-26 3 -51 3zM1928 958q2 17 2 33v32q0 90 -17.5 178t-51 169.5t-83 156t-113.5 138.5l75 75q71 -71 126 -154t92.5 -174.5t57 -189t19.5 -198.5q0 -36 -2.5 -72t-7.5 -72q-22 22 -46.5 41.5t-50.5 36.5zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "MoreVertical", + Code: "F2BC", + Path: "M1024 384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1664q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z" + }, + { + Name: "ArrowTallUpLeft", + Code: "F2BD", + Path: "M1939 19l-1811 1810v-933h-128v1152h1152v-128h-933l1810 -1811z" + }, + { + Name: "ArrowTallUpRight", + Code: "F2BE", + Path: "M2048 2048v-1152h-128v933l-1811 -1810l-90 90l1810 1811h-933v128h1152z" + }, + { + Name: "ArrowTallDownLeft", + Code: "F2BF", + Path: "M219 128h933v-128h-1152v1152h128v-933l1811 1810l90 -90z" + }, + { + Name: "ArrowTallDownRight", + Code: "F2C0", + Path: "M2048 1152v-1152h-1152v128h933l-1810 1811l90 90l1811 -1810v933h128z" + }, + { + Name: "FieldEmpty", + Code: "F2C1", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152z" + }, + { + Name: "FieldFilled", + Code: "F2C2", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1792 640h-1536v896h1536v-896z" + }, + { + Name: "FieldChanged", + Code: "F2C3", + Path: "M256 640v896h1536v-232q-55 -8 -107 -32t-91 -63l-569 -569h-769zM897 512l-51 -52l-19 -76h-827v1408h2048v-540q-29 19 -61.5 31t-66.5 19v362h-1792v-1152h769zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "FieldNotChanged", + Code: "F2C4", + Path: "M897 512l-51 -52l-19 -76h-827v1408h2048v-540q-29 19 -61.5 31t-66.5 19v362h-1792v-1152h769zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "RingerOff", + Code: "F2C5", + Path: "M896 384q0 -26 10 -49.5t27 -41t40.5 -27.5t49.5 -10q23 -65 57 -121q-14 -3 -28 -5t-28 -2q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-228q-16 2 -32 3t-32 1t-32 -1t-32 -3v228q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h484q-2 -16 -3 -32t-1 -32t1 -32t3 -32h-100zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "PlayResume", + Code: "F2C6", + Path: "M384 1792h128v-1536h-128v1536zM1856 1024l-1088 -768v1536zM896 503l738 521l-738 521v-1042z" + }, + { + Name: "BulletedList2", + Code: "F2C7", + Path: "M2048 1664v-128h-1536v128h1536zM512 1152h1536v-128h-1536v128zM512 640h1536v-128h-1536v128zM0 1792h384v-384h-384v384zM128 1536h128v128h-128v-128zM0 1280h384v-384h-384v384zM128 1024h128v128h-128v-128zM0 768h384v-384h-384v384zM128 512h128v128h-128v-128z" + }, + { + Name: "BulletedList2Mirrored", + Code: "F2C8", + Path: "M0 1664v-128h1536v128h-1536zM1536 1152h-1536v-128h1536v128zM1536 640h-1536v-128h1536v128zM2048 1792h-384v-384h384v384zM1920 1536h-128v128h128v-128zM2048 1280h-384v-384h384v384zM1920 1024h-128v128h128v-128zM2048 768h-384v-384h384v384zM1920 512h-128v128h128v-128z" + }, + { + Name: "ImageCrosshair", + Code: "F2C9", + Path: "M1088 1178l192 -191v-182l-192 193l-166 -166l65 -64h-182l-485 486l-192 -193v-549h640v-128h-768v1408h1792v-1024h-128v896h-1536v-421l192 191l512 -512zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 1152h128v-384h-128v384zM1408 384h128v-384h-128v384zM896 640h384v-128h-384v128zM2048 640v-128h-384v128h384z" + }, + { + Name: "GitGraph", + Code: "F2CA", + Path: "M1600 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-57 0 -109 19.5t-94 54t-71 81.5t-40 103q-99 6 -192.5 36t-176.5 80t-153.5 118t-123.5 152v-394q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -108.5t-52.5 -93t-80.5 -70.5t-102 -41q10 -129 64 -241.5t140.5 -199t199 -140.5t241.5 -64q12 55 41 102t70.5 80.5t93 52.5t108.5 19zM1600 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "Repo", + Code: "F2CB", + Path: "M2048 1280h-128v-1152h-1792v1152h-128v640h2048v-640zM1792 1280h-512v-768l-256 128l-256 -128v768h-512v-1024h1536v1024zM896 719q32 16 64 31.5t64 32.5q32 -17 64 -32.5t64 -31.5v561h-256v-561zM1920 1792h-1792v-384h1792v384z" + }, + { + Name: "RepoSolid", + Code: "F2CC", + Path: "M1280 1280h640v-1152h-1792v1152h640v-768l256 128l256 -128v768zM2048 1920v-512h-2048v512h2048z" + }, + { + Name: "FolderQuery", + Code: "F2CD", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-128v640h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1280 896h768v-640h-384v-256h-768v640h384v256zM1536 256h-256v256h-256v-384h512v128zM1536 512h-128v-128h128v128zM1408 768v-128h256v-256h256v384h-512z" + }, + { + Name: "FolderList", + Code: "F2CE", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h896v-128h-1024v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1408 128h640v-128h-640v128zM1152 128h128v-128h-128v128zM1152 384h128v-128h-128v128zM1408 384h640v-128h-640v128zM1152 640h128v-128h-128v128zM1408 640h640v-128h-640v128z" + }, + { + Name: "FolderListMirrored", + Code: "F2CF", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h896v-128h-1024v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1152 128h640v-128h-640v128zM1920 128h128v-128h-128v128zM1920 384h128v-128h-128v128zM1152 384h640v-128h-640v128zM1920 640h128v-128h-128v128zM1152 640h640v-128h-640v128z" + }, + { + Name: "LocationOutline", + Code: "F2D0", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "POISolid", + Code: "F2D1", + Path: "M1024 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -69 -16.5 -131.5t-47.5 -124.5l-576 -1152l-576 1152q-31 62 -47.5 124.5t-16.5 131.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1024 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "CalculatorNotEqualTo", + Code: "F2D2", + Path: "M1432 1408l-747 -640h1235v-128h-1384l-430 -369l-84 98l317 271h-339v128h488l747 640h-1235v128h1384l430 369l84 -98l-317 -271h339v-128h-488z" + }, + { + Name: "BoxSubtractSolid", + Code: "F2D3", + Path: "M1920 2048v-1920h-1920v1920h1920zM1536 1152h-1152v-128h1152v128z" + }, + { + Name: "BoxAdditionSolid", + Code: "F2D4", + Path: "M1920 2048v-1920h-1920v1920h1920zM1536 1152h-512v512h-128v-512h-512v-128h512v-512h128v512h512v128z" + }, + { + Name: "BoxMultiplySolid", + Code: "F2D5", + Path: "M1920 2048v-1920h-1920v1920h1920zM1073 1088l342 342l-113 113l-342 -342l-342 342l-113 -113l342 -342l-342 -342l113 -113l342 342l342 -342l113 113z" + }, + { + Name: "BoxPlaySolid", + Code: "F2D6", + Path: "M1920 2048v-1920h-1920v1920h1920zM1344 1091l-768 509v-1024z" + }, + { + Name: "BoxCheckmarkSolid", + Code: "F2D7", + Path: "M1920 2048v-1920h-1920v1920h1920zM1562 1427l-135 135l-659 -658l-275 274l-135 -135l410 -411z" + }, + { + Name: "CirclePauseSolid", + Code: "F2D8", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM896 1408h-128v-768h128v768zM1280 1408h-128v-768h128v768z" + }, + { + Name: "CirclePause", + Code: "F2D9", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1152 1408h128v-768h-128v768zM768 1408h128v-768h-128v768z" + }, + { + Name: "MSNVideosSolid", + Code: "F2DA", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1536 1027l-768 509v-1024z" + }, + { + Name: "CircleStopSolid", + Code: "F2DB", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1408 1408h-768v-768h768v768z" + }, + { + Name: "CircleStop", + Code: "F2DC", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM640 1408h768v-768h-768v768zM768 768h512v512h-512v-512z" + }, + { + Name: "NavigateBack", + Code: "F2DD", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM727 1152h681v-128h-681l278 -274l-90 -92l-434 430l434 430l90 -92z" + }, + { + Name: "NavigateBackMirrored", + Code: "F2DE", + Path: "M960 2048q-133 0 -255.5 -34t-229.5 -96.5t-194.5 -150t-150 -194.5t-96.5 -229.5t-34 -255.5t34 -255.5t96.5 -229.5t150 -194.5t194.5 -150t229.5 -96.5t255.5 -34t255.5 34t229.5 96.5t194.5 150t150 194.5t96.5 229.5t34 255.5t-34 255.5t-96.5 229.5t-150 194.5t-194.5 150t-229.5 96.5t-255.5 34zM960 256q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30t221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30zM1193 1152h-681v-128h681l-278 -274l90 -92l434 430l-434 430l-90 -92z" + }, + { + Name: "NavigateForward", + Code: "F2DF", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM915 1426l90 92l434 -430l-434 -430l-90 92l278 274h-681v128h681z" + }, + { + Name: "NavigateForwardMirrored", + Code: "F2E0", + Path: "M960 2048q-133 0 -255.5 -34t-229.5 -96.5t-194.5 -150t-150 -194.5t-96.5 -229.5t-34 -255.5t34 -255.5t96.5 -229.5t150 -194.5t194.5 -150t229.5 -96.5t255.5 -34t255.5 34t229.5 96.5t194.5 150t150 194.5t96.5 229.5t34 255.5t-34 255.5t-96.5 229.5t-150 194.5t-194.5 150t-229.5 96.5t-255.5 34zM960 256q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30t221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30zM1005 1426l-90 92l-434 -430l434 -430l90 92l-278 274h681v128h-681z" + }, + { + Name: "UnknownSolid", + Code: "F2E1", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1024 640h-128v-128h128v128zM1032 809q0 37 7 70t36 62q39 39 77 74.5t68.5 74.5t49 85t18.5 105q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5h144q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5q0 -41 -19 -73t-47.5 -61.5t-61.5 -59.5t-61.5 -66t-47.5 -81.5t-19 -106.5v-64h144v41z" + }, + { + Name: "UnknownMirroredSolid", + Code: "F2E2", + Path: "M960 2048q-132 0 -255 -34.5t-229.5 -97t-194 -150t-150 -194t-97 -229.5t-34.5 -255t34.5 -255t97 -229.5t150 -194t194 -150t229.5 -97t255 -34.5t255 34.5t229.5 97t194 150t150 194t97 229t34.5 255.5q0 132 -34.5 255t-97 229.5t-150 194t-194 150t-229 97t-255.5 34.5zM896 640h128v-128h-128v128zM888 809q0 37 -7 70t-36 62q-39 39 -77 74.5t-68.5 74.5t-49 85t-18.5 105q0 68 26 127.5t70.5 104t104 70.5t127.5 26t127.5 -26t104 -70.5t70.5 -104t26 -127.5h-144q0 38 -14.5 71.5t-39.5 58.5t-58.5 39.5t-71.5 14.5t-71.5 -14.5t-58.5 -39.5t-39.5 -58.5t-14.5 -71.5q0 -41 19 -73t47.5 -61.5t61.5 -59.5t61.5 -66t47.5 -81.5t19 -106.5v-64h-144v41z" + }, + { + Name: "CircleAddition", + Code: "F2E3", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1024 1152h512v-128h-512v-512h-128v512h-512v128h512v512h128v-512z" + }, + { + Name: "CircleAdditionSolid", + Code: "F2E4", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1152h-512v512h-128v-512h-512v-128h512v-512h128v512h512v128z" + }, + { + Name: "FilePDB", + Code: "F2E5", + Path: "M256 128h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35z" + }, + { + Name: "FileTemplate", + Code: "F2E6", + Path: "M1243 2048l549 -549v-219h-128v128h-512v512h-896v-1792h768v-128h-896v2048h1115zM1280 1536h293l-293 293v-293zM1920 128h128v-128h-128v128zM1664 128h128v-128h-128v128zM1408 128h128v-128h-128v128zM1664 1152h128v-128h-128v128zM1408 1152h128v-128h-128v128zM1152 128h128v-128h-128v128zM1920 384h128v-128h-128v128zM1152 384h128v-128h-128v128zM1920 640h128v-128h-128v128zM1152 640h128v-128h-128v128zM1920 896h128v-128h-128v128zM1152 896h128v-128h-128v128zM2048 1152v-128h-128v128h128zM1152 1152h128v-128h-128v128z" + }, + { + Name: "FileSQL", + Code: "F2E7", + Path: "M256 128h128v-128h-256v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM675 490q0 -26 19.5 -44.5t48 -34.5t62.5 -32t62.5 -37.5t48 -51t19.5 -71.5q0 -45 -18.5 -74.5t-48.5 -47t-67.5 -24.5t-74.5 -7q-15 0 -35 2t-40.5 5.5t-39.5 9.5t-32 14v95q12 -12 30 -21.5t37.5 -15.5t39.5 -9.5t37 -3.5q19 0 39 2.5t37 11t28 23t11 38.5q0 27 -19.5 45.5t-48 34t-62.5 31t-62.5 36.5t-48 50.5t-19.5 72.5q0 41 19 70t49 47.5t66.5 27t71.5 8.5q30 0 65 -3.5t62 -16.5v-91q-26 19 -58 26.5t-64 7.5q-17 0 -37 -3.5t-37 -11.5t-28.5 -22t-11.5 -36zM1535 360q0 -35 -5.5 -69t-18.5 -65.5t-33 -59.5t-48 -50l161 -116h-140l-100 77q-22 -5 -42.5 -8t-42.5 -3q-62 0 -111.5 21t-83.5 58.5t-52 89t-18 111.5q0 63 18 117t53 93.5t86 61.5t117 22q61 0 109.5 -22t82 -59.5t51 -89t17.5 -109.5zM1266 146q46 0 78.5 16.5t53.5 44.5t30.5 65.5t9.5 78.5q0 40 -9 78t-29 66.5t-52 46t-78 17.5q-44 0 -76 -17.5t-53.5 -46.5t-32 -66.5t-10.5 -76.5t10 -76t30.5 -66t52 -46.5t75.5 -17.5zM1945 153v-78h-308v556h92v-478h216z" + }, + { + Name: "FileJAVA", + Code: "F2E8", + Path: "M256 768h-128v1280h1115l549 -549v-731h-128v640h-512v512h-896v-1152zM1280 1536h293l-293 293v-293zM104 91q34 0 54.5 15t31.5 39t15 52.5t4 55.5v387h104v-404q0 -48 -11.5 -91t-36.5 -75t-63 -51t-91 -19q-18 0 -36 1.5t-35 8.5v98q14 -9 30.5 -13t33.5 -4zM725 640l234 -630h-115l-56 161h-248l-54 -161h-114l235 630h118zM760 256l-87 251q-3 10 -5.5 19.5t-4.5 19.5q-3 -22 -9 -39l-86 -251h192zM1488 640l-226 -630h-116l-223 630h115l155 -478q5 -13 7.5 -26t5.5 -27q2 14 5 27t8 27l159 477h110zM2040 10h-115l-56 161h-248l-54 -161h-115l236 630h118zM1841 256l-88 251q-3 9 -5 19t-5 18q-2 -9 -3.5 -19t-4.5 -18l-87 -251h193z" + }, + { + Name: "FileASPX", + Code: "F2E9", + Path: "M256 128h512v-128h-640v2048h1115l549 -549v-91h-640v512h-896v-1792zM1280 1536h293l-293 293v-293zM1408 1280q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5t50 249.5t137 203.5t203.5 137t249.5 50zM1408 128q21 0 37 14.5t28.5 38t21 52.5t14.5 57.5t9.5 53t5.5 40.5h-230q2 -14 5.5 -39t10 -53.5t15.5 -57.5t21 -52.5t27.5 -38.5t34.5 -15zM1534 512q1 32 1.5 64t0.5 64q0 63 -3 128h-250q-3 -65 -3 -128q0 -64 3 -128h251zM896 640q0 -32 4 -64t12 -64h243q-3 64 -3 128q0 63 3 128h-243q-8 -32 -12 -64t-4 -64zM1408 1152q-19 0 -34 -15t-27 -39t-21 -53t-15 -57.5t-10 -53t-6 -38.5h225q-2 13 -6 37.5t-11 53t-16 58t-20.5 53.5t-26.5 39t-32 15zM1661 768q3 -65 3 -128q0 -32 -0.5 -64t-1.5 -64h242q8 32 12 64t4 64t-4 64t-12 64h-243zM1851 896q-43 75 -108 131t-145 88q21 -52 32.5 -107.5t18.5 -111.5h202zM1214 1114q-78 -32 -142.5 -88t-106.5 -130h200q13 111 49 218zM965 384q42 -73 106 -129t142 -88q-21 51 -31.5 106.5t-16.5 110.5h-200zM1607 169q77 32 139.5 87.5t104.5 127.5h-198q-5 -51 -15.5 -109.5t-30.5 -105.5z" + }, + { + Name: "FileCSS", + Code: "F2EA", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM1472 1152h64v-896h-128v256h-421l-256 -256h-155zM1408 933l-293 -293h293v293zM384 1792h128v-128h-128v128zM384 1536h128v-128h-128v128zM384 1280h128v-128h-128v128z" + }, + { + Name: "FileSass", + Code: "F2EB", + Path: "M256 0h-128v2048h1115l549 -549v-859h-128v768h-512v512h-896v-1920zM1280 1536h293l-293 293v-293zM512 1664h-128v128h128v-128zM512 1408h-128v128h128v-128zM384 1280h128v-128h-128v128zM486 473q0 -21 8 -36t25 -28q21 -17 47 -27.5t49 -22.5q29 -15 57.5 -32.5t51 -40t36.5 -51t14 -64.5q0 -50 -20.5 -82.5t-53.5 -52.5t-74.5 -28t-83.5 -8q-16 0 -38.5 2t-46.5 6.5t-45 11t-34 15.5v106q13 -13 33 -23t42.5 -17.5t44.5 -11.5t40 -4q21 0 44 3t41.5 12t31 25.5t12.5 43.5q0 30 -21.5 50.5t-53.5 38t-69.5 34.5t-69.5 40.5t-53.5 56.5t-21.5 81q0 46 21 78.5t54 52.5t73.5 29.5t79.5 9.5q32 0 72.5 -3.5t69.5 -18.5v-101q-30 21 -65 29t-71 8q-19 0 -41 -3.5t-41 -12.5t-31.5 -25t-12.5 -40zM1044 480q86 0 130 -42t44 -129v-298h-102v71q-47 -82 -140 -82q-63 0 -103.5 34t-40.5 100q0 36 11 62.5t30.5 44.5t47.5 28.5t61 15.5l136 20q0 47 -22.5 72.5t-70.5 25.5q-42 0 -79 -15t-69 -42v91q38 23 80.5 33t86.5 10zM1118 236l-97 -13q-38 -5 -64 -20t-26 -58q0 -34 23 -50t54 -16q25 0 45 9.5t34.5 25t22.5 37t8 45.5v40zM1448 348q0 -22 16.5 -35t41 -23.5t53.5 -21t53.5 -26.5t41 -41t16.5 -64q0 -38 -19 -64.5t-47.5 -42.5t-63.5 -23t-66 -7q-33 0 -66 5.5t-64 19.5v96q29 -21 61.5 -32.5t67.5 -11.5q14 0 30.5 2t30.5 8t23.5 17t9.5 29q0 22 -16.5 35.5t-41.5 23.5t-53.5 20.5t-53.5 26.5t-41.5 41t-16.5 64q0 36 17.5 62t45 42.5t60.5 24t64 7.5q61 0 114 -19v-91q-50 33 -111 33q-13 0 -28 -2.5t-28 -9t-21.5 -17t-8.5 -26.5zM1826 348q0 -22 16.5 -35t41 -23.5t53.5 -21t53.5 -26.5t41 -41t16.5 -64t-18.5 -65t-47 -42t-63 -23t-66.5 -7q-33 0 -66.5 5.5t-63.5 19.5v96q28 -21 60.5 -32.5t67.5 -11.5q14 0 30.5 2t30.5 8t23.5 17t9.5 29q0 22 -16.5 35.5t-41 23.5t-53.5 20.5t-53.5 26.5t-41 40.5t-16.5 64.5q0 36 17.5 62t45 42.5t60.5 24t64 7.5q60 0 114 -19v-91q-50 33 -111 33q-12 0 -27.5 -2.5t-28.5 -9t-22 -17t-9 -26.5z" + }, + { + Name: "FileLess", + Code: "F2EC", + Path: "M256 128h128v-128h-256v2048h1115l549 -549v-859h-128v768h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM512 1664h-128v128h128v-128zM384 1536h128v-128h-128v128zM512 1152h-128v128h128v-128zM512 640h97v-630h-97v630zM942 512q56 0 95.5 -19t65 -52t37.5 -77.5t12 -95.5v-42h-333q2 -71 43 -106t109 -35q77 0 143 46v-89q-39 -25 -85 -33.5t-91 -8.5q-59 0 -102.5 19t-72 52.5t-42.5 80t-14 102.5q0 52 16 98.5t46.5 82t74 56.5t98.5 21zM1045 304q0 25 -5.5 48t-18 40t-32.5 27.5t-48 10.5q-27 0 -48 -10.5t-36.5 -28t-25 -40.5t-12.5 -47h226zM1338 372q0 -23 17.5 -37.5t44 -25.5t57 -22t57 -28.5t44 -44t17.5 -67.5t-20 -69.5t-50.5 -45.5t-67.5 -24.5t-71 -7.5q-36 0 -71 6t-68 21v102q30 -23 64.5 -35t72.5 -12q15 0 32.5 2t33 8t25.5 17.5t10 31.5q0 24 -17.5 38.5t-44 25.5t-57 21.5t-57 27.5t-44 43.5t-17.5 69.5q0 39 18.5 66.5t48 45t64.5 25.5t68 8q31 0 62 -4.5t60 -15.5v-98q-53 36 -118 36q-13 0 -29 -2.5t-30.5 -9.5t-24 -18t-9.5 -28zM1760 372q0 -24 17.5 -38t43.5 -25t57 -22t57 -28.5t43.5 -43.5t17.5 -68t-19.5 -70t-50 -45t-67.5 -24.5t-71 -7.5q-35 0 -71 6t-68 21v102q30 -23 64.5 -35t72.5 -12q15 0 32.5 2t33 8t25.5 17.5t10 31.5q0 24 -17.5 38.5t-44 25.5t-57 21.5t-57 27.5t-44 43.5t-17.5 69.5q0 39 18.5 66.5t48 45t64.5 25.5t68 8q31 0 62 -4.5t60 -15.5v-98q-53 36 -119 36q-13 0 -29 -2.5t-30 -9.5t-23.5 -18t-9.5 -28z" + }, + { + Name: "FileHTML", + Code: "F2ED", + Path: "M256 128h256v-128h-384v2048h1115l512 -512h37v-768h-128v640h-512v512h-896v-1792zM1573 1536l-293 293v-293h293zM877 531l-211 -211l211 -211l-90 -90l-301 301l301 301zM1216 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1946 320l-301 -301l-90 90l211 211l-211 211l90 90z" + }, + { + Name: "JavaScriptLanguage", + Code: "F2EE", + Path: "M385 514q65 0 104 33.5t59.5 83.5t26.5 108t6 108v796h145v-794q0 -82 -17 -165t-57 -149.5t-106 -108.5t-163 -42q-30 0 -60.5 4t-58.5 17v143q26 -19 57.5 -26.5t63.5 -7.5zM1136 1346q0 -46 17.5 -81t52.5 -64q44 -36 96 -62.5t103 -51.5q57 -29 115.5 -62.5t106 -77.5t77 -100.5t29.5 -129.5q0 -96 -38.5 -160t-100.5 -102.5t-141.5 -54.5t-160.5 -16q-31 0 -73.5 5t-86.5 14t-84 22t-66 30v171q29 -26 70.5 -46.5t87 -35t91.5 -22.5t84 -8q49 0 96.5 8t85 30t61 59t23.5 96q0 52 -25.5 91.5t-67.5 71.5t-96 59.5t-109.5 55.5t-109.5 60t-96 72.5t-67.5 93t-25.5 122.5q0 88 38.5 150.5t100 102.5t138.5 59t153 19q30 0 65.5 -1.5t71 -6t69 -13.5t61.5 -23v-163q-62 42 -134.5 59t-146.5 17q-44 0 -90.5 -9.5t-85 -31t-63.5 -57.5t-25 -89z" + }, + { + Name: "CSharpLanguage", + Code: "F2EF", + Path: "M0 1001q0 141 44.5 262.5t126.5 210.5t199 139.5t262 50.5q74 0 148.5 -10.5t143.5 -40.5v-155q-68 38 -141.5 56.5t-151.5 18.5q-116 0 -205.5 -40.5t-150 -111.5t-92 -166.5t-31.5 -205.5q0 -104 29 -194t86 -157t140.5 -105.5t193.5 -38.5q86 0 167.5 19t155.5 64v-141q-79 -42 -166.5 -57t-175.5 -15q-138 0 -246 46.5t-183 129t-114 195.5t-39 246zM1789 1218l-56 -264h247l-24 -93h-241l-78 -349h-110l75 349h-219l-74 -349h-110l74 349h-231l18 93h233l54 264h-244l18 93h244l74 353h111l-74 -353h221l76 353h108l-74 -353h231l-20 -93h-229zM1680 1218h-222l-58 -264h223z" + }, + { + Name: "CSharp", + Code: "F2F0", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM873 384q-83 0 -149 27.5t-112 76.5t-70.5 117t-24.5 149q0 86 27.5 159t78 126t121.5 83t159 30q45 0 91 -6t88 -25v-122q-38 23 -80 34t-86 11q-64 0 -114 -21.5t-84.5 -59t-53 -90t-18.5 -113.5q0 -58 17 -107t49.5 -85t79.5 -56t107 -20q49 0 95 11.5t88 37.5v-113q-48 -25 -101.5 -34.5t-107.5 -9.5zM1278 693h-112l13 68h114l27 135h-119l14 68h119l39 188h78l-38 -188h118l40 188h77l-39 -188h111l-15 -68h-111l-28 -135h121l-17 -68h-118l-40 -181h-78l39 181h-118l-38 -181h-78zM1369 761h119l29 135h-119z" + }, + { + Name: "VisualBasicLanguage", + Code: "F2F1", + Path: "M543 536q9 58 29 115l357 1013h159l-467 -1280h-163l-458 1280h165l349 -1015q10 -28 16.5 -56t12.5 -57zM1763 1064q64 -8 117 -32.5t90 -65t57.5 -94.5t20.5 -120q0 -89 -34 -157.5t-91 -115t-132 -71t-158 -24.5h-373v1280h364q69 0 133.5 -17t115 -52.5t81 -91t30.5 -132.5q0 -110 -58 -190t-163 -113v-4zM1410 1115h153q55 0 103 13t84 40.5t56.5 70.5t20.5 103q0 55 -20.5 91t-54 57t-78 29.5t-92.5 8.5h-172v-413zM1613 520q56 0 106.5 13t88.5 41t60.5 72t22.5 107q0 69 -26.5 113t-69.5 69.5t-99 35t-114 9.5h-172v-460h203z" + }, + { + Name: "VB", + Code: "F2F2", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM639 384l-271 768h140l189 -583q5 -16 8.5 -32t7.5 -33q2 17 6.5 33t9.5 33l194 582h135l-276 -768h-143zM1664 605q0 -56 -23.5 -97.5t-61.5 -69t-86.5 -41t-98.5 -13.5h-242v768h240q41 0 83.5 -9t77 -30t56 -54.5t21.5 -82.5q0 -67 -37 -114t-100 -70q78 -9 124.5 -58.5t46.5 -128.5zM1277 831h81q29 0 54.5 7t44.5 21.5t30 37t11 54.5q0 29 -11 48t-29 30.5t-41.5 16t-48.5 4.5h-91v-219zM1384 486q30 0 56.5 7t46.5 21.5t31.5 38t11.5 56.5q0 36 -14 59.5t-36.5 37t-51.5 18.5t-60 5h-91v-243h107z" + }, + { + Name: "CPlusPlusLanguage", + Code: "F2F3", + Path: "M1920 640h-512v-512h-128v512h-512v128h512v512h128v-512h512v-128zM640 1408v-512h-128v512h-512v128h512v512h128v-512h512v-128h-512z" + }, + { + Name: "CPlusPlus", + Code: "F2F4", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM1280 768v256h128v-256h256v-128h-256v-256h-128v256h-256v128h256zM640 1024h-256v128h256v256h128v-256h256v-128h-256v-256h-128v256z" + }, + { + Name: "FSharpLanguage", + Code: "F2F5", + Path: "M144 1664h650v-136h-500v-442h463v-135h-463v-567h-150v1280zM1661 1218l-56 -264h247l-24 -93h-241l-78 -349h-110l75 349h-220l-73 -349h-110l74 349h-231l18 93h233l53 264h-243l18 93h244l74 353h111l-74 -353h221l76 353h108l-74 -353h231l-20 -93h-229zM1552 1218h-222l-58 -264h223z" + }, + { + Name: "FSharp", + Code: "F2F6", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM798 384h-127v768h414v-108h-287v-231h265v-108h-265v-321zM1284 693h-112l14 68h113l27 135h-119l14 68h119l39 188h79l-39 -188h118l40 188h78l-40 -188h112l-15 -68h-111l-28 -135h121l-18 -68h-118l-40 -181h-77l39 181h-118l-39 -181h-77zM1375 761h120l29 135h-119z" + }, + { + Name: "TypeScriptLanguage", + Code: "F2F7", + Path: "M154 1664h888v-136h-369v-1144h-150v1144h-369v136zM1298 1346q0 -46 17.5 -81t52.5 -64q44 -36 96 -62.5t103 -51.5q57 -29 115.5 -63t106 -78t77 -100t29.5 -129q0 -96 -38.5 -160t-100.5 -102.5t-141.5 -54.5t-160.5 -16q-31 0 -73.5 5t-86.5 14t-84 22t-66 30v171q29 -26 70 -46.5t87 -35t92 -22.5t84 -8q49 0 96.5 8t85 30t61 59t23.5 96q0 52 -25.5 91.5t-67.5 71.5t-96 59.5t-109.5 55.5t-109.5 60t-96 72.5t-67.5 93t-25.5 122.5q0 88 38.5 150.5t100 102.5t138.5 59t153 19q30 0 65.5 -1.5t71 -6t69 -13.5t61.5 -23v-163q-62 42 -134.5 59t-146.5 17q-44 0 -90.5 -9.5t-85 -31t-63.5 -57.5t-25 -89z" + }, + { + Name: "PythonLanguage", + Code: "F2F8", + Path: "M480 1664q93 0 171.5 -22.5t136.5 -69t90.5 -118.5t32.5 -172q0 -102 -37 -179t-100 -129.5t-147.5 -79t-179.5 -26.5h-169v-484h-150v1280h352zM435 1004q67 0 125 14.5t101 47t68 84t25 125.5q0 71 -22.5 119.5t-62.5 78t-95 42.5t-120 13h-176v-524h157zM1984 1664l-422 -807v-473h-151v470l-411 810h171l286 -578q9 -19 16.5 -39t17.5 -40q6 20 15 40t19 39l300 578h159z" + }, + { + Name: "PY", + Code: "F2F9", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM602 384h-90v768h211q55 0 102.5 -13.5t82.5 -41t54.5 -71t19.5 -103.5q0 -61 -22 -107.5t-60.5 -78t-89 -47.5t-107.5 -16h-101v-290zM602 756h94q40 0 75 8.5t61 28t40.5 50.5t14.5 76q0 42 -13.5 71t-37.5 47t-57 26t-72 8h-105v-315zM1282 666l-247 486h102l172 -347q6 -11 10.5 -23t10.5 -24q3 13 8.5 24.5t11.5 22.5l180 347h95l-253 -484v-284h-90v282z" + }, + { + Name: "CoffeeScript", + Code: "F2FA", + Path: "M576 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1024 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1472 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1605 768q-33 -75 -82 -138.5t-110 -117.5h443v-128q0 -45 -14 -90.5t-40.5 -82t-65 -60t-88.5 -23.5h-1440q-50 0 -88.5 23.5t-65 60t-40.5 82t-14 90.5v128h379q-118 103 -184.5 239t-66.5 294v363h1605q66 0 123.5 -25.5t100 -69t67 -102t24.5 -123.5t-24.5 -123.5t-67 -102t-100 -69t-123.5 -25.5h-128zM1664 1280q0 -42 1 -84t1 -85q0 -55 -3.5 -109t-15.5 -106h86q39 0 73.5 15.5t59.5 41.5t39.5 61t14.5 74t-14.5 74t-39.5 61t-59.5 41.5t-73.5 15.5h-69zM256 1045q0 -88 26.5 -169t74.5 -150t114 -123.5t145 -90.5h560q79 36 145 90.5t114 123.5t74.5 150t26.5 169v235h-1280v-235zM1648 256q21 0 36 14t25 33.5t14.5 41.5t4.5 39h-1600q0 -17 4.5 -39t14.5 -41.5t25 -33.5t36 -14h1440z" + }, + { + Name: "MarkDownLanguage", + Code: "F2FB", + Path: "M643 618q14 40 28.5 79.5t31.5 77.5l393 889h184v-1280h-146v859q0 63 3 124.5t6 124.5q-8 -31 -16.5 -63t-21.5 -61l-429 -984h-72l-428 976q-14 31 -22.5 65t-18.5 67q5 -63 6 -125.5t1 -125.5v-857h-142v1280h194l386 -893q16 -37 32 -75.5t25 -77.5h6zM2029 659l-301 -301l-301 301l90 90l147 -146v1061h128v-1061l147 146z" + }, + { + Name: "FullWidth", + Code: "F2FE", + Path: "M2048 1792v-1536h-2048v1536h2048zM1920 1664h-384v-256h-128v256h-768v-256h-128v256h-384v-1280h384v128h128v-128h768v128h128v-128h384v1280zM512 1280h128v-256h-128v256zM512 896h128v-256h-128v256zM1408 1280h128v-256h-128v256zM1408 896h128v-256h-128v256z" + }, + { + Name: "FullWidthEdit", + Code: "F2FF", + Path: "M2048 1792v-540q-58 37 -128 51v361h-384v-256h-128v256h-768v-256h-128v256h-384v-1280h384v128h128v-128h128v-128h-768v1536h2048zM640 1024h-128v256h128v-256zM512 896h128v-256h-128v256zM1536 1280v-256h-128v256h128zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "Plug", + Code: "F300", + Path: "M1408 1664v-448q0 -83 -29 -158.5t-80.5 -134.5t-122 -98.5t-152.5 -51.5v-773h-128v773q-83 12 -153 51.5t-121.5 98.5t-80.5 134.5t-29 158.5v448h128v384h128v-384h384v384h128v-384h128zM1280 1536h-640v-320q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v320z" + }, + { + Name: "PlugSolid", + Code: "F301", + Path: "M1408 1664v-448q0 -84 -29 -159t-80.5 -134t-122 -98.5t-152.5 -51.5v-773h-128v773q-83 12 -153 51.5t-121.5 98.5t-80.5 134t-29 159v448h128v384h128v-384h384v384h128v-384h128z" + }, + { + Name: "PlugConnected", + Code: "F302", + Path: "M256 832q0 89 34 171.5t97 145.5l227 226l633 -633l-226 -227q-63 -63 -145.5 -97t-171.5 -34q-73 0 -141.5 22.5t-126.5 66.5l-327 -326l-90 90l326 327q-44 58 -66.5 126.5t-22.5 141.5zM704 512q64 0 122.5 24.5t103.5 69.5l136 136l-452 452l-136 -136q-45 -45 -69.5 -103.5t-24.5 -122.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1575 1612q44 -58 66.5 -126.5t22.5 -141.5q0 -89 -34 -171.5t-97 -145.5l-227 -226l-633 633l226 227q63 63 145.5 97t171.5 34q73 0 141.5 -22.5t126.5 -66.5l327 326l90 -90zM1442 1118q45 45 69.5 103.5t24.5 122.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-64 0 -122.5 -24.5t-103.5 -69.5l-136 -136l452 -452z" + }, + { + Name: "PlugDisconnected", + Code: "F303", + Path: "M1300 847l-271 -271l90 -90l-226 -227q-63 -63 -145.5 -97t-171.5 -34q-73 0 -141.5 22.5t-126.5 66.5l-199 -198l-90 90l198 199q-44 58 -66.5 126.5t-22.5 141.5q0 89 34 171.5t97 145.5l227 226l90 -90l271 271l91 -90l-272 -272l272 -272l272 272zM576 256q64 0 122.5 24.5t103.5 69.5l136 136l-452 452l-136 -136q-45 -45 -69.5 -103.5t-24.5 -122.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1831 1740q44 -58 66.5 -126.5t22.5 -141.5q0 -89 -34 -171.5t-97 -145.5l-227 -226l-633 633l226 227q63 63 145.5 97t171.5 34q73 0 141.5 -22.5t126.5 -66.5l199 198l90 -90zM1698 1246q45 45 69.5 103.5t24.5 122.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-64 0 -122.5 -24.5t-103.5 -69.5l-136 -136l452 -452z" + }, + { + Name: "UnlockSolid", + Code: "F304", + Path: "M1792 1152v-1152h-1536v1152h1152v384q0 82 -29 152.5t-80.5 122t-122 80.5t-152.5 29t-152.5 -29t-122 -80.5t-80.5 -122t-29 -152.5h-128q0 109 39 202.5t108 162.5t162.5 108t202.5 39t202.5 -39t162.5 -108t108 -162.5t39 -202.5v-384h256z" + }, + { + Name: "Variable", + Code: "F305", + Path: "M1072 1316h-224l-159 -743q-17 -78 -58 -158.5t-100.5 -146t-136 -107t-163.5 -41.5q-26 0 -53 5t-49 17t-36.5 32.5t-14.5 51.5q0 40 24.5 68.5t66.5 28.5q25 0 45 -11t36 -28t29 -38t25 -40l7 -12q32 2 58 22t46.5 50t36.5 67.5t28 75t20.5 72t13.5 58.5l167 777h-176l20 81h173l12 62q16 80 54.5 161t96.5 146t133.5 105.5t165.5 40.5q26 0 53 -5t49.5 -17t36.5 -32.5t14 -51.5q0 -42 -22.5 -70.5t-67.5 -28.5q-32 0 -53 12.5t-36 31.5t-27.5 42t-25.5 45q-37 -2 -66 -28t-51.5 -66.5t-38.5 -89.5t-27.5 -97.5t-19.5 -91t-13 -68.5h226zM1736 1252q-25 -20 -53 -53t-54.5 -69.5t-50 -73.5t-39.5 -65q10 -41 19 -81t20 -81q10 -37 22.5 -77t33.5 -73.5t52 -55t78 -21.5q12 0 28 1.5t32.5 4t32 6t26.5 8.5l-16 -59q-30 -13 -56.5 -24t-52.5 -19t-54.5 -12.5t-61.5 -4.5q-44 0 -72.5 12.5t-47 35t-30.5 54.5t-24 70q-14 44 -25 87t-22 88q-38 -60 -76 -115.5t-83 -109.5q-20 -24 -40 -46t-43.5 -39t-50.5 -27t-60 -10q-42 0 -69.5 24t-27.5 68q0 26 10 45.5t27 32.5t39 19.5t46 6.5q30 0 57.5 -11t56.5 -19q57 57 106.5 121t87.5 134l-2 10q-4 19 -12 51t-17.5 69.5t-21.5 76.5t-24.5 72t-26 57.5t-26.5 32.5q-34 20 -77 20q-27 0 -56 -5.5t-54 -16.5l16 60q14 6 42 17t58 22t58 19t42 8q44 0 73.5 -14t49.5 -39t33 -58t24 -71q11 -39 20.5 -79.5t17.5 -80.5l2 -8q0 -2 0.5 -3t0.5 -3q19 30 41 68t48 78t55.5 78.5t62.5 68.5t70 48.5t78 18.5q39 0 66.5 -26t27.5 -66q0 -25 -10 -44t-26.5 -32t-38 -19.5t-44.5 -6.5q-26 0 -58 8.5t-57 16.5z" + }, + { + Name: "Parameter", + Code: "F306", + Path: "M1027 1600q121 0 227 -37t185 -107t124.5 -170t45.5 -226q0 -66 -17.5 -137.5t-54 -130t-93 -96.5t-134.5 -38q-86 0 -124 47t-39 129h-4q-23 -79 -74.5 -127.5t-137.5 -48.5q-59 0 -101.5 23.5t-70 62t-40.5 88t-13 102.5q0 70 18.5 140t56.5 125t96.5 89.5t138.5 34.5q23 0 46.5 -6t44.5 -18t37 -30t24 -42v5q2 20 3.5 40t3.5 40h93l-24 -286q-3 -32 -7 -65t-4 -65q0 -22 2.5 -48.5t11.5 -50t26.5 -39t47.5 -15.5q36 0 64 15.5t48.5 40.5t34.5 57.5t23 67t12.5 68.5t3.5 62q0 110 -36 196t-100.5 145t-154 90t-195.5 31q-115 0 -208.5 -43t-160 -116.5t-102.5 -171.5t-36 -209q0 -115 35.5 -208.5t101.5 -159.5t159.5 -102t208.5 -36q81 0 160.5 13t152.5 48v-92q-75 -32 -157 -43.5t-163 -11.5q-133 0 -243 41.5t-189.5 118t-123.5 185.5t-44 243q0 135 45 250t126 199t194 131.5t250 47.5zM949 745q61 0 100 34.5t61 85.5t30.5 109t8.5 105q0 34 -7 63t-22.5 50t-41.5 33t-63 12q-58 0 -97 -30t-63 -75t-34.5 -98.5t-10.5 -100.5q0 -33 7 -66.5t23 -60.5t43 -44t66 -17zM0 1792h384v-128h-256v-1280h256v-128h-384v1536zM2048 1792v-1536h-384v128h256v1280h-256v128h384z" + }, + { + Name: "CommentUrgent", + Code: "F307", + Path: "M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048zM1920 1792h-1792v-1152h256v-293l293 293h1243v1152zM1024 1152h-128v512h128v-512zM1024 896h-128v128h128v-128z" + }, + { + Name: "Storyboard", + Code: "F308", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM128 384h1024v1024h-1024v-1024zM1920 384v1024h-640v-1024h640zM1408 1280h384v-128h-384v128zM1408 1024h384v-128h-384v128zM1408 768h384v-128h-384v128zM1024 1280v-768h-768v768h768zM896 1152h-512v-512h512v512z" + }, + { + Name: "DiffInline", + Code: "F309", + Path: "M1792 2048v-2048h-1536v2048h1536zM384 1920v-384h1280v384h-1280zM1664 512h-1280v-384h1280v384zM1664 768v640h-1280v-640h1280z" + }, + { + Name: "DiffSideBySide", + Code: "F30A", + Path: "M0 1664h896v-1280h-896v1280zM768 512v768h-640v-768h640zM128 1536v-128h640v128h-640zM2048 1664v-1280h-896v1280h896zM1920 768h-640v-256h640v256zM1920 1536h-640v-512h640v512z" + }, + { + Name: "ImageDiff", + Code: "F30B", + Path: "M2048 2048v-1920h-2048v1920h2048zM128 1152h933l-485 486l-448 -449v-37zM1701 1152l-293 293l-230 -229l65 -64h458zM128 256h933l-485 486l-448 -449v-37zM1243 256h458l-293 293l-230 -229zM1920 1024h-1792v-549l448 447l512 -512l320 321l475 -475h37v768zM1920 1152v768h-1792v-549l448 447l512 -512l320 321l475 -475h37z" + }, + { + Name: "ImagePixel", + Code: "F30C", + Path: "M2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-512h256v-256h-256v-512h1024v256h256v-256h256v256h256v1024zM640 1152h-256v256h256v-256zM640 896v256h256v-256h-256zM1152 896v-256h-256v256h256zM1664 896v-256h-256v256h256zM1664 1152h-256v256h256v-256z" + }, + { + Name: "FileBug", + Code: "F30D", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM896 1280h128v-512h-128v512zM896 640h128v-128h-128v128z" + }, + { + Name: "FileCode", + Code: "F30E", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM749 1107l-211 -211l211 -211l-90 -90l-301 301l301 301zM1261 1197l301 -301l-301 -301l-90 90l211 211l-211 211z" + }, + { + Name: "FileComment", + Code: "F30F", + Path: "M1371 512l-384 -384h677v256h128v-384h-1664v2048h1115l421 -421v-90h-90l-294 292v-293h-128v384h-896v-1792h704v384h-192v896h1280v-896h-677zM1317 640h603v640h-1024v-640h192v-230zM1024 1152h768v-128h-768v128zM1024 896h768v-128h-768v128z" + }, + { + Name: "BusinessHoursSign", + Code: "F310", + Path: "M1671 1152q25 0 47 -9.5t38.5 -26t26 -38.5t9.5 -47v-782q0 -25 -9.5 -47t-26 -38.5t-38.5 -26t-47 -9.5h-1422q-25 0 -47 9.5t-38.5 26t-26 38.5t-9.5 47v782q0 25 9.5 47t26 38.5t38.5 26t47 9.5h44l447 446q-18 29 -27 62t-9 68q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -35 -9 -68t-27 -62l447 -446h44zM960 1856q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM475 1152h970l-355 356q-59 -36 -130 -36q-35 0 -68 9t-62 27zM1664 1024h-1408v-768h1408v768zM1408 640h-896v128h896v-128z" + }, + { + Name: "FileImage", + Code: "F311", + Path: "M256 128h1536v-128h-1664v2048h1115l549 -549v-91h-640v512h-896v-1792zM1280 1536h293l-293 293v-293zM2048 1280v-1024h-1408v1024h1408zM768 1152v-421l320 319l416 -416l160 160l256 -256v614h-1152zM1755 384h139l-230 230l-69 -70zM768 384h805l-485 486l-320 -321v-165zM1728 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "FileSymlink", + Code: "F312", + Path: "M256 128h640v-128h-768v2048h1115l549 -549v-347h-128v256h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM2048 1024v-1024h-1024v1024h1024zM1920 896h-768v-768h768v768zM1299 365l274 275h-165v128h384v-384h-128v165l-275 -274z" + }, + { + Name: "AutoFillTemplate", + Code: "F313", + Path: "M2048 1792v-640h-2048v640h2048zM1920 1664h-1792v-384h1792v384zM0 1024h2048v-640h-2048v640zM128 512h1792v384h-1792v-384zM1536 1408h-1280v128h1280v-128zM256 768h640v-128h-640v128z" + }, + { + Name: "WorkItem", + Code: "F314", + Path: "M1155 128l128 -128h-1027v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1027l-128 -128v1027h-128v-256h-1024v256h-128v-1536h771zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "WorkItemBug", + Code: "F315", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM896 1152h128v-512h-128v512zM896 512h128v-128h-128v128z" + }, + { + Name: "LogRemove", + Code: "F316", + Path: "M256 256h1092l-128 -128h-1092v384h-128v128h128v768h-128v128h128v512h1792v-1220l-128 -128v1220h-1536v-384h128v-128h-128v-768h128v-128h-128v-256zM1024 1408v-896h-384v896h384zM896 1280h-128v-640h128v640zM1408 770v766h-128v-894l-95 -95l34 -35h-67v1152h384v-835l-35 34zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "ColumnOptions", + Code: "F317", + Path: "M2048 1920v-1024h-128v512h-512v-384h-128v384h-512v-1024h256v-128h-1024v1664h2048zM640 1408h-512v-1024h512v1024zM1920 1536v256h-1792v-256h1792zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1601 256q40 0 74.5 15t60.5 41.5t41 61.5t15 75q0 39 -15 74t-41.5 61t-61.5 41t-74 15q-40 0 -75 -15.5t-61 -41.5t-41 -61t-15 -75t15 -74.5t41.5 -60.5t61.5 -41t75 -15z" + }, + { + Name: "Packages", + Code: "F318", + Path: "M2048 1024h-128v-1024h-1280v1024h-128v384h768v256h-1024v-896h384v-128h-512v1024h-128v384h1536v-384h-128v-256h640v-384zM128 1792h1280v128h-1280v-128zM1792 1024h-1024v-896h1024v896zM1920 1280h-1280v-128h1280v128zM1408 512h-512v128h512v-128zM896 256v128h384v-128h-384z" + }, + { + Name: "BuildIssue", + Code: "F319", + Path: "M1905 630l143 -157v-217h-128v167l-101 112q-36 -20 -77 -22l-78 -89v-168h-128v216l72 82q-5 3 -8.5 6.5l-7.5 7.5l-248 249l-192 -193v-496h128v-128h-640v128h128v576q0 38 14.5 73.5t41.5 62.5l384 384q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l384 -384q27 -27 41.5 -62.5t14.5 -73.5q0 -40 -15 -74zM1043 877q61 -29 90 -90l256 256q19 19 19 45t-19 45t-45 19t-45 -19zM896 128h128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-576zM1728 640q26 0 45 19t19 45t-19 45l-256 256q-14 -31 -36.5 -52.5t-46.5 -45.5l249 -248q19 -19 45 -19zM640 640v-128h-512v1408h1152v-512h-128v384h-896v-1152h384zM768 1536v-384h-128v384h128zM640 896v128h128v-128h-128z" + }, + { + Name: "AssessmentGroup", + Code: "F31A", + Path: "M640 512h-256v256h256v-256zM1152 512h-256v256h256v-256zM1664 1536h-256v256h256v-256zM1664 512h-256v256h256v-256zM1152 1024h-256v256h256v-256zM1664 1024h-256v256h256v-256zM1920 1792v-1536h-1792v1536h128v-1408h1536v1408h128z" + }, + { + Name: "VariableGroup", + Code: "F31B", + Path: "M690 701q0 23 15 38t38 15q12 0 23 -6t20 -13t16.5 -13t14.5 -6q10 0 26.5 15.5t35 39.5t38.5 53.5t37 57t29 50t17 33.5q-8 34 -17 67t-17 67q-8 31 -17.5 54.5t-24 39.5t-34 24.5t-47.5 8.5q-10 0 -20.5 -1t-21.5 -3v25l184 33q21 -23 35.5 -46.5t24 -48t16.5 -51t15 -56.5q15 22 37.5 56.5t51 66.5t61 55.5t66.5 23.5q25 0 45 -13.5t20 -40.5q0 -54 -54 -54q-20 0 -37 9t-37 9q-19 0 -40 -19t-40.5 -45t-35.5 -52.5t-26 -41.5l57 -237q1 -7 4 -19.5t8 -25t12 -22t16 -9.5q12 0 27.5 11.5t29.5 27.5t25.5 32.5t15.5 27.5l24 -12q-8 -19 -28 -47t-45.5 -54.5t-52 -45.5t-48.5 -19t-36.5 13t-25.5 30q-9 16 -17 46.5t-15 65t-13.5 67.5t-13.5 53q-11 -20 -26.5 -48t-35.5 -58.5t-43 -61t-48 -54t-50.5 -38.5t-50.5 -15q-26 0 -46.5 17t-20.5 44zM1516 640q54 69 83 149.5t29 168.5q0 90 -29 170t-83 152h94q118 -139 118 -322q0 -91 -28.5 -170t-89.5 -148h-94zM0 1920h2048v-1664h-2048v1664zM1920 384v1024h-1792v-1024h1792zM1920 1536v256h-1792v-256h1792zM438 640q-62 68 -90 147.5t-28 170.5q0 183 118 322h93q-54 -70 -82.5 -151.5t-28.5 -170.5q0 -87 28.5 -168t82.5 -150h-93z" + }, + { + Name: "FullHistory", + Code: "F31C", + Path: "M896 1536h128v-512h-128v512zM512 1280h-512v512h128v-274q67 123 163 221t212.5 166.5t248.5 105.5t272 37q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -251 -36t-227.5 -103t-190.5 -161.5t-140 -211.5h297v-128zM1024 896h1024v-128h-1024v128zM1024 512h1024v-128h-1024v128zM1024 128h1024v-128h-1024v128zM161 785q36 -129 105.5 -239t165.5 -194.5t214 -139.5t250 -74v-130q-154 21 -292 83t-250 158.5t-193.5 224t-122.5 277.5z" + }, + { + Name: "Wheelchair", + Code: "F31F", + Path: "M1728 1152q40 0 75 -15t61 -41t41 -60.5t15 -74.5q0 -22 -4 -39l-128 -640q-7 -33 -24.5 -61.5t-42.5 -49t-56 -32t-65 -11.5q-39 0 -74 15t-61.5 41.5t-41.5 61.5t-15 74q0 10 1 19.5t3 18.5l82 410h-99q13 -61 13 -128q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5q0 115 39 220t108 188.5t164.5 141t208.5 79.5l246 315l-38 25l-144 -145q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l256 256q27 27 62.5 41.5t73.5 14.5q58 0 107 -32q87 -56 171 -114t170 -115q0 54 19.5 101.5t54 83t81.5 56t101 20.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-13.5t-13.5 1q11 -42 11 -82q0 -49 -13 -89t-34 -75t-48 -68.5t-56 -70.5h359zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1080 1614l-262 -336q102 -8 196 -47t171 -106l166 213q20 26 30.5 56t10.5 62q0 45 -19.5 83.5t-54.5 67.5q-17 14 -37 26.5t-38 24.5l-301 201q-18 13 -36.5 26t-37.5 24q-10 5 -17.5 8t-18.5 3q-26 0 -45 -19l-256 -256q-19 -19 -19 -45t19 -45t45 -19t45 19l219 219zM768 128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1600 256q23 0 40.5 14.5t22.5 36.5l128 640q1 4 1 12q0 27 -18.5 46t-45.5 19h-448q44 -59 75 -128h295l-113 -563q-1 -4 -1 -13q0 -26 18.5 -45t45.5 -19zM768 1024q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM768 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "Diploma", + Code: "F320", + Path: "M1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v1280q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1280zM128 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h930q-34 60 -34 128t34 128h-930q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v1536q0 68 34 128h-1058q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1280h1024q26 0 45 -19t19 -45t-19 -45t-45 -19q-25 0 -49 -9.5t-42 -27.5t-27.5 -42t-9.5 -49q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM512 1664h896v-128h-896v128zM512 1408h256v-128h-256v128zM512 1152h256v-128h-256v128zM512 896h256v-128h-256v128zM1152 1408q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -17 -4 -33.5t-4 -30.5v-539l-248 124l-248 -124v539q0 14 -4 30.5t-4 33.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1152 1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1288 731v204q-30 -20 -65 -29.5t-71 -9.5t-71 9.5t-65 29.5v-204l136 68z" + }, + { + Name: "SingleColumnEdit", + Code: "F321", + Path: "M128 384h699l-32 -128h-795v1536h1920v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-1664v-1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "DoubleColumnEdit", + Code: "F322", + Path: "M1152 766l-128 -129v1155h896v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-640v-898zM896 509l-50 -51l-51 -202h-795v1536h896v-1283zM768 1664h-640v-1280h640v1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "TripleColumnEdit", + Code: "F323", + Path: "M1536 1150l-128 -128v770h512v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-256v-514zM896 509l-128 -157v1440h512v-898l-128 -128v898h-256v-1155zM128 1792h512v-1536h-512v1536zM256 384h256v1280h-256v-1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "ColumnLeftTwoThirdsEdit", + Code: "F324", + Path: "M128 384h699l-32 -128h-795v1536h1280v-898l-128 -128v898h-1024v-1280zM2048 1792v-540q-29 19 -61.5 31t-66.5 19v362h-384v-514l-128 -128v770h640zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "ColumnRightTwoThirdsEdit", + Code: "F325", + Path: "M0 1792h640v-1536h-640v1536zM128 384h384v1280h-384v-1280zM2048 1792v-540q-29 19 -61.5 31t-66.5 19v362h-1024v-1155l-128 -157v1440h1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "StreamLogo", + Code: "F329", + Path: "M1919 1024h1q-1 -21 -11.5 -40t-28.5 -30l-1271 -809q-26 -17 -56 -17q-21 0 -40.5 8t-33.5 22t-22.5 32.5t-8.5 40.5v452l-235 -162q-6 -5 -14 -7t-16 -2q-24 0 -39.5 18t-15.5 41v906q0 23 15.5 41t39.5 18q8 0 16 -2t14 -7l235 -162v453q0 22 8.5 40.5t22.5 32t33.5 21.5t40.5 8q30 0 56 -17l1272 -806q19 -12 28.5 -31t9.5 -42zM576 1773v-497l273 -188h807zM256 1341v-634l461 317zM576 275l1076 685h-803l-273 -188v-497z" + }, + { + Name: "PassiveAuthentication", + Code: "F32A", + Path: "M1344 538l339 339l90 -90l-429 -429l-237 237l90 90zM2048 1280v-1280h-1280v781q-61 -13 -128 -13q-133 0 -249.5 50t-203.5 137t-137 203.5t-50 249.5t50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -67 -13 -128h781zM128 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1920 1152h-693q-51 -113 -134.5 -196.5t-196.5 -134.5v-693h1024v1024zM1005 1555l-429 -429l-237 237l90 90l147 -147l339 339z" + }, + { + Name: "AlertSolid", + Code: "F331", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1152 512v256h-256v-256h256zM1152 896v640h-256v-640h256z" + }, + { + Name: "MegaphoneSolid", + Code: "F332", + Path: "M1920 1600q6 1 16 1.5t22 0.5q24 0 50 -1t40 -1v-1152q-14 0 -39 -0.5t-49 -0.5h-30t-21 2l-763 136q-10 -57 -38.5 -106t-70.5 -84t-94.5 -55t-110.5 -20q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 28 6 57l-396 71q-8 1 -17.5 1.5t-20.5 0.5q-22 0 -44.5 -1t-39.5 -1v512q14 0 38.5 -1t47.5 -1q11 0 20.5 0.5t15.5 1.5zM832 448q35 0 67 12t57 33.5t42 50.5t23 64l-378 67q-3 -18 -3 -35q0 -40 15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "TaskSolid", + Code: "F333", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1627 1107l-136 136l-659 -659l-275 275l-136 -136l411 -411z" + }, + { + Name: "ConfigurationSolid", + Code: "F334", + Path: "M1755 1536h-475v475zM960 1016q38 0 71.5 -14.5t58.5 -40t39.5 -59t14.5 -70.5q0 -38 -14.5 -71.5t-40 -58.5t-59 -39.5t-70.5 -14.5q-38 0 -71.5 14.5t-58.5 40t-39.5 58.5t-14.5 71t14.5 71.5t40 58.5t58.5 39.5t71 14.5zM1792 1408v-1408h-1664v2048h1024v-640h640zM1283 776q2 14 3 28t1 28t-1 28t-3 28l185 76l-55 134l-185 -77q-33 46 -79 79l77 185l-134 55l-76 -185q-14 2 -28 3t-28 1t-28 -1t-28 -3l-76 185l-134 -55l77 -185q-46 -33 -79 -79l-185 77l-55 -134l185 -76q-2 -14 -3.5 -28t-1.5 -28t1.5 -28t3.5 -28l-185 -76l55 -134l185 77q33 -46 79 -79l-77 -185l134 -55l76 185q14 -2 28 -3.5t28 -1.5t28 1.5t28 3.5l76 -185l134 55l-77 185q46 33 79 79l185 -77l55 134z" + }, + { + Name: "BugSolid", + Code: "F335", + Path: "M704 1600q0 72 30 135l-139 140l90 90l126 -126q45 39 99 60t114 21t114 -21t99 -60l126 126l90 -90l-139 -140q30 -63 30 -135q0 -13 -1.5 -25.5t-3.5 -24.5q-75 32 -154.5 49t-160.5 17t-160.5 -17t-154.5 -49q-2 12 -3.5 24.5t-1.5 25.5zM1600 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192h-128v192q0 34 -11.5 65.5t-32.5 57t-49.5 43t-62.5 23.5q19 -62 24 -125.5t5 -127.5q0 -36 -0.5 -72t-0.5 -72l3 -4q61 -66 93 -138t32 -163q0 -85 -32.5 -162.5t-92.5 -137.5l-90 90q42 42 64.5 97t22.5 114q0 67 -29 128q-32 -100 -92 -182.5t-140 -141.5t-177 -91.5t-202 -32.5t-202 32.5t-177 91.5t-140.5 141.5t-91.5 182.5q-29 -61 -29 -128q0 -59 22.5 -114t64.5 -97l-90 -90q-60 60 -92.5 137.5t-32.5 162.5q0 91 32 163t93 138l3 4q0 36 -0.5 72t-0.5 72q0 64 5 127.5t24 125.5q-34 -6 -62.5 -23.5t-49.5 -43t-32.5 -57t-11.5 -65.5v-192h-128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5h22q40 69 97 128q-65 2 -121.5 28t-98.5 69t-66.5 100.5t-24.5 122.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h169q133 64 279 64t279 -64h169q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -65 -24.5 -122.5t-66.5 -100.5t-98.5 -69t-121.5 -28q57 -59 97 -128h22z" + }, + { + Name: "CrownSolid", + Code: "F336", + Path: "M1354 881l438 527v-1280h-1536v1280l445 -526l323 526zM384 1664q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1024 1536q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "Trophy2Solid", + Code: "F337", + Path: "M640 512q0 62 29.5 109.5t76 80t103 49.5t111.5 17t111.5 -17t103 -49.5t76 -80t29.5 -109.5h-640zM1504 384q13 0 22.5 -9.5t9.5 -22.5v-224h-1152v224q0 13 9.5 22.5t22.5 9.5h1088zM1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-192q0 -98 -36 -180t-98.5 -141.5t-146.5 -93t-180 -33.5q-41 -62 -96.5 -110t-120.5 -80.5t-137 -49t-145 -16.5q-74 0 -145.5 16.5t-136.5 49t-120.5 80.5t-96.5 110q-96 0 -180 33.5t-146.5 93t-98.5 141.5t-36 180v192q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v128h1152v-128h256zM384 1664h-256v-192q0 -57 19 -109t53 -93.5t81 -70.5t103 -41v506zM1792 1664h-256v-506q56 12 103 41t81 70.5t53 93.5t19 109v192z" + }, + { + Name: "QuickNoteSolid", + Code: "F338", + Path: "M1920 1920v-1792h-1152v640h-640v1152h1792zM128 640h512v-512z" + }, + { + Name: "ConstructionConeSolid", + Code: "F339", + Path: "M1920 128v-128h-1792v128h270l96 384h802l-32 128h-738l64 256h610l-32 128h-546l224 896h356l448 -1792h270z" + }, + { + Name: "PageListSolid", + Code: "F33A", + Path: "M1792 2048v-1792h-1536v1792h1536zM640 896h-128v-128h128v128zM640 1280h-128v-128h128v128zM640 1664h-128v-128h128v128zM1536 896h-768v-128h768v128zM1536 1280h-768v-128h768v128zM1536 1664h-768v-128h768v128z" + }, + { + Name: "PageListMirroredSolid", + Code: "F33B", + Path: "M256 2048v-1792h1536v1792h-1536zM1408 896h128v-128h-128v128zM1408 1280h128v-128h-128v128zM1408 1664h128v-128h-128v128zM512 896h768v-128h-768v128zM512 1280h768v-128h-768v128zM512 1664h768v-128h-768v128z" + }, + { + Name: "StarburstSolid", + Code: "F33C", + Path: "M2048 1024l-384 -256l96 -480l-480 96l-256 -384l-256 384l-480 -96l96 480l-384 256l384 256l-96 480l480 -96l256 384l256 -384l480 96l-96 -480l384 -256v0z" + }, + { + Name: "ReadingModeSolid", + Code: "F33D", + Path: "M640 384q43 0 75.5 -9.5t60 -26t52.5 -40.5t54 -52h-882v1536h128v-1408h512zM640 1920q67 0 132 -16.5t124 -49.5v-1435q-54 45 -120 69t-136 24h-384v1408h384zM1920 1792v-1536h-882q28 28 53.5 52t53 40.5t60 26t75.5 9.5h512v1408h128zM1280 512q-70 0 -136 -24t-120 -69v1435q59 33 124 49.5t132 16.5h384v-1408h-384z" + }, + { + Name: "SadSolid", + Code: "F33E", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM640 1440q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1544 564q-50 55 -109 99t-125.5 74.5t-138.5 46.5t-147 16t-147 -16t-138.5 -46.5t-126 -74.5t-108.5 -99l144 -127q72 81 169.5 126t206.5 45t206.5 -45t169.5 -126zM1408 1120q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5z" + }, + { + Name: "HealthSolid", + Code: "F33F", + Path: "M1504 1920q113 0 212 -42.5t172.5 -116t116 -172.5t42.5 -212q0 -58 -12 -115t-36 -110h-463l-192 200l-320 -320l-448 448l-320 -328h-207q-24 53 -36 110t-12 115q0 113 42.5 212t116 172.5t172.5 116t212 42.5q109 0 208.5 -41t176.5 -118l95 -96l95 96q77 77 176.5 118t208.5 41zM1408 1024h510q-7 -8 -14 -16.5t-15 -16.5l-865 -864l-865 864q-8 8 -15 16.5t-14 16.5h254l192 184l448 -448l320 320z" + }, + { + Name: "ShieldSolid", + Code: "F340", + Path: "M960 2048q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146l-31 -18l-31 18q-116 67 -230.5 146t-217.5 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5z" + }, + { + Name: "GiftBoxSolid", + Code: "F341", + Path: "M1792 1280v-1280h-768v1280h256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h256v-1280h-768v1280h292q-35 59 -35 128q0 53 20 99.5t54.5 81.5t81 55t99.5 20q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h292z" + }, + { + Name: "ShoppingCartSolid", + Code: "F342", + Path: "M1600 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 31 11 64h-534q11 -33 11 -64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 55 29.5 102t79.5 71l-432 1299h-189v128h281l85 -256h1682l-298 -896h-1085l85 -256h850zM768 320q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1600 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "MailSolid", + Code: "F343", + Path: "M2048 1664v-85l-1024 -512l-1024 512v85h2048zM1024 853l1024 512v-981h-2048v981z" + }, + { + Name: "ChatSolid", + Code: "F344", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048z" + }, + { + Name: "RibbonSolid", + Code: "F345", + Path: "M512 826q107 -94 238 -144t274 -50t274 50t238 144v-826l-512 256l-512 -256v826zM1024 768q-88 0 -170 23t-153 64.5t-129 100t-99.5 129.5t-64.5 153t-23 170t23 170t64.5 153t99.5 129.5t129 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23zM1024 1800q-81 0 -152.5 -31t-124.5 -84t-84 -124.5t-31 -152.5t31 -152.5t84 -124.5t124.5 -84t152.5 -31t152.5 31t124.5 84t84 124.5t31 152.5t-31 152.5t-84 124.5t-124.5 84t-152.5 31zM1024 1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20z" + }, + { + Name: "FinancialSolid", + Code: "F346", + Path: "M0 150l384 384v-534h-384v150zM512 662l384 384v-1046h-384v662zM1792 1152h128v-1152h-384v918zM1344 726l64 64v-790h-384v1046zM2048 1792v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128h512z" + }, + { + Name: "FinancialMirroredSolid", + Code: "F347", + Path: "M2048 150l-384 384v-534h384v150zM1536 662l-384 384v-1046h384v662zM256 1152h-128v-1152h384v918zM704 726l-64 64v-790h384v1046zM0 1792v-512h128v293l576 -575l384 384l960 -961v182l-960 959l-384 -384l-485 486h293v128h-512z" + }, + { + Name: "HeadsetSolid", + Code: "F348", + Path: "M1024 2048q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204v-544q0 -40 -28 -68t-68 -28h-288v640h256q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h256v-640h-128v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20v48q0 33 23.5 56.5t56.5 23.5h352q33 0 56.5 -23.5t23.5 -56.5v-224q0 -33 -23.5 -56.5t-56.5 -23.5h-352q-33 0 -56.5 23.5t-23.5 56.5v48q-80 0 -150 30t-122 82t-82 122t-30 150v128h-32q-40 0 -68 28t-28 68v544q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5z" + }, + { + Name: "PermissionsSolid", + Code: "F349", + Path: "M2048 475v-475h-512v256h-256v256h-256v207q-74 -39 -155 -59t-165 -20q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -51 -8 -101t-23 -98zM512 1344q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ParkingSolid", + Code: "F34A", + Path: "M2019 973q29 -64 29 -133v-72q0 -38 -10.5 -73t-30 -65t-47.5 -54.5t-62 -39.5q-15 -35 -39.5 -63t-55 -47.5t-66 -30.5t-73.5 -11q-69 0 -128 34t-94 94h-708q-35 -60 -94 -94t-128 -34t-128 34t-94 94h-162q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256q0 79 30 149t82.5 122.5t122 82.5t149.5 30h37l328 328q27 27 62.5 41.5t73.5 14.5h907v-128h-29zM512 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1152 1536h-267q-26 0 -45 -19l-237 -237h549v256zM1280 1280h459l-99 219q-8 17 -24 27t-35 10h-301v-256zM1664 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "ParkingMirroredSolid", + Code: "F34B", + Path: "M29 973q-29 -64 -29 -133v-72q0 -38 10.5 -73t30 -65t47.5 -54.5t62 -39.5q15 -35 39.5 -63t55 -47.5t66 -30.5t73.5 -11q69 0 128 34t94 94h708q35 -60 94 -94t128 -34t128 34t94 94h162q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256q0 79 -30 149t-82.5 122.5t-122 82.5t-149.5 30h-37l-328 328q-27 27 -62.5 41.5t-73.5 14.5h-907v-128h29zM1536 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM896 1536h267q26 0 45 -19l237 -237h-549v256zM768 1280h-459l99 219q8 17 24 27t35 10h301v-256zM384 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z" + }, + { + Name: "DiamondSolid", + Code: "F34C", + Path: "M34 1152h498l423 -1081l-6 -17zM1377 1280h-706l256 640h194zM670 1152h708l-354 -905zM1093 71l423 1081h498l-915 -1098zM789 1920l-256 -640h-505l365 609q8 14 23 22.5t32 8.5h341zM2020 1280h-505l-256 640h341q17 0 32 -8.5t23 -22.5z" + }, + { + Name: "AsteriskSolid", + Code: "F34D", + Path: "M1280 1024l695 -401l-128 -222l-695 401v-802h-256v802l-695 -401l-128 222l695 401l-695 401l128 222l695 -401v802h256v-802l695 401l128 -222z" + }, + { + Name: "OfflineStorageSolid", + Code: "F34E", + Path: "M960 1280q-69 0 -137.5 6t-136.5 19q-34 7 -79.5 18.5t-93 29.5t-94 42t-82.5 54.5t-58.5 68t-22.5 82.5t22.5 82.5t58.5 68t82.5 54.5t94 42t93 29.5t79.5 18.5q68 13 136.5 19t137.5 6t137.5 -6t136.5 -19q34 -7 79.5 -18.5t93 -29.5t94 -42t82.5 -54.5t58.5 -68t22.5 -82.5t-22.5 -82.5t-58.5 -68t-82.5 -54.5t-94 -42t-93 -30t-79.5 -18q-68 -13 -136.5 -19t-137.5 -6zM960 1152q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 6 -80.5 18t-95 30t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3zM960 768q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 7 -80.5 18.5t-95 29.5t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3zM960 384q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 6 -80.5 18t-95 30t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3z" + }, + { + Name: "BankSolid", + Code: "F34F", + Path: "M1920 1408v-128h-1920v128l960 480zM256 1152v-512h-128v512h128zM512 1152v-512h-128v512h128zM768 1152v-512h-128v512h128zM1024 1152v-512h-128v512h128zM1280 1152v-512h-128v512h128zM1536 1152v-512h-128v512h128zM1792 640h-128v512h128v-512zM1792 512l128 -384h-1920l128 384h1664z" + }, + { + Name: "DecisionSolid", + Code: "F350", + Path: "M490 705q-25 0 -48.5 10t-41.5 28l-363 363q-37 37 -37 90q0 27 10 50t27.5 40t40.5 27t50 10q26 0 49.5 -9.5t41.5 -27.5l362 -362q18 -18 27.5 -41.5t9.5 -49.5t-10 -49.5t-27.5 -41t-40.5 -27.5t-50 -10zM1214 1429q-25 0 -48.5 10t-41.5 28l-362 362q-38 38 -38 91q0 27 10 50t27.5 40.5t40.5 27.5t50 10q53 0 90 -37l363 -363q18 -18 27.5 -41.5t9.5 -49.5t-10 -49.5t-27.5 -41t-40.5 -27.5t-50 -10zM694 1038l-362 362l316 316l362 -362zM1938 200q19 -19 19 -45t-19 -45t-45 -19t-45 19l-951 950l91 91zM0 128h1024v-128h-1024v128zM128 384h768v-128h-768v128z" + }, + { + Name: "Parachute", + Code: "F351", + Path: "M1920 1216q0 -29 -10.5 -53.5t-27.5 -45.5t-39 -38t-45 -30q-11 -7 -20.5 -9.5t-19.5 -12.5l-478 -478v-453q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v453l-478 478q-10 10 -19.5 12.5t-20.5 9.5q-23 13 -45 30t-39 38t-27.5 45.5t-10.5 53.5q0 127 38.5 238t106 203.5t159.5 165t198.5 122.5t223 76.5t234.5 26.5q117 0 234 -26.5t223.5 -76.5t198.5 -122.5t159.5 -165t106 -203.5t38.5 -238zM960 1920q-99 0 -199.5 -22t-193 -64t-172.5 -102.5t-139.5 -139t-93.5 -173t-34 -203.5q0 -8 5 -15t12.5 -14t15 -12t12.5 -8q46 -29 107.5 -51t131.5 -38t144.5 -26t147 -16.5t138 -9t118.5 -2.5q52 0 118 2.5t138.5 9t147 16.5t144.5 26t131.5 38t107.5 51q5 3 12.5 8t15 12t12.5 14t5 15q0 109 -34 203.5t-93.5 173t-139.5 139t-172.5 102.5t-193 64t-199.5 22zM896 897q-118 2 -236 13.5t-234 34.5l305 -305h165v257zM1152 512h-384v-384h384v384zM1494 945q-116 -23 -234 -34.5t-236 -13.5v-257h165z" + }, + { + Name: "ParachuteSolid", + Code: "F352", + Path: "M960 2048q95 0 188 -16t183 -48q123 -44 230 -119t187 -174t126 -219.5t46 -255.5q0 -50 -30 -88t-69 -65q-5 -3 -14.5 -8.5t-19.5 -10.5t-18.5 -10t-10.5 -7l-478 -478v-453q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v453l-478 478q-2 2 -10.5 7t-18.5 10t-19.5 10.5t-14.5 8.5q-39 27 -69 65t-30 88q0 135 46 255.5t126 219.5t187 174t230 119q90 32 183 48t188 16zM896 897q-119 2 -236.5 13.5t-234.5 34.5l306 -305h165v257zM1189 640l306 305q-117 -23 -234.5 -34.5t-236.5 -13.5v-257h165z" + }, + { + Name: "FiltersSolid", + Code: "F353", + Path: "M384 1024h1280v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v512h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v128zM1600 2048q40 0 75 -15t61 -41t41 -61t15 -75v-64h-34q-17 0 -33.5 -2t-30 -8.5t-22 -19t-8.5 -34.5v-576h-1280v640q0 53 20 99.5t55 81.5t81.5 55t99.5 20h960z" + }, + { + Name: "ColorSolid", + Code: "F354", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t13.5 103.5t41.5 95.5q6 11 11 17t12 16q25 39 37.5 71.5t12.5 80.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-48 0 -80.5 -12.5t-71.5 -37.5q-10 -7 -16 -12t-17 -11q-45 -28 -95.5 -41.5t-103.5 -13.5t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1408 1568q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM512 1120q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM896 1376q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM1280 352q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM1536 736q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5z" + }, + { + Name: "ReviewSolid", + Code: "F355", + Path: "M448 1280l-320 -320v320h-128v640h1664v-640h-1216zM384 1024h1664v-640h-128v-320l-320 320h-1216v640z" + }, + { + Name: "ReviewRequestSolid", + Code: "F356", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM768 1024h-128v-128h128v128zM776 1152q0 30 19 54t47.5 47.5t61.5 48t61.5 55.5t47.5 70t19 92q0 65 -29 117t-75.5 88.5t-105 56t-118.5 19.5q-59 0 -117.5 -16.5t-105.5 -49.5t-76 -82.5t-29 -115.5h144q0 33 18.5 56t46.5 37.5t60 20.5t59 6q29 0 61.5 -9t59.5 -26t45 -42.5t18 -59.5q0 -30 -19 -54t-47.5 -47.5t-61.5 -48t-61.5 -55.5t-47.5 -70t-19 -92h144z" + }, + { + Name: "ReviewRequestMirroredSolid", + Code: "F357", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM768 1024h-128v-128h128v128zM1032 1536q0 66 -29 115.5t-76 82.5t-105.5 49.5t-117.5 16.5q-60 0 -118.5 -19.5t-105 -56t-75.5 -88.5t-29 -117q0 -53 19 -92t47.5 -70t61.5 -55.5t61.5 -48t47.5 -47.5t19 -54h144q0 53 -19 92t-47.5 70t-61.5 55.5t-61.5 48t-47.5 47.5t-19 54q0 34 18 59.5t45 42.5t59.5 26t61.5 9q27 0 59 -6t60 -20.5t46.5 -37.5t18.5 -56h144z" + }, + { + Name: "ReviewResponseSolid", + Code: "F358", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM1146 1523l-135 135l-435 -434l-156 156l-136 -136l292 -292z" + }, + { + Name: "FeedbackRequestSolid", + Code: "F359", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1024 768h-128v-128h128v128zM1032 937q0 37 7 70t36 62q39 39 77 74.5t68.5 74.5t49 85t18.5 105q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5h144q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5q0 -41 -19 -73t-47.5 -61.5t-61.5 -59.5t-61.5 -66t-47.5 -81.5t-19 -106.5v-64h144v41z" + }, + { + Name: "FeedbackRequestMirroredSolid", + Code: "F35A", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1024 768h-128v-128h128v128zM1288 1408q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5q0 -61 19 -106.5t47.5 -81.5t61.5 -66t61.5 -59.5t47.5 -61.5t19 -73v-64h144v64q0 61 -19 106.5t-47.5 81.5t-61.5 66t-61.5 59.5t-47.5 61.5t-19 73q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5h144z" + }, + { + Name: "FeedbackResponseSolid", + Code: "F35B", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1627 1491l-136 136l-659 -659l-275 275l-136 -136l411 -411z" + }, + { + Name: "WorkItemBar", + Code: "F35C", + Path: "M1280 1920v-1792h-640v1792h640zM1152 1792h-384v-1536h384v1536z" + }, + { + Name: "WorkItemBarSolid", + Code: "F35D", + Path: "M1280 1920v-1792h-640v1792h640z" + }, + { + Name: "Separator", + Code: "F35E", + Path: "M1024 1920v-1792h-128v1792h128z" + }, + { + Name: "NavigateExternalInline", + Code: "F35F", + Path: "M1536 640h128v-640h-1408v1408h640v-128h-512v-1152h1152v512zM1664 1408v-640h-128v421l-595 -594l-90 90l594 595h-421v128h640z" + }, + { + Name: "PlanView", + Code: "F360", + Path: "M128 1792v-384h1920v-128h-1920v-1152h-128v1792h2048v-128h-1920zM256 1152h128v-128h-128v128zM512 1152h128v-128h-128v128zM768 1152h128v-128h-128v128zM1024 1152h128v-128h-128v128zM1280 1152h128v-128h-128v128zM1536 1152h128v-128h-128v128zM1792 1152h128v-128h-128v128zM256 640h128v-128h-128v128zM512 640h128v-128h-128v128zM768 640h128v-128h-128v128zM1024 640h128v-128h-128v128zM1280 640h128v-128h-128v128zM1536 640h128v-128h-128v128zM1792 640h128v-128h-128v128zM256 896h128v-128h-128v128zM512 896h128v-128h-128v128zM768 896h128v-128h-128v128zM1024 896h128v-128h-128v128zM1280 896h128v-128h-128v128zM1536 896h128v-128h-128v128zM1792 896h128v-128h-128v128zM256 384h128v-128h-128v128zM512 384h128v-128h-128v128zM768 384h128v-128h-128v128zM1024 384h128v-128h-128v128zM1280 384h128v-128h-128v128z" + }, + { + Name: "TimelineMatrixView", + Code: "F361", + Path: "M128 1792v-384h1920v-128h-384v-384h384v-128h-384v-384h384v-128h-384v-128h-128v128h-640v-128h-128v128h-640v-128h-128v1792h2048v-128h-1920zM768 384v384h-640v-384h640zM1536 768h-640v-384h640v384zM1536 1280h-640v-384h640v384zM128 1280v-384h640v384h-640z" + }, + { + Name: "EngineeringGroup", + Code: "F362", + Path: "M453 1536q110 123 258 189.5t313 66.5q32 0 64 -3t64 -8v-130q-32 6 -64 9.5t-64 3.5q-104 0 -200.5 -33t-179.5 -95h-191zM1651 896q6 32 9.5 64t3.5 64t-3.5 64t-9.5 64h130q5 -32 8 -64t3 -64t-3 -64t-8 -64h-130zM515 640q45 -60 102 -107.5t122.5 -80.5t137.5 -50.5t147 -17.5q32 0 64 3.5t64 9.5v-130q-32 -5 -64 -8t-64 -3q-103 0 -200 26.5t-183 76.5t-158 121t-123 160h155zM2048 1920v-640h-768v640h768zM1920 1792h-512v-384h512v384zM1280 768h768v-640h-768v640zM1408 256h512v384h-512v-384zM768 768h-768v640h768v-640zM640 1280h-512v-384h512v384z" + }, + { + Name: "ProjectCollection", + Code: "F363", + Path: "M1920 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1792v512h-256v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t57.5 -23.5t45.5 -31t41 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h128zM128 1920v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480zM256 768v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h480v384h-736q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h128zM1000 1344q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5zM1920 1280h-736q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h1536v1024z" + }, + { + Name: "CaretBottomRightCenter8", + Code: "F364", + Path: "M1792 1717v-1461h-1461zM1536 1099l-587 -587h587v587z" + }, + { + Name: "CaretBottomLeftCenter8", + Code: "F365", + Path: "M1717 256h-1461v1461zM512 512h587l-587 587v-587z" + }, + { + Name: "CaretTopRightCenter8", + Code: "F366", + Path: "M1792 1792v-1461l-1461 1461h1461zM1536 1536h-587l587 -587v587z" + }, + { + Name: "CaretTopLeftCenter8", + Code: "F367", + Path: "M1717 1792l-1461 -1461v1461h1461zM512 949l587 587h-587v-587z" + }, + { + Name: "DonutChart", + Code: "F368", + Path: "M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1152 1518q84 -22 154.5 -69t121.5 -112.5t79.5 -145.5t28.5 -167h256q0 140 -48 267t-133.5 228t-203 169.5t-255.5 92.5v-263zM1408 1024q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1024 256q140 0 267 48t228 133.5t169.5 203t92.5 255.5h-263q-22 -84 -69 -154.5t-112.5 -121.5t-145.5 -79.5t-167 -28.5q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5v256q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z" + }, + { + Name: "ChevronUnfold10", + Code: "F369", + Path: "M559 1233l-145 145l610 610l610 -610l-145 -145l-465 465zM1489 815l145 -145l-610 -610l-610 610l145 145l465 -465z" + }, + { + Name: "ChevronFold10", + Code: "F36A", + Path: "M1024 862l610 -610l-145 -145l-465 465l-465 -465l-145 145zM1024 1186l-610 610l145 145l465 -465l465 465l145 -145z" + }, + { + Name: "DoubleChevronDown8", + Code: "F36B", + Path: "M1024 1099l-762 762l181 181l581 -581l581 581l181 -181zM1605 1018l181 -181l-762 -762l-762 762l181 181l581 -581z" + }, + { + Name: "DoubleChevronUp8", + Code: "F36C", + Path: "M1024 949l762 -762l-181 -181l-581 581l-581 -581l-181 181zM443 1030l-181 181l762 762l762 -762l-181 -181l-581 581z" + }, + { + Name: "DoubleChevronLeft8", + Code: "F36D", + Path: "M1461 1024l581 -581l-181 -181l-762 762l762 762l181 -181zM1018 1605l-581 -581l581 -581l-181 -181l-762 762l762 762z" + }, + { + Name: "DoubleChevronRight8", + Code: "F36E", + Path: "M187 1786l762 -762l-762 -762l-181 181l581 581l-581 581zM1973 1024l-762 -762l-181 181l581 581l-581 581l181 181z" + }, + { + Name: "ChevronDownEnd6", + Code: "F36F", + Path: "M1024 783l-1017 1016l242 242l775 -776l775 776l242 -242zM2048 341v-341h-2048v341h2048z" + }, + { + Name: "ChevronUpEnd6", + Code: "F370", + Path: "M1024 1265l1017 -1016l-242 -242l-775 776l-775 -776l-242 242zM2048 2048v-341h-2048v341h2048z" + }, + { + Name: "ChevronLeftEnd6", + Code: "F371", + Path: "M1265 1024l776 -775l-242 -242l-1016 1017l1016 1017l242 -242zM0 2048h341v-2048h-341v2048z" + }, + { + Name: "ChevronRightEnd6", + Code: "F372", + Path: "M249 2041l1016 -1017l-1016 -1017l-242 242l776 775l-776 775zM2048 2048v-2048h-341v2048h341z" + }, + { + Name: "ContextMenu", + Code: "F37C", + Path: "M1792 1920v-1664h-1536v1664h1536zM1664 1792h-1280v-1408h1280v1408zM1408 1024h-768v128h768v-128zM1408 640h-768v128h768v-128zM1408 1408h-768v128h768v-128z" + }, + { + Name: "AzureAPIManagement", + Code: "F37F", + Path: "M1661 1408q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-63 0 -121.5 -17t-109 -48.5t-92.5 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h105q11 36 32 65.5t49.5 50.5t62.5 32.5t71 11.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5q-37 0 -71 11.5t-62.5 32.5t-49.5 50.5t-32 65.5h-105q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q39 61 92.5 110t116 83.5t132 53t142.5 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5zM832 1216q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-103 0 -196 38.5t-166 111.5l91 91q54 -55 124 -84t147 -29q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5q-77 0 -147 -29t-124 -84l-91 91q73 73 166 111.5t196 38.5z" + }, + { + Name: "AzureServiceEndpoint", + Code: "F380", + Path: "M1920 1024v-128h-1129q-11 -36 -32 -65.5t-49.5 -50.5t-62.5 -32.5t-71 -11.5q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q37 0 71 -11.5t62.5 -32.5t49.5 -50.5t32 -65.5h1129zM576 576q77 0 147 29t124 84l91 -91q-73 -73 -166 -111.5t-196 -38.5q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q103 0 196 -38.5t166 -111.5l-91 -91q-54 55 -124 84t-147 29q-79 0 -149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5z" + }, + { + Name: "VSTSLogo", + Code: "F381", + Path: "M2048 1675v-1254l-518 -421l-799 293v-293l-438 585l1316 -101v1125zM293 1337v-752l-293 125v589l200 261l678 195v293l731 -439z" + }, + { + Name: "VSTSAltLogo1", + Code: "F382", + Path: "M992 864v624l288 52v-710l-282 -232l-434 145v-146l-308 363zM2048 1835v-1622l-512 -213l-1536 517l1536 -228v1759zM256 960l-128 37v326l117 152l396 155v120l351 -262l-736 -144v-384z" + }, + { + Name: "VSTSAltLogo2", + Code: "F383", + Path: "M1024 853v640l256 47v-710l-282 -232l-443 145v-146l-299 378zM2048 1835v-1622l-512 -213l-1536 517l1536 -228v1759zM1909 1858l-275 -246l364 209zM1568 1546v-93l372 307zM1776 1913l-190 -199l280 162zM1568 2000v-165l167 95zM1568 1730l162 170l-162 -93v-77zM1568 1584l287 258l-287 -166v-92zM1568 1313l379 315l-379 -218v-97zM1568 458v-93l372 306zM1568 1177l399 325l-399 -229v-96zM1568 1137v-100l401 330zM1568 1001v-97l358 303zM1568 865v-92l404 324zM1568 729v-89l382 308zM1568 594v-91l413 327zM1568 322v-52l384 271zM1293 293l-143 -90l263 72zM1125 318l-116 -74l219 58zM968 341l-97 -57l195 42zM788 368l-57 -38l157 23zM607 374l84 8l-54 8zM597 396l-246 37l195 -66zM677 323l60 40l-137 -14zM812 278l91 53l-174 -26zM946 232l103 66l-181 -39zM1080 187l141 89l-225 -60zM1214 142l171 100l-259 -70zM1332 103l215 152l-74 11l-229 -134zM1487 50l411 325l-513 -290zM2016 234v72l-481 -272zM2016 438l-457 -362l457 258v104zM2016 557l-620 -438l620 351v87zM2016 702l-385 -317l385 221v96zM2016 827l-388 -307l388 222v85zM2016 971l-398 -321l398 228v93zM2016 1101l-384 -307l384 220v87zM2016 1251l-373 -315l373 214v101zM2016 1375l-355 -293l355 204v89zM2016 1511l-370 -301l370 212v89zM2016 1654l-374 -311l374 215v96zM2016 1792l-386 -319l386 223v96zM256 975l-128 22v326l123 166l390 113v148l383 -257l-768 -148v-370z" + }, + { + Name: "FileTypeSolution", + Code: "F387", + Path: "M128 384h512v-128h-640v1664h2048v-576h-128v64h-1792v-1024zM128 1792v-256h1792v256h-1792zM2048 1158v-1021l-320 -137l-503 503l-335 -259l-122 76v639l122 77l335 -259l503 503zM1088 640l-183 183v-366zM1728 914l-320 -274l320 -274v548z" + }, + { + Name: "DateTime12", + Code: "F38F", + Path: "M1707 1137q78 -37 141.5 -93.5t107.5 -127t68 -151.5t24 -168q0 -123 -47 -232t-128 -190t-190 -128t-232 -47q-87 0 -168 24t-151.5 68t-127 107.5t-93.5 141.5h-911v1536h341v171h171v-171h683v171h170v-171h342v-740zM171 1536h1365v171h-1365v-171zM859 512q-6 42 -6 85q0 124 47 233t128 190t190 128t233 47q43 0 85 -6v176h-1365v-853h688zM1451 171q88 0 165.5 33.5t135.5 91.5t91.5 135.5t33.5 165.5t-33.5 166t-91 136t-135.5 91.5t-166 33.5q-89 0 -166.5 -33.5t-135.5 -91.5t-91.5 -136t-33.5 -166q0 -89 33.5 -166.5t91.5 -135t136 -91t166 -33.5zM1536 683h171v-171h-342v341h171v-170z" + }, + { + Name: "WordLogoInverse16", + Code: "F390", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1408zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-1408v-256h1408zM747 608h212l184 832h-204l-87 -475l-109 475h-202l-104 -478l-94 478h-206l185 -832h215l102 478z" + }, + { + Name: "WordLogo16", + Code: "F391", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1408zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-1408v-256h1408zM747 608h212l184 832h-204l-87 -475l-109 475h-202l-104 -478l-94 478h-206l185 -832h215l102 478z" + }, + { + Name: "PowerPointLogoInverse16", + Code: "F393", + Path: "M658 1061h-90v196h94q51 0 79.5 -20t28.5 -75q0 -57 -29.5 -79t-82.5 -22zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-117 0 -229 26t-214.5 75t-192.5 120.5t-163 162.5h-97q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h97q73 91 163 162.5t192.5 120.5t214.5 75t229 26zM1152 1911v-247q26 0 49.5 -10.5t41 -27.5t27.5 -40t10 -50v-384h631q-21 147 -87.5 276t-166.5 229t-229 166.5t-276 87.5zM1024 1920q-177 0 -338.5 -66t-287.5 -190h626v256zM361 1440v-832h207v272h106q65 0 121.5 19.5t98.5 56.5t66 90.5t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 182t90.5 214t32 238h-640v-513q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q126 -124 287.5 -190t338.5 -66z" + }, + { + Name: "PowerPointLogo16", + Code: "F394", + Path: "M658 1061h-90v196h94q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-117 0 -229 26t-214.5 75t-192.5 120.5t-163 162.5h-97q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h97q73 91 163 162.5t192.5 120.5t214.5 75t229 26zM1152 1911v-247q26 0 49.5 -10.5t41 -27.5t27.5 -40.5t10 -49.5v-384h631q-21 147 -87.5 276t-166.5 229t-229 166.5t-276 87.5zM1024 1920q-177 0 -338.5 -66t-287.5 -190h626v256zM361 1440v-832h207v272h106q66 0 122.5 19.5t98 56.5t65.5 90.5t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 182t90.5 214t32 238h-640v-513q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q126 -124 287.5 -190t338.5 -66z" + }, + { + Name: "ExcelLogoInverse16", + Code: "F396", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM496 608l146 267l143 -267h255l-259 419l253 413h-244l-140 -255l-129 255h-259l246 -414l-270 -418h258zM1152 128v256h-640v-256h640zM1152 1664v256h-640v-256h640zM1920 128v384h-640v-384h640zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-640v-256h640z" + }, + { + Name: "ExcelLogo16", + Code: "F397", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM496 608l146 267l143 -267h255l-259 419l253 413h-244l-140 -255l-129 255h-259l246 -414l-270 -418h258zM1152 128v256h-640v-256h640zM1152 1664v256h-640v-256h640zM1920 128v384h-640v-384h640zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-640v-256h640z" + }, + { + Name: "OneNoteLogoInverse16", + Code: "F399", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM452 1108l392 -500h205v832h-207v-488l-382 488h-216v-832h208v500zM1920 128v384h-384v-384h384zM1920 640v384h-384v-384h384zM1920 1152v384h-384v-384h384zM1920 1664v256h-1408v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h896v1536h512z" + }, + { + Name: "OneNoteLogo16", + Code: "F39A", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM452 1108l392 -500h205v832h-207v-488l-382 488h-216v-832h208v500zM1920 128v384h-384v-384h384zM1920 640v384h-384v-384h384zM1920 1152v384h-384v-384h384zM1920 1664v256h-1408v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h896v1536h512z" + }, + { + Name: "OutlookLogoInverse16", + Code: "F39C", + Path: "M2048 1043v-929q0 -24 -9 -44.5t-24.5 -36t-36 -24.5t-44.5 -9h-1564q-24 0 -44.5 9t-36 24.5t-24.5 36t-9 44.5v270h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128v-648l102 -58q11 -7 18.5 -18t7.5 -25zM1152 1792v-128q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h512v513zM1792 1152h-512v-423l512 295v128zM512 1792v-128h512v128h-512zM638 608q95 0 172 31t131 86.5t83.5 133.5t29.5 173q0 91 -28.5 166t-81.5 129t-127.5 84t-165.5 30q-97 0 -175 -30t-133 -85.5t-85 -134t-30 -175.5q0 -92 30 -167t84 -128.5t129.5 -83t166.5 -29.5zM384 128h1429l-558 312q-18 -25 -44.5 -40.5t-58.5 -15.5h-768v-256zM1920 215v731l-1 1v-2l-639 -364v-9zM454 1024q0 45 11.5 86t35 72.5t59.5 50t85 18.5q51 0 86 -19t57 -51t31.5 -73.5t9.5 -86.5q0 -46 -10.5 -86.5t-33.5 -70.5t-59 -47.5t-86 -17.5q-49 0 -84 18.5t-57.5 50t-33.5 72t-11 84.5z" + }, + { + Name: "OutlookLogo16", + Code: "F39D", + Path: "M2048 1043v-929q0 -24 -9 -44.5t-24.5 -36t-36 -24.5t-44.5 -9h-1564q-24 0 -44.5 9t-36 24.5t-24.5 36t-9 44.5v270h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-776l102 -58q11 -7 18.5 -18t7.5 -25zM1152 1792v-128q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h512v513zM1792 1152h-512v-423l512 295v128zM512 1792v-128h512v128h-512zM638 608q95 0 172 31t131 87t83.5 134t29.5 172q0 91 -28.5 166t-81.5 129t-127.5 84t-165.5 30q-97 0 -175 -30.5t-133 -86t-85 -134t-30 -174.5q0 -92 30 -167t84 -128.5t129.5 -83t166.5 -29.5zM384 128h1429l-558 312q-18 -25 -45 -40.5t-58 -15.5h-768v-256zM1920 215v731l-1 1v-2l-639 -364v-9zM454 1024q0 45 11.5 86t35 72.5t59.5 50t85 18.5q51 0 86 -19t57 -51t31.5 -73.5t9.5 -86.5q0 -46 -10.5 -86.5t-33.5 -70.5t-59 -47.5t-86 -17.5q-49 0 -84 18.5t-57.5 50t-33.5 72t-11 84.5z" + }, + { + Name: "PublisherLogoInverse16", + Code: "F39F", + Path: "M2048 1664v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM361 608h206v271h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832zM1664 128v384h-384q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1152zM1664 640v384h-384v-384h384zM1664 1152v768h-1152v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-384h384zM1920 384v1280h-128v-1280h128zM658 1061h-91v196h95q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22z" + }, + { + Name: "PublisherLogo16", + Code: "F3A0", + Path: "M2048 1664v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM361 608h206v271h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832zM1664 128v384h-384q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1152zM1664 640v384h-384v-384h384zM1664 1152v768h-1152v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-384h384zM1920 384v1280h-128v-1280h128zM658 1061h-91v196h95q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22z" + }, + { + Name: "VisioLogoInverse16", + Code: "F3A2", + Path: "M2048 1408v-768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-87 0 -167 28.5t-145.5 79.5t-112.5 121.5t-69 154.5h-530q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h587l347 347q37 37 90 37t90 -37l385 -385q37 -37 37 -90h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1152 1920l-256 -256h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256l256 256zM745 608l315 832h-227l-192 -559l-189 559h-232l311 -832h214zM1152 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 61 -18.5 117.5t-52 103.5t-81 83t-104.5 56v-360q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-360q20 -57 56 -104.5t83 -81t103.5 -52t117.5 -18.5zM1920 640v768h-331l-309 -309v-93q67 -18 126 -52t106.5 -81.5t81.5 -106.5t52 -126h274z" + }, + { + Name: "VisioLogo16", + Code: "F3A3", + Path: "M2048 1408v-768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-87 0 -167 28.5t-145.5 79.5t-112.5 121.5t-69 154.5h-530q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h587l347 347q37 37 90 37t90 -37l385 -385q37 -37 37 -90h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1152 1920l-256 -256h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256l256 256zM745 608l315 832h-227l-192 -559l-189 559h-232l311 -832h214zM1152 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 61 -18.5 117.5t-52 103.5t-81 83t-104.5 56v-360q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-360q20 -57 56 -104.5t83 -81t103.5 -52t117.5 -18.5zM1920 640v768h-331l-309 -309v-93q67 -18 126 -52t106.5 -81.5t81.5 -106.5t52 -126h274z" + }, + { + Name: "TestBeaker", + Code: "F3A5", + Path: "M1859 290q14 -23 21 -47t7 -51q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1341q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q10 14 10 34v604h-128v128h768v-128h-128v-604q0 -19 10 -35zM896 1316q0 -53 -27 -99l-331 -577h972l-331 577q-27 46 -27 99v604h-256v-604zM1695 128q26 0 44.5 19t18.5 45q0 10 -2.5 17.5t-7.5 15.5l-164 287h-1120l-165 -287q-9 -15 -9 -33q0 -26 18.5 -45t45.5 -19h1341z" + }, + { + Name: "TestBeakerSolid", + Code: "F3A6", + Path: "M1859 290q14 -23 21 -47t7 -51q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1341q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q10 14 10 34v604h-128v128h768v-128h-128v-604q0 -19 10 -35zM896 1316q0 -53 -27 -99l-331 -577h972l-331 577q-27 46 -27 99v604h-256v-604z" + }, + { + Name: "TestExploreSolid", + Code: "F3A7", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1536 100q81 12 151 47.5t124 89.5t89.5 124t47.5 151h-156v128h156q-12 81 -47.5 151t-89.5 124t-124 89.5t-151 47.5v-156h-128v156q-81 -12 -151 -47.5t-124 -89.5t-89.5 -124t-47.5 -151h156v-128h-156q12 -81 47.5 -151t89.5 -124t124 -89.5t151 -47.5v156h128v-156zM1344 576q0 38 20.5 70t54.5 47l309 139l-139 -309q-15 -34 -47 -54.5t-70 -20.5q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50zM768 560q0 -82 18 -160.5t52 -150t84 -135t113 -114.5h-681q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-604q0 -17 8 -31.5t17 -28.5q-32 -9 -62.5 -20t-59.5 -25q-15 20 -23 50t-8 55v604h-256v-604q0 -52 -28 -100l-330 -576h235q-2 -20 -3.5 -40t-1.5 -40z" + }, + { + Name: "TestAutoSolid", + Code: "F3A8", + Path: "M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1024 448q0 -65 14.5 -128t42 -120t67 -108t90.5 -92h-884q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-604q0 -19 9 -34l160 -278q-63 -18 -120 -48l-150 261q-13 23 -20 48t-7 51v604h-256v-604q0 -52 -28 -100l-330 -576h519q-33 -93 -33 -192z" + }, + { + Name: "TestUserSolid", + Code: "F3A9", + Path: "M1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1308 368q-75 -72 -115.5 -168t-40.5 -200h-798q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 16 10 35v604h-128v128h768v-128h-128v-604q0 -19 9 -34l237 -412q-30 -12 -57.5 -28t-52.5 -37l-237 412q-13 23 -20 48t-7 51v604h-256v-604q0 -52 -28 -100l-330 -576h764q-22 -64 -22 -128q0 -76 28 -144z" + }, + { + Name: "TestImpactSolid", + Code: "F3AA", + Path: "M798 198q0 -39 16 -75t43 -63.5t63 -43.5t75 -16h-641q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-385h-11q-33 0 -60.5 -6.5t-56.5 -26.5v418h-256v-604q0 -52 -28 -100l-330 -576h486l-199 -348q-13 -23 -20 -45.5t-7 -48.5zM1859 289q14 -23 21 -46.5t7 -50.5q0 -40 -15 -75t-41.5 -61t-61.5 -41t-74 -15h-700q49 0 94.5 25t70.5 68l290 501q6 -34 25 -62t46 -48.5t59.5 -31.5t65.5 -11q58 0 108 32zM1853 1068q28 0 47.5 -21.5t19.5 -48.5q0 -14 -8 -28l-212 -370q-18 -31 -54 -31q-29 0 -51 19.5t-22 48.5q0 18 7.5 30t17.5 26l-179 103l-370 -639q-8 -14 -23.5 -21.5t-31.5 -7.5q-14 0 -26 6t-21.5 16t-15 23t-5.5 26q0 14 8 27l366 638l-175 102q-8 -12 -14 -22t-12.5 -17.5t-16.5 -12t-25 -4.5q-29 0 -52 18.5t-23 48.5q0 7 1.5 16t5.5 15l217 370q8 14 23 22t32 8q28 0 50 -21t22 -49q0 -17 -8 -28.5t-17 -24.5l473 -272q15 22 28.5 38.5t43.5 16.5z" + }, + { + Name: "TestPlan", + Code: "F3AB", + Path: "M1152 1408h-640v128h640v-128zM256 384h681l-64 -128h-745v1664h1408v-640h-128v512h-1152v-1408zM512 768h617l-64 -128h-553v128zM1024 1152v-128h-512v128h512zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestStep", + Code: "F3AC", + Path: "M1001 512l-64 -128h-809v640h512v384h512v384h768v-512h-128v384h-512v-384h-512v-384h-512v-384h745zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestParameter", + Code: "F3AD", + Path: "M125 1332q0 -106 33.5 -191t94 -144.5t146.5 -91.5t191 -32q74 0 147 12.5t140 44.5v-108q-72 -30 -150 -40.5t-155 -10.5q-126 0 -231 39t-181 111t-118 175t-42 231q0 129 44 238t122.5 187.5t187 123t237.5 44.5q115 0 217 -34.5t178.5 -99.5t121 -160t44.5 -216q0 -33 -4 -65.5t-12 -64.5h-112v-186q-74 -63 -169 -63q-76 0 -119 35.5t-46 114.5q-24 -72 -72 -111t-125 -39q-55 0 -94.5 22t-65 58.5t-37.5 83t-12 95.5q0 65 17 130t52 117.5t89 85.5t128 33q21 0 43 -6t41 -18t33.5 -29t21.5 -39l11 81h116l-23 -259q-2 -29 -6 -58.5t-4 -58.5q0 -18 2 -42t9 -45.5t21.5 -36.5t39.5 -15q46 0 75.5 30.5t46.5 74t23.5 91t6.5 82.5q0 99 -33 176t-92 129t-139.5 79t-176.5 27q-104 0 -189 -38.5t-145.5 -104.5t-93.5 -154.5t-33 -189.5zM528 1130q34 0 59.5 14.5t44 38t30.5 53.5t19 62t10 63.5t3 57.5q0 29 -5.5 54t-18.5 43.5t-34.5 29t-53.5 10.5q-49 0 -81.5 -26.5t-52.5 -66t-28.5 -85.5t-8.5 -85q0 -28 6 -57t19.5 -52.5t36 -38.5t55.5 -15zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestSuite", + Code: "F3AE", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1363l-128 256v1107h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h809l-64 -128h-873v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestCase", + Code: "F3AF", + Path: "M1001 512h-1001v1536h1536v-768h-128v640h-1280v-1280h937zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498zM576 1050l627 627l90 -90l-717 -717l-333 333l90 90z" + }, + { + Name: "Sprint", + Code: "F3B0", + Path: "M2042 320l-301 -301l-90 90l147 147h-383q83 56 152 128h231l-147 147l90 90zM1664 1024q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-896v128h896q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23q-7 0 -14 -0.5t-15 -1.5h-6l144 -145l-90 -90l-301 301l301 301l90 -90l-148 -148q10 1 19.5 1h19.5q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204zM325 512q-95 106 -146 237.5t-51 274.5q0 94 22.5 184.5t65.5 172t104.5 151t139.5 123.5l93 -93q-69 -44 -124 -103t-93.5 -128.5t-59 -147t-20.5 -159.5q0 -76 18 -148.5t51.5 -138t81.5 -123t109 -102.5h-191z" + }, + { + Name: "SignOut", + Code: "F3B1", + Path: "M256 256h896v-128h-1024v1920h1024v-128h-896v-1664zM1935 1088l-487 -488l-80 80l345 344h-1073v128h1073l-345 344l80 80z" + }, + { + Name: "TriggerApproval", + Code: "F3B2", + Path: "M1883 1280l-1280 -1280h-290l384 768h-449l640 1280h719l-384 -768h660zM1573 1152h-557l384 768h-433l-512 -1024h449l-384 -768h29zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "Rocket", + Code: "F3B3", + Path: "M2048 2048v-64q0 -182 -32.5 -340t-98.5 -299t-166 -268.5t-234 -248.5l-191 -572h-302v227q-138 -81 -279 -156l-418 418q75 141 156 279h-227v302l572 190q121 135 248.5 235t268.5 166t299 98.5t340 32.5h64zM558 1152q29 46 58.5 91t61.5 89l-294 -98v-82h174zM769 486q51 29 102 57.5t102 57.5l-372 372q-29 -51 -57.5 -102t-57.5 -103zM1332 678q-44 -32 -89 -61.5t-91 -58.5v-174h82zM1515 1005q99 99 172.5 201.5t123.5 214t76.5 235t31.5 263.5q-140 -5 -263.5 -31.5t-235 -76.5t-214.5 -123.5t-203 -171.5q-99 -97 -181 -204.5t-154 -225.5l418 -418q118 72 225 154.5t204 182.5zM1280 1024q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1280 1408q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM256 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-256v256q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM256 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128z" + }, + { + Name: "AzureKeyVault", + Code: "F3B4", + Path: "M896 1227q-70 17 -129 55.5t-101.5 92t-66 119.5t-23.5 138q0 86 33 161.5t89.5 132t132 89.5t161.5 33t161.5 -33t132 -89.5t89.5 -132t33 -161.5q0 -72 -23.5 -138t-66 -119.5t-101.5 -92t-129 -55.5v-843h-192v256h-256v192h256v395zM992 1856q-46 0 -87 -17.5t-71.5 -48t-48 -71.5t-17.5 -87t17.5 -87t48 -71.5t71.5 -48t87 -17.5t87 17.5t71.5 48t48 71.5t17.5 87t-17.5 87t-48 71.5t-71.5 48t-87 17.5zM1528 1541q77 -62 138 -138.5t103 -163t64.5 -181.5t22.5 -194q0 -119 -31 -229.5t-87.5 -206.5t-135 -174.5t-174.5 -135t-206.5 -87.5t-229.5 -31t-229.5 31t-206.5 87t-175 135t-135 175t-87 206.5t-31 229.5q0 99 22.5 194t64.5 181.5t103 163t138 138.5q18 -104 72 -192q-100 -96 -154 -221.5t-54 -263.5q0 -93 24 -178.5t68 -160.5t105 -136t136 -105t160.5 -68t178.5 -24t178.5 24t160.5 68t136 105t105 136t68 160.5t24 178.5q0 138 -54 263.5t-154 221.5q54 88 72 192z" + }, + { + Name: "Onboarding", + Code: "F3BA", + Path: "M2048 1536v-1536h-2048v1536h517q-2 16 -3.5 32t-1.5 32q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -16 -1.5 -32t-3.5 -32h645zM960 1920q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5zM1920 1408h-555q-25 -52 -62 -97t-85 -77q103 -40 186 -106.5t140.5 -152t88.5 -187.5t31 -212v-64h-128v64q0 123 -44 228.5t-121 182.5t-182.5 121t-228.5 44q-111 0 -210.5 -38.5t-176 -106.5t-125.5 -162t-61 -205h648l-230 230l91 90l384 -384l-384 -384l-91 90l230 230h-779v64q0 110 31.5 211.5t89.5 187t141 152t185 106.5q-98 69 -148 175h-427v-1280h1792v1280z" + }, + { + Name: "Transition", + Code: "F3BC", + Path: "M768 576q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64zM256 1216q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1808 973q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5zM1408 1216q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1152 1920q-81 0 -159.5 -17t-151 -49t-138 -78.5t-119.5 -106.5l-95 86q64 70 140 124.5t160.5 92t176 57t186.5 19.5q137 0 268.5 -40.5t243.5 -120.5v161h128v-384h-384v128h169q-95 63 -203.5 95.5t-221.5 32.5zM896 128q81 0 159 17t151 49t138.5 78.5t119.5 106.5l95 -86q-64 -70 -140 -124.5t-161 -92t-176.5 -57t-185.5 -19.5q-137 0 -268.5 40.5t-243.5 120.5v-161h-128v384h384v-128h-169q95 -63 203.5 -95.5t221.5 -32.5z" + }, + { + Name: "LikeSolid", + Code: "F3BF", + Path: "M1856 1408q39 0 74 -15t61.5 -41t41.5 -61t15 -75q0 -32 -10 -61l-256 -768q-10 -29 -28 -53.5t-42 -41.5t-52.5 -26.5t-59.5 -9.5h-512q-179 0 -345 69q-72 29 -144.5 44t-150.5 15h-448v896h417q65 0 122.5 24t103.5 70l622 621q25 25 50 39t61 14q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62q0 -81 -18 -154.5t-53 -145.5q-20 -43 -34 -87.5t-19 -92.5h444z" + }, + { + Name: "DislikeSolid", + Code: "F3C0", + Path: "M960 1792q178 0 345 -69q72 -29 144.5 -44t150.5 -15h448v-896h-417q-65 0 -122.5 -24t-103.5 -70l-622 -621q-25 -25 -50 -39t-61 -14q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62q0 81 18 154.5t53 145.5q20 43 34 87.5t19 92.5h-444q-39 0 -74 15t-61.5 41t-41.5 61t-15 75q0 32 10 61l256 768q20 59 70 95t112 36h512v0z" + }, + { + Name: "D365CustomerInsights", + Code: "F3C8", + Path: "M1852 1281q89 -108 140.5 -239t51.5 -272q0 -105 -27.5 -203t-77.5 -183t-120 -155t-155 -120t-183 -77.5t-203 -27.5q-65 0 -129.5 9t-126.5 29q-62 -20 -126 -29t-129 -9q-105 0 -203 27.5t-183 77.5t-155.5 120t-120.5 155t-77.5 183t-27.5 203q0 94 23 184t65.5 170.5t104 149.5t139.5 123q19 141 86.5 260t168.5 206t229.5 136t269.5 49q107 0 205.5 -27t183.5 -76.5t154.5 -119.5t119 -155t76.5 -183.5t27 -205.5zM447 1281q0 -84 24 -165.5t66 -153.5q39 139 113.5 245t192.5 190q42 29 86.5 57t92.5 45q59 21 126.5 29.5t129.5 8.5q121 0 228 -35.5t206 -104.5q-20 112 -77.5 207.5t-142 165.5t-189 110t-217.5 40q-105 0 -202 -32.5t-177 -91.5t-140.5 -141t-93.5 -182q-16 -48 -21 -95t-5 -97zM1405 770q0 95 -27 184.5t-77.5 166t-121 137.5t-157.5 100q-83 -34 -150 -89t-116 -125t-78.5 -152t-38.5 -170q44 -44 96 -77.5t109.5 -56t118.5 -34t123 -11.5q86 0 165 25.5t154 63.5v38zM843 145q18 0 42 1.5t48.5 5t48 8t40.5 10.5q18 7 36.5 17.5t35.5 21.5q96 59 168 147t105 197q-69 -20 -139 -35.5t-142 -15.5q-120 0 -229 36t-206 105q-39 28 -74.5 58.5t-65.5 68.5q-80 101 -131 215.5t-61 244.5q-45 -45 -80.5 -98.5t-60 -112.5t-37.5 -122t-13 -127q0 -134 49.5 -250.5t136 -202.5t203 -135.5t250.5 -49.5q21 0 38.5 2t37.5 11zM1278 132q134 0 250.5 49.5t202.5 135.5t135.5 202.5t49.5 250.5q0 86 -24 165.5t-65 154.5q-42 76 -100 135.5t-129 100.5t-152 62t-168 21q-21 0 -39 -1.5t-38 -10.5q164 -109 248 -270t84 -357q0 -28 -5 -57t-8 -57q-8 -75 -35.5 -148.5t-70 -140t-97.5 -123.5t-116 -99q20 -10 38 -11.5t39 -1.5z" + }, + { + Name: "EditCreate", + Code: "F3C9", + Path: "M226 1347q-48 48 -73 109.5t-25 127.5q0 71 26 131.5t71.5 105t106.5 70t131 25.5q66 0 128.5 -23.5t109.5 -70.5l353 -353l-91 -91l-195 195l-293 -293l195 -195l-91 -91zM464 1790q-43 0 -81 -15.5t-66 -43.5t-44.5 -65.5t-16.5 -81.5q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47l293 293q-26 25 -47.5 48t-45.5 40.5t-52.5 27.5t-67.5 10zM2048 0l-633 158l-293 293l91 91l217 -218q16 52 44.5 98.5t66.5 84.5t84 66t99 45l-218 217l91 91l293 -293zM1872 176l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87zM1728 1856q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -51 -19.5 -98t-55.5 -83l-1146 -1146q-9 -59 -37 -108.5t-70 -86.5t-95.5 -57.5t-112.5 -20.5h-448v128q11 0 23.5 3.5t21.5 8.5q25 13 41 33t25.5 44t13 50.5t3.5 52.5q0 59 20.5 112.5t57.5 95.5t86.5 70t108.5 37l1146 1146q36 36 83 55.5t98 19.5zM448 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -104 -64 -192h256zM966 657q-32 63 -75 106t-106 75l-221 -221q62 -24 109.5 -71.5t71.5 -109.5zM1818 1510q37 37 37 90q0 26 -10 49t-27.5 40.5t-40.5 27.5t-49 10q-53 0 -90 -37l-759 -758q61 -36 103 -78t78 -103z" + }, + { + Name: "PlayReverseResume", + Code: "F3E4", + Path: "M1664 1792v-1536h-128v1536h128zM192 1024l1088 768v-1536zM1152 1545l-738 -521l738 -521v1042z" + }, + { + Name: "PlayReverse", + Code: "F3E5", + Path: "M1536 1920v-1792l-1280 896zM1408 1674l-929 -650l929 -650v1300z" + }, + { + Name: "SearchData", + Code: "F3F1", + Path: "M1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM384 448q0 -15 8.5 -27.5t18.5 -22.5q29 -29 73.5 -51t94.5 -37.5t100 -26t89 -15.5v-128h-8q-6 0 -8 1q-39 5 -90.5 15.5t-106.5 27t-108 40t-95 56t-68 74t-26 94.5v1152q0 48 22 86.5t58.5 69.5t83 54.5t95.5 41t95.5 28.5t83.5 18q66 11 132 16.5t132 5.5q67 0 133 -5.5t132 -17.5q36 -6 83 -17.5t95.5 -28.5t95.5 -40.5t83.5 -54.5t59 -69.5t22.5 -86.5v-320h-128v131q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5t-144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6z" + }, + { + Name: "UnSetColor", + Code: "F3F9", + Path: "M2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM1792 512h-1536v1024h1536v-1024zM1664 1408h-1124l1124 -715v715zM384 640h1124l-1124 715v-715z" + }, + { + Name: "AutoDeploySettings", + Code: "F3FA", + Path: "M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM896 768v-128h130q-11 -31 -17.5 -63.5t-10.5 -64.5h-486v128h256v128h-768v1024h1664v-768h-128v640h-1408v-768h1064q-62 -57 -107 -128h-189z" + }, + { + Name: "ContactLock", + Code: "F400", + Path: "M1357 997q-20 -26 -34 -55.5t-24 -61.5q-86 70 -189 107t-214 37q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q104 -40 190 -105zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "HideVisualFilter", + Code: "F403", + Path: "M128 1536h384v-1152h-384v1152zM256 512h128v896h-128v-896zM1280 963q-71 -45 -128 -107v936h384v-742q-32 -4 -64.5 -10.5t-63.5 -17.5v642h-128v-701zM640 1280h384v-896h-384v896zM768 512h128v640h-128v-640zM1600 896q93 0 174 -35.5t142 -96t96 -142t35 -174.5t-35 -174.5t-96 -142t-142 -96t-174 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1600 128q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "DeclineCall", + Code: "F405", + Path: "M1024 1536q75 0 159.5 -8t170.5 -25.5t171.5 -44t163.5 -64t145.5 -86t118.5 -108.5q43 -51 69 -111.5t26 -128.5v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v128q0 26 -19 45t-45 19h-640q-26 0 -45 -19t-19 -45v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v128q0 68 26 128.5t69 111.5q51 60 118.5 108.5t145.5 86t163.5 64t171.5 44t170 25.5t160 8zM1920 960q0 52 -25 98.5t-63.5 85t-84.5 69t-87 52.5q-70 37 -148.5 64t-160.5 44.5t-165 26t-162 8.5t-162 -8.5t-165 -26t-160.5 -44.5t-148.5 -64q-41 -22 -87 -52.5t-84.5 -69t-63.5 -85t-25 -98.5v-128q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v128q0 40 15 75t41 61t61 41t75 15h640q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v128z" + }, + { + Name: "RectangularClipping", + Code: "F407", + Path: "M2048 1792v-1152h-128v1024h-1792v-1280h1024v-128h-1152v1536h2048zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "TeamsLogo16", + Code: "F40A", + Path: "M2048 1175q0 -131 -0.5 -260.5t-0.5 -260.5q0 -72 -27.5 -136t-74.5 -111t-111 -74.5t-136 -27.5q-50 0 -95 13q-37 -73 -91.5 -132t-121 -100t-143.5 -63.5t-159 -22.5q-92 0 -176.5 27.5t-156 78t-126 121.5t-84.5 157h-417q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h640q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -61 -18.5 -117.5t-52 -104t-81 -84t-104.5 -56.5v-22h663q22 0 41 -8.5t33 -22.5t22.5 -33t8.5 -41zM1152 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-94q60 35 94 94t34 128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM608 608h192v640h256v192h-704v-192h256v-640zM1536 576v576h-256v-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-469q28 -59 70.5 -106t95.5 -80.5t113.5 -51.5t125.5 -18q93 0 174.5 35.5t142 96t96 142t35.5 174.5zM1920 654v498h-256v-576q0 -68 -17 -138q28 -5 51 -5q46 0 86.5 17.5t70.5 47.5t47.5 70t17.5 86zM1792 1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1792 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "Spacer", + Code: "F40D", + Path: "M659 787l90 90l147 -146v293h128v-293l147 146l90 -90l-301 -301zM896 1152v293l-147 -146l-90 90l301 301l301 -301l-90 -90l-147 146v-293h-128zM1920 1920v-128h-1920v128h1920zM0 384h1920v-128h-1920v128z" + }, + { + Name: "SkypeLogo16", + Code: "F40E", + Path: "M1853 906q33 -59 50.5 -123.5t17.5 -132.5q0 -108 -41 -203.5t-112.5 -166t-167 -111.5t-203.5 -41q-70 0 -137.5 18.5t-127.5 53.5q-25 -2 -49.5 -4t-49.5 -2q-114 0 -219.5 29.5t-198 83t-168 129t-130 167.5t-84 197.5t-29.5 219.5q0 30 2.5 60.5t7.5 60.5q-34 59 -51.5 124.5t-17.5 133.5q0 108 41 203t112.5 165.5t166.5 111.5t203 41q73 0 143 -20t133 -59q23 2 44.5 3.5t44.5 1.5q114 0 219.5 -29.5t198 -83t168 -129t130 -167.5t84 -197.5t29.5 -219.5q0 -29 -2.5 -57t-6.5 -57zM1386 810q0 61 -20 107t-53.5 81t-75.5 61t-86.5 46t-86.5 36.5t-75.5 33t-53.5 34.5t-20 42t12.5 39t31 23t40.5 11t41 3q33 0 62 -8t54.5 -18t48.5 -18t44 -8q47 0 74.5 32t27.5 77q0 34 -16 59t-41.5 42t-58.5 27.5t-67 16t-66.5 7.5t-57.5 2q-66 0 -135 -16.5t-124.5 -52t-91 -90.5t-35.5 -133q0 -81 35 -136.5t87 -93.5t113.5 -64t113.5 -48.5t87 -46.5t35 -58q0 -25 -10.5 -40.5t-27.5 -23.5t-37.5 -11t-40.5 -3q-42 0 -73.5 10.5t-58.5 23.5t-53 23.5t-57 10.5q-48 0 -79.5 -29t-31.5 -78q0 -37 18.5 -64.5t48 -46.5t67 -31t76 -18.5t75 -9t63.5 -2.5q73 0 141 15.5t120.5 51t84.5 93t32 140.5z" + }, + { + Name: "SkypeForBusinessLogo16", + Code: "F40F", + Path: "M836 1253q0 -35 25.5 -56.5t68 -35t96 -23.5t110 -23t110 -32.5t96 -52.5t68 -83t25.5 -123q0 -86 -36 -145.5t-94 -96.5t-131 -53.5t-147 -16.5q-50 0 -104.5 7.5t-105.5 25t-95.5 46.5t-74.5 73q-15 22 -24.5 47t-9.5 51q0 42 28.5 66.5t68.5 24.5q30 0 49.5 -13.5t36 -33.5t33.5 -43.5t42 -43.5t62 -33.5t94 -13.5q29 0 61.5 8t59.5 25t45 42t18 60q0 22 -8 39t-22 29t-32 20t-37 13q-63 17 -126.5 32t-126.5 32q-55 14 -99 35.5t-75 53.5t-48 76t-17 103q0 82 34.5 138.5t89.5 91.5t124.5 50.5t140.5 15.5q30 0 70.5 -6t83 -18t83.5 -30.5t73.5 -43.5t52.5 -57t20 -71q0 -21 -8.5 -37.5t-22.5 -27t-32.5 -16t-37.5 -5.5q-25 0 -42.5 10.5t-33.5 27t-33 35t-41 35t-59 27t-87 10.5q-28 0 -56 -6t-51 -19.5t-37.5 -35.5t-14.5 -55zM1915 941q64 -78 98.5 -171.5t34.5 -193.5q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-100 0 -193.5 34.5t-171.5 98.5q-21 -3 -41.5 -4t-41.5 -1q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 21 1 41.5t4 41.5q-64 78 -98.5 171.5t-34.5 193.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 193.5 -34.5t171.5 -98.5q21 3 41.5 4t41.5 1q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5q0 -21 -1 -41.5t-4 -41.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 97 -36.5 175.5t-101.5 147.5q3 32 6.5 62.5t3.5 62.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5q-32 0 -62.5 -3.5t-62.5 -6.5q-69 65 -147.5 101.5t-175.5 36.5q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -97 36.5 -175.5t101.5 -147.5q-3 -32 -6.5 -62.5t-3.5 -62.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q32 0 62.5 3.5t62.5 6.5q69 -65 147.5 -101.5t175.5 -36.5z" + }, + { + Name: "SkypeForBusinessLogoFill16", + Code: "F410", + Path: "M1849 921q64 -77 99.5 -160t35.5 -185q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-102 0 -185 35.5t-160 99.5q-26 -4 -51.5 -5.5t-51.5 -1.5q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221q0 26 1.5 51.5t5.5 51.5q-64 77 -99.5 160t-35.5 185q0 106 40.5 199t110 162.5t162.5 110t199 40.5q102 0 185 -35.5t160 -99.5q26 4 51.5 5.5t51.5 1.5q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221q0 -26 -1.5 -51.5t-5.5 -51.5z" + }, + { + Name: "FilterSolid", + Code: "F412", + Path: "M2048 1920v-219l-768 -768v-805h-512v805l-768 768v219h2048z" + }, + { + Name: "MailUndelivered", + Code: "F415", + Path: "M2048 1664v-896h-128v632l-896 -447l-896 447v-888h1152v-128h-1280v1280h2048zM1024 1095l881 441h-1762zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "MailTentative", + Code: "F416", + Path: "M2048 1664v-640h-128v376l-896 -447l-896 447v-888h1408v-128h-1536v1280h2048zM1024 1095l881 441h-1762zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "MailTentativeMirrored", + Code: "F417", + Path: "M0 1664v-640h128v376l896 -447l896 447v-888h-1408v-128h1536v1280h-2048zM1024 1095l-881 441h1762zM384 128h-128v-128h128v128zM320 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -46 14 -81t35.5 -63t46.5 -50.5t46.5 -44.5t35.5 -45t14 -52v-48h128v48q0 47 -14 81.5t-35.5 62.5t-46.5 50.5t-46.5 44.5t-35.5 45t-14 52q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20z" + }, + { + Name: "MailReminder", + Code: "F418", + Path: "M2048 1664v-640h-128v376l-896 -447l-896 447v-888h896v-128h-1024v1280h2048zM1024 1095l881 441h-1762zM1600 896q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192h128v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1664 256h-128v-64q0 -26 19 -45t45 -19t45 19t19 45v64zM1792 384v192q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-192h384z" + }, + { + Name: "ReceiptUndelivered", + Code: "F419", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM1021 1314l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "ReceiptTentative", + Code: "F41A", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM640 768h128v-128h-128v128zM704 1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "ReceiptTentativeMirrored", + Code: "F41B", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM640 768h128v-128h-128v128zM704 1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v34q0 25 -5 47t-25 42q-30 30 -59 57.5t-52 57.5t-37 65t-14 81q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "Inbox", + Code: "F41C", + Path: "M1920 772q1 -3 1.5 -48t0.5 -113q0 -67 -0.5 -146t-0.5 -149.5t-0.5 -122.5t-0.5 -65h-1920q0 13 -0.5 65t-0.5 122.5t-0.5 149.5t-0.5 146q0 68 0.5 113t1.5 48l383 1148h1154zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM1786 768l-341 1024h-970l-341 -1024h418l128 -256h560l128 256h418z" + }, + { + Name: "IRMReply", + Code: "F41D", + Path: "M960 256q114 0 227 32l101 -101q-79 -29 -161 -44t-167 -15q-132 0 -255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -96 -19 -189.5t-56 -181.5l-99 100q46 133 46 271q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM384 1152h1152v-128h-1152v128zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293z" + }, + { + Name: "IRMReplyMirrored", + Code: "F41E", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-116 0 -230 29l109 109q30 -5 60.5 -7.5t60.5 -2.5q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221q0 -94 21.5 -185.5t62.5 -176.5l-96 -96q-57 106 -86.5 222t-29.5 236q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1024h-1152v128h1152v-128zM794 448l-317 -317l-90 90l162 163h-293q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h293l-162 163l90 90z" + }, + { + Name: "IRMForward", + Code: "F41F", + Path: "M128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30h320v-71q-78 -27 -158 -42t-162 -15q-133 0 -255 34.5t-228.5 97t-193.5 150t-149.5 194.5t-96.5 229.5t-34 254.5t34 254.5t96.5 229.5t149.5 194.5t193.5 150t228.5 97t255 34.5q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -130 -35 -256l-107 107q14 76 14 149q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM384 1152h1152v-128h-1152v128zM2042 448l-317 -317l-90 90l163 163h-518v128h518l-163 163l90 90z" + }, + { + Name: "IRMForwardMirrored", + Code: "F420", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-95 0 -192 20v108h192q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221q0 -64 9.5 -127.5t29.5 -124.5l-100 -100q-33 85 -48.5 173t-15.5 179q0 132 34 254.5t96.5 229.5t149.5 194.5t193.5 150t228.5 97t255 34.5zM1536 1024h-1152v128h1152v-128zM250 384l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h518v-128h-518z" + }, + { + Name: "VoicemailIRM", + Code: "F421", + Path: "M1192 896q-62 -57 -107 -128h-701q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h524zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1439 1032q-31 -9 -60.5 -20.5t-57.5 -26.5q-20 39 -30.5 81t-10.5 86q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -62 -20 -119.5t-56 -107.5q-50 40 -110 69q27 34 42.5 74t15.5 84q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -63 31 -120zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 512h384v-128h-384v128z" + }, + { + Name: "EventAccepted", + Code: "F422", + Path: "M2048 1920v-1024h-128v512h-1792v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "EventTentative", + Code: "F423", + Path: "M2048 1920v-896h-128v384h-1792v-1152h1408v-128h-1536v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "EventTentativeMirrored", + Code: "F424", + Path: "M0 1920v-896h128v384h1792v-1152h-1408v-128h1536v1792h-384v128h-128v-128h-1024v128h-128v-128h-384zM128 1536v256h256v-128h128v128h1024v-128h128v128h256v-256h-1792zM384 128h-128v-128h128v128zM320 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -46 14 -81t35.5 -63t46.5 -50.5t46.5 -44.5t35.5 -45t14 -52v-48h128v48q0 47 -14 81.5t-35.5 62.5t-46.5 50.5t-46.5 44.5t-35.5 45t-14 52q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20z" + }, + { + Name: "EventDeclined", + Code: "F425", + Path: "M2048 1920v-1152h-128v640h-1792v-1152h1152v-128h-1280v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "CustomerAssets", + Code: "F426", + Path: "M1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l459 459q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-512 -513q-19 -19 -19 -45t19 -45t45 -19t45 19l513 512q41 -19 82 -19zM896 498q-33 -33 -60 -61.5t-47.5 -60t-33 -68.5t-16.5 -85l-739 370v1039l832 416l832 -416v-326q-33 -5 -65 -13t-63 -22v218l-640 -320v-671zM591 1784l621 -314l245 123l-625 312zM768 1169l-640 320v-817l640 -320v817zM1070 1399l-622 314l-241 -120l625 -313z" + }, + { + Name: "IDBadge", + Code: "F427", + Path: "M1568 1664q40 0 68 -28t28 -68v-1472q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1472q0 40 28 68t68 28h312l-192 384h144l192 -384h176l192 384h144l-192 -384h312zM1536 1536h-536l81 -163q7 -16 7 -29q0 -26 -19 -45t-45 -19q-18 0 -33.5 9.5t-23.5 25.5l-111 221h-344v-1408h1024v1408zM768 896q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -25 82.5 -61t62 -80t39.5 -93.5t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95zM1152 896q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50z" + }, + { + Name: "BackgroundColor", + Code: "F42B", + Path: "M2048 1792v-1792h-1792v640l128 -128v-384h1536v1536h-768v128h896zM704 486l-602 602l538 539v229q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-576h-128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-283l-421 -421h842l65 64l-83 83l90 90l173 -173zM1061 1024h-714l357 -358zM1478 238q-67 0 -129.5 23t-110.5 64.5t-77 99.5t-29 129q0 43 12 84t35 77l293 461l286 -450q23 -38 36 -79.5t13 -86.5q0 -67 -26.5 -126t-71.5 -102.5t-105 -68.5t-126 -25zM1317 627q-22 -33 -22 -71q0 -36 15.5 -64.5t41 -48.5t57 -30.5t64.5 -10.5t64 11.5t54.5 32.5t38 50t14.5 64q0 41 -24 79l-148 233z" + }, + { + Name: "OfficeFormsLogoInverse16", + Code: "F433", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1408zM512 1920v-256h640q14 0 28 -3.5t27 -8.5q45 66 115 103t150 37q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-52 0 -101 16.5t-91 47.5v-192h640v896h-1408zM1472 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM392 608h215v310h310v188h-310v145h332v189h-547v-832zM512 128h1408v768h-640v-128h512v-512h-512v256q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256zM1408 384h256v256h-256v-256z" + }, + { + Name: "OfficeFormsLogo", + Code: "F434", + Path: "M1344 832h448v-448h-448v448zM1472 512h192v192h-192v-192zM1568 1152q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5t112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1568 1600q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM640 1536h299q35 0 60 -25t25 -60v-363h896v704h-1280v-256zM720 946v136h-259v142h278v136h-435v-672h157v258h259zM1920 256v704h-896v-363q0 -35 -25 -60t-60 -25h-299v-256h1280z" + }, + { + Name: "OfficeFormsLogo16", + Code: "F436", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1408zM512 1920v-256h640q14 0 28 -3.5t27 -8.5q45 66 115 103t150 37q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-52 0 -101 16.5t-91 47.5v-192h640v896h-1408zM1472 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM392 608h215v310h310v188h-310v145h332v189h-547v-832zM512 128h1408v768h-640v-128h512v-512h-512v256q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256zM1408 384h256v256h-256v-256z" + }, + { + Name: "OfficeFormsLogoInverse24", + Code: "F43A", + Path: "M1365 341v512h512v-512h-512zM1451 768v-341h341v341h-341zM1579 1195q-62 0 -116.5 23.5t-95 64t-64 94.5t-23.5 116t23.5 116.5t64 95t95 64t116.5 23.5t116 -23.5t94.5 -64t64 -95t23.5 -116.5t-23.5 -116t-64 -94.5t-94.5 -64t-116 -23.5zM1579 1707q-44 0 -83 -17t-68 -46t-46 -68t-17 -83t17 -82.5t46 -67.5t68 -46t83 -17t82.5 17t67.5 46t46 67.5t17 82.5t-17 83t-46 68t-67.5 46t-82.5 17zM1963 1963q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5v-1706q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-1366q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v256h-412q-42 0 -71 28.5t-29 70.5v996q0 42 29 70.5t71 28.5h412v256q0 18 6.5 33.5t18 27t27 18.5t33.5 7h1366zM597 1877v-256h498q42 0 71 -28.5t29 -70.5v-413h768v768h-1366zM496 937h276v153h-276v143h296v154h-472v-726h176v276zM597 171h1366v853h-768v-498q0 -42 -29 -70.5t-71 -28.5h-498v-256z" + }, + { + Name: "OfficeFormsLogo24", + Code: "F43B", + Path: "M1365 341v512h512v-512h-512zM1451 768v-341h341v341h-341zM1579 1195q-62 0 -116.5 23.5t-95 64t-64 94.5t-23.5 116t23.5 116.5t64 95t95 64t116.5 23.5t116 -23.5t94.5 -64t64 -95t23.5 -116.5t-23.5 -116t-64 -94.5t-94.5 -64t-116 -23.5zM1579 1707q-44 0 -83 -17t-68 -46t-46 -68t-17 -83t17 -82.5t46 -67.5t68 -46t83 -17t82.5 17t67.5 46t46 67.5t17 82.5t-17 83t-46 68t-67.5 46t-82.5 17zM1963 1963q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5v-1706q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-1366q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v256h-412q-42 0 -71 28.5t-29 70.5v996q0 42 29 70.5t71 28.5h412v256q0 18 6.5 33.5t18 27t27 18.5t33.5 7h1366zM597 1877v-256h498q42 0 71 -28.5t29 -70.5v-413h768v768h-1366zM496 937h276v153h-276v143h296v154h-472v-726h176v276zM597 171h1366v853h-768v-498q0 -42 -29 -70.5t-71 -28.5h-498v-256z" + }, + { + Name: "PageLock", + Code: "F43F", + Path: "M1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-337q-31 10 -63 16t-65 6v224h-512zM1280 1536h293l-293 293v-293zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "NotExecuted", + Code: "F440", + Path: "M640 374l388 271q-15 -44 -23.5 -89t-10.5 -91l-482 -337v1792l1278 -897q-46 15 -93.5 24t-96.5 9q-17 0 -33.5 -2.5t-33.5 -4.5l-893 625v-1300zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "NotImpactedSolid", + Code: "F441", + Path: "M1600 1056q-102 0 -192.5 -32t-166.5 -88l-189 124l-660 -1001q-20 -29 -54 -29q-18 0 -35 11q-28 19 -28 53q0 19 10 35l661 1002l-327 215l-20 -31q-19 -28 -47.5 -42.5t-60.5 -14.5q-38 0 -69 21q-28 19 -43 47.5t-15 60.5q0 37 21 69l353 535q19 28 47 42.5t60 14.5q37 0 70 -21q28 -19 43 -47.5t15 -60.5q0 -38 -21 -69l-21 -31l748 -493l20 30q19 28 47.5 43t60.5 15q37 0 70 -21q28 -19 42.5 -47.5t14.5 -60.5q0 -37 -21 -70l-126 -191q-45 14 -91.5 23t-95.5 9zM1917 765q63 -64 97 -145t34 -172t-34 -172t-97 -144q-64 -64 -145 -98t-172 -34t-172 34t-144 97q-64 64 -98 145t-34 172t34 172t97 144q64 64 145 98t172 34t172 -34t145 -97zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q49 0 93.5 14t82.5 39l-443 443q-25 -38 -39 -82.5t-14 -93.5zM1867 272q25 38 39 82.5t14 93.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-49 0 -93.5 -14t-82.5 -39z" + }, + { + Name: "FieldReadOnly", + Code: "F442", + Path: "M2048 1792v-865q-20 50 -53 92t-75 74v571h-1792v-1152h1024v-128h-1152v1408h2048zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "FieldRequired", + Code: "F443", + Path: "M2048 1792v-759q-28 35 -60 67t-68 59v505h-1792v-1152h612q3 -32 8.5 -64t13.5 -64h-762v1408h2048zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z" + }, + { + Name: "BacklogBoard", + Code: "F444", + Path: "M256 1664h512v-384h-512v384zM384 1408h256v128h-256v-128zM256 1152h512v-384h-512v384zM384 896h256v128h-256v-128zM896 1664h512v-384h-512v384zM1024 1408h256v128h-256v-128zM1536 1664h512v-384h-512v384zM1664 1408h256v128h-256v-128zM896 1152h512v-384h-512v384zM1024 896h256v128h-256v-128zM1536 1152h512v-384h-512v384zM1664 896h256v128h-256v-128zM256 640h512v-384h-512v384zM384 384h256v128h-256v-128zM1536 640h512v-384h-512v384zM1664 384h256v128h-256v-128zM2048 1920v-128h-1920v-1664h-128v1792h2048z" + }, + { + Name: "ExternalBuild", + Code: "F445", + Path: "M256 1792v-1536h256v-128h-384v1792h1792v-768h-128v640h-1536zM1905 630l143 -157v-217h-128v167l-101 112q-36 -20 -77 -22l-78 -89v-168h-128v216l72 82q-5 3 -8.5 6.5l-7.5 7.5l-248 249l-192 -193v-496h128v-128h-640v128h128v576q0 38 14.5 73.5t41.5 62.5l384 384q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l384 -384q27 -27 41.5 -62.5t14.5 -73.5q0 -40 -15 -74zM1043 877q61 -29 90 -90l256 256q19 19 19 45t-19 45t-45 19t-45 -19zM896 128h128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-576zM1728 640q26 0 45 19t19 45t-19 45l-256 256q-14 -31 -36.5 -52.5t-46.5 -45.5l249 -248q19 -19 45 -19z" + }, + { + Name: "ExternalTFVC", + Code: "F446", + Path: "M256 256h384v-128h-512v1792h1792v-512h-128v384h-1536v-1536zM1856 896q-60 0 -109 34t-71 90l-147 -49q7 -35 7 -75q0 -66 -21.5 -128t-63.5 -113l255 -291q42 20 86 20q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 29 8 57t25 51l-251 288q-50 -37 -108.5 -56.5t-121.5 -19.5q-8 0 -17 0.5t-17 0.5l-54 -160q41 -26 64.5 -69t23.5 -92q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 44 16.5 79.5t44 60.5t65 38.5t79.5 13.5l50 150q-57 20 -104 56.5t-80.5 84t-52 104t-18.5 117.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q55 0 107 -15.5t97 -44t81.5 -68.5t60.5 -90l168 56q6 35 23 64.5t42 51.5t57 34t68 12q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM1152 704q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ExternalXAML", + Code: "F447", + Path: "M1792 1792h-1536v-1664h-128v1792h1792v-1024h-128v896zM1655 384l-220 -384h-438l-220 384l220 384h438zM2016 384l-219 -384h-148l220 384l-220 384h148zM563 384l220 -384h-148l-219 384l219 384h148z" + }, + { + Name: "IssueSolid", + Code: "F448", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1024 512h-128v-128h128v128zM1024 1280h-128v-640h128v640z" + }, + { + Name: "DefectSolid", + Code: "F449", + Path: "M1192 2006q107 -37 194 -102.5t149 -152t95.5 -190.5t33.5 -217q0 -144 -55.5 -267.5t-155.5 -225.5q-71 -73 -113 -155t-53 -184h-654q-11 102 -52.5 184t-112.5 154q-100 103 -156 226t-56 268q0 97 25 187.5t71 168.5t110 142t142 110t168 71t188 25q11 0 21.5 -1.5t21.5 -2.5l-380 -380l448 -448l-263 -263l113 -114l376 377l-448 448zM640 384h640v-192q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v192z" + }, + { + Name: "LadybugSolid", + Code: "F44A", + Path: "M1024 1472q102 0 196 -26.5t175.5 -74t149 -115t115 -149t74 -175.5t26.5 -196q0 -112 -32.5 -216t-92 -193t-144 -159t-187.5 -112l-44 132q-55 -29 -114.5 -44.5t-121.5 -15.5t-121.5 15.5t-114.5 44.5l-44 -132q-104 42 -188 112t-143.5 159t-92 193t-32.5 216q0 102 26.5 196t74 175.5t115 149t149 115t175.5 74t196 26.5zM640 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM768 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 256q52 0 101 14.5t94 40.5l-195 585l-195 -585q45 -26 94 -40.5t101 -14.5zM1152 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1408 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM704 1600q0 72 30 135l-139 140l90 90l126 -126q45 39 99 60t114 21t114 -21t99 -60l126 126l90 -90l-139 -140q30 -63 30 -135q0 -13 -1.5 -25.5t-3.5 -24.5q-75 32 -154.5 49t-160.5 17t-160.5 -17t-154.5 -49q-2 12 -3.5 24.5t-1.5 25.5z" + }, + { + Name: "NugetLogo", + Code: "F44C", + Path: "M1467 1792q121 0 226.5 -45.5t184.5 -124.5t124.5 -185t45.5 -227v-628q0 -121 -45.5 -227t-124.5 -185t-184.5 -124.5t-226.5 -45.5h-629q-121 0 -227 45.5t-184.5 124.5t-124 185t-45.5 227v628q0 121 45.5 227t124 185t184.5 124.5t227 45.5h629zM715 1052q45 0 84.5 17t69 46.5t46.5 69t17 84.5t-17 84.5t-46.5 69t-69 46.5t-84.5 17t-84.5 -17t-69 -46.5t-46.5 -69t-17 -84.5t17 -84.5t46.5 -69t69 -46.5t84.5 -17zM1408 206q78 0 146.5 29.5t119.5 80.5t80.5 119.5t29.5 146.5t-29.5 146.5t-80.5 119.5t-119.5 80.5t-146.5 29.5t-146.5 -29.5t-119.5 -80.5t-80.5 -119.5t-29.5 -146.5t29.5 -146.5t80.5 -119.5t119.5 -80.5t146.5 -29.5zM384 1856q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75z" + }, + { + Name: "TFVCLogo", + Code: "F44D", + Path: "M1760 1472q-42 0 -82 12t-74 34t-61.5 53.5t-45.5 69.5l-349 -100q2 -17 3 -34.5t1 -34.5q0 -99 -32.5 -191t-93.5 -169l453 -452q34 22 73 33t80 11q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5t-112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 41 11 80t33 73l-452 453q-77 -61 -169 -93.5t-191 -32.5q-31 0 -61 3l-90 -358q35 -19 63 -46t47.5 -60t30 -70.5t10.5 -76.5q0 -60 -22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5t-112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 64 24 117t65 91t96 59t117 21l88 351q-87 30 -159 84t-123.5 126t-79.5 157.5t-28 177.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q91 0 175.5 -27.5t156 -77.5t126 -120.5t84.5 -156.5l354 101q1 58 24.5 109.5t62.5 89.5t90.5 60t110.5 22q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM576 1152q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "ProjectLogo32", + Code: "F47E", + Path: "M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 683v-470q0 -35 -25 -60t-60 -25h-1174q-35 0 -60 25t-25 60v299h-619q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v299q0 35 25 60t60 25h918q35 0 60 -25t25 -60v-491h235q35 0 60 -25t25 -60v-491h299q35 0 60 -25t25 -60zM1536 1216h-512v-448h512v448zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM384 1536h555q35 0 60 -25t25 -60v-107h192v448h-832v-256zM1920 256v384h-896v-43q0 -35 -25 -60t-60 -25h-107v-256h1088z" + }, + { + Name: "ProjectLogo16", + Code: "F480", + Path: "M2048 512v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-384q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h128v224q0 30 10 58.5t29 51t45 36.5t58 14h996q32 0 58 -14t45 -36.5t29 -51t10 -58.5v-480h110q30 0 56.5 -11.5t46.5 -31.5t31.5 -46.5t11.5 -56.5v-622h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1646 1280h-366v-640h384v622q0 8 -5 13t-13 5zM384 1888v-224h768q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-128h128v480q0 2 -1 7.5t-2.5 11t-4.5 9.5t-6 4h-996q-3 0 -6 -4t-4.5 -9.5t-2.5 -11t-1 -7.5zM567 879h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832h206v271zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-512v-256h1280zM770 1162q0 -57 -29 -79t-83 -22h-91v196h95q53 0 80.5 -20.5t27.5 -74.5z" + }, + { + Name: "SharedNotes", + Code: "F481", + Path: "M2048 0h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40.5 93t63.5 79.5t82 61q-35 35 -53.5 81.5t-18.5 95.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95.5t-53.5 -81.5q45 -25 82 -61t63.5 -79.5t40.5 -93t14 -101.5zM1792 512q0 26 -10.5 49t-28 40.5t-40.5 28t-49 10.5t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q26 0 49.5 10t41 27.5t27.5 41t10 49.5zM640 512v128h628q-20 -63 -20 -128h-608zM1408 1408v-128h-768v128h768zM640 896v128h768v-128h-768zM384 1792v-1664h800l-32 -128h-896v1920h128v128h128v-128h256v128h128v-128h256v128h128v-128h256v128h128v-128h128v-1046l-128 22v896h-1280z" + }, + { + Name: "SwayLogo32", + Code: "F482", + Path: "M1984 1728v-1408q0 -26 -19 -45t-45 -19h-704v-205l-1152 266v1414l1152 266v-205h704q26 0 45 -19t19 -45zM842 854q0 59 -18.5 99t-46.5 68t-61 47.5t-61 38t-46.5 39.5t-18.5 52q0 32 16 45t42 23q5 0 9 1t8 1q47 0 80.5 -13.5t68.5 -43.5v181q-29 13 -59.5 18.5t-62.5 5.5q-21 0 -42 -2t-41 -6q-41 -8 -73 -29.5t-53.5 -52.5t-32.5 -68.5t-11 -77.5q0 -56 18 -94.5t44.5 -66t57.5 -47.5t57.5 -38.5t44.5 -39.5t18 -50q0 -37 -23 -51t-55 -14q-49 0 -89.5 28.5t-69.5 64.5v-186q23 -15 43.5 -25t41.5 -16.5t44 -9.5t51 -3q103 0 161.5 59.5t58.5 162.5zM1920 320v512h-704v-128h192v-64h-192v-128h192v-64h-192v-128h704zM1920 992v736h-704v-565q6 5 27.5 24t45.5 39.5t44.5 37t25.5 16.5q11 0 15 -7.5t10 -13.5l344 -363h128l-298 288q6 7 16 20t21.5 26t23 23t19.5 10q7 0 13.5 -3t11.5 -8zM1856 704v-64h-384v64h384zM1752 1442q-30 0 -51 21t-21 51q0 29 22 50t50 21q29 0 50 -21t21 -50t-21 -50.5t-50 -21.5zM1856 512v-64h-384v64h384z" + }, + { + Name: "SwayLogoFill32", + Code: "F483", + Path: "M1920 1760q14 0 23 -9t9 -23v-1408q0 -14 -9 -23t-23 -9h-896q-14 0 -23 9t-9 23v1408q0 14 9 23t23 9h896zM874 854q0 -58 -17.5 -105t-50.5 -80t-79.5 -51t-104.5 -18q-57 0 -111 15.5t-98 52.5q-1 4 -2 9t-1 9v271q19 -23 40 -48.5t44.5 -47t51 -36t61.5 -14.5q17 0 28.5 7t11.5 26q0 4 -1 10t-3 8q-4 16 -23.5 30t-45.5 31t-55.5 38t-54 51t-41 71t-16.5 97q0 64 20.5 114t58 84.5t89.5 52t114 17.5q45 0 78 -7.5t74 -24.5q1 -2 3 -12t2 -12v-248q-23 19 -42.5 36t-39.5 29.5t-43 19.5t-54 7q-17 0 -31 -10t-14 -28q0 -16 7 -27.5t18 -20.5t23.5 -16t23.5 -13q40 -24 73.5 -50t57 -57.5t36.5 -70.5t13 -89z" + }, + { + Name: "SwayLogo16", + Code: "F484", + Path: "M2048 1792v-1536q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640v-128l-1280 224v1600l1280 224v-128h640q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM912 792q0 79 -26 133.5t-65 93.5t-85 67t-85 54t-65 54t-26 68q0 25 9.5 42.5t25.5 28t36.5 15t42.5 4.5q32 0 58 -5.5t49 -16t45 -25.5t47 -34v261q-45 18 -89 25.5t-93 7.5q-77 0 -141.5 -21t-111.5 -62t-73 -102t-26 -142q0 -78 25 -131t62 -91.5t81 -66t81 -52.5t62 -53t25 -67q0 -44 -28.5 -63.5t-68.5 -19.5t-72.5 10.5t-60.5 28.5t-53 42.5t-50 52.5v-269q24 -21 55.5 -35.5t66 -24t69.5 -13.5t66 -4q72 0 130 21t98.5 61t62.5 97.5t22 130.5zM1920 1792h-640v-567l113 145q14 18 35 28.5t44 10.5t44 -10.5t35 -28.5l369 -474h-640v-128h512v-128h-512v-128h512v-128h-512v-128h640v1536zM1792 1664v-128h-128v128h128z" + }, + { + Name: "SwayLogoFill16", + Code: "F485", + Path: "M1088 1856h896v-1664h-896v1664zM976 792q0 -86 -27 -155t-76.5 -118t-119 -75t-154.5 -26q-50 0 -90.5 6t-77 18.5t-72 32t-75.5 47.5q-2 9 -4 18.5t-2 18.5v435q31 -35 64 -76t70.5 -76.5t81 -59.5t96.5 -24l14 4l7 15q-1 21 -26 41t-62.5 44t-80.5 55t-80.5 75t-62 104t-24.5 142q0 94 31 167t86.5 123t132 76t167.5 26q66 0 120.5 -13.5t115.5 -37.5q2 -11 5.5 -23.5t3.5 -23.5v-393q-27 22 -57 48t-63 48.5t-69 38t-74 15.5q-10 0 -21 -1.5t-20 -6.5l-8 -10q-1 -5 -1 -9.5v-6.5v-5q0 -17 26 -34.5t65 -40.5t85 -54.5t85 -77t65 -107t26 -144.5z" + }, + { + Name: "ClassNotebookLogo32", + Code: "F486", + Path: "M1984 1664v-384q0 -18 -8 -32q8 -14 8 -32v-384q0 -18 -8 -32q8 -14 8 -32v-384q0 -26 -19 -45t-45 -19h-64q0 -26 -19 -45t-45 -19h-576v-200l-1152 201v1528l1152 207v-200h576q26 0 45 -19t19 -45h64q26 0 45 -19t19 -45zM897 651v766l-144 -8v-514l-286 498l-146 -5v-706l115 -6v518l307 -534zM1920 384v384h-64v-384h64zM1920 832v384h-64v-384h64zM1920 1280v384h-128v64h-576v-960h384v-64h-384v-128h384v-64h-384v-192h576v960h128zM1690 1480v-58l38 -50l-38 -50v-57l-50 -29l-29 -50h-12v-233l-97 85l-93 -85v233h-14l-29 50l-50 29v57l-36 50l36 50v58l50 29l29 50h58l50 36l50 -36h58l29 -50zM1503 1280q19 0 37 8.5t31 22t21 31.5t8 37t-8 36.5t-21 30.5t-31 20.5t-37 7.5q-20 0 -38 -7.5t-31.5 -20.5t-21.5 -30.5t-8 -36.5t8 -37t21.5 -31.5t31.5 -22t38 -8.5z" + }, + { + Name: "ClassNotebookLogoFill32", + Code: "F487", + Path: "M720 1016v423l209 12v-834l-205 12l-256 445v-431l-179 8v767l196 8zM1824 1696h128v-1344h-128v-64h-640v1472h640v-64z" + }, + { + Name: "ClassNotebookLogo16", + Code: "F488", + Path: "M2048 1664v-384q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-256q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384v-128l-1280 224v1600l1280 224v-128h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1039 496v1057l-226 -13q0 -161 0.5 -319.5t0.5 -319.5q-4 5 -7 11l-6 12l-342 596l-219 -12v-968l202 -11v243v167.5v107t-0.5 62t-1 32t-0.5 16.5l366 -648zM1920 384v384h-128v-384h128zM1920 896v256h-128v-256h128zM1920 1280v384h-256v128h-384v-896h256v-128h-256v-128h256v-128h-256v-256h384v1024h256zM1408 1292q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -30 -9.5 -58.5t-26 -52t-40.5 -41.5t-52 -28v-268h-128v268zM1408 1536v-128h128v128h-128z" + }, + { + Name: "ClassNotebookLogoFill16", + Code: "F489", + Path: "M1728 1728h256v-1408h-256v-128h-640v237l-320 18l-263 465v-451l-329 19v1088l319 18l254 -443v458l339 19v236h640v-128z" + }, + { + Name: "ClassNotebookLogoInverse32", + Code: "F48A", + Path: "M64 257v1528l1152 207v-1936zM321 1388v-706l115 -6v518l307 -534l154 -9v766l-145 -8v-257t1 -257l-286 498zM1958 1216q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1958 832q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1984 1301q0 -13 -3 -17t-17 -4h-108v-909q0 -7 -2.5 -16t-7 -16.5t-11 -13t-14.5 -5.5h-541v192h384v64h-384v128h384v64h-384v960h541q20 0 27.5 -17t7.5 -34v-77h108q14 0 17 -3.5t3 -17.5v-278zM1753 1322l39 50l-39 50v58l-49 29l-29 50h-58l-50 36l-50 -36h-58l-28 -50l-50 -29v-58l-37 -50l37 -50v-57l50 -29l28 -50h14v-233l93 85l97 -85v233h12l29 50l49 29v57zM1567 1474q19 0 37 -7.5t31 -20t21 -30t8 -37.5t-8 -37.5t-21 -31.5t-31 -22t-37 -8q-20 0 -37.5 8t-31.5 22t-22 31.5t-8 37.5t8 37.5t22 30t31.5 20t37.5 7.5z" + }, + { + Name: "ClassNotebookLogoInverse16", + Code: "F48B", + Path: "M0 224v1600l1152 224v-2048zM177 1508v-968l201 -11q0 158 -0.5 314t-0.5 314l366 -648l232 -13v1057l-225 -13v-639q-1 2 -3.5 6.5t-13.5 23t-32.5 56.5t-60.5 106t-99 172t-146 255zM1952 1280q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1952 768q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1536 1536v-128h-128v128h128zM2048 1715v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-160v-1152q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-384v384h256v128h-256v128h256v128h-256v576q0 -30 9.5 -58.5t26 -52t40 -41.5t52.5 -28v-268h128v268q28 10 52 28t40.5 41.5t26 52t9.5 58.5q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v448h384q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5h160q16 0 33.5 -5t31 -15t22.5 -24t9 -33z" + }, + { + Name: "StaffNotebookLogo32", + Code: "F48C", + Path: "M1984 1664v-384q0 -16 -8 -32q8 -16 8 -32v-384q0 -16 -8 -32q8 -16 8 -32v-384q0 -22 -8.5 -34.5t-22 -19t-30 -8.5t-33.5 -2h-34q0 -26 -19 -45t-45 -19h-576v-200l-1152 201v1528l1152 207v-200h576q26 0 45 -19t19 -45h34q17 0 33.5 -2t30 -8.5t22 -19t8.5 -34.5zM897 651v766l-145 -8v-257t1 -257l-286 498l-146 -5v-706l115 -6v518l307 -534zM1920 384v384h-64v-384h64zM1920 832v384h-64v-384h64zM1920 1280v384h-128v64h-576v-397l192 77l320 -128l-64 -26v-198q0 -14 -9 -23t-23 -9t-23 9t-9 23v173l-192 -77l-192 77v-461h384v-64h-384v-128h384v-64h-384v-192h576v960h128zM1280 1117l128 -51l128 51v-93q0 -19 -15 -31t-36 -19.5t-42.5 -10.5t-34.5 -3t-34.5 3t-42.5 10.5t-36 19.5t-15 31v93z" + }, + { + Name: "StaffNotebookLogoFill32", + Code: "F48D", + Path: "M720 1016v423l209 12v-834l-205 12l-256 445v-431l-179 8v767l196 8zM1824 1696h128v-1344h-128v-64h-640v1472h640v-64z" + }, + { + Name: "StaffNotebookLogo16", + Code: "F48E", + Path: "M2048 1664v-384q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-256q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384v-128l-1280 224v1600l1280 224v-128h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1039 496v1057l-226 -13q0 -161 0.5 -319.5t0.5 -319.5q-4 5 -7 11l-6 12l-342 596l-219 -12v-968l202 -11v243v167.5v107t-0.5 62t-1 32t-0.5 16.5l366 -648zM1920 384v384h-128v-384h128zM1920 896v256h-128v-256h128zM1920 1280v384h-256v128h-384v-320l128 64l256 -128l-256 -128l-128 64v-143l128 -64l128 64v-113q0 -19 -15 -31t-36 -19.5t-42.5 -10.5t-34.5 -3t-34.5 3t-42.5 10.5t-36 19.5t-15 31v-192h256v-128h-256v-128h256v-128h-256v-256h384v1024h256z" + }, + { + Name: "StaffNotebookLogoFill16", + Code: "F48F", + Path: "M1728 1728h256v-1408h-256v-128h-640v237l-320 18l-263 465v-451l-329 19v1088l319 18l254 -443v458l339 19v236h640v-128z" + }, + { + Name: "StaffNotebookLogoInverted32", + Code: "F490", + Path: "M64 257v1528l1152 207v-1936zM321 1388v-706l115 -6v518l307 -534l154 -9v766l-145 -8v-257t1 -257l-286 498zM1958 1216q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1958 832q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1984 1301q0 -13 -3 -17t-17 -4h-108v-909q0 -7 -2.5 -16t-7 -16.5t-11 -13t-14.5 -5.5h-541v192h384v64h-384v128h384v64h-384v461l192 -77l192 77v-173q0 -14 9 -23t23 -9t23 9t9 23v198l64 26l-320 128l-192 -77v397h541q20 0 27.5 -17t7.5 -34v-77h108q14 0 17 -3.5t3 -17.5v-278zM1600 1024v93l-128 -51l-128 51v-93q0 -19 15 -31t36 -19.5t42.5 -10.5t34.5 -3t34.5 3t42.5 10.5t36 19.5t15 31z" + }, + { + Name: "StaffNotebookLogoInverted16", + Code: "F491", + Path: "M0 224v1600l1152 224v-2048zM177 1508v-968l201 -11q0 158 -0.5 314t-0.5 314l366 -648l232 -13v1057l-225 -13v-639q-1 2 -3.5 6.5t-13.5 23t-32.5 56.5t-60.5 106t-99 172t-146 255zM1952 1280q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1952 768q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM2048 1715v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-160v-1152q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-384v384h256v128h-256v128h256v128h-256v192q0 -19 15 -31t36 -19.5t42.5 -10.5t34.5 -3t34.5 3t42.5 10.5t36 19.5t15 31v113l-128 -64l-128 64v127l128 -64l288 144l-288 144l-128 -64v432h384q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5h160q16 0 33.5 -5t31 -15t22.5 -24t9 -33z" + }, + { + Name: "KaizalaLogo", + Code: "F492", + Path: "M1878 1550q84 -115 127 -249t43 -277q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5v459q0 32 -14 57.5t-35.5 48t-46.5 43.5t-46.5 44t-35.5 49t-14 59q0 28 10.5 53t29 43.5t43.5 29t53 10.5h952q167 0 319.5 -58.5t277.5 -169.5l116 117q28 28 68 28t68 -28t28 -68t-28 -68zM1920 1024q0 117 -34 227.5t-100 206.5l-694 -694q-28 -28 -68 -28t-68 28l-316 316q-28 28 -28 68t28 68t68 28t68 -28l248 -248l634 634q-107 94 -235.5 142t-270.5 48h-952q-8 0 -8 -8l2 -5l115 -115q36 -36 55.5 -83t19.5 -98v-459q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204z" + }, + { + Name: "TaskLogo", + Code: "F493", + Path: "M1894 1661q0 -12 -8 -22l-892 -1148l-622 671q-9 9 -9 24q0 16 11 27l147 136q10 10 25 10t26 -11l404 -435l695 893q11 14 28 14q12 0 23 -8l158 -123q14 -12 14 -28zM1664 256v818l128 164v-1110h-1664v1664h1329l-100 -128h-1101v-1408h1408z" + }, + { + Name: "GallatinLogo", + Code: "F496", + Path: "M12199 1063h-89v140h-878v-140h-77v216h1044v-216zM12237 1381h-343v-76h-90v76h-267v-76h-76v76h-344v64h344v89h76v-89h267v89h90v-89h343v-64zM11423 859v-25h-90v280h688v-280h-89v25h-509zM11423 923h509v114h-509v-114zM12021 478h-675v-64h-89v343h853v-343h-89v64zM12021 694h-675v-153h675v153zM10990 1381h-637v89h637v-89zM11066 1089h-433q-45 -81 -90.5 -162t-99.5 -157q99 11 197 14.5t197 11.5q-34 42 -60.5 87t-53.5 91l63 38q65 -75 121 -154.5t108 -163.5l-76 -64q-14 22 -26.5 44t-24.5 45q-118 -7 -235.5 -15.5t-235.5 -22.5q-20 -2 -38 -7t-38 -6l-38 77q34 35 64 77t56.5 86.5t50 90.5t45.5 90h-242v88h789v-88zM10074 1534q45 -54 89 -108.5t89 -108.5l-77 -63q-44 53 -83.5 107.5t-81.5 108.5zM10137 592q-42 -32 -75 -72t-65 -81l-51 102q40 30 77.5 62.5t75.5 64.5v382h-140v89h229v-483q45 -54 105.5 -84.5t130.5 -30.5h655l-38 -89h-636q-83 11 -150.5 41t-117.5 99zM9755 1725q12 -24 25.5 -48.5t13.5 -53.5q0 -30 -12.5 -57.5t-34 -49t-49 -34t-57.5 -12.5t-56 13t-44.5 35t-29 49t-10.5 56q0 64 38 102t102 38q35 0 60 -9.5t54 -28.5zM9641 1737q-22 0 -45 -9t-41.5 -24.5t-30 -36.5t-11.5 -44q0 -21 12 -43.5t31 -41t41.5 -30.5t43.5 -12q26 0 49 10t40.5 27.5t27.5 40.5t10 49q0 57 -36.5 85.5t-90.5 28.5zM9664 1598q5 0 7.5 -2t7.5 -11l25 -51h-12l-26 51q-7 0 -13.5 4t-11.5 9h-26v-64h-25v165h51q51 0 51 -51q0 -20 -11 -31t-28 -19h11zM9679 1648q0 9 -6.5 13t-6.5 13q-8 5 -19 5q-6 0 -6 -5h-26v-51h26q11 0 21 9.5t17 15.5zM9042 1763q23 -14 44 -25.5t42.5 -20.5t44 -17t48.5 -14q-40 -53 -84 -101t-82 -102h204l-26 -153l-356 13q-10 -59 -27 -115.5t-36 -113.5h407l-38 -166l-357 13q27 -54 40 -99t23 -83t22 -71t37.5 -62t68.5 -54.5t115 -50.5q-44 -36 -85 -74.5t-81 -78.5l-19 15q-46 34 -79 60.5t-58 50t-43 48.5t-33.5 57t-29.5 74.5t-31 102.5q-45 -70 -99 -127t-116.5 -103.5t-133 -83.5t-147.5 -68q-24 37 -45 75.5t-44 76.5q96 14 165.5 47.5t123.5 84.5t97 117.5t85 145.5h-344l38 166l357 -13q12 59 30.5 114.5t32.5 114.5h-343l25 153l216 -13q-10 31 -17.5 57.5t-15.5 52t-18 51t-25 55.5q49 14 96 30.5t95 33.5q18 -52 41.5 -110.5t47.5 -106.5q-29 -7 -47.5 -10.5t-33.5 -9t-31 -15t-40 -28.5h318q-16 14 -36.5 23.5t-40.5 14.5q28 28 51 58t43 60.5t40 61.5t44 62zM8304 1572l-152 -700q32 8 65 13.5t62 24.5q-8 -15 -10.5 -30.5t-2.5 -32.5q-16 -24 -21.5 -50t-16.5 -52q-29 0 -57.5 -8t-56.5 -18l-64 -305h-204l76 267q-112 -17 -223 -35t-222 -41v165l89 13l178 789h-89l26 153h751l-26 -166zM8088 1406l38 166h-191l-38 -166h191zM8050 1279h-178l-38 -140h190zM7961 834l25 165h-178l-51 -191q51 8 101.5 17t102.5 9zM7108 1470h-776l-90 -127h624q-93 -165 -173 -333.5t-158 -341.5h471l-51 -178h-1603l51 204h890l77 140h-687q57 79 110.5 161t106 163.5t106 163t109.5 161.5h-420l51 178h1413zM6026 999h420l89 178h-394zM4919 1508h-586l39 178h802l-153 -597h-548q-4 -10 -13.5 -43.5t-22 -78.5t-26.5 -96.5t-25.5 -97t-19 -80t-7.5 -46.5v-4q17 -9 38 -14t43 -7.5t44 -3t41 -0.5h114q54 0 87.5 10t57 30t40.5 50.5t37 72.5q2 4 3.5 7.5t3.5 7.5q16 -17 38 -29.5t46 -22t48.5 -18.5t45.5 -20q-18 -37 -39.5 -67t-45.5 -56.5t-51 -52t-55 -52.5q-22 0 -43.5 -3.5t-43.5 -8t-44 -8t-44 -3.5q-35 0 -73 -0.5t-80 -0.5q-52 0 -105.5 2t-105.5 8.5t-99.5 19t-86.5 32.5q0 1 -0.5 1.5t-0.5 1.5q-3 11 -8 26.5t-5 26.5q0 5 1 7l178 675h548zM4117 1559q24 -24 51 -45t51 -44l51 -12q-136 -105 -268 -210.5t-267 -210.5q105 18 209.5 29.5t210.5 22.5q-24 -41 -45.5 -82.5t-43.5 -83.5q-157 0 -312.5 -21t-310.5 -43q-8 39 -11.5 77t-14.5 76q83 41 157 95t149 108h-255q9 17 14 38t7.5 43t3 44t0.5 41q18 17 40.5 32.5t46.5 31t47.5 31t43.5 32.5q71 62 133.5 128t121.5 140q45 -27 92.5 -46.5t98.5 -30.5q-94 -85 -188 -168.5t-194 -162.5h166q56 48 110 93.5t106 97.5zM3061 1177l-306 13l-114 -420h-675l115 433h-191l-140 -535h1120l-51 -190h-1349l191 725h-242l51 178l241 -13l90 357l241 -13l-101 -344h191l76 331h242l-102 -331h216l89 331h242l-102 -331h319zM2310 1203l-64 -255h204l63 242zM3315 668q195 20 385 56.5t379 83.5q-15 -15 -26.5 -34t-11.5 -42q-17 -19 -23.5 -42.5t-15.5 -46.5q-160 -38 -318 -75.5t-318 -77.5q-10 47 -22.5 90t-28.5 88zM655 1534v-204h420v-891h-89v64h-764v-64h-88v891h419v204h102zM986 1241h-331v-280h331v280zM222 961h331v280h-331v-280zM655 592h331v280h-331v-280zM553 592v280h-331v-280h331z" + }, + { + Name: "Globe2", + Code: "F49A", + Path: "M1897 476q0 -26 -19 -45t-45 -19q-15 0 -31 10t-31 23.5t-28 28.5t-23 25q-106 -94 -232.5 -151t-266.5 -77v-143h187v-128h-512v128h197v134q-134 0 -257 34t-230.5 96t-195.5 149.5t-150.5 194t-97 229.5t-34.5 257q0 177 61 337.5t176 294.5q-9 8 -18.5 17t-18 19t-14 21.5t-5.5 24.5q0 26 19 45t45 19q27 0 46 -19l222 -221q95 78 209.5 119t237.5 41q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -123 -41 -237.5t-119 -209.5l246 -247q19 -19 19 -46zM512 1216q0 -81 23 -161l129 130q-37 55 -66 113.5t-49 121.5q-37 -100 -37 -204zM756 1647q-51 0 -75 -24.5t-24 -75.5q0 -33 9 -69t23.5 -71.5t32 -68.5t35.5 -61l270 270q-28 18 -61.5 36t-68.5 32t-71 23t-70 9zM1419 1155l-270 -270q28 -18 61 -35.5t68.5 -32t71.5 -23.5t69 -9q52 0 76 24t24 76q0 33 -9 69t-23.5 71.5t-32 68.5t-35.5 61zM1043 960l301 301q-95 116 -211 211l-301 -301q95 -116 211 -211zM741 1081l-152 -153q38 -66 91.5 -119.5t119.5 -91.5l153 152q-117 95 -212 212zM1057 792l-130 -129q80 -23 161 -23q104 0 204 37q-63 20 -121.5 49t-113.5 66zM1627 1012q37 100 37 204q0 81 -23 161l-129 -130q37 -55 66 -113.5t49 -121.5zM1587 1504q-38 66 -91.5 119.5t-119.5 91.5l-153 -152q117 -95 212 -212zM1249 1769q-80 23 -161 23q-104 0 -204 -37q63 -20 121.5 -49t113.5 -66zM1088 390q149 0 288 51.5t253 148.5l-87 87q-97 -80 -212 -122.5t-242 -42.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187q0 127 42.5 242t122.5 212l-93 93q-97 -114 -148.5 -253t-51.5 -289q0 -115 29.5 -221t84 -198.5t130 -168t168 -130t199 -84t221.5 -29.5z" + }, + { + Name: "Guitar", + Code: "F49B", + Path: "M2048 1728q0 -26 -19 -45l-288 -288q-19 -19 -45 -19q-29 0 -48 22l-502 -502h70q26 0 45 -19t19 -45v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-26 0 -45 -19t-19 -45q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224q0 93 35 174.5t96 142.5t142.5 96t174.5 35q26 0 45 19t19 45q0 53 20 99.5t55 81.5t81.5 55t99.5 20q66 0 120.5 -30t91.5 -84l418 418q-22 19 -22 48q0 26 19 45l288 288q19 19 45 19t45 -19l256 -256q19 -19 19 -45zM1152 768h-160q-26 0 -45 19l-160 160q-19 19 -19 45t19 45l99 99q-14 36 -46.5 58t-71.5 22q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 40 15 75t41 61t61 41t75 15q26 0 45 19t19 45v64zM992 922l566 566l-70 70l-566 -566zM1696 1530l198 198l-166 166l-198 -198zM355 579l90 90l224 -224l-90 -90zM547 771l90 90l224 -224l-90 -90z" + }, + { + Name: "Breakfast", + Code: "F49C", + Path: "M1408 1456q-26 0 -45 19t-19 45q0 51 19.5 98t55.5 83l79 80q38 38 38 91q0 26 19 45t45 19t45 -19t19 -45q0 -51 -19.5 -98t-55.5 -83l-79 -80q-38 -38 -38 -91q0 -26 -19 -45t-45 -19zM1024 1456q-26 0 -45 19t-19 45q0 51 19.5 98t55.5 83l79 80q38 38 38 91q0 26 19 45t45 19t45 -19t19 -45q0 -51 -19.5 -98t-55.5 -83l-79 -80q-38 -38 -38 -91q0 -26 -19 -45t-45 -19zM1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-57q-2 -7 -3.5 -13t-3.5 -12v-39q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-384q-78 0 -144 35t-110 93h-500q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h256q0 79 30.5 149t82.5 122.5t122 82.5t149 30q30 0 58.5 -5.5t55.5 -13.5v403h1024v-128h64zM654 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h370v228q-26 13 -54.5 20.5t-59.5 7.5zM334 384h441q-7 29 -7 64v64h-615q10 -28 28 -51.5t41.5 -40.5t52 -26.5t59.5 -9.5zM797 317q0 -1 0.5 -1.5t0.5 -1.5q0 1 -0.5 1.5t-0.5 1.5zM1664 448v832h-768v-832q0 -40 15 -75t41 -61t61 -41t75 -15h384q40 0 75 15t61 41t41 61t15 75zM1920 704v384q0 26 -19 45t-45 19h-64v-512h64q26 0 45 19t19 45z" + }, + { + Name: "Brunch", + Code: "F49D", + Path: "M1662 1152q-4 -72 -15 -140t-28.5 -134t-40 -131.5t-48.5 -131.5q-9 -23 -14.5 -51.5t-8.5 -51.5h285v-64q0 -56 -18.5 -107t-52 -92.5t-79.5 -71t-100 -41.5l22 -136h-686l16 128h-574q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h256q0 79 30 149t82.5 122.5t122 82.5t149.5 30q50 0 97 -13t90 -38q-27 97 -43 195.5t-16 199.5q0 78 12.5 149t35.5 145h143l-102 404l125 31l109 -435h189q0 79 30 149.5t82 123t122 83t150 30.5q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30.5 -150t-83 -122t-122.5 -82t-150 -30zM1664 1792q-53 0 -100 -20.5t-81.5 -55.5t-54.5 -82t-20 -100h208q20 -64 31 -125.5t14 -128.5q54 0 101 20t82.5 55t55.5 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM640 768q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h512q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM926 384h-787q10 -29 28 -52.5t42 -40.5t52.5 -26t58.5 -9h591q4 32 9.5 64t5.5 64zM1503 384q2 -31 7.5 -60.5t9.5 -59.5q46 12 81.5 43.5t51.5 76.5h-150zM1536 1234q0 44 -3.5 87t-13.5 85h-606q-9 -42 -13 -83.5t-4 -83.5q0 -58 8 -127t22.5 -139t34.5 -136.5t45 -120.5q29 -63 40 -128.5t11 -134.5q0 -82 -11.5 -163t-22.5 -162h390q-12 75 -26.5 149.5t-14.5 151.5q0 27 2 57.5t7 62t12.5 61.5t18.5 55q30 70 53 139t39 138.5t24 142t8 149.5z" + }, + { + Name: "BeerMug", + Code: "F49E", + Path: "M1600 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-512q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-64v-192q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1379q-59 34 -93.5 93t-34.5 128q0 52 20 99t54.5 81.5t80.5 55t99 20.5h1154q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -35 -9.5 -69t-26 -64.5t-40.5 -55.5t-52 -43v-24h64zM255 1920q-26 0 -49.5 -10t-40.5 -27.5t-27 -41t-10 -49.5q0 -40 23.5 -73t61.5 -47l43 -15v-569q0 -26 19 -45t45 -19t45 19t19 45v384q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-256q0 -26 19 -45t45 -19t45 19t19 45v256q0 40 15 75t41 61t61 41t75 15h371q33 16 55 52t22 76q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-1153zM1408 192v76q-15 -5 -31 -8.5t-33 -3.5h-1024q-17 0 -33 3.5t-31 8.5v-76q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45zM1344 384q26 0 45 19t19 45v1088h-320q-26 0 -45 -19t-19 -45v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v256q0 26 -19 45t-45 19t-45 -19t-19 -45v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-33 0 -64 11v-459q0 -26 19 -45t45 -19h192v448q0 27 19 45.5t45 18.5t45 -18.5t19 -45.5v-448h384v576q0 27 19 45.5t45 18.5t45 -18.5t19 -45.5v-576h192zM1792 704v512q0 40 -15 75t-41 61t-61 41t-75 15h-64v-896h64q40 0 75 15t61 41t41 61t15 75z" + }, + { + Name: "Vacation", + Code: "F49F", + Path: "M1728 384q26 0 45 -19t19 -45t-19 -45t-45 -19h-768q-26 0 -45 19t-19 45t19 45t45 19h768zM1600 128q26 0 45 -19t19 -45t-19 -45t-45 -19h-512q-26 0 -45 19t-19 45t19 45t45 19h512zM1838 640h210v-128h-1511q-10 -64 -14.5 -128t-7 -127.5t-2.5 -127.5t-1 -129h-384v193q0 81 6 160t17 159h-151v128h172q50 245 151 471t250 427q-146 5 -268 61.5t-223 159.5l-45 46l47 44q104 97 228 147.5t267 50.5q156 0 286 -58.5t239 -167.5q77 -2 149 -24t134 -60t113 -90t87.5 -115t56.5 -135t20 -150v-64h-64q-132 0 -247.5 56.5t-198.5 158.5q-76 -138 -191 -227t-269 -125q-43 -99 -76.5 -200t-56.5 -206h289q22 84 69 154.5t112.5 121.5t145.5 79.5t167 28.5t167 -28.5t145.5 -79.5t112.5 -121.5t69 -154.5zM1238 1668q-6 -65 -26 -132q51 -88 134.5 -146t184.5 -74q-10 61 -35 115.5t-63.5 100.5t-87.5 80.5t-107 55.5zM1112 1661q-102 -8 -192.5 -50.5t-161 -110t-117 -156.5t-60.5 -189q85 7 161 36.5t139 77.5t112 112.5t81 143.5q14 33 23.5 67t14.5 69zM224 1801q80 -66 177 -101t201 -35q97 0 187.5 30t167.5 88q-80 66 -177 101t-201 35q-97 0 -187.5 -30t-167.5 -88zM542 1026q-8 -2 -16 -2h-16q-16 0 -32 0.5t-32 1.5v47q-53 -118 -89.5 -232t-59 -230t-32 -235.5t-9.5 -247.5h128q0 121 8.5 234t27 223t48.5 219t74 222zM984 640h720q-20 57 -56 104.5t-83.5 81t-103.5 52t-117 18.5t-117 -18.5t-103.5 -52t-83.5 -81t-56 -104.5z" + }, + { + Name: "Teeth", + Code: "F4A0", + Path: "M1024 1536q70 0 132.5 20t123.5 44t123 44t133 20v-128q-44 0 -84 -9.5t-78.5 -23.5t-77.5 -31t-81 -31t-89 -23.5t-102 -9.5t-102 9.5t-89 23.5t-80.5 31t-77.5 31t-79 23.5t-84 9.5v128q69 0 132 -20t124 -44t124 -44t132 -20zM2048 1469q0 -177 -26 -360.5t-76.5 -363t-125.5 -349t-173 -318.5q-24 -36 -61 -57t-81 -21q-55 0 -99 31.5t-61 83.5l-178 532q-35 -4 -71 -5.5t-72 -1.5t-72 1.5t-71 5.5l-178 -532q-17 -52 -61 -83.5t-99 -31.5q-44 0 -81 21t-61 57q-98 149 -173 318.5t-125.5 349t-76.5 363t-26 360.5q0 112 34 216.5t99 185t160 129t217 48.5q71 0 133.5 -20t123.5 -44t123.5 -44t133.5 -20t133.5 20t123.5 44t123.5 44t133.5 20q122 0 217 -48.5t160 -129t99 -185t34 -216.5zM1920 1467q0 93 -25 175.5t-75.5 144t-125.5 97.5t-175 36q-58 0 -111.5 -20t-111.5 -44t-124 -44t-148 -20q-83 0 -148.5 20t-123.5 44t-114.5 44t-121.5 20q-97 0 -170 -38t-121.5 -101t-72.5 -144.5t-24 -169.5q0 -98 11.5 -211.5t34 -233.5t55 -241.5t75 -235.5t94.5 -216t112 -182q15 -19 38 -19q12 0 31 36.5t40.5 93.5t44.5 126t43.5 133.5t36.5 117.5t24 77q8 26 30.5 45.5t51.5 19.5q44 0 87 -4.5t87 -4.5t87 4.5t87 4.5q29 0 51.5 -19.5t30.5 -45.5q8 -24 24 -77t36.5 -117.5t43.5 -133.5t44.5 -126t40.5 -93.5t31 -36.5q23 0 38 19q60 80 112 182t94.5 216t75 235.5t55 241t34 233.5t11.5 212z" + }, + { + Name: "Taxi", + Code: "F4A1", + Path: "M384 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1664 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM2048 1152h-37l-66 -65q2 -5 10 -30t19.5 -59t24.5 -73t24 -71.5t18 -54l7 -21.5v-650q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v650l7 21.5t18 54t24 71.5t24.5 73t19.5 59t10 30l-66 65h-37v128h91l57 -58l74 223q17 52 48 92.5t72.5 68.5t90.5 43t103 15l111 221q8 16 24 25.5t33 9.5h640q17 0 33 -9.5t24 -25.5l111 -221q54 0 103 -15t90.5 -43t72.5 -68.5t48 -92.5l74 -223l57 58h91v-128zM744 1792l-64 -128h688l-64 128h-560zM259 1152h1530l-85 253q-20 59 -69.5 95t-112.5 36h-996q-63 0 -112.5 -36t-69.5 -95zM1408 256v49l-104 207h-560l-104 -207v-49h768zM1536 256h384v502l-6 18.5t-15.5 46.5t-20.5 61.5t-21 63t-17 50.5t-9 26h-1614q-2 -5 -9 -26t-17 -50.5t-21 -63t-20.5 -61.5t-15.5 -46.5l-6 -18.5v-502h384v79l152 305h720l152 -305v-79z" + }, + { + Name: "Chopsticks", + Code: "F4A2", + Path: "M1920 1339q0 -26 -19 -45t-45 -19h-1088v-379h832q26 0 45 -19t19 -45q0 -115 -29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5q0 26 19 45t45 19h576v379h-128v-187q0 -26 -19 -45t-45 -19t-45 19t-19 45v187h-192q-26 0 -45 19t-19 45t19 45t45 19h192v156l-40 -8t-52 -10t-51.5 -9t-37.5 -4q-26 0 -45 19t-19 45q0 23 15 41t38 22l1659 292q4 1 11 1q26 0 45 -19t19 -45q0 -23 -15 -41t-38 -22l-1105 -195v-223h1088q26 0 45 -19t19 -45zM832 128q136 0 258 49t216.5 135t154.5 203t72 253h-1402q12 -136 72 -253t154.5 -203t216.5 -135t258 -49zM512 1403h128v201l-128 -23v-178z" + }, + { + Name: "SyncOccurence", + Code: "F4A3", + Path: "M1792 1792h128v-512h-512v128h281q-51 88 -122.5 159t-158 121t-184 77t-200.5 27q-138 0 -263 -46.5t-225.5 -129t-170 -196.5t-95.5 -249l-126 25q20 105 63.5 199t106 174.5t141 145.5t169.5 110.5t192 70t208 24.5q118 0 230 -30.5t211.5 -87t183 -136.5t143.5 -180v306zM1024 256q138 0 263 46.5t225.5 129t170 196t95.5 248.5l125 -24q-30 -158 -111 -290.5t-198 -229t-263.5 -150.5t-306.5 -54q-119 0 -231.5 30.5t-211.5 86.5t-182 136.5t-143 180.5v-306h-128v512h512v-128h-281q51 -89 122.5 -160t157.5 -120.5t183.5 -76.5t201.5 -27z" + }, + { + Name: "UnsyncOccurence", + Code: "F4A4", + Path: "M1933 205l-90 -90l-235 234q-119 -103 -267.5 -162t-316.5 -59q-119 0 -231.5 30.5t-211.5 86.5t-182 136.5t-143 180.5v-306h-128v512h512v-128h-281q51 -89 122.5 -160t157.5 -120.5t183.5 -76.5t201.5 -27q141 0 266.5 48.5t227.5 135.5l-1079 1078q-63 -73 -106 -160t-63 -187l-126 25q23 119 76 222.5t129 189.5l-234 235l90 90zM1024 1792q-97 0 -187 -24t-171 -67l-94 95q101 60 214.5 92t237.5 32q118 0 230 -30.5t211.5 -87t183 -136.5t143.5 -180v306h128v-512h-512v128h281q-51 88 -122.5 159t-158 121t-184 77t-200.5 27zM1797 571l-96 96q26 49 46 100.5t31 108.5l125 -24q-14 -77 -41.5 -146.5t-64.5 -134.5z" + }, + { + Name: "GIF", + Code: "F4A9", + Path: "M1856 1920q39 0 74 -15t61.5 -41.5t41.5 -61.5t15 -74v-1280q0 -39 -15 -74t-41.5 -61.5t-61.5 -41.5t-74 -15h-1664q-39 0 -74 15t-61.5 41.5t-41.5 61.5t-15 74v1280q0 39 15 74t41.5 61.5t61.5 41.5t74 15h1664zM1920 448v1280q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-1280q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45zM1294 774v628h338v-89h-234v-188h216v-88h-216v-263h-104zM638 1028v87h236v-298q-51 -27 -106 -40t-112 -13q-71 0 -128.5 23t-98.5 64.5t-63 99.5t-22 129q0 73 25 134t69.5 105t105.5 68.5t134 24.5q45 0 89.5 -6.5t86.5 -23.5v-108q-38 26 -82 37.5t-90 11.5q-52 0 -94 -18t-72 -50t-46 -75.5t-16 -94.5q0 -48 12.5 -90.5t38 -74t63.5 -49.5t90 -18q29 0 57.5 5.5t54.5 19.5v150h-132zM1034 768v627h108v-627h-108z" + }, + { + Name: "PrimaryCalendar", + Code: "F4AE", + Path: "M2031 511l-266 -197l102 -313l-267 193l-266 -194l101 314l-266 197h335l97 310l95 -310h335zM2048 1920v-1249h-128v737h-1792v-1152h1116l4 -3l-41 -125h-1207v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792z" + }, + { + Name: "SearchCalendar", + Code: "F4AF", + Path: "M2048 1920v-768q-58 57 -128 95v161h-1792v-1152h707q-17 -17 -30 -30.5t-23.5 -27.5t-19.5 -30.5t-16 -39.5h-746v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "VideoOff", + Code: "F4B0", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1544v-686q-57 63 -128 106v373l-384 -193v-92q-33 -3 -65 -10t-63 -18v384h-1280v-768h896q-11 -31 -18 -63t-10 -65h-996v1024h1536v-248z" + }, + { + Name: "PowerAutomateLogo", + Code: "F4B1", + Path: "M2020 1088q0 -56 -37 -98l-597 -683q-21 -24 -51 -37.5t-62 -13.5h-1117q-31 0 -58 12t-47.5 32t-32 47.5t-11.5 58.5q0 56 37 98l511 584l-511 584q-37 42 -37 98q0 31 11.5 58.5t32 47.5t47.5 32t58 12h1117q32 0 62 -13.5t51 -37.5l597 -683q37 -42 37 -98zM640 1185l527 607h-1011q-9 0 -15 -6.5t-6 -15.5q0 -6 5 -13zM156 384h477l948 1067l-271 310q-292 -336 -584.5 -671.5t-585.5 -670.5q-5 -7 -5 -13q0 -9 6 -15.5t15 -6.5zM1892 1088q0 7 -5 14l-221 252l-862 -970h469q9 0 16 7l598 683q5 7 5 14z" + }, + { + Name: "BusinessCenterLogo", + Code: "F4B2", + Path: "M1728 1536q40 0 75 -15t61 -41t41 -61t15 -75v-768q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1408q-40 0 -75 15t-61 41t-41 61t-15 75v768q0 40 15 75t41 61t61 41t75 15h322q6 54 31 101t63.5 81.5t87.5 54t104 19.5h128q55 0 104 -19.5t87.5 -54t63.5 -81.5t31 -101h386zM928 1664q-28 0 -54 -9.5t-47 -26.5t-35.5 -40.5t-20.5 -51.5h442q-6 28 -20.5 51.5t-35.5 40.5t-47 26.5t-54 9.5h-128zM1408 1408h-1088q-26 0 -45 -19t-19 -45v-768q0 -26 19 -45t45 -19h1088v896zM1792 1344q0 26 -19 45t-45 19h-192v-896h192q26 0 45 19t19 45v768z" + }, + { + Name: "ToDoLogoBottom", + Code: "F4B3", + Path: "M894 966l-353 -353h-89l-397 397l397 397z" + }, + { + Name: "ToDoLogoTop", + Code: "F4B4", + Path: "M2048 1408l-1195 -1195l-400 400l1195 1195z" + }, + { + Name: "EditSolid12", + Code: "F4B5", + Path: "M1754 2048q61 0 114.5 -21.5t93.5 -60t63 -91t23 -113.5q0 -47 -10 -84t-28 -69.5t-44 -62t-58 -60.5l-424 423q31 31 59.5 57t59.5 44t67.5 28t83.5 10zM1334 1758l422 -422l-1003 -1001l-753 -333l348 759z" + }, + { + Name: "EditSolidMirrored12", + Code: "F4B6", + Path: "M294 2048q-61 0 -114.5 -21.5t-93.5 -60t-63 -91t-23 -113.5q0 -47 10 -84t28 -69.5t44 -62t58 -60.5l424 423q-31 31 -59.5 57t-59.5 44t-67.5 28t-83.5 10zM714 1758l-422 -422l1003 -1001l753 -333l-348 759z" + }, + { + Name: "UneditableSolid12", + Code: "F4B7", + Path: "M1908 1486l-424 423q31 31 59.5 57t59.5 44t67.5 28t83.5 10q61 0 114.5 -21.5t93.5 -60t63 -91t23 -113.5q0 -47 -10 -84.5t-28 -69.5t-44 -61.5t-58 -60.5zM1756 1336l-282 -282l-420 420l280 284zM25 1902l121 121l1877 -1877l-121 -121l-729 729l-420 -419l-753 -333l348 759l407 411z" + }, + { + Name: "UneditableSolidMirrored12", + Code: "F4B8", + Path: "M574 1054l-282 282l422 422l280 -284zM2048 2l-753 333l-420 419l-729 -729l-121 121l1877 1877l121 -121l-730 -730l407 -411zM140 1486q-32 31 -58 60.5t-44 62t-28 69.5t-10 84q0 61 23 113.5t63 91t93.5 60t114.5 21.5q47 0 83.5 -10t67.5 -28t59 -44t60 -57z" + }, + { + Name: "UneditableMirrored", + Code: "F4B9", + Path: "M576 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM256 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM843 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 0l-633 158l-263 263v182l276 -277q16 52 44.5 98.5t66.5 84.5t84 66t99 45l-1082 1081l-293 -293l384 -384h-182l-451 451q-48 48 -73 109.5t-25 127.5q0 70 26.5 131t72 106.5t106.5 72t130 26.5q67 0 128.5 -25t109.5 -73l1304 -1305l13 -12zM549 1792q-25 25 -47 48t-46.5 41t-53.5 28.5t-67 10.5q-43 0 -80.5 -16.5t-65.5 -44.5t-44.5 -66t-16.5 -81q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47zM1872 176l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87z" + }, + { + Name: "AdminALogo32", + Code: "F4BA", + Path: "M1757 692q-14 -19 -28 -37t-30 -35l75 -194l-262 -153l-132 172q-27 -5 -54.5 -8t-54.5 -3q-28 0 -55 3v-386l-1152 266v1414l1152 266v-386q9 1 18.5 1.5t18.5 0.5l83 187l293 -77l-28 -212q20 -14 38.5 -28t35.5 -31l192 74l152 -262l-170 -131q5 -23 7 -46t3 -46l189 -84l-77 -293zM1216 741q14 -2 27 -3.5t27 -1.5q60 0 112.5 22.5t91.5 61.5t61.5 91.5t22.5 112.5t-22.5 112.5t-61.5 91.5t-91.5 61.5t-112.5 22.5q-14 0 -27 -1.5t-27 -3.5v-167q25 12 54 12q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-29 0 -54 12v-167zM888 657q-55 189 -111 375.5t-109 375.5l-164 -10l-199 -705l146 -9l38 147h190l42 -164zM1625 636q30 27 55 58.5t45 66.5l198 -26l49 185l-177 79q0 5 0.5 11t0.5 11q0 35 -5 69t-13 70l158 121l-97 166l-180 -69q-57 57 -126 101l25 196l-186 49l-78 -175q-5 1 -11 1h-11q-14 0 -27 -3q-1 0 -1.5 -0.5t-3.5 -0.5h-24v-174q14 2 27 3t27 1q73 0 137 -27.5t112 -75.5t75.5 -112t27.5 -137t-27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5q-14 0 -27 1t-27 3v-175q13 -2 25 -2h25q71 0 140 18l122 -160l167 97zM582 1218q0 -2 4 -18.5t10 -41t13.5 -54t14.5 -56t12.5 -47t7.5 -27.5h-124l58 229q2 10 4 15z" + }, + { + Name: "AdminALogoFill32", + Code: "F4BB", + Path: "M2020 939l-63 -240l-206 27q-17 -26 -36.5 -51t-42.5 -47l72 -188l-214 -125l-127 166q-62 -14 -123 -14q-67 0 -131.5 15.5t-124.5 46.5v305q45 -61 112.5 -95.5t143.5 -34.5q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-76 0 -143.5 -34.5t-112.5 -95.5v305q61 32 126 47t134 15l80 181l240 -63l-27 -204q55 -35 100 -80l186 71l124 -214l-163 -125q6 -32 9.5 -63.5t3.5 -63.5zM691 1441l240 -819l-235 15l-42 167h-140l-39 -154l-211 13l215 765z" + }, + { + Name: "ToDoLogoInverse", + Code: "F4BC", + Path: "M384 1536l384 -384l-384 -384l-384 384zM1664 1792l384 -384l-1152 -1152l-384 384z" + }, + { + Name: "Snooze", + Code: "F4BD", + Path: "M640 768h256v-128h-384v512h128v-384zM640 1408q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM640 256q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1361 1397h239v-117h-448v66l250 329h-225v117h421v-78zM2048 1623v-87h-320v49l179 248h-161v87h301v-59l-170 -238h171z" + }, + { + Name: "CortanaLogoBeckonInner", + Code: "F4C6", + Path: "M1024 1749q100 0 193 -26t173.5 -73t146.5 -113t113 -146.5t73 -173.5t26 -193t-26 -193t-73 -173.5t-113 -146.5t-146.5 -113t-173.5 -73t-193 -26t-193 26t-173.5 73t-146.5 113t-113 146.5t-73 173.5t-26 193t26 193t73 173.5t113 146.5t146.5 113t173.5 73t193 26z" + }, + { + Name: "CortanaLogoBeckonOuter", + Code: "F4C7", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 384q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170t23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23z" + }, + { + Name: "CortanaLogoReadyInner", + Code: "F4C8", + Path: "M1024 1664q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23z" + }, + { + Name: "CortanaLogoReadyOuter", + Code: "F4C9", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 512q106 0 199.5 40t163 109.5t109.5 163t40 199.5t-40 199.5t-109.5 163t-163 109.5t-199.5 40t-199.5 -40t-163 -109.5t-109.5 -163t-40 -199.5t40 -199.5t109.5 -163t163 -109.5t199.5 -40z" + }, + { + Name: "ShowVisualFilter", + Code: "F4DE", + Path: "M384 789q-53 -70 -89 -149h-295v1152h384v-1003zM256 1664h-128v-896h128v896zM640 1022q-34 -21 -66 -44.5t-62 -49.5v608h384v-399q-33 -10 -64.5 -21.5t-63.5 -25.5v318h-128v-386zM1152 1181q-32 -2 -64 -5t-64 -9v881h384v-881q-32 6 -64 9t-64 5v739h-128v-739zM1216 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM1216 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1216 1024q100 0 200.5 -22t192.5 -64t172.5 -102.5t139.5 -139t93 -173t34 -203.5h-128q0 91 -29.5 169.5t-80.5 142.5t-119.5 113t-146.5 82.5t-162 51t-166 17.5t-166 -17.5t-162 -51t-146.5 -82.5t-119.5 -113t-80.5 -142.5t-29.5 -169.5h-128q0 109 34 203.5t93 173t139.5 139t172.5 102.5t192.5 64t200.5 22z" + }, + { + Name: "WaffleOffice365", + Code: "F4E0", + Path: "M192 2048q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 2048q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 1664q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM192 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM192 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15z" + }, + { + Name: "AddConnection", + Code: "F4E1", + Path: "M256 832q0 90 34 172t97 145l211 211l634 -634l-211 -211q-63 -63 -145 -97t-172 -34q-73 0 -141.5 22.5t-126.5 66.5l-327 -326l-90 90l326 327q-44 58 -66.5 126.5t-22.5 141.5zM704 509q63 0 110.5 17.5t87.5 47.5t76.5 69t78.5 81l-461 461q-41 -41 -80.5 -78t-70.5 -77.5t-49.5 -88t-18.5 -109.5q0 -69 25.5 -128t69.5 -102.5t104 -68t128 -24.5zM1664 1344q0 -89 -34 -171.5t-97 -145.5l-212 -211l-633 633l211 212q63 63 146 95t171 32q72 0 141 -21.5t127 -63.5l327 326l90 -90l-326 -327q44 -58 66.5 -126.5t22.5 -141.5zM1324 990q41 40 80.5 77.5t70 78t49.5 88.5t19 110q0 69 -25.5 128t-70 102.5t-104 68t-127.5 24.5q-63 0 -110.5 -18t-88 -47.5t-77 -68.5t-78.5 -81zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" + }, + { + Name: "ImageSearch", + Code: "F4E8", + Path: "M1664 1472q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM2048 1792v-639q-28 28 -60.5 50.5t-67.5 41.5v419h-1792v-677l448 447l556 -555q-12 -54 -12 -111q0 -16 2 -32l4 -32l-550 550l-448 -449v-421h835l-128 -128h-835v1536h2048zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "NewsSearch", + Code: "F4E9", + Path: "M1487 1280q-59 -20 -111.5 -52t-96.5 -76h-255v128h463zM1120 768q0 -32 4.5 -64t12.5 -64h-113v128h96zM2048 1536v-383q-28 28 -60.5 50.5t-67.5 41.5v163h-128v-113q-32 8 -64 12.5t-64 4.5v352h-1536v-1031q0 -25 9.5 -47t26 -38.5t38.5 -26t47 -9.5h842l-128 -128h-714q-51 0 -96.5 19.5t-79.5 53.5t-53.5 79.5t-19.5 96.5v1159h1792v-256h256zM1536 1408h-1280v128h1280v-128zM256 1280h640v-640h-640v640zM384 768h384v384h-384v-384zM1024 1024h128v-79q-9 -25 -15 -49h-113v128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "VideoSearch", + Code: "F4EA", + Path: "M2048 1792v-639q-28 28 -60.5 50.5t-67.5 41.5v419h-128v-128h-128v128h-1280v-128h-128v128h-128v-1152h128v128h128v-128h707l-128 -128h-963v1408h2048zM1792 1408v-113q-32 8 -64 12.5t-64 4.5v96h128zM384 1024h-128v128h128v-128zM384 1280h-128v128h128v-128zM256 896h128v-128h-128v128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "R", + Code: "F4EB", + Path: "M1023 384h-127v768h253q49 0 94.5 -12t80 -37t55 -64t20.5 -94q0 -83 -46 -136t-124 -76q39 -22 70 -58.5t54 -74.5l136 -216h-148l-123 206q-13 22 -27 41t-30.5 33.5t-37.5 23t-49 8.5h-51v-312zM1023 799h106q60 0 98 35.5t38 96.5q0 62 -39 90t-96 28h-107v-250zM1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z" + }, + { + Name: "FontColorA", + Code: "F4EC", + Path: "M1582 384h-135l-170 512h-634l-170 -512h-135l555 1664h134zM1234 1024l-274 821l-274 -821h548z" + }, + { + Name: "FontColorSwatch", + Code: "F4ED", + Path: "M1664 256v-256h-1408v256h1408z" + }, + { + Name: "LightWeight", + Code: "F4EE", + Path: "M1457 731q0 -111 -37.5 -199t-103.5 -149.5t-157 -94t-199 -32.5h-448v1664h438q89 0 167 -24.5t136 -73t91.5 -120.5t33.5 -166q0 -72 -19.5 -136t-57 -116t-92 -90.5t-123.5 -60.5v-4q84 -9 152 -40t117 -82t75.5 -120.5t26.5 -155.5zM627 1814v-644h232q81 0 153.5 21t127 63.5t87 107.5t32.5 153q0 84 -26.5 141.5t-74 92.5t-112.5 50t-142 15h-277zM1340 722q0 104 -40 171t-105.5 105.5t-150 53t-172.5 14.5h-245v-706h309q88 0 162.5 21t128 65.5t83.5 112.5t30 163z" + }, + { + Name: "NormalWeight", + Code: "F4EF", + Path: "M1536 735q0 -115 -44 -204t-118.5 -149.5t-172.5 -92t-205 -31.5h-484v1662h473q88 0 172.5 -22t150 -68.5t105.5 -118t40 -171.5q0 -69 -19.5 -132t-57 -114.5t-91 -89.5t-120.5 -58v-5q84 -9 152.5 -41.5t117 -85t75 -123.5t26.5 -156zM707 1744v-536h198q72 0 134.5 16.5t109 51.5t73 91t26.5 134q0 72 -26 119t-70 74.5t-101 38.5t-120 11h-224zM1332 738q0 90 -34.5 147t-91 89.5t-129 44.5t-148.5 12h-222v-597h263q73 0 138.5 17.5t115 54t79 94t29.5 138.5z" + }, + { + Name: "SemiboldWeight", + Code: "F4F0", + Path: "M1639 734q0 -82 -24 -149t-65.5 -120t-98 -92.5t-122.5 -65.5t-138.5 -38.5t-144.5 -12.5h-534v1664h528q59 0 120.5 -8.5t120 -27.5t109.5 -48.5t89.5 -71.5t61 -98t22.5 -126q0 -73 -21 -136t-60.5 -113.5t-95 -87.5t-124.5 -58v-5q85 -10 154.5 -42t119 -84t76.5 -122.5t27 -157.5zM787 1698v-473h179q63 0 119 14.5t98 46t66 80.5t24 119q0 64 -24 105.5t-64 65.5t-91 33t-106 9h-201zM1345 745q0 79 -31 129.5t-81.5 79t-115 39t-130.5 10.5h-200v-527h236q65 0 123.5 15t102.5 47t70 83.5t26 123.5z" + }, + { + Name: "GroupObject", + Code: "F4F1", + Path: "M256 1792h-256v256h256v-256zM2048 2048v-256h-256v256h256zM0 256h256v-256h-256v256zM1792 256h256v-256h-256v256zM768 256h896v-128h-1024v512h-512v1024h128v-896h384v640h640v384h-896v128h1024v-512h512v-1024h-128v896h-384v-640h-640v-384zM768 768h512v512h-512v-512z" + }, + { + Name: "UngroupObject", + Code: "F4F2", + Path: "M1920 1152v-896h128v-256h-256v128h-896v-128h-256v256h128v512h-512v-128h-256v256h128v896h-128v256h256v-128h896v128h256v-256h-128v-512h512v128h256v-256h-128zM768 896v256h-128v256h256v-128h256v512h-896v-896h512zM896 1152v-256h256v256h-256zM1792 1152h-512v-256h128v-256h-256v128h-256v-512h896v896z" + }, + { + Name: "AlignHorizontalLeft", + Code: "F4F3", + Path: "M0 2048h128v-2048h-128v2048zM1408 1152h-1152v512h1152v-512zM1280 1536h-896v-256h896v256zM1920 896v-512h-1664v512h1664zM1792 768h-1408v-256h1408v256z" + }, + { + Name: "AlignHorizontalCenter", + Code: "F4F4", + Path: "M1792 384h-768v-384h-128v384h-768v512h768v256h-512v512h512v384h128v-384h512v-512h-512v-256h768v-512zM512 1280h896v256h-896v-256zM1664 768h-1408v-256h1408v256z" + }, + { + Name: "AlignHorizontalRight", + Code: "F4F5", + Path: "M1920 2048v-2048h-128v2048h128zM512 1664h1152v-512h-1152v512zM640 1280h896v256h-896v-256zM0 896h1664v-512h-1664v512zM128 512h1408v256h-1408v-256z" + }, + { + Name: "AlignVerticalTop", + Code: "F4F6", + Path: "M2048 2048v-128h-2048v128h2048zM1152 1792h512v-1152h-512v1152zM1280 768h256v896h-256v-896zM384 1792h512v-1664h-512v1664zM512 256h256v1408h-256v-1408z" + }, + { + Name: "AlignVerticalCenter", + Code: "F4F7", + Path: "M2048 1024h-384v-512h-512v512h-256v-768h-512v768h-384v128h384v768h512v-768h256v512h512v-512h384v-128zM768 1792h-256v-1408h256v1408zM1536 1536h-256v-896h256v896z" + }, + { + Name: "AlignVerticalBottom", + Code: "F4F8", + Path: "M2048 256v-128h-2048v128h2048zM1664 384h-512v1152h512v-1152zM1536 1408h-256v-896h256v896zM896 384h-512v1664h512v-1664zM768 1920h-256v-1408h256v1408z" + }, + { + Name: "HorizontalDistributeCenter", + Code: "F4F9", + Path: "M640 1792h256v-1536h-256v-256h-128v256h-256v1536h256v256h128v-256zM768 1664h-384v-1280h384v1280zM1792 512h-256v-512h-128v512h-256v1024h256v512h128v-512h256v-1024zM1664 1408h-384v-768h384v768z" + }, + { + Name: "VerticalDistributeCenter", + Code: "F4FA", + Path: "M2048 1536v-128h-512v-256h-1024v256h-512v128h512v256h1024v-256h512zM1408 1664h-768v-384h768v384zM1792 640h256v-128h-256v-256h-1536v256h-256v128h256v256h1536v-256zM1664 768h-1280v-384h1280v384z" + }, + { + Name: "Ellipse", + Code: "F4FB", + Path: "M1024 1792q131 0 268.5 -27.5t264 -84.5t233 -144t174.5 -206q41 -71 62.5 -147.5t21.5 -158.5t-21.5 -158.5t-62.5 -147.5q-68 -119 -174.5 -206t-233 -144t-264 -84.5t-268.5 -27.5t-268.5 27.5t-264 84.5t-233 144t-174.5 206q-41 71 -62.5 147.5t-21.5 158.5t21.5 158.5t62.5 147.5q68 119 174.5 206t233 144t264 84.5t268.5 27.5zM1024 384q84 0 169 11.5t167 35.5t159.5 60.5t145.5 86.5q54 40 101 88.5t81 105t53.5 119.5t19.5 133t-19.5 133t-53.5 119.5t-81 105t-101 88.5q-68 50 -145.5 86.5t-159.5 60.5t-167 35.5t-169 11.5t-169 -11.5t-167 -35.5t-159.5 -60.5t-145.5 -86.5q-54 -40 -101 -88.5t-81 -105t-53.5 -119.5t-19.5 -133t19.5 -133t53.5 -119.5t81 -105t101 -88.5q68 -50 145.5 -86.5t159.5 -60.5t167 -35.5t169 -11.5z" + }, + { + Name: "Line", + Code: "F4FC", + Path: "M2029 109l-90 -90l-1920 1920l90 90z" + }, + { + Name: "Octagon", + Code: "F4FD", + Path: "M1920 1486v-796l-562 -562h-796l-562 562v796l562 562h796zM1792 1433l-487 487h-690l-487 -487v-690l487 -487h690l487 487v690z" + }, + { + Name: "Hexagon", + Code: "F4FE", + Path: "M2024 1088l-497 -960h-1006l-497 960l497 960h1006zM1880 1088l-431 832h-850l-431 -832l431 -832h850z" + }, + { + Name: "Pentagon", + Code: "F4FF", + Path: "M2042 1325l-389 -1197h-1258l-389 1197l1018 705zM1891 1274l-867 600l-867 -600l331 -1018h1072z" + }, + { + Name: "RightTriangle", + Code: "F500", + Path: "M2011 128h-1883v1883zM256 256h1445l-1445 1445v-1445z" + }, + { + Name: "HalfCircle", + Code: "F501", + Path: "M1536 2048v-1920q-59 0 -114 3t-109 11t-107.5 23t-107.5 38q-134 57 -242 147.5t-184.5 206t-118 251t-41.5 280.5q0 133 34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64zM1408 1918q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5t27 -209.5t76 -191t119 -165t155 -131.5t184 -90.5t207 -42.5v1660z" + }, + { + Name: "QuarterCircle", + Code: "F502", + Path: "M1920 1920v-1792h-1792q0 99 6.5 192t22.5 183.5t42 180t65 181.5q68 160 164 300.5t215 257.5t258.5 209.5t293.5 156.5t320.5 97.5t340.5 33.5h64zM1792 1791q-208 -8 -400 -67.5t-360 -160.5t-307 -240t-240 -307t-160.5 -360t-67.5 -400h1535v1535z" + }, + { + Name: "ThreeQuarterCircle", + Code: "F503", + Path: "M1920 1152q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896h896zM960 256q108 0 209.5 27t191 76t165 119t131.5 155t90.5 184t42.5 207h-894v894q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30z" + }, + { + Name: "6PointStar", + Code: "F504", + Path: "M1648 1024l307 -512h-615l-316 -514l-316 514h-615l306 511l-323 513h632l316 514l316 -514h615zM1499 1024l230 384h-460l-245 398l-245 -398h-471l242 -383l-231 -385h460l245 -398l245 398h460z" + }, + { + Name: "12PointStar", + Code: "F505", + Path: "M1754 828l142 -308l-338 -30l-30 -338l-308 142l-196 -277l-196 277l-308 -142l-30 338l-338 30l142 308l-277 196l277 196l-142 308l338 30l30 338l308 -142l196 277l196 -277l308 142l30 -338l338 -30l-142 -308l277 -196zM1704 632l-111 240l216 152l-216 152l111 240l-264 24l-24 264l-240 -111l-152 216l-152 -216l-240 111l-24 -264l-264 -24l111 -240l-216 -152l216 -152l-111 -240l264 -24l24 -264l240 111l152 -216l152 216l240 -111l24 264z" + }, + { + Name: "ArrangeBringToFront", + Code: "F506", + Path: "M1664 384h-1280v1280h1280v-1280zM1536 1536h-1024v-1024h1024v1024zM128 1280h128v-128h-256v896h896v-256h-128v128h-640v-640zM2048 896v-896h-896v256h128v-128h640v640h-128v128h256z" + }, + { + Name: "ArrangeSendToBack", + Code: "F507", + Path: "M512 512h512v-128h-640v640h128v-512zM1536 1536h-512v128h640v-640h-128v512zM896 1152h-896v896h896v-896zM768 1920h-640v-640h640v640zM2048 896v-896h-896v896h896zM1920 768h-640v-640h640v640z" + }, + { + Name: "ArrangeSendBackward", + Code: "F508", + Path: "M128 512h512v-128h-640v1664h1664v-640h-128v512h-1408v-1408zM2048 1280v-1280h-1280v1280h1280zM1920 1152h-1024v-1024h1024v1024z" + }, + { + Name: "ArrangeBringForward", + Code: "F509", + Path: "M1664 384h-1664v1664h1664v-1664zM1536 1920h-1408v-1408h1408v1408zM2048 1280v-1280h-1280v256h128v-128h1024v1024h-128v128h256z" + }, + { + Name: "BorderDash", + Code: "F50A", + Path: "M256 1920h-256v128h256v-128zM640 1920h-256v128h256v-128zM1024 1920h-256v128h256v-128zM1408 1920h-256v128h256v-128zM1792 1920h-256v128h256v-128zM0 1792h128v-256h-128v256zM0 1408h128v-256h-128v256zM0 1024h128v-256h-128v256zM0 640h128v-256h-128v256zM0 256h128v-256h-128v256zM1792 128h256v-128h-256v128zM1408 128h256v-128h-256v128zM1024 128h256v-128h-256v128zM640 128h256v-128h-256v128zM256 128h256v-128h-256v128zM1920 512h128v-256h-128v256zM1920 896h128v-256h-128v256zM1920 1280h128v-256h-128v256zM1920 1664h128v-256h-128v256zM2048 2048v-256h-128v256h128z" + }, + { + Name: "BorderDot", + Code: "F50B", + Path: "M0 2048h128v-128h-128v128zM384 2048h128v-128h-128v128zM768 2048h128v-128h-128v128zM1152 2048h128v-128h-128v128zM1536 2048h128v-128h-128v128zM2048 2048v-128h-128v128h128zM0 128h128v-128h-128v128zM384 128h128v-128h-128v128zM768 128h128v-128h-128v128zM1152 128h128v-128h-128v128zM1536 128h128v-128h-128v128zM0 512h128v-128h-128v128zM0 896h128v-128h-128v128zM0 1280h128v-128h-128v128zM0 1664h128v-128h-128v128zM1920 512h128v-128h-128v128zM1920 896h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1664h128v-128h-128v128zM1920 128h128v-128h-128v128z" + }, + { + Name: "LineStyle", + Code: "F50C", + Path: "M1920 1664v-128h-1920v128h1920zM128 1152h-128v128h128v-128zM384 1152h-128v128h128v-128zM512 1280h128v-128h-128v128zM896 1152h-128v128h128v-128zM1152 1152h-128v128h128v-128zM1280 1280h128v-128h-128v128zM1664 1152h-128v128h128v-128zM1792 1280h128v-128h-128v128zM256 768h-256v128h256v-128zM384 896h256v-128h-256v128zM768 896h256v-128h-256v128zM1152 896h256v-128h-256v128zM1536 896h256v-128h-256v128zM0 512h384v-128h-384v128zM512 512h128v-128h-128v128zM768 512h384v-128h-384v128zM1536 512h384v-128h-384v128zM1280 512h128v-128h-128v128z" + }, + { + Name: "LineThickness", + Code: "F50D", + Path: "M2048 1664v-128h-2048v128h2048zM0 1280h2048v-256h-2048v256zM0 768h2048v-384h-2048v384z" + }, + { + Name: "WindowEdit", + Code: "F50E", + Path: "M2048 1920v-640h-128v128h-1792v-1024h640v-128h-768v1664h2048zM1920 1792h-1792v-256h1792v256zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "HintText", + Code: "F50F", + Path: "M2048 1792v-384h-128v256h-1792v-1152h896v-128h-1024v1408h2048zM1536 1408q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-38.5 -195.5t-110.5 -165.5l-32 -34q-12 -13 -25 -29.5t-23.5 -35.5t-17 -38.5t-6.5 -37.5v-168q0 -41 -15.5 -76.5t-41.5 -61.5t-62 -41.5t-76 -15.5h-128q-41 0 -76.5 15.5t-61.5 41.5t-41.5 61.5t-15.5 76.5v168q-1 25 -11 49t-25 46t-33.5 42t-34.5 38q-72 76 -110.5 165.5t-38.5 195.5t40 199.5t109.5 163t163 109.5t199.5 40zM1661 253h-250v-61q0 -25 18 -43t43 -18h128q25 0 43 18t18 43v61zM1670 387q10 57 32 98.5t50 76t57.5 66t54 69t40.5 85t16 114.5q0 80 -30 150t-82 122t-122 82t-150 30t-150 -30t-122 -82t-82 -122t-30 -150q0 -76 29 -147.5t83 -127.5q27 -27 49.5 -52.5t40 -52.5t29.5 -58.5t19 -70.5h268z" + }, + { + Name: "MediaAdd", + Code: "F510", + Path: "M256 1664h128v-128h-128v128zM256 1408h128v-128h-128v128zM1152 1664h128v-128h-128v128zM1883 768h-310l155 154zM1408 1088q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM2048 1408v-896h-128v768h-1280v-549l320 319l448 -447l128 128v-182l-37 -37h-182l-357 358l-320 -321v-165h640v-128h-768v640h-512v1152h1536v-640h512zM1408 1408v512h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h128v384h896zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "AnchorLock", + Code: "F511", + Path: "M1216 1408q26 0 45 -19t19 -45t-19 -45t-45 -19h-192v-1017q33 3 65 11.5t63 19.5v-136q-47 -14 -95 -22t-97 -8q-91 0 -176 22.5t-160 63.5t-138.5 99t-111 129t-77.5 153.5t-38 172.5h-131l192 256l192 -256h-121q11 -100 54 -187t110 -154t154 -110t187 -54v1017h-192q-26 0 -45 19t-19 45t19 45t45 19h192v140q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -30 -9.5 -58.5t-26 -52t-40.5 -41.5t-52 -28v-140h192zM960 1664q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "AutoHeight", + Code: "F512", + Path: "M448 1946l365 -365l-90 -90l-211 210v-549h-128v549l-211 -210l-90 90zM723 557l90 -90l-365 -365l-365 365l90 90l211 -210v549h128v-549zM2048 1792v-1536h-1152v128h1024v1280h-1024v128h1152zM1664 1536l-197 -320h340l-626 -704h-254l165 384h-236l320 640h488zM1239 1088l196 320h-179l-192 -384h222l-163 -384l398 448h-282z" + }, + { + Name: "ChartSeries", + Code: "F513", + Path: "M512 1408h384v-1280h-896v1536h512v-256zM384 1536h-256v-1280h256v1280zM512 1280v-1024h256v1024h-256zM2048 1152v-1024h-896v1792h512v-768h384zM1536 1792h-256v-1536h256v1536zM1920 1024h-256v-768h256v768z" + }, + { + Name: "ChartXAngle", + Code: "F514", + Path: "M384 1701v-1571q75 6 151.5 25t147.5 51t135 76.5t115 101.5h-293v128h512v-512h-128v293l-19 -18q-143 -137 -315 -206t-370 -69h-64v2011l1645 -1646l-90 -90z" + }, + { + Name: "ChartYAngle", + Code: "F515", + Path: "M2048 1024h-293l18 -19q137 -143 206 -315t69 -370v-64h-2011l1646 1645l90 -90l-1426 -1427h1571q-6 75 -25 151.5t-51 147.5t-76.5 135t-101.5 115v-293h-128v512h512v-128z" + }, + { + Name: "Combobox", + Code: "F516", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1536 896l-256 256h512zM512 1024h-256v128h256v-128zM1024 1024h-256v128h256v-128z" + }, + { + Name: "LineSpacing", + Code: "F517", + Path: "M448 1946l365 -365l-90 -90l-211 210v-549h-128v549l-211 -210l-90 90zM723 557l90 -90l-365 -365l-365 365l90 90l211 -210v549h128v-549zM2048 1664v-128h-1024v128h1024zM1024 1280h1024v-128h-1024v128zM1024 896h1024v-128h-1024v128zM1024 512h1024v-128h-1024v128z" + }, + { + Name: "Padding", + Code: "F518", + Path: "M0 2048h128v-128h-128v128zM1920 2048v-128h-128v128h128zM256 2048h256v-128h-256v128zM896 1920h-256v128h256v-128zM1280 1920h-256v128h256v-128zM1408 2048h256v-128h-256v128zM0 128h128v-128h-128v128zM1792 128h128v-128h-128v128zM256 128h256v-128h-256v128zM640 128h256v-128h-256v128zM1024 128h256v-128h-256v128zM1408 128h256v-128h-256v128zM1024 1445v-842l211 210l90 -90l-365 -365l-365 365l90 90l211 -210v842l-211 -210l-90 90l365 365l365 -365l-90 -90z" + }, + { + Name: "PaddingTop", + Code: "F519", + Path: "M0 128h1920v-128h-1920v128zM128 1920h-128v128h128v-128zM1920 2048v-128h-128v128h128zM512 1920h-256v128h256v-128zM896 1920h-256v128h256v-128zM1280 1920h-256v128h256v-128zM1664 1920h-256v128h256v-128zM685 1235l-90 90l365 365l365 -365l-90 -90l-211 210v-1061h-128v1061z" + }, + { + Name: "PaddingBottom", + Code: "F51A", + Path: "M0 1920h1920v128h-1920v-128zM128 128h-128v-128h128v128zM1920 0v128h-128v-128h128zM512 128h-256v-128h256v128zM896 128h-256v-128h256v128zM1280 128h-256v-128h256v128zM1664 128h-256v-128h256v128zM685 813l-90 -90l365 -365l365 365l-90 90l-211 -210v1061h-128v-1061z" + }, + { + Name: "PaddingLeft", + Code: "F51B", + Path: "M2048 2048v-1920h-128v1920h128zM0 2048h128v-128h-128v128zM0 256h128v-128h-128v128zM0 1792h128v-256h-128v256zM0 1408h128v-256h-128v256zM0 1024h128v-256h-128v256zM0 640h128v-256h-128v256zM603 1152h1061v-128h-1061l210 -211l-90 -90l-365 365l365 365l90 -90z" + }, + { + Name: "PaddingRight", + Code: "F51C", + Path: "M0 2048v-1920h128v1920h-128zM2048 2048h-128v-128h128v128zM2048 256h-128v-128h128v128zM2048 1792h-128v-256h128v256zM2048 1408h-128v-256h128v256zM2048 1024h-128v-256h128v256zM2048 640h-128v-256h128v256zM1445 1152h-1061v-128h1061l-210 -211l90 -90l365 365l-365 365l-90 -90z" + }, + { + Name: "NavigationFlipper", + Code: "F51D", + Path: "M771 733l290 291l-290 291l90 90l382 -381l-382 -381zM1664 2048v-2048h-1408v2048h1408zM1536 1920h-1152v-1792h1152v1792z" + }, + { + Name: "AlignJustify", + Code: "F51E", + Path: "M2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128zM0 1152h2048v-128h-2048v128zM0 1536h2048v-128h-2048v128zM0 768h2048v-128h-2048v128z" + }, + { + Name: "TextOverflow", + Code: "F51F", + Path: "M507 1398l234 -628h-115l-56 160h-247l-54 -160h-114l235 628h117zM543 1015l-88 250q-3 9 -5 20t-4 20q-2 -9 -3.5 -19.5t-5.5 -20.5l-87 -250h193zM1041 1229q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-85 0 -134 75v-65h-102v664h104v-294q51 89 152 89zM997 840q34 0 57.5 15.5t37.5 39.5t20 53.5t6 58.5q0 26 -6.5 51.5t-20 45.5t-34.5 32t-51 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55q0 -24 8 -45.5t22.5 -37.5t35 -25.5t45.5 -9.5zM1984 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1472 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "VisualsFolder", + Code: "F520", + Path: "M168 384h856v-128h-1024v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h352q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h256q26 0 49.5 -10t41 -27.5t27.5 -40.5t10 -49q0 -30 -14 -58l-99 -199h-143l128 256h-1368zM128 591l309 618q17 33 47.5 52t67.5 19h984v256h-736q-45 0 -77.5 9.5t-58 23.5t-45.5 31t-40.5 31t-44 23.5t-54.5 9.5h-352v-1073zM1920 640h128v-640h-128v640zM1664 768h128v-768h-128v768zM1408 512h128v-512h-128v512zM1152 256h128v-256h-128v256z" + }, + { + Name: "VisualsStore", + Code: "F521", + Path: "M1152 2048q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149v-128h256v-640h-128v512h-256v-768h-128v768h-1024v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640v-128h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1280h256v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q104 0 193 -52q89 52 191 52zM1408 1664q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-128zM2048 640v-640h-128v640h128zM1664 768h128v-768h-128v768zM1408 512h128v-512h-128v512zM1152 256h128v-256h-128v256z" + }, + { + Name: "PictureCenter", + Code: "F522", + Path: "M1792 512h-1536v1152h1536v-1152zM384 1536v-486l352 352l448 -447l192 191l288 -287v677h-1280zM384 640h933l-581 581l-352 -351v-230zM1664 640v37l-288 288l-102 -101l225 -224h165zM1472 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z" + }, + { + Name: "PictureFill", + Code: "F523", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1061l-358 -357l358 -357v714zM1664 1792q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM128 1920v-677l448 447l896 -896l448 449v677h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 70 34 128h-1186zM1920 128v37l-1344 1345l-448 -449v-933h1792z" + }, + { + Name: "PicturePosition", + Code: "F524", + Path: "M512 1536h1024v-1024h-1024v1024zM640 640h549l-357 358l-192 -193v-165zM640 1408v-421l192 191l539 -538h37v768h-768zM1216 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM859 1701l-91 91l256 256l256 -256l-91 -91l-165 166zM1189 347l91 -91l-256 -256l-256 256l91 91l165 -166zM347 1189l-166 -165l166 -165l-91 -91l-256 256l256 256zM2048 1024l-256 -256l-91 91l166 165l-166 165l91 91z" + }, + { + Name: "PictureStretch", + Code: "F525", + Path: "M0 1280h1408v-1152h-1408v1152zM128 256h870l-582 581l-288 -288v-293zM1280 256v102l-224 223l-101 -101l223 -224h102zM128 1152v-421l288 287l448 -447l192 191l224 -224v614h-1152zM960 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 1408v293l-339 -338l-90 90l338 339h-293v128h512v-512h-128zM1152 1920h256v-128h-256v128zM1024 1792h-256v128h256v-128zM640 1792h-256v128h256v-128zM256 1792h-256v128h256v-128zM128 1408h-128v256h128v-256zM2048 1280v-256h-128v256h128zM1920 896h128v-256h-128v256zM1920 512h128v-256h-128v256zM1536 256h256v-128h-256v128z" + }, + { + Name: "PictureTile", + Code: "F526", + Path: "M704 1664q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 2048v-1920h-1920v1920h1920zM1024 1152h549l-357 358l-192 -193v-165zM128 1920v-421l192 191l539 -538h37v768h-768zM128 1152h549l-357 358l-192 -193v-165zM128 256h549l-357 358l-192 -193v-165zM896 1024h-768v-421l192 191l539 -538h37v768zM1024 256h549l-357 358l-192 -193v-165zM1792 1024h-768v-421l192 191l539 -538h37v768zM1792 1152v768h-768v-421l192 191l539 -538h37zM1600 1792q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM704 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "Slider", + Code: "F527", + Path: "M2048 1024h-1158q-12 -56 -41 -103t-70.5 -81t-93.5 -53t-109 -19t-109 19t-93.5 53t-70.5 81t-41 103h-262v128h262q12 56 41 103t70.5 81t93.5 53t109 19t109 -19t93.5 -53t70.5 -81t41 -103h1158v-128zM576 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "SliderHandleSize", + Code: "F528", + Path: "M1919 799q61 -55 95 -129.5t34 -157.5q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-88 0 -167 38q-105 -38 -217 -38q-45 0 -89.5 6.5t-88.5 18.5q-51 -13 -102.5 -19t-103.5 -6q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q110 0 213 -25.5t195.5 -73.5t171.5 -115t140.5 -151t103.5 -181.5t60 -205.5q63 -79 98.5 -173.5t40.5 -195.5zM128 1024q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q-61 46 -108.5 103t-80.5 122.5t-50 138t-17 148.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50q86 0 168 -22t156 -66q-45 106 -118 193.5t-165.5 149t-200.5 95.5t-224 34q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM768 768q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q23 0 45.5 2t45.5 6q-45 52 -68 116t-23 132q0 79 30 149t82.5 122.5t122 82.5t149.5 30q60 0 116 -18q-19 88 -66 162t-113.5 127t-148.5 83t-172 30q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1664 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "DefaultRatio", + Code: "F529", + Path: "M640 1188q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM1280 1188q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM960 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 2048v-1920h-1920v1920h1920zM1792 1920h-1664v-1664h1664v1664z" + }, + { + Name: "NumberSequence", + Code: "F52A", + Path: "M1280 1572q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM1472 256h-384q0 13 -0.5 25.5t-0.5 25.5q0 25 3 49.5t12 47.5q11 28 33 54.5t49 52t55.5 50t51.5 49t38 48t15 46.5q0 27 -19 45.5t-45 18.5q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75q0 -59 -25 -102t-61.5 -79t-77 -68.5t-71.5 -70.5h235v-128zM525 1154h-114l235 628h117l234 -628h-115l-56 160h-247zM701 1689q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM525 258h-114l235 628h117l234 -628h-115l-56 160h-247zM701 793q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM1538 1031q21 0 34 12t20 29.5t9.5 37.5t2.5 36h-68v132h128v-132q0 -30 -6.5 -61t-21 -56.5t-38.5 -41.5t-60 -16v60zM2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z" + }, + { + Name: "GUID", + Code: "F52B", + Path: "M0 1920h384v-128h-384v128zM512 1920h768v-128h-768v128zM2048 1920v-128h-640v128h640zM0 1536h384v-128h-384v128zM512 1536h768v-128h-768v128zM1408 1536h640v-128h-640v128zM0 1152h384v-128h-384v128zM512 1152h768v-128h-768v128zM1408 1152h640v-128h-640v128zM0 768h384v-128h-384v128zM512 768h768v-128h-768v128zM1408 768h640v-128h-640v128zM0 384h384v-128h-384v128zM512 384h768v-128h-768v128zM1408 384h640v-128h-640v128z" + }, + { + Name: "ReportAdd", + Code: "F52C", + Path: "M1920 768h-384v896h384v-896zM0 1024h384v-640h-384v640zM1408 512h-128v-128h-256v1664h384v-1536zM512 1664h384v-1280h-384v1280zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "DashboardAdd", + Code: "F52D", + Path: "M1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5zM1437 768q48 71 73 152.5t25 166.5q0 62 -13 121.5t-38 115.5l116 52q31 -68 46.5 -140.5t15.5 -147.5q0 -84 -19 -164.5t-57 -155.5h-149zM128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q166 0 320 64v-136q-154 -56 -320 -56q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -166 -56 -320h-136q64 154 64 320q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q43 0 83 -19l368 368l90 -90zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "MapPinSolid", + Code: "F52E", + Path: "M1920 0h-1920l384 1152h512v262q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-262h512zM768 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1024 1024h-128v-480q0 -9 7.5 -15.5t18 -10t21 -5t17.5 -1.5t17.5 1.5t21 5t18 10t7.5 15.5v480z" + }, + { + Name: "WebPublish", + Code: "F52F", + Path: "M2048 1920v-1024h-128v512h-1792v-1024h1408v-128h-1536v1664h2048zM1920 1792h-1792v-256h1792v256zM1728 922l320 -319l-91 -91l-165 165v-677h-128v677l-165 -165l-91 91z" + }, + { + Name: "PieSingleSolid", + Code: "F530", + Path: "M1152 2048q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5h-896v896zM1024 1024h896q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896z" + }, + { + Name: "BlockedSolid", + Code: "F531", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -184 -63 -354.5t-183 -310.5l-1443 1443q140 120 310.5 183t354.5 63zM0 1024q0 184 63 354.5t183 310.5l1443 -1443q-140 -120 -310.5 -183t-354.5 -63q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272z" + }, + { + Name: "DrillDown", + Code: "F532", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 1133l90 -90l-620 -622l-622 622l90 90l467 -467v998h129v-997z" + }, + { + Name: "DrillDownSolid", + Code: "F533", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1645 1043l-90 90l-467 -466v997h-127v-998l-468 467l-90 -90l622 -622z" + }, + { + Name: "DrillExpand", + Code: "F534", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 877l90 -90l-301 -301l-301 301l90 90l147 -146v421h-512v-421l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v549h320v384h128v-384h320v-549z" + }, + { + Name: "DrillShow", + Code: "F535", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM915 877l90 -90l-301 -301l-301 301l90 90l147 -146v805h128v-805zM1555 877l90 -90l-301 -301l-301 301l90 90l147 -146v805h128v-805z" + }, + { + Name: "SpecialEvent", + Code: "F536", + Path: "M1920 1920v-1792h-1920v1792h384v128h128v-128h896v128h128v-128h384zM128 1792v-256h1664v256h-256v-128h-128v128h-896v-128h-128v128h-256zM1792 256v1152h-1664v-1152h1664zM1352 1024l-241 -189l101 -315l-252 197l-252 -197l101 315l-241 189h302l90 280l90 -280h302z" + }, + { + Name: "OneDriveFolder16", + Code: "F53B", + Path: "M2048 1792v-1536h-2048v1280h832l256 256h960zM646 640q-7 31 -7 67q0 92 53.5 150t140.5 78q29 110 105 171t192 61q63 0 118.5 -24t98.5 -71q15 4 30 6.5t30 3.5q1 10 1 19v19q0 13 -4 28t-9 26q-21 64 -64.5 111t-106.5 72q-51 21 -108 21q-78 0 -142 -41t-101 -108q-22 14 -52 21t-55 7q-47 0 -87.5 -18.5t-70.5 -49.5t-47 -73t-17 -88v-11t1 -12q-37 -3 -67 -18.5t-51 -41t-32 -58t-11 -68.5q0 -35 14.5 -67.5t39 -57t57 -39.5t67.5 -15h84zM1610 512q28 0 52.5 12.5t42.5 33t28 47t10 53.5q0 28 -8.5 54t-24.5 46t-39 32.5t-53 14.5v14q0 42 -13 78.5t-37.5 63.5t-60 42.5t-79.5 15.5q-24 0 -52.5 -6t-49.5 -18q-34 51 -83 79.5t-112 28.5q-50 0 -93 -16.5t-75 -46t-52 -71t-24 -91.5q-37 -1 -70.5 -13t-58.5 -34t-40 -53.5t-15 -70.5q0 -91 49.5 -143t141.5 -52h716z" + }, + { + Name: "FunctionalManagerDashboard", + Code: "F542", + Path: "M1152 1536h-256v256h128v-128h128v-128zM1664 504q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v264h-512v-264q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v264h-512v-264q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v392h640v261q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-261h640v-392zM640 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM448 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM1088 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM1600 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "BIDashboard", + Code: "F543", + Path: "M512 1152h384v-1152h-384v1152zM640 128h128v896h-128v-896zM1024 896h384v-896h-384v896zM1152 128h128v640h-128v-640zM0 640h384v-640h-384v640zM128 128h128v384h-128v-384zM1536 1408h384v-1408h-384v1408zM1664 128h128v1152h-128v-1152zM1389 1427q19 -41 19 -83q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v12t1 12l-188 94q-26 -26 -61 -40t-72 -14q-42 0 -83 19l-256 -256q19 -41 19 -83q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q42 0 83 -19l256 256q-19 41 -19 83q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-12t-1 -12l188 -94q26 26 61 40t72 14q42 0 83 -19l256 256q-19 41 -19 83q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-42 0 -83 19zM192 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1728 1920q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19zM704 1536q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1216 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "CodeEdit", + Code: "F544", + Path: "M219 1024l205 -205l-37 -145l-350 350l430 429l90 -90zM2011 1024l-430 -429l-90 90l338 339l-149 149q26 26 47 48.5t38 47.5zM1464 1664q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1515 1415q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "RenewalCurrent", + Code: "F545", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM877 1261l429 -429l-429 -429l-90 90l339 339l-339 339z" + }, + { + Name: "RenewalFuture", + Code: "F546", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM1050 832l-429 -429l-90 90l339 339l-339 339l90 90zM1133 1261l429 -429l-429 -429l-90 90l339 339l-339 339z" + }, + { + Name: "SplitObject", + Code: "F547", + Path: "M1600 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 74 32.5 140t90.5 112l-302 603q-69 -23 -141 -23t-141 23l-302 -603q58 -46 90.5 -112t32.5 -140q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5q41 0 83 -11l302 603q-45 31 -81 71.5t-61 88.5t-38 100.5t-13 107.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -55 -13 -107.5t-38 -100.5t-61 -88.5t-81 -71.5l302 -603q42 11 83 11zM320 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM640 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BulkUpload", + Code: "F548", + Path: "M512 128h1024v-128h-1152v256h-256v1792h859q202 -202 402 -402.5t403 -402.5v-91h-640v512h-640v-1536zM1280 1280h293l-293 293v-293zM384 384v1408h677l-128 128h-677v-1536h128zM1728 794l317 -317l-90 -90l-163 162v-549h-128v549l-163 -162l-90 90zM2048 1024v-128h-640v128h640z" + }, + { + Name: "DownloadDocument", + Code: "F549", + Path: "M256 128h1024v-128h-1152v2048h1115l549 -549v-347h-128v256h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1792 475l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v549h128v-549zM2048 128v-128h-640v128h640z" + }, + { + Name: "GreetingCard", + Code: "F54B", + Path: "M1664 1664v-1664h-1408v1647l1152 360v-343h256zM1280 1833l-541 -169h541v169zM1536 1536h-1152v-1408h1152v1408zM960 1146q37 34 83.5 52t97.5 18q55 0 104 -21t85 -57t57 -85t21 -105q0 -53 -20 -102t-58 -87l-370 -369l-370 369q-38 38 -58 87t-20 102q0 56 21 105t57 85t84.5 57t104.5 21q51 0 97.5 -18t83.5 -52zM1239 850q41 41 41 98q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-41 41 -98 41q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279z" + }, + { + Name: "Flower", + Code: "F54E", + Path: "M1600 1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-116q13 -23 27.5 -45.5t26.5 -46t20 -48.5t8 -52q0 -39 -15 -74t-41 -61.5t-61 -41.5t-75 -15q-48 0 -89.5 22t-68.5 61v-425q41 51 91.5 91t108 67t120.5 41.5t128 14.5h64v-64q0 -110 -39 -208.5t-108 -175.5t-162.5 -126.5t-202.5 -62.5v-131h-128v131q-109 13 -202.5 62.5t-162.5 126.5t-108 175.5t-39 208.5v64h64q65 0 128 -14.5t120.5 -41.5t108 -67t91.5 -91v425q-27 -39 -68.5 -61t-89.5 -22q-40 0 -75 15t-61 41.5t-41 61.5t-15 74q0 27 8 52t20 48.5t26.5 46t27.5 45.5h-116q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h116q-13 22 -27.5 45t-26.5 46.5t-20 48.5t-8 52q0 39 15 74t41 61.5t61 41.5t75 15q43 0 74.5 -13.5t54.5 -36.5t41.5 -53t36.5 -63l15 -26l15 26q18 33 36.5 63t41.5 53t54 36.5t75 13.5q40 0 75 -15t61 -41.5t41 -61.5t15 -74q0 -27 -8 -52t-20 -48.5t-26.5 -46.5t-27.5 -45h116q40 0 75 -15t61 -41t41 -61t15 -75zM1181 1920q-17 0 -32 -9t-23 -23l-97 -169q63 -18 110 -64l98 169q9 15 9 32q0 26 -19 45t-46 19zM960 1344q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM739 1920q-27 0 -46 -19t-19 -45q0 -17 9 -32l98 -169q47 46 110 64l-97 169q-8 14 -23 23t-32 9zM712 1408q-4 16 -6 31.5t-2 32.5t2 32.5t6 31.5h-200q-26 0 -45 -19t-19 -45t19 -45t45 -19h200zM739 1024q17 0 32 8.5t23 23.5l97 169q-63 18 -110 64l-98 -169q-9 -15 -9 -32q0 -26 19 -45t46 -19zM517 635q11 -72 44 -135t82.5 -112.5t112.5 -82.5t135 -44q-11 72 -44 135t-82.5 112.5t-112.5 82.5t-135 44zM1402 635q-72 -11 -135 -44t-112 -82.5t-82 -112.5t-44 -135q72 11 135 44t112.5 82.5t82 112.5t43.5 135zM1181 1024q27 0 46 19t19 45q0 17 -9 32l-98 169q-47 -46 -110 -64l97 -169q8 -15 23 -23.5t32 -8.5zM1408 1408q26 0 45 19t19 45t-19 45t-45 19h-200q4 -16 6 -31.5t2 -32.5t-2 -32.5t-6 -31.5h200z" + }, + { + Name: "WaitlistConfirm", + Code: "F550", + Path: "M1536 1408h-512v128h512v-128zM1024 1024h512v-128h-512v128zM1155 128l128 -128h-1027v2048h1536v-1283l-128 -128v1283h-1280v-1792h771zM941 1619l-237 -237l-173 173l90 90l83 -83l147 147zM941 1107l-237 -237l-173 173l90 90l83 -83l147 147zM704 538l147 147l90 -90l-237 -237l-173 173l90 90zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "WaitlistConfirmMirrored", + Code: "F551", + Path: "M1344 1050l147 147l90 -90l-237 -237l-173 173l90 90zM512 512h512v-128h-512v128zM1024 1408h-512v128h512v-128zM1024 896h-512v128h512v-128zM1581 1619l-237 -237l-173 173l90 90l83 -83l147 147zM1155 128l128 -128h-1027v2048h1536v-1283l-128 -128v1283h-1280v-1792h771zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "LaptopSecure", + Code: "F552", + Path: "M884 512q15 -67 42 -128h-798q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 34.5t8.5 37.5t14 35.5t20.5 28.5l210 211v933h1536v-611q-30 17 -62.5 28t-65.5 19v436h-1280v-768h480v-128h-517l-206 -205q-3 -3 -5.5 -10t-4 -14.5t-2.5 -15t-1 -11.5h-64h820zM1536 1083q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50.5 -0.5t53.5 -0.5q53 0 106.5 6.5t95.5 32.5q50 29 99 42.5t107 13.5zM1920 861q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5v197z" + }, + { + Name: "DragObject", + Code: "F553", + Path: "M1043 653l90 -90l-173 -174l-173 174l90 90l83 -83zM877 1522l-90 91l173 173l173 -173l-90 -91l-83 83zM269 1171l-82 -83l82 -83l-90 -90l-173 173l173 173zM1914 1088l-173 -173l-90 90l83 83l-83 83l90 90zM384 1408h1152v-128h-1152v128zM384 1152h1152v-128h-1152v128zM384 896h1152v-128h-1152v128z" + }, + { + Name: "EntryView", + Code: "F554", + Path: "M777 128q15 -35 36.5 -67t47.5 -61h-861v2048h1536v-911q-32 9 -64 17t-64 13v753h-1280v-1792h649zM1280 1536h-1024v128h1024v-128zM256 1280h1024v-128h-1024v128zM1216 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM1216 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1216 1024q100 0 200.5 -21.5t193 -63.5t172.5 -103t139 -139t93 -173t34 -204h-128q0 91 -29.5 169t-80.5 142t-119.5 113.5t-146.5 83t-162 51t-166 17.5t-166 -17.5t-162 -51t-146.5 -83t-119.5 -113.5t-80.5 -142t-29.5 -169h-128q0 109 34 204t93 173t139 139t172.5 103t193 63.5t200.5 21.5z" + }, + { + Name: "EntryDecline", + Code: "F555", + Path: "M512 1280h1024v-128h-1024v128zM1536 1536h-1024v128h1024v-128zM1152 128l127 -128h-1023v2048h1536v-1348l-64 -63l-64 64v1219h-1280v-1792h768zM1728 3l3 -3h-6zM1536 896l-129 -128h-895v128h1024zM1219 512l128 -128h-835v128h707zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "ContactCardSettings", + Code: "F556", + Path: "M1792 1152h-640v128h640v-128zM2048 1792v-987q-28 35 -59.5 66t-68.5 56v737h-1792v-1280h903q3 -33 10 -65t18 -63h-1059v1536h2048zM256 640q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128zM640 1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ContactCardSettingsMirrored", + Code: "F557", + Path: "M256 1152h640v128h-640v-128zM0 1792v-987q28 35 59.5 66t68.5 56v737h1792v-1280h-903q-3 -33 -10 -65t-18 -63h1059v1536h-2048zM1792 640q0 52 -14 101.5t-40 93t-63 79.5t-83 61q34 35 53 81t19 96q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -50 19 -96t53 -81q-46 -25 -83 -61t-63 -79.5t-40 -93t-14 -101.5h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h128zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM10 560l124 -51q-6 -30 -6 -61t6 -61l-124 -51l49 -119l124 52q35 -51 86 -86l-52 -124l119 -49l51 124q30 -6 61 -6t61 6l51 -124l119 49l-52 124q51 35 86 86l124 -52l49 119l-124 51q6 30 6 61t-6 61l124 51l-49 119l-124 -52q-35 51 -86 86l52 124l-119 49l-51 -124q-30 6 -61 6t-61 -6l-51 124l-119 -49l52 -124q-51 -35 -86 -86l-124 52zM448 256q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15z" + }, + { + Name: "CalendarSettings", + Code: "F558", + Path: "M2048 1920v-1064q-57 62 -128 107v445h-1792v-1152h898q11 -34 25.5 -66t33.5 -62h-1085v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM896 640h-128v128h128v-128zM1152 1024h128v-61q-47 -30 -88 -67h-40v128zM1280 1152h-128v128h128v-128zM1664 1152h-128v128h128v-128zM512 640h-128v128h128v-128zM384 512h128v-128h-128v128zM512 896h-128v128h128v-128zM896 1152h-128v128h128v-128zM768 512h128v-128h-128v128zM896 896h-128v128h128v-128zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "CalendarSettingsMirrored", + Code: "F559", + Path: "M1280 1152h-128v128h128v-128zM896 640h-128v128h128v-128zM2048 1920v-1064q-57 62 -128 107v445h-1792v-1152h898q11 -34 25.5 -66t33.5 -62h-1085v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM1152 1024h128v-61q-47 -30 -88 -67h-40v128zM384 768h128v-128h-128v128zM512 1152h-128v128h128v-128zM512 896h-128v128h128v-128zM896 1152h-128v128h128v-128zM768 512h128v-128h-128v128zM896 896h-128v128h128v-128zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "HardDriveLock", + Code: "F55A", + Path: "M1728 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-292q-20 50 -53 93t-75 76v123q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1152v-128h-1280v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1792 1280v-128h-128v128h128zM1536 1152h-128v128h128v-128zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h130v128q1 53 20.5 99.5t53.5 81.5t80 55t100 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "HardDriveUnlock", + Code: "F55B", + Path: "M1728 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-292q-20 50 -53 93t-75 76v123q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1152v-128h-1280v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1792 1280v-128h-128v128h128zM1536 1152h-128v128h128v-128zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h512v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1920 512h-512v-384h512v384z" + }, + { + Name: "AccountManagement", + Code: "F55C", + Path: "M1148 896q-83 62 -179.5 95t-200.5 33q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q60 -23 113 -54v-152h-4zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 768v-768h-1024v768h256v256h512v-256h256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1920 640h-768v-128h768v128z" + }, + { + Name: "DiagnosticDataViewerApp", + Code: "F568", + Path: "M1472 1536q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-90 0 -175.5 27.5t-158.5 78.5l-462 -462q-28 -28 -68 -28t-68 28t-28 68t28 68l462 462q-51 73 -78.5 158.5t-27.5 175.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM1248 572q39 -23 82 -37t88 -20q22 27 22 61q0 40 -28 68t-68 28t-68 -28t-28 -68v-4zM1792 647q62 63 95 144t33 169q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-88 0 -169 -33t-144 -95h121v-384h-128v377q-62 -63 -95 -144t-33 -169q0 -86 32 -166.5t92 -142.5q4 -4 7.5 -6.5t6.5 -7.5q20 59 70 95t112 36q40 0 75 -15t61 -41t41 -61t15 -75q0 -32 -10 -61q36 5 70.5 15t67.5 25v213h128v-121zM535 384h-471q-27 0 -45.5 18.5t-18.5 45.5v1408q0 27 18.5 45.5t45.5 18.5h1792q27 0 45.5 -18.5t18.5 -45.5v-314q-29 23 -61 43.5t-67 36.5v42h-1664v-1152h534zM1600 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1600 992q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM891 1408q-23 -29 -43.5 -61t-35.5 -67h-556v128h635zM763 1152q-20 -63 -23 -128h-484v128h507zM740 896q3 -65 23 -128h-507v128h484z" + }, + { + Name: "ReportWarning", + Code: "F569", + Path: "M910 384l-64 -128h-590v1792h1536v-1179l-128 256v795h-1280v-1536h526zM640 1152h-128v128h128v-128zM1294 1152h-526v128h590zM512 896h128v-128h-128v128zM768 896h398l-64 -128h-334v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM1536 640v-320h-128v320h128zM1408 256h128v-128h-128v128zM2048 0h-1152l576 1152zM1077 112h790l-395 790z" + }, + { + Name: "PlaySolid", + Code: "F5B0", + Path: "M1792 1024l-1280 -896v1792z" + }, + { + Name: "TransitionPop", + Code: "F5B2", + Path: "M0 1664h2048v-1152h-2048v1152zM128 640h1792v896h-1792v-896zM1517 1405l318 -317l-318 -317l-90 90l162 163h-1114l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h1114l-162 163zM2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128z" + }, + { + Name: "TransitionPush", + Code: "F5B3", + Path: "M0 1664h2048v-1152h-2048v1152zM128 640h1792v896h-1792v-896zM2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128zM1371 1152h421v-128h-421l162 -163l-90 -90l-317 317l317 317l90 -90zM605 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z" + }, + { + Name: "TransitionEffect", + Code: "F5B4", + Path: "M1920 2048v-896h-1920v896h128v-768h768v421l-163 -162l-90 90l317 317l317 -317l-90 -90l-163 162v-421h768v768h128zM0 1024h1920v-896h-128v768h-768v-421l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v421h-768v-768h-128v896z" + }, + { + Name: "LookupEntities", + Code: "F5B5", + Path: "M2048 1213l-128 128v451h-512v-512h-128v512h-512v-1408h512v512h128v-512h512v451l128 128v-707h-2048v1664h2048v-707zM640 1280h-512v-384h512v384zM640 384v384h-512v-384h512zM640 1792h-512v-384h512v384zM1539 861l162 163h-677v128h677l-162 163l90 90l317 -317l-317 -317z" + }, + { + Name: "ExploreData", + Code: "F5B6", + Path: "M256 640v256h-256v1152h1536v-256h256v-512h-128v384h-1280v-896h768v-128h-896zM256 1024v768h1152v128h-1280v-896h128zM512 896v256h128v-256h-128zM768 896v512h128v-512h-128zM1024 896v384h128v-384h-128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "AddBookmark", + Code: "F5B7", + Path: "M1024 467l64 -32t64 -33v-143l-128 64l-640 -323v2048h1280v-1280h-128v1152h-1024v-1712q129 65 256 130t256 129zM1920 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "SearchBookmark", + Code: "F5B8", + Path: "M896 323l-640 -323v2048h1280v-753q-67 -16 -128 -50v675h-1024v-1712q129 65 256 130t256 129q26 -12 50.5 -24.5t49.5 -26.5zM1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "DrillThrough", + Code: "F5B9", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1133 1517l494 -492l-494 -494l-90 90l339 339h-550q-89 0 -171.5 34t-145.5 97t-97 145.5t-34 171.5h128q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q138 0 274.5 0.5t274.5 0.5l-338 338z" + }, + { + Name: "MasterDatabase", + Code: "F5BA", + Path: "M960 1280q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963q0 -23 19 -43.5t48.5 -38.5t65.5 -32t71 -25t64.5 -18t45.5 -10q49 -9 98.5 -14.5t99.5 -7.5v-130q-44 2 -108.5 9t-135.5 22t-142 39t-127.5 59t-91.5 82t-35 108v1152q0 47 22 86t58.5 69.5t83 54.5t95 41t95 28t83.5 18q66 12 133 17.5t134 5.5t134 -5.5t133 -17.5q36 -7 83 -18t95.5 -28.5t95 -40.5t83 -54t58.5 -70t22 -86v-448h-128v259q-59 -37 -130.5 -62t-148 -40.5t-153 -22t-144.5 -6.5zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM2048 1053v-1053h-1024v1049l304 -401l210 380l211 -380zM1920 664l-186 -253l-196 353l-194 -350l-192 254v-540h768v536z" + }, + { + Name: "CertifiedDatabase", + Code: "F5BB", + Path: "M384 448q0 -19 13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6q81 0 161 8.5t159 27.5v-130q-79 -18 -159 -26t-161 -8q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -86.5 17t-100 28t-101 40.5t-88 55t-62.5 71.5t-24 89v1152q0 49 24 89t62.5 71.5t88 55t101 40.5t100 28t86.5 17q60 10 120.5 14.5t121.5 4.5t121.5 -4.5t120.5 -14.5q37 -6 86 -17t100.5 -28t101 -40.5t88 -55t62.5 -71.5t24 -89v-320h-128v131q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5t-144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM2048 768q0 -82 -34 -156.5t-94 -129.5v-457l-256 128l-256 -128v457q-60 55 -94 129.5t-34 156.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 406q-64 -22 -128 -22t-128 22v-174l128 64l128 -64v174zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "MaximumValue", + Code: "F5BC", + Path: "M0 1536h128v-896h-128v896zM2048 1536v-896h-128v896h128zM1517 1405l318 -317l-318 -317l-90 90l162 163h-1114l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h1114l-162 163z" + }, + { + Name: "MinimumValue", + Code: "F5BD", + Path: "M1024 1536h128v-896h-128v896zM768 1536h128v-896h-128v896zM1920 1024h-421l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h421v-128zM349 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z" + }, + { + Name: "CriticalErrorSolid", + Code: "F5C9", + Path: "M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM1024 768h-128v-128h128v128zM1024 1536h-128v-640h128v640z" + }, + { + Name: "VisualStudioForWindows", + Code: "F5D0", + Path: "M2048 1713v-1378q0 -37 -19 -67t-52 -47l-358 -180q-26 -13 -58 -13q-25 0 -48.5 9.5t-41.5 27.5l-726 726l-461 -353q-19 -14 -39 -14q-12 0 -40 9.5t-59.5 21.5t-60.5 24t-43 17q-18 7 -30 23.5t-12 36.5v936q0 20 12 36.5t30 23.5q14 5 43 17t60.5 24t59.5 21.5t40 9.5q20 0 39 -14l461 -353l726 726q18 18 41.5 27.5t48.5 9.5q32 0 58 -13l358 -180q33 -17 52 -47t19 -67zM256 768l256 256l-256 256v-512zM1536 649v750l-488 -375z" + }, + { + Name: "PasteAsText", + Code: "F5D5", + Path: "M256 256h768v-128h-896v1664h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128v-1408zM512 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM2009 0h-135l-85 256h-378l-85 -256h-135l342 1024h134zM1746 384l-146 437l-146 -437h292z" + }, + { + Name: "PasteAsCode", + Code: "F5D6", + Path: "M256 256h512v-128h-640v1664h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128v-1408zM512 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1037 723l-210 -211l210 -211l-90 -90l-301 301l301 301zM2042 512l-301 -301l-90 90l210 211l-210 211l90 90zM1493 1024h128l-341 -1024h-128z" + }, + { + Name: "BrowserTab", + Code: "F5D7", + Path: "M1792 1792v-1792h-1664v2048h896v-256h768zM1664 1664h-768v256h-640v-1792h1408v1536z" + }, + { + Name: "BrowserTabScreenshot", + Code: "F5D8", + Path: "M256 128h384v-128h-512v2048h896v-256h768v-640h-128v512h-768v256h-640v-1792zM2048 896v-896h-1280v896h293l128 128h438l128 -128h293zM1920 768h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM1408 768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "DesktopScreenshot", + Code: "F5D9", + Path: "M1152 512v-128h256v-128h-640v128h256v128h-896v384h128v-256h1664v896h-512v128h640v-1152h-896zM1280 1024h-1280v896h293l128 128h438l128 -128h293v-896zM1152 1792h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM640 1792q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM640 1408q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "FileYML", + Code: "F5DA", + Path: "M256 1920v-1792h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896zM1280 1829v-293h293zM1748 640h112l-210 -408v-232h-106v230l-204 410h121l126 -274q4 -9 7 -19t6 -19h1q6 21 15 38zM1984 384q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1984 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "ClipboardSolid", + Code: "F5DC", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128z" + }, + { + Name: "ChevronDownEnd", + Code: "F5E4", + Path: "M1024 805l-749 750l90 90l659 -658l659 658l90 -90zM1792 512v-128h-1536v128h1536z" + }, + { + Name: "FabricUserFolder", + Code: "F5E5", + Path: "M2048 1536v-591q-20 59 -52 111.5t-76 96.5v383h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48 -51t39.5 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1764 459q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "FabricNetworkFolder", + Code: "F5E6", + Path: "M2048 1536v-503q-55 70 -128 126v377h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-223.5 45.5t-182.5 123.5t-123 183t-45 224t45 224t123 183t182.5 123.5t223.5 45.5zM1894 768q-37 81 -102 143t-147 96q28 -57 44.5 -117t25.5 -122h179zM1936 576q0 16 -1 32t-4 32h-204v-64v-32t-1 -32h205q3 16 4 32t1 32zM1600 384h-259q7 -49 19.5 -97.5t35.5 -93.5q4 -9 12.5 -22.5t18.5 -26.5t22 -22.5t24 -9.5q9 0 16.5 6t13.5 12q20 20 36 51.5t28 67.5t20 71.5t13 63.5zM1329 512h285q1 16 1.5 32t0.5 32t-0.5 32t-1.5 32h-285q0 -16 -0.5 -32t-0.5 -32t0.5 -32t0.5 -32zM1015 512h202v128h-202q-2 -16 -3.5 -32t-1.5 -32t1.5 -32t3.5 -32zM1341 768h260q-8 48 -20.5 95t-34.5 90q-3 6 -11.5 20.5t-19.5 29.5t-22.5 26t-20.5 11q-11 0 -22.5 -10t-22 -23.5t-19 -27.5t-12.5 -22q-21 -41 -34 -92.5t-21 -96.5zM1052 768h176q9 61 24.5 121t42.5 116q-81 -34 -144 -95.5t-99 -141.5zM1052 384q35 -79 98 -141t143 -95q-26 55 -41.5 115.5t-23.5 120.5h-176zM1646 146q83 33 147 95t101 143h-180q-10 -60 -26 -121.5t-42 -116.5z" + }, + { + Name: "BullseyeTarget", + Code: "F5F0", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1536q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1024 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "AnalyticsView", + Code: "F5F1", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792zM256 1152h128v-640h-128v640zM512 768h128v-256h-128v256zM768 896h128v-384h-128v384zM1024 1280h128v-768h-128v768zM1536 1152h128v-640h-128v640zM1280 896h128v-384h-128v384z" + }, + { + Name: "Video360Generic", + Code: "F609", + Path: "M1024 2048q154 0 298 -44.5t267.5 -126t221 -197t157.5 -257.5q34 -81 56.5 -174t22.5 -181q0 -60 -3.5 -116t-12.5 -110t-24 -107.5t-39 -109.5q-60 -142 -157 -257.5t-220.5 -197t-268 -126t-298.5 -44.5t-298.5 44.5t-268 126t-220.5 197t-157 257.5q-24 56 -39 109.5t-24 107.5t-12.5 110t-3.5 116q0 88 22.5 181t56.5 174q60 142 157.5 257.5t221 197t267.5 126t298 44.5zM1502 1356q14 -82 20 -165t6 -167q0 -100 -9 -199q75 18 148.5 46t139.5 70q14 9 33 24t36.5 33t30 37.5t12.5 37.5q0 11 -1 23t-3 22q-6 30 -34.5 58.5t-65 52.5t-74 42.5t-62.5 28.5q-43 17 -87.5 31t-89.5 25zM1857 1356q-37 92 -93 173t-127 147.5t-155.5 117.5t-178.5 82q62 -84 104 -183t66 -200q101 -21 197 -53.5t187 -83.5zM1003 1920h-16t-16 -2q-6 -1 -20 -8t-19 -11q-29 -17 -54 -42t-46.5 -53.5t-39.5 -59.5t-32 -61q-20 -41 -35 -83t-28 -86q81 11 163 16.5t164 5.5t164 -5.5t163 -16.5q-13 44 -28 86t-35 83q-14 30 -32 61t-39.5 59.5t-46.5 53.5t-54 42q-5 4 -19 11t-20 8q-8 2 -16 2h-16h-42zM745 1876q-94 -31 -178.5 -82t-155.5 -117.5t-127 -147.5t-93 -173q91 51 187 83.5t197 53.5q24 101 66 200t104 183zM145 851q23 -119 77 -225.5t132 -195t177.5 -154.5t214.5 -104q-58 76 -96.5 165.5t-64.5 180.5q30 -6 60.5 -10.5t61.5 -8.5q14 -44 34 -92.5t46.5 -95t59 -87t71.5 -67.5q4 -3 11 -7t15 -8.5t15 -8t12 -4.5q6 -1 12.5 -1h13.5h48h16t16 2t22.5 9.5t21.5 11.5q41 26 75 66.5t61 87.5t48 96.5t35 93.5q41 126 58.5 261.5t17.5 267.5q0 90 -7.5 179t-24.5 177q-90 14 -179.5 21t-180.5 7t-180.5 -7t-179.5 -21q-17 -88 -24.5 -177t-7.5 -179v-29.5t2 -29.5q-29 5 -57 12t-56 16q-1 8 -1 15.5v15.5q0 84 6 167t20 165q-45 -11 -89.5 -25t-87.5 -31q-26 -11 -63.5 -29t-73.5 -42t-64 -52.5t-35 -58.5q-2 -10 -3 -22.5t-1 -22.5q0 -5 4.5 -16t6.5 -16q15 -29 42 -54t59 -46t65.5 -37t62.5 -28q74 -30 156 -50.5t166.5 -33.5t169 -18.5t163.5 -5.5h37l-146 147l90 90l301 -301l-301 -301l-90 90l147 147q-73 0 -152 3.5t-160.5 12.5t-163.5 24.5t-159.5 39t-149 56t-132.5 75.5zM1303 172q115 38 214.5 104.5t177.5 154.5t131.5 195t76.5 226q-43 -32 -92 -57t-100.5 -45t-105 -35t-104.5 -26q-11 -66 -28 -135t-41 -135.5t-56 -129.5t-73 -117z" + }, + { + Name: "Untag", + Code: "F60B", + Path: "M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM896 309l263 263l91 -90l-354 -354l-896 896l1024 1024h896v-896l-353 -353l-91 90l316 316v715h-715l-896 -896zM2045 547l-226 -227l226 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "RemoteApplication", + Code: "F621", + Path: "M0 1920h2048v-640h-128v128h-1792v-1024h896v-128h-1024v1664v0zM128 1536h1792v256h-1792v-256v0zM1171 659l90 90l366 -365l-366 -365l-90 90l274 275l-274 275v0zM1939 1133l90 -90l-274 -275l274 -275l-90 -90l-366 365l366 365v0z" + }, + { + Name: "Leave", + Code: "F627", + Path: "M2011 1088l-446 -445l-90 90l291 291h-998v128h998l-291 291l90 90zM1152 768h128v-640h-1280v1920h1280v-640h-128v512h-1024v-1664h1024v512z" + }, + { + Name: "Trending12", + Code: "F62D", + Path: "M2048 1707v-683h-171v391l-768 -768l-341 342l-665 -665l-121 120l786 786l341 -341l648 647h-392v171h683z" + }, + { + Name: "Blocked12", + Code: "F62E", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249t-33.5 -249t-94.5 -224.5t-146.5 -190.5t-190 -147t-224.5 -94.5t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t95 224.5t147 190t190 146.5t224 94.5t249.5 33.5zM939 137q111 0 213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5zM469 1024h939v-171h-939v171z" + }, + { + Name: "Warning12", + Code: "F62F", + Path: "M1884 0h-1891l946 1991zM263 171h1351l-675 1422zM1024 1195v-555h-171v555h171zM853 512h171v-171h-171v171z" + }, + { + Name: "CheckedOutByOther12", + Code: "F630", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249t-33.5 -249t-94.5 -224.5t-146.5 -190.5t-190 -147t-224.5 -94.5t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t95 224.5t147 190t190 146.5t224 94.5t249.5 33.5zM939 137q111 0 213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5zM1195 1195h170v-683h-682v171h391l-537 537l121 120l537 -537v392z" + }, + { + Name: "CheckedOutByYou12", + Code: "F631", + Path: "M939 1877q129 0 248.5 -33.5t224 -95t190 -147t147 -190t95 -224t33.5 -248.5t-33.5 -248.5t-95 -224t-147 -190.5t-190 -147.5t-224 -95t-248.5 -33.5t-249 33.5t-224.5 95t-190 147t-147 190t-95 224.5t-33.5 249t33.5 248.5t95 224t147.5 190t190.5 147t224 95t248.5 33.5zM1365 512v683h-170v-361l-522 521l-151 -150l522 -522h-361v-171h682z" + }, + { + Name: "CircleShapeSolid", + Code: "F63C", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5z" + }, + { + Name: "SquareShapeSolid", + Code: "F63D", + Path: "M1920 1920v-1792h-1792v1792h1792z" + }, + { + Name: "TriangleShapeSolid", + Code: "F63E", + Path: "M1920 128h-1920l960 1920z" + }, + { + Name: "DropShapeSolid", + Code: "F63F", + Path: "M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166z" + }, + { + Name: "RectangleShapeSolid", + Code: "F640", + Path: "M2048 1664v-1280h-2048v1280h2048z" + }, + { + Name: "ContentSettings", + Code: "F647", + Path: "M2048 1920v-1064q-28 31 -60.5 57.5t-67.5 49.5v445h-1792v-1024h868q3 -33 10 -65t18 -63h-1024v1664h2048zM1920 1792h-1792v-256h1792v256zM256 512v768h640v-768h-640zM384 640h384v512h-384v-512zM1408 1152h-384v128h384v-128zM1024 1022h384q-122 -41 -216 -126h-168v126zM2038 560l-124 -51q6 -30 6 -59q0 -32 -6 -63l124 -51l-49 -119l-124 52q-17 -25 -38.5 -47t-47.5 -39l52 -124l-119 -49l-51 124q-30 -6 -61 -6q-15 0 -30 3l-30 6l-52 -127l-119 49l52 125q-25 17 -45.5 39t-37.5 47l-127 -53l-49 119l124 51q-6 30 -6 59q0 31 6 63l-124 51l49 119l124 -52q17 25 38.5 47t47.5 39l-52 124l119 49l51 -124q30 6 59 6q31 0 63 -6l51 124l119 -49l-52 -124q25 -17 47 -38.5t39 -47.5l124 52zM1600 257q40 0 75 15t61 41t41 61t15 74t-15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74q0 -40 15 -74.5t41.5 -60.5t61.5 -41t74 -15z" + }, + { + Name: "DefaultSettings", + Code: "F648", + Path: "M930 382q17 -2 33.5 -3.5t33.5 -1.5q13 0 26 0.5t26 1.5l-73 -72l42 -42h-30l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l143 -89l-81 -81l-179 112q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86zM648 1024q0 78 29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5t146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5zM1288 1024q0 55 -20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5t103 20.5t84 56.5t56.5 84t20.5 103zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "ZoomToFit", + Code: "F649", + Path: "M749 1592l-90 91l365 365l365 -365l-90 -91l-275 275zM1299 456l90 -91l-365 -365l-365 365l90 91l275 -275zM456 1299l-275 -275l275 -275l-91 -90l-365 365l365 365zM2048 1024l-365 -365l-91 90l275 275l-275 275l91 90zM640 1408h768v-768h-768v768zM768 768h512v512h-512v-512z" + }, + { + Name: "InsertColumnsLeft", + Code: "F64A", + Path: "M2048 1920v-1664h-2048v512l128 -128v-256h512v512h512v384h-512v512h-512v-256l-128 -128v512h2048zM1920 768h-512v-384h512v384zM1920 1280h-512v-384h512v384zM1920 1792h-512v-384h512v384zM525 1427l-275 -275h774v-128h-774l275 -275l-90 -90l-429 429l429 429z" + }, + { + Name: "InsertColumnsRight", + Code: "F64B", + Path: "M2048 1408l-128 128v256h-512v-512h-512v-384h512v-512h512v256l128 128v-512h-2048v1664h2048v-512zM640 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM640 1792h-512v-384h512v384zM1523 749l275 275h-774v128h774l-275 275l90 90l429 -429l-429 -429z" + }, + { + Name: "InsertRowsAbove", + Code: "F64C", + Path: "M2048 1920v-1664h-2048v1664h512l-128 -128h-256v-384h640v-512h384v512h768v384h-384l-128 128h640zM640 768h-512v-384h512v384zM1280 768h-512v-384h512v384zM1920 768h-512v-384h512v384zM621 1523l-90 90l429 429l429 -429l-90 -90l-275 275v-774h-128v774z" + }, + { + Name: "InsertRowsBelow", + Code: "F64D", + Path: "M2048 1920v-1664h-640l128 128h384v384h-768v512h-384v-512h-640v-384h256l128 -128h-512v1664h2048zM640 1792h-512v-384h512v384zM1280 1792h-512v-384h512v384zM1920 1792h-512v-384h512v384zM1299 653l90 -90l-429 -429l-429 429l90 90l275 -275v774h128v-774z" + }, + { + Name: "DeleteColumns", + Code: "F64E", + Path: "M640 2048h640v-1092l-320 -319l-320 320v1091zM1920 2048v-1024h-512v128h384v896h128zM128 1152h384v-128h-512v1024h128v-896zM1277 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "DeleteRows", + Code: "F64F", + Path: "M896 1920h-896v128h1024v-512h-128v384zM1411 1088l-320 -320h-1091v640h1092zM896 640h128v-512h-1024v128h896v384zM1955 771l-227 227l-227 -227l-90 90l227 227l-227 227l91 90l226 -226l227 226l90 -90l-226 -227l227 -227z" + }, + { + Name: "DeleteRowsMirrored", + Code: "F650", + Path: "M1150 1920h896v128h-1024v-512h128v384zM635 1088l320 -320h1091v640h-1092zM1150 640h-128v-512h1024v128h-896v384zM91 771l227 227l227 -227l90 90l-227 227l227 227l-91 90l-226 -226l-227 226l-90 -90l226 -227l-227 -227z" + }, + { + Name: "DeleteTable", + Code: "F651", + Path: "M1819 320l227 -227l-91 -90l-227 227l-227 -227l-90 90l227 227l-227 227l91 90l226 -226l227 226l90 -90zM2045 320l3 3v-6zM2048 1920v-1152h-642l-126 -126v126h-512v-384h512v-128h-1280v1664h2048zM640 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM640 1792h-512v-384h512v384zM1280 1280h-512v-384h512v384zM1280 1792h-512v-384h512v384zM1920 1280h-512v-384h512v384zM1920 1792h-512v-384h512v384z" + }, + { + Name: "AccountBrowser", + Code: "F652", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792zM1210 848q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM896 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "VersionControlPush", + Code: "F664", + Path: "M1664 2048v-128h-1408v128h1408zM1024 1445v-554q83 -11 153.5 -50.5t121.5 -99t80 -135t29 -158.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 83 29 158.5t80 135t121.5 99t153.5 50.5v554l-339 -338l-90 90l493 493l493 -493l-90 -90zM1280 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5z" + }, + { + Name: "StackedColumnChart2", + Code: "F666", + Path: "M1920 256v-128h-1792v1792h128v-1664h1664zM768 384h-384v1152h384v-1152zM640 1024h-128v-512h128v512zM640 1408h-128v-256h128v256zM1280 384h-384v896h384v-896zM1152 768h-128v-256h128v256zM1152 1152h-128v-256h128v256zM1792 384h-384v1408h384v-1408zM1664 1280h-128v-768h128v768zM1664 1664h-128v-256h128v256z" + }, + { + Name: "StackedBarChartFull", + Code: "F668", + Path: "M1792 384h-1408v384h1408v-384zM1280 640h-768v-128h768v128zM1664 640h-256v-128h256v128zM1920 256v-128h-1792v1792h128v-1664h1664zM1792 896h-1408v384h1408v-384zM768 1152h-256v-128h256v128zM1664 1152h-768v-128h768v128zM1792 1408h-1408v384h1408v-384zM1024 1664h-512v-128h512v128zM1664 1664h-512v-128h512v128z" + }, + { + Name: "TripleColumnWide", + Code: "F66E", + Path: "M0 1792h512v-1536h-512v1536zM128 384h256v1280h-256v-1280zM2048 1792v-1536h-512v1536h512zM1920 1664h-256v-1280h256v1280zM640 1792h768v-1536h-768v1536zM768 384h512v1280h-512v-1280z" + }, + { + Name: "QuadColumn", + Code: "F66F", + Path: "M0 1792h384v-1536h-384v1536zM128 384h128v1280h-128v-1280zM1024 1792h384v-1536h-384v1536zM1152 384h128v1280h-128v-1280zM512 1792h384v-1536h-384v1536zM640 384h128v1280h-128v-1280zM1920 1792v-1536h-384v1536h384zM1792 1664h-128v-1280h128v1280z" + }, + { + Name: "WhiteBoardApp16", + Code: "F673", + Path: "M1262 1411l623 606l134 -138l-415 -405q-30 -30 -54 -55t-47 -48.5t-48 -47.5t-58 -51l-250 -113zM2048 1729v-1345h-2048v1408h1470l-131 -128h-1211v-279q34 21 87.5 51t113 57.5t117.5 47t100 19.5q49 0 83.5 -27.5t34.5 -79.5q0 -43 -20.5 -85t-42.5 -77q-40 -66 -63 -137.5t-23 -149.5q0 -33 7.5 -77t25 -83t46.5 -66.5t72 -27.5q49 0 98 32t92 77.5t78 95.5t56 86l110 -66q-22 -36 -49 -76.5t-59.5 -79.5t-69 -75t-77.5 -63t-85.5 -43t-91.5 -16q-75 0 -128 36t-87 92.5t-50 124t-16 130.5q0 96 27.5 184t77.5 170l2 4q10 17 19.5 33.5t16.5 35.5q-20 -3 -54 -15t-74 -29.5t-82.5 -39t-80 -43.5t-67.5 -42t-44 -35v-716h1792v1092z" + }, + { + Name: "WhiteBoardApp32", + Code: "F674", + Path: "M1254 1374l539 537l119 -119l-359 -359q-26 -26 -47 -48.5t-41 -43.5t-41.5 -42t-49.5 -45l-216 -101zM1920 1620v-1236h-1792v1344h1300l-129 -128h-1043v-319q27 14 60 30t68.5 29.5t71 22.5t66.5 9q44 0 73.5 -25t29.5 -71q0 -27 -8.5 -51.5t-21.5 -48t-28.5 -47t-28.5 -48t-21.5 -51.5t-8.5 -58q0 -32 11 -58t30 -44.5t45.5 -28.5t57.5 -10q54 0 105.5 26t97 65.5t82.5 86.5t63 89l109 -68q-36 -59 -84.5 -117t-106.5 -105t-125 -76t-141 -29q-58 0 -108 20t-86.5 56t-57 85t-20.5 108q0 45 9 78.5t23.5 63.5t33 59.5t37.5 65.5q-60 -17 -116.5 -45.5t-110.5 -58.5v-623h1536v980z" + }, + { + Name: "PinnedSolid", + Code: "F676", + Path: "M1990 1300q-33 -33 -64.5 -60.5t-65.5 -46.5t-73.5 -29.5t-88.5 -10.5q-34 0 -65 6l-379 -379q13 -38 19 -78t6 -80q0 -65 -13 -118.5t-37.5 -100t-59.5 -89t-79 -86.5l-386 386l-568 -569l-136 -45l45 136l569 568l-386 386q44 44 86.5 79t89 59.5t100 37.5t118.5 13q40 0 80 -6t78 -19l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5z" + }, + { + Name: "InsertSignatureLine", + Code: "F677", + Path: "M1664 516l128 128v-644h-1664v2048h1115l499 -499q-35 -11 -60.5 -23.5t-47.5 -28t-42 -35.5l-44 -44l-10 -10h-386v512h-896v-1792h1408v388zM1280 1536h293l-293 293v-293zM1848 1408q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719q-7 -2 -37 -9.5t-71.5 -18t-88.5 -22t-86.5 -21.5t-66 -16.5t-27.5 -6.5h-512v128h544l62 249l717 718q28 28 65 42.5t76 14.5zM1899 1159q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "ArrangeByFrom", + Code: "F678", + Path: "M2048 1416v-464q-41 114 -128 201v36l-19 -18q-24 22 -50.5 40.5t-55.5 34.5l102 102l-873 436l-873 -436l324 -324h581q-16 -31 -28.5 -62.5t-20.5 -65.5h-586l-293 293v-933h787q-25 -61 -39 -128h-876v1288l1024 512zM1764 459q65 -32 117.5 -80.5t89.5 -108.5t57 -129t20 -141h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 72 20 141t57 129t89.5 108.5t117.5 80.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "Phishing", + Code: "F679", + Path: "M2048 1664v-1280l-128 230v786l-896 -447l-896 447v-888h845l-64 -128h-909v1280h2048zM1024 1095l881 441h-1762zM1408 640h128v-320h-128v320zM1408 256h128v-128h-128v128zM1472 1152l576 -1152h-1152zM1867 112l-395 790l-395 -790h790z" + }, + { + Name: "CreateMailRule", + Code: "F67A", + Path: "M2048 896v-896h-1408v896h1408zM935 768l409 -245l409 245h-818zM1920 128v591l-576 -346l-576 346v-591h1152zM928 1536q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h384v-128h-512v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-736zM128 1664v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480z" + }, + { + Name: "Number", + Code: "F691", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM1082 1600h70v-1152h-128v906q-57 -36 -122.5 -55t-133.5 -19v128q103 0 184 51.5t130 140.5z" + }, + { + Name: "PublishCourse", + Code: "F699", + Path: "M1760 458q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 432q-32 -37 -58 -77.5t-46 -85.5q-53 55 -128.5 85t-151.5 30h-384v1280h-128v-1408h787q-14 -31 -23 -63t-15 -65h-877v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256v-640q-58 57 -128 95v417h-128v-369q-32 9 -64 13t-64 4v480h-256q-70 0 -136 -24.5t-120 -70.5v-1265zM896 445v1252q-54 46 -120 70.5t-136 24.5h-256v-1280h256q67 0 132 -17t124 -50z" + }, + { + Name: "DictionaryRemove", + Code: "F69A", + Path: "M256 128h766l128 -128h-894q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95t57.5 82t82 57.5t95 21.5h1408v-1219l-64 -64l-64 64v1091h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1316q29 17 61 26.5t67 9.5h963l64 -64l-64 -64h-963q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1280 1280h-896v384h896v-384zM512 1536v-128h640v128h-640zM1981 739l-291 -291l291 -291l-90 -90l-291 291l-291 -291l-90 90l291 291l-291 291l90 90l291 -291l291 291z" + }, + { + Name: "UserRemove", + Code: "F69B", + Path: "M1040 1102q119 -46 217 -128t164 -191l-93 -93q-42 77 -102 138.5t-132.5 105t-155 67t-170.5 23.5t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "UserEvent", + Code: "F69C", + Path: "M1190 1022l-58 -115q-80 57 -172.5 87t-191.5 30q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119.5t-76 -104t-101 -82.5q40 -16 78 -35.5t73 -43.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z" + }, + { + Name: "Encryption", + Code: "F69D", + Path: "M1920 1792v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6zM1792 1280v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244zM960 1728q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-128h128v-640h-896v640h128v128q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1280 768v384h-640v-384h640zM768 1280h384v128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-128z" + }, + { + Name: "LiveSite", + Code: "F6A6", + Path: "M960 1280q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1306 896q-15 80 -63 145t-120 103q29 -58 42 -121t17 -127h124zM1085 768h-251q1 -16 4.5 -44t10 -60t16.5 -64.5t24 -59t31.5 -43.5t39.5 -17q21 0 38 17t30.5 44t23.5 60t17 65t11 59.5t5 42.5zM834 896h252q-1 15 -5 42t-11 59t-17.5 65t-24 60.5t-31 44.5t-37.5 17q-22 0 -39.5 -17t-31 -44t-23.5 -60t-17 -65t-10.5 -59.5t-4.5 -42.5zM793 1142q-35 -19 -64.5 -45t-52.5 -57.5t-39 -68t-23 -75.5h124q4 63 16 125.5t39 120.5zM614 768q14 -78 61 -142.5t116 -102.5q-26 57 -37.5 119.5t-15.5 125.5h-124zM1124 520q71 38 119 103.5t63 144.5h-124q-5 -63 -18.5 -126.5t-39.5 -121.5zM1115 2048l549 -549v-1371h-1408v1920h859zM1152 1829v-293h293zM384 256h1152v1152h-512v512h-640v-1664z" + }, + { + Name: "PasswordField", + Code: "F6AA", + Path: "M0 1792h2048v-1408h-2048v1408zM1920 512v1152h-1792v-1152h1792zM512 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5zM1024 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5zM1536 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5z" + }, + { + Name: "OpenInNewTab", + Code: "F6AB", + Path: "M2048 2048v-1664h-384v-384h-1664v1664h384v384h1664zM1920 512v1408h-1408v-256h256v-128h-640v-1408h1408v640h128v-256h256zM941 851l-90 90l594 595h-421v128h640v-640h-128v421z" + }, + { + Name: "Hide3", + Code: "F6AC", + Path: "M74 1756l90 90l1630 -1629l-91 -91l-457 457q-54 -35 -105.5 -53t-116.5 -18q-80 0 -150 30t-122 82t-82 122t-30 150q0 65 18 116.5t53 105.5l-320 320q-125 -105 -194 -241t-69 -301h-128q0 91 21 179.5t60 170t94.5 153t125.5 129.5zM768 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q36 0 67 9.5t62 26.5l-349 349q-17 -31 -26.5 -62t-9.5 -67zM1096 1141l-133 133q15 2 30.5 4t30.5 2q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -15 -2 -30.5t-4 -30.5l-133 133q-42 131 -173 173zM2048 896h-128q0 118 -36 221t-99.5 188t-149.5 152t-185.5 113t-208 70t-217.5 24q-98 0 -192 -19t-185 -56l-98 98q116 53 231.5 79t243.5 26q144 0 285 -35.5t265.5 -104.5t225.5 -170.5t166 -233.5q40 -82 61 -171t21 -181z" + }, + { + Name: "VerifiedBrandSolid", + Code: "F6AD", + Path: "M1845 1024l124 -155q18 -23 28 -50.5t10 -56.5q0 -30 -9.5 -57t-26 -49t-40.5 -38t-52 -24l-191 -53q2 -51 5.5 -103t3.5 -104q0 -36 -13.5 -67t-37 -54.5t-55 -37t-67.5 -13.5q-31 0 -61 11l-185 70l-109 -165q-24 -37 -62.5 -57.5t-82.5 -20.5t-82.5 20.5t-62.5 57.5l-109 165l-185 -70q-30 -11 -61 -11q-36 0 -67.5 13.5t-55 37t-37 54.5t-13.5 67q0 52 3.5 104t5.5 103l-191 53q-29 8 -52.5 24t-40 38t-26 49t-9.5 57q0 29 10 56.5t28 50.5l124 155l-124 155q-38 47 -38 107q0 30 9.5 57t26 49t40 38t52.5 24l191 53q-2 51 -5.5 103t-3.5 104q0 36 13.5 67t37 54.5t55 37t67.5 13.5q31 0 61 -11l185 -70l109 165q24 37 62.5 57.5t82.5 20.5t82.5 -20.5t62.5 -57.5l109 -165l185 70q30 11 61 11q36 0 67.5 -13.5t55 -37t37 -54.5t13.5 -67q0 -52 -3.5 -104t-5.5 -103l191 -53q28 -8 52 -24t40.5 -38t26 -49t9.5 -57q0 -60 -38 -107zM896 655l569 568l-114 114l-455 -456l-199 200l-114 -114z" + }, + { + Name: "MarkAsProtected", + Code: "F6AE", + Path: "M1193 437l-704 704l283 283l704 -704zM1295 720l-523 523l-102 -102l523 -523zM1664 128v640h128v-768h-1664v2048h922l-128 -128h-666v-1792h1408zM1969 1609l-215 -87l245 -245l-268 -268l-72 73l-89 -86l-582 582l89 86l-70 69l268 268l241 -242l91 212l74 74l362 -362zM1694 1851l-98 -168l79 -82l172 97zM1818 1277l-543 543l-110 -121l543 -543z" + }, + { + Name: "AuthenticatorApp", + Code: "F6B1", + Path: "M1024 1408q197 0 389.5 -32t378.5 -96v-128q0 -189 -55 -365t-155.5 -327t-242 -269t-315.5 -191q-173 72 -315 190.5t-242.5 268.5t-155.5 326t-55 364q0 13 2 30t4.5 35t5 35t4.5 31q185 64 371 96t381 32zM1280 512v32q0 41 -12.5 79t-35.5 70t-55 56t-71 37q51 24 80.5 71t29.5 103q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -56 29.5 -103t80.5 -71q-39 -13 -71 -37t-55 -56t-35.5 -70t-12.5 -79v-32h512zM1024 1856q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5l-192 -32v32q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199v-32l-192 32q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25z" + }, + { + Name: "WebTemplate", + Code: "F6B2", + Path: "M768 1152h1280v-1152h-1280v1152zM1920 128v640h-1024v-640h1024zM1920 896v128h-1024v-128h1024zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM512 1920v128h128v-128h-128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128z" + }, + { + Name: "DefenderTVM", + Code: "F6B3", + Path: "M1664 640h-256v-256h128v-384h-1152v384h128v256h-256v512h384v-128h128v256h128v737l674 -289l-546 -234v-214h128v-256h128v128h384v-512zM1024 1823v-190l222 95zM1408 128v128h-896v-128h896zM640 384h640v256h-640v-256zM384 768h1152v256h-128v-128h-384v256h-128v-256h-384v128h-128v-256z" + }, + { + Name: "MedalSolid", + Code: "F6B9", + Path: "M1111 1536h-174l-357 512h888zM1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -67 -19.5 -121t-56.5 -109l-424 -635q-91 114 -217.5 179.5t-272.5 73.5l605 868h129zM990 1180q-146 -8 -272.5 -73.5t-217.5 -179.5l-425 637q-36 54 -55.5 108t-19.5 120q0 53 20 99.5t55 81.5t81.5 55t99.5 20h129zM1024 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40z" + }, + { + Name: "D365TalentLearn", + Code: "F6BB", + Path: "M128 384h-128q0 120 35.5 231t100 205t156 166t203.5 116q-56 36 -100 83.5t-75 103t-47.5 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -78 -22.5 -149.5t-63.5 -133t-98.5 -110t-128.5 -79.5q-45 -20 -91 -27t-92.5 -11l-93 -8t-92.5 -17q-104 -29 -190.5 -88.5t-148.5 -141t-96.5 -180.5t-34.5 -207zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122t-122.5 82.5t-149 30.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1792 257l-448 -225l-448 225q0 36 1 76.5t7.5 80t19.5 77t37 67.5l-193 88v-582h-128v640l704 320l704 -320l-321 -146q24 -31 37 -68t19.5 -76.5t7.5 -79.5t1 -77zM1344 884l-395 -180l395 -180l395 180zM1344 175l320 161q-1 26 -4.5 47.5t-10.5 41t-16.5 39t-22.5 41.5l-266 -121l-266 121q-14 -23 -23.5 -42.5t-15.5 -39t-9.5 -40.5t-4.5 -48z" + }, + { + Name: "D365TalentInsight", + Code: "F6BC", + Path: "M128 384h-128q0 121 35 232t100 204.5t156 165.5t204 116q-56 36 -100.5 83.5t-75 103t-47 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -78 -22 -150t-63 -133.5t-98.5 -109.5t-129.5 -79q-49 -21 -94.5 -28.5t-90 -10.5t-90 -6.5t-94.5 -17.5q-104 -29 -190.5 -88.5t-148.5 -141t-96.5 -180.5t-34.5 -207zM768 1152q80 0 150 30t122 82t82 122t30 150q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30zM1472 896q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-23.5 -119.5t-66.5 -101.5q-38 -42 -38 -99v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v128q0 29 -8.5 52.5t-28.5 45.5q-44 49 -67.5 102.5t-23.5 119.5q0 67 25 125.5t68 101.5t101.5 68t125.5 25zM1536 128v128h-128v-128h128zM1664 576q0 40 -15 75t-41 61t-61 41t-75 15q-41 0 -76 -14.5t-61 -40.5t-40.5 -61t-14.5 -76q0 -36 9.5 -60.5t23.5 -44.5t31 -39.5t32 -47.5h192q15 27 32 47t31 40.5t23.5 44.5t9.5 60zM1472 960q-26 0 -45 19t-19 45v64q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45.5v-64q0 -26 -19 -45t-45 -19zM1984 640q27 0 45.5 -18.5t18.5 -45.5t-18.5 -45.5t-45.5 -18.5h-64q-26 0 -45 19t-19 45t19 45t45 19h64zM1024 640q26 0 45 -19t19 -45t-19 -45t-45 -19h-64q-27 0 -45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5h64zM1898 938q0 -26 -19 -45q-9 -9 -19 -20.5t-20.5 -21.5t-23 -16.5t-27.5 -6.5q-26 0 -45.5 19.5t-19.5 45.5q0 15 6.5 27.5t16.5 23t21.5 20.5t20.5 19q19 19 45 19t45 -19t19 -45zM1155 828q-15 0 -27.5 6.5t-23 16.5t-20.5 21.5t-19 20.5q-19 19 -19 45t19 45t45 19t45 -19q9 -9 20.5 -19t21.5 -20.5t16.5 -23t6.5 -27.5q0 -26 -19.5 -45.5t-45.5 -19.5z" + }, + { + Name: "D365CoreHR", + Code: "F6BD", + Path: "M1766 1920q30 0 58 -10t49.5 -28.5t34 -44.5t12.5 -58v-1497q0 -32 -12.5 -60t-33.5 -49t-49 -33t-59 -12h-1497q-32 0 -58 12.5t-44.5 34t-28.5 49.5t-10 58v1497q0 29 11 54.5t30.5 45t45 30.5t54.5 11h1497zM768 256v486q0 8 -4 14.5t-9 11.5h-499v-486q0 -8 4 -14.5t9 -11.5h499zM1280 256v1011q-5 5 -12 9t-14 4h-371q-10 -69 -43 -128t-82.5 -101.5t-112.5 -66.5t-133 -24q-72 0 -138.5 25.5t-117.5 76.5v-166h499q32 0 58 -12.5t44.5 -34t28.5 -49.5t10 -58v-486h384zM256 1344q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1792 282v1497q-5 5 -12 9t-14 4h-1497l-13 -13v-154q51 52 117.5 77.5t138.5 25.5q70 0 133 -24t112.5 -66.5t82.5 -101.5t43 -128h371q30 0 58 -10t49.5 -28.5t34 -44.5t12.5 -58v-1011h358q10 0 18 8t8 18z" + }, + { + Name: "BacklogList", + Code: "F6BF", + Path: "M128 1920h1792v-512h-1792v512v0zM1792 1536v256h-1536v-256h1536v0zM512 768v512h1408v-512h-1408v0zM640 1152v-256h1152v256h-1152v0zM128 128v512h1792v-512h-1792v0zM256 512v-256h1536v256h-1536v0z" + }, + { + Name: "ButtonControl", + Code: "F6C0", + Path: "M0 1664h2048v-1152h-2048v1152zM1920 640v896h-1792v-896h1792zM1792 1152v-128h-1024v128h1024zM448 896q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM448 1152q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "BullseyeTargetDelete", + Code: "F6C1", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM1024 256q131 0 256 45v-135q-60 -22 -126 -30t-130 -8q-123 0 -237 32t-214 91t-181.5 140.5t-140.5 181.5t-91 214t-32 237t32 237t91 214t140.5 181.5t181.5 140.5t214 91t237 32t237 -32t214 -91t181.5 -140.5t140.5 -181.5t91 -214t32 -237q0 -64 -8 -130t-30 -126h-136q24 62 35 126t11 130q0 105 -27.5 203t-77.5 183.5t-120.5 155.5t-156 120.5t-183.5 78t-203 27.5q-106 0 -203.5 -27.5t-183 -77.5t-155.5 -120.5t-120.5 -156t-78 -183.5t-27.5 -203q0 -106 27.5 -203.5t78 -183t120.5 -155.5t155.5 -120.5t183.5 -78t203 -27.5zM1536 1024q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199zM1408 1024q0 79 -30.5 149t-82.5 122.5t-122 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1152 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z" + }, + { + Name: "TableGroup", + Code: "F6D9", + Path: "M384 1536h1664v-1536h-1664v1536v0zM896 128v256h-384v-256h384v0zM896 512v256h-384v-256h384v0zM896 896v256h-384v-256h384v0zM1408 128v256h-384v-256h384v0zM1408 512v256h-384v-256h384v0zM1408 896v256h-384v-256h384v0zM1920 128v256h-384v-256h384v0zM1920 512v256h-384v-256h384v0zM1920 896v256h-384v-256h384v0zM1920 1280v128h-1408v-128h1408v0zM128 1664v-256h128v-128h-128v-256h128v-128h-128v-256h128v-128h-256v1536h1664v-384h-1536v0zM128 1920v-128h1408v128h-1408v0z" + }, + { + Name: "MountainClimbing", + Code: "F6DB", + Path: "M1408 1231l616 -1231h-2000l744 1487v561h512v-384h-384v-177l320 -640l192 384v0zM896 1920v-128h256v128h-256v0zM989 1015l-157 314l-157 -314l157 -156l157 156v0zM1432 128l-383 767l-217 -218l-217 218l-383 -767h1200v0zM1576 128h240l-408 817l-120 -241l288 -576v0z" + }, + { + Name: "TagUnknown", + Code: "F6DF", + Path: "M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM181 1024l715 -715l384 384v-181l-384 -384l-896 896l1024 1024h896v-896l-105 -105q-44 9 -87 9q-25 0 -49.5 -3.5t-48.5 -9.5l162 162v715h-715zM1664 0v128h128v-128h-128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-37 -65t-52 -57.5t-59 -57.5q-20 -20 -25.5 -42.5t-5.5 -47.5q0 -8 0.5 -16.5t0.5 -16.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "TagUnknownMirror", + Code: "F6E0", + Path: "M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM181 1024l715 -715l384 384v-181l-384 -384l-896 896l1024 1024h896v-896l-105 -105q-44 9 -87 9q-25 0 -49.5 -3.5t-48.5 -9.5l162 162v715h-715zM1664 0v128h128v-128h-128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v48q0 29 -14 52t-35.5 45t-46.5 44.5t-46.5 50.5t-35.5 62.5t-14 81.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "TagUnknown12", + Code: "F6E1", + Path: "M1365 1621q0 36 25 61t61 25q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5zM853 418l248 248q28 -74 70 -135l-318 -318l-810 811l1024 1024h810v-683h-170v512h-606l-853 -853zM1536 0v171h171v-171h-171zM1621 1195q71 0 133 -27t108.5 -73.5t73.5 -108.5t27 -133q0 -61 -19 -108t-50 -87t-69.5 -76.5t-78.5 -75.5q-17 -17 -25.5 -36.5t-11.5 -41t-2.5 -43.5t0.5 -44h-171v64q0 62 19 109t47.5 84t61.5 67t61.5 59t47.5 59.5t19 69.5q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5t-66 -13.5t-54 -37t-36.5 -54.5t-13.5 -66h-171q0 70 26.5 132.5t73 109t108.5 73.5t133 27z" + }, + { + Name: "TagUnknown12Mirror", + Code: "F6E2", + Path: "M1365 1621q0 36 25 61t61 25q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5zM853 418l248 248q28 -74 70 -135l-318 -318l-810 811l1024 1024h810v-683h-170v512h-606l-853 -853zM1536 0v171h171v-171h-171zM1621 1195q71 0 133 -27t108.5 -73.5t73.5 -108.5t27 -133h-171q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5t-66 -13.5t-54 -37t-36.5 -54.5t-13.5 -66q0 -39 19 -70t47.5 -60t61.5 -59t61.5 -66.5t47.5 -83.5t19 -109v-64h-171v64q0 39 -19 70t-47.5 60t-61.5 59t-61.5 67t-47.5 83.5t-19 108.5q0 70 26.5 132.5t73 109t108.5 73.5t133 27z" + }, + { + Name: "Link12", + Code: "F6E3", + Path: "M1707 1333q76 -27 139 -75t108 -111t69.5 -138t24.5 -156q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5h-512q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h171q0 -35 -13.5 -66t-37 -54t-54.5 -36.5t-66 -13.5q-71 0 -133 -27t-108.5 -73.5t-73 -109t-26.5 -132.5q0 -71 27 -133t73 -108t108 -73t133 -27h512q70 0 132.5 27t108.5 73t73 108t27 133q0 92 -46 168.5t-124 122.5v189zM171 1365q0 -91 46 -167.5t124 -123.5v-189q-76 27 -139 75t-108 111t-69.5 138t-24.5 156q0 106 40.5 199t110 162.5t162.5 110t199 40.5h512q106 0 199 -40.5t162.5 -110t110 -162.5t40.5 -199t-40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5h-171q0 35 13.5 66t36.5 54.5t54 37t67 13.5q70 0 132.5 27t108.5 73t73 108t27 133q0 70 -26.5 132.5t-73 109t-108.5 73.5t-133 27h-512q-71 0 -133 -27t-108.5 -73.5t-73 -109t-26.5 -132.5z" + }, + { + Name: "Presentation", + Code: "F6E4", + Path: "M0 2048h1920v-128h-128v-896q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-640h512v-128h-1152v128h512v640h-640q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v896h-128v128zM1664 1024v896h-1408v-896h1408zM1408 1536v-128h-896v128h896z" + }, + { + Name: "Presentation12", + Code: "F6E5", + Path: "M1877 2048v-171h-170v-853q0 -35 -13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5h-512v-512h341v-170h-853v170h341v512h-512q-35 0 -66 13.5t-54 36.5t-36.5 54.5t-13.5 66.5v853h-171v171h1877zM1536 1024v853h-1195v-853h1195zM1365 1536v-171h-853v171h853z" + }, + { + Name: "Lock12", + Code: "F6E6", + Path: "M1536 1195h171v-1195h-1366v1195h171v341q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5v-341zM683 1536v-341h682v341q0 70 -27 132.5t-73 108.5t-108.5 73t-132.5 27q-71 0 -133 -27t-108 -73t-73 -108.5t-27 -132.5zM1536 171v853h-1024v-853h1024z" + }, + { + Name: "BuildDefinition", + Code: "F6E9", + Path: "M896 128h128v-128h-1024v128h128v832q0 76 28 143.5t76.5 119t114 83.5t141.5 37l608 627q35 36 82 57t98 21q36 0 72 -10t68 -29t57.5 -46t40.5 -61l384 -858q17 -37 17 -83q0 -40 -14.5 -75t-40 -61.5t-60.5 -41.5t-75 -15q-57 0 -104.5 31t-70.5 83l-251 562l-408 -421q2 -16 3.5 -31.5t1.5 -31.5v-832zM1394 1542l198 -440l117 50l-220 493q-19 -29 -45.5 -54t-49.5 -49zM1788 961q0 20 -9 38.5t-17 35.5l-118 -50q7 -15 13 -30.5t15 -28.5t21.5 -21.5t32.5 -8.5q27 0 44.5 19t17.5 46zM644 1321q62 -23 113 -65t85 -99l530 546q18 19 27 42t9 49t-10 49t-27 40t-40 27t-49 10q-56 0 -94 -39zM256 128h512v832q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-832zM512 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM512 896h64h-64zM1408 256v128h640v-128h-640zM1408 640h640v-128h-640v128zM1152 512v128h128v-128h-128zM1408 0v128h640v-128h-640zM1152 0v128h128v-128h-128zM1152 256v128h128v-128h-128z" + }, + { + Name: "ReleaseDefinition", + Code: "F6EA", + Path: "M2048 2048v-64q0 -167 -25.5 -310.5t-79.5 -272.5t-137.5 -248.5t-200.5 -237.5q-38 -38 -77 -75t-81 -72h-210q75 54 143.5 112t133.5 124q99 101 173 203t124 213t76.5 234t31.5 265q-142 -5 -265 -31.5t-233.5 -76.5t-212.5 -123.5t-203 -172.5q-100 -97 -182 -204t-155 -225l356 -355v-248q-138 -80 -279 -156l-418 418q76 141 156 279h-227v302l572 191v-1q127 136 252.5 236t263.5 166t295 98t345 32h64zM973 601l-372 372q-29 -51 -57.5 -102t-57.5 -102v-1l282 -282h1q51 29 102 57.5t102 57.5zM558 1152q29 46 58.5 91t61.5 89l-294 -98v-82h174zM1536 1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1152 1280q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-256v256q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM256 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM1408 256v128h640v-128h-640zM1408 512v128h640v-128h-640zM1152 0v128h128v-128h-128zM1152 512v128h128v-128h-128zM1408 0v128h640v-128h-640zM1152 256v128h128v-128h-128z" + }, + { + Name: "SaveTemplate", + Code: "F6EC", + Path: "M256 1536v-128h-128v128h128zM256 1280v-128h-128v128h128zM256 1024v-128h-128v128h128zM256 768v-128h-128v128h128zM256 512v-128h-128v128h128zM128 256h128v-128h-128v128zM256 0v128h128v-128h-128zM512 0v128h128v-128h-128zM256 1920h-128v128h128v-128zM512 2048v-128h-128v128h128zM768 2048v-128h-128v128h128zM1024 2048v-128h-128v128h128zM1280 2048v-128h-128v128h128zM1536 2048v-128h-128v128h128zM1664 1792h-128v128h128v-128zM1536 1536v128h128v-128h-128zM256 1792v-128h-128v128h128zM1920 1280q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1152h-1115l-165 165v987q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1024zM1152 1152v-384h512v384h-512zM1664 128v256h-512v-256h128v128h128v-128h256zM1920 128v1024h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128z" + }, + { + Name: "UserGauge", + Code: "F6ED", + Path: "M768 1024q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 119 35.5 230.5t100.5 206t156.5 167t203.5 114.5q-115 75 -177.5 186t-62.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q55 -21 105.5 -51t96.5 -67q-69 -24 -133 -62q-30 24 -72.5 43t-90 32t-94.5 20t-84 7zM768 1152q80 0 150 30t122 82t82 122t30 150q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30zM1931 688l-286 -286q19 -41 19 -82q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q41 0 82 -19l286 286zM1472 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1472 768q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -64 18.5 -125.5t52.5 -115.5l-102 -79q-48 72 -72.5 153.5t-24.5 166.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q65 0 127 -15t120 -43l-98 -97q-36 12 -73.5 19.5t-75.5 7.5zM1990 567q28 -58 43 -120t15 -127q0 -85 -24.5 -166.5t-72.5 -153.5l-102 79q34 54 52.5 115.5t18.5 125.5q0 38 -7.5 75.5t-19.5 73.5z" + }, + { + Name: "CRMResourceOptimizationApp32", + Code: "F6EF", + Path: "M768 896v128h128v-128h-128zM1280 1408v-128h-128v128h128zM896 1408v-128h-128v128h128zM1763 458q65 -32 118 -80.5t90 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t90 108t118 80.5q-74 54 -115.5 135.5t-41.5 174.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30v384h-1408v-896h128v-128h-256v1536h1664v-918q54 -20 100 -54t81 -81q38 -52 56 -109.5t18 -117.5q0 -89 -39.5 -171t-116.5 -139zM128 1664h1408v256h-1408v-256zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 448l-271 -271l-91 90l117 117h-523v779l-117 -117l-90 91l271 271l271 -271l-90 -91l-117 117v-651h395l-117 117l91 90z" + }, + { + Name: "WebSearch", + Code: "F6FA", + Path: "M1152 640h-473q20 -96 55 -192t90 -177q-21 -18 -40.5 -40.5t-34.5 -47t-24 -52t-9 -55.5q0 -15 3 -30q-160 50 -292 146.5t-227 225.5t-147.5 283.5t-52.5 322.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5q175 0 335 -56.5t291 -158.5t225.5 -243t138.5 -310h-1357q-9 -64 -13 -127.5t-4 -128.5t4 -128.5t13 -127.5h495v-128zM528 768q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256t37 -256h363zM1832 1408q-39 81 -92.5 152t-119.5 130.5t-142.5 105t-161.5 74.5q36 -49 65 -105t51.5 -115.5t39 -121t28.5 -120.5h332zM1024 1920q-49 0 -91.5 -27.5t-78 -72.5t-64.5 -101t-51 -113t-37 -109t-23 -89h689q-8 36 -23 88.5t-37 109.5t-51 113t-64.5 100.5t-77.5 72.5t-91 28zM732 1870q-85 -29 -162 -74.5t-143 -104.5t-119.5 -130.5t-92.5 -152.5h333q12 59 28.5 120.5t39 121t51.5 115.5t65 105zM732 178q-36 49 -65 105t-51.5 115.5t-39 121t-28.5 120.5h-333q39 -81 92.5 -152.5t119.5 -130.5t143 -104.5t162 -74.5zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "BlockedSiteSolid12", + Code: "F70A", + Path: "M1877 1798v-501q0 -144 -37.5 -274.5t-103 -247.5t-154.5 -221t-193.5 -194.5t-219 -168t-230.5 -142.5q-116 61 -230.5 138.5t-219 169t-194 197t-155 223.5t-103 248.5t-37.5 271.5v501q84 0 159.5 5.5t147 21.5t141.5 44.5t143 74.5q42 26 83 45.5t83 32.5t87 19.5t95 6.5q51 0 96 -6.5t87 -20t83 -33t83 -46.5q71 -45 141 -73t142 -44t148 -21.5t158 -5.5zM1439 760l-349 349l351 352l-151 150l-351 -351l-352 351l-150 -150l351 -352l-351 -351l150 -151l352 351l349 -349z" + }, + { + Name: "TagSolid", + Code: "F70E", + Path: "M1024 2048h896v-896l-1024 -1024l-896 896zM1472 1424q36 0 68 14t56 38t38 56t14 68t-14 68t-38 56t-56 38t-68 14t-68 -14t-56 -38t-38 -56t-14 -68t14 -68t38 -56t56 -38t68 -14z" + }, + { + Name: "OfficeChat", + Code: "F70F", + Path: "M384 768v-293l256 256v-182l-384 -384v475h-256v1280h1792v-512h-128v384h-1536v-1024h256zM768 1280h1280v-896h-256v-347l-347 347h-677v896zM1920 512v640h-1024v-640h603l165 -165v165h256z" + }, + { + Name: "OfficeChatSolid", + Code: "F710", + Path: "M1792 1920v-512h-1152v-859l-384 -384v475h-256v1280h1792zM768 1280h1280v-896h-256v-347l-347 347h-677v896z" + }, + { + Name: "ReportAlert", + Code: "F721", + Path: "M384 1280v-128h-128v128h128zM512 768v128h256v-128h-256zM128 384h640q5 -33 16.5 -65t25.5 -63h-810v1792h1536v-768h-128v640h-1280v-1536zM1258 1280q-133 -41 -243 -128h-503v128h746zM1280 1664v-128h-768v128h768zM256 768v128h128v-128h-128zM384 1664v-128h-128v128h128zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128z" + }, + { + Name: "ReportAlertMirrored", + Code: "F722", + Path: "M1024 1280v-128h-768v128h768zM768 768h-512v128h512v-128zM1280 1536h-128v128h128v-128zM1024 1664v-128h-768v128h768zM128 384h634q9 -33 21.5 -65t26.5 -63h-810v1792h1536v-768h-128v640h-1280v-1536zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128z" + }, + { + Name: "MailSchedule", + Code: "F72E", + Path: "M960 948l-832 535v-971h768v-128h-896v1280h1920v-601q-13 9 -29 19.5t-33 20t-34 18t-32 12.5v350zM1638 1536h-1356l678 -436zM2048 512q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128z" + }, + { + Name: "PowerShell2", + Code: "F730", + Path: "M768 384h1280v-128h-1280v128zM101 1762l1033 -738l-1033 -738l-74 104l887 634l-887 634z" + }, + { + Name: "WarningSolid", + Code: "F736", + Path: "M960 2048l960 -1920h-1920zM1024 384v128h-128v-128h128zM896 640h128v768h-128v-768z" + }, + { + Name: "Blocked2Solid", + Code: "F737", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -133 -34.5 -255.5t-97 -229t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-133 0 -255.5 34.5t-229 97t-194 150t-150 194t-97 229.5t-34.5 255t34.5 255t97 229.5t150 194t194 150t229.5 97t255 34.5zM1536 1024v128h-1152v-128h1152z" + }, + { + Name: "SkypeCircleArrow", + Code: "F747", + Path: "M1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1577 1024q0 22 -8.5 41.5t-23.5 34.5t-35 23.5t-42 8.5h-644q19 19 50.5 45t61.5 56t51.5 63.5t21.5 67.5q0 22 -8.5 42t-23.5 34t-35 22.5t-42 8.5q-21 0 -41 -8t-35 -23l-338 -339h-1q-14 -14 -23 -33t-9 -39q0 -23 7.5 -44t24.5 -38h1l338 -339q31 -31 77 -31q47 0 77.5 31.5t30.5 78.5q0 31 -22.5 64t-52.5 64t-61 57t-49 44h644q22 0 42 8.5t35 23.5t23.5 34.5t8.5 41.5z" + }, + { + Name: "SkypeArrow", + Code: "F748", + Path: "M1980 1084q0 -41 -15.5 -77t-42.5 -63t-63 -42.5t-77 -15.5h-1043l281 -280q28 -27 43 -64t15 -76q0 -41 -15.5 -77t-42.5 -63t-63 -42.5t-77 -15.5q-39 0 -75.5 15t-64.5 43l-615 616q-33 33 -47 68t-14 82q0 39 17.5 73.5t43.5 60.5l615 616q28 28 65 43t76 15q41 0 77 -16t62.5 -43t42 -63.5t15.5 -76.5q0 -39 -15 -75t-43 -64l-281 -280h1043q41 0 77 -15.5t63 -42.5t42.5 -63t15.5 -77z" + }, + { + Name: "SyncStatus", + Code: "F751", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM1024 640q55 0 107.5 15.5t97.5 44.5t81.5 69.5t60.5 90.5l116 -56q-32 -67 -80.5 -121t-109 -92t-130 -58.5t-143.5 -20.5q-110 0 -210.5 45t-173.5 128v-173h-128v384h384v-128h-158q54 -60 129.5 -94t156.5 -34zM1408 1363v173h128v-384h-384v128h158q-54 60 -129.5 94t-156.5 34q-55 0 -107.5 -15.5t-97.5 -44.5t-81.5 -69.5t-60.5 -90.5l-116 56q32 67 80.5 121t109 92t130 58.5t143.5 20.5q110 0 210.5 -45t173.5 -128z" + }, + { + Name: "SyncStatusSolid", + Code: "F752", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 490q77 0 149.5 21.5t135.5 61.5t114 96.5t84 125.5l-156 74q-23 -47 -57 -85t-77 -65t-92 -42t-101 -15q-72 0 -137.5 28t-116.5 78h126v128h-384v-384h128v142q75 -78 175 -121t209 -43zM1536 1152v384h-128v-142q-75 78 -175 121t-209 43q-77 0 -149.5 -21.5t-135.5 -61.5t-114 -96.5t-84 -125.5l156 -74q22 47 56.5 85t77.5 65t92 42t101 15q72 0 137.5 -28t116.5 -78h-126v-128h384z" + }, + { + Name: "ProjectDocument", + Code: "F759", + Path: "M457 1169q50 0 82.5 -21.5t32.5 -76.5q0 -56 -31.5 -78.5t-83.5 -22.5h-57v199h57zM1459 2048l589 -589v-1459h-1664v336l-384 61v1139l384 55v457h1075zM400 861h69q49 0 95.5 13t81.5 39.5t56.5 67t21.5 95.5q0 57 -18.5 96t-50.5 63t-76.5 34.5t-96.5 10.5h-226v-640h144v221zM1920 128v1152h-128v-1024h-768v128h640v128h-512v256h512v512h-640v128h256v512h-768v-311l384 55v-1408l-384 60v-188h1408zM1920 1408l-512 512v-512h512zM1536 1152v-256h-512v256h512z" + }, + { + Name: "ToDoLogoOutline", + Code: "F75B", + Path: "M2023 1508q25 -27 25 -60q0 -35 -25 -60l-1151 -1151q-12 -13 -27.5 -19t-32.5 -6q-35 0 -60 25l-636 636q-13 12 -19 27.5t-6 32.5q0 35 25 60l303 304q27 25 60 25q35 0 60 -25l273 -273l787 787q13 13 28.5 19t31.5 6q17 0 32.5 -6t28.5 -19zM237 933l242 -242l243 242l-243 243zM812 358l1090 1090l-243 242l-1089 -1090l7 -7z" + }, + { + Name: "VisioDiagramSync", + Code: "F762", + Path: "M1152 1280h896v-256h-128v128h-640v-128h-301l-339 -226v-158h384v-512h-896v512h384v158l-435 290l435 290v158h-296q-18 0 -34 7t-28 19t-19 28t-7 34v336q0 18 7 34t19 28t28 19t34 7h720q18 0 34 -7t28 -19t19 -28t7 -34v-336q0 -18 -7 -34t-19 -28t-28 -19t-34 -7h-296v-158l339 -226h173v128zM256 1920v-256h640v256h-640zM896 256v256h-640v-256h640zM576 909l269 179l-269 179l-269 -179zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "Event12", + Code: "F763", + Path: "M1536 1877h341v-1877h-1877v1877h341v171h171v-171h853v171h171v-171zM1707 171v1194h-1536v-1194h1536zM1707 1536v171h-1536v-171h1536z" + }, + { + Name: "EventDateMissed12", + Code: "F764", + Path: "M1536 1877h341v-1877h-1877v1877h341v171h171v-171h853v171h171v-171zM1707 171v1194h-1536v-1194h1536zM1707 1536v171h-1536v-171h1536zM853 683v512h171v-512h-171zM853 341v171h171v-171h-171z" + }, + { + Name: "UserOptional", + Code: "F767", + Path: "M1280 1536q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 256v384h128v-384h-128zM1408 768v128h128v-128h-128z" + }, + { + Name: "ResponsesMenu", + Code: "F768", + Path: "M640 512v384h384v-384h-384zM768 768v-128h128v128h-128zM1024 1536v-384h-384v384h384zM896 1280v128h-128v-128h128zM1408 1408v-128h-256v128h256zM256 2048h1536v-2048h-1246l128 128h990v1792h-1280v-1118l-61 61l-67 -66v1251zM1152 640v128h256v-128h-256zM768 256h-518l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h518v-128z" + }, + { + Name: "DoubleDownArrow", + Code: "F769", + Path: "M512 250l261 261l90 -90l-415 -415l-415 415l90 90l261 -261v1798h128v-1798zM1797 511l90 -90l-415 -415l-415 415l90 90l261 -261v1798h128v-1798z" + }, + { + Name: "DistributeDown", + Code: "F76A", + Path: "M1747 461l90 -90l-365 -365l-365 365l90 90l211 -211v774h-896v-774l211 211l90 -90l-365 -365l-365 365l90 90l211 -211v902h512v896h128v-896h512v-902z" + }, + { + Name: "BookmarkReport", + Code: "F76B", + Path: "M0 384v640h384v-640h-384zM1920 1664v-384h-384v384h384zM1408 2048v-768h-256v-896h-128v1664h384zM512 384v1280h384v-1280h-384zM1280 1152h768v-1152l-384 256l-384 -256v1152zM1920 1024h-512v-785q65 43 128.5 85t127.5 86q65 -42 128.5 -85t127.5 -86v785z" + }, + { + Name: "FilterSettings", + Code: "F76C", + Path: "M1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM0 1920h2048v-219l-768 -768q-10 -10 -26.5 -23.5t-35 -27.5t-36.5 -27t-30 -23v155l768 768v37h-1792v-37l768 -768v-731h163q12 -34 27 -66t35 -62h-353v805l-768 768v219z" + }, + { + Name: "GripperDotsVertical", + Code: "F772", + Path: "M1152 1664h256v-256h-256v256zM1152 896v256h256v-256h-256zM1152 384v256h256v-256h-256zM640 1408v256h256v-256h-256zM640 896v256h256v-256h-256zM640 384v256h256v-256h-256z" + }, + { + Name: "MailAttached", + Code: "F774", + Path: "M0 1664h2048v-768h-128v504l-244 -121q-71 0 -141.5 0.5t-141.5 0.5l512 256h-1762l881 -441v-142l-896 447v-888h896v-128h-1024v1280zM1920 768h128v-320q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v384q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-320q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v256h128v-256q0 -26 19 -45t45 -19t45 19t19 45v320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-384q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v320z" + }, + { + Name: "AddIn", + Code: "F775", + Path: "M1024 1920v-896h896v-1024h-1920v1920h1024zM896 128v768h-768v-768h768zM896 1024v768h-768v-768h768zM1792 896h-768v-768h768v768zM1664 1664h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "LinkedDatabase", + Code: "F779", + Path: "M128 448q0 -20 13 -35.5t27 -27.5q35 -29 81 -50t98 -35t107.5 -23t110.5 -13.5t107 -6t96 -1.5v-128h-74q-47 0 -116.5 6t-146.5 20t-154 37.5t-138.5 59t-100 84.5t-38.5 113v1152q0 69 39.5 119.5t102.5 86t142 58t157 35t148 17t115 4.5t115 -4.5t148 -17t157 -35t142 -58t102.5 -86t39.5 -119.5v-576h-128v387q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM704 1792q-59 0 -132.5 -6t-147.5 -20.5t-142 -39.5t-114 -63q-14 -12 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q58 0 131.5 6t148 20.5t141.5 39.5t114 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114 63t-141.5 39.5t-148 20.5t-131.5 6zM1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105t-55.5 -93.5t-81.5 -73t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256zM1788 634q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5z" + }, + { + Name: "TableLink", + Code: "F77A", + Path: "M1024 1024v128h-384v-768h-640v1536h1664v-896h-128v128h-384v-128h-128zM1536 1280v256h-384v-256h384zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM128 1664h1408v128h-1408v-128zM640 1280h384v256h-384v-256zM2048 320q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5zM896 576q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "PromotedDatabase", + Code: "F77D", + Path: "M128 1411v-963q0 -20 13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q81 0 161 8t159 28v-130q-79 -18 -159 -26t-161 -8q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -87 17.5t-100.5 28.5t-101 40t-88 54.5t-62 71.5t-23.5 89v1152q0 69 39.5 119.5t102.5 86t142 58t157 35t148 17t115 4.5t115 -4.5t148 -17t157 -35t142 -58t102.5 -86t39.5 -119.5v-960h-128v771q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62zM128 1600q0 -20 13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q58 0 131.5 6t148 20.5t141.5 39.5t114 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114 63t-141.5 39.5t-148 20.5t-131.5 6q-59 0 -132.5 -6t-147.5 -20.5t-142 -39.5t-114 -63q-14 -12 -27 -27.5t-13 -35.5zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "BarChartVerticalFilter", + Code: "F77E", + Path: "M1408 1664v-768h-128v896h384v-896h-128v768h-128zM1024 512l128 -128h-384v896h384v-384h-128v256h-128v-640h128zM640 1536v-1152h-384v1152h384zM512 512v896h-128v-896h128zM1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152zM1664 376l234 264h-596l234 -264v-248h128v248zM128 1920v-1664h1152v-128h-1280v1792h128z" + }, + { + Name: "BarChartVerticalFilterSolid", + Code: "F77F", + Path: "M1024 512l128 -128h-384v896h384v-384h-128v-384zM1664 1792v-896h-384v896h384zM640 1536v-1152h-384v1152h384zM128 1920v-1664h1152v-128h-1280v1792h128zM1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152z" + }, + { + Name: "MicOff2", + Code: "F781", + Path: "M640 1724l-128 128v4q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-900l-128 128v772q0 27 -18.5 45.5t-45.5 18.5h-512q-27 0 -45.5 -18.5t-18.5 -45.5v-132zM1664 1024v-323l-128 127v196h128zM2029 109l-90 -90l-377 377q-59 -67 -139 -103.5t-169 -36.5h-230v-128h256v-128h-640v128h256v128h-230q-85 0 -159.5 32.5t-130 88t-88 130t-32.5 159.5v358h128v-358q0 -58 22.5 -109.5t60.5 -89.5t89.5 -60.5t109.5 -22.5h588q63 0 119.5 27t97.5 75l-102 103q-27 -36 -67.5 -56.5t-85.5 -20.5h-512q-40 0 -75 15t-61 41t-41 61t-15 75v741l-493 494l90 90zM1216 640q20 0 36.5 11t23.5 30l-636 636v-613q0 -27 18.5 -45.5t45.5 -18.5h512z" + }, + { + Name: "MicrosoftTranslatorLogo", + Code: "F782", + Path: "M737 332q0 -77 5.5 -153.5t19.5 -152.5l-148 -5q-5 22 -8 43.5t-3 44.5h-9q-66 -60 -147.5 -83t-168.5 -23q-60 0 -109 18t-83.5 51.5t-53.5 82t-19 109.5q0 88 30 151.5t82 105t122.5 61t151.5 19.5q63 0 126 -12q13 -2 33.5 -8.5t32.5 -6.5q5 0 6 2.5t1 7.5q0 11 -2 21t-2 21q0 63 -18.5 101t-51.5 58.5t-79 27t-100 6.5q-30 0 -52.5 -4.5t-43 -11t-41.5 -14t-49 -14.5l-24 130q35 10 66 19t61.5 15.5t63 10t69.5 3.5q80 0 144.5 -15t110.5 -50.5t70.5 -94t24.5 -145.5q0 -79 -4 -158t-4 -158zM348 132q67 0 131 17t117 61q-3 65 -4 128.5t-1 128.5q-35 11 -72 16.5t-74 5.5q-46 0 -95.5 -11t-90 -35t-66.5 -62t-26 -93q0 -42 14 -71.5t38 -48t57 -27.5t72 -9zM224 1696q75 52 162.5 77t178.5 25q43 0 88 -5.5t89 -17t85.5 -29t77.5 -41.5q-62 -5 -126.5 -25t-124 -53t-110 -77.5t-83.5 -97.5l297 -298h-758v766zM1290 766h758v-766l-224 223q-75 -52 -162.5 -76.5t-178.5 -24.5q-43 0 -87.5 5.5t-88.5 17t-86 29t-78 41.5q61 4 126 24.5t124.5 53.5t110 77.5t83.5 97.5zM1442 1055q-26 -27 -54.5 -52t-60.5 -44.5t-67.5 -31t-74.5 -11.5q-81 0 -119 49t-38 127q0 67 23.5 123t62.5 101.5t90.5 82t107.5 65.5q-1 17 -1.5 33t-0.5 33q0 47 2.5 93t7.5 92q-12 -1 -24.5 -1h-24.5h-36q-27 0 -48 1.5t-40 9t-37 22.5t-40 41q-9 11 -20 23.5t-11 26.5q0 19 14 27t31 8q22 0 35.5 -8t23 -18t17.5 -19t19 -12q14 -4 31 -4.5t33 -0.5h21q33 0 66 3q4 33 9 65.5t10 65.5q-5 14 -17 21t-24.5 12.5t-22 12.5t-9.5 21q0 20 15.5 25.5t30.5 5.5q11 0 26 -4.5t26 -6.5q12 -3 35.5 -8.5t47.5 -14.5t42 -21.5t18 -28.5q0 -2 -5 -18.5t-11 -36t-11.5 -37t-6.5 -22.5q56 19 104 55q23 17 51.5 32.5t58.5 15.5q26 0 44 -15t18 -42q0 -29 -16.5 -51.5t-43 -39t-60 -28.5t-67.5 -20.5t-65 -13.5t-52 -9q-11 -53 -17.5 -106.5t-8.5 -107.5q34 12 69 21.5t71 14.5q-9 8 -26 17.5t-34.5 20t-30 21.5t-12.5 23q0 20 14 25.5t31 5.5q26 0 63 -3.5t71 -14.5t58 -32.5t24 -57.5q68 -7 126.5 -29.5t101 -61.5t66.5 -94t24 -127q0 -17 -5 -40.5t-10 -40.5q-16 -51 -46.5 -94.5t-70 -79.5t-86 -64.5t-93.5 -50.5q-23 -11 -51 -23t-54 -17l-7 -1q-16 2 -33.5 13.5t-17.5 29.5q0 19 16 26t30 10q4 1 15 5.5t23.5 10.5t23.5 12t15 8q38 20 79.5 47.5t76.5 62t58 76t23 89.5q0 6 -0.5 12.5t-1.5 12.5q-28 205 -234 220q-37 -86 -81 -168.5t-99 -157.5q15 -22 31 -40.5t34 -38.5q9 -9 9 -19q0 -9 -6 -17t-14.5 -14t-18 -9.5t-17.5 -3.5q-12 0 -25 5t-26 13t-23.5 18t-16.5 19zM1565 1460q-69 -12 -135 -36q3 -40 9.5 -79.5t18.5 -77.5q13 21 28.5 45t30 49t27.5 50t21 49zM1141 1070q0 -26 18.5 -45.5t44.5 -19.5q22 0 47.5 17t49.5 41t44 49t32 41q-24 51 -37 105.5t-20 110.5q-34 -24 -66 -57.5t-57 -73t-40.5 -82.5t-15.5 -86z" + }, + { + Name: "Whiteboard", + Code: "F784", + Path: "M2048 896v-128h-530l146 -640h-131l-147 640h-709l-161 -640h-132l161 640h-545v128h128v1152h1792v-1152h128zM1792 896v1024h-1536v-1024h896v128h384v-128h256z" + }, + { + Name: "ShowTimeAs", + Code: "F787", + Path: "M0 2048h2048v-2048h-2048v2048v0zM128 1280v-165l165 165h-165v0zM128 933v-165h165l512 512h-330l-347 -347v0zM1920 859v330l-421 -421h330l91 91v0zM1317 768l512 512h-330l-512 -512h330v0zM805 768l512 512h-330l-512 -512h330v0zM128 1408h1792v512h-1792v-512v0z" + }, + { + Name: "FileRequest", + Code: "F789", + Path: "M2048 1536v-896h-128v896h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5z" + }, + { + Name: "AcceptMedium", + Code: "F78C", + Path: "M1902 1852l121 -120l-1340 -1341l-658 658l121 121l537 -537z" + }, + { + Name: "WorkItemAlert", + Code: "F78F", + Path: "M384 1664v-1536h896v-128h-1024v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-768h-128v640h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1920 384h128v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192zM1664 192v64h-128v-64q0 -26 19 -45t45 -19t45 19t19 45zM1408 384h384v192q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-192z" + }, + { + Name: "PowerBILogo16", + Code: "F790", + Path: "M384 905q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-306q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-41 29t-27 42.5t-9.5 51v306q0 27 9.5 51t27 42t41 29t50.5 11zM768 1384q27 0 50.5 -10.5t41 -29t27 -42.5t9.5 -51v-785q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-41 29t-27 42.5t-9.5 51v785q0 27 9.5 51t27 42.5t41 29t50.5 10.5zM1536 1715q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-1112q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-40.5 28.5t-27 42t-10 51v1113q0 27 9.5 51t27 42.5t41 29t50.5 10.5zM1152 1183q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-584q0 -27 -9.5 -51t-27 -42t-41 -29t-50.5 -11t-50.5 10.5t-41 29t-27 42.5t-9.5 51v584q0 27 10 51t27 42t40.5 29t50.5 11z" + }, + { + Name: "PowerBILogoBackplate16", + Code: "F791", + Path: "M0 2048h2048v-2048h-2048v2048z" + }, + { + Name: "BulletedListText", + Code: "F792", + Path: "M384 768v128h1664v-128h-1664zM384 384v128h1664v-128h-1664zM384 1152v128h1664v-128h-1664zM384 1664h1664v-128h-1664v128z" + }, + { + Name: "BulletedListBullet", + Code: "F793", + Path: "M0 384v128h128v-128h-128zM0 768v128h128v-128h-128zM0 1664h128v-128h-128v128zM0 1152v128h128v-128h-128z" + }, + { + Name: "BulletedListTextMirrored", + Code: "F794", + Path: "M0 384v128h1664v-128h-1664zM0 768v128h1664v-128h-1664zM0 1152v128h1664v-128h-1664zM0 1664h1664v-128h-1664v128z" + }, + { + Name: "BulletedListBulletMirrored", + Code: "F795", + Path: "M1920 768v128h128v-128h-128zM1920 384v128h128v-128h-128zM1920 1152v128h128v-128h-128zM1920 1664h128v-128h-128v128z" + }, + { + Name: "NumberedListText", + Code: "F796", + Path: "M512 512v128h1536v-128h-1536zM512 1664h1536v-128h-1536v128zM512 1024v128h1536v-128h-1536z" + }, + { + Name: "NumberedListNumber", + Code: "F797", + Path: "M135 1699q-14 -11 -38 -21.5t-42 -10.5v69q30 10 58.5 23.5t54.5 33.5h49v-385h-82v291zM96 965h160v-69h-251v12q0 17 1.5 34t8.5 34q12 28 38 52t52 46t46 44t20 46q0 27 -14.5 38t-40.5 11t-49.5 -11t-43.5 -28v73q50 32 111 32q51 0 86.5 -26t35.5 -81q0 -46 -25 -76.5t-55 -53t-55 -40t-25 -37.5zM256 492q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-26 0 -49 4t-46 15v73q20 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9.5 28.5t-24 15.5t-31.5 6.5t-32 1.5h-20v64h23q14 0 28.5 1.5t26.5 6t20 14t8 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 43.5 -5t39 -16.5t28.5 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1q37 -5 61.5 -27.5t24.5 -60.5z" + }, + { + Name: "NumberedListTextMirrored", + Code: "F798", + Path: "M0 512v128h1536v-128h-1536zM0 1024v128h1536v-128h-1536zM0 1664h1536v-128h-1536v128z" + }, + { + Name: "NumberedListNumberMirrored", + Code: "F799", + Path: "M1927 1699q-14 -11 -38 -21.5t-42 -10.5v69q30 10 58.5 23.5t54.5 33.5h49v-385h-82v291zM1888 965h160v-69h-251v12q0 17 1.5 34t8.5 34q12 28 38 52t52 46t46 44t20 46q0 27 -14.5 38t-40.5 11t-49.5 -11t-43.5 -28v73q50 32 111 32q51 0 86.5 -26t35.5 -81q0 -46 -25 -76.5t-55 -53t-55 -40t-25 -37.5zM2048 492q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-26 0 -49 4t-46 15v73q20 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9.5 28.5t-24 15.5t-31.5 6.5t-32 1.5h-20v64h23q14 0 28.5 1.5t26.5 6t20 14t8 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 43.5 -5t39 -16.5t28.5 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1q37 -5 61.5 -27.5t24.5 -60.5z" + }, + { + Name: "RemoveLinkChain", + Code: "F79A", + Path: "M1264 512l128 -128h-304q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19.5 130t55 117t86 96.5t112.5 69.5q30 13 57.5 20t54.5 10.5t55 4t58 0.5h14v-128h-44q-38 0 -70.5 -4t-73.5 -22q-45 -20 -81 -49.5t-61.5 -67.5t-39.5 -83t-14 -94q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h176zM2048 832q0 -46 -11 -96l-119 119q-3 45 -19 87t-41.5 78t-61 64t-77.5 45q-40 16 -74 19.5t-72 3.5h-37v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5zM1407 1216q0 -68 -19.5 -131t-55 -116.5t-86 -96t-112.5 -69.5q-29 -13 -56.5 -20t-54.5 -10.5t-55 -4t-58 -0.5h-14v128h43q38 0 71.5 4t73.5 21q44 19 80 49.5t62 69t40 83.5t14 93q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -49 14 -94t39.5 -83t61.5 -68.5t81 -49.5q39 -17 72.5 -21t71.5 -4h44v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174 -35.5t142 -96t96 -142t35 -174.5z" + }, + { + Name: "RemoveLinkX", + Code: "F79B", + Path: "M2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "FabricTextHighlight", + Code: "F79C", + Path: "M903 1124v-86h-135v882h135v-391h2q35 58 85 88.5t118 30.5q64 0 109.5 -24.5t74.5 -66t42.5 -94.5t13.5 -110q0 -4 -0.5 -7t-0.5 -7l-309 -310q-44 8 -77 32.5t-56 62.5h-2zM902 1287q0 -32 10.5 -60.5t29.5 -49.5t46.5 -33.5t60.5 -12.5q46 0 77 20t50 52t26.5 71.5t7.5 78.5q0 35 -8 68.5t-26 60t-46 42.5t-68 16q-39 0 -68.5 -14.5t-50 -39t-31 -57t-10.5 -68.5v-74zM630 1038h-131v93h-3q-61 -107 -181 -107q-41 0 -75 11.5t-59 33.5t-39 54.5t-14 74.5q0 46 14 80.5t39.5 58t61.5 38t79 20.5l177 25q0 62 -29 94.5t-92 32.5q-54 0 -102 -19t-90 -54v118q50 29 105.5 42.5t112.5 13.5q226 0 226 -223v-387zM499 1279v52l-125 -18q-25 -3 -46.5 -8.5t-37 -16.5t-24.5 -29t-9 -47q0 -43 30.5 -64.5t69.5 -21.5q33 0 59 12t44.5 33t28.5 49t10 59zM1901 1412q0 -25 -10 -48t-27 -40l-791 -790q-22 32 -40 55.5t-37 43t-42 37.5t-56 39l791 791q36 36 88 36q25 0 48 -10t39.5 -26.5t26.5 -39.5t10 -48zM936 413q0 -33 -12.5 -61.5t-34 -49.5t-50.5 -33.5t-61 -12.5h-210q-21 0 -37 16q42 19 66 57.5t24 83.5q0 32 12 62q18 43 58 69.5t87 26.5q33 0 61.5 -12.5t50 -34t34 -50t12.5 -61.5z" + }, + { + Name: "ClearFormattingA", + Code: "F79D", + Path: "M640 2048l329 -988l-105 -105l-65 197h-446l-85 -256h-140l384 1152h128zM396 1280h360l-180 540z" + }, + { + Name: "ClearFormattingEraser", + Code: "F79E", + Path: "M704 614l422 -422l-65 -64h-330l-211 211q-19 19 -19 45t19 45zM1344 1254l422 -422l-550 -550l-422 422z" + }, + { + Name: "Photo2Fill", + Code: "F79F", + Path: "M576 1073l560 -561h-880v240z" + }, + { + Name: "IncreaseIndentText", + Code: "F7A0", + Path: "M1792 1408v-128h-768v128h768zM1024 1664h1024v-128h-1024v128zM1792 896v-128h-768v128h768zM1024 512v128h1024v-128h-1024zM1024 1024v128h1024v-128h-1024z" + }, + { + Name: "IncreaseIndentArrow", + Code: "F7A1", + Path: "M573 1405l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z" + }, + { + Name: "DecreaseIndentText", + Code: "F7A2", + Path: "M1792 1408v-128h-768v128h768zM1792 896v-128h-768v128h768zM1024 1664h1024v-128h-1024v128zM1024 1024v128h1024v-128h-1024zM1024 512v128h1024v-128h-1024z" + }, + { + Name: "DecreaseIndentArrow", + Code: "F7A3", + Path: "M896 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z" + }, + { + Name: "IncreaseIndentTextMirrored", + Code: "F7A4", + Path: "M0 1024v128h1024v-128h-1024zM0 512v128h1024v-128h-1024zM256 768v128h768v-128h-768zM256 1280v128h768v-128h-768zM0 1664h1024v-128h-1024v128z" + }, + { + Name: "IncreaseIndentArrowMirrored", + Code: "F7A5", + Path: "M2048 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z" + }, + { + Name: "DecreaseIndentTextMirrored", + Code: "F7A6", + Path: "M256 768v128h768v-128h-768zM0 512v128h1024v-128h-1024zM0 1664h1024v-128h-1024v128zM0 1024v128h1024v-128h-1024zM256 1280v128h768v-128h-768z" + }, + { + Name: "DecreaseIndentArrowMirrored", + Code: "F7A7", + Path: "M1731 1405l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z" + }, + { + Name: "CheckListText", + Code: "F7A8", + Path: "M640 384v128h1408v-128h-1408zM640 768v128h1408v-128h-1408zM640 1664h1408v-128h-1408v128zM640 1152v128h1408v-128h-1408z" + }, + { + Name: "CheckListCheck", + Code: "F7A9", + Path: "M493 1699l-301 -301l-173 173l90 90l83 -82l211 210zM192 427l211 210l90 -90l-301 -301l-173 173l90 90zM192 1195l211 210l90 -90l-301 -301l-173 173l90 90zM192 811l211 210l90 -90l-301 -301l-173 173l90 90z" + }, + { + Name: "CheckListTextMirrored", + Code: "F7AA", + Path: "M0 1664h1408v-128h-1408v128zM0 768v128h1408v-128h-1408zM0 384v128h1408v-128h-1408zM0 1152v128h1408v-128h-1408z" + }, + { + Name: "CheckListCheckMirrored", + Code: "F7AB", + Path: "M1728 427l211 210l90 -90l-301 -301l-173 173l90 90zM2029 1699l-301 -301l-173 173l90 90l83 -82l211 210zM1728 1195l211 210l90 -90l-301 -301l-173 173l90 90zM1728 811l211 210l90 -90l-301 -301l-173 173l90 90z" + }, + { + Name: "NumberSymbol", + Code: "F7AC", + Path: "M1685 1280h-326l-80 -384h351l-32 -128h-333l-113 -512h-163l111 512h-322l-109 -512h-161l108 512h-318l24 128h330l79 384h-347l25 128h340l107 512h161l-107 -512h320l110 512h157l-107 -512h323zM1126 896l82 384h-322l-85 -384h325z" + }, + { + Name: "Coupon", + Code: "F7BC", + Path: "M624 1216q0 -36 -14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14t68 -14t56 -38t38 -56t14 -68zM448 1136q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM960 1008q36 0 68 -14t56 -38t38 -56t14 -68t-14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14zM960 752q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM842 1408h108l-384 -768h-108zM1408 1664l640 -640l-640 -640h-1408v1280h1408zM1355 512l512 512l-512 512h-1227v-1024h1227zM1536 1088q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "VerifiedBrand", + Code: "F7BD", + Path: "M1845 1024l124 -155q18 -23 28 -50.5t10 -56.5q0 -30 -9.5 -57t-26 -49t-40.5 -38t-52 -24l-191 -53q2 -51 5.5 -103t3.5 -104q0 -36 -13.5 -67t-37 -54.5t-55 -37t-67.5 -13.5q-31 0 -61 11l-185 70l-109 -165q-24 -36 -62.5 -57t-82.5 -21t-82.5 21t-62.5 57l-109 165l-185 -70q-30 -11 -61 -11q-36 0 -67.5 13.5t-55 37t-37 54.5t-13.5 67q0 52 3.5 104t5.5 103l-191 53q-29 8 -52.5 24t-40 38t-26 49t-9.5 57q0 29 10 56.5t28 50.5l124 155l-124 155q-38 47 -38 107q0 30 9.5 57t26 49t40 38t52.5 24l191 53q-2 51 -5.5 103t-3.5 104q0 36 13.5 67t37 54.5t55 37t67.5 13.5q31 0 61 -11l185 -70l109 165q24 36 62.5 57t82.5 21t82.5 -21t62.5 -57l109 -165l185 70q30 11 61 11q36 0 67.5 -13.5t55 -37t37 -54.5t13.5 -67q0 -52 -3.5 -104t-5.5 -103l191 -53q28 -8 52 -24t40.5 -38t26 -49t9.5 -57q0 -60 -38 -107zM1879 762q0 14 -10 27l-188 235l188 235q10 13 10 27q0 34 -34 44l-191 53l-98 27q3 76 8 152t5 152q0 17 -14 30.5t-31 13.5q-6 0 -27 -6.5t-49.5 -17t-61.5 -23.5t-64 -25t-56.5 -22t-38.5 -15l-56 85l-109 166q-13 20 -38 20t-38 -20l-109 -166l-56 -85q-13 5 -38.5 15t-56.5 22t-64 25t-61.5 23.5t-49.5 17t-27 6.5q-17 0 -31 -13.5t-14 -30.5q0 -76 5 -152t8 -152l-98 -27l-191 -53q-34 -10 -34 -44q0 -14 10 -27l188 -235l-188 -235q-10 -13 -10 -27q0 -34 34 -44l191 -53l98 -27q-3 -76 -8 -152t-5 -152q0 -17 14 -30.5t31 -13.5q6 0 27 6.5t49.5 17t61.5 23.5t64 25t56.5 22t38.5 15l56 -85l109 -166q13 -20 38 -20t38 20l109 166l56 85q13 -5 38.5 -15t56.5 -22t64 -25t61.5 -23.5t49.5 -17t27 -6.5q17 0 31 13.5t14 30.5q0 76 -5 152t-8 152l98 27l191 53q34 10 34 44zM896 859l467 466l90 -90l-557 -558l-301 302l90 90z" + }, + { + Name: "ReleaseGate", + Code: "F7BE", + Path: "M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1152 2048h512v-1920h-512v128h384v1664h-384v128z" + }, + { + Name: "ReleaseGateCheck", + Code: "F7BF", + Path: "M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1536 509v1411h-384v128h512v-1411zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "ReleaseGateError", + Code: "F7C0", + Path: "M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1536 1024v896h-384v128h512v-1024h-128zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1704 632l80 -80l-105 -104l105 -104l-80 -80l-104 105l-104 -105l-80 80l105 104l-105 104l80 80l104 -105z" + }, + { + Name: "M365InvoicingLogo", + Code: "F7C1", + Path: "M1461 1331h-1031v205h1031v-205zM768 896h1280v-410q0 -74 -28 -139t-77 -114t-114 -77t-139 -28h-1332q-74 0 -139 28t-114 77t-77 114t-28 139v1562h1894v-998h-204v793h-1485v-1357q0 -32 12 -59.5t33 -48.5t48.5 -33t59.5 -12h256q31 0 59 12t49 33t33.5 49t12.5 59v410zM1843 486v205h-870v-205q0 -40 -8.5 -79t-26.5 -74h752q31 0 59 12t49 33t33 48.5t12 59.5z" + }, + { + Name: "XPowerY", + Code: "F7CA", + Path: "M1067 1193q0 -41 -22.5 -63t-64.5 -22q-16 0 -30.5 4.5t-29 9.5t-29.5 9.5t-30 4.5q-20 0 -42 -14.5t-44 -38t-43.5 -52t-40 -56.5t-33.5 -52.5t-23 -39.5l90 -379q2 -10 7 -30t12.5 -40.5t18.5 -35.5t26 -15q22 0 46 18t45.5 43t39.5 51.5t27 44.5l38 -19q-11 -20 -29 -47.5t-40.5 -57t-48.5 -58.5t-53.5 -51.5t-54.5 -36.5t-52 -14q-35 0 -58.5 20t-40.5 49q-7 12 -15.5 40t-18 64.5t-19 76.5t-18 77.5t-15 67.5t-9.5 45q-23 -41 -55.5 -95t-69.5 -108.5t-76 -103t-75 -78.5q-28 -23 -60.5 -39t-69.5 -16q-21 0 -40.5 7t-34 19.5t-23.5 30.5t-9 40q0 37 23.5 61t60.5 24q20 0 37 -9.5t31.5 -21t27 -21t23.5 -9.5q16 0 42 25t56 64t61.5 86t58.5 91.5t47 80t27 52.5q-21 83 -34 133.5t-20.5 80.5t-11.5 44.5t-8 25.5q-11 29 -26 56t-40 45q-26 19 -57.5 24.5t-62.5 5.5q-29 0 -59 -3v40l295 52q35 -37 57.5 -74t38 -76.5t26.5 -82t24 -90.5l97 145q18 26 46.5 57t62.5 58t70.5 45t69.5 18q20 0 38.5 -5.5t33 -16t23.5 -27t9 -38.5zM2048 1872q0 -38 -13 -75.5t-31 -71.5q-17 -31 -47.5 -78.5t-71.5 -104.5t-88.5 -120.5t-98 -126.5t-101 -122.5t-96.5 -109t-85 -86t-66 -52.5q-23 -14 -49 -25t-53 -11q-25 0 -44 19t-19 44q0 16 7 31t19 27t27 19t31 7q19 0 28 -9.5t13.5 -20.5t8.5 -20.5t15 -9.5q10 0 29.5 14t43.5 35.5t49.5 48.5t48.5 52t40.5 45.5t24.5 30.5l-45 515q-1 12 -3.5 34t-6.5 46t-10 45t-14 30q-14 17 -35 22.5t-42 5.5q-15 0 -30.5 -1.5t-30.5 -3.5l-7 30l238 58q18 -29 28.5 -59t16 -61t8.5 -63.5t6 -65.5l36 -400q14 17 42 53.5t62 82.5t70 97.5t65 98.5t48 84t19 55q0 13 -14 19t-31.5 14.5t-31.5 23.5t-14 47t17.5 53t50.5 21q23 0 39 -10t26.5 -25.5t15.5 -35.5t5 -40z" + }, + { + Name: "RemoveFromShoppingList", + Code: "F7D5", + Path: "M640 1280v-128h-128v128h128zM1536 1280v-128h-768v128h768zM512 768v128h128v-128h-128zM768 768v128h768v-128h-768zM640 1664v-128h-128v128h128zM1536 1664v-128h-768v128h768zM384 1920v-1536h896v-128h-1024v1792h1536v-1280h-128v1152h-1280zM2029 531l-211 -211l211 -211l-90 -90l-211 211l-211 -211l-90 90l211 211l-211 211l90 90l211 -211l211 211z" + }, + { + Name: "ShieldAlert", + Code: "F7D7", + Path: "M1024 512h-128v128h128v-128zM1024 1664v-896h-128v896h128zM960 3l-31 18q-117 67 -231 146t-217 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146zM128 1666v-386q0 -127 33.5 -244t91.5 -223t138 -200.5t172 -177.5t193.5 -154t203.5 -130q102 59 203.5 130t193.5 154t172 177.5t138 200.5t91.5 223t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z" + }, + { + Name: "StreamDiscover", + Code: "F7D9", + Path: "M768 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM768 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM0 1664h2048v-1280h-896q28 28 50.5 60.5t41.5 67.5h676v1024h-1792v-1152h-128v1280z" + }, + { + Name: "FabricTextHighlightComposite", + Code: "F7DA", + Path: "M903 1252v-86h-135v882h135v-391h2q35 58 85 88.5t118 30.5q64 0 109.5 -24.5t74.5 -66t42.5 -94.5t13.5 -110q0 -4 -0.5 -7t-0.5 -7l-309 -310q-44 8 -77 32.5t-56 62.5h-2zM902 1489v-74q0 -32 10.5 -60.5t29.5 -49.5t46.5 -33.5t60.5 -12.5q46 0 77 20t50 52t26.5 71.5t7.5 78.5q0 35 -8 68.5t-26 60t-46 42.5t-68 16q-39 0 -68.5 -14.5t-50 -39t-31 -57t-10.5 -68.5zM778 699q33 0 61.5 -12.5t50 -34t34 -50t12.5 -61.5t-12.5 -61.5t-34 -49.5t-50.5 -33.5t-61 -12.5h-210q-21 0 -37 16q42 19 66 57.5t24 83.5q0 32 12 62q18 43 58 69.5t87 26.5zM1901 1540q0 -25 -10 -48t-27 -40l-791 -790q-22 32 -40 55.5t-37 43t-42 37.5t-56 39l791 791q36 36 88 36q25 0 48 -10t39.5 -26.5t26.5 -39.5t10 -48zM496 1259q-61 -107 -181 -107q-41 0 -75 11.5t-59 33.5t-39 54.5t-14 74.5q0 46 14 80.5t39.5 58t61.5 38t79 20.5l177 25q0 62 -29 94.5t-92 32.5q-54 0 -102 -19t-90 -54v118q50 29 105.5 42.5t112.5 13.5q226 0 226 -223v-387h-131v93h-3zM257 1340q0 -43 30.5 -64.5t69.5 -21.5q33 0 59 12t44.5 33t28.5 49t10 59v52l-125 -18q-25 -3 -46.5 -8.5t-37 -16.5t-24.5 -29t-9 -47zM256 0v256h1408v-256h-1408z" + }, + { + Name: "LearningTools", + Code: "F7DB", + Path: "M384 512h128v-128h-256v1280h-128v-1408h384v-128h-512v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256v-819l-128 58v633h-128v-575l-128 59v644h-256q-71 0 -136.5 -24.5t-119.5 -70.5v-608l-128 -58v666q-54 46 -119.5 70.5t-136.5 24.5h-256v-1280zM1792 257l-448 -225l-448 225q0 36 1.5 76.5t8 80.5t19.5 77.5t36 66.5l-193 88v-582h-128v640l704 320l704 -320l-321 -146l8 -11q21 -31 32.5 -67t17 -73.5t6.5 -75.5t1 -74zM1344 884l-395 -180l395 -180l395 180zM1344 175l320 161q-1 26 -4.5 47.5t-10.5 41t-16.5 39t-22.5 41.5l-266 -121l-266 121q-15 -24 -24.5 -43t-15.5 -38t-9 -40.5t-4 -48.5z" + }, + { + Name: "Dataflows", + Code: "F7DD", + Path: "M1280 2048h640v-640h-256v-512h-1152v-256h256v-640h-640v640h256v768h-256v640h640v-640h-256v-384h1024v384h-256v640zM256 1536h384v384h-384v-384zM640 128v384h-384v-384h384zM1792 1536v384h-384v-384h384z" + }, + { + Name: "ShowGrid", + Code: "F7DE", + Path: "M1664 1024v128h128v-128h-128zM1664 2048v-128h-128v128h128zM1920 896h-128v128h128v-128zM1408 2048v-128h-128v128h128zM1152 1024v128h128v-128h-128zM896 2048v-128h-128v128h128zM1408 1024v128h128v-128h-128zM1920 1280v-128h-128v128h128zM1024 1152v-128h-128v128h128zM1024 1408v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1920 1536v-128h-128v128h128zM896 793v103h128v-26q-67 -33 -128 -77zM1920 1792v-128h-128v128h128zM1920 2048v-128h-128v128h128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM0 896v128h128v-128h-128zM256 1152v-128h-128v128h128zM0 1280h128v-128h-128v128zM256 128v128h128v-128h-128zM512 128v128h128v-128h-128zM512 1152v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM1024 1792h-128v128h128v-128zM768 1152v-128h-128v128h128zM128 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM2048 256h-128q0 66 -21.5 122.5t-59 102.5t-87 82t-106.5 60t-118 36.5t-120 12.5t-120 -12.5t-118 -36.5t-106.5 -59.5t-87 -82t-59 -103t-21.5 -122.5h-128q0 84 26 157t71.5 133.5t107 107.5t132.5 79.5t148.5 49.5t154.5 17t154.5 -17t148.5 -49.5t132.5 -79.5t107 -107.5t71.5 -133.5t26 -157zM1408 512q53 0 100 -20t81.5 -54.5t54.5 -81.5t20 -100t-20 -100t-54.5 -81.5t-81.5 -54.5t-100 -20t-100 20t-81.5 54.5t-54.5 81.5t-20 100t20 100t54.5 81.5t81.5 54.5t100 20zM1408 128q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10z" + }, + { + Name: "DiagnosticDataBarTooltip", + Code: "F7DF", + Path: "M128 2048h1792v-1792h-640l-256 -256l-256 256h-640v1792v0zM1792 384v1536h-1536v-1536h564l204 -204l204 204h564v0zM768 1408v-896h-256v896h256v0zM1152 1024v-512h-256v512h256v0zM1536 1664v-1152h-256v1152h256v0z" + }, + { + Name: "SaveToMobile", + Code: "F7E0", + Path: "M1792 384v-128h-256v128h256zM384 1920v-640h768v-128h-896v768h-128v-1381l154 -155h102v512h768v-128h-640v-384h128v256h128v-256h384v-128h-923l-229 230v1434q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-128v-512h-128v512h-1024zM2048 1152v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1920 128v1024h-512v-1024h512z" + }, + { + Name: "Orientation2", + Code: "F7E1", + Path: "M1536 1280v-128h-128v128h128zM1536 2048v-128h-128v128h128zM1792 2048v-128h-128v128h128zM1792 1280v-128h-128v128h128zM1920 1664v128h128v-128h-128zM1920 1408v128h128v-128h-128zM1280 2048v-1408h-896v1408h896zM1152 768v1152h-640v-1152h640zM1920 2048h128v-128h-128v128zM1920 1152v128h128v-128h-128zM1536 512v128h512v-512h-128v293q-103 -103 -199.5 -181.5t-201 -132t-224.5 -80.5t-271 -27q-142 0 -273 36.5t-244.5 103t-207 160t-160 207t-103 244.5t-36.5 273h128q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32q132 0 241 25.5t204.5 74.5t182.5 120.5t177 163.5h-293z" + }, + { + Name: "ScreenCast", + Code: "F7E2", + Path: "M1408 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v128q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128zM128 1664v-896h1024v-128h-128v-128h128v-128h-512v128h256v128h-896v1152h1920v-866q-59 56 -128 102v636h-1664zM1664 256q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30v128q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5h-128zM1920 256q0 132 -50.5 248.5t-137.5 203.5t-203.5 137.5t-248.5 50.5v128q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204h-128z" + }, + { + Name: "GenericScanFilled", + Code: "F7E3", + Path: "M1536 1920h512v-512h-128v384h-384v128zM128 1792v-384h-128v512h512v-128h-384zM1920 256v384h128v-512h-512v128h384zM256 384v1280h1536v-1280h-1536zM1536 1408v-768h128v768h-128zM1152 1408v-768h128v768h-128zM768 1408v-768h128v768h-128zM384 1408v-768h128v768h-128zM128 640v-384h384v-128h-512v512h128z" + }, + { + Name: "SnapToGrid", + Code: "F7E4", + Path: "M384 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM896 1280v128h128v-128h-128zM896 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM1024 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM1792 1408v128h128v-128h-128zM512 128v128h128v-128h-128zM768 1152v-128h-128v128h128zM1792 1152v128h128v-1152h-1152v128h128v896h896zM1792 256v768h-768v-768h768zM1792 2048h128v-128h-128v128zM1792 1664v128h128v-128h-128zM0 384v128h128v-128h-128zM512 1152v-128h-128v128h128zM0 896v128h128v-128h-128zM0 640v128h128v-128h-128zM0 1280h128v-128h-128v128zM256 1152v-128h-128v128h128zM256 128v128h128v-128h-128z" + }, + { + Name: "ContactList", + Code: "F7E5", + Path: "M740 587q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM256 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1280 640h768v-128h-768v128zM1280 256v128h768v-128h-768zM1280 0v128h768v-128h-768z" + }, + { + Name: "SyncOccurenceCancel", + Code: "F7E7", + Path: "M1024 1792q-138 0 -263 -46.5t-225.5 -129t-170 -196.5t-95.5 -249l-126 25q31 157 112 290t198.5 229.5t263.5 150.5t306 54q117 0 229 -30.5t211.5 -86.5t183 -136.5t144.5 -180.5v306h128v-512h-512v128h281q-51 88 -123 159.5t-158.5 121t-184 76.5t-199.5 27zM1384 348l27 -28l-158 -159q-57 -14 -114 -23.5t-115 -9.5q-118 0 -230 30t-211.5 86t-182.5 136.5t-144 181.5v-306h-128v512h512v-128h-281q51 -89 123 -160.5t158 -121t183.5 -76t200.5 -26.5q95 0 185.5 23.5t174.5 68.5zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "NewMail", + Code: "F7EA", + Path: "M1792 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128zM0 1664h2048v-896h-128v632l-896 -447l-896 447v-888h1024v-128h-1152v1280zM143 1536l881 -441l881 441h-1762z" + }, + { + Name: "EyeShadow", + Code: "F7EB", + Path: "M1305 1152h743v-1024h-2048v1024h771q75 91 154 176t162 168q31 31 86 84t122.5 114.5t143 124t147.5 113.5t135 83.5t107 32.5q41 0 66.5 -25.5t25.5 -66.5q0 -35 -21 -82.5t-56.5 -103t-82 -116t-98 -121.5t-104 -119t-100.5 -108.5t-88 -90t-65 -63.5zM893 1098q25 -11 45.5 -31.5t31.5 -45.5q57 47 128.5 113t149 142t156 158.5t148 163.5t126 157.5t90.5 140.5q-64 -34 -140.5 -90.5t-157.5 -126t-163.5 -148t-158.5 -156t-142 -149t-113 -128.5zM792 991q-24 0 -57 -7t-69.5 -18.5t-74 -27t-72 -33t-62 -36t-44.5 -36.5q-16 -17 -22.5 -36t-6.5 -42q0 -44 21.5 -87.5t56 -78t78 -56t87.5 -21.5q23 0 42 6.5t36 22.5q18 17 36.5 44.5t36 61.5t33 72t27 74.5t18.5 69t7 57.5q0 41 -15 56t-56 15zM1920 256v768h-752q-45 -40 -89.5 -78.5t-91.5 -76.5q-5 -45 -23.5 -104t-45 -118t-58.5 -111t-65 -85q-35 -35 -78 -51t-92 -16q-71 0 -137.5 31.5t-118 83t-82.5 118t-31 137.5q0 54 17.5 94.5t47.5 72t69.5 56t82.5 47.5h-345v-768h1792zM1152 640q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5zM1408 768q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "FabricFolderConfirm", + Code: "F7FF", + Path: "M2048 1536v-734l-128 128v606h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h1054l-128 -128h-926q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1472 219l467 466l90 -90l-557 -558l-269 270l90 90z" + }, + { + Name: "InformationBarriers", + Code: "F803", + Path: "M384 1920h1664v-640h-128v-320l-320 320h-64v128h117l139 -139v139h128v384h-1408v-299q-42 -47 -73.5 -100t-51.5 -113h-3v640zM960 640q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35zM1280 1088q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM640 1088q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1536 512v512h128v-640h-1216l-320 -320v320h-128v640h384v-128h-256v-384h128v-139l139 139h1141z" + }, + { + Name: "CommentActive", + Code: "F804", + Path: "M1728 1408q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25t124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25zM1152 1152v256h218q18 -20 38 -38v-218q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128h-128zM768 1024v128h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1920 640v648q35 15 67 36t61 46v-858h-1317l-475 -475v475h-256v1408h1288q-27 -61 -36 -128h-1124v-1152h256v-293l293 293h1243z" + }, + { + Name: "ColumnVerticalSectionEdit", + Code: "F806", + Path: "M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51zM1408 1792h640v-556q-57 39 -128 53v375h-384v-532l-128 -128v788zM256 1664v128h256v-128h-256zM896 1792v-128h-256v128h256zM256 256v128h256v-128h-256zM640 256v128h200l-32 -128h-168zM0 1152v256h128v-256h-128zM0 1536v256h128v-256h-128zM0 384v256h128v-256h-128zM0 768v256h128v-256h-128zM1152 1280v-256h-128v256h128zM1152 1664v-256h-128v256h128zM1152 896v-128l-128 -128v256h128z" + }, + { + Name: "WavingHand", + Code: "F807", + Path: "M1920 647q0 -83 -19.5 -163.5t-56.5 -152t-89.5 -132t-118.5 -104.5t-144 -68.5t-165 -24.5q-59 0 -118 11.5t-114.5 33t-105.5 54t-92 74.5l-621 621q-27 27 -41.5 62.5t-14.5 73.5q0 57 31 104.5t84 70.5q-25 45 -25 95q0 57 31.5 105.5t84.5 70.5q-26 44 -26 95q0 40 15 75t41 61t61 41t75 15q50 0 95 -25q24 53 71 84t105 31q38 0 73 -14.5t62 -41.5l538 -538v181q0 38 14.5 73.5t41.5 62.5q27 26 62.5 41t73.5 15q40 0 75 -15t61 -41t41 -61t15 -75v-695zM1792 650v692q0 26 -19 45t-45 19q-27 0 -45.5 -18.5t-18.5 -45.5v-227q0 -33 -18 -60t-49 -40q-10 -5 -20.5 -6.5t-21.5 -1.5q-46 0 -77 31l-570 570q-19 19 -45 19t-45 -19t-19 -45t19 -45l361 -361q19 -19 19 -45t-19 -45t-45 -19t-45 19l-452 451q-19 19 -45 19t-45 -19t-19 -45t19 -45l451 -451q19 -19 19 -46q0 -26 -19 -45t-45 -19t-45 19l-361 361q-19 19 -45 19t-45 -19t-19 -45t19 -45l406 -406q19 -19 19 -45t-19 -45t-45 -19t-45 19l-317 315q-19 19 -44 19q-26 0 -45 -18.5t-19 -45.5q0 -25 19 -44l620 -621q66 -66 156 -100.5t183 -34.5q105 0 191 43.5t147 115.5t94.5 165.5t33.5 194.5zM1152 1984q0 26 19 45t45 19q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-26 0 -45 19t-19 45zM1152 1760q0 26 19 45t45 19q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -28 68t-68 28q-26 0 -45 19t-19 45zM512 192q0 -26 -19 -45t-45 -19q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 26 19 45t45 19t45 -19t19 -45q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q26 0 45 -19t19 -45zM512 416q0 -26 -19 -45t-45 -19q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 26 19 45t45 19t45 -19t19 -45q0 -40 28 -68t68 -28q26 0 45 -19t19 -45z" + }, + { + Name: "ShakeDevice", + Code: "F80A", + Path: "M1897 521q0 -34 -18.5 -63.5t-48.5 -44.5l-804 -400q-13 -6 -26 -9.5t-27 -3.5q-35 0 -63.5 17.5t-44.5 49.5l-701 1407q-13 28 -13 53q0 34 18.5 63.5t48.5 44.5l804 400q28 13 53 13q35 0 64 -18t44 -49l701 -1407q13 -28 13 -53zM976 131l790 393l-694 1393l-790 -393zM1403 514l-201 -100l-57 115l201 100zM1664 1701l-83 -82l-90 90l237 237l237 -237l-90 -90l-83 82v-293h-128v293zM384 347l83 82l90 -90l-237 -237l-237 237l90 90l83 -82v293h128v-293z" + }, + { + Name: "SmartGlassRemote", + Code: "F80B", + Path: "M768 896v-128h-128v128h128zM1152 512v128h128v-128h-128zM896 768v128h128v-128h-128zM1152 768v128h128v-128h-128zM768 640v-128h-128v128h128zM896 512v128h128v-128h-128zM768 384v-128h-128v128h128zM1152 256v128h128v-128h-128zM896 256v128h128v-128h-128zM960 1152q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25zM960 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM384 2048h1152v-2048h-1152v2048zM1408 128v1792h-896v-1792h896z" + }, + { + Name: "Rotate90Clockwise", + Code: "F80D", + Path: "M1939 1133l90 -90l-301 -301l-301 301l90 90l147 -146v37q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5v-128q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q135 0 261.5 -39t234 -110t192.5 -172.5t138 -225.5q40 -94 55 -189t15 -197zM896 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM896 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "Rotate90CounterClockwise", + Code: "F80E", + Path: "M2048 1024q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32v128q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204v-37l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v10q0 98 16 191t54 185q52 124 137 225t193.5 172.5t235 110.5t260.5 39q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5zM1408 1024q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1024 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "CampaignTemplate", + Code: "F811", + Path: "M2048 1108v-916l-517 74q-9 -57 -38 -105.5t-71.5 -84.5t-95.5 -56t-110 -20q-49 0 -94 13.5t-83 39t-68.5 61.5t-49.5 81q-15 35 -19 66t-4 66v29q-30 5 -67.5 11.5t-76.5 12.5t-76 10.5t-66 5.5h-14q-22 0 -43.5 -1t-42.5 -1v512q28 0 55 -1t55 -1q5 0 9 0.5t9 1.5zM1404 284l-378 54q-2 -5 -2 -9v-9q0 -40 15 -75t41 -61t61 -41t75 -15q34 0 65.5 11.5t56.5 32.5t42.5 49.5t23.5 62.5zM1920 340v620l-1280 -182v-256zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM640 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128z" + }, + { + Name: "ChartTemplate", + Code: "F812", + Path: "M128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM640 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128zM1408 1024v128h128v-128h-128zM1152 768v128h512v-128h-512zM1024 128h896v-128h-1024v1024h128v-896zM1152 640h384v-128h-384v128zM1152 256v128h640v-128h-640z" + }, + { + Name: "PageListFilter", + Code: "F813", + Path: "M1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152zM1664 376l234 264h-596l234 -264v-248h128v248zM1280 1664v-128h-768v128h768zM512 768v128h512v-128h-512zM128 384h1059l93 -105v-23h-1280v1792h1536v-1152h-128v1024h-1280v-1536zM1280 1280v-128h-768v128h768zM384 1664v-128h-128v128h128zM384 1280v-128h-128v128h128zM256 768v128h128v-128h-128z" + }, + { + Name: "SecondaryNav", + Code: "F814", + Path: "M1024 1664v-128h-1024v128h1024zM0 1152h2048v-128h-2048v128zM1024 512v128h1024v-128h-1024z" + }, + { + Name: "VirtualNetwork", + Code: "F815", + Path: "M621 1427l-402 -403l402 -403l-90 -90l-494 493l494 493zM1517 1517l494 -493l-494 -493l-90 90l402 403l-402 403zM640 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1536 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z" + }, + { + Name: "ColumnVerticalSection", + Code: "F81E", + Path: "M1408 1792h640v-1536h-640v1536zM1920 384v1280h-384v-1280h384zM256 1664v128h256v-128h-256zM640 1664v128h256v-128h-256zM256 256v128h256v-128h-256zM640 256v128h256v-128h-256zM0 1152v256h128v-256h-128zM0 1536v256h128v-256h-128zM0 384v256h128v-256h-128zM0 768v256h128v-256h-128zM1024 1024v256h128v-256h-128zM1024 1408v256h128v-256h-128zM1024 256v256h128v-256h-128zM1024 640v256h128v-256h-128z" + }, + { + Name: "SkypeCircleSlash", + Code: "F825", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1456 699q0 46 -31 77l-649 649q-31 31 -77 31q-22 0 -41.5 -8.5t-34.5 -23t-23.5 -34.5t-8.5 -42q0 -44 32 -76l649 -649q32 -32 76 -32q22 0 42 8.5t34.5 23.5t23 34.5t8.5 41.5z" + }, + { + Name: "SkypeSlash", + Code: "F826", + Path: "M1807 443q0 -41 -16 -77.5t-43.5 -64t-64 -43.5t-77.5 -16q-40 0 -76.5 15t-65.5 44l-1162 1162q-28 28 -43.5 65.5t-15.5 76.5q0 42 16 78.5t43.5 63.5t64 43t77.5 16q83 0 142 -59l1162 -1162q29 -29 44 -65.5t15 -76.5z" + }, + { + Name: "CustomizeToolbar", + Code: "F828", + Path: "M896 1024h-512v512h512v-512zM512 1408v-256h256v256h-256zM1664 1536v-512h-512v512h512zM1536 1152v256h-256v-256h256zM0 1792h2048v-768h-128v640h-1792v-768h896v-128h-1024v1024zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "DuplicateRow", + Code: "F82A", + Path: "M1664 1280h384v-768h-1664v384h-384v768h1664v-384zM384 1024v256h1152v256h-1408v-512h256zM1920 640v512h-1408v-512h1408z" + }, + { + Name: "RemoveFromTrash", + Code: "F82B", + Path: "M1086 1957l-805 -805h999v-960q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-768q-40 0 -75 15t-61 41t-41 61t-15 75v807l-37 -37l-91 90l272 272l-91 90q-18 18 -27.5 41.5t-9.5 49.5q0 51 37 90l271 272q18 18 41.5 27.5t49.5 9.5t49.5 -9.5t41.5 -27.5l90 -91l272 272zM1152 192v832h-896v-832q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM543 1776l-271 -271l90 -91l272 272zM1920 1792h128v-512h-512v128h292q-77 60 -167.5 91t-187.5 31q-115 0 -219 -43t-185 -124l-90 90q100 100 226 152.5t268 52.5q123 0 238 -41t209 -119v294zM1024 896v-640h-128v640h128zM768 896v-640h-128v640h128zM512 896v-640h-128v640h128z" + }, + { + Name: "MailOptions", + Code: "F82C", + Path: "M0 1664h2048v-805q-28 31 -60.5 57.5t-67.5 48.5v435l-896 -447l-896 447v-888h896v-128h-1024v1280zM143 1536l881 -441l881 441h-1762zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "Childof", + Code: "F82D", + Path: "M1024 1792v-128h-896v128h896zM1581 1069l365 -365l-365 -365l-90 90l210 211h-1189v896h128v-768h1061l-210 211z" + }, + { + Name: "Footer", + Code: "F82E", + Path: "M128 2048h1792v-2048h-1792v2048zM1792 128v1792h-1536v-1792h1536zM1664 768v-512h-1280v512h1280zM1536 384v256h-1024v-256h1024z" + }, + { + Name: "Header", + Code: "F82F", + Path: "M128 2048h1792v-2048h-1792v2048zM1792 128v1792h-1536v-1792h1536zM1664 1792v-512h-1280v512h1280zM1536 1408v256h-1024v-256h1024z" + }, + { + Name: "BarChartVerticalFill", + Code: "F830", + Path: "M1280 1280v-896h-384v896h384v0zM1792 1792v-1408h-384v1408h384v0zM256 256h1664v-128h-1792v1792h128v-1664v0zM768 1536v-1152h-384v1152h384v0z" + }, + { + Name: "StackedColumnChart2Fill", + Code: "F831", + Path: "M1792 1792v-1408h-384v1408h384zM1664 1408v256h-128v-256h128zM1280 1280v-896h-384v896h384zM1152 896v256h-128v-256h128zM768 1536v-1152h-384v1152h384zM640 1152v256h-128v-256h128zM256 256h1664v-128h-1792v1792h128v-1664z" + }, + { + Name: "D365BusinessCentral", + Code: "F833", + Path: "M1967 1218q32 -42 54.5 -90t22.5 -102t-22.5 -102t-54.5 -90q-29 -144 -96 -268.5t-165.5 -223t-223 -166t-268.5 -95.5q-42 -32 -90 -54.5t-102 -22.5t-102 22.5t-90 54.5q-144 28 -268.5 95.5t-223 166t-166 223t-95.5 268.5q-32 42 -54.5 90t-22.5 102t22.5 102t54.5 90q28 144 95.5 268.5t166 223t223 165.5t268.5 96q42 32 90 54.5t102 22.5t102 -22.5t90 -54.5q144 -29 268.5 -96t223 -165.5t165.5 -223t96 -268.5zM1022 1920q-58 0 -93 -35t-35 -93t35.5 -92.5t92.5 -34.5t92.5 34.5t35.5 92.5t-35 93t-93 35zM767 1818q-193 -67 -331.5 -205.5t-205.5 -331.5q30 0 54.5 -3t46.5 -10t44 -19.5t46 -30.5q48 154 151.5 257.5t257.5 151.5q-18 24 -30.5 46t-19.5 44t-10 46.5t-3 54.5zM128 1026q0 -58 35 -93t93 -35t92.5 35.5t34.5 92.5t-34.5 92.5t-92.5 35.5t-93 -35t-35 -93zM830 426q-72 24 -135.5 64t-116.5 92.5t-93 116.5t-64 135q-24 -18 -45.5 -30.5t-44 -20t-47 -10.5t-54.5 -3q33 -96 85.5 -179t121 -151.5t151.5 -120.5t179 -85q0 30 3 54.5t10 47t19.5 44t30.5 46.5zM1022 132q57 0 92.5 34.5t35.5 92.5t-35 93t-93 35t-93 -35t-35 -93t35.5 -92.5t92.5 -34.5zM1278 234q93 33 176 84t151.5 117.5t121.5 148t87 174.5h-25q-44 0 -83.5 14t-72 39t-55.5 60t-32 78h-179q-10 -60 -43 -111.5t-80 -89t-104.5 -59t-117.5 -21.5q-74 0 -139.5 28t-114 76.5t-76.5 114t-28 139.5q0 72 29 137t78 114t114 78t137 29q63 0 121 -22.5t104.5 -62.5t78 -93.5t41.5 -115.5h179q9 43 32 78t55.5 60t72 39t83.5 14h25q-33 96 -85.5 179t-120.5 151.5t-151 121t-179 85.5q0 -30 -3 -54.5t-10.5 -47t-20 -44t-30.5 -45.5q106 -29 197 -95t148 -161q-23 -22 -47 -42.5t-43 -47.5q-31 61 -77 108.5t-103 80.5t-122 50t-132 17q-105 0 -198 -40.5t-162.5 -110t-110 -162.5t-40.5 -198t40.5 -198t110 -162.5t162.5 -110t198 -40.5q67 0 130.5 18.5t120 52t103.5 80.5t80 104q35 -52 90 -89q-68 -87 -154.5 -152t-190.5 -103q18 -25 30.5 -46.5t20 -44t10.5 -47t3 -54.5zM1252 1026q0 48 -18 90t-49 73t-73 49t-90 18t-90 -18t-73 -49t-49 -73t-18 -90t18 -90t49 -73t73 -49t90 -18t90 18t73 49t49 73t18 90zM1789 898q58 0 92.5 35.5t34.5 92.5t-34.5 92.5t-92.5 35.5t-93 -35t-35 -93t35 -93t93 -35z" + }, + { + Name: "PlainText", + Code: "F834", + Path: "M128 513v255h128v-256h-128v1zM512 1408v-256h-128v256h128zM1024 384v128h128v-128h-128zM896 768h128v-256h-128v256zM768 1152h-128v256h128v-256zM640 1664v-256h-128v256h128zM768 1152h128v-384h-640v384h128v-256h384v256zM0 384v128h128v-128h-128zM1408 1280h384v-128h-384v128zM1280 1024v128h128v-128h-128zM1280 768h128v-256h-128v256zM1408 384v128h256v-128h-256zM1792 1152h128v-768h-128v128h-128v128h128v128h-384v128h384v256z" + }, + { + Name: "AccessibiltyChecker", + Code: "F835", + Path: "M128 1920v-1792h384v-128h-512v2048h1115l549 -549v-91h-640v512h-896zM1152 1829v-293h293zM1536 768l-192 -256l-192 256h128v512h128v-512h128zM2048 704l-256 -192v128h-192l96 128h96v128zM647 640q9 81 39.5 155.5t81.5 138.5l91 -91q-69 -90 -84 -203h-128zM775 512q15 -113 84 -203l-91 -91q-51 64 -81.5 138.5t-39.5 155.5h128zM1152 1017q-113 -15 -203 -84l-91 91q64 51 138.5 81.5t155.5 39.5v-128zM1573 309q69 90 84 203h128q-9 -81 -39.5 -155.5t-81.5 -138.5zM1280 135q113 15 203 84l91 -91q-64 -51 -138.5 -81.5t-155.5 -39.5v128zM858 128l91 91q90 -69 203 -84v-128q-81 9 -155.5 39.5t-138.5 81.5z" + }, + { + Name: "DatabaseSync", + Code: "F842", + Path: "M252 1479q-32 12 -63.5 26.5t-60.5 32.5v-706q0 -19 14.5 -37t35 -33t42.5 -26.5t36 -17.5v-136q-41 15 -86 37t-83 52.5t-62.5 70.5t-24.5 90v896q0 48 22.5 86.5t59.5 69.5t84 54.5t96 41t96 28.5t84 18q128 22 262 22q47 0 110.5 -4.5t133 -15.5t140 -29.5t131 -46.5t107 -66.5t68.5 -89.5q-50 9 -99 15.5t-100 9.5q-51 28 -112.5 47t-126.5 30.5t-130 16.5t-122 5q-58 0 -129 -5.5t-143 -19.5t-138.5 -37.5t-114.5 -58.5q-17 -12 -34 -30.5t-17 -40.5q0 -26 24 -48.5t56.5 -41t66 -31.5t52.5 -19q-23 -24 -42 -51t-33 -58zM1088 1024q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 61v-706q0 -23 18.5 -44t48 -38.5t66 -32t71.5 -25.5t64.5 -18.5t45.5 -10.5q49 -9 98.5 -14.5t99.5 -7.5v-128q-44 2 -108.5 9t-135.5 22t-142 39t-127.5 59t-91.5 82t-35 108v896q0 47 22 86t58.5 69.5t83 54t95 41t95.5 28.5t83 18q66 12 133 17.5t134 5.5t134 -5.5t133 -17.5q36 -7 83 -18t95.5 -28t95 -41t83 -54.5t58.5 -69.5t22 -86v-320h-128v130q-59 -36 -130.5 -61t-148 -40.5t-153 -22t-144.5 -6.5zM1088 1536q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35t-27.5 28q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q59 0 111.5 20t94.5 55.5t70.5 84.5t38.5 107l126 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "ReservationOrders", + Code: "F845", + Path: "M896 1536v-128h-384v128h384zM512 1152v128h384v-128h-384zM512 896v128h256v-128h-256zM384 1536v-128h-128v128h128zM384 1280v-128h-128v128h128zM256 896v128h128v-128h-128zM128 1920v-1792h640v-128h-768v2048h1115l549 -549v-219h-128v128h-512v512h-896zM1152 1829v-293h293zM1792 1024h256v-1024h-1152v1024h256v128h128v-128h384v128h128v-128zM1920 128v512h-896v-512h896zM1920 768v128h-896v-128h896z" + }, + { + Name: "TabOneColumn", + Code: "F849", + Path: "M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h1408v-1280h-1408zM384 1408v-1024h1152v1024h-1152z" + }, + { + Name: "TabTwoColumn", + Code: "F84A", + Path: "M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h640v-1280h-640zM384 1408v-1024h384v1024h-384zM1664 1536v-1280h-640v1280h640zM1536 384v1024h-384v-1024h384z" + }, + { + Name: "TabThreeColumn", + Code: "F84B", + Path: "M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h384v-1280h-384zM384 1408v-1024h128v1024h-128zM768 256v1280h384v-1280h-384zM896 1408v-1024h128v1024h-128zM1664 1536v-1280h-384v1280h384zM1536 384v1024h-128v-1024h128z" + }, + { + Name: "BulletedTreeList", + Code: "F84C", + Path: "M512 1664h1536v-128h-1536v128zM1024 1024v128h1024v-128h-1024zM1024 512v128h1024v-128h-1024zM0 1408v384h384v-384h-384zM128 1664v-128h128v128h-128zM512 896v384h384v-384h-384zM640 1152v-128h128v128h-128zM512 384v384h384v-384h-384zM640 640v-128h128v128h-128z" + }, + { + Name: "MicrosoftTranslatorLogoGreen", + Code: "F852", + Path: "M1290 766h758v-766l-224 223q-75 -52 -162.5 -76.5t-178.5 -24.5q-43 0 -87.5 5.5t-88.5 17t-86 29t-78 41.5q61 4 126 24.5t124.5 53.5t110 77.5t83.5 97.5zM1442 1055q-26 -27 -54.5 -52t-60.5 -44.5t-67.5 -31t-74.5 -11.5q-81 0 -119 49t-38 127q0 67 23.5 123t62.5 101.5t90.5 82t107.5 65.5q-1 17 -1.5 33t-0.5 33q0 47 2.5 93t7.5 92q-12 -1 -24.5 -1h-24.5h-36q-27 0 -48 1.5t-40 9t-37 22.5t-40 41q-9 11 -20 23.5t-11 26.5q0 19 14 27t31 8q22 0 35.5 -8t23 -18t17.5 -19t19 -12q14 -4 31 -4.5t33 -0.5h21q33 0 66 3q4 33 9 65.5t10 65.5q-5 14 -17 21t-24.5 12.5t-22 12.5t-9.5 21q0 20 15.5 25.5t30.5 5.5q11 0 26 -4.5t26 -6.5q12 -3 35.5 -8.5t47.5 -14.5t42 -21.5t18 -28.5q0 -2 -5 -18.5t-11 -36t-11.5 -37t-6.5 -22.5q56 19 104 55q23 17 51.5 32.5t58.5 15.5q26 0 44 -15t18 -42q0 -29 -16.5 -51.5t-43 -39t-60 -28.5t-67.5 -20.5t-65 -13.5t-52 -9q-11 -53 -17.5 -106.5t-8.5 -107.5q34 12 69 21.5t71 14.5q-9 8 -26 17.5t-34.5 20t-30 21.5t-12.5 23q0 20 14 25.5t31 5.5q26 0 63 -3.5t71 -14.5t58 -32.5t24 -57.5q68 -7 126.5 -29.5t101 -61.5t66.5 -94t24 -127q0 -17 -5 -40.5t-10 -40.5q-16 -51 -46.5 -94.5t-70 -79.5t-86 -64.5t-93.5 -50.5q-23 -11 -51 -23t-54 -17l-7 -1q-16 2 -33.5 13.5t-17.5 29.5q0 19 16 26t30 10q4 1 15 5.5t23.5 10.5t23.5 12t15 8q38 20 79.5 47.5t76.5 62t58 76t23 89.5q0 6 -0.5 12.5t-1.5 12.5q-28 205 -234 220q-37 -86 -81 -168.5t-99 -157.5q15 -22 31 -40.5t34 -38.5q9 -9 9 -19q0 -9 -6 -17t-14.5 -14t-18 -9.5t-17.5 -3.5q-12 0 -25 5t-26 13t-23.5 18t-16.5 19zM1565 1460q-69 -12 -135 -36q3 -40 9.5 -79.5t18.5 -77.5q13 21 28.5 45t30 49t27.5 50t21 49zM1141 1070q0 -26 18.5 -45.5t44.5 -19.5q22 0 47.5 17t49.5 41t44 49t32 41q-24 51 -37 105.5t-20 110.5q-34 -24 -66 -57.5t-57 -73t-40.5 -82.5t-15.5 -86z" + }, + { + Name: "MicrosoftTranslatorLogoBlue", + Code: "F853", + Path: "M737 332q0 -77 5.5 -153.5t19.5 -152.5l-148 -5q-5 22 -8 43.5t-3 44.5h-9q-66 -60 -147.5 -83t-168.5 -23q-60 0 -109 18t-83.5 51.5t-53.5 82t-19 109.5q0 88 30 151.5t82 105t122.5 61t151.5 19.5q63 0 126 -12q13 -2 33.5 -8.5t32.5 -6.5q5 0 6 2.5t1 7.5q0 11 -2 21t-2 21q0 63 -18.5 101t-51.5 58.5t-79 27t-100 6.5q-30 0 -52.5 -4.5t-43 -11t-41.5 -14t-49 -14.5l-24 130q35 10 66 19t61.5 15.5t63 10t69.5 3.5q80 0 144.5 -15t110.5 -50.5t70.5 -94t24.5 -145.5q0 -79 -4 -158t-4 -158zM348 132q67 0 131 17t117 61q-3 65 -4 128.5t-1 128.5q-35 11 -72 16.5t-74 5.5q-46 0 -95.5 -11t-90 -35t-66.5 -62t-26 -93q0 -42 14 -71.5t38 -48t57 -27.5t72 -9zM461 1452l297 -298h-758v766l224 -224q75 52 162.5 77t178.5 25q43 0 88 -5.5t89 -17t85.5 -29t77.5 -41.5q-62 -5 -126.5 -25t-124 -53t-110 -77.5t-83.5 -97.5z" + }, + { + Name: "InternalInvestigation", + Code: "F854", + Path: "M512 640q0 83 40.5 154.5t110.5 116.5q-26 30 -40.5 67.5t-14.5 77.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -40 -14.5 -77.5t-40.5 -67.5q71 -45 111 -116t40 -155h-128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41.5t-41 -61.5t-15 -74h-128zM832 1152q-40 0 -68 -28t-28 -68t28 -68t68 -28q41 0 68.5 27.5t27.5 68.5q0 40 -28 68t-68 28zM384 384h579l-128 -128h-483q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h243l-129 256h143l129 -256h186l128 256h143l-128 -256h245q40 0 68 -28t28 -68v-451q-35 -19 -67.5 -41.5t-60.5 -50.5v511h-478q6 -13 21 -40t30.5 -57t27 -56.5t11.5 -38.5q0 -27 -19 -46t-45 -19q-18 0 -33.5 9.5t-23.5 25.5l-112 222h-275v-1280zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45q0 27 19 46l436 436q-34 49 -52.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "ExpandAll", + Code: "F859", + Path: "M0 1920h2048v-128h-2048v128zM896 1408v128h1152v-128h-1152zM896 1024v128h1152v-128h-1152zM896 640v128h1152v-128h-1152zM896 256v128h1152v-128h-1152zM384 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v1189h128v-1189z" + }, + { + Name: "CollapseAll", + Code: "F85A", + Path: "M0 1920h2048v-128h-2048v128zM896 1408v128h1152v-128h-1152zM19 1261l301 301l301 -301l-90 -90l-147 146v-1189h-128v1189l-147 -146z" + }, + { + Name: "AddReaction", + Code: "F85D", + Path: "M1792 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM3200 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM2176 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM2560 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM2176 512q73 0 141.5 20t127.5 57t106.5 90t80.5 118l115 -58q-41 -81 -101 -147t-134 -112t-159.5 -71t-176.5 -25q-92 0 -177 25t-159 71t-134 112t-101 147l115 58q33 -65 80.5 -118t106.5 -90t127 -57t142 -20zM512 1536v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z", + Width: 3220 + }, + { + Name: "RevenueManagement", + Code: "F85E", + Path: "M128 1536v-768h768v-128h-896v1024h384v384h1408v-896h-128v768h-1152v-256h896v-512h-128v384h-1152zM1792 768h256v-768h-1024v768h256v256h512v-256zM1408 896v-128h256v128h-256zM1920 128v256h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768zM1920 512v128h-768v-128h768z" + }, + { + Name: "ContactHeart", + Code: "F862", + Path: "M2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q56 0 104.5 -21t84.5 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM1152 896q-87 65 -181 96.5t-203 31.5q-134 0 -251 -49.5t-203.5 -136t-136 -203.5t-49.5 -251h-128q0 121 35 232.5t100 205.5t156.5 166.5t205.5 114.5q-55 34 -99.5 82t-76 104.5t-48.5 119t-17 127.5q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -65 -17 -127.5t-48.5 -119t-76 -104.5t-99.5 -82q66 -23 121.5 -58.5t108.5 -81.5q-33 -11 -61.5 -28t-55.5 -39zM1152 1536q0 79 -30.5 148.5t-83 122t-122 83t-148.5 30.5t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5t30.5 -148.5t83 -122t122 -83t148.5 -30.5t148.5 30.5t122 83t83 122t30.5 148.5z" + }, + { + Name: "VisuallyImpaired", + Code: "F866", + Path: "M176 1194q27 24 56 46t58 43l769 -769q-9 0 -17.5 -1t-17.5 -1q-46 0 -91.5 4.5t-90.5 12.5zM2048 1024q-128 -144 -285 -257.5t-339 -179.5l349 -350l-90 -90l-398 398l-63 -13l-822 822l48 28l-429 429l90 90l461 -461q108 46 222 71t232 25q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203zM1024 1408q-77 0 -147.5 -29t-124.5 -83l181 -181q18 18 41.5 27.5t49.5 9.5q27 0 50.5 -10t40.5 -27t27 -40.5t10 -50.5q0 -26 -9.5 -49.5t-27.5 -41.5l181 -181q54 54 83 124.5t29 147.5q0 80 -30 150t-82 122t-122 82t-150 30zM1443 732q120 53 227 127t201 165q-94 91 -201 165t-227 127q45 -64 68 -139t23 -153t-23 -153t-68 -139zM0 1024q39 43 81 84l511 -511q-172 69 -320.5 179t-271.5 248z" + }, + { + Name: "EventToDoLogo", + Code: "F869", + Path: "M128 1408v-768h256v-128h-384v1408h256v128h128v-128h768v128h128v-128h256v-640h-128v128h-1280zM256 1792h-128v-256h1280v256h-128v-128h-128v128h-768v-128h-128v128zM2048 964q0 -20 -8.5 -39.5t-22.5 -33.5q-208 -208 -412 -414t-413 -412q-32 -30 -75 -30t-73 30l-411 410q-15 14 -23 33.5t-8 40.5q0 43 31 74l177 177q31 31 74 31q42 0 73 -31l160 -160l576 575q30 30 73 30q20 0 40.5 -8t34.5 -22l176 -177q14 -14 22.5 -33.5t8.5 -40.5zM885 406l143 143l-144 144l-143 -144zM1910 965l-144 144q-199 -200 -395.5 -397.5t-396.5 -396.5q36 -36 71.5 -72t71.5 -72q200 199 397 396.5t396 397.5z" + }, + { + Name: "Variable2", + Code: "F86D", + Path: "M139 1088q0 -223 59 -430t165 -402h-97q-62 91 -111 191.5t-83.5 206t-53 215.5t-18.5 220q0 230 71 435t195 396h97q-55 -108 -96.5 -205t-70 -195.5t-43 -203.5t-14.5 -228zM1624 1566q0 -48 -25.5 -72t-72.5 -24q-17 0 -34 5t-33.5 11t-33 11t-33.5 5q-21 0 -45 -16t-49.5 -42t-50 -58t-46 -64t-38 -60t-25.5 -45l101 -426q3 -13 8.5 -35.5t14 -45t21 -39t29.5 -16.5q23 0 50.5 20t52.5 48.5t45 58t29 49.5l43 -21q-12 -23 -32.5 -54t-45.5 -64t-54.5 -65t-60.5 -57.5t-61.5 -41.5t-58.5 -16q-39 0 -66 23t-45 55q-8 14 -18 45t-20.5 71t-21.5 85t-20 86.5t-16.5 76t-10.5 53.5q-26 -48 -62.5 -108.5t-78 -121.5t-85.5 -115t-85 -88q-32 -26 -68 -44t-78 -18q-24 0 -45.5 7.5t-38 22t-26.5 34.5t-10 45q0 42 26 69t68 27q22 0 41 -11t35.5 -23.5t31 -23.5t26.5 -11q18 0 47.5 28t63 72t69 97t65.5 103t52.5 90t31.5 59q-10 38 -20 75t-19 75q-8 32 -17 72.5t-22.5 81t-32.5 75t-47 54.5q-31 22 -64.5 28t-70.5 6q-33 0 -66 -3v44l332 59q40 -43 65 -85t42 -85.5t29.5 -91t27.5 -101.5q32 48 64.5 98t69 95.5t80 84t97.5 65.5q18 9 38 14.5t40 5.5q22 0 43.5 -6t37.5 -18t26 -30.5t10 -43.5zM2048 1089q0 -110 -18.5 -220t-53 -215.5t-83.5 -206t-111 -191.5h-97q106 195 165 402t59 430q0 146 -25.5 290.5t-77.5 281.5q-26 67 -57.5 131.5t-63.5 128.5h97q124 -191 195 -396t71 -435z" + }, + { + Name: "ModelingView", + Code: "F871", + Path: "M2048 1152h-896v512h-640v-256h384v-896h-384v-256h640v640h896v-896h-896v128h-768v384h-384v896h384v384h768v256h896v-896zM1280 1920v-128h640v128h-640zM1280 1664v-384h640v384h-640zM1280 768v-128h640v128h-640zM1280 512v-384h640v384h-640zM768 640v384h-640v-384h640zM768 1280h-640v-128h640v128z" + }, + { + Name: "DisconnectVirtualMachine", + Code: "F873", + Path: "M1277 547l-227 -227l227 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227zM608 384l64 -64l-64 -64h-480v128h480zM1248 320l64 64h480v-128h-480zM128 1920h1664v-1152h-768v-96l-64 -64l-64 64v96h-768v1152zM1664 896v896h-1408v-896h1408z" + }, + { + Name: "ReportLock", + Code: "F875", + Path: "M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM896 256h-256v384h256v-384zM512 256h-256v640h256v-640zM0 2048h987l549 -549v-347h-128v256h-512v512h-768v-1792h1024v-128h-1152v2048zM1024 1829v-293h293zM1280 1152v-384h-128v-512h-128v896h256z" + }, + { + Name: "Uneditable2", + Code: "F876", + Path: "M633 158l-633 -158l158 633l584 583l-723 723l90 90l1920 -1920l-90 -90l-723 722zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1126 832l-294 293l-506 -505q52 -17 98.5 -45t84.5 -66t66 -84.5t45 -98.5zM1420 945l-91 90l373 373l-294 293l-372 -372l-91 90l530 531h1q47 48 108.5 73t128.5 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -131q0 -66 -25 -127.5t-73 -109.5zM1859 1566q29 29 45 67t16 79q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48l293 -293l67 67h1h-1z" + }, + { + Name: "Uneditable2Mirrored", + Code: "F877", + Path: "M2048 0l-633 158l-583 583l-723 -722l-90 90l1920 1920l90 -90l-722 -723l583 -583zM1543 258l329 -82l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87zM1216 1125l-293 -293l505 -506q16 52 44.5 98.5t66.5 84.5t84 66t99 45zM0 1712q0 70 26.5 131t72 106.5t106.5 72t130 26.5q67 0 128.5 -25t109.5 -73l530 -531l-90 -90l-373 372l-293 -293l372 -373l-90 -90l-531 530q-48 48 -73 109.5t-25 127.5zM128 1712q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47l293 293q-25 25 -47 48t-46.5 41t-53.5 28.5t-67 10.5q-43 0 -80.5 -16.5t-65.5 -44.5t-44.5 -66t-16.5 -81z" + }, + { + Name: "Spelling", + Code: "F87B", + Path: "M547 1260q-29 -51 -71.5 -79.5t-102.5 -28.5q-40 0 -73.5 11.5t-57.5 33.5t-37 54.5t-13 73.5q0 45 13.5 78.5t38 57t59 38t76.5 20.5l170 25q0 30 -5.5 57.5t-18.5 48t-36 33t-57 12.5q-53 0 -99.5 -19t-85.5 -54v98q16 12 40.5 22t52 17.5t54 12t46.5 4.5q54 0 92 -15.5t62 -44.5t35 -70t11 -92v-387h-91v93h-2zM394 1233q37 0 65.5 14.5t48.5 39t30.5 56t10.5 65.5v60l-137 -21q-28 -5 -51.5 -11t-40 -18.5t-26 -32.5t-9.5 -53q0 -48 32 -73.5t77 -25.5zM859 1252v-85h-91v881h91v-391h2q33 59 87.5 89t120.5 30q63 0 107 -25.5t72 -67t41 -94t13 -107.5q0 -61 -14.5 -120t-45.5 -105.5t-80.5 -75.5t-118.5 -29q-57 0 -105 25t-77 75h-2zM859 1493v-83q0 -39 12.5 -71.5t35.5 -56t55 -36.5t71 -13q51 0 85 23.5t54 59.5t28.5 80.5t8.5 86.5q0 39 -8.5 77t-28 68t-50.5 48.5t-76 18.5t-80 -15.5t-59 -42.5t-36 -64t-12 -80zM1699 1695q-50 0 -87.5 -20t-62 -53t-36.5 -76t-12 -88t11.5 -86t35 -72t60 -49t86.5 -18q38 0 73.5 14.5t65.5 37.5v-91q-35 -23 -74 -32.5t-81 -9.5q-65 0 -115 23.5t-84.5 64t-52.5 95t-18 115.5q0 69 19 128.5t56 103.5t92.5 69t127.5 25q34 0 67.5 -7t63.5 -23v-97q-30 22 -64 34t-71 12zM895 219l724 722l90 -90l-814 -814l-428 430l90 90z" + }, + { + Name: "BarChartVerticalEdit", + Code: "F89D", + Path: "M1408 1664v-641l-128 -128v897h384v-531q-39 -22 -67.5 -50.5l-60.5 -60.5v514h-128zM640 1536v-1152h-384v1152h384zM512 512v896h-128v-896h128zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 64.5 43t76.5 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1920 954q0 32 -20 51t-52 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM896 512h1l-25.5 -25.5t-26.5 -25.5q-5 -20 -9.5 -39t-9.5 -38h-58v896h384v-513l-127 -127h-1v512h-128v-640zM128 1920v-1664h666l-32 -128h-762v1792h128z" + }, + { + Name: "GlobalNavButtonActive", + Code: "F89F", + Path: "M1728 1024q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25t124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25zM1254 1536q-12 -31 -19.5 -63t-12.5 -65h-1222v128h1254zM1332 1024q65 -80 153 -128h-1485v128h1332zM0 384v128h2048v-128h-2048z" + }, + { + Name: "PollResults", + Code: "F8A0", + Path: "M2048 1408v-640h-768v-512h-1152v-128h-128v1920h128v-128h1408v-512h512zM128 1792v-384h1280v384h-1280zM1152 384v384h-1024v-384h1024zM1920 896v384h-1792v-384h1792z" + }, + { + Name: "Rerun", + Code: "F8A1", + Path: "M1152 1408v128h421l-107.5 107.5l-107.5 107.5q-81 80 -182.5 122.5t-215.5 42.5q-79 0 -151.5 -21t-136 -58.5t-115.5 -90.5t-89.5 -117t-58 -137t-20.5 -151q0 -112 42.5 -214t121.5 -181l599 -599v-182l-690 690q-97 97 -149.5 224t-52.5 265q0 96 25.5 185.5t71.5 167t110.5 141.5t142.5 109.5t167.5 70.5t185.5 25q125 0 219.5 -34t174 -91.5t152.5 -133t155 -157.5v421h128v-640h-640zM1280 896l768 -448l-768 -448v896zM1408 673v-450l386 225z" + }, + { + Name: "QandA", + Code: "F8A2", + Path: "M1792 1664h128v-1280h-256v-384l-384 384h-512l128 128h437l203 -203v203h256v1152zM768 640l-384 -384v384h-384v1408h1664v-1408h-896zM128 768h384v-203l203 203h821v1152h-1408v-1152zM768 896v128h128v-128h-128zM832 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-37 -65t-52 -57.5t-59 -57.5q-20 -20 -25.5 -42t-5.5 -47q0 -8 0.5 -16.5t0.5 -17.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "QandAMirror", + Code: "F8A3", + Path: "M587 512h437l128 -128h-512l-384 -384v384h-256v1280h128v-1152h256v-203zM256 2048h1664v-1408h-384v-384l-384 384h-896v1408zM1792 768v1152h-1408v-1152h821l203 -203v203h384zM1024 896v128h128v-128h-128zM832 1536q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v48q0 29 -14 52.5t-35.5 45t-46.5 44t-46.5 50.5t-35.5 62.5t-14 81.5z" + }, + { + Name: "BookAnswers", + Code: "F8A4", + Path: "M384 2048h1408v-2048h-1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1664 128v256h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h1280zM1664 512v1408h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1314q60 34 128 34h1280zM896 768v640h128v-640h-128zM896 1536v128h128v-128h-128z" + }, + { + Name: "AlertSettings", + Code: "F8B6", + Path: "M1024 1536v-640h-128v640h128zM960 256q17 0 32.5 1.5t32.5 2.5q21 -65 56 -124q-30 -4 -60.5 -6t-60.5 -2q-133 0 -256 34t-229.5 96.5t-194 150t-150 194t-96.5 229.5t-34 256t34 256t96.5 229.5t150 194t194 150t229.5 96.5t256 34t256 -34t229.5 -96.5t194 -150t150 -194t96.5 -229.5t34 -256q0 -30 -2 -60.5t-6 -60.5q-29 18 -60.5 31.5t-63.5 24.5q1 17 2.5 32.5t1.5 32.5q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM896 640v128h128v-128h-128zM1920 448q0 -31 -6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119l-124 -51q6 -30 6 -61zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "SpeechOff", + Code: "F8BA", + Path: "M1125 1292q-29 74 -86 131t-131 86l-154 154q4 0 7 0.5t7 0.5q106 0 199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -4 -0.5 -7t-0.5 -7zM1730 687q93 112 141.5 247.5t48.5 281.5q0 83 -16 163.5t-47 155t-76.5 142.5t-104.5 127l91 91q137 -137 209 -311.5t72 -367.5q0 -172 -58 -330.5t-170 -289.5zM1456 961q39 57 59.5 122t20.5 133q0 90 -34 172t-97 145l90 90q81 -81 124.5 -185t43.5 -219q0 -94 -30 -183.5t-87 -164.5zM122 1914l91 91l1792 -1792l-91 -91l-732 733q-29 -42 -66 -76t-80 -60q112 -42 204.5 -114.5t158 -167t101.5 -206t36 -231.5h-128q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 36 231.5t101.5 205.5t157.5 166.5t204 114.5q-56 35 -101 82.5t-76.5 103.5t-48.5 119t-17 129q0 62 14.5 121t42.5 112t68 99t90 82zM562 1475q-84 -53 -131 -138.5t-47 -184.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q99 0 184.5 47t138.5 131z" + }, + { + Name: "TrimStart", + Code: "F8BB", + Path: "M1664 1920h-768v-1792h768v-128h-1408v2048h1408v-128zM768 128v1792h-384v-1792h384z" + }, + { + Name: "TrimEnd", + Code: "F8BC", + Path: "M384 2048h1408v-2048h-1408v128h768v1792h-768v128zM1664 128v1792h-384v-1792h384z" + }, + { + Name: "TableComputed", + Code: "F8F5", + Path: "M1062 768h-422v-256h293l-65 -128h-868v1536h1664v-512h-128v128h-384v-256h168l-65 -128h-103v-205zM1024 896v256h-384v-256h384zM1024 1280v256h-384v-256h384zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM128 1664h1408v128h-1408v-128zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z" + }, + { + Name: "UniteShape", + Code: "F8FB", + Path: "M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM640 561v-226l207 -207h226zM128 1231l1103 -1103h226l-1329 1329v-226zM128 1615l1487 -1487h226l-1713 1713v-226zM1920 207v226l-1487 1487h-226zM591 1920l1329 -1329v226l-1103 1103h-226zM1408 1487v226l-207 207h-226zM1920 1359v49h-49zM1713 1408h-226l433 -433v226zM1408 1871v49h-49zM128 689v-49h49zM335 640h226l-433 433v-226zM640 177v-49h49z" + }, + { + Name: "SubtractShape", + Code: "F8FC", + Path: "M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM1359 1536h49v177l-207 207h-226zM128 1457v-226l384 -384v226zM128 1615l384 -384v226l-384 384v-226zM207 1920l384 -384h226l-384 384h-226zM975 1536h226l-384 384h-226zM1408 1871v49h-49zM128 689v-49h49zM335 640h177v49l-384 384v-226zM1920 128v1280h-1280v-1280h1280z" + }, + { + Name: "IntersectShape", + Code: "F8FD", + Path: "M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM128 640h384v896h896v384h-1280v-1280zM1329 1408h-226l305 -305v226zM945 1408h-226l689 -689v226zM719 640h226l-305 305v-226zM1103 640h226l-689 689v-226zM1920 128v1280h-384v-896h-896v-384h1280z" + } + ) + , Name=IconName).Path + + "Gallery3 As gallery.'BrowseLayout_Vertical_OneTextVariant_ver5.0'": + DelayItemLoading: =true + Items: =Filter('Assignment Marks', 'Assignment Marks (Views)'.'Active Assignment Marks') + Layout: =Layout.Vertical + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =0 + TemplateSize: =80 + X: =40 + Y: =40 + ZIndex: =1 + + Title1 As label: + FontWeight: =If(ThisItem.IsSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =Self.Size * 1.8 + OnSelect: =Select(Parent) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =ThisItem.Name + VerticalAlign: =VerticalAlign.Top + Width: =Parent.TemplateWidth - 86 + X: =16 + Y: =(Parent.TemplateHeight / 2) - (Self.Height / 2) + ZIndex: =1 + + NextArrow1 As icon.ChevronRight: + AccessibleLabel: =Self.Tooltip + Color: =RGBA(166, 166, 166, 1) + Height: =50 + Icon: =Icon.ChevronRight + OnSelect: =Select(Parent) + PaddingBottom: =12 + PaddingLeft: =12 + PaddingRight: =12 + PaddingTop: =12 + Tooltip: ="View item details" + Width: =50 + X: =Parent.TemplateWidth - Self.Width - 12 + Y: =(Parent.TemplateHeight / 2) - (Self.Height / 2) + ZIndex: =2 + + Separator1 As rectangle: + Height: =8 + OnSelect: =Select(Parent) + Width: =Parent.TemplateWidth + Y: =Parent.TemplateHeight - Self.Height + ZIndex: =3 + + Rectangle1 As rectangle: + Height: =Parent.TemplateHeight - Separator1.Height + OnSelect: =Select(Parent) + Visible: =ThisItem.IsSelected + Width: =4 + ZIndex: =4 + + Image6 As image: + Image: | + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + + ") + X: =556 + Y: =132 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Themes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Themes.json new file mode 100644 index 00000000..8844851c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Themes.json @@ -0,0 +1,4962 @@ +{ + "CurrentTheme": "defaultTheme", + "CustomThemes": [ + { + "name": "defaultTheme", + "palette": [ + { + "name": "ScreenBkgColor", + "type": "c", + "value": "%Color.RESERVED%.White" + }, + { + "name": "InvertedBkgColor", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor1", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor2", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "PrimaryColor3", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "PrimaryColor1Light", + "type": "c", + "value": "RGBA(56, 96, 178, .2)" + }, + { + "name": "PrimaryColor2Light", + "type": "c", + "value": "RGBA(0, 18, 107, .2)" + }, + { + "name": "PrimaryColor3Light", + "type": "c", + "value": "RGBA(186, 202, 226, .2)" + }, + { + "name": "PrimaryColor3Fade", + "type": "c", + "value": "ColorFade(RGBA(186, 202, 226, 1), 70%)" + }, + { + "name": "Transparency", + "type": "c", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "name": "TextMainColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "TextMainColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextLinkColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "TextFooterFontColor", + "type": "c", + "value": "RGBA(117, 117, 117, 1)" + }, + { + "name": "InputBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InputTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "InputBorderColor", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "RailBkgColor", + "type": "c", + "value": "RGBA(128, 130, 133, 1)" + }, + { + "name": "HandleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InnerCircleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "DisabledBorderColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledTextMainColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledInputBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "DisabledButtonBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "HoverButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(56, 96, 178, 1), -20%)" + }, + { + "name": "HoverCancelButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(62, 96, 170, 1), 20%)" + }, + { + "name": "HoverInputBkgColor", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "OverlayBkgColor", + "type": "c", + "value": "RGBA(0, 0, 0, 0.4)" + }, + { + "name": "ReservedInfoColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "ReservedSuccessColor", + "type": "c", + "value": "RGBA(141, 198, 63, 1)" + }, + { + "name": "ReservedWarningColor", + "type": "c", + "value": "RGBA(252, 219, 2, 1)" + }, + { + "name": "ReservedErrorColor", + "type": "c", + "value": "RGBA(246, 88, 16, 1)" + }, + { + "name": "ReservedCriticalErrorColor", + "type": "c", + "value": "RGBA(168, 0, 0, 1)" + }, + { + "name": "ReservedDisabledStatusColor", + "type": "c", + "value": "RGBA(193, 193, 193, 1)" + }, + { + "name": "ReservedWhiteColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "ReservedGrayColor", + "type": "c", + "value": "RGBA(240, 240, 240, 1)" + }, + { + "name": "ReservedBlackColor", + "type": "c", + "value": "RGBA(47, 41, 43, 1)" + }, + { + "name": "ReservedChartColorSet", + "type": "![]", + "value": "[RGBA(49, 130, 93, 1),RGBA(48,166,103, 1), RGBA(94,193,108,1), RGBA(246,199,144,1), RGBA(247,199,114,1), RGBA(247,180,91,1), RGBA(246,143,100,1), RGBA(212,96,104,1), RGBA(148, 110, 176, 1), RGBA(118, 154, 204, 1), RGBA(96, 197, 234, 1)]" + }, + { + "name": "TextBodyFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Normal" + }, + { + "name": "TextEmphasisFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "name": "TextBodyFontFace", + "type": "e", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "name": "InputBorderThickness", + "type": "n", + "value": "2" + }, + { + "name": "InputFocusedBorderThickness", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize", + "phoneValue": "27", + "type": "n", + "value": "18" + }, + { + "name": "TextTitleFontSize", + "type": "n", + "value": "20" + }, + { + "name": "TextSubtitleFontSize", + "type": "n", + "value": "18" + }, + { + "name": "TextContentFontSize", + "type": "n", + "value": "16" + }, + { + "name": "TextTitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "14" + }, + { + "name": "TextSubtitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "TextContentFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "DividerColor2020", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextTitleColor_galleryLayouts_ver5", + "type": "c", + "value": "RGBA(50, 49, 48, 1)" + }, + { + "name": "TableNameLabelPadding_copilotAppSinglePage", + "type": "n", + "value": "16" + }, + { + "name": "SearchContainerFill_copilotAppPage", + "type": "c", + "value": "RGBA(245, 245, 245, 1)" + }, + { + "name": "ContainerRadius", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize2020", + "type": "n", + "value": "16" + }, + { + "name": "TextEmphasisFontSize", + "phoneValue": "24", + "type": "n", + "value": "15" + }, + { + "name": "TextBodyFontSize", + "phoneValue": "21", + "type": "n", + "value": "13" + }, + { + "name": "TextFooterFontSize", + "phoneValue": "18", + "type": "n", + "value": "11" + }, + { + "name": "TextMiniFontSize", + "phoneValue": "15", + "type": "n", + "value": "9" + }, + { + "name": "IconFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "IconPressedFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 0.3)" + }, + { + "name": "DatePickerSelectedColor", + "type": "c", + "value": "RGBA(37, 70, 148, 1)" + }, + { + "name": "DatePickerHeaderColor", + "type": "c", + "value": "RGBA(68, 97, 165, 1)" + }, + { + "name": "NoAttachmentPaddingLeft", + "phoneValue": "20", + "type": "n", + "value": "12" + }, + { + "name": "DefaultSize", + "phoneValue": "24", + "type": "n", + "value": "14" + }, + { + "name": "DefaultSize2", + "type": "n", + "value": "13" + }, + { + "name": "DropTargetBorderColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBackgroundColor", + "type": "c", + "value": "RGBA(255, 255, 255, 0.8)" + }, + { + "name": "DropTargetTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBorderThickness", + "type": "n", + "value": "2" + } + ], + "styles": [ + { + "controlTemplateName": "screen", + "name": "defaultScreenStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "LoadingSpinnerColor", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "defaultLabelStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeWeightColorLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "linkLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "headerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlayTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlaySubtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextTitleColor_galleryLayouts_ver5%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "dividerStyle2020", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.DividerColor2020%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "tableNameLabelStyle_copilotAppSinglePage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PaddingLeft", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingRight", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingTop", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingBottom", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "searchContainerStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.SearchContainerFill_copilotAppPage%" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchInputStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + }, + { + "property": "HoverFill", + "value": "%Palette.Transparency%" + }, + { + "property": "PressedFill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "searchIconStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "accentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisWithAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisSecondaryLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "disabledLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedDisabledStatusColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "infoLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "successLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedSuccessColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "warningLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWarningColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "errorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "criticalErrorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedCriticalErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + } + ] + }, + { + "controlTemplateName": "toggleSwitch", + "name": "defaultToggleSwitchStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "FalseFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "TrueFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "FalseHoverFill", + "value": "ColorFade(Self.FalseFill, 15%)" + }, + { + "property": "TrueHoverFill", + "value": "ColorFade(Self.TrueFill, 15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rating", + "name": "defaultRatingStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RatingFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "checkbox", + "name": "defaultCheckboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckboxBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "CheckboxBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckmarkFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedColor", + "value": "RGBA(70, 68, 64, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -30%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 30%)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "radio", + "name": "defaultRadioStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "RadioBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioSelectionFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + } + ] + }, + { + "controlTemplateName": "listbox", + "name": "defaultListboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledSelectionColor", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledSelectionFill", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "DisabledFill", + "value": "RGBA(242, 242, 242, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "dropdown", + "name": "defaultDropdownStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + } + ] + }, + { + "controlTemplateName": "combobox", + "name": "defaultComboBoxStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "MoreItemsButtonColor", + "value": "Self.ChevronBackground" + } + ] + }, + { + "controlTemplateName": "attachments", + "name": "defaultAttachmentsStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "ItemColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ItemFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ItemHoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ItemHoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "ItemSpacing", + "value": "0" + }, + { + "property": "NoAttachmentsColor", + "value": "Self.Color" + }, + { + "property": "NoAttachmentsPaddingLeft", + "value": "%Palette.NoAttachmentPaddingLeft%" + }, + { + "property": "DropTargetBorderThickness", + "value": "%Palette.DropTargetBorderThickness%" + }, + { + "property": "DropTargetBorderStyle", + "value": "%BorderStyle.RESERVED%.Dotted" + }, + { + "property": "DropTargetBorderColor", + "value": "%Palette.DropTargetBorderColor%" + }, + { + "property": "DropTargetBackgroundColor", + "value": "%Palette.DropTargetBackgroundColor%" + }, + { + "property": "DropTargetTextColor", + "value": "%Palette.DropTargetTextColor%" + } + ] + }, + { + "controlTemplateName": "datepicker", + "name": "defaultDatePickerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "IconFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "IconBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "SelectedDateFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverDateFill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "CalendarHeaderFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "12" + } + ] + }, + { + "controlTemplateName": "lookup", + "name": "defaultLookupStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + }, + { + "property": "FooterSize", + "value": "Self.Size - 3" + } + ] + }, + { + "controlTemplateName": "text", + "name": "defaultTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "5" + }, + { + "property": "RadiusBottomRight", + "value": "5" + }, + { + "property": "RadiusTopRight", + "value": "5" + }, + { + "property": "RadiusBottomLeft", + "value": "5" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "slider", + "name": "defaultSliderStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "RailFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "ValueFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "HandleHoverFill", + "value": "Self.HandleFill" + }, + { + "property": "HandleActiveFill", + "value": "Self.HandleFill" + }, + { + "property": "RailHoverFill", + "value": "ColorFade(Self.RailFill, 15%)" + }, + { + "property": "ValueHoverFill", + "value": "ColorFade(Self.ValueFill, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "button", + "name": "defaultButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "button", + "name": "cancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedOkButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedCancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "defaultLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "monochromeAccentLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "defaultPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "10" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "monochromeAccentPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "defaultBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "Size", + "value": "10" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "monochromeAccentBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "legend", + "name": "defaultLegendStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "HoverBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "separatorShapeStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "videoPlayback", + "name": "defaultVideoPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "timer", + "name": "defaultTimerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "ColorFade(Self.BorderColor, 70%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "DisabledColor", + "value": "ColorFade(Self.Fill, 90%)" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "DisabledFill", + "value": "ColorFade(Self.Fill, 70%)" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize2%" + } + ] + }, + { + "controlTemplateName": "triangle", + "name": "defaultTriangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "star", + "name": "defaultStarStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pentagon", + "name": "defaultPentagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "partialCircle", + "name": "defaultPartialCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "octagon", + "name": "defaultOctagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "defaultHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary2HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3FadeHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "screenHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "defaultCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary2CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3FadeCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "arrow", + "name": "defaultArrowStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "defaultIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "PressedColor", + "value": "ColorFade(Self.Color, -20%)" + }, + { + "property": "HoverColor", + "value": "ColorFade(Self.Color, 20%)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary1IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary3IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "invertedBkgHeaderIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.IconFillColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.IconPressedFillColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "microphone", + "name": "defaultMicrophoneStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -15%)" + } + ] + }, + { + "controlTemplateName": "barcode", + "name": "defaultBarcodeStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "defaultGroupContainerStyle", + "propertyValuesMap": [ + { + "property": "RadiusTopLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusTopRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "DropShadow", + "value": "%DropShadow.RESERVED%.Light" + } + ] + }, + { + "controlTemplateName": "barcodeScanner", + "name": "defaultBarcodeScannerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "camera", + "name": "defaultCameraStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "inkControl", + "name": "defaultInkControlStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "Size", + "value": "2" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "import", + "name": "defaultImportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "image", + "name": "defaultImageStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "RadiusTopLeft", + "value": "0" + }, + { + "property": "RadiusTopRight", + "value": "0" + }, + { + "property": "RadiusBottomLeft", + "value": "0" + }, + { + "property": "RadiusBottomRight", + "value": "0" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "defaultHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "typedDataCardHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + } + ] + }, + { + "controlTemplateName": "export", + "name": "defaultExportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "addMedia", + "name": "defaultAddMediaStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverColor", + "value": "Self.Color" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "audioPlayback", + "name": "defaultAudioPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "defaultRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary2RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3FadeRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "grayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ReservedGrayColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "invertedBackgroundRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.InvertedBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "overlayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.OverlayBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "typedDataCard", + "name": "defaultTypedDataCardStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "entityForm", + "name": "defaultEntityFormStyle", + "propertyValuesMap": [ + { + "property": "TextColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InputTextColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledTextColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputBackgroundColor", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Normal" + } + ] + }, + { + "controlTemplateName": "dataGrid", + "name": "defaultDataGridStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "powerbi", + "name": "defaultPowerbiStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "microsoftStreamPlayback", + "name": "defaultMicrosoftStreamPlaybackStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + } + ] + }, + { + "controlTemplateName": "form", + "name": "defaultFormStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "formViewer", + "name": "defaultFormViewerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pdfViewer", + "name": "defaultPdfViewerStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "gallery", + "name": "defaultGalleryStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "richTextEditor", + "name": "defaultRichTextEditorStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "dataTable", + "name": "defaultDataTableStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Translator.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Translator.fx.yaml new file mode 100644 index 00000000..06a3a642 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/Src/Translator.fx.yaml @@ -0,0 +1,629 @@ +Translator As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected,"Translator") + + cont_Main_3 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_4 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_4 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_6 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_6 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_6.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_6 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Dashboard", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Home)" + }, + { + ID: 2, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 3, + name: "Submissions", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Upcoming)" + }, + { + ID: 5, + name: "Summarizer", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Summarizer)" + }, + { + ID: 6, + name: "Translator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Translator)" + }, + { + ID: 7, + name: "Assignment Assist", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Assignment)" + }, + { + ID: 8, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcements)" + }, + { + ID: 9, + name: "Graded Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(GradedAssignments)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_6 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_6.X + (img_TitleImg_6.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_6 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =8 + Y: =(lbl_Titile_6.Height - img_TitleImg_6.Height) / 2 + ZIndex: =2 + + btn_galNav_2 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + ThisItem.name = "Dashboard", + Navigate(Dashboard), + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "Submissions", + Navigate(Submissions), + ThisItem.name = "Messages", + Navigate(Messages), + ThisItem.name = "Summarizer", + Navigate(Summarizer), + ThisItem.name = "Translator", + Navigate(Translator), + ThisItem.name = "Assignment Assist", + Navigate(AssignmentAssist), + ThisItem.name = "Announcements", + Navigate(Announcements), + ThisItem.name = "Graded Assignments", + Navigate(GradedAssignments), + false + ); + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_6 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_6.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_3 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_4 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Translator" + Width: =Parent.Width + + cont_Body_3 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + cont_BodyUpperSummary_1 As groupContainer.verticalAutoLayoutContainer: + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + cont_BodyUpper_4 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =Parent.Height + LayoutGap: = + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =txt_UserInput_3.X + PaddingRight: =txt_UserInput_3.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_FromLanguage As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 2 + Items: =["Detect Language", "English", "Spanish", "Chinese", "Japanese", "Hindi"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =Parent.Width / 2.18 + ZIndex: =1 + + drp_ToLanguage As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =drp_FromLanguage.Height + Items: =["English", "Spanish", "Chinese", "Japanese", "Hindi"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =drp_FromLanguage.Width + ZIndex: =2 + + cont_BodyLower_9 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =10 + Height: =225 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + cont_BodyLower_10 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + html_btn_Submit_3 As htmlViewer: + Height: =btn_Submit_3.Height + HtmlText: |- + ="
+ + + + + + + + +
" + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Visible: =false + Width: =btn_Submit_3.Width + X: =btn_Submit_3.X + Y: =btn_Submit_3.Y + ZIndex: =1 + + btn_Submit_3 As button: + BorderStyle: =BorderStyle.None + Color: =RGBA(0, 0, 0, 1) + Fill: |- + =RGBA(0, 175, 206, 1) + //RGBA(0, 175, 206, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =Set(varTranslate,ChatGPTConnector.ChatAPI("gpt-3.5-turbo",Collect(colTranslate,{role:"user",content:Text(Concatenate("Can you please translate the below text from '",drp_FromLanguage.Selected.Value,"' ","to '",drp_ToLanguage.SelectedText.Value,"'?"," Do not acknowledge me and just give me the translated text only"," | ","The text to translate is: ",txt_UserInput_3.Text))}))); + ClearCollect(colTranslate,First(varTranslate.choices).message); + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Translate" + Width: =txt_UserInput_3.Width / 3 + X: =(txt_UserInput_3.Width + txt_UserInput_3.X) - Self.Width + Y: =(txt_UserInput_3.Height + txt_UserInput_3.Y) + (Self.Height/2.5) + ZIndex: =2 + + txt_UserInput_3 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.15 + HintText: ="Type or paste your text" + Mode: =TextMode.MultiLine + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X / 2 + ZIndex: =3 + + cont_BodyLower_11 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + txt_Response_3 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: |- + =Last(Filter(colTranslate, role="assistant")).content + //(Last(colSummary).content) + //Concatenate("Can you please translate the below text from '",drp_FromLanguage.Selected.Value,"' ","to '",drp_ToLanguage.SelectedText.Value,"'?"," Do not acknowledge me and just give me the translated text only"," | ","The text to translate is: ",txt_UserInput_3.Text) + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =txt_UserInput_3.Height + HintText: ="" + Mode: =TextMode.MultiLine + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X / 2 + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/ExpandMenu.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/ExpandMenu.fx.yaml new file mode 100644 index 00000000..4b816081 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/ExpandMenu.fx.yaml @@ -0,0 +1,11454 @@ +ExpandMenu As CanvasComponent: + GetMenuIconPath(IconName As String): + IconName: + Default: ="Text" + ThisProperty: + Default: |- + =LookUp( Table( + { + Name: "SizeLegacy", + Code: "E2B2", + Path: "M1920 896h128v-768h-2048v1792h1792v-512h128v-512zM128 256h512v1152h1024v384h-1536v-1536zM768 256h512v640h512v384h-1024v-1024zM1920 256v512h-512v-512h512z" + }, + { + Name: "PageLink", + Code: "E302", + Path: "M901 576q0 -65 37 -113.5t97 -69.5q-3 -18 -5 -36t-2 -37q0 -14 1.5 -29t3.5 -29q-57 11 -104.5 39.5t-82 70t-53.5 94t-19 110.5q0 66 25 124t67.5 101.5t100.5 69t124 25.5h254q65 0 123 -25.5t101 -69.5t68 -102t25 -123q0 -56 -19 -108t-52.5 -94t-80.5 -71.5t-102 -39.5v133q57 22 92 69.5t35 110.5q0 39 -15 74t-40.5 61.5t-60 41.5t-74.5 15h-254q-40 0 -75 -15t-60.5 -41t-40 -61t-14.5 -75zM2048 323q0 -66 -25 -125t-68.5 -103t-101.5 -69.5t-125 -25.5h-256q-67 0 -125 25.5t-101.5 69.5t-68.5 103t-25 125q0 56 19 108.5t53 95t81 72.5t103 40v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -40 15 -75.5t41 -62t61 -42t75 -15.5h256q40 0 75 15.5t61 42.5t41 62.5t15 74.5q0 31 -10 60t-27.5 54t-42.5 43.5t-55 27.5q3 18 5 36.5t2 36.5q0 15 -2 29.5t-4 28.5q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5zM128 1920v-1792h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512v512h-896zM1152 1829v-293h293z" + }, + { + Name: "DatabaseSource", + Code: "E30A", + Path: "M1626 1133l301 -301l-301 -301l-90 90l146 147h-786v128h786l-146 147zM1280 640h128v-192q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8t-158 8t-176.5 28t-168 53.5t-131.5 84.5q-31 30 -50.5 65.5t-19.5 80.5v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8t158 -8t176.5 -28t168 -53.5t131.5 -84.5q31 -30 50.5 -65.5t19.5 -80.5v-576h-128v386q-57 -37 -129 -62t-149 -40t-154 -21.5t-144 -6.5t-144 6.5t-154 21.5t-149 40t-129 62v-962q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q48 -20 101.5 -33t109.5 -21.5t111.5 -12t106.5 -3.5t106.5 3.5t111.5 12t109.5 21.5t101.5 33q15 6 40 18.5t49 28.5t41 35t17 40v192zM128 1600q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5t106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40t-17 40t-41 35t-49 28.5t-40 18.5q-47 19 -101 32.5t-110 22t-111.5 12t-106.5 3.5t-106.5 -3.5t-111.5 -12t-110 -22t-101 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35t-17 -40z" + }, + { + Name: "CommentSolid", + Code: "E30E", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM896 1408h-256v-256h128v-128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256zM1408 1408h-256v-256h128v-128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256z" + }, + { + Name: "ChangeEntitlements", + Code: "E310", + Path: "M128 128h899l128 -128h-1155v2048h1115l549 -549v-219h-128v128h-512v512h-896v-1792zM1152 1829v-293h293zM256 1536h639v-127h-639v127zM1407 1280v-127h-1151v127h1151zM256 1024h767v-127h-767v127zM1024 768v-127h-768v127h768zM256 385v127h768l-128 -127h-640zM1469 547l-163 -162h614v-129h-614l163 -163l-90 -90l-318 317l318 317zM1766 896l-163 163l90 90l318 -317l-318 -317l-90 90l163 163h-614v128h614z" + }, + { + Name: "Installation", + Code: "E311", + Path: "M1664 384h128v-384h-1664v384h128v-256h1408v256zM1517 915l-557 -557l-557 557l90 90l403 -402v1317h128v-1317l403 402z" + }, + { + Name: "WebAppBuilderModule", + Code: "E313", + Path: "M1536 1920l512 -896l-512 -896h-1024l-512 896l512 896h1024zM1462 256l439 768l-439 768h-876l-439 -768l439 -768h876z" + }, + { + Name: "WebAppBuilderFragment", + Code: "E314", + Path: "M768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364zM1664 1536l256 -448l-256 -448h-512l-256 448l256 448h512zM1590 768l183 320l-183 320h-364l-183 -320l183 -320h364z" + }, + { + Name: "WebAppBuilderSlot", + Code: "E315", + Path: "M0 384v256h128v-256h-128v0zM256 2048v-128h-256v128h256v0zM0 0v256h128v-256h-128v0zM1792 2048v-128h-256v128h256v0zM0 768v256h128v-256h-128v0zM640 1664h768l384 -640l-384 -640h-768l-384 640l384 640v0zM1336 512l307 512l-307 512h-624l-307 -512l307 -512h624v0zM640 2048v-128h-256v128h256v0zM0 1152v256h128v-256h-128v0zM1024 2048v-128h-256v128h256v0zM1408 2048v-128h-256v128h256v0zM1920 256v256h128v-256h-128v0zM1920 1024v256h128v-256h-128v0zM1920 640v256h128v-256h-128v0zM1920 1408v256h128v-256h-128v0zM1920 2048h128v-256h-128v256v0zM0 1536v256h128v-256h-128v0zM640 0v128h256v-128h-256v0zM256 0v128h256v-128h-256v0zM1408 0v128h256v-128h-256v0zM1024 0v128h256v-128h-256v0zM1792 0v128h256v-128h-256v0z" + }, + { + Name: "BullseyeTargetEdit", + Code: "E319", + Path: "M2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5zM1920 954q0 33 -20 51t-52 18q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM1238 853q23 38 32.5 82.5t9.5 88.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30q45 0 88 10t83 32l-170 -170h-1q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t163 109.5t199.5 40q107 0 200.5 -40.5t162.5 -110t109 -163.5t40 -200zM796 263l-31 -125q-110 15 -209 56t-184 102.5t-154 142t-117 174t-74.5 197.5t-26.5 214q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32q148 0 282.5 -45t246 -127.5t195 -197.5t129.5 -255q-32 -10 -60.5 -22.5t-55.5 -33.5q-36 123 -108 225t-169 174.5t-214.5 113t-245.5 40.5q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204q0 -95 23 -185.5t65.5 -171t102.5 -150t134.5 -122t161 -87t181.5 -45.5zM1024 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z" + }, + { + Name: "WebAppBuilderFragmentCreate", + Code: "E31B", + Path: "M768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 768v-128h-384l-256 448l256 448h512l256 -448l-183 -320h-147l183 320l-183 320h-364l-183 -320l183 -320h310zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364z" + }, + { + Name: "PageData", + Code: "E31C", + Path: "M2048 832v-618q0 -41 -19.5 -73t-52 -55.5t-73.5 -40t-83.5 -26.5t-83.5 -14.5t-72 -4.5q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74v618q0 39 20.5 69t53.5 51t75 35t84.5 22.5t82.5 11.5t69 3t69 -3t82.5 -11.5t84 -22t74.5 -35t53 -51t20 -69.5zM1920 214v470q-60 -24 -125 -34t-130 -10q-63 0 -130.5 10t-126.5 34v-470q0 -8 6.5 -13.5t11.5 -10.5q19 -17 49.5 -29t64 -19.5t66.5 -10.5t58 -3q26 0 59 3t66 10.5t63 19t50 29.5q5 5 11.5 10.5t6.5 13.5zM1920 835q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-19 0 -58.5 -3.5t-81 -12t-76 -21.5t-42.5 -31q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5zM1664 1408h-512v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-347h-128v256zM1280 1829v-293h293z" + }, + { + Name: "PageHeaderEdit", + Code: "E31D", + Path: "M128 1920v-1792h640q-10 -32 -19.5 -64t-16.5 -64h-732v2048h1792v-741q-35 -5 -66.5 -16t-61.5 -30v659h-1536zM2049 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 64.5 43t76.5 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1921 954q0 32 -20.5 51t-51.5 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM1536 1152h-1280v638h1280v-638zM384 1664v-384h1024v384h-1024zM384 512h514l-25.5 -25.5t-26.5 -25.5q-5 -20 -9.5 -39t-9.5 -38h-571v640h1154l-129 -128h-897v-384z" + }, + { + Name: "ProductList", + Code: "E31E", + Path: "M1024 1048v-959l-64 -32l-832 415v1040l832 416l832 -416v-744h-128v600zM960 1784l-241 -120l621 -314l245 122zM896 232v816l-640 320v-816zM335 1472l625 -312l238 118l-622 314zM1408 256v128h640v-128h-640zM1408 640h640v-128h-640v128zM1152 0v128h128v-128h-128zM1152 512v128h128v-128h-128zM1152 256v128h128v-128h-128zM1024 232h1h-1zM1408 0v128h640v-128h-640z" + }, + { + Name: "UnpublishContent", + Code: "E31F", + Path: "M768 1701l-403 -402l-90 90l557 557l557 -557l-90 -90l-403 402v-1317h-128v1317zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1776 181l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -67 25 -125t68.5 -101.5t101.5 -68.5t125 -25q47 0 92 13.5t84 39.5zM1920 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM1085 128q22 -37 48 -69t59 -59h-1192v384h128v-256h957z" + }, + { + Name: "DependencyAdd", + Code: "E344", + Path: "M128 1536v-640h512v-128h-640v896h1280v-512h-128v384h-1024zM768 128v896h1280v-896h-1280zM896 896v-640h1024v640h-1024zM1280 1919v129h257q51 0 98.5 -19.5t83.5 -55.5t55.5 -83.5t19.5 -98.5v-294l164 162l90 -90l-318 -318l-319 318l91 90l164 -162v294q0 27 -10 50.5t-27.5 40.5t-41 27t-50.5 10h-257z" + }, + { + Name: "DependencyRemove", + Code: "E345", + Path: "M128 1536v-640h512v-128h-640v896h1280v-512h-128v384h-1024zM768 128v896h1280v-896h-1280zM896 896v-640h1024v640h-1024zM2048 1956l-228 -228l228 -228l-91 -92l-229 229l-228 -229l-92 91l229 229l-229 229l92 91l228 -229l229 229z" + }, + { + Name: "EntitlementPolicy", + Code: "E346", + Path: "M128 1920v-1792h896v-128h-1024v2048h1115l549 -549v-731h-128v640h-512v512h-896zM1152 1829v-293h293zM256 1536h640v-128h-640v128zM1408 1280v-128h-1152v128h1152zM256 896v128h1152v-128h-1152zM256 640v128h768v-128h-768zM256 384v128h768v-128h-768zM1408 640h640v-128h-640v128zM1408 256v128h640v-128h-640zM1408 0v128h640v-128h-640zM1152 512v128h128v-128h-128zM1152 256v128h128v-128h-128zM1152 0v128h128v-128h-128z" + }, + { + Name: "EntitlementRedemption", + Code: "E347", + Path: "M256 1536h640v-128h-640v128zM1408 1280v-128h-1152v128h1152zM1408 1024v-128h-1152v128h1152zM1408 768v-128h-1152v128h1152zM256 384v128h926l-128 -128h-798zM128 128h1027l128 -128h-1283v2048h1115l549 -549v-862l-128 -128v899h-512v512h-896v-1792zM1152 1829v-293h293zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "SchoolDataSyncLogo", + Code: "E34C", + Path: "M2048 192q0 -26 -19 -45t-45 -19h-448v448q0 26 19 45t45 19t45 -19t19 -45v-305q124 126 190 287t66 338q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -168 61 -324t175 -280q72 106 174.5 184t223.5 120q-88 66 -137 159.5t-49 204.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -111 -49 -204.5t-137 -159.5q17 -6 38 -13t39 -17.5t30.5 -25.5t12.5 -37q0 -26 -19 -44.5t-45 -18.5q-15 0 -28 6q-72 32 -141 49t-149 17q-149 0 -282 -62t-230 -174q-24 -28 -42 -57t-38 -60q-11 -17 -23.5 -25.5t-32.5 -8.5q-23 0 -43 17q-38 31 -73 71t-66 83.5t-57.5 89.5t-46.5 91q-90 199 -90 419q0 141 36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -178 -57.5 -339.5t-168.5 -300.5h162q26 0 45 -19t19 -45zM704 960q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124z" + }, + { + Name: "PinSolid12", + Code: "E352", + Path: "M1963 1536h85v-853h-85q-103 0 -190 44.5t-150 125.5h-317q-37 -78 -93.5 -141t-126.5 -107.5t-151 -68.5t-167 -24h-85v512h-512l-171 85l171 86h512v512h85q86 0 167 -24t151.5 -69t126.5 -108t93 -141h317q62 81 149.5 126t190.5 45z" + }, + { + Name: "PinSolidOff12", + Code: "E353", + Path: "M2048 1536v-853h-85q-38 0 -75.5 8t-72.5 21l-990 991q78 -8 150 -35.5t134.5 -71t112.5 -102.5t84 -129h317q60 81 150 126t190 45h85zM25 1902l121 121l1877 -1877l-121 -121l-689 689q-42 -48 -93 -85.5t-108 -63.5t-118.5 -39.5t-125.5 -13.5h-85v512h-512l-171 85l171 86h512v50z" + }, + { + Name: "BugWarning", + Code: "E357", + Path: "M384 640q0 -90 30 -172t83.5 -148.5t127.5 -113.5t162 -66q-2 -3 -11 -21.5t-19.5 -39.5l-19 -38l-8.5 -17q-78 22 -148 62t-127 95t-99.5 123t-66.5 146q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -79 -36.5 -147.5t-101.5 -113.5q-26 12 -55 12q-36 0 -60.5 -14.5t-41.5 -37.5t-30 -51.5t-26 -56.5q-36 49 -82.5 89t-100.5 68.5t-113.5 44t-120.5 15.5q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256zM896 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z" + }, + { + Name: "BugAction", + Code: "E358", + Path: "M1664 1600q0 -89 -46 -164h-176q43 26 68.5 69.5t25.5 94.5v192h128v-192zM1278 1233q-36 40 -80 72.5t-93 55.5t-102 35t-107 12q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q23 0 44.5 2.5t43.5 6.5l-68 -135q-5 -1 -10 -1.5t-10 -0.5q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3q11 0 22 -0.5t22 -0.5q21 0 44 3zM1064 1510q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5zM1759 892h269l-672 -896h-264l256 512h-256l387 768h518zM1315 154l457 610h-243l238 384h-209l-258 -512h255z" + }, + { + Name: "SettingsSync", + Code: "E359", + Path: "M760 1024q0 -55 20.5 -103t56.5 -84t84 -56.5t103 -20.5q29 0 61 8q-36 -59 -56 -120h-5q-78 0 -146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5q79 0 147.5 -30t119.5 -82t80 -121t29 -148q-61 -20 -120 -56q8 32 8 61q0 55 -20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103zM999 379q7 -59 24 -114q-6 0 -12 -0.5t-11 -0.5q-3 0 -6 0.5t-6 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161v-35q-56 16 -114 24v24q0 11 -1 23t-2 23l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q18 -2 34.5 -2.5t34.5 -0.5zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "SettingsAdd", + Code: "E35A", + Path: "M1119 382l147 -236v-121l-45 -19l-161 259q-9 0 -18 -0.5t-18 -0.5t-18 0.5t-18 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l259 -161l-18 -44h-123l-235 147q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q23 -2 47 -4t47 -2q24 0 47.5 2t47.5 4zM1024 1400q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 760q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "GraphSymbol", + Code: "E35D", + Path: "M2048 1024q-125 -215 -247.5 -427.5t-247.5 -427.5l-18 -32h-1023l-18 32q-125 215 -247 428t-247 427q123 224 256 443.5t256 443.5h1023q61 -113 126 -223t130.5 -220.5t130.5 -221t126 -222.5zM1546 1101l-75 703l-685 -253q2 -7 2 -13.5v-13.5l732 -435q11 7 26 12zM779 590l703 410q-2 10 -2 16q0 11 3 22l-723 429q-13 -11 -31 -18l19 -840q19 -7 31 -19zM668 597q7 6 17 9l-19 845q-7 2 -12.5 6t-10.5 9l-521 -441zM1408 1848h-825l108 -229q2 0 4.5 0.5t4.5 0.5q13 0 25.5 -4t23.5 -11zM529 1815l-410 -710l494 418q0 20 4 36t18 31zM115 951l415 -718l125 234q-11 11 -17 27t-6 33v9t2 9zM584 200h831l-637 260q-16 -14 -31.5 -18t-35.5 -4zM1472 245l69 687q-14 4 -27 14l-707 -412v-18zM1537 266l420 726h-304q-5 -19 -18 -33.5t-30 -22.5zM1646 1056h311l-420 725l73 -688q24 -14 36 -37z" + }, + { + Name: "AddLink", + Code: "E35E", + Path: "M768 832q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h192v-128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1536 1152v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -88 -33 -169t-95 -144v313q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-64zM960 1664q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "SharepointAppIcon16", + Code: "E365", + Path: "M2048 896q0 -107 -40.5 -200.5t-111 -162.5t-164.5 -109t-201 -40q-12 -83 -51.5 -153t-98.5 -121.5t-134.5 -80.5t-158.5 -29t-158.5 29t-134.5 80.5t-98.5 121.5t-51.5 153h-517q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h289q30 86 84.5 156.5t126 121t156.5 78.5t176 28q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-65 0 -125.5 -18t-113.5 -51.5t-95.5 -81t-70.5 -105.5h597q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-197q29 16 58.5 29t61.5 22q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM624 608q60 0 115.5 12.5t99 41.5t69.5 76t26 115q0 55 -16.5 94.5t-45.5 68.5t-68 50.5t-85 40.5q-11 8 -35 17t-49.5 20t-44.5 25.5t-19 34.5q0 18 12.5 28.5t30.5 16.5t37 8t32 2q36 0 63.5 -4.5t52 -14t48.5 -23.5t54 -33v218q-55 23 -108.5 30.5t-113.5 7.5q-57 0 -114.5 -13t-103 -42.5t-74.5 -76t-29 -112.5q0 -64 27 -108t67.5 -74.5t87.5 -51t87.5 -38.5t67.5 -36t27 -43q0 -19 -12 -30t-29 -17t-35.5 -7.5t-32.5 -1.5q-24 0 -51.5 4.5t-54.5 13t-52 20t-44 26.5l-51 40v-231q62 -32 128.5 -43t135.5 -11zM1088 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 76 -33.5 143t-94.5 113v-192q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-378q12 -56 41 -103t70.5 -81t93.5 -53t109 -19zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-71 0 -137 -25.5t-119 -73.5v-328q51 -24 93.5 -59.5t75 -79.5t53.5 -95.5t29 -106.5h5z" + }, + { + Name: "DataflowsLink", + Code: "E366", + Path: "M2048 320q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5zM384 1024v-384h256v-640h-640v640h256v768h-256v640h640v-640h-256v-256h1024v256h-256v640h640v-640h-256v-384h-1152zM1280 1536h384v384h-384v-384zM128 1536h384v384h-384v-384zM512 512h-384v-384h384v384zM896 576q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "TimePicker", + Code: "E367", + Path: "M192 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM256 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM704 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM768 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1344 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM1408 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM1920 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1024 1024q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1024 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1427 1427l-403 402l-403 -402l-90 90l493 494l493 -494zM1024 37l-493 494l90 90l403 -402l403 402l90 -90z" + }, + { + Name: "UserWarning", + Code: "E368", + Path: "M1219 1004l-59 -118q-85 66 -184.5 102t-207.5 36q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q96 -37 179 -98zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z" + }, + { + Name: "ComplianceAudit", + Code: "E369", + Path: "M1033 768q-14 -30 -21.5 -62.5t-12.5 -65.5h-615v128h649zM384 384v128h613q5 -33 14 -65t23 -63h-650zM256 128h1349l127 -128h-1604v2048h1115l549 -549v-568q-29 26 -61 47.5t-67 36.5v393h-512v512h-896v-1792zM1280 1829v-293h293zM1304 1024q-109 -41 -187 -128h-733v128h920zM384 1536h640v-128h-640v128zM1536 1280v-128h-1152v128h1152zM2048 64q0 -26 -19 -45t-45 -19t-45 19l-291 290q-39 -26 -84 -39.5t-92 -13.5q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -47 -13.5 -92t-39.5 -84l290 -291q19 -19 19 -45zM1280 576q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "StickyNotesOutlineAppIcon", + Code: "E36A", + Path: "M1835 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1622q-35 0 -60 25t-25 60v1622q0 35 25 60t60 25h1622zM1792 256v1536h-1536v-1536h1536zM1024 951q0 30 21.5 51.5t51.5 21.5h695l-768 -768v695z" + }, + { + Name: "StickyNotesSolidAppIcon", + Code: "E36B", + Path: "M1835 128h-811l896 896v-811q0 -35 -25 -60t-60 -25zM1835 1920q35 0 60 -25t25 -60v-811h-811q-35 0 -60 -25t-25 -60v-811h-811q-35 0 -60 25t-25 60v1622q0 35 25 60t60 25h1622z" + }, + { + Name: "Webcam2Off", + Code: "E36D", + Path: "M1024 1920q-119 0 -231 -35.5t-209 -103.5l-91 91q116 86 251 131t280 45q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5q0 -144 -45 -280t-131 -251l-94 93q49 70 82.5 147.5t48.5 162.5h-330q-6 -20 -14 -39.5t-18 -38.5l-96 96q21 52 21 110q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25q-58 0 -110 -21l-96 96q48 26 100 39.5t106 13.5q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5h320q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5zM1537 420q-119 -84 -257 -126v-166h384v-128h-1280v128h384v166q-142 42 -260 126t-202.5 197t-131 249.5t-46.5 285.5q0 139 42 270t122 244l-273 273l90 90l1920 -1920l-90 -90zM717 1240q-6 -22 -9.5 -43.5t-3.5 -44.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q23 0 44.5 3.5t43.5 9.5zM383 1574q-63 -94 -95 -201.5t-32 -220.5h320q0 98 43 187zM1152 128v138q-32 -5 -64 -7.5t-64 -2.5t-64 2.5t-64 7.5v-138h256zM1024 384q113 0 219.5 33t200.5 96l-232 233q-89 -42 -188 -42q-74 0 -142 23.5t-124.5 66t-98 101t-62.5 129.5h-330q24 -138 92.5 -255.5t169.5 -203t228 -133.5t267 -48z" + }, + { + Name: "eDiscovery", + Code: "E370", + Path: "M220 256l-42 -128h1486v-128h-1664q2 6 12.5 37t24.5 73.5t30 90.5l29.5 88.5l22.5 67.5l9 27v768h-128v128l896 448v320h383v-256h-255v-64l896 -448v-128h-128v-128h-128v128h-128v-128h-128v128h-128v-128h-128v128h-128v-896h-804zM640 384v768h-128v-768h128zM896 384v768h-128v-768h128zM960 1617l-674 -337h1348zM256 1152v-768h128v768h-128zM2048 64q0 -26 -19 -45t-45 -19t-45 19l-291 290q-39 -26 -84 -39.5t-92 -13.5q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -47 -13.5 -92t-39.5 -84l290 -291q19 -19 19 -45zM1280 576q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "CalendarYear", + Code: "E371", + Path: "M1664 1536h256v-1536h-1664v1536h256v128h128v-128h896v128h128v-128zM1792 1408h-128v-128h128v128zM1536 1408h-896v-128h896v128zM512 1408h-128v-128h128v128zM384 128h1408v1024h-1408v-1024zM256 1664v128h-128v-1408h-128v1536h256v128h128v-128h896v128h128v-128h256v-128h-256v-128h-128v128h-896v-128h-128zM640 640v128h128v-128h-128zM896 640v128h128v-128h-128zM1152 640v128h128v-128h-128zM1408 640v128h128v-128h-128zM640 384v128h128v-128h-128zM896 384v128h128v-128h-128zM1152 384v128h128v-128h-128zM896 896v128h128v-128h-128zM1152 896v128h128v-128h-128zM1408 896v128h128v-128h-128z" + }, + { + Name: "IgnoreConversation", + Code: "E372", + Path: "M256 1536h1792v-640h-128v392l-768 -384l-768 384v-776h640v-128h-768v1152zM431 1408l721 -360l721 360h-1442zM1792 1792v-128h-1664v-1024h-128v1152h1792zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "CommonDataServiceCDS", + Code: "E377", + Path: "M1523 2048l525 -525v-998l-525 -525h-998l-525 525v998l525 525h998zM512 194l13 331l-397 384v-331zM512 706v331l-384 384v-331zM512 1218v636l-318 -318zM640 1920v-768h830l384 384l-384 384h-830zM640 909v-269h269zM640 512v-268l268 268h-268zM1920 578v331l-397 -397h-434l-384 -384h765zM1920 1090v331l-397 -397h-817l384 -384h380z" + }, + { + Name: "Forum", + Code: "E378", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243zM1792 1664v-896h-1536v896h1536zM512 896v256h-128v-256h128zM512 1280v256h-128v-256h128zM1664 896v256h-1024v-256h1024zM1664 1280v256h-1024v-256h1024z" + }, + { + Name: "SentimentAnalysis", + Code: "E393", + Path: "M1344 1408q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187q0 32 3 64q-133 0 -250 50t-204.5 136.5t-138 203t-50.5 250.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q89 0 171 -23t153 -65t129.5 -100.5t100 -130t64 -153.5t22.5 -171q31 3 64 3zM640 896q7 0 14 1l14 2q18 63 47.5 120.5t68.5 109.5q-35 11 -71 17t-73 6q-61 0 -119.5 -15t-112.5 -43l-58 114q68 34 141 53t149 19q62 0 121.5 -13t116.5 -36q59 52 127.5 90t143.5 59l2 14t1 14q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1344 128q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1600 736q-40 0 -68 28t-28 68t28 68t68 28t68 -28t28 -68t-28 -68t-68 -28zM1088 736q-40 0 -68 28t-28 68t28 68t68 28t68 -28t28 -68t-28 -68t-68 -28zM1344 384q43 0 84 11.5t77 33t66 51.5t51 68l111 -63q-30 -53 -72 -95.5t-92 -72t-107 -45.5t-118 -16t-118 16t-107.5 45.5t-92 72t-71.5 95.5l111 63q21 -38 51 -68t66 -51.5t76.5 -33t84.5 -11.5zM448 1520q-33 0 -56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5t-23.5 -56.5t-56.5 -23.5zM832 1520q-33 0 -56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5t-23.5 -56.5t-56.5 -23.5z" + }, + { + Name: "TextRecognition", + Code: "E394", + Path: "M128 896v-384h384v-128h-512v512h128zM518 1398h117l234 -628h-115l-56 160h-247l-54 -160h-114zM478 1015h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2q-2 -10 -3.5 -20t-4.5 -20zM128 1664v-384h-128v512h512v-128h-384zM1367 1007q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65h-102v664h102v-294h1q25 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83zM1263 1007q0 27 -6 52t-19 45t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59zM1536 1792h512v-512h-128v384h-384v128zM1920 512v384h128v-512h-512v128h384zM1664 760q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q55 0 108 -21v-95q-21 15 -47.5 25t-52.5 10q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -67 36.5 -108.5t105.5 -41.5q32 0 55.5 10.5t48.5 28.5v-88q-29 -17 -61.5 -24t-66.5 -7z" + }, + { + Name: "KeyPhraseExtraction", + Code: "E395", + Path: "M896 896v-128h-896v128h896zM1536 1152v-128h-896v128h896zM1371 2048l549 -549v-1499h-1664v640h128v-512h1408v1280h-512v512h-896v-896h-128v1024h1115zM1408 1536h293l-293 293v-293zM640 512v128h896v-128h-896z" + }, + { + Name: "AltText", + Code: "E397", + Path: "M1536 1344q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM0 1792h2048v-1024h-128v896h-1792v-677l448 447l640 -640l256 256l283 -282h-182l-101 102l-101 -102h-310l-485 486l-448 -449v-421h512v-128h-640v1536zM768 0v640h1280v-640h-1280zM896 512v-384h1024v384h-1024zM1152 256v128h512v-128h-512z" + }, + { + Name: "NumberedListMirrored", + Code: "E398", + Path: "M0 1536v128h1536v-128h-1536zM0 1024v128h1536v-128h-1536zM0 512v128h1536v-128h-1536zM1847 1667v69q31 11 59 24t54 33h49v-385h-82v291q-14 -11 -37.5 -21.5t-42.5 -10.5zM2048 965v-69h-251v28q0 34 12.5 59t30.5 44.5t40 35t40 31t30.5 32t12.5 38.5q0 27 -15 38t-40 11q-26 0 -49.5 -11t-43.5 -28v73q50 32 111 32q25 0 47.5 -6.5t39 -20t26 -33.5t9.5 -47q0 -31 -12 -54.5t-29.5 -42t-38.5 -33t-38.5 -27t-29.5 -25t-12 -25.5h160zM1962 580q36 -5 61 -27t25 -61q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-24 0 -48.5 4t-46.5 15v73q19 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9 28.5t-23 15.5t-31 6.5t-32 1.5h-22v64h26q13 0 27.5 1.5t26 6t19 14t7.5 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 44 -5t39 -16.5t28 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1z" + }, + { + Name: "IncreaseIndent", + Code: "E399", + Path: "M128 1920h1792v-128h-1792v128zM128 256v128h1792v-128h-1792zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM483 861l163 163h-646v128h646l-163 163l90 90l317 -317l-317 -317z" + }, + { + Name: "IncreaseIndentMirrored", + Code: "E39A", + Path: "M1920 1920v-128h-1792v128h1792zM128 256v128h1792v-128h-1792zM896 1408v-128h-768v128h768zM896 896v-128h-768v128h768zM1402 1152h646v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "DecreaseIndent", + Code: "E39B", + Path: "M128 1920h1792v-128h-1792v128zM128 256v128h1792v-128h-1792zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM317 1405l90 -90l-163 -163h646v-128h-646l163 -163l-90 -90l-317 317z" + }, + { + Name: "DecreaseIndentMirrored", + Code: "E39C", + Path: "M1920 1920v-128h-1792v128h1792zM128 256v128h1792v-128h-1792zM896 1408v-128h-768v128h768zM896 896v-128h-768v128h768zM1731 771l-90 90l163 163h-646v128h646l-163 163l90 90l317 -317z" + }, + { + Name: "IncreaseIndentHanging", + Code: "E39D", + Path: "M128 1920h1792v-128h-1792v128zM1152 256v128h768v-128h-768zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM483 1315l90 90l317 -317l-317 -317l-90 90l163 163h-646v128h646z" + }, + { + Name: "IncreaseIndentHangingMirrored", + Code: "E39E", + Path: "M1920 1920v-128h-1792v128h1792zM128 256v128h768v-128h-768zM128 1280v128h768v-128h-768zM128 768v128h768v-128h-768zM2048 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z" + }, + { + Name: "ArchiveUndo", + Code: "E3A1", + Path: "M1728 896q67 0 125.5 -25.5t102 -69t68 -102.5t24.5 -126q0 -91 -34 -171.5t-97 -145.5q-26 -26 -53 -50l-54 -48q-45 -40 -88 -79.5t-88 -78.5l-98 91q46 39 91 78t90 79q28 24 55.5 48.5t53.5 50.5q47 48 70.5 104.5t23.5 124.5q0 41 -15.5 76t-41.5 61t-62 40.5t-76 14.5q-66 0 -116.5 -21.5t-92 -57.5t-76.5 -82t-69 -95h293v-128h-512v512h128v-286q46 61 91 113t96.5 90.5t114.5 60.5t146 22zM0 1920h2048v-640h-128v-256h-128v256h-1536v-1024h1152v-128h-1280v1152h-128v640zM1920 1408v384h-1792v-384h1792zM1024 896h-384v128h384v-128z" + }, + { + Name: "LeaveUser", + Code: "E3A8", + Path: "M2048 512v-128h-646l211 -211l-90 -90l-365 365l365 365l90 -90l-211 -211h646zM1292 945l-88 -93q-89 84 -201.5 128t-234.5 44q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -137 -63.5 -248.5t-176.5 -185.5q70 -26 133.5 -66t118.5 -91zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z" + }, + { + Name: "EdgeLogo16", + Code: "E3AA", + Path: "M1865 529q11 0 21 -10t10 -21t-6.5 -21.5t-12.5 -18.5q-36 -54 -78 -102.5t-90 -91.5q-40 -36 -92.5 -71t-111 -63.5t-118.5 -46t-115 -17.5q-124 0 -223.5 44t-169 121.5t-107 181.5t-37.5 224q0 61 16.5 119.5t43.5 112.5q35 -102 106 -182.5t163 -136.5t197.5 -85.5t208.5 -29.5q95 0 185.5 19.5t175.5 61.5l17 8.5t17 4.5zM543 637q0 -92 17.5 -179.5t53.5 -167t91 -149t130 -124.5q-121 21 -229.5 70t-201 120.5t-167.5 162.5t-127.5 196t-81 221t-28.5 238q0 67 30.5 123t79 99.5t108 74t117.5 47.5q100 30 209 30q53 0 107.5 -8t107 -23.5t101.5 -40t91 -57.5l-14 -6q-28 -11 -52 -23t-49 -29q-65 -45 -118.5 -111t-92.5 -143t-60.5 -160t-21.5 -161zM1020 2048q145 0 284.5 -33t262 -98.5t223.5 -164.5t169 -231q42 -80 65.5 -166.5t23.5 -177.5q0 -76 -20 -145t-58.5 -127t-93.5 -103.5t-124 -75.5q-46 -20 -95 -31t-99 -11q-36 0 -82.5 2.5t-93.5 10.5t-90 24t-72 42q-10 8 -19 21.5t-9 27.5q0 13 13.5 30t30 42t30.5 59t14 81q0 96 -36.5 178t-97.5 148t-140 115t-164 78q-144 48 -298 48q-112 0 -221.5 -26.5t-208.5 -80.5q67 133 160.5 238t209 177.5t251 110.5t285.5 38z" + }, + { + Name: "EdgeLogo", + Code: "E3AB", + Path: "M1865 529q12 0 21.5 -10.5t9.5 -21.5q0 -10 -10.5 -27.5t-27 -39.5t-36.5 -45t-38 -43.5t-32 -35t-19 -19.5q-49 -46 -114 -89.5t-137.5 -77.5t-147.5 -54.5t-143 -20.5q-76 0 -144 24t-126 66.5t-104 99.5t-78.5 123t-50 137t-17.5 142q0 85 28 167.5t74 153.5q12 -81 47 -151t87 -128t118 -103.5t139.5 -76.5t151.5 -47.5t154 -16.5q95 0 185.5 19.5t175.5 61.5l17 8.5t17 4.5zM543 637q0 -93 23 -183.5t66.5 -172.5t106 -151.5t141.5 -119.5q-126 17 -239.5 63.5t-211.5 117t-177 162t-135 199t-86.5 227t-30.5 245.5q0 69 27 127t71.5 105t101.5 81.5t116 56.5q63 23 128.5 33.5t131.5 10.5q60 0 121.5 -9.5t119.5 -29t112 -49t99 -70.5q-30 0 -59 -6t-56 -20v2q-54 -24 -102.5 -63t-89.5 -88.5t-74 -107.5t-56 -119t-35.5 -122.5t-12.5 -118.5zM1020 2048q145 0 284.5 -33t262 -98.5t223.5 -164.5t169 -231q42 -80 65.5 -166.5t23.5 -177.5q0 -76 -20 -145t-58.5 -127t-93.5 -103.5t-124 -75.5q-46 -20 -95 -31t-99 -11q-36 0 -82.5 2.5t-93.5 10.5t-90 24t-72 42q-10 8 -19 21.5t-9 27.5q0 13 13.5 30t30 42t30.5 59t14 81q0 90 -34 167.5t-90.5 140t-130 109t-152.5 75.5q-72 26 -146.5 38t-150.5 12q-132 0 -261 -38.5t-235 -118.5q61 148 155 266.5t214.5 201t265 127t305.5 44.5z" + }, + { + Name: "FabricFolderUpload", + Code: "E3AC", + Path: "M2048 1536v-512h-128v512h-704q-47 0 -77 -6t-51 -16t-36 -22.5t-30 -26t-34 -26t-48 -22.5q-17 -6 -38 -7.5t-38 -1.5h-736v-896h1408v-128h-1408q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 68.5 -13.5t58.5 -36t49 -51t39 -58.5q13 -23 25.5 -40.5t28 -30.5t35.5 -19.5t48 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1017 1623q-15 16 -31.5 44.5t-35 56t-40 48t-46.5 20.5h-736v-256h736q27 0 46 9.5t36 23t33.5 28.5t37.5 26zM1408 731l320 319l320 -319l-91 -91l-165 165v-677h-128v677l-165 -165z" + }, + { + Name: "RedEye12", + Code: "E3AD", + Path: "M1024 1536q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203q-98 -110 -213.5 -203.5t-246 -162t-272.5 -107.5t-292 -39t-292 39t-272.5 107.5t-246.5 162t-213 203.5q97 109 213 203t246.5 162.5t272.5 107.5t292 39zM1024 658q76 0 142.5 29t116 78.5t78.5 116t29 142.5t-29 142.5t-78.5 116t-116 78.5t-142.5 29t-142.5 -29t-116 -78.5t-78.5 -116t-29 -142.5t29 -142.5t78.5 -116t116 -78.5t142.5 -29zM649 712q-55 66 -84 146t-29 166t29 166t84 146q-134 -53 -251.5 -132.5t-220.5 -179.5q103 -100 220.5 -179.5t251.5 -132.5zM1871 1024q-103 100 -220.5 179.5t-251.5 132.5q55 -66 84 -146t29 -166t-29 -166t-84 -146q134 53 251.5 132.5t220.5 179.5zM1024 1195q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66t-13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5t-66.5 13.5t-54.5 36.5t-36.5 54.5t-13.5 66.5t13.5 66t36.5 54.5t54.5 37t66.5 13.5z" + }, + { + Name: "MapPin12", + Code: "E3AE", + Path: "M1536 1024l341 -1024h-1877l341 1024h512v374q-57 14 -104 45.5t-80.5 75.5t-52.5 97.5t-19 111.5q0 71 27 133t73.5 108.5t108.5 73t133 26.5q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5q0 -58 -19 -111.5t-52.5 -97.5t-80.5 -75.5t-104 -45.5v-374h512zM768 1728q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54 36.5t36.5 54.5t13.5 66.5t-13.5 66t-36.5 54.5t-54 37t-66 13.5t-66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66zM464 853l-227 -682h1403l-227 682h-389v-256q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5v256h-389z" + }, + { + Name: "Insights", + Code: "E3AF", + Path: "M960 1664q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -63 -8 -118t-25.5 -105.5t-44 -99t-63.5 -99.5q-29 -40 -51 -72t-36 -64.5t-21 -70t-7 -88.5v-179q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v180q0 51 -7 88t-21.5 69.5t-36 64.5t-50.5 72q-37 51 -63.5 99.5t-44 99t-25.5 105.5t-8 118q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM1152 192v64h-384v-64q0 -26 19 -45t45 -19h256q26 0 45 19t19 45zM1408 1088q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35t-174.5 -35t-142.5 -96t-96 -142.5t-35 -174.5q0 -89 18.5 -153t47 -114.5t61 -94t61 -92t48 -108t20.5 -142.5h384q1 83 20.5 142.5t48 108t61 92t61 94t47 114.5t18.5 153zM960 1792q-26 0 -45 19t-19 45v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -26 -19 -45t-45 -19zM192 1120h-128q-26 0 -45 19t-19 45t19 45t45 19h128q26 0 45 -19t19 -45t-19 -45t-45 -19zM245 859q26 0 45 -19t19 -46q0 -20 -11.5 -35.5t-29.5 -23.5q-11 -5 -30.5 -13.5t-40.5 -17t-40.5 -15t-31.5 -6.5q-26 0 -45 19t-19 46q0 20 11.5 35.5t29.5 23.5q11 4 30.5 13t40.5 17.5t40.5 15t31.5 6.5zM397 1504q0 -26 -19 -45t-45 -19q-18 0 -33 9l-109 67q-14 9 -22.5 23.5t-8.5 31.5q0 26 19 45t45 19q16 0 33 -10l110 -66q14 -8 22 -23t8 -32zM480 1872q0 26 19 45t45 19q17 0 32.5 -9t23.5 -24l62 -112q8 -14 8 -30q0 -27 -19 -46t-45 -19q-17 0 -32.5 9t-23.5 24l-62 112q-8 14 -8 31zM1856 1248q26 0 45 -19t19 -45t-19 -45t-45 -19h-128q-26 0 -45 19t-19 45t19 45t45 19h128zM1858 747q0 -26 -19 -45t-45 -19q-11 0 -30.5 6.5t-40.5 15.5t-40.5 17.5t-30.5 13.5q-18 8 -29.5 24t-11.5 36q0 27 19.5 45.5t45.5 18.5q12 0 31 -7t40 -16t40.5 -18t30.5 -13q18 -8 29 -23.5t11 -35.5zM1587 1440q-26 0 -45 19t-19 45q0 17 8 32t22 23l110 66q17 10 33 10q26 0 45 -19t19 -45q0 -17 -8.5 -31.5t-22.5 -23.5l-109 -67q-15 -9 -33 -9zM1250 1761q0 16 8 30l62 112q8 15 23.5 24t32.5 9q26 0 45 -19t19 -45q0 -17 -8 -31l-62 -112q-8 -15 -23.5 -24t-32.5 -9q-26 0 -45 19t-19 46z" + }, + { + Name: "TaskList", + Code: "E3B6", + Path: "M768 1792h1280v-128h-1280v128zM768 1024v128h1280v-128h-1280zM768 384v128h1280v-128h-1280zM256 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM256 880q30 0 56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56t11.5 -56t31 -45.5t45.5 -31t56 -11.5zM256 640q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM256 240q30 0 56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56t11.5 -56t31 -45.5t45.5 -31t56 -11.5zM192 1690l275 275l90 -90l-365 -365l-173 173l90 90z" + }, + { + Name: "MachineLearning", + Code: "E3B8", + Path: "M1968 953q38 -36 59 -84t21 -101t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-21 0 -42 3l-471 -235q1 -6 1 -12v-12q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-52 0 -98.5 20t-82 54.5t-56 80.5t-20.5 98q0 7 0.5 13.5t1.5 13.5l-471 235q-21 -3 -42 -3q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 71 36.5 131.5t98.5 93.5l175 642q-54 69 -54 157q0 53 20 99.5t55 81.5t81.5 55t99.5 20q69 0 128 -34t94 -94h580q35 60 94 94t128 34q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -81.5t-39 -72.5zM1536 768q0 55 22 105t64 86l-449 337l-663 -497l2 -31h1024zM512 1536q-47 0 -92 17l-144 -530q55 -5 103.5 -31t81.5 -70l606 454l-350 262q-37 -48 -90.5 -75t-114.5 -27zM1753 1021q8 2 18 2.5t19 0.5h10t10 -1l-177 532q-49 -19 -97 -19q-20 0 -39 3l-217 -163zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1280 1792h-512l-2 -31l407 -305l193 145q-42 36 -64 86t-22 105zM512 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM128 768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 512q63 0 119.5 -29.5t91.5 -81.5l375 187q-11 12 -21.5 25t-18.5 27h-1092q-8 -14 -18.5 -27t-21.5 -25l375 -187q35 52 91.5 81.5t119.5 29.5zM1792 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 33 -16 62t-44 46l-1 -1l-1 1l1 1q-32 19 -67 19q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "HealthRefresh", + Code: "E3BD", + Path: "M129 1377q0 -47 11 -97h-131q-5 24 -6.5 48t-1.5 48q0 113 42.5 212t116 173t172.5 116.5t212 42.5q108 0 208.5 -41t176.5 -118l95 -96l95 96q76 77 176.5 118t208.5 41q112 0 211 -42.5t172.5 -115.5t116 -172t42.5 -211q0 -98 -34 -189t-97 -166h-470l-101 102l-101 -102h-182l283 282l155 -154h355q32 51 49 108t17 117q0 87 -32.5 162t-89 130.5t-132 87t-162.5 31.5q-82 0 -158.5 -30t-135.5 -88l-186 -186l-186 186q-60 60 -134.5 91t-159.5 31q-86 0 -162 -32.5t-132 -89t-88.5 -132t-32.5 -161.5zM308 1024l701 -701q8 -41 21.5 -80t33.5 -76l-40 -40l-865 864q-35 35 -62 75.5t-47 85.5h243l283 282l448 -447v-182l-448 449l-229 -230h-39zM1749 869h2h-2zM2048 447q0 -93 -35 -174t-95.5 -141.5t-142 -95.5t-173.5 -35q-93 0 -174 35t-142 95.5t-96 142t-35 173.5q0 91 35 174.5t100 146.5h-137v128h384v-384h-127v191q-60 -46 -94 -112.5t-34 -142.5q0 -66 25.5 -124.5t69 -102t102 -69t124.5 -25.5t124 25t101.5 68.5t68.5 102t25 124.5q0 51 -15.5 98t-43.5 87t-67.5 70t-87.5 47l43 120q67 -24 121.5 -66t93.5 -97.5t60.5 -121.5t21.5 -137z" + }, + { + Name: "FontSize2", + Code: "E3C0", + Path: "M585 1536h143l582 -1536h-158l-188 512h-621l-184 -512h-159zM387 639h529l-233 628q-20 53 -28 108h-5q-11 -56 -30 -108zM1604 1765l-230 -230l-90 91l320 320l320 -320l-91 -91zM1600 1178l230 230l90 -90l-320 -320l-320 320l90 90z" + }, + { + Name: "SharedDatabase", + Code: "E3D9", + Path: "M960 1280q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963q0 -20 13 -35.5t27 -27.5q30 -26 71 -45t88.5 -33.5t98.5 -24t101 -15.5t96.5 -8.5t85.5 -2.5q60 0 116 5.5t116 15.5q-6 -10 -16 -28.5t-19 -39t-16 -40t-7 -30.5q-42 -8 -88.5 -9.5t-89.5 -1.5q-33 0 -81 2.5t-104 9.5t-116.5 18.5t-118 29t-109.5 41.5t-91 55.5t-62 72.5t-23 91v1152q0 68 38.5 118t100.5 85.5t139.5 58.5t156 35.5t149.5 17.5t120 5t120 -4.5t149 -17.5t156 -35.5t140 -58t100.5 -86t38.5 -118.5v-672q-33 0 -65 -6t-63 -16v505q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5zM384 1600q0 -11 3.5 -19.5t9.5 -16.5q24 -32 65 -55.5t91 -41t106 -29t110.5 -18t103.5 -9.5t87 -3t87 3t103.5 10t110 18.5t105 28.5t90.5 41t66 55q14 17 14 36q0 11 -4 19.5t-10 16.5q-25 31 -65.5 55t-90.5 41t-105.5 28.5t-109.5 18.5t-103.5 10t-87.5 3q-37 0 -86.5 -3t-104 -10t-110.5 -18.5t-106 -28.5t-91 -41t-65 -55q-6 -8 -9.5 -16.5t-3.5 -19.5zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 100t-54.5 81.5t-81.5 54.5t-100 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-35 35 -53.5 81t-18.5 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -18.5 -96t-53.5 -81zM1664 384q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "WebEnvironment", + Code: "E3DB", + Path: "M1920 768l128 -640h-2048l128 640h232q-51 88 -77.5 185t-26.5 199q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5t204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204q0 -102 -26.5 -199t-77.5 -185h232zM1664 1152q0 32 -3.5 64t-9.5 64h-249q6 -65 6 -128q0 -64 -6 -128h249q6 32 9.5 64t3.5 64zM774 1024h500q6 64 6 128q0 63 -6 128h-500q-6 -65 -6 -128q0 -64 6 -128zM1256 896h-464q4 -23 14 -60.5t25.5 -80.5t35 -86t44 -78t53 -57t60.5 -22t60.5 22t53 57t44 78t35 86t25 80.5t14.5 60.5zM779 561q-46 76 -74 162t-43 173h-224q24 -53 60 -103.5t80.5 -94.5t95.5 -79.5t105 -57.5zM1386 896q-16 -86 -43.5 -172.5t-72.5 -162.5q54 24 104.5 59t95 78.5t80.5 93.5t60 104h-224zM1610 1408q-51 113 -138.5 200t-202.5 135q46 -76 73.5 -162t43.5 -173h224zM1024 1792q-32 0 -60.5 -22t-53 -57t-44 -78t-35 -86t-25.5 -80.5t-14 -60.5h464q-5 23 -14.5 60.5t-25 80.5t-35 86t-44 78t-53 57t-60.5 22zM779 1743q-115 -48 -202.5 -135t-138.5 -200h224q16 87 43.5 173t73.5 162zM397 1280q-6 -32 -9.5 -64t-3.5 -64t3.5 -64t9.5 -64h249q-6 64 -6 128q0 63 6 128h-249zM156 256h1736l-77 384h-220q-54 -61 -119.5 -108.5t-138.5 -80.5t-152 -50t-161 -17t-161 17t-152 50t-138.5 80.5t-119.5 108.5h-220z" + }, + { + Name: "FormatPainter", + Code: "E3DC", + Path: "M2037 1792q0 -48 -18 -93t-53 -80l-339 -339l120 -120q27 -27 41.5 -62.5t14.5 -73.5t-14.5 -73.5t-41.5 -62.5q-26 -26 -52.5 -54t-54.5 -51l-752 -616l-877 1024l103 23q83 19 147 37.5t116.5 40.5t96.5 49.5t87 64.5t88 84.5t99 110.5q33 38 68.5 74t71.5 72q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l120 -120l339 339q35 35 80 53t93 18q51 0 95.5 -19t78 -52.5t52.5 -78t19 -95.5zM244 1115l87 -102l987 -329l187 153l-670 669q-49 -57 -91.5 -102t-83.5 -82t-83.5 -66.5t-92 -54t-108 -45.5t-132.5 -41zM493 824l411 -479l297 243zM1909 1792q0 24 -9.5 45.5t-25 37t-37 25t-45.5 9.5q-48 0 -82 -34l-430 -430l-211 211q-19 19 -45 19q-16 0 -30 -8t-27 -20t-24 -25t-21 -22l678 -678q9 10 22 21t25 24t20 27t8 30q0 26 -19 45l-211 211l430 430q34 34 34 82z" + }, + { + Name: "IndentFirstLine", + Code: "E3DD", + Path: "M1152 1920h768v-128h-768v128zM768 256v128h1152v-128h-1152zM768 1280v128h1152v-128h-1152zM768 768v128h1152v-128h-1152zM573 2045l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z" + }, + { + Name: "AddSpaceBefore", + Code: "E3DE", + Path: "M128 256v128h1792v-128h-1792zM128 896h1792v-128h-1792v128zM1277 1347l-317 -317l-317 317l90 90l163 -163v646h128v-646l163 163z" + }, + { + Name: "AddSpaceAfter", + Code: "E3DF", + Path: "M128 1280v128h1792v-128h-1792zM128 1920h1792v-128h-1792v128zM1024 506l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v646h128v-646z" + }, + { + Name: "TextAlignTop", + Code: "E3E0", + Path: "M128 2048h1792v-128h-1792v128zM384 1536h1280v-128h-1280v128zM128 896v128h1792v-128h-1792z" + }, + { + Name: "TextAlignMiddle", + Code: "E3E1", + Path: "M128 1664h1792v-128h-1792v128zM384 1152h1280v-128h-1280v128zM128 512v128h1792v-128h-1792z" + }, + { + Name: "TextAlignBottom", + Code: "E3E2", + Path: "M128 1152h1792v-128h-1792v128zM384 640h1280v-128h-1280v128zM128 0v128h1792v-128h-1792z" + }, + { + Name: "TextParagraphOption", + Code: "E3E3", + Path: "M308 1408l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM448 1783l-92 -247h184zM512 378l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v774h128v-774zM1024 1920h896v-128h-896v128zM1024 1280v128h896v-128h-896zM1024 768v128h896v-128h-896zM1024 256v128h896v-128h-896z" + }, + { + Name: "TextRotation", + Code: "E3E4", + Path: "M1332 1408l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM1472 1783l-92 -247h184zM1699 541l90 -90l-317 -317l-317 317l90 90l163 -163v774h128v-774zM640 378l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v1542h128v-1542z" + }, + { + Name: "TextRotateHorizontal", + Code: "E3E5", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM436 1152l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM576 1527l-92 -247h184zM1379 605l163 163h-1286v128h1286l-163 163l90 90l317 -317l-317 -317z" + }, + { + Name: "TextRotate90Degrees", + Code: "E3E6", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM896 1293l-640 -240v103l128 48v280l-128 48v103l640 -240v-102zM512 1252l247 92l-247 92v-184zM1789 835l-317 -317l-317 317l90 90l163 -163v902h128v-902l163 163z" + }, + { + Name: "TextRotate270Degrees", + Code: "E3E7", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM896 541l-640 240v102l640 240v-103l-128 -48v-280l128 -48v-103zM640 924l-247 -92l247 -92v184zM1408 1420l-163 -163l-90 90l317 317l317 -317l-90 -90l-163 163v-902h-128v902z" + }, + { + Name: "AutoFitContents", + Code: "E3E8", + Path: "M0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM1280 256v384h-512v-384h512zM1920 256v384h-512v-384h512zM128 1024v-256h1792v256h-1792zM128 640v-384h512v384h-512zM128 1536v-256h-128v640h128v-256h384v-128h-384zM1920 1920h128v-640h-128v256h-512v128h512v256zM896 1755l-91 -91l-165 165l91 91zM1280 1829l-165 -165l-91 91l165 165zM1280 1371l-91 -91l-165 165l91 91zM896 1445l-177 -165l-79 91l165 165z" + }, + { + Name: "AutoFitWindow", + Code: "E3E9", + Path: "M0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM1280 256v384h-512v-384h512zM1920 256v384h-512v-384h512zM128 1024v-256h1792v256h-1792zM128 640v-384h512v384h-512zM128 1536v-256h-128v640h128v-256h256v-128h-256zM1920 1920h128v-640h-128v256h-384v128h384v256zM797 1280h-128l451 768h128zM704 1664q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM704 1952q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM1024 1472q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75zM1312 1472q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68z" + }, + { + Name: "FixedColumnWidth", + Code: "E3EA", + Path: "M1920 2048h128v-768h-2048v768h128v-640h256v256h128v-256h256v512h128v-512h256v256h128v-256h256v512h128v-512h256v640zM0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM768 256h512v384h-512v-384zM1408 256h512v384h-512v-384zM128 1024v-256h1792v256h-1792zM640 640h-512v-384h512v384z" + }, + { + Name: "RepeatHeaderRows", + Code: "E3EB", + Path: "M640 1664h1408v-1664h-1408v1664zM1920 128v1408h-1152v-1408h1152zM128 1920v-1408h384v-128h-512v1664h1408v-256h-128v128h-1152zM256 1792h256v-384h-128v-640h128v-128h-256v1152zM1792 256h-896v1152h896v-1152zM1280 1024h-256v-256h256v256zM1024 384h256v256h-256v-256zM1664 384v256h-256v-256h256zM1664 768v256h-256v-256h256z" + }, + { + Name: "TableHeaderRow", + Code: "E3EC", + Path: "M0 1920h2048v-1664h-2048v1664zM768 896h512v384h-512v-384zM1280 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM1408 1280v-384h512v384h-512zM128 768v-384h512v384h-512zM1408 384h512v384h-512v-384z" + }, + { + Name: "TableTotalRow", + Code: "E3ED", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 1408v384h-512v-384h512zM1280 1280h-512v-384h512v384zM768 1408h512v384h-512v-384zM640 896v384h-512v-384h512zM1408 896h512v384h-512v-384zM640 1792h-512v-384h512v384z" + }, + { + Name: "TableBrandedRow", + Code: "E3EE", + Path: "M0 1920h2048v-1664h-2048v1664zM768 896h512v384h-512v-384zM640 1280h-512v-384h512v384zM1408 896h512v384h-512v-384z" + }, + { + Name: "TableFirstColumn", + Code: "E3EF", + Path: "M0 1920h2048v-1664h-2048v1664zM1920 1408v384h-512v-384h512zM768 1792v-384h512v384h-512zM768 768v-384h512v384h-512zM768 896h512v384h-512v-384zM1408 1280v-384h512v384h-512zM1408 384h512v384h-512v-384z" + }, + { + Name: "TableLastColumn", + Code: "E3F0", + Path: "M0 1920h2048v-1664h-2048v1664zM768 1280v-384h512v384h-512zM640 896v384h-512v-384h512zM1280 1408v384h-512v-384h512zM1280 768h-512v-384h512v384zM640 1792h-512v-384h512v384zM128 768v-384h512v384h-512z" + }, + { + Name: "TableBrandedColumn", + Code: "E3F1", + Path: "M0 1920h2048v-1664h-2048v1664zM768 1280v-384h512v384h-512zM1280 1408v384h-512v-384h512zM768 768v-384h512v384h-512z" + }, + { + Name: "AutomateFlow", + Code: "E3F5", + Path: "M821 1280h568l-1076 -1024h-257l304 640h-360l535 1024h612zM262 384l807 768h-456l325 640h-325l-402 -768h351l-304 -640h4zM2048 1408h-256v-640h256v-640h-640v640h256v256h-384l128 128h256v256h-256v640h640v-640zM1920 640h-384v-384h384v384zM1536 1536h384v384h-384v-384z" + }, + { + Name: "TagGroup", + Code: "E3F6", + Path: "M1600 1216q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1792 1792h256v-859l-896 -896q-278 279 -556.5 558t-558.5 557l896 896h859v-256zM987 1920l-768 -768l165 -165l805 805h475v128h-677zM1920 987v677h-677l-768 -768l677 -677z" + }, + { + Name: "PhotoError", + Code: "E3F7", + Path: "M1408 448v320h128v-320h-128zM1408 256v128h128v-128h-128zM0 1920h2048v-1434l-128 256v1050h-1792v-677l448 447l572 -572l-60 -120l-512 512l-448 -449v-421h781l-64 -128h-845v1536zM1600 1536q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM896 128l576 1152l576 -1152h-1152zM1077 240h790l-395 790z" + }, + { + Name: "HexaditeInvestigation", + Code: "E3F8", + Path: "M1407 1244q-35 -19 -67 -41t-60 -50v16l-256 146l-256 -146v-290l256 -146l98 56q0 -5 -1 -10.5t-1 -10.5q0 -30 4.5 -60t11.5 -59l-112 -64l-384 220v438l384 220zM256 1462v-876l579 -330q-25 -26 -45.5 -47.5t-34.5 -54.5l-627 358v1024l896 512l896 -512v-291q-61 34 -128 50v167l-768 439zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "HexaditeInvestigationCancel", + Code: "E3F9", + Path: "M768 879l197 -113q9 -7 28 -25.5t40 -39.5t40 -41t29 -30l-78 -45l-384 220v438l384 220l384 -220v-286l-128 128v84l-256 146l-256 -146v-290zM256 1462v-876l742 -424l-94 -93l-776 443v1024l896 512l896 -512v-451l-128 -128v505l-768 439zM2029 787l-339 -339l339 -339l-90 -90l-339 339l-339 -339l-90 90l339 339l-339 339l90 90l339 -339l339 339z" + }, + { + Name: "HexaditeInvestigationSemiAuto", + Code: "E3FA", + Path: "M256 1462v-876l645 -368q-11 -32 -18.5 -64.5t-12.5 -65.5l-742 424v1024l896 512l896 -512v-384q-28 28 -60.5 50.5t-67.5 42.5v217l-768 439zM1024 1315l-256 -146v-290l225 -129q2 -42 10.5 -83t22.5 -81l-2 -1l-384 220v438l384 220l325 -186q-35 -14 -68.5 -31t-64.5 -40zM1763 459q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -92 -41 -173.5t-115 -135.5zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "DriverOff", + Code: "E3FB", + Path: "M1152 1824q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-160h-384v-384h-224q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h224v-384h358l-4 -32t-2 -32q0 -32 4 -63t11 -62q1 -4 4 -13t6 -19t5 -18t2 -10v-195q-59 34 -93.5 92.5t-34.5 127.5v96h-384v384h-96q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h96v384h384v32q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-32h384v-512h-160q-46 0 -80.5 -30t-42.5 -75q-34 -5 -67 -13.5t-65 -21.5q0 3 -0.5 6t-0.5 6q0 53 20 99.5t55 81.5t81.5 55t99.5 20h32v256h-384v160q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "FileOff", + Code: "E3FC", + Path: "M1085 128q45 -71 107 -128h-1064v2048h1115l549 -549v-477q-31 11 -63.5 17.5t-64.5 10.5v358h-512v512h-896v-1792h829zM1280 1829v-293h293zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "ServiceOff", + Code: "E3FD", + Path: "M1044 1338l-855 -856q-29 -29 -45 -67t-16 -80t16.5 -80t44.5 -66t66 -44.5t80 -16.5q41 0 79.5 16t67.5 45l542 541v-181l-451 -451q-48 -48 -109.5 -73t-128.5 -25q-69 0 -129.5 26.5t-106.5 72.5t-72.5 106.5t-26.5 129.5t25 129.5t73 108.5l806 806q-4 23 -6 46.5t-2 46.5q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5q54 0 99.5 -8.5t87.5 -24t83 -37.5t86 -48l-394 -394l102 -102l394 394q24 -42 45.5 -84.5t38 -86.5t26.5 -90.5t10 -95.5q0 -66 -16.5 -131t-46.5 -124.5t-72.5 -111t-94.5 -91.5q-46 18 -94 28t-98 12q65 24 119 66t92.5 96.5t59.5 119t21 134.5q0 75 -24 144l-360 -359l-282 282l359 360q-68 24 -141 24q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -34 6 -67.5t14 -66.5zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "URLBlock", + Code: "E3FE", + Path: "M1351 1001q-75 -34 -139 -87t-112 -121q-52 -18 -101 -21.5t-103 -3.5v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -57 -15 -111t-42 -104zM1879 985q-21 38 -51 69t-66 52.5t-77 33.5t-85 12h-64v128h64q88 0 167 -32.5t139 -89.5t97 -134t42 -165q-71 77 -166 126zM768 832q0 -53 17 -102t48 -89.5t73.5 -70t93.5 -44.5q-3 -20 -5.5 -39t-2.5 -39q0 -14 2 -27.5t4 -27.5q-78 16 -143.5 57t-113.5 99.5t-74.5 130.5t-26.5 152q0 93 35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 384v128h384v-128h-384z" + }, + { + Name: "BugSync", + Code: "E3FF", + Path: "M1024 1408q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5v-128q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135q74 -2 137.5 -35.5t108.5 -91.5h-336q-22 83 -69.5 153.5t-113 121.5t-145.5 80t-166 29zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "BugBlock", + Code: "E400", + Path: "M1024 128q14 0 29 2t29 4q19 -32 40.5 -60.5t47.5 -54.5q-36 -8 -72.5 -13.5t-73.5 -5.5q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135q42 -1 82 -13t75 -34t64 -52t50 -67q-65 34 -135.5 52.5t-143.5 18.5q-23 0 -44.5 -3t-43.5 -6q-25 79 -73 145t-112.5 114t-142 75t-160.5 27q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "DeviceRun", + Code: "E401", + Path: "M128 1664v-896h1024v-128h-128v-128h128v-128h-512v128h256v128h-896v1152h1920v-1093l-128 76v889h-1664zM1280 896l747 -448l-747 -448v896zM1408 670v-444l370 222z" + }, + { + Name: "DeviceOff", + Code: "E402", + Path: "M128 1664v-896h957q-19 -30 -33.5 -62t-25.5 -66h-2v-7q-2 -12 -6.5 -24.5t-7.5 -23.5q-8 -34 -13 -68t-5 -69q0 -16 2 -32l4 -32h-358v128h256v128h-896v1152h1920v-829q-30 19 -62 33.5t-66 25.5v642h-1664zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "ProcessingCancel", + Code: "E403", + Path: "M1546 1034q-46 0 -86 10l-51 -124l-118 49l51 124q-74 47 -121 121l-124 -51l-49 118l124 51q-10 40 -10 86t10 86l-124 51l49 118l124 -51q47 74 121 121l-51 123l118 49l51 -123q40 10 86 10t86 -10l51 123l118 -49l-51 -123q74 -47 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-47 -74 -121 -121l51 -124l-118 -49l-51 124q-40 -10 -86 -10zM1546 1674q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM1108 1000l49 -119l-137 -56q14 -56 14 -111t-14 -111l137 -57l-49 -118l-137 57q-30 -51 -68 -88t-88 -69l57 -137l-119 -48l-56 137q-56 -14 -111 -14t-111 14l-57 -137l-118 48l57 137q-51 32 -88 69t-69 88l-137 -57l-48 118l137 57q-14 56 -14 111t14 111l-137 56l48 119l137 -57q32 50 69 88t88 68l-57 137l118 49l57 -137q56 14 111 14t111 -14l56 137l119 -49l-57 -137q97 -59 156 -156zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM2045 547l-226 -227l226 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "ProcessingRun", + Code: "E404", + Path: "M1930 1418q0 -22 -2.5 -43.5t-7.5 -42.5l123 -51l-49 -118l-124 51q-46 -74 -120 -120l51 -125l-118 -49l-52 124q-21 -5 -42 -7.5t-43 -2.5t-43.5 2.5t-42.5 7.5l-23 -56l-111 67l16 39q-74 46 -120 120l-125 -51l-49 118l124 51q-5 21 -7.5 42.5t-2.5 43.5t2.5 43t7.5 42l-124 52l49 118l125 -52q23 37 53 67.5t67 53.5l-51 124l118 49l51 -123q21 5 42.5 7.5t43.5 2.5t43 -2.5t42 -7.5l52 123l118 -49l-51 -124q74 -46 120 -120l124 51l49 -118l-123 -52q5 -21 7.5 -42t2.5 -43zM1546 1162q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM969 942l139 58l44 -106v-15l-133 -55q7 -27 11 -54.5t4 -55.5t-4 -55.5t-11 -54.5l133 -55v-15l-44 -106l-139 58q-29 -48 -68 -87.5t-87 -68.5l58 -139l-119 -49l-57 139q-27 -7 -54.5 -11t-55.5 -4t-55.5 4t-54.5 11l-58 -139l-118 49l58 140q-97 58 -155 155l-140 -58l-48 118l138 58q-7 27 -11 54.5t-4 55.5t4 55.5t11 54.5l-138 57l48 119l140 -58q58 97 155 155l-58 139l118 49l58 -138q27 7 54.5 11t55.5 4t55.5 -4t54.5 -11l57 138l119 -49l-58 -139q97 -58 155 -155zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1280 0v896l747 -448zM1408 670v-444l370 222z" + }, + { + Name: "ProcessingPause", + Code: "E405", + Path: "M1930 1418q0 -46 -10 -86l123 -51l-48 -118l-124 51q-47 -74 -121 -121l51 -124l-118 -49l-51 124q-40 -10 -86 -10t-86 10l-51 -124l-118 49l51 124q-74 47 -121 121l-124 -51l-49 118l124 51q-10 40 -10 86t10 86l-124 51l49 118l124 -51q47 74 121 121l-51 123l118 49l51 -123q40 10 86 10t86 -10l51 123l118 -49l-51 -123q74 -47 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86zM1546 1162q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1108 1000l49 -119l-137 -56q14 -56 14 -111t-14 -111l137 -57l-49 -118l-137 57q-30 -51 -68 -88t-88 -69l57 -137l-119 -48l-56 137q-56 -14 -111 -14t-111 14l-57 -137l-118 48l57 137q-51 32 -88 69t-69 88l-137 -57l-48 118l137 57q-14 56 -14 111t14 111l-137 56l48 119l137 -57q32 50 69 88t88 68l-57 137l118 49l57 -137q56 14 111 14t111 -14l56 137l119 -49l-57 -137q97 -59 156 -156zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1792 0v768h128v-768h-128zM1408 0v768h128v-768h-128z" + }, + { + Name: "CalculatorDelta", + Code: "E406", + Path: "M896 1280v-128h-127v128h127zM1152 1792v-384h-896v384h896zM1024 1536v128h-640v-128h640zM640 768v-128h-127v128h127zM896 1024v-128h-127v128h127zM1025 384v128h76l-64 -128h-12zM513 384v128h127v-128h-127zM896 768v-128h-127v128h127zM769 384v128h127v-128h-127zM256 384v128h128v-128h-128zM1152 1280v-128h-127v128h127zM1152 768v-128h-127v128h127zM1152 1024v-128h-127v128h127zM640 1024v-128h-127v128h127zM128 1920v-1664h845l-64 -128h-909v1920h1408v-922l-128 -256v1050h-1152zM640 1280v-128h-127v128h127zM384 1280v-128h-128v128h128zM384 768v-128h-128v128h128zM384 1024v-128h-128v128h128zM1536 1024l512 -1024h-1024zM1536 738l-305 -610h610z" + }, + { + Name: "InputAddress", + Code: "E41E", + Path: "M128 1280v-512h1152v-128h-1280v768h1033q15 -35 36.5 -67t47.5 -61h-989zM1911 1408h137v-768h-384v128h256v512h-93q26 29 47.5 61t36.5 67zM1536 1286v-1030l-64 -128l-64 128v1030q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41zM1664 1600q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "ViewInAR", + Code: "E41F", + Path: "M256 1465v-249h-128v391l350 176l57 -115l-200 -100l201 -100l-58 -115zM896 1849l-222 -112l-57 115l343 172l343 -172l-57 -115l-222 112v-313h-128v313zM1024 327l222 112l58 -115l-344 -172l-343 172l57 115l222 -112v313h128v-313zM510 839l59 -114l-234 -117l200 -100l-57 -115l-350 176v391h128v-249zM960 1256l286 143l58 -115l-280 -140v-312h-128v312l-279 140l57 115zM1442 1783l350 -176v-391h-128v249l-222 -112l-57 115l200 100l-200 100zM1664 711v249h128v-391l-350 -176l-57 115l200 100l-234 117l59 114z" + }, + { + Name: "ImageInAR", + Code: "E420", + Path: "M1472 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM0 384v1408h1792v-645l-128 64v453h-1536v-421l192 191l512 -512l256 256l128 -128l-120 -60l-8 8l-166 -166l102 -102v-181l-704 705l-192 -193v-549h896v-128h-1024zM1428 978l172 86l172 -86l-57 -115l-115 57l-114 -57zM1869 929l179 -90v-199h-128v57l-51 -26l-57 115l29 14l-29 14zM1920 327v185h128v-264l-179 -89l-57 115zM1664 199l51 26l57 -115l-172 -86l-172 86l58 115l50 -26v57h128v-57zM1280 512v-184l108 -54l-57 -115l-179 89v264h128zM1331 929l57 -115l-29 -14l29 -14l-57 -115l-51 26v-57h-128v200zM1600 679l115 57l57 -114l-108 -54v-184h-128v184l-108 54l57 114z" + }, + { + Name: "CubeShapeSolid", + Code: "E421", + Path: "M960 1896l750 -376l-750 -375l-750 375zM128 441v942l768 -384v-942zM1024 999l768 384v-942l-768 -384v942z" + }, + { + Name: "ShapeSolid", + Code: "E422", + Path: "M896 1920h1152v-1152h-234l-517 896l-103 -177q-55 85 -131 152t-167 112v169zM1101 1325l-468 -810q-29 -3 -57 -3q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5q85 0 164.5 -24t148 -68t123 -106.5t89.5 -140.5zM595 128l702 1216l702 -1216h-1404z" + }, + { + Name: "Reset", + Code: "E423", + Path: "M1920 832q0 -115 -30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30t-221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221v64h128v-64q0 -97 25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25t187 25t168 71t142.5 110.5t110.5 142.5t71 168t25 187t-25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25h-838l291 -291l-90 -90l-445 445l445 445l90 -90l-291 -291h838q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221z" + }, + { + Name: "DeviceBug", + Code: "E424", + Path: "M1792 421v-74l237 -238l-90 -90l-174 173q-19 -44 -49 -79t-68.5 -60.5t-83 -39t-92.5 -13.5t-92.5 13.5t-83 39t-68.5 60.5t-49 79l-174 -173l-90 90l237 238v48q0 39 2 73.5t10.5 67.5t25.5 65t47 64q-21 48 -21 103q0 46 16 89t46 78l-107 108l90 90l124 -124q42 15 87 15t87 -15l124 124l90 -90l-107 -108q30 -35 46 -78t16 -89q0 -55 -21 -103q37 -41 58 -89l174 173l90 -90zM1600 768q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -13 3 -26q29 14 61 20t64 6t64 -6t61 -20q3 13 3 26zM1680 320v128q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5t-81 -16.5t-66 -44.5t-44.5 -66t-16.5 -81v-128q0 -43 16.5 -81t44.5 -66t66 -44.5t81 -16.5t81 16.5t66 44.5t44.5 66t16.5 81zM1024 384h-384v128h256v128h-896v1152h1920v-512h-128v384h-1664v-896h896v-384z" + }, + { + Name: "HomeDropdown", + Code: "E427", + Path: "M1152 512h896l-448 -448zM1152 640v128h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-293h-128v421l-640 640l-640 -640v-805h384v640h512v-256h-128z" + }, + { + Name: "ContentFeed", + Code: "E428", + Path: "M1024 128v128h256v-128h-256zM256 0v512h1536v-512h-128v384h-768v-384h-128v384h-384v-384h-128zM1024 896v128h512v-128h-512zM1536 1792v-128h-512v128h512zM256 640v640h1536v-640h-1536zM896 1152v-384h768v384h-768zM384 1152v-384h384v384h-384zM256 2048h1536v-640h-1536v640zM768 1536v384h-384v-384h384zM1664 1536v384h-768v-384h768z" + }, + { + Name: "CompareUneven", + Code: "E42E", + Path: "M1817 896h103v-128h-22q-20 -57 -56.5 -104t-84.5 -81t-104.5 -52.5t-116.5 -18.5t-117 18.5t-105 52t-84.5 81t-55.5 104.5h-22v128h103l187 560l-418 139v-1213q169 -11 317 -75t272 -179h179v-128h-1664v128h179q123 114 272.5 178.5t316.5 75.5v1256l-394 131l163 -489h103v-128h-22q-20 -57 -56.5 -104t-84.5 -81t-104.5 -52.5t-116.5 -18.5t-117 18.5t-105 52t-84.5 81t-55.5 104.5h-22v128h103l187 560l-262 87l41 121l827 -275v275h128v-318l867 -288l-41 -122l-197 66zM606 1152h-444q35 -60 94 -94t128 -34t128 34t94 94zM530 1280l-146 438l-146 -438h292zM960 256q-118 0 -231 -32.5t-213 -95.5h888q-99 63 -213 95.5t-231 32.5zM1536 1334l-146 -438h292zM1758 768h-444q35 -60 94 -94t128 -34t128 34t94 94z" + }, + { + Name: "VideoAdd", + Code: "E430", + Path: "M1536 1288l512 256v-1040l-527 264h-113v640h-1280v-768h1152v-128h-1280v1024h1536v-248zM1920 711v626l-384 -193v-240zM1536 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "D365ProjectOperations", + Code: "E432", + Path: "M1913 1026q0 -43 -23 -80l-475 -744q-21 -32 -54.5 -50.5t-71.5 -18.5h-1009q-31 0 -58 11.5t-47.5 32t-32.5 47.5t-12 58v1489q0 31 12 58t32.5 47.5t47.5 32t58 11.5h1009q38 0 72 -18.5t54 -50.5l475 -744q23 -37 23 -81zM280 261h146q7 12 30 50.5t56.5 93.5t73 121.5t80 134.5t78.5 132.5t67.5 115t47.5 82.5t18 35t-18 35.5t-47.5 83t-68 115t-79 132.5t-80.5 134.5t-73 121.5t-56.5 93.5t-30.5 50.5h-144q-8 0 -15 -6t-7 -15v-1489q0 -9 6.5 -15t15.5 -6zM575 261h296q7 12 31 50.5t57.5 93.5t75 122t83 135t80.5 132.5t69.5 115t49 82.5t18.5 34t-18.5 34t-49 82.5t-70 115.5t-81.5 133t-83.5 135t-75.5 122.5t-57.5 94t-30.5 49.5h-296l411 -689q21 -35 21 -77q0 -20 -5 -39.5t-16 -36.5zM1786 1026q0 3 -19 34.5t-50.5 81.5t-72 114t-83.5 131t-85.5 133t-77.5 120t-59.5 92t-31.5 50q-7 10 -18 10h-270l421 -688q11 -18 17 -38t6 -40q0 -42 -22 -78l-420 -687h268q11 0 18 10q7 12 31.5 50t59.5 92t77.5 120t85.5 133t83.5 130.5t72 113.5t50.5 81.5t19 34.5z" + }, + { + Name: "FileSystem", + Code: "E433", + Path: "M1378 1664l64 -128h-836l64 128h708zM1634 1152l64 -128h-1348l64 128h1220zM1506 1408l64 -128h-1092l64 128h964zM1536 1920l512 -1024v-640h-2048v640l512 1024h1024zM591 1792l-448 -896h1762l-448 896h-866zM1920 384v384h-1792v-384h1792zM512 640v-128h-256v128h256z" + }, + { + Name: "SQLAnalyticsPool", + Code: "E434", + Path: "M1408 1274q16 1 31.5 1h31.5q37 0 94 -3.5t121 -14t129 -28t116.5 -45.5t84 -67.5t32.5 -92.5v-768q0 -54 -32.5 -93.5t-84 -68t-116 -47t-128.5 -29t-121 -14.5t-94 -4t-94 4t-121 14.5t-128.5 29t-116 47t-84 68.5t-32.5 93v768q0 41 20 73t52.5 57.5t74 44t84 31.5t82.5 21t71 12v273h-1024v-768h-128v768h-128v128l768 384l768 -384v-128h-128v-262zM286 1664h964l-482 241zM1920 256v603q-110 -51 -219 -71t-229 -20t-229 20t-219 71v-603q0 -11 10.5 -21t18.5 -15q38 -27 91.5 -45t111 -28.5t114.5 -14.5t102 -4t101.5 4t114.5 14.5t111.5 28.5t91.5 45q8 5 18.5 15t10.5 21zM1472 896q45 0 101.5 4t114.5 14.5t111.5 28.5t91.5 45q7 5 18 15t11 21t-11 21t-18 15q-38 27 -91.5 44.5t-111.5 28t-114.5 15t-101.5 4.5t-102 -4.5t-114.5 -15t-111 -28t-91.5 -44.5q-7 -5 -18 -15t-11 -21t11 -21t18 -15q38 -27 91.5 -45t111 -28.5t114.5 -14.5t102 -4zM384 768v128h128v-128h-128zM640 768v128h128v-128h-128zM384 1024v128h128v-128h-128zM384 1280v128h128v-128h-128zM640 1024v128h128v-128h-128z" + }, + { + Name: "StorageAcount", + Code: "E435", + Path: "M0 2048h2048v-2048h-2048v2048zM1920 128v1408h-1792v-1408h1792zM1920 1664v256h-1792v-256h1792zM1792 1408v-512h-1536v512h1536zM1664 1024v256h-1280v-256h1280zM1792 768v-512h-1536v512h1536zM1664 384v256h-1280v-256h1280z" + }, + { + Name: "BlobStorage", + Code: "E436", + Path: "M0 2048h2048v-2048h-2048v2048zM1920 128v1408h-1792v-1408h1792zM1920 1664v256h-1792v-256h1792zM768 768v-512h-512v512h512zM640 384v256h-256v-256h256zM1792 1408v-512h-512v512h512zM1664 1024v256h-256v-256h256zM896 256v512h896v-512h-896zM1024 640v-256h640v256h-640zM1152 1408v-512h-896v512h896zM1024 1024v256h-640v-256h640z" + }, + { + Name: "DatabaseView", + Code: "E437", + Path: "M256 768v128h1152v-128h-1152zM384 2048h1664v-1536h-256v128h128v1024h-1536v384zM1920 1792v128h-1408v-128h1408zM0 0v1536h1664v-1536h-1664zM128 1408v-128h1408v128h-1408zM128 1152v-1024h1408v1024h-1408z" + }, + { + Name: "Column", + Code: "E438", + Path: "M512 2048h1024v-1920h-1024v1920zM1408 256v1408h-768v-1408h768zM1408 1792v128h-768v-128h768z" + }, + { + Name: "AzureDataExplorer", + Code: "E439", + Path: "M1984 2048q26 0 45 -19t19 -45v-1785q0 -26 -19 -45t-45 -19t-45 19l-1785 1785q-19 19 -19 45t19 45t45 19h1785zM1920 1353v567h-541l-513 -513l554 -553zM1198 1920h-844l422 -422zM1511 763l409 -409v818zM850 941l90 -90l-768 -768l-90 90zM609 158l512 512l91 -91l-512 -512zM669 1122l-512 -512l-91 91l512 512zM1296 1642l113 114l113 -114l-113 -113zM1756 1411l-113 -113l-114 113l114 113zM1046 1394l113 113l113 -113l-113 -113zM1280 1162l113 113l113 -113l-113 -113z" + }, + { + Name: "SortLinesAscending", + Code: "E43A", + Path: "M3 1565l317 318l317 -318l-90 -90l-163 163v-1510h-128v1510l-163 -163zM1280 1664v-128h-512v128h512zM1664 1280v-128h-896v128h896zM768 896h1280v-128h-1280v128z" + }, + { + Name: "TextDocumentEdit", + Code: "E43B", + Path: "M1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1920 954q0 32 -20.5 51t-51.5 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM256 1920v-1792h506l-31 -128h-603v2048h1115l549 -549v-192q-37 -5 -66.5 -15.5t-61.5 -30.5v147h-512v512h-896zM1280 1829v-293h293zM1408 1152v-128h-896v128h896zM512 512v128h513l-128 -128h-385zM1281 896l-128 -128h-641v128h769z" + }, + { + Name: "VideoOff2", + Code: "E43C", + Path: "M1536 1288l512 256v-1040l-250 125q-18 9 -33.5 15.5t-30.5 13t-29.5 14.5t-31.5 20q-15 10 -26 20.5t-20.5 21t-19 22t-22.5 24.5l-177 177v451h-451l-128 128h707v-248zM1920 711v626l-384 -193v-240zM19 1939l90 90l1920 -1920l-90 -90l-494 493h-1445v1024h421zM128 640h1189l-768 768h-421v-768z" + }, + { + Name: "FastForwardPointFiveX", + Code: "E43E", + Path: "M1024 1018v517l-640 -517v1035l640 -512v512l644 -515zM512 1286l312 252l-312 249v-501zM1152 1787v-501l312 251zM2048 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 77.5 -133t72.5 -136h3l160 269h113zM703 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1391 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-47 11t-42 19.5v107q42 -27 88 -42.5t96 -15.5q44 0 82 13t66 37.5t44 60t16 81.5q0 51 -18.5 86t-49.5 56.5t-72 31.5t-86 10h-27q-30 0 -61.5 -1.5t-60.5 -6.5l30 442h407v-91h-320l-17 -258q20 0 40 1.5t40 1.5q63 0 117.5 -16.5t94.5 -49.5t63 -83t23 -117zM292 896q59 0 102.5 -20t74 -54t49 -78.5t29 -94t14 -100.5t3.5 -97q0 -47 -5 -99t-17 -102t-33 -95.5t-53.5 -80t-77 -55t-104.5 -20.5q-57 0 -99.5 19.5t-73 52.5t-50 76.5t-31 91.5t-16 97t-4.5 94q0 48 4.5 101.5t16 105t32.5 98.5t53.5 82.5t78 56.5t107.5 21zM283 85q42 0 71.5 18t49.5 48t32 67.5t18 77.5t7.5 78t1.5 68q0 29 -1.5 67.5t-7 80t-17 81t-31 71t-48.5 51t-71 19.5q-44 0 -74.5 -19.5t-51 -51t-32.5 -71.5t-18 -82t-7.5 -81.5t-1.5 -70.5q0 -30 1.5 -68t8 -77t18 -76t32 -66t50 -46.5t71.5 -17.5z" + }, + { + Name: "FastForwardOneX", + Code: "E43F", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM858 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "FastForwardOneFiveX", + Code: "E440", + Path: "M1024 1018v517l-640 -517v1035l640 -512v512l644 -515zM512 1286l312 252l-312 249v-501zM1152 1787v-501l312 251zM346 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM575 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1287 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-46.5 11t-41.5 19.5v107q42 -27 87.5 -42.5t95.5 -15.5q44 0 82 12.5t66 37t44 60.5t16 82q0 51 -18.5 86t-49.5 57t-72 31.5t-86 9.5q-36 0 -75 -1t-74 -7l30 442h408v-91h-320l-18 -258q20 0 40.5 1.5t40.5 1.5q63 0 117.5 -16.5t94.5 -49.5t62.5 -83t22.5 -117zM1947 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 76.5 -133.5t74.5 -135.5h2l160 269h113z" + }, + { + Name: "FastForwardTwoX", + Code: "E441", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM562 90h439v-90h-544v44q0 25 2.5 50t9.5 49q15 55 50.5 96.5t79 76.5t90.5 68t86 71t64 85t25 110q0 75 -43.5 118t-118.5 43q-30 0 -59.5 -8.5t-56.5 -23.5t-51.5 -34.5t-43.5 -41.5v108q47 47 102 66t121 19q54 0 100.5 -16t80.5 -46t53 -74t19 -101q0 -83 -30 -141t-75 -102t-97.5 -78.5t-97.5 -70.5t-75 -77.5t-30 -99.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "FastForwardFourX", + Code: "E442", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM909 896v-592h115v-93h-115v-211h-101v211h-421v88q59 66 116.5 137.5t111 146.5t100.5 153.5t85 159.5h109zM808 304v439q-66 -118 -143.5 -225.5t-162.5 -213.5h306zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "FastForwardEightX", + Code: "E443", + Path: "M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM1012 256q0 -61 -22.5 -108.5t-60.5 -80.5t-89 -50t-109 -17q-57 0 -108.5 17t-89.5 50t-60.5 80.5t-22.5 108.5q0 38 12 73.5t33 65.5t50.5 53t64.5 37q-54 30 -88.5 78t-34.5 112q0 51 20 92t53.5 69.5t78 44t92.5 15.5t92.5 -15.5t78 -44t53.5 -69.5t20 -92q0 -63 -34.5 -111.5t-87.5 -78.5q34 -14 63.5 -37.5t50.5 -53.5t33 -65.5t12 -72.5zM732 522q30 0 56 11.5t45.5 31.5t31 46t11.5 56t-11 56.5t-30.5 46t-45.5 31t-57 11.5q-32 0 -58 -11t-45.5 -30t-30 -46t-10.5 -58q0 -30 11 -56.5t30.5 -46t46 -31t56.5 -11.5zM906 264q0 38 -13 70.5t-36 56t-55 37t-70 13.5t-70 -13.5t-55.5 -37t-36.5 -56t-13 -70.5q0 -81 47 -128.5t128 -47.5q39 0 71 13t55 36t35.5 55.5t12.5 71.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindPointFiveX", + Code: "E444", + Path: "M1024 1535v-517l-644 520l644 515v-512l640 512v-1035zM1536 1787l-312 -250l312 -251v501zM896 1286v501l-312 -250zM2048 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 77.5 -133t72.5 -136h3l160 269h113zM703 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1391 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-47 11t-42 19.5v107q42 -27 88 -42.5t96 -15.5q44 0 82 13t66 37.5t44 60t16 81.5q0 51 -18.5 86t-49.5 56.5t-72 31.5t-86 10h-27q-30 0 -61.5 -1.5t-60.5 -6.5l30 442h407v-91h-320l-17 -258q20 0 40 1.5t40 1.5q63 0 117.5 -16.5t94.5 -49.5t63 -83t23 -117zM292 896q59 0 102.5 -20t74 -54t49 -78.5t29 -94t14 -100.5t3.5 -97q0 -47 -5 -99t-17 -102t-33 -95.5t-53.5 -80t-77 -55t-104.5 -20.5q-57 0 -99.5 19.5t-73 52.5t-50 76.5t-31 91.5t-16 97t-4.5 94q0 48 4.5 101.5t16 105t32.5 98.5t53.5 82.5t78 56.5t107.5 21zM283 85q42 0 71.5 18t49.5 48t32 67.5t18 77.5t7.5 78t1.5 68q0 29 -1.5 67.5t-7 80t-17 81t-31 71t-48.5 51t-71 19.5q-44 0 -74.5 -19.5t-51 -51t-32.5 -71.5t-18 -82t-7.5 -81.5t-1.5 -70.5q0 -30 1.5 -68t8 -77t18 -76t32 -66t50 -46.5t71.5 -17.5z" + }, + { + Name: "RewindOneX", + Code: "E445", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM858 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindOneFiveX", + Code: "E446", + Path: "M1024 1535v-517l-644 520l644 515v-512l640 512v-1035zM1536 1787l-312 -250l312 -251v501zM896 1286v501l-312 -250zM346 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM575 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1287 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-46.5 11t-41.5 19.5v107q42 -27 87.5 -42.5t95.5 -15.5q44 0 82 12.5t66 37t44 60.5t16 82q0 51 -18.5 86t-49.5 57t-72 31.5t-86 9.5q-36 0 -75 -1t-74 -7l30 442h408v-91h-320l-18 -258q20 0 40.5 1.5t40.5 1.5q63 0 117.5 -16.5t94.5 -49.5t62.5 -83t22.5 -117zM1947 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 76.5 -133.5t74.5 -135.5h2l160 269h113z" + }, + { + Name: "RewindTwoX", + Code: "E447", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM562 90h439v-90h-544v44q0 25 2.5 50t9.5 49q15 55 50.5 96.5t79 76.5t90.5 68t86 71t64 85t25 110q0 75 -43.5 118t-118.5 43q-30 0 -59.5 -8.5t-56.5 -23.5t-51.5 -34.5t-43.5 -41.5v108q47 47 102 66t121 19q54 0 100.5 -16t80.5 -46t53 -74t19 -101q0 -83 -30 -141t-75 -102t-97.5 -78.5t-97.5 -70.5t-75 -77.5t-30 -99.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindFourX", + Code: "E448", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM909 896v-592h115v-93h-115v-211h-101v211h-421v88q59 66 116.5 137.5t111 146.5t100.5 153.5t85 159.5h109zM808 304v439q-66 -118 -143.5 -225.5t-162.5 -213.5h306zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "RewindEightX", + Code: "E449", + Path: "M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM1012 256q0 -61 -22.5 -108.5t-60.5 -80.5t-89 -50t-109 -17q-57 0 -108.5 17t-89.5 50t-60.5 80.5t-22.5 108.5q0 38 12 73.5t33 65.5t50.5 53t64.5 37q-54 30 -88.5 78t-34.5 112q0 51 20 92t53.5 69.5t78 44t92.5 15.5t92.5 -15.5t78 -44t53.5 -69.5t20 -92q0 -63 -34.5 -111.5t-87.5 -78.5q34 -14 63.5 -37.5t50.5 -53.5t33 -65.5t12 -72.5zM732 522q30 0 56 11.5t45.5 31.5t31 46t11.5 56t-11 56.5t-30.5 46t-45.5 31t-57 11.5q-32 0 -58 -11t-45.5 -30t-30 -46t-10.5 -58q0 -30 11 -56.5t30.5 -46t46 -31t56.5 -11.5zM906 264q0 38 -13 70.5t-36 56t-55 37t-70 13.5t-70 -13.5t-55.5 -37t-36.5 -56t-13 -70.5q0 -81 47 -128.5t128 -47.5q39 0 71 13t55 36t35.5 55.5t12.5 71.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z" + }, + { + Name: "LockShare", + Code: "E455", + Path: "M1629 259l-90 90l162 163h-293q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20h293l-162 163l90 90l317 -317zM1152 0v128h640v-128h-640zM384 1024v-896h640v-128h-768v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256v-128h-1408zM640 1526v-374h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5z" + }, + { + Name: "FabricFolderLink", + Code: "E45C", + Path: "M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v128h256v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-445q-71 -45 -128 -107v936q0 26 10 49.5t27.5 41t41 27.5t49.5 10h736q37 0 69 -13.5t58.5 -36t48.5 -50.5t39 -58q13 -23 25.5 -41.5t27.5 -31t35 -19t49 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM640 64q0 -26 -19 -45t-45 -19h-128q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35h128q26 0 45 -19t19 -45t-19 -45t-45 -19h-128q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h128q26 0 45 -19t19 -45zM1088 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35h-128q-26 0 -45 19t-19 45t19 45t45 19h128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-128q-26 0 -45 19t-19 45t19 45t45 19h128zM384 448q0 26 19 45t45 19h640q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45z" + }, + { + Name: "LightningBoltSolid", + Code: "E45F", + Path: "M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719z" + }, + { + Name: "Gather", + Code: "E460", + Path: "M0 128v512h512v-512h-512zM128 512v-256h256v256h-256zM1536 1408h512v-896h-512v896zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM0 768v512h512v-512h-512zM128 1152v-256h256v256h-256zM0 1408v512h512v-512h-512zM128 1792v-256h256v256h-256zM1001 1187l90 90l317 -317l-317 -317l-90 90l163 163h-524v128h524z" + }, + { + Name: "AssignPolicy", + Code: "E461", + Path: "M384 1024v-768h128v-128h-256v1920h1536v-1024h-1408zM384 1920v-768h1280v768h-1280zM1152 1536v128h128v-256h-512v256h128v-128h256zM640 896h1408v-896h-1408v896zM1851 768h-1014l507 -262zM768 128h1152v539l-576 -297l-576 297v-539z" + }, + { + Name: "CalculatorGroup", + Code: "E462", + Path: "M1024 768v128h128v-128h-128zM1024 512v128h128v-128h-128zM1408 256v128h128v-128h-128zM1408 512v128h128v-128h-128zM1024 256v128h128v-128h-128zM1536 2048v-128h-1280v-1664h-128v1792h1408zM768 896v-128h-128v128h128zM768 640v-128h-128v128h128zM768 384v-128h-128v128h128zM384 1792h1408v-1792h-1408v1792zM1664 128v1536h-1152v-1536h1152zM1536 1536v-384h-896v384h896zM1408 1280v128h-640v-128h640zM1408 768v128h128v-128h-128z" + }, + { + Name: "MobileAngled", + Code: "E463", + Path: "M2048 0h-129l-127 974q-3 26 -10.5 52.5t-26.5 45.5l-447 444l33 -398l88.5 -88.5t87.5 -88.5l-90 -90l-370 369q-28 28 -67 28q-19 0 -36 -7.5t-30 -20.5t-20.5 -30t-7.5 -36q0 -39 28 -67l164 -165v-154q0 -66 23.5 -123t65 -99.5t98 -68t121.5 -28.5q0 -3 -0.5 -6t-0.5 -6q0 -16 2 -35t4.5 -38.5t4.5 -38.5t2 -35q0 -35 -13.5 -64.5t-36 -51t-53 -34t-64.5 -12.5h-1086q-32 0 -60.5 11t-49.5 31t-33 47.5t-12 60.5q0 7 0.5 13t1.5 13l237 1524q4 23 19 40t35.5 28.5t44 17.5t43.5 6h766q20 0 43 -5.5t43 -17t34 -29t16 -40.5l9 -115l552 -550q36 -36 52 -79.5t23 -93.5zM1201 1258l-44 533q-3 1 -10 1h-766q-5 0 -9.5 -1t-9.5 -2l-234 -1505v-6q0 -11 8 -16.5t19 -5.5h1086q14 0 26.5 8t12.5 24q0 13 -1 26.5t-3 26.5q-52 15 -97.5 42t-83.5 64t-66.5 82t-45.5 96q-16 46 -19.5 89t-3.5 89v67l-127 126q-32 32 -48.5 72.5t-16.5 85.5q0 46 17.5 86.5t47.5 70.5t70.5 47.5t86.5 17.5q37 0 65.5 -9t52.5 -25t46 -37.5t47 -46.5zM576 384v128h256v-128h-256z" + }, + { + Name: "CopyEdit", + Code: "E464", + Path: "M1792 128v260l128 129v-517h-515l127 128h260zM1408 1152v384h-640v-1388q0 -1 -5.5 -22.5t-12 -48t-12.5 -50t-7 -27.5h-91v384h-512v1664h859l384 -384h128l355 -355q-82 0 -153 -29l-165 165v-165h165q-28 -12 -49 -25.5t-39 -29t-36 -34t-39 -39.5h-130zM640 1664h549l-256 256h-677v-1408h384v1152zM2048 954q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51z" + }, + { + Name: "EntityExtraction", + Code: "E467", + Path: "M1243 2048l549 -549v-1499h-1664v2048h1115zM1280 1829v-293h293zM256 128h1408v1280h-512v512h-896v-1792zM768 1664v-128h-384v128h384zM768 1280v-128h-384v128h384zM384 384v128h384v-128h-384zM896 1024v-128h-512v128h512zM1024 896v128h512v-128h-512zM1152 1280v-128h-256v128h256zM1280 1152v128h256v-128h-256zM640 768v-128h-256v128h256zM1024 768v-128h-256v128h256zM896 384v128h256v-128h-256zM1280 384v128h256v-128h-256zM1152 640v128h384v-128h-384z" + }, + { + Name: "MostySunnyDay", + Code: "E468", + Path: "M1024 2048v-384h-128v384h128zM896 128v384h128v-384h-128zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM236 454l271 272l91 -91l-272 -271zM1828 1472q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-421q-11 -83 -50.5 -153.5t-99 -121.5t-135 -80t-158.5 -29q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35q48 0 94 -10t90 -29q31 19 66 29t71 10q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM960 768q57 0 109 19t93.5 53t70.5 81t41 103q-52 1 -97.5 21.5t-79.5 55.5t-53.5 81t-19.5 98q0 30 7 59t20 56q-23 6 -45.5 9.5t-45.5 3.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1824 1152q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z" + }, + { + Name: "PartlySunnyDay", + Code: "E469", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-704q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5h9.5t9.5 -1q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM960 1408q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5zM992 512q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67 -32.5t-55 -50.5t-39.5 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h704zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271z" + }, + { + Name: "IntermittentCloudsDay", + Code: "E46A", + Path: "M1024 2048v-384h-128v384h128zM1536 1024v128h384v-128h-384zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1828 1728q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-459q43 -92 43 -192q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35q16 0 32 -1.5t32 -3.5q0 54 19.5 101.5t54 83t81.5 56t102 20.5q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 55 -18.5 107t-53.5 95q-42 13 -77 38t-60 60q-54 20 -111 20q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1824 1408q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544zM804 576q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20 99t55 81.5t81 55t99 20.5h2q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM800 256q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z" + }, + { + Name: "HazyDay", + Code: "E46B", + Path: "M1024 2048v-384h-128v384h128zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1684 1722l-271 -272l-91 91l272 271zM2048 704q0 -26 -19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h199l-4 3q-32 30 -56 67t-41 78t-25.5 84.5t-8.5 87.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -16 -1.5 -32t-3.5 -32h325q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h442q6 31 6 64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1024q26 0 45 -19t19 -45zM1600 512q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h896z" + }, + { + Name: "Showers", + Code: "E46C", + Path: "M896 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1280 768l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "MostyCloudyShowersDay", + Code: "E46D", + Path: "M896 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1280 768l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25zM256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181z" + }, + { + Name: "PartlySunnyShowersDay", + Code: "E46E", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-114q-11 34 -27 65t-32 63h173q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h45q-16 -32 -31.5 -62.5t-26.5 -64.5q-57 3 -107.5 26.5t-87.5 62t-58.5 89.5t-21.5 109q0 60 22.5 112.5t61.5 91.5t91 61.5t111 22.5q5 0 10.5 -0.5t10.5 -0.5q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 73 50.5t55.5 67.5t35 80t12.5 88q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM576 640l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61z" + }, + { + Name: "MostyCloudyTStormsDay", + Code: "E46F", + Path: "M256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM1472 640l-640 -640l256 512h-224l192 384h224l-128 -256h320z" + }, + { + Name: "PartlySunnyTStormsDay", + Code: "E470", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128h96q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -45 23.5 -82t62.5 -57l-56 -117q-36 19 -65 46t-50 60t-32 71t-11 79q0 60 22.5 112.5t61.5 91.5t91 61.5t111 22.5q5 0 10.5 -0.5t10.5 -0.5q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM696 768l-120 -256h256l-520 -512l200 384h-192l184 384h192z" + }, + { + Name: "MostyCloudyFlurriesDay", + Code: "E471", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM1318 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55zM256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181z" + }, + { + Name: "PartlySunnyFlurriesDay", + Code: "E472", + Path: "M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128h96q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -29 9.5 -54t27 -45.5t41 -34t50.5 -19.5v-132q-54 6 -101 30.5t-81.5 63t-54 87.5t-19.5 104q0 59 22.5 111.5t60.5 91.5t89.5 62t110.5 23h12t12 -1q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM806 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55z" + }, + { + Name: "Ice", + Code: "E473", + Path: "M1152 448l192 320l192 -320l-192 -320zM640 320l192 320l192 -320l-192 -320zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -57 19 -109t53 -93.5t81 -70.5t103 -40v-128q-82 12 -152.5 51t-122 98t-80.5 134t-29 158q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "Sleet", + Code: "E474", + Path: "M1344 640q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -61 21.5 -115.5t60 -96.5t90.5 -69.5t112 -34.5q-18 -27 -31 -57.5t-20 -62.5q-78 16 -144 56t-114.5 98t-75.5 130t-27 152q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM832 384q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15z" + }, + { + Name: "FreezingRain", + Code: "E475", + Path: "M1152 448l192 320l192 -320l-192 -320zM832 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25l-61 -122q-83 11 -154 50t-122.5 98.5t-81 134.5t-29.5 159q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "MostyClearNight", + Code: "E476", + Path: "M768 1536q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5q31 0 61.5 2t61.5 6q-68 -120 -164 -216.5t-211.5 -164t-246.5 -103.5t-269 -36q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261zM1658 392q-145 17 -276.5 67.5t-244.5 129t-205 182t-157 225t-100 258t-35 282.5q0 162 45 317q-126 -51 -229 -136t-175.5 -193.5t-112.5 -236t-40 -263.5q0 -124 32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32q181 0 343.5 68t290.5 196zM1828 1472q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20.5 100t55.5 81.5t81.5 54.5t99.5 20q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM1824 1152q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z" + }, + { + Name: "PartlyClearNight", + Code: "E477", + Path: "M1984 608q0 -36 -11 -69.5t-31 -61t-48 -48.5t-62 -33q-73 -94 -163.5 -167.5t-194 -124.5t-217.5 -77.5t-233 -26.5q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -161 48 -311.5t142 -281.5q20 8 45.5 12.5t49.5 4.5h11t11 -1q26 45 62 81t79 60.5t91.5 38t100.5 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5zM1056 832q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h704q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67 -32.5t-55 -50.5t-39.5 -65.5l-21 -52q-23 6 -47 13t-47 7zM128 1024q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32q177 0 338.5 66t287.5 190h-594q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 57 21.5 109t61.5 93q-103 146 -157 314.5t-54 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263z" + }, + { + Name: "IntermittentCloudsNight", + Code: "E478", + Path: "M896 1536q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5q31 0 61.5 2t61.5 6q-68 -120 -164 -216.5t-211.5 -164t-246.5 -103.5t-269 -36q-130 0 -255 32.5t-239 95.5h-402q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 46 15.5 87.5t43 75t65 56.5t82.5 32q-38 93 -58 191t-20 198q0 129 31 250.5t88.5 229t138.5 199t181 161.5t216.5 115t245.5 61q-65 -115 -99 -243t-34 -261zM128 384q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h544q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1152 128q89 0 175.5 17.5t167.5 51.5t154.5 83t136.5 112q-145 17 -276.5 67.5t-244.5 129t-205 182t-157 225t-100 258t-35 282.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -166 61 -323q42 32 92 49.5t103 17.5q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5q46 -1 86 -19t70 -48t47 -70.5t17 -86.5q0 -59 -29 -110.5t-80 -81.5q117 -32 237 -32zM1280 1280q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20.5 100t55.5 81.5t81.5 54.5t99.5 20q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544zM1280 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5z" + }, + { + Name: "HazyNight", + Code: "E479", + Path: "M1984 768q26 0 45 -19t19 -45t-19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h1536zM1600 512q26 0 45 -19t19 -45t-17 -44t-43 -20q-133 -123 -299 -188t-347 -65q-132 0 -254.5 34t-229 96.5t-194 150t-150 194t-96.5 229t-34 254.5q0 121 29 234.5t82.5 214.5t129.5 186.5t169.5 151t203 107.5t229.5 57q-61 -109 -92.5 -228t-31.5 -244q0 -146 43 -284.5t126 -259.5h840q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 23 9 36t23.5 19t31.5 7.5t34 1.5q-72 125 -109.5 262.5t-37.5 281.5q0 72 9.5 143t27.5 140q-114 -49 -206 -128t-157.5 -178.5t-101 -215.5t-35.5 -240q0 -114 29.5 -220t84 -198.5t130 -168t168 -130t198.5 -84t220 -29.5q116 0 227 32t210 93h-691q-26 0 -45 19t-19 45t19 45t45 19h896z" + }, + { + Name: "PartlySunnyShowersNight", + Code: "E47A", + Path: "M1787 830q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-114q-11 34 -27 65t-32 63h173q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-80 0 -143 -43.5t-94 -116.5q-5 -13 -10.5 -26t-10.5 -26q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h45q-16 -32 -31.5 -62.5t-26.5 -64.5q-57 3 -107.5 26.5t-87.5 62t-58.5 89.5t-21.5 109q0 57 21.5 109t60.5 93q-103 146 -156.5 314.5t-53.5 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32h21t21 1q21 -36 50.5 -66t65.5 -51q-78 -12 -158 -12q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -160 48 -311t141 -282q48 17 96 17q5 0 10.5 -0.5t11.5 -0.5q25 45 61 81t79 60.5t92 38t101 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128zM1344 640l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61z" + }, + { + Name: "MostyCloudyTStormsNight", + Code: "E47B", + Path: "M1787 830q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128q12 0 25 -0.5t27 -0.5q25 0 50 3t45 12.5t32.5 29t12.5 52.5t-12.5 52t-32.5 29t-45 13t-50 3q-14 0 -27 -0.5t-25 -0.5v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-80 0 -142.5 -43.5t-94.5 -116.5q-5 -13 -10.5 -26t-10.5 -26q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -45 23.5 -82t62.5 -57l-56 -117q-36 19 -65 46t-50 60t-32 71t-11 79q0 57 21.5 109t60.5 93q-103 146 -156.5 314.5t-53.5 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -118 29.5 -228t83.5 -207t130 -178t169 -141t201 -96.5t226 -43.5l-63 -123q-129 15 -246 60t-217.5 115t-182 161.5t-139 199.5t-88.5 230t-31 251t31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -160 48 -311t141 -282q48 17 96 17q5 0 10.5 -0.5t11.5 -0.5q25 45 61 81t79 60.5t92 38t101 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128zM1464 768l-120 -256h256l-520 -512l200 384h-192l184 384h192z" + }, + { + Name: "PartlySunnyTStormsNight", + Code: "E47C", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17q47 17 96 25.5t99 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38q56 38 120 58t132 20q74 0 147 -25zM1472 640l-640 -640l256 512h-224l192 384h224l-128 -256h320z" + }, + { + Name: "MostyCloudyFlurriesNight", + Code: "E47D", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17q47 17 96 25.5t99 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38q56 38 120 58t132 20q74 0 147 -25zM1318 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55z" + }, + { + Name: "Sharepoint2013LogoInverse", + Code: "E480", + Path: "M64 257v1528l1152 207v-1936zM392 1179q0 -57 19 -95.5t47.5 -66t61.5 -47t61.5 -38.5t47.5 -39.5t19 -50.5q0 -19 -7 -31.5t-19 -19.5t-27 -10t-31 -3q-47 0 -85.5 22.5t-70.5 54.5l-14 -6v-160l4 -7q40 -29 89.5 -40t98.5 -11q53 0 96.5 14t74 42t47.5 69.5t17 96.5q0 59 -20 98.5t-50 68t-64.5 48t-64.5 38t-50 39.5t-20 51q0 20 8 33.5t21 21.5t29.5 11.5t33.5 3.5q36 0 71 -11.5t63 -34.5l13 7v159l-5 7q-24 11 -57 16.5t-59 5.5q-25 0 -49 -1.5t-48 -6.5q-85 -19 -133 -80t-48 -148zM1884 1213q35 -5 65 -21.5t52 -42t34.5 -57.5t12.5 -68t-12.5 -68t-34.5 -57.5t-52 -42t-65 -21.5q-40 -98 -114.5 -173t-173.5 -114q4 -16 4 -36q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-35 0 -68.5 13t-59.5 37v284q26 24 59.5 37t68.5 13q38 0 73.5 -14.5t61.5 -41.5q75 27 133.5 80.5t92.5 125.5q-48 24 -76.5 70t-28.5 100t28.5 100t76.5 70q-34 72 -92.5 125.5t-133.5 80.5q-26 -27 -61.5 -41.5t-73.5 -14.5q-35 0 -68.5 13t-59.5 37v284q26 24 59.5 37t68.5 13q40 0 75 -15t61 -41t41 -61t15 -75q0 -20 -4 -36q99 -39 173.5 -114t114.5 -173z" + }, + { + Name: "OutlookSpacesBucket", + Code: "E481", + Path: "M1472 2048q40 0 75 -15t61 -41t41 -61t15 -75v-1664q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1664q0 40 15 75t41 61t61 41t75 15h1024zM1536 192v1664q0 26 -19 45t-45 19h-1024q-26 0 -45 -19t-19 -45v-1664q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45zM512 1024v768h896v-768h-896zM640 1664v-512h640v512h-640zM512 256v640h896v-640h-896zM640 768v-384h640v384h-640z" + }, + { + Name: "CaretSolidAlt", + Code: "E483", + Path: "M640 1755l731 -731l-731 -731v1462z" + }, + { + Name: "PowerVirtualAgentsLogo", + Code: "E484", + Path: "M1899 2048q31 0 58 -12t47 -32t32 -47t12 -58v-854q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-214q-8 0 -14.5 -6.5t-6.5 -14.5v-342q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-584q-9 0 -15 -6l-350 -350q-15 -15 -34 -23.5t-41 -8.5t-41.5 8.5t-34 22.5t-23 33.5t-8.5 42.5v260q0 8 -6.5 14.5t-14.5 6.5h-214q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v854q0 31 11.5 58t32 47t47.5 32t58 12h235v363q0 31 11.5 58t32 47t47.5 32t58 12h1366zM1510 512l-378 378q-6 6 -15 6h-584q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v363h-235q-8 0 -14.5 -6.5t-6.5 -14.5v-854q0 -8 6.5 -14.5t14.5 -6.5h214q31 0 58 -12t47 -32t32 -47t12 -58v-209l314 314q44 44 105 44h579zM1920 1045v363h-1408v-363q0 -8 6.5 -14.5t14.5 -6.5h584q29 0 56.5 -11.5t48.5 -32.5l314 -314v209q0 31 11.5 58t32 47t47.5 32t58 12h214q8 0 14.5 6.5t6.5 14.5zM1920 1536v363q0 8 -6.5 14.5t-14.5 6.5h-1366q-8 0 -14.5 -6.5t-6.5 -14.5v-363h1408z" + }, + { + Name: "FluidLogo", + Code: "E48A", + Path: "M768 384v-128h-256q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v768h128v-768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h256zM768 1664v128h768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-256h-128v256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-768zM640 1600q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 40 15 75t41 61t61 41t75 15h256q40 0 75 -15t61 -41t41 -61t15 -75v-256zM128 1600q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v256q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45v-256zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-640q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v640q0 53 20 99.5t55 81.5t81.5 55t99.5 20h640zM1920 256v640q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-640q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-640q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640q27 0 50 10t40.5 27.5t27.5 40.5t10 50z" + }, + { + Name: "FormProcessing", + Code: "E48B", + Path: "M1499 2048l549 -549v-1499h-1536v2048h987zM1536 1829v-293h293zM640 128h1280v1280h-512v512h-768v-1792zM0 128v1792h384v-128h-256v-1536h256v-128h-384zM768 640v128h768v-128h-768zM1664 640v128h128v-128h-128zM768 896v128h768v-128h-768zM1152 1664v-128h-384v128h384zM1664 896v128h128v-128h-128z" + }, + { + Name: "CategoryClassification", + Code: "E48C", + Path: "M1371 2048l549 -549v-1499h-1664v896h128v-768h1408v1280h-512v512h-896v-128h-128v256h1115zM1408 1829v-293h293zM640 384v128h896v-128h-896zM677 768l-256 256h-293v640h896v-640h-256v-256h768v-128h-896v128h37zM256 1536v-384h219l165 -165v165h256v384h-640zM507 1306l-14 -14q-9 -6 -21.5 -9t-23.5 -3v43h-64v85h128v-85q0 -4 -2 -8.5t-3 -8.5zM704 1280v43h-64v85h128v-85q0 -4 -2 -8.5t-3 -8.5l-14 -14q-9 -6 -21.5 -9t-23.5 -3z" + }, + { + Name: "PhishingCampaign", + Code: "E48D", + Path: "M1792 1792h256v-897q-27 37 -59 69.5t-69 59.5v504l-149 -74q-23 62 -67 109l201 101h-1506l753 -376l8 3q5 -32 16 -63t28 -58l-52 -26l-768 384v-760h512v-128h-640v256h-256v1152h1792v-256zM128 1024h128v768h1408v128h-1536v-896zM2048 512q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-110 162.5t-40.5 199v256l256 -256h-128q0 -79 30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149q0 67 -17.5 119t-46.5 93.5t-67 74.5t-79.5 63.5t-84.5 60.5t-80.5 64t-68 75.5t-48.5 94.5q-32 7 -59.5 25t-47 43t-30.5 55.5t-11 63.5q0 39 15 74t41.5 61.5t61.5 41.5t74 15t74 -15t61.5 -41.5t41.5 -61.5t15 -74q0 -54 -28.5 -100t-76.5 -71q19 -40 50 -72t68.5 -61.5t80 -58t83.5 -61t78.5 -71t66 -87.5t45.5 -110.5t17 -139.5z" + }, + { + Name: "PhishingHook", + Code: "E48E", + Path: "M1664 704q0 -97 -25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187v448l384 -384h-256v-64q0 -119 45.5 -224t123.5 -183t183 -123.5t224 -45.5t224 45.5t183 123.5t123.5 183t45.5 224q0 125 -51.5 238.5t-145.5 195.5q-72 63 -144.5 126t-144.5 126q-63 54 -101.5 128t-49.5 156q-59 20 -95 70t-36 112q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -60 -34 -109t-90 -71q9 -56 36.5 -104t69.5 -85l289 -252q57 -50 102 -110.5t76 -128.5t47 -142t16 -150zM960 1920q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "SecurityTest", + Code: "E48F", + Path: "M128 1666v-386q0 -114 27 -219.5t75.5 -202t114.5 -184.5t144 -166.5t165 -147t176 -127.5q-21 -51 -21 -105q0 -19 3 -38q-104 65 -205 142t-191 165.5t-166.5 188.5t-132 210.5t-86.5 231.5t-31 252v512q83 0 161 6t153 22t147 45t143 76q83 54 169.5 78.5t185.5 24.5q100 0 187 -25t171 -79q71 -46 143 -75t146.5 -45t152.5 -22t161 -6v-512h-128v386q-103 5 -186 25.5t-154 48.5t-132 59.5t-119.5 57.5t-117 43.5t-123.5 17.5q-66 0 -124.5 -17.5t-117 -43.5t-119.5 -57.5t-131.5 -59.5t-154 -48.5t-185.5 -25.5zM1977 128q0 -26 -10.5 -49t-28 -40.5t-40.5 -28t-49 -10.5h-754q-26 0 -49 10.5t-40.5 28t-28 40.5t-10.5 49q0 23 19.5 73.5t49.5 114.5t67 135t72 135.5t63 117t42 79.5v241h-128v128h640v-128h-128v-241q13 -27 41.5 -79.5t63.5 -117t72 -135.5t67 -135t49.5 -114.5t19.5 -73.5zM1536 1024h-128v-271l-185 -369h498l-185 369v271z" + }, + { + Name: "OfficeCatchUp", + Code: "E490", + Path: "M1152 1920l512 -512v-1280h-1408v640h128v-512h1152v1024h-512v512h-640v-343l-121 -266h-7v737h896zM1152 1408h332l-332 332v-332zM544 1106l-96 -211h-320v128h238l178 391l297 -650l140 259h299v-128h-222l-226 -418z" + }, + { + Name: "DynamicList", + Code: "E491", + Path: "M0 2048h2048v-2048h-2048v2048zM640 128v512h-512v-512h512zM640 768v1152h-512v-1152h512zM1920 128v512h-1152v-512h1152zM1920 768v1152h-1152v-1152h1152z" + }, + { + Name: "GroupRemove", + Code: "E495", + Path: "M1251 714q34 -17 64 -37l-94 -93q-45 27 -95 41.5t-102 14.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q27 40 62 72t76 54t87.5 34t94.5 12t94 -12t87.5 -34t76.5 -54t62 -72q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-115.5 -136.5zM1536 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1955 637l90 -91l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227z" + }, + { + Name: "ReceiptProcessing", + Code: "E496", + Path: "M1408 1664v-128h-768v128h768zM1152 1280v-128h-512v128h512zM1152 1024v-128h-512v128h512zM1152 768v-128h-512v128h512zM1280 1152v128h128v-128h-128zM1280 896v128h128v-128h-128zM1280 640v128h128v-128h-128zM1664 512h384l-3 -70q-2 -46 -7.5 -90t-18.5 -89q-12 -40 -31.5 -82t-47.5 -78.5t-64 -63.5t-79 -38q-1 0 -2 -0.5t-3 -0.5h-1019q-29 0 -62 10t-66 25t-62.5 33.5t-51.5 35.5q-72 57 -109.5 128.5t-37.5 164.5v1139h-384l1 69q2 98 23 177t66.5 136t117.5 90t176 39v1h903q71 0 138.5 -17t120.5 -54t85.5 -94t32.5 -137v-1234zM384 1664v256q-24 0 -50.5 -3.5t-52 -11t-49 -19.5t-40.5 -30q-22 -23 -35 -44.5t-19.5 -44.5t-8 -48t-1.5 -55h256zM791 122q68 0 127 26.5t106 74.5q58 60 110.5 135t81.5 154h320v1228q0 37 -14 70t-38.5 57.5t-57.5 38.5t-70 14h-844v-1522q0 -60 24 -110.5t71 -88.5q17 -14 39.5 -27.5t47 -24.5t50 -18t47.5 -7zM1781 128q2 0 6 2t8 5t7.5 6t4.5 4q24 21 44.5 49t36 59.5t24 65t8.5 65.5h-641q-7 -27 -28 -63t-48 -72.5t-55 -69t-48 -51.5h681z" + }, + { + Name: "InboxActive", + Code: "E497", + Path: "M1728 1248q8 0 16 1.5t16 1.5q3 -8 16 -46.5t30.5 -91.5t37.5 -113t37 -110.5t28 -84l11 -33.5v-644h-1920v644l10 30.5t27.5 82.5t40.5 121.5t49.5 148.5t54.5 163.5t55.5 166t52 155.5t44 132.5l32.5 97.5t17 50h906q-14 -31 -22 -63t-13 -65h-779l-341 -1024h418l128 -256h560l128 256h418l-164 493q26 -6 52.5 -9.5t53.5 -3.5zM1792 256v384h-344l-128 -256h-720l-128 256h-344v-384h1664zM1728 2048q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25z" + }, + { + Name: "RingerActive", + Code: "E498", + Path: "M1664 1254v-742h128v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q130 0 248 -50q-10 -32 -16 -65t-7 -67q-53 26 -109.5 40t-115.5 14q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h1024v768q0 2 -0.5 4.5t-0.5 4.5q31 -14 63.5 -22t65.5 -13zM1024 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1728 2048q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25z" + }, + { + Name: "PopExpand", + Code: "E49A", + Path: "M1792 256v640h128v-768h-1792v1792h768v-128h-640v-1536h1536zM1152 1920h768v-768h-128v549l-723 -722l-90 90l722 723h-549v128z" + }, + { + Name: "FlowTemplate", + Code: "E49C", + Path: "M896 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1408 2048v-128h-128v128h128zM1536 1408v-128h-128v128h128zM1536 1664v-128h-128v128h128zM1408 1024v128h128v-128h-128zM128 0v128h128v-128h-128zM384 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM1536 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM896 128v128h-128v-128h128zM1792 640v128h-128v-128h128zM128 768v-128h-128v128h128zM0 256h128v-128h-128v128zM128 1024v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 512v-128h-128v128h128z" + }, + { + Name: "TextDocumentSettings", + Code: "E4AA", + Path: "M1103 128q23 -37 52 -68.5t62 -59.5h-1089v2048h1115l549 -549v-494q-63 22 -128 29v374h-512v512h-896v-1792h847zM1280 1829v-293h293zM1152 831q-13 -15 -25.5 -30.5t-23.5 -32.5h-591v128h640v-65zM512 512v128h512v-60q0 -14 -4 -33.5t-6 -34.5h-502zM1408 1152v-128h-896v128h896zM1920 448q0 -31 -6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q18 25 39 47t47 39l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119l-124 -51q6 -30 6 -61zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "PowerAppsTemplate", + Code: "E4AC", + Path: "M896 2048v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1792v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM1408 1536v128h128v-128h-128zM1219 1084q0 27 17 47l165 207q11 14 26 21t32 7q37 0 59 -28l165 -207q16 -19 16 -47q0 -12 -4 -24t-12 -22l-165 -207q-22 -28 -59 -28q-17 0 -32 7t-26 21l-165 207q-17 20 -17 46zM0 256h128v-128h-128v128zM1210 112q0 -29 -16.5 -48t-34.5 -39q-22 -25 -56 -25q-17 0 -33 8t-27 22l-472 629q-15 19 -15 45q0 25 15 45l472 629q11 14 27 22t33 8q16 0 28.5 -5.5t22.5 -14.5t19 -20.5t19 -22.5q19 -22 19 -49t-18.5 -54.5t-40.5 -55t-40.5 -54.5t-18.5 -54q0 -25 16 -46l216 -283q15 -20 15 -45q0 -26 -15 -45l-216 -288q-15 -20 -15 -45q0 -28 18 -54.5t40 -53t40 -53t18 -53.5zM640 0v128h128v-128h-128zM2048 703q0 -12 -4 -24t-12 -22l-166 -207q-11 -13 -26 -20.5t-32 -7.5t-32 7.5t-26 20.5l-166 207q-17 20 -17 46q0 27 17 47l166 207q11 13 26 20.5t32 7.5t32 -7.5t26 -20.5l166 -207q16 -19 16 -47zM1699 322q0 -12 -4 -24t-12 -22l-165 -207q-22 -28 -59 -28q-17 0 -32 7t-26 21l-165 207q-17 20 -17 46q0 27 17 47l165 207q11 14 26 21t32 7q37 0 59 -28l165 -207q16 -19 16 -47zM640 2048v-128h-128v128h128zM128 512v-128h-128v128h128zM128 768v-128h-128v128h128zM128 0v128h128v-128h-128zM384 0v128h128v-128h-128zM384 2048v-128h-128v128h128z" + }, + { + Name: "TemporaryAccessPass", + Code: "E4AD", + Path: "M1184 1344q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62zM1696 1344q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62zM0 2048h2048v-1106q-29 34 -60.5 64t-67.5 56v858h-1792v-1152h787q-13 -31 -22 -63t-16 -65h-877v1408zM352 1344q0 33 12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62zM1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128z" + }, + { + Name: "ChoiceColumn", + Code: "E4AE", + Path: "M1771 1198l104 104q23 -67 34 -137t11 -141q0 -124 -32 -238t-90.5 -213.5t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5t32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32q168 0 322 -60.5t279 -173.5l-90 -90q-106 94 -237 145t-274 51q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 45 -5.5 88t-15.5 86zM621 1133l339 -339l979 979l90 -90l-1069 -1069l-429 429z" + }, + { + Name: "CtrlButton", + Code: "E4B8", + Path: "M592 1480q38 0 77 -5t74 -21v-103q-64 38 -140 38q-54 0 -96 -18t-71.5 -49.5t-45 -75.5t-15.5 -96q0 -49 14.5 -90.5t41.5 -72t67 -47.5t91 -17q41 0 80 9.5t74 32.5v-96q-41 -22 -86 -29.5t-90 -7.5q-70 0 -126 23t-95 64.5t-59.5 98.5t-20.5 126q0 73 23 134.5t66 106.5t103 70t134 25zM970 1423v-133h108v-79h-108v-224q0 -34 12.5 -54t50.5 -20q25 0 45 15v-81q-18 -9 -38.5 -11.5t-40.5 -2.5q-63 0 -96.5 30t-33.5 95v253h-75v79h75v104zM1396 1288q11 0 21.5 -1.5t20.5 -6.5v-97q-11 9 -25 12t-28 3q-30 0 -50 -15t-32 -37.5t-17.5 -49t-5.5 -50.5v-214h-102v448h102v-92h1q13 39 42 69.5t73 30.5zM1498 832v694h102v-694h-102zM1568 1792q73 0 137 -27.5t112 -75.5t75.5 -112t27.5 -137v-704q0 -73 -27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5h-1216q-73 0 -137 27.5t-112 75.5t-75.5 112t-27.5 137v704q0 73 27.5 137t75.5 112t112 75.5t137 27.5h1216zM1792 736v704q0 46 -17.5 87t-48 71.5t-71.5 48t-87 17.5h-1216q-46 0 -87 -17.5t-71.5 -48t-48 -71.5t-17.5 -87v-704q0 -46 17.5 -87t48 -71.5t71.5 -48t87 -17.5h1216q46 0 87 17.5t71.5 48t48 71.5t17.5 87z" + }, + { + Name: "DensityDefault", + Code: "E4B9", + Path: "M0 256v128h1536v-128h-1536zM1536 1408v-128h-1536v128h1536zM0 768v128h2048v-128h-2048zM0 1920h2048v-128h-2048v128z" + }, + { + Name: "DensityComfy", + Code: "E4BA", + Path: "M1536 1152v-128h-1536v128h1536zM0 1920h2048v-128h-2048v128zM0 256v128h2048v-128h-2048z" + }, + { + Name: "ODLink", + Code: "E4BB", + Path: "M569 1152h910q26 0 41.5 -20t15.5 -44t-15.5 -44t-41.5 -20h-910q-26 0 -41.5 20t-15.5 44t15.5 44t41.5 20zM896 576q0 -26 -19 -45t-45 -19h-256q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-256q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5h256q26 0 45 -19t19 -45zM2048 1088q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5h-256q-26 0 -45 19t-19 45t19 45t45 19h256q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-256q-26 0 -45 19t-19 45t19 45t45 19h256q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224z" + }, + { + Name: "ODLink12", + Code: "E4BC", + Path: "M853 597q0 -35 -25 -60t-60 -25h-171q-123 0 -232 47t-190 128t-128 190t-47 232q0 82 21.5 158.5t60 143t93 121t121 93.5t143 60.5t158.5 21.5h171q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25h-171q-88 0 -165.5 -33.5t-135.5 -91.5t-91.5 -136t-33.5 -166t33.5 -165.5t91.5 -135.5t135.5 -91.5t165.5 -33.5h171q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5zM2048 1109q0 -123 -47 -232t-128 -190t-190 -128t-232 -47h-171q-35 0 -60 25t-25 60q0 18 6.5 33.5t18 27t27 18.5t33.5 7h171q88 0 165.5 33.5t135.5 91.5t91.5 135.5t33.5 165.5t-33.5 166t-91.5 136t-135.5 91.5t-165.5 33.5h-171q-35 0 -60 25t-25 60q0 18 6.5 33.5t18 27t27 18.5t33.5 7h171q82 0 158.5 -21.5t143 -60.5t121 -93.5t93 -121t60 -143t21.5 -158.5zM512 1109q0 18 6.5 33.5t18 27t27 18.5t33.5 7h854q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25h-854q-35 0 -60 25t-25 60z" + }, + { + Name: "TableColumn", + Code: "E4BD", + Path: "M128 1792h1664v-1536h-1664v1536zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM1664 384v256h-384v-256h384zM1664 768v256h-384v-256h384zM1664 1152v256h-384v-256h384zM1664 1536v128h-1408v-128h1408z" + }, + { + Name: "CalculatedTable", + Code: "E4BE", + Path: "M1280 384v-128h-128v128h128zM896 1408h1152v-1408h-1152v1408zM1920 128v1152h-896v-1152h896zM1408 256v128h128v-128h-128zM1280 640v-128h-128v128h128zM1664 512v128h128v-128h-128zM1792 1152v-384h-640v384h640zM1664 896v128h-384v-128h384zM1664 256v128h128v-128h-128zM1408 512v128h128v-128h-128zM640 1664v-256h128v-128h-128v-256h128v-128h-128v-256h128v-128h-768v1536h1664v-512h-128v128h-384v-128h-128v128h-384zM512 640v256h-384v-256h384zM512 1024v256h-384v-256h384zM512 1408v256h-384v-256h384zM128 1792h1408v128h-1408v-128z" + }, + { + Name: "ColumnSigma", + Code: "E4BF", + Path: "M2048 896v-128h-477l252 -320l-252 -320h477v-128h-640v128l252 320l-252 320v128h640zM1280 1024v-640h126l-101 -128h-1177v1536h1664v-768h-512zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384z" + }, + { + Name: "ColumnQuestion", + Code: "E4C0", + Path: "M1280 1024v-640h232q-5 -26 -6.5 -52t-1.5 -52v-24h-1376v1536h1664v-742l-32 4t-32 2q-82 0 -160 -32h-288zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM1664 0v128h128v-128h-128zM1984 640q0 -59 -19 -96.5t-46.5 -66.5t-58.5 -56t-54 -65q-10 -16 -12.5 -33.5t-2.5 -34.5q0 -8 0.5 -16t0.5 -16h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5z" + }, + { + Name: "ColumnQuestionMirrored", + Code: "E4C1", + Path: "M1984 640h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -34 22 -63t51.5 -58t59 -61t45.5 -73q9 -25 11.5 -47.5t2.5 -46.5v-35h-128v32q0 17 -2.5 34.5t-11.5 33.5q-23 38 -54 65t-58.5 56t-46.5 66.5t-19 96.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1664 0v128h128v-128h-128zM1504 285v-29h-1376v1536h1664v-742l-32 4t-32 2q-39 0 -82 -8q-5 -1 -17.5 -5t-25.5 -8t-23.5 -7.5t-11.5 -3.5h-288v-640h128q23 -27 47 -50.5t49 -48.5zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384z" + }, + { + Name: "ColumnFunction", + Code: "E4C2", + Path: "M2048 691q0 -29 -21 -43.5t-47 -14.5q-17 0 -33.5 4.5t-32.5 9.5q-35 -31 -61.5 -70t-50.5 -79q6 -26 13.5 -64.5t21 -73.5t35.5 -60t58 -25q6 0 15.5 1t19.5 2.5t19 3.5t14 5l-9 -34q-32 -14 -62.5 -24t-65.5 -10q-20 0 -38 5.5t-31 21.5q-9 12 -18 34.5t-16.5 47.5t-13.5 49l-10 40q-11 -18 -27.5 -43.5t-35.5 -51.5t-39 -48t-36 -34q-28 -21 -63 -21q-25 0 -40.5 13t-15.5 39q0 30 21.5 45t48.5 15q17 0 33 -6t32 -11q33 32 60.5 68.5t50.5 76.5q-2 13 -10 45.5t-19 67t-23 63.5t-22 35t-21.5 8.5t-22.5 2.5q-16 0 -32.5 -3t-30.5 -9l9 34q7 3 23 9.5t33.5 12.5t33.5 11t24 5q31 0 51 -14t32 -36t19 -48.5t13 -51.5q3 -12 7 -26.5t4 -26.5q18 25 38.5 60t44.5 67.5t53.5 55t66.5 22.5q23 0 38.5 -14.5t15.5 -37.5zM1083 384l-27 -128h-928v1536h1664v-704q-26 35 -56 54t-72 30v236h-384v-256h161q-6 -3 -13 -5t-13 -5q-38 -18 -70.5 -45.5t-59.5 -60.5t-48.5 -70.5t-37.5 -75.5h-47v134h-384v-256h299l-16 -64l-16 -64h-267v-256h315zM1152 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1546 730l-11 -47h-128l-91 -424q-10 -45 -33.5 -91t-57.5 -83.5t-77.5 -61t-93.5 -23.5q-15 0 -30 3t-28 9.5t-21 18.5t-8 30q0 23 14 39t38 16q15 0 27 -7.5t22 -18.5t18 -24t14 -24q27 2 47 25t33.5 54t22 64t13.5 54l96 444h-101l11 46h99q7 34 15 65t23 63q15 33 38 63t52 53.5t63.5 37t72.5 13.5q15 0 30.5 -3t28.5 -9.5t21 -18.5t8 -30q0 -25 -13 -40.5t-39 -15.5q-18 0 -30 7t-20.5 18t-15.5 24t-15 26q-21 -2 -37.5 -16.5t-29 -37t-22 -50.5t-16.5 -55.5t-11.5 -52t-7.5 -40.5h130z" + }, + { + Name: "PhotoBlock", + Code: "E4C3", + Path: "M1664 1344q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM0 1792h2048v-936q-57 62 -128 107v701h-1792v-677l448 447l577 -577q-22 -24 -40.5 -50t-35.5 -54l-501 501l-448 -449v-421h870q4 -32 10.5 -64.5t17.5 -63.5h-1026v1536zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "EditTable", + Code: "E4C4", + Path: "M1280 895l-255 -255h-257v-384h-640v1536h1664v-485q-37 -5 -66.5 -15.5t-61.5 -30.5v147h-384v-256h257l-128 -128h-129v-129zM1152 1152v256h-384v-256h384zM640 384v256h-384v-256h384zM640 768v256h-384v-256h384zM640 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128zM768 1024v-256h384v256h-384zM2048 954q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51z" + }, + { + Name: "AddTable", + Code: "E4C6", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 768v-128h-256v-384h-1152v1536h1664v-1024h-128v256h-384v-256h256zM1664 1152v256h-384v-256h384zM640 384v256h-384v-256h384zM640 768v256h-384v-256h384zM640 1152v256h-384v-256h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128z" + }, + { + Name: "AddField", + Code: "E4C7", + Path: "M1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128zM0 1792h2048v-1024h-128v896h-1792v-1152h1152v-128h-1280v1408z" + }, + { + Name: "CloudEdit", + Code: "E4C8", + Path: "M897 512l-128 -128h-257q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 62 92.5 111t115 83.5t132 52.5t143.5 18q96 0 184.5 -30.5t161.5 -86t126.5 -132t80.5 -169.5q-32 -20 -58.5 -47.5t-52.5 -53.5q-11 84 -49.5 155.5t-97.5 124t-135 82t-160 29.5q-63 0 -121 -17t-109 -48.5t-93 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h385zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51z" + }, + { + Name: "CloudLink", + Code: "E4C9", + Path: "M1088 1536q-63 0 -121.5 -17t-109 -48.5t-92.5 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h108q9 -65 35 -128h-143q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 62 92.5 111t115 83.5t132 52.5t143.5 18q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -41 -9 -80q-26 23 -57 41.5t-63 32.5q0 2 0.5 3t0.5 3q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM1091 768q-40 0 -75 -15t-60.5 -41t-40 -61t-14.5 -75q0 -32 9.5 -60.5t27.5 -52.5t42.5 -42t54.5 -28q-3 -18 -5 -36.5t-2 -36.5q0 -15 1.5 -29.5t3.5 -28.5q-57 10 -104.5 39t-82 71t-53.5 94.5t-19 109.5q0 66 25 124t67.5 101.5t100.5 69t124 25.5h254q65 0 123 -25.5t101 -69.5t68 -102t25 -123q0 -57 -18.5 -108.5t-52.5 -93.5t-80.5 -71t-102.5 -40v133q28 10 51.5 28t40.5 41.5t26 52t9 58.5q0 40 -15 75t-40.5 61t-60 41t-74.5 15h-254zM1786 639q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5q0 -66 -25 -124.5t-68.5 -103t-102 -70t-124.5 -25.5h-256q-66 0 -124.5 25.5t-102 70t-68.5 103t-25 124.5q0 57 19 109.5t53 94.5t81 71.5t103 40.5v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -39 15 -74.5t41 -62.5t61 -42.5t75 -15.5h256q40 0 75 15.5t61 42t41 62t15 75.5q0 31 -10 60.5t-28 54t-42.5 43t-54.5 27.5q3 17 5 34.5t2 35.5q0 15 -2 30.5t-4 30.5z" + }, + { + Name: "ExternalUser", + Code: "E4CA", + Path: "M570 592q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM256 768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1536 1755l512 -512v-987h-128v933l-384 384l-384 -384v-933h-128v987zM1280 384v128h128v-128h-128zM1664 384v128h128v-128h-128zM1280 640v128h128v-128h-128zM1664 640v128h128v-128h-128zM1280 896v128h128v-128h-128zM1664 896v128h128v-128h-128z" + }, + { + Name: "OrderLock", + Code: "E4CB", + Path: "M1024 1280v-128h-384v128h384zM640 896v128h384v-128h-384zM1024 1536v-128h-384v128h384zM1664 1408h-512v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-337q-31 10 -63 16t-65 6v224zM1280 1829v-293h293zM1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM512 1280v-128h-128v128h128zM512 1536v-128h-128v128h128zM384 896v128h128v-128h-128z" + }, + { + Name: "MetricsUsage", + Code: "E4CC", + Path: "M128 878v-622h896q-11 -32 -17.5 -63t-10.5 -65h-996v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257zM2048 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -71 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM1792 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "MetricsInstall", + Code: "E4CD", + Path: "M1408 128h640v-128h-640v128zM1792 1024v-549l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v549h128zM128 878v-622h1152v-128h-1280v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257z" + }, + { + Name: "MetricsFailure", + Code: "E4CE", + Path: "M128 256h682q17 -34 36.5 -66t42.5 -62h-889v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257l-449 -449v-622zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 256v128h128v-128h-128zM1408 512v384h128v-384h-128z" + }, + { + Name: "CommunicationDetails", + Code: "E4CF", + Path: "M1280 896h-128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 98.5 -20.5t81.5 -55.5t55.5 -81.5t20.5 -98.5zM1536 896q0 105 -40.5 198t-110.5 163t-163 110.5t-198 40.5t-198.5 -40.5t-163 -110t-110 -163t-40.5 -198.5q0 -103 39 -196.5t111 -165.5l-91 -91q-91 93 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128zM390 262l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5t271.5 -36.5t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t37 -271.5h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -179 67.5 -343t194.5 -291zM1152 128v128h128v-128h-128zM1152 384v128h128v-128h-128zM1408 384v128h640v-128h-640zM1408 640v128h640v-128h-640zM1152 640v128h128v-128h-128zM1408 128v128h640v-128h-640z" + }, + { + Name: "CommunicationDetailsMirrored", + Code: "E4D0", + Path: "M2048 896h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -179 67.5 -343t194.5 -291l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5t271.5 -36.5t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t37 -271.5zM512 896q0 -103 39 -196.5t111 -165.5l-91 -91q-91 93 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128q0 105 -40.5 198t-110.5 163t-163 110.5t-198 40.5t-198.5 -40.5t-163 -110t-110 -163t-40.5 -198.5zM1280 896h-128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 98.5 -20.5t81.5 -55.5t55.5 -81.5t20.5 -98.5zM1920 384v128h128v-128h-128zM1152 128v128h640v-128h-640zM1920 128v128h128v-128h-128zM1920 640v128h128v-128h-128zM1152 640v128h640v-128h-640zM1152 384v128h640v-128h-640z" + }, + { + Name: "Variable3", + Code: "E4D1", + Path: "M421 1792v-112q-47 -1 -76 -18t-45 -45.5t-21 -67t-5 -81.5q0 -42 2.5 -86t2.5 -88q0 -45 -5 -87t-20 -77.5t-42 -62t-72 -40.5v-4q39 -11 65.5 -33.5t42.5 -52t22.5 -65t6.5 -72.5v-253q0 -40 5.5 -73t21 -56.5t44 -37t73.5 -14.5v-110q-93 1 -149 28t-85 71.5t-38 101.5t-9 119q0 45 2 88.5t2 85.5q0 45 -5 84t-20.5 69t-44 48.5t-74.5 21.5v102q46 3 74.5 21.5t43.5 49t20 70.5t5 85q0 40 -1.5 82.5t-1.5 84.5q0 62 8.5 120t38 103t85 72.5t149.5 28.5zM1262 1434h165l-313 -452l308 -442h-174q-57 90 -113.5 178.5t-110.5 179.5h-4q-55 -91 -113 -179.5t-116 -178.5h-172l318 439l-304 455h174q56 -94 111.5 -186.5t107.5 -188.5h4zM2048 1075v-102q-47 -3 -75 -21.5t-43.5 -48t-20.5 -69t-5 -84.5q0 -42 2 -86t2 -89q0 -62 -9 -119t-38 -101.5t-84.5 -71t-148.5 -27.5v110q44 1 72.5 14.5t44.5 37.5t22 57t6 72v253q0 37 6.5 72.5t22 65t42 52t65.5 33.5v4q-45 13 -72 39.5t-41.5 62t-19.5 77t-5 86.5t2 90t2 87q0 43 -5 81.5t-21 67t-44.5 45t-76.5 17.5v112q93 -1 148.5 -28t84.5 -72t38 -103t9 -120q0 -43 -2 -85.5t-2 -83.5q0 -45 5 -84.5t20.5 -70t43.5 -49t75 -21.5z" + }, + { + Name: "SettingsSecure", + Code: "E4D2", + Path: "M1024 1288q-55 0 -103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103q0 -62 27.5 -116.5t76.5 -91.5v-131q-49 23 -89 58.5t-68 80t-43.5 95.5t-15.5 105q0 78 29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5q50 0 97.5 -13t89.5 -37.5t77 -59.5t60 -78q-26 -9 -52 -21t-49 -27q-36 57 -95 90.5t-128 33.5zM782 146l146 234q13 -30 28.5 -58.5t33.5 -56.5h-2l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-115 -72h-7q-22 0 -43 3t-42 5q-14 9 -28 16.5t-28 15.5l123 77l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "LightningSecure", + Code: "E4D3", + Path: "M358 128l508 509q2 -40 8.5 -79t17.5 -77l-482 -481h-290l384 768h-447l640 1280h719l-384 -768h658l-47 -48q-27 5 -54 8t-55 3q-81 0 -150 -19.5t-138 -60.5q-7 -4 -24 -7.5t-24 -3.5h-373l384 768h-433l-512 -1024h447l-384 -768h31zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "MailSecure", + Code: "E4D4", + Path: "M0 1664h2048v-515h-128v251l-323 -161q-16 2 -31.5 3t-31.5 1q-79 0 -149.5 -19t-138.5 -61q-9 -5 -24 -8t-32 -4.5t-33 -1.5h-26l774 387h-1762l753 -384v-128l-768 376v-888h756q15 -67 42 -128h-926v1280zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "CloudSecure", + Code: "E4D5", + Path: "M884 512q15 -67 42 -128h-414q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157q81 -5 154.5 -38.5t130.5 -90.5q-20 0 -39.5 1.5t-39.5 5.5q-59 40 -135.5 63t-150.5 23q-11 0 -22 -0.5t-22 -1.5q-24 66 -65.5 120.5t-96.5 93t-120 60t-135 21.5t-135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h372zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "IoTSecure", + Code: "E4D6", + Path: "M768 1024q0 -58 25.5 -110t70.5 -88v-149q-44 21 -82 51.5t-67 69.5l-209 -105q6 -26 6 -53q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q56 0 105.5 -23t86.5 -65l210 105q-8 27 -13 54.5t-5 56.5q0 71 25.5 136.5t73.5 117.5l-123 153q-49 -23 -104 -23q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13.5 -81t-38.5 -72l123 -153q42 24 89 37t96 13q41 0 80 -8.5t76 -25.5l166 248q-32 35 -49 78.5t-17 91.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-22 0 -43 4t-41 11l-165 -248q20 -20 37 -42.5t31 -46.5q-30 -10 -55.5 -23t-53.5 -28q-2 -1 -3 -1t-3 -1q-35 55 -92.5 87t-123.5 32q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM512 1536q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM256 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "TestAdd", + Code: "E4DC", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1280 512v-384h256v-128h-1310q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q5 9 7.5 16t2.5 18v604h-128v128h768v-128h-128v-604q0 -11 2.5 -18.5t7.5 -16.5l374 -651v-118h-256zM410 640h972l-331 577q-13 23 -20 48t-7 51v604h-256v-604q0 -26 -7 -51t-20 -48z" + }, + { + Name: "WebAppBuilderFragmentLock", + Code: "E4DD", + Path: "M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM1590 1408h-364l-183 -320l183 -320h-74v-128l-256 448l256 448h512l250 -437q-24 18 -46 31t-44.5 22.5t-47.5 15.5t-55 10zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364zM768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364z" + }, + { + Name: "WebAppBuilderFragmentTest", + Code: "E4DE", + Path: "M1977 128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 31 14 57l299 598v241h-128v128h640v-128h-128v-241l299 -598q14 -26 14 -57zM1223 384h498l-185 369v271h-128v-271zM768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM1024 864l-128 224l256 448h512l146 -256h-147l-73 128h-364l-73 -128h-129v-416zM768 1024l242 -424l-172 -344q-2 -4 -3 -8.5t-3 -8.5l-64 -111h-512l-256 448l256 448h512zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364z" + }, + { + Name: "WebAppBuilderModuleLock", + Code: "E4DF", + Path: "M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM147 1024l439 -768h566v-128h-640l-512 896l512 896h1024l512 -896l-27 -46q-37 62 -81.5 102.5t-110.5 69.5l-367 642h-876z" + }, + { + Name: "WebAppBuilderModuleTest", + Code: "E4E0", + Path: "M1664 783l299 -598q14 -26 14 -57q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 31 14 57l299 598v241h-128v128h640v-128h-128v-241zM1223 384h498l-185 369v271h-128v-271zM147 1024l439 -768h252q-31 -62 -31 -128h-295l-512 896l512 896h1024l366 -640h-147l-293 512h-876z" + }, + { + Name: "TestRemove", + Code: "E4E1", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM1412 320l-227 -226l93 -94h-924q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q5 9 7.5 16t2.5 18v604h-128v128h768v-128h-128v-604q0 -11 2.5 -18.5t7.5 -16.5l229 -400l-94 -93l-246 429q-13 23 -20 48t-7 51v604h-256v-604q0 -26 -7 -51t-20 -48l-331 -577h740l-93 -93z" + }, + { + Name: "SamsungGallery", + Code: "E4E2", + Path: "M1434 2048q85 0 163.5 -22t146.5 -62t124 -96t96 -124t62 -146.5t22 -163.5v-820q0 -85 -22 -163.5t-62 -146.5t-96 -124t-124 -96t-146.5 -62t-163.5 -22h-820q-85 0 -163.5 22t-146.5 62t-124 96t-96 124t-62 146.5t-22 163.5v820q0 85 22 163.5t62 146.5t96 124t124 96t146.5 62t163.5 22h820zM1295 1016q33 21 73.5 33.5t82.5 21.5t84 17.5t79 23t66 38.5t46 63q15 34 15 71q0 40 -16.5 73t-44 57t-63 37.5t-72.5 13.5q-34 0 -65.5 -12.5t-61.5 -32t-59.5 -43.5t-59.5 -47.5t-61 -44t-64 -31.5q6 48 14.5 95.5t19.5 95.5q5 23 11 45t11 45q1 4 1 8v8q0 39 -15 74t-40.5 60.5t-60 40.5t-73.5 15q-26 0 -48 -1.5t-48 -11.5q-27 -10 -48.5 -27.5t-36.5 -40.5t-23.5 -49.5t-8.5 -54.5v-10.5t1 -10.5q5 -23 11 -44.5t11 -44.5q21 -93 33 -189q-34 11 -65 31.5t-61 44.5t-59 49t-59.5 45t-63 33t-68.5 13q-40 0 -76.5 -14.5t-64 -40.5t-44 -61t-16.5 -75q0 -64 36.5 -107t95.5 -61q37 -12 79 -20.5t83.5 -18.5t80.5 -23.5t71 -34.5q-33 -22 -73 -34t-83 -21.5t-85 -18.5t-79 -24t-66.5 -38.5t-45.5 -61.5q-8 -17 -11 -35t-3 -36q0 -39 16 -73.5t42.5 -60t61.5 -40.5t74 -15q55 0 102.5 27.5t92 64t90 72.5t98.5 53q0 -36 -9 -70.5t-19.5 -68.5t-19.5 -68.5t-9 -69.5q0 -42 15.5 -77.5t42.5 -60.5t63.5 -39t77.5 -14q21 0 40 1.5t39 9.5q27 10 48.5 28t37 40.5t23.5 49.5t8 55q0 36 -8.5 70.5t-18.5 69t-19 69t-9 70.5q49 -18 93 -53.5t87 -71t88.5 -62t99.5 -26.5q40 0 76.5 14t64 39.5t43.5 60t16 75.5q0 63 -35.5 105t-92.5 61q-38 12 -79.5 21t-82.5 19t-79.5 24.5t-71.5 38.5zM1024 1229q42 0 79.5 -16t65.5 -44t44 -65.5t16 -79.5t-16 -79.5t-44 -65.5t-65.5 -44t-79.5 -16t-79.5 16t-65.5 44t-44 65.5t-16 79.5t16 79.5t44 65.5t65.5 44t79.5 16z" + }, + { + Name: "PBIDirectQuery", + Code: "E4E9", + Path: "M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM128 384h896l128 -128h-1152v1664h1792v-1024h-128v640h-1536v-1152zM128 1792v-128h1536v128h-1536z" + }, + { + Name: "PBIDual", + Code: "E4EA", + Path: "M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM1280 930l-128 -128v266q-61 -24 -125 -34t-130 -10q-64 0 -130.5 10t-126.5 34v-342q0 -9 6 -14l12 -10q19 -17 49.5 -29t64 -19.5t66.5 -10.5t58 -3q55 0 104 10l-119 -119l18 -19h-3q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74v490q0 39 20.5 69t53.5 51t74.5 35t84.5 22.5t83 11.5t69 3t69 -3t82.5 -11t84 -22t74.5 -35t53 -51t20 -70v-286zM1152 1219q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-12 0 -34.5 -1.5t-49.5 -5t-56 -9t-53.5 -13t-42 -17.5t-22.5 -22q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5zM128 384h900l92 -92v-36h-1120v1664h1792v-1024h-128v640h-1536v-1152zM128 1792v-128h1536v128h-1536z" + }, + { + Name: "PBIImport", + Code: "E4EB", + Path: "M128 1920h1792v-1664h-1792v1664zM1792 384v1152h-1536v-1152h1536zM1792 1664v128h-1536v-128h1536zM640 726v490q0 39 20.5 69t53.5 51t75 35t84.5 22.5t82.5 11.5t69 3t69 -3t82.5 -11t84 -22t74.5 -35t53 -51t20 -70v-490q0 -41 -19.5 -73t-52 -56t-73.5 -40t-83.5 -26t-83.5 -14.5t-72 -4.5q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74zM1280 726v342q-61 -24 -125 -34t-130 -10q-64 0 -130.5 10t-126.5 34v-342q0 -8 6.5 -13.5t11.5 -10.5q19 -17 49 -29t64 -19.5t67 -10.5t58 -3t58 3t67 10.5t64 19t49 29.5l12 10t6 14zM767 1212q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-12 0 -34.5 -1.5t-49.5 -5t-56 -9t-53.5 -13t-42 -17.5t-22.5 -22z" + }, + { + Name: "PBILiveConnect", + Code: "E4EC", + Path: "M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM128 384h896l128 -128h-1152v1664h1664v-1024h-128v640h-1408v-1152zM128 1792v-128h1408v128h-1408zM1277 927l-143 -143q15 26 26.5 54t17.5 58h-124q-5 -64 -18.5 -126.5t-39.5 -121.5l6 4l-137 -137q-8 -1 -16.5 -2t-16.5 -1q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -8 -1 -16.5t-2 -16.5zM663 651q-26 59 -37 120t-16 125h-124q14 -78 60.5 -142.5t116.5 -102.5zM665 1270q-71 -38 -117.5 -102.5t-61.5 -143.5h124q5 64 16.5 125.5t38.5 120.5zM957 896h-251q1 -17 5 -44.5t10.5 -59.5t16 -65t23 -59t31 -43t40.5 -17q21 0 38 17t30.5 43.5t23.5 59.5t16.5 65t10.5 59.5t6 43.5zM706 1024h252q-2 16 -6 43.5t-11 59.5t-17 65t-23.5 59.5t-30.5 43.5t-38 17q-22 0 -39.5 -17t-31 -43.5t-23.5 -59t-16.5 -64.5t-10.5 -60t-5 -44zM1054 1024h124q-15 80 -63 145t-120 103q29 -60 41.5 -121t17.5 -127z" + }, + { + Name: "UserWindow", + Code: "E4ED", + Path: "M1763 459q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -92 -41 -173.5t-115 -135.5zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM0 1920h2048v-979q-20 60 -52 113t-76 98v256h-1792v-1024h858q-21 -30 -38.5 -62t-31.5 -66h-916v1664zM128 1536h1792v256h-1792v-256z" + }, + { + Name: "ObjectRecognition", + Code: "E4EE", + Path: "M0 1280v512h512v-128h-384v-384h-128zM1536 1792h512v-512h-128v384h-384v128zM1920 512v384h128v-512h-512v128h384zM128 896v-384h384v-128h-512v512h128zM576 640l448 896l448 -896h-896zM783 768h482l-241 482z" + }, + { + Name: "ClipboardListAdd", + Code: "E4EF", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 1024h-768v128h768v-128zM768 640v128h512v-128h-512zM384 1664v-1536h896v-128h-1024v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1024h-128v896h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM768 256v128h512v-128h-512zM640 1152v-128h-128v128h128zM512 256v128h128v-128h-128zM640 768v-128h-128v128h128z" + }, + { + Name: "ClipboardListQuestion", + Code: "E4F0", + Path: "M1664 0v128h128v-128h-128zM1984 640q0 -59 -19 -96.5t-46.5 -66.5t-58.5 -56t-54 -65q-10 -16 -12.5 -33.5t-2.5 -34.5q0 -8 0.5 -16t0.5 -16h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1536 1152v-128h-768v128h768zM768 640v128h566q-10 -31 -16 -63t-6 -65h-544zM768 256v128h744q-5 -26 -6.5 -52t-1.5 -52v-24h-736zM384 1664v-1536h1120v-128h-1248v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-742l-32 4t-32 2t-32 -2l-32 -4v614h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM640 1152v-128h-128v128h128zM512 256v128h128v-128h-128zM640 768v-128h-128v128h128z" + }, + { + Name: "ClipboardListReply", + Code: "E4F1", + Path: "M2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q51 0 98 -19.5t83 -55.5t55.5 -83t19.5 -98zM1348 768l-128 -128h-452v128h580zM768 256v128h324l128 -128h-452zM1536 1152v-128h-768v128h768zM640 1152v-128h-128v128h128zM640 768v-128h-128v128h128zM512 256v128h128v-128h-128zM384 128h964l128 -128h-1220v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1022l-128 128v766h-128v-256h-1024v256h-128v-1536zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256z" + }, + { + Name: "SurveyQuestionResponse", + Code: "E4F2", + Path: "M256 128h1091l128 -128h-1347v2048h1115l549 -549v-729l-128 128v510h-512v512h-896v-1792zM1280 1829v-293h293zM2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q51 0 98 -19.5t83 -55.5t55.5 -83t19.5 -98zM1024 513h-128v64q0 59 19 103.5t47.5 80.5t61.5 66t61.5 60t47.5 63t19 75q0 39 -15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74h-128q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -50 -12 -87t-31.5 -67t-44.5 -55t-51.5 -50t-52 -52t-45.5 -62q-13 -22 -16.5 -45.5t-3.5 -47.5q0 -11 0.5 -23t0.5 -23zM896 257v128h128v-128h-128z" + }, + { + Name: "DesktopFlow", + Code: "E4F3", + Path: "M1664 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM1024 128v128h-128v-128h128zM1920 640v128h-128v-128h128zM640 640h256v128h-896v1152h1920v-896h-128v768h-1664v-896h1218l-51 -128h-271v-128h219l-51 -128h-552v128z" + }, + { + Name: "CCSolid", + Code: "E4F4", + Path: "M0 1664h2048v-1280h-2048v1280zM704 784q-50 0 -93.5 19t-76 51.5t-51.5 76t-19 93.5q0 49 19 93t51.5 76.5t76 51.5t93.5 19q48 0 91.5 -18t78.5 -52l113 113q-57 57 -130 87t-153 30q-83 0 -155.5 -31.5t-127 -86t-86 -127.5t-31.5 -155q0 -83 31.5 -155.5t86 -127t127 -86t155.5 -31.5q80 0 153 30t130 87l-113 113q-35 -34 -78.5 -52t-91.5 -18zM1472 784q-50 0 -93.5 19t-76 51.5t-51.5 76t-19 93.5q0 49 19 93t51.5 76.5t76 51.5t93.5 19q48 0 91.5 -18t78.5 -52l113 113q-57 57 -130 87t-153 30q-83 0 -155.5 -31.5t-127 -86t-86 -127.5t-31.5 -155q0 -83 31.5 -155.5t86 -127t127 -86t155.5 -31.5q80 0 153 30t130 87l-113 113q-35 -34 -78.5 -52t-91.5 -18z" + }, + { + Name: "DataEnrichment", + Code: "E4F5", + Path: "M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM384 448q0 -9 5 -17.5t12 -16.5t15 -15t14 -12q50 -38 116.5 -63t138 -40t143.5 -21.5t132 -6.5q81 0 161.5 9.5t158.5 30.5v-133q-79 -18 -159 -26.5t-161 -8.5q-69 0 -137.5 6t-136.5 19q-34 6 -79.5 18t-93 30t-94 42t-82.5 54.5t-58.5 68t-22.5 82.5v384q0 51 29 92t72 73t92 54.5t90 36.5q-41 13 -90 36t-92 55t-72 73t-29 92v384q0 45 22.5 82.5t58.5 68t82.5 54.5t94 42t93 29.5t79.5 18.5q68 13 136.5 19t137.5 6t137.5 -6t136.5 -19q34 -7 79.5 -18.5t93 -29.5t94 -42t82.5 -54.5t58.5 -68t22.5 -82.5v-384q0 -51 -29 -92t-72 -73t-92.5 -55t-89.5 -36q40 -14 89.5 -36.5t92.5 -54.5t72 -73t29 -92v-64h-128v-120q-59 -38 -130.5 -64t-147.5 -42t-152.5 -23t-145.5 -7t-145.5 7t-152.5 23t-147.5 42t-130.5 64v-200zM960 1920q-60 0 -133.5 -6.5t-147.5 -22.5t-142 -42.5t-116 -66.5q-10 -9 -23.5 -24t-13.5 -30t13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30t-13.5 30t-23.5 24q-48 40 -116 66.5t-142 42.5t-147.5 22.5t-133.5 6.5zM384 1344q0 -15 13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30v200q-59 -38 -130.5 -64t-147.5 -42t-152.5 -23t-145.5 -7t-145.5 7t-152.5 23t-147.5 42t-130.5 64v-200zM960 1024q-60 0 -133.5 -6.5t-147.5 -22.5t-142 -42.5t-116 -66.5q-10 -9 -23.5 -24t-13.5 -30t13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30t-13.5 30t-23.5 24q-48 40 -116 66.5t-142 42.5t-147.5 22.5t-133.5 6.5z" + }, + { + Name: "NetworkDeviceScanning", + Code: "E4F6", + Path: "M2048 1350v-647q0 -59 -27 -107t-69 -87q-52 -49 -121.5 -86t-150 -64.5t-167.5 -46t-173 -30t-167 -16.5t-149 -5t-149 5t-167 16.5t-173 30t-167.5 46t-150.5 65t-121 85.5q-42 39 -69 87t-27 107v647q0 58 27.5 107t68.5 87q51 49 121 86t150.5 65t167.5 46.5t173 29.5t167 16t149 5t149 -5t167 -16t173 -29.5t167.5 -46.5t150.5 -65t121 -86q41 -38 68.5 -87t27.5 -107zM128 1350q0 -38 27 -71t65 -59.5t79 -46t70 -31.5q73 -30 155 -50t167 -33t169.5 -18.5t163.5 -5.5t163.5 5.5t169 18.5t166.5 33t156 50q28 12 69.5 31.5t79.5 46t65 59.5t27 71q0 37 -27 70t-65.5 59.5t-79.5 46.5t-69 32q-72 30 -154.5 50t-168 32.5t-170 18t-162.5 5.5t-162.5 -5.5t-170 -18t-168 -32.5t-154.5 -50q-28 -12 -69 -32t-79.5 -46.5t-65.5 -59.5t-27 -70zM1920 703v425q-84 -64 -196 -106.5t-233.5 -68t-242.5 -36t-224 -10.5t-224 10.5t-242.5 36t-233.5 68t-196 106.5v-425q0 -38 27 -71t65 -59.5t79 -46t70 -31.5q73 -30 155 -50t167 -32.5t169.5 -18t163.5 -5.5t163.5 5.5t169 18t166.5 32.5t156 50q28 12 69.5 31.5t79.5 46t65 59.5t27 71zM1231 1470l-208 -61l-223 76l42 121l183 -63l170 50zM1025 1156l-183 -63l-42 121l223 77l208 -62l-36 -123zM1443 1163l-70 106l112 75l-112 75l70 106l272 -181zM675 1269l-70 -106l-272 181l272 181l70 -106l-112 -75z" + }, + { + Name: "D365CustomerVoiceApp", + Code: "E4F7", + Path: "M2040 987q0 -159 -51 -307q-25 -73 -64.5 -145.5t-88.5 -139.5t-106.5 -126.5t-118.5 -106.5q-21 -17 -42.5 -25t-47.5 -8q-19 0 -52.5 10t-70 23.5t-70 27t-53.5 21.5q-15 -45 -46 -70t-69.5 -36.5t-81.5 -13.5t-83 -2q-103 0 -205 21.5t-197.5 62.5t-182 100t-157 134t-123 164.5t-81.5 191.5q-41 146 -41 296q0 160 51 309q45 131 123.5 243.5t178.5 206.5q18 17 37 35t39 33q21 16 43 24.5t48 8.5q19 0 52.5 -10t69.5 -23.5t69.5 -27.5t53.5 -21q15 45 46 70t69.5 36.5t81.5 13.5t83 2q103 0 205 -21.5t197.5 -62.5t182 -100t157 -134t123 -164.5t81.5 -191.5q41 -146 41 -298zM995 217q14 0 27 0.5t27 1.5q-123 5 -230.5 55.5t-187 133.5t-125.5 193t-46 233q0 81 20.5 159t61.5 148q53 92 124.5 152.5t165.5 105.5q7 3 13 9t6 14q0 2 -5 21.5t-12.5 48.5t-16.5 62t-17.5 63t-14.5 52.5t-8 28.5q-5 2 -25 9.5t-47.5 18t-58 22t-56 21t-43.5 16t-19 6.5q-6 0 -9 -3q-84 -68 -154 -149t-121 -173t-79.5 -194t-28.5 -212q0 -66 9.5 -133t27.5 -131q25 -88 71 -165t108 -141t137 -115t158 -86t171.5 -53.5t176.5 -18.5zM1070 627q0 48 27 84t69 56q67 31 121.5 76.5t92.5 103t59 125t21 142.5q0 100 -38 189t-104 155t-154.5 104.5t-189.5 38.5q-16 0 -32 -1t-32 -3l63 -237q5 -22 5 -39q0 -48 -27 -84t-69 -56q-67 -31 -121.5 -76.5t-92.5 -103t-59 -125.5t-21 -143q0 -101 38.5 -190t105 -155t155.5 -104t190 -38q16 0 31 1t30 3l-63 238q-2 10 -3.5 19t-1.5 20zM1912 988q0 67 -9.5 133.5t-27.5 130.5q-37 132 -120.5 238.5t-195 182.5t-242.5 117t-264 41q-14 0 -27 -0.5t-27 -1.5q123 -5 231 -55.5t187.5 -134t125.5 -193.5t46 -233q0 -81 -21 -159t-62 -148q-53 -92 -124.5 -151.5t-165.5 -105.5q-7 -3 -13 -9.5t-6 -14.5q0 -2 5 -21.5t12.5 -48t16.5 -61.5t17.5 -63t14.5 -52.5t8 -28.5q6 -2 26 -10t47 -18t57.5 -21.5t56.5 -21t43.5 -16t19.5 -6.5q5 0 8 3q84 71 154.5 151t121.5 170.5t79 191.5t28 215z" + }, + { + Name: "DiamondUser", + Code: "E4F9", + Path: "M1158 1152h-489l309 -792q-69 -107 -94 -228l-869 1043q-15 18 -15 41q0 18 9 33l384 640q8 14 23 22.5t32 8.5h1152q17 0 32 -8.5t23 -22.5l384 -640q9 -15 9 -33q0 -14 -9 -30t-21 -31.5t-25 -30t-22 -24.5q-49 62 -112.5 108t-138.5 72h151l-307 512h-253l193 -484q-32 -2 -64 -8.5t-64 -16.5l-203 509h-298l-204 -512h695q-59 -20 -111.5 -51.5t-96.5 -76.5zM484 1792l-307 -512h356l204 512h-253zM822 406l-290 746h-331zM1771 459q64 -33 116.5 -81.5t90 -108t57.5 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1543 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "FabricChannelFolder", + Code: "E4FA", + Path: "M2048 1408h-128v128h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h512v-128h-512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM768 384v896h1280v-896h-677l-347 -347v347h-256zM896 1152v-640h256v-165l165 165h603v640h-1024z" + }, + { + Name: "ContentUnderstandingApp", + Code: "E4FB", + Path: "M1835 1920q18 0 34 -7.5t27 -20.5t17.5 -29t6.5 -34v-874q0 -29 -18.5 -53.5t-48.5 -28.5l-1 -1l-847 -109l852 -162q8 -2 12.5 -8.5t4.5 -14.5q0 -14 -11 -20l-784 -418q-23 -12 -50 -12q-32 0 -58 17l-809 526q-16 11 -25 27.5t-9 35.5v118q0 20 9 36.5t26 27.5l537 328l-530 175q-20 7 -31 23.5t-11 36.5v159q0 23 14.5 41.5t37.5 21.5l1619 215q9 2 18 3t18 1zM256 1525q148 -48 294 -96t293 -97l686 419l-1273 -169v-57zM1539 531q-173 33 -343 66t-343 65l-256 49q-13 0 -43 -3.5t-63.5 -8.5t-65 -9.5t-47.5 -6.5l652 -424zM1792 994v768l-1536 -946v-20z" + }, + { + Name: "KnowledgeManagementApp", + Code: "E4FC", + Path: "M1920 670q0 -111 -41.5 -209.5t-113.5 -172.5t-169.5 -117t-209.5 -43q-91 0 -182.5 30.5t-161.5 90.5q-17 14 -31.5 30t-30.5 30q-12 11 -23 17t-28 6t-35 -10q-35 -19 -66.5 -34t-63.5 -26t-66.5 -17t-75.5 -6q-101 0 -191 39t-157.5 106t-106.5 156.5t-39 190.5q0 58 14 115.5t40.5 110t64.5 97.5t86 79q22 16 45.5 26.5t46.5 24.5q20 11 30 25t10 37q0 26 -5.5 55.5t-5.5 60.5q0 116 44.5 218t121 177.5t178.5 119t218 43.5q115 0 216.5 -45t177.5 -121.5t120 -178.5t44 -217q0 -32 -3.5 -62.5t-9.5 -61.5q-2 -10 -2 -16q0 -21 11 -35t28 -25q12 -7 24.5 -12.5t24.5 -12.5q63 -35 113.5 -85t86 -110t54.5 -128t19 -140zM1430 1218q0 34 8 67t8 67q-79 -17 -156.5 -37.5t-156.5 -34.5l225 -468l272 180q-20 15 -41 26.5t-43 22.5q-53 26 -84.5 71.5t-31.5 105.5zM1429 1480q-18 63 -53.5 117t-84 94.5t-108 66t-124.5 32.5q10 -97 19.5 -194t18.5 -194zM1035 1190l-227 -373q106 -8 209.5 -14.5t209.5 -14.5zM931 1784q-60 -12 -113.5 -39.5t-97 -67t-75 -90.5t-47.5 -110l370 -73zM280 604l301 164l-245 191q-39 -48 -59.5 -107t-20.5 -121q0 -67 24 -127zM621 367q23 0 46 3l-24 286l-297 -162q52 -60 124 -93.5t151 -33.5zM434 1045l247 -191l258 426l-357 69q0 -26 5 -52t5 -52q0 -59 -30.5 -106t-83.5 -72q-11 -5 -22 -10.5t-22 -11.5zM929 460q40 0 65.5 -10t45.5 -26t39.5 -36.5t46.5 -41.5l116 313h1h-1q-119 7 -237 15t-237 16q5 -70 11 -140t13 -140q19 10 34 19.5t30.5 16t32.5 10.5t40 4zM1383 256q78 0 149 28t127 82l-298 246l-123 -329q69 -27 145 -27zM1739 466q26 46 39.5 97t13.5 104q0 62 -18.5 121t-53.5 110q-70 -47 -140.5 -92.5t-140.5 -92.5zM1721 899v-1v1z" + }, + { + Name: "TaskAdd", + Code: "E4FD", + Path: "M384 1664v-1536h1152v-128h-1280v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1024h-128v896h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM717 781l179 -178l467 466l90 -90l-557 -558l-269 270z" + }, + { + Name: "UnavailableOffline", + Code: "E545", + Path: "M2048 384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h195l128 -128h-195v-768h1280v768h-195l128 128h195v-933l208 -208q12 -12 21 -29t15 -36t9 -38.5t3 -35.5zM128 384h1792q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5zM749 1043l-90 90l274 275l-274 275l90 90l275 -274l275 274l90 -90l-274 -275l274 -275l-90 -90l-275 274z" + }, + { + Name: "SavedOffline", + Code: "E546", + Path: "M2048 384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h286l-128 -128h-30v-768h1280v768h-67l128 128h67v-933l208 -208q12 -12 21 -29t15 -36t9 -38.5t3 -35.5zM128 384h1792q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5zM1581 1747l-621 -621l-365 365l90 90l275 -275l531 531z" + }, + { + Name: "ZeroDayCalendar", + Code: "E547", + Path: "M1032 1152q71 0 118.5 -26.5t76.5 -70.5t41 -101.5t12 -118.5q0 -64 -14 -122.5t-45.5 -103t-81.5 -71t-122 -26.5q-71 0 -118.5 26.5t-76.5 70.5t-41.5 101t-12.5 119q0 64 14 122.5t45.5 103t82 71t122.5 26.5zM891 833v-17.5t2 -17.5l245 168q-14 39 -42 65.5t-72 26.5q-41 0 -67 -23.5t-40.5 -57.5t-20 -73.5t-5.5 -70.5zM1024 606q41 0 67 23.5t40.5 57.5t20 73t5.5 71q0 8 -1 16t-1 16l-244 -166q14 -39 41 -65t72 -26zM1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152z" + }, + { + Name: "PBIAnomaly", + Code: "E548", + Path: "M128 128h1005l147 -128h-1280v2048h128v-783l572 681l516 -403l480 486l91 -90l-563 -570l-508 397l-588 -700v-938zM2048 640q0 -103 -39 -196t-111 -166q-42 -42 -89.5 -78.5t-94.5 -73.5q-30 -24 -59 -50t-59 -51q-14 -11 -27.5 -17.5t-32.5 -6.5t-32.5 6t-27.5 18q-30 25 -59 50.5t-60 50.5q-46 37 -93.5 73.5t-89.5 78.5q-72 73 -111 166t-39 196q0 105 40.5 198.5t110 163.5t162.5 110.5t199 40.5t199 -40.5t162.5 -110.5t110 -163t40.5 -199zM1920 640q0 79 -30 149t-82.5 122.5t-122.5 83t-149 30.5q-80 0 -149.5 -30.5t-122 -83t-82.5 -122.5t-30 -149q0 -64 17 -115t46 -94t67.5 -79.5t81.5 -70t87 -67t85 -70.5q41 37 85 70.5t87 67t81.5 70t67.5 79.5t46 94t17 115zM1536 896q53 0 100 -20t81.5 -54.5t54.5 -81.5t20 -100t-20 -100t-54.5 -81.5t-81.5 -54.5t-100 -20t-100 20t-81.5 54.5t-54.5 81.5t-20 100t20 100t54.5 81.5t81.5 54.5t100 20zM1536 512q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10z" + }, + { + Name: "CareActivity", + Code: "E549", + Path: "M2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q55 0 104 -21t85 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM384 128h867l129 -128h-1124v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-801q-3 0 -5.5 0.5t-5.5 0.5q-30 0 -59 -5t-58 -13v690h-128v-256h-1024v256h-128v-1536zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256z" + }, + { + Name: "CarePlan", + Code: "E54A", + Path: "M640 896v128h384v-128h-384zM1024 1280v-128h-384v128h384zM256 128h995l129 -128h-1252v2048h1115l549 -549v-508q-3 0 -5.5 0.5t-5.5 0.5q-30 0 -59 -5t-58 -13v434h-512v512h-896v-1792zM1280 1829v-293h293zM1024 1536v-128h-384v128h384zM512 1536v-128h-128v128h128zM2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q55 0 104 -21t85 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM512 1280v-128h-128v128h128zM384 896v128h128v-128h-128z" + }, + { + Name: "ClinicalImpression", + Code: "E54B", + Path: "M384 1664v-1536h256v-128h-384v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 27 -10.5 50.5t-28.5 40.5t-41 27t-48 10q-27 0 -50 -10.5t-40.5 -28t-27.5 -41t-10 -48.5v-128h-256zM768 1024h1280v-1024h-1280v1024zM1920 128v256h-351l-95 99l-202 -270l-217 341l-62 -106h-97v-320h1024zM1920 512v384h-1024v-320h25l130 221l229 -360l180 240l161 -165h299z" + }, + { + Name: "Encounter", + Code: "E54C", + Path: "M896 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -71 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM640 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM2048 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -72 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM1792 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1371 1664h677v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90zM467 1875l90 90l365 -365l-365 -365l-90 90l210 211h-677v128h677z" + }, + { + Name: "MedicalCare", + Code: "E54D", + Path: "M960 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM960 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM704 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM960 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1280 1088q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1920 576q0 -93 -35 -174.5t-96 -142t-142.5 -96t-174.5 -35.5q-89 0 -171.5 34t-145.5 97l-195 195l-195 -195q-63 -63 -145.5 -97t-171.5 -34q-93 0 -174.5 35.5t-142.5 96t-96 142t-35 174.5q0 90 34 172t97 145l195 195l-195 195q-63 63 -97 145t-34 172q0 93 35 174.5t96 142t142.5 96t174.5 35.5q89 0 171.5 -34t145.5 -97l195 -195l195 195q63 63 145.5 97t171.5 34q93 0 174.5 -35.5t142.5 -96t96 -142t35 -174.5q0 -90 -34 -172t-97 -145l-195 -195l195 -195q63 -63 97 -145t34 -172zM1050 1631l453 -453l195 196q46 47 70 103.5t24 122.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25t-122.5 -24t-103.5 -70zM417 1178l453 453l-196 195q-47 46 -103.5 70t-122.5 24t-124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t24 -122.5t70 -103.5zM870 545l-453 453l-195 -196q-46 -47 -70 -103.5t-24 -122.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25t122.5 24t103.5 70zM507 1088l453 -453l453 453l-453 453zM1792 576q0 66 -24 122.5t-70 103.5l-195 196l-453 -453l196 -195q47 -46 103.5 -70t122.5 -24t124.5 25t102 68.5t68.5 102t25 124.5z" + }, + { + Name: "MedicationAdmin", + Code: "E54E", + Path: "M1220 1003l-91 -91q-80 54 -172 83t-189 29q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q48 -19 93.5 -43.5t87.5 -55.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -65 -24 -122.5t-70 -103.5l-512 -512q-46 -46 -103.5 -70t-122.5 -24q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 65 24 122.5t70 103.5l512 512q46 46 103.5 70t122.5 24zM1562 395l-271 271l-211 -210q-27 -27 -41.5 -62.5t-14.5 -73.5q0 -40 15 -75t41 -61t61 -41t75 -15q38 0 73.5 14.5t62.5 41.5zM1920 832q0 40 -15 75t-41 61t-61 41t-75 15q-38 0 -73.5 -14.5t-62.5 -41.5l-210 -211l271 -271l211 210q27 27 41.5 62.5t14.5 73.5zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "MedicationRequest", + Code: "E54F", + Path: "M256 128h525q10 -38 29 -69t47 -59h-729v2048h1113l551 -551v-191h-128v102h-512v512h-896v-1792zM1280 1830v-294h294zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -65 -24 -122.5t-70 -103.5l-512 -512q-46 -46 -103.5 -70t-122.5 -24q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 65 24 122.5t70 103.5l512 512q46 46 103.5 70t122.5 24zM1562 395l-271 271l-211 -210q-27 -27 -41.5 -62.5t-14.5 -73.5q0 -40 15 -75t41 -61t61 -41t75 -15q38 0 73.5 14.5t62.5 41.5zM1920 832q0 40 -15 75t-41 61t-61 41t-75 15q-38 0 -73.5 -14.5t-62.5 -41.5l-210 -211l271 -271l211 210q27 27 41.5 62.5t14.5 73.5zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "VaccinationRecent", + Code: "E550", + Path: "M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -107 -40 -200t-109.5 -162.5t-163 -109.5t-199.5 -40q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t162.5 109.5t200 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128zM1024 1189l-102 -101l83 -83l-90 -90l-83 83l-101 -102l82 -83l-90 -90l-83 82l-128 -128v-165h165l230 230q-20 -54 -31 -110t-11 -114l-134 -134h-257l-202 -203l-272 -90l384 384v256l870 869l-99 99l90 90l99 -99l166 166l-99 99l90 90l544 -544l-90 -90l-99 99l-166 -166l99 -99l-90 -90l-99 99l-71 -71q-57 0 -113 -11t-110 -31l203 203l-165 165l-229 -229l82 -83l-90 -90zM1600 1765l-165 -165l165 -165l165 165z" + }, + { + Name: "XRay", + Code: "E551", + Path: "M0 2048h1920v-2048h-1920v2048zM1792 128v1792h-1664v-1792h1664zM896 1024v128h-448q-26 0 -45 19t-19 45t19 45t45 19h448v128h-320q-26 0 -45 19t-19 45t19 45t45 19h320q0 8 -0.5 16.5t-0.5 17.5q0 17 2 33.5t8.5 30t19.5 22t35 8.5t34.5 -8.5t19 -22t8.5 -30t2 -33.5v-34h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-320v-128h448q26 0 45 -19t19 -45t-19 -45t-45 -19h-448v-128h448q26 0 45 -19t19 -45t-19 -45t-45 -19h-448v-128h192q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 17 3.5 32.5t8.5 31.5h-152q5 -16 8.5 -31.5t3.5 -32.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h192v128h-448q-26 0 -45 19t-19 45t19 45t45 19h448zM704 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1216 640q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "BulkPageBlock", + Code: "E553", + Path: "M512 1664v-1536h640v-128h-768v256h-256v1792h859l805 -805v-219h-128v128h-512v512h-640zM1280 1573v-293h293zM256 384h128v1408h677l-128 128h-677v-1536zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "PBIAnomaliesMarker", + Code: "E554", + Path: "M1024 1792q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1024 637q106 0 200 40.5t164.5 110.5t111 163.5t40.5 200.5q0 106 -40.5 200t-111 164t-164.5 110.5t-200 40.5q-107 0 -200.5 -40.5t-164 -110.5t-111 -164t-40.5 -200q0 -107 40.5 -200.5t111 -163.5t164 -110.5t200.5 -40.5zM1024 0q-61 0 -105 42q-133 130 -264 257.5t-264 257.5q-127 124 -195 282t-68 335q0 123 33 235.5t92 209.5t141.5 176t182 135.5t213 87t234.5 30.5t234.5 -30.5t213 -87t182 -135.5t142 -176t92 -209.5t32.5 -235.5q0 -177 -68 -335.5t-194 -281.5q-133 -130 -264.5 -257.5t-264.5 -257.5q-44 -42 -105 -42zM1792 1173q0 105 -28 201t-79 179t-122 151t-156 116t-182.5 74t-200.5 26t-200.5 -26t-182.5 -74t-156 -116t-122 -151t-79 -179t-28 -201q0 -151 58 -285t166 -239l528 -515q6 -6 16 -6t16 6l528 515q108 105 166 239t58 285z" + }, + { + Name: "Pronouns", + Code: "E556", + Path: "M0 2048h1920v-1536h-1189l-475 -475v475h-256v1536zM1792 640v1280h-1664v-1280h256v-293l293 293h1115zM640 768h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64zM768 1472q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "ExpressRouteCircuits", + Code: "E557", + Path: "M1792 576q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-44 0 -84 14t-73 39.5t-56.5 61t-34.5 77.5h-1040q-11 -42 -34.5 -77.5t-56.5 -61t-73.5 -39.5t-83.5 -14q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q30 0 62 -8l531 973q-39 37 -60 85t-21 102q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -54 -21 -102t-60 -85l531 -973q32 8 62 8zM962 1480l-531 -973q26 -25 45 -56.5t28 -66.5h1040q9 35 28 66.5t45 56.5l-531 973q-32 -8 -62 -8t-62 8z" + }, + { + Name: "ErrorBadge12", + Code: "E558", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM1220 1340l120 -120l-281 -281l281 -281l-120 -121l-281 281l-281 -281l-121 121l281 281l-281 281l121 120l281 -281z" + }, + { + Name: "Completed12", + Code: "E559", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM768 718l537 537l121 -121l-658 -657l-316 316l120 121z" + }, + { + Name: "Info12", + Code: "E55A", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM853 512v512h171v-512h-171zM1024 1365v-170h-171v170h171z" + }, + { + Name: "ChevronUpEnd", + Code: "E55B", + Path: "M256 1664h1536v-128h-1536v128zM275 493l749 750l749 -750l-90 -90l-659 658l-659 -658z" + }, + { + Name: "PowerStandby", + Code: "E55C", + Path: "M960 2048v-1024h-128v1024h128zM889 128q52 -68 116 -121q-27 -3 -54.5 -5t-54.5 -2q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5q0 146 44.5 280.5t126 246.5t196 196t253.5 129l40 -121q-119 -39 -217 -111t-168 -168t-108.5 -211.5t-38.5 -240.5q0 -105 27 -202.5t77 -182.5t119 -155t154 -120.5t182 -78.5t202 -29zM1542 1308q-72 113 -177 195t-233 124l40 121q89 -29 169 -75t148.5 -106.5t123.5 -134.5t94 -159q-81 27 -165 35zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 896v-256h192v-128h-320v384h128z" + }, + { + Name: "BusinessRule", + Code: "E562", + Path: "M256 1792h768v-128h-768v128zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256zM128 1920v-1792h869l-64 -128h-933v2048h1792v-640h-128v512h-1536zM384 384h741l-64 -128h-805v384h741l-64 -128h-549v-128zM1536 1408h-1152v-128h936l-65 -128h-999v384h1280v-128zM256 768v128h768v-128h-768z" + }, + { + Name: "DataFlow", + Code: "E577", + Path: "M1600 2048q37 0 84.5 -5.5t97.5 -17.5t97.5 -31.5t85 -48t60.5 -66.5t23 -87v-640q0 -49 -23 -87t-60.5 -66.5t-85 -48t-97.5 -31.5t-97.5 -17.5t-84.5 -5.5t-84.5 5.5t-97.5 17.5t-97.5 31.5t-85 48t-60.5 66.5t-23 87v640q0 49 23 87t60.5 66.5t85 48t97.5 31.5t97.5 17.5t84.5 5.5zM1920 1152v458q-71 -41 -155 -57.5t-165 -16.5t-165 16.5t-155 57.5v-458q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4t74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23zM1600 1664q33 0 74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23t-7 22.5t-16 19.5q-25 25 -62 41.5t-78 26.5t-82.5 14t-74.5 4t-74.5 -4t-82.5 -14t-78 -26.5t-62 -41.5q-9 -8 -16 -19t-7 -23q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4zM659 1811l90 90l301 -301l-301 -301l-90 90l146 147h-165q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30h165zM576 1152q37 0 84.5 -5.5t97.5 -17.5t97.5 -31.5t85 -48t60.5 -66.5t23 -87v-640q0 -49 -23 -87t-60.5 -66.5t-85 -48t-97.5 -31.5t-97.5 -17.5t-84.5 -5.5t-84.5 5.5t-97.5 17.5t-97.5 31.5t-85 48t-60.5 66.5t-23 87v640q0 49 23 87t60.5 66.5t85 48t97.5 31.5t97.5 17.5t84.5 5.5zM896 256v458q-71 -41 -155 -57.5t-165 -16.5t-165 16.5t-155 57.5v-458q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4t74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23zM576 768q33 0 74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23t-7 22.5t-16 19.5q-25 25 -62 41.5t-78 26.5t-82.5 14t-74.5 4t-74.5 -4t-82.5 -14t-78 -26.5t-62 -41.5q-9 -8 -16 -19t-7 -23q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4z" + }, + { + Name: "ItalicC", + Code: "E5B2", + Path: "M1792 1819l-42 -193q-91 61 -193.5 93t-212.5 32q-112 0 -209.5 -27t-178.5 -77t-144.5 -120t-107 -156t-66.5 -185.5t-23 -207.5q0 -122 33 -223.5t98.5 -174.5t162 -113t223.5 -40q61 0 116 6t107.5 19.5t104 35t104.5 51.5l-44 -198q-104 -47 -208.5 -66t-218.5 -19q-158 0 -283.5 52.5t-212.5 146.5t-133 223.5t-46 283.5q0 209 66 384.5t188 303t294.5 199t384.5 71.5q115 0 226.5 -24t214.5 -77z" + }, + { + Name: "BoldG", + Code: "E5B3", + Path: "M980 1201h684v-809q-66 -38 -137.5 -64t-146 -42t-150.5 -23t-152 -7q-189 0 -343.5 53.5t-264 156t-169 253t-59.5 344.5q0 199 67 358t186.5 270t284 170t358.5 59q115 0 228.5 -16t222.5 -55v-340q-104 60 -220.5 84t-235.5 24q-120 0 -214.5 -40.5t-160 -112t-100 -170t-34.5 -214.5q0 -113 29 -208t87.5 -164.5t147 -108.5t207.5 -39q52 0 105.5 7t101.5 30v314h-322v290z" + }, + { + Name: "UnderlineS", + Code: "E5B4", + Path: "M490 348v222q38 -34 91.5 -60.5t112.5 -45t118.5 -28.5t109.5 -10q63 0 125 10.5t111 38t79.5 76t30.5 125.5q0 68 -33.5 119t-88 93t-124 77t-142.5 71.5t-142.5 78t-124 94.5t-88 121.5t-33.5 159.5q0 114 50 195.5t130.5 133.5t180 76.5t198.5 24.5q39 0 85 -2t92.5 -8t90.5 -17t79 -30v-213q-81 56 -175 77.5t-191 21.5q-57 0 -118 -12t-110.5 -40t-81.5 -74.5t-32 -115.5q0 -28 5 -55t18 -52q22 -44 66 -80t101 -68.5t122.5 -64.5t130.5 -67.5t125.5 -76.5t106.5 -92.5t73.5 -116t27.5 -145.5q0 -83 -23 -147t-63 -112t-94.5 -81t-118.5 -54t-134 -30t-140 -9q-40 0 -95.5 6t-112.5 18t-109.5 29t-85.5 39zM384 128h1280v-128h-1280v128z" + }, + { + Name: "BoldF", + Code: "E5B5", + Path: "M1474 1615h-587v-409h539v-304h-539v-646h-375v1664h962v-305z" + }, + { + Name: "ItalicK", + Code: "E5B6", + Path: "M1834 1920l-897 -825l578 -839h-242l-504 758q-10 14 -18 30.5t-16 31.5h-4l-173 -820h-200l352 1664h202l-166 -782h4q14 14 27.5 28.5t27.5 28.5l765 725h264z" + }, + { + Name: "BoldN", + Code: "E5B7", + Path: "M1399 1920h354v-1664h-378l-686 1046q-22 34 -43.5 68t-40.5 70h-4q7 -67 8 -134.5t1 -135.5v-914h-354v1664h404l660 -1013q22 -34 43 -67.5t41 -68.5h4q-6 41 -7.5 83.5t-1.5 84.5v61v920z" + }, + { + Name: "UnderlineRussian", + Code: "E5B8", + Path: "M464 1343v577h180v-569q0 -129 69 -188t194 -59q113 0 223.5 34.5t210.5 83.5v698h180v-1536h-180v691q-106 -56 -220.5 -93t-235.5 -37q-96 0 -173.5 25t-132.5 75t-85 124.5t-30 173.5zM384 128h1152v-128h-1152v128z" + }, + { + Name: "BoldRussion", + Code: "E5B9", + Path: "M1511 1118l537 -734h-395l-415 607q-11 17 -20.5 34.5t-17.5 35.5h-4v-677h-310v677h-5q-16 -37 -38 -70l-416 -607h-394l537 734l-496 674h377l392 -589q11 -16 20.5 -32t17.5 -33h5v654h310v-654h4q8 17 17.5 33t20.5 32l392 589h378z" + }, + { + Name: "FontStyleKorean", + Code: "E5BA", + Path: "M683 1064v88h598q-4 -149 -47.5 -276t-119 -233.5t-179.5 -194.5t-230 -159l-77 80q106 44 200 114.5t167 161t120 197t60 222.5h-492zM1596 752h229v-88h-229v-664h-99v1280h99v-528zM1259 1430q12 0 27.5 -1t29 -5.5t23 -14t9.5 -25.5q0 -20 -16.5 -29t-33.5 -9h-253v-66h-94v643q0 9 -12.5 19.5t-31.5 21t-40.5 20.5t-40.5 19t-31.5 16t-12.5 11q0 6 8.5 9.5t19 5.5t21 2.5t13.5 0.5q9 0 32.5 -5t50 -11.5t50.5 -13t35 -10.5q13 -5 25.5 -12.5t12.5 -23.5q0 -12 -2 -23.5t-2 -23.5v-534h73q15 0 27.5 6t27 13.5t34.5 13.5t51 6zM727 1761q0 -6 -4 -12t-9 -12l-10 -12t-8 -11q-8 -15 -14 -30.5t-13 -30.5q-17 -36 -35.5 -71t-38.5 -70q-50 -86 -110 -162t-128 -143.5t-144 -128.5t-158 -116q-6 -5 -21 -14t-24 -9q-6 0 -6 4t5 10t11.5 12.5t12.5 11.5t8 7q32 28 63.5 55t62.5 56q61 60 126 135.5t123 158.5t103.5 170.5t67.5 171.5q-51 -2 -100.5 -5.5t-99.5 -6.5q-23 -2 -47 -2.5t-47 -5.5q-8 -2 -18.5 -5.5t-21 -8t-19.5 -7.5t-14 -3q-10 0 -36.5 9t-54 22t-48.5 27t-21 24q0 5 5 6.5t9 1.5q9 0 18.5 -2t18.5 -4q42 -8 84.5 -10t85.5 -2q69 0 138.5 2.5t137.5 9.5q21 2 40 9t40 7q6 0 21 -1t30 -3.5t27 -7.5t12 -14z" + }, + { + Name: "UnderlineKorean", + Code: "E5BB", + Path: "M1599 1309h321v-123h-321v-930h-139v1792h139v-739zM244 792q149 61 275.5 158t229.5 218q110 129 175.5 278.5t84.5 318.5h-689v123h837q-5 -209 -66 -386.5t-166.5 -326.5t-251.5 -272t-322 -223zM256 0v128h1408v-128h-1408z" + }, + { + Name: "ItalicKorean", + Code: "E5BC", + Path: "M387 1877h897q-64 -230 -179.5 -422.5t-271 -352t-343 -288.5t-395.5 -232l-84 120q180 68 339.5 172t301.5 232q149 135 260 291.5t179 346.5h-737zM1601 1257h344l-33 -133h-344l-250 -996h-149l482 1920h149z" + }, + { + Name: "BoldKorean", + Code: "E5BD", + Path: "M184 1674v209h949q-21 -222 -90 -414.5t-180.5 -358t-263.5 -304.5t-339 -254l-187 174q144 79 269 175.5t225.5 213.5t173 256t109.5 303h-666zM1623 1294h297v-210h-297v-951h-250v1915h250v-754z" + }, + { + Name: "FontColorKorean", + Code: "E5BE", + Path: "M1495 1366h297v-114h-297v-859h-128v1655h128v-682zM244 888q137 57 253.5 146t212.5 201q102 120 162.5 257t77.5 294h-635v114h772q-5 -193 -61 -357t-153.5 -302t-232.5 -251.5t-297 -205.5zM256 0v256h1408v-256h-1408z" + }, + { + Name: "ProductWarning", + Code: "E5C0", + Path: "M256 1432v-880l589 -295l-57 -115l-660 330v1104l832 415l832 -415v-706l-128 256v306l-640 -320v-498l-128 -256v754zM960 1849l-206 -103l584 -334l247 124zM616 1677l-281 -141l625 -313l240 120zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z" + }, + { + Name: "SimplifiedView", + Code: "E5C1", + Path: "M1152 1920v-896h-1152v896h1152zM1024 1152v640h-896v-640h896zM0 768h2048v-128h-2048v128zM0 256v128h2048v-128h-2048z" + }, + { + Name: "Oauth", + Code: "E5C3", + Path: "M1408 2048v-768h-640v-640h-768v1408h1408zM128 1920v-512h512v512h-512zM640 768v512h-512v-512h512zM1280 1408v512h-512v-512h512zM1408 1152l512 -288v-576l-512 -288l-512 288v576zM1792 363v426l-384 216l-384 -216v-426l384 -216z" + }, + { + Name: "BoldBulgarian", + Code: "E5C5", + Path: "M1284 1920h376v-1664h-376v660q-110 -60 -228 -93.5t-244 -33.5q-125 0 -221 29.5t-161.5 90.5t-99.5 154.5t-34 221.5v635h373v-602q0 -58 16.5 -99t47.5 -67t75 -38t99 -12q101 0 196 31t181 83v704z" + }, + { + Name: "BoldK", + Code: "E5C6", + Path: "M1152 1126l642 -870h-483l-494 723q-14 21 -24.5 45t-20.5 47h-6v-815h-382v1664h382v-787h6q9 23 21 48t26 45l469 694h455z" + }, + { + Name: "BoldP", + Code: "E5C7", + Path: "M982 1920q136 0 253 -26t203.5 -87.5t135.5 -163.5t49 -253q0 -97 -26 -176t-72 -141.5t-109.5 -108t-138.5 -76t-158.5 -45t-170.5 -14.5h-182v-573h-382v1664h598zM916 1113q67 0 123.5 13.5t96.5 44.5t62.5 81.5t22.5 123.5q0 72 -23 121t-63.5 79t-96.5 43t-122 13h-150v-519h150z" + }, + { + Name: "BoldT", + Code: "E5C8", + Path: "M287 1920h1348v-305h-483v-1359h-383v1359h-482v305z" + }, + { + Name: "BoldKazakh", + Code: "E5C9", + Path: "M1477 512h251v-512h-320v256h-225l-494 723q-14 21 -24.5 45t-20.5 47h-6v-815h-382v1664h382v-787h6q9 23 21 48t26 45l469 694h455l-591 -794z" + }, + { + Name: "BoldSerbian", + Code: "E5CA", + Path: "M291 1920h1466v-1664h-382v1337h-702v-1337h-382v1664z" + }, + { + Name: "UnderlineSerbian", + Code: "E5CB", + Path: "M580 1739v-1483h-196v1664h1263v-1664h-198v1483h-869zM384 128h1280v-128h-1280v128z" + }, + { + Name: "UnderlineA", + Code: "E5CC", + Path: "M660 723l-169 -467h-221l650 1664h206l652 -1664h-219l-180 467h-719zM726 898h588l-266 709q-10 27 -15.5 55t-10.5 56h-5q-5 -28 -11 -56t-16 -55zM256 128h1536v-128h-1536v128z" + }, + { + Name: "UnderlineP", + Code: "E5CD", + Path: "M711 885v-629h-199v1664h466q121 0 225 -28.5t181 -88.5t121 -154t44 -226q0 -134 -49.5 -235t-134 -168.5t-196 -101t-235.5 -33.5h-223zM711 1744v-683h208q87 0 163.5 19t134 61t91 109t33.5 164q0 94 -30.5 157t-83.5 101.5t-125.5 55t-157.5 16.5h-233zM512 0v128h1024v-128h-1024z" + }, + { + Name: "ItalicD", + Code: "E5CE", + Path: "M1794 1247q0 -124 -24.5 -244.5t-77.5 -232.5q-65 -138 -160.5 -235.5t-214 -159.5t-255 -90.5t-281.5 -28.5h-527l354 1664h463q156 0 288.5 -44t229 -129.5t151 -211t54.5 -288.5zM1590 1233q0 134 -41.5 230.5t-116 159t-179 92t-230.5 29.5h-254l-281 -1312h310q181 0 327.5 57.5t250 162.5t159 253t55.5 328z" + }, + { + Name: "ItalicS", + Code: "E5CF", + Path: "M1557 1847l-38 -195q-34 23 -76.5 41.5t-88.5 31t-92 19.5t-87 7q-59 0 -117.5 -15.5t-104.5 -47.5t-74.5 -81.5t-28.5 -116.5q0 -63 23.5 -113t61.5 -92.5t87 -80t100.5 -75.5t100.5 -79t87 -90.5t61.5 -109.5t23.5 -136q0 -50 -9.5 -98t-29.5 -94q-34 -77 -87.5 -128t-120.5 -81.5t-142.5 -43.5t-153.5 -13q-51 0 -107 6.5t-111 19.5t-108 32t-98 44l33 195q43 -29 92 -52.5t100.5 -40t105 -25t105.5 -8.5q64 0 123.5 13.5t105.5 44.5t73.5 81t27.5 124q0 58 -23.5 104.5t-62 86.5t-88 76.5t-101 74.5t-101 80t-88 93.5t-62 115.5t-23.5 145q0 76 22 141t62.5 118.5t97.5 93.5t126 65q56 20 116 28t119 8q91 0 188 -19.5t181 -53.5z" + }, + { + Name: "ItalicT", + Code: "E5D0", + Path: "M499 1920h1178l-39 -176h-483l-319 -1488h-203l321 1488h-493z" + }, + { + Name: "ItalicL", + Code: "E5D1", + Path: "M697 437h676l-40 -181h-878l358 1664h206z" + }, + { + Name: "ItalicKazakh", + Code: "E5D2", + Path: "M862 1095l454 -647h187l-90 -448h-192l51 256h-68l-513 758q-10 14 -18.5 30t-16.5 32h-5l-176 -820h-203l358 1664h206l-169 -782h5q13 14 27 28.5t28 28.5l780 725h269z" + }, + { + Name: "InsertTextBoxKorean", + Code: "E5D3", + Path: "M768 1792q-4 -155 -49 -286.5t-123.5 -241.5t-186.5 -201t-238 -165l-79 83q110 45 207.5 118.5t172.5 167t124 204t62 230.5h-510v91h620zM998 1300v-660h-102v1280h102v-528h238v-92h-238zM1280 1664h768v-1536h-1792v384h128v-256h1536v1280h-640v128z" + }, + { + Name: "StrikethroughKorean", + Code: "E5D4", + Path: "M2048 1152v-128h-128v-512h-128v512h-512v-144q47 0 92.5 -0.5t92.5 -0.5q60 0 120.5 5t119.5 19l17 -110q-34 -8 -79 -13t-95.5 -8t-104 -4t-104.5 -1q-54 0 -102 0.5t-85 0.5v256h-256v-512h-128v512h-332q-63 -101 -149.5 -180.5t-187.5 -142.5l-99 93q81 45 153 101.5t129 128.5h-282v128h362q34 70 50 145h-353v111h503q-6 -66 -21 -130t-40 -126h267v384h128v-384h256v256h128v-256h512v384h128v-384h128z" + }, + { + Name: "PreviewBelow", + Code: "E5D5", + Path: "M640 2048h1408v-640h-1408v640zM1920 1536v384h-1152v-384h1152zM640 1152v128h1408v-640h-896q0 32 -5 64t-13 64h786v384h-1152v-18q-32 8 -64 13t-64 5zM640 1024q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-326 -325l-90 90l325 326q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM640 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "PreviewSideBySide", + Code: "E5D6", + Path: "M640 1024q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5q-60 0 -117 18t-105 53l-326 -325l-90 90l325 326q-35 48 -53 105t-18 117q0 79 30.5 149t82.5 122t122 82.5t149 30.5zM640 384q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM640 1152v896h640v-1408h-128q0 32 -5 64t-13 64h18v-23v1175h-384v-786q-32 8 -64 13t-64 5zM1408 2048h640v-1408h-640v1408zM1920 768v1152h-384v-1152h384z" + }, + { + Name: "LearningApp", + Code: "E5D8", + Path: "M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1798 516q0 15 -7 29t-20 22l-274 179q-14 10 -31 10q-24 0 -41 -19t-17 -42v-366q0 -23 17 -42t41 -19q17 0 32 10l274 187q13 8 19.5 22t6.5 29zM915 256q28 -67 71 -128h-474q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1408q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-659q-122 51 -256 51q-139 0 -261 -53t-213.5 -144.5t-144.5 -213.5t-53 -261q0 -32 3.5 -64t9.5 -64h-493q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h403zM512 1728v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45z" + }, + { + Name: "ProcessAdvisor", + Code: "E5E4", + Path: "M1024 128q146 0 282.5 45.5t253.5 133.5l91 -91q-136 -106 -295.5 -161t-331.5 -55t-331.5 55t-295.5 161l91 91q117 -88 253.5 -133.5t282.5 -45.5zM397 1832q136 106 295.5 161t331.5 55t331.5 -55t295.5 -161l-91 -91q-117 88 -253.5 133.5t-282.5 45.5t-282.5 -45.5t-253.5 -133.5zM216 1651l91 -91q-88 -117 -133.5 -253.5t-45.5 -282.5t45.5 -282.5t133.5 -253.5l-91 -91q-106 136 -161 295.5t-55 331.5t55 331.5t161 295.5zM448 704l192 192v256h-128v384h384v-384h-128v-256l128 -128h256v128h384v-384h-384v128h-256l-192 -192zM1280 768v-128h128v128h-128zM640 1408v-128h128v128h-128zM704 779l-75 -75l75 -75l75 75zM1832 1651q106 -136 161 -295.5t55 -331.5t-55 -331.5t-161 -295.5l-91 91q88 117 133.5 253.5t45.5 282.5t-45.5 282.5t-133.5 253.5z" + }, + { + Name: "PinToTab", + Code: "E5E5", + Path: "M1152 1920h768v-1664h-1920v1536h1152v128zM896 1664v-256h256v256h-256zM512 1664v-256h256v256h-256zM128 1664v-256h256v256h-256zM1792 384v1408h-512v-512h-1152v-896h1664z" + }, + { + Name: "CloudFlow", + Code: "E5EA", + Path: "M1243 640l-51 -128h-680q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q83 126 207 195.5t276 69.5q111 0 209.5 -39t174.5 -107.5t125.5 -162t63.5 -203.5q61 0 118 -18t105.5 -51.5t85 -81t55.5 -105.5h-141q-26 44 -56.5 69.5t-65.5 38.5t-74 16.5t-82 3.5h-70v14q0 30 -0.5 58t-4 55t-10.5 54.5t-20 57.5q-27 62 -69 112.5t-96 86t-117 55t-131 19.5q-69 0 -134 -21t-120.5 -59.5t-97.5 -92t-66 -118.5q-75 35 -158 35q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30h731zM1664 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM1024 128v128h-128v-128h128zM1920 640v128h-128v-128h128z" + }, + { + Name: "PBIReportTemplate", + Code: "E5EC", + Path: "M256 1536v-128h-128v128h128zM256 1280v-128h-128v128h128zM256 1792v-128h-128v128h128zM256 768v-128h-128v128h128zM256 1024v-128h-128v128h128zM1664 1792h-128v128h128v-128zM1536 2048v-128h-128v128h128zM256 0v128h128v-128h-128zM1536 1280v128h128v-128h-128zM1664 1664v-128h-128v128h128zM256 2048v-128h-128v128h128zM256 512v-128h-128v128h128zM1408 0v640h128v-640h-128zM1664 1152v-128h-128v128h128zM1152 1920v128h128v-128h-128zM1664 0v896h128v-896h-128zM1152 0v384h128v-384h-128zM1920 640h128v-640h-128v640zM768 2048v-128h-128v128h128zM512 0v128h128v-128h-128zM896 1920v128h128v-128h-128zM512 2048v-128h-128v128h128zM128 256h128v-128h-128v128zM768 0v128h128v-128h-128z" + }, + { + Name: "UpperCase", + Code: "E5ED", + Path: "M454 1664h116l427 -1280h-127l-126 384h-464l-126 -384h-127zM322 896h380l-190 576zM1594 1664l427 -1280h-127l-126 384h-464l-126 -384h-127l427 1280h116zM1346 896h380l-190 576z" + }, + { + Name: "LowerCase", + Code: "E5EE", + Path: "M1920 1088v-704h-128v134q-63 -65 -146 -99.5t-174 -34.5q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 51 17.5 97t48.5 82.5t73.5 61.5t92.5 33l408 68v42q0 40 -15 75t-41 61t-61 41t-75 15q-90 0 -173 -32.5t-147 -95.5v163q71 46 153 69.5t167 23.5q67 0 125 -25t101.5 -68.5t68.5 -101.5t25 -125zM1792 832v84l-387 -64q-27 -5 -50 -18t-39.5 -33t-26 -45t-9.5 -52q0 -40 15 -75t41 -61t61 -41t75 -15q66 0 124.5 25t102 68.5t68.5 102t25 124.5zM896 1088v-704h-128v134q-63 -65 -146 -99.5t-174 -34.5q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 51 17.5 97t48.5 82.5t73.5 61.5t92.5 33l408 68v42q0 40 -15 75t-41 61t-61 41t-75 15q-90 0 -173 -32.5t-147 -95.5v163q71 46 153 69.5t167 23.5q67 0 125 -25t101.5 -68.5t68.5 -101.5t25 -125zM768 832v84l-387 -64q-27 -5 -50 -18t-39.5 -33t-26 -45t-9.5 -52q0 -40 15 -75t41 -61t61 -41t75 -15q66 0 124.5 25t102 68.5t68.5 102t25 124.5z" + }, + { + Name: "PeopleExternalShare", + Code: "E5EF", + Path: "M867 587q28 -14 53.5 -30.5t48.5 -36.5l-82 -98q-52 44 -115.5 67t-131.5 23q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2037 320l-298 -298l-85 85l149 149h-534l149 -150l-85 -84l-298 298l298 298l85 -84l-149 -150h534l-149 149l85 85z" + }, + { + Name: "BorderNone", + Code: "E5F0", + Path: "M128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 640v128h128v-128h-128zM0 896v128h128v-128h-128zM640 2048v-128h-128v128h128zM0 384v128h128v-128h-128zM0 128v128h128v-128h-128zM1408 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1024 1792h-128v128h128v-128zM1664 2048v-128h-128v128h128zM0 1280h128v-128h-128v128zM1152 2048v-128h-128v128h128zM1024 896v-128h-128v128h128zM1024 1152v-128h-128v128h128zM1024 1408v-128h-128v128h128zM896 512v128h128v-128h-128zM512 1152v-128h-128v128h128zM1920 896h-128v128h128v-128zM1792 640v128h128v-128h-128zM1792 384v128h128v-128h-128zM1792 128v128h128v-128h-128zM1664 1024v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1536 128v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1536 1152v-128h-128v128h128zM768 1152v-128h-128v128h128zM1024 128v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM896 384h128v-128h-128v128zM1280 128v128h128v-128h-128zM1280 1152v-128h-128v128h128zM256 1152v-128h-128v128h128zM768 128v128h128v-128h-128z" + }, + { + Name: "BorderInsideVertical", + Code: "E5F1", + Path: "M0 896v128h128v-128h-128zM1024 128v128h128v-128h-128zM768 1152v-128h-128v128h128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM512 1152v-128h-128v128h128zM0 1280h128v-128h-128v128zM1408 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM1664 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM256 1152v-128h-128v128h128zM1664 1024v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1920 896h-128v128h128v-128zM1792 384v128h128v-128h-128zM1792 640v128h128v-128h-128zM768 128v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1152 2048v-128h-128v128h128zM1792 128v128h128v-128h-128zM768 2048h128v-128h-128v128zM1280 1152v-128h-128v128h128zM896 1920h128v-1664h-128v1664zM1536 128v128h128v-128h-128zM1536 1152v-128h-128v128h128zM1280 128v128h128v-128h-128z" + }, + { + Name: "BorderInsideHorizontal", + Code: "E5F2", + Path: "M128 1536v-128h-128v128h128zM384 2048v-128h-128v128h128zM128 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM128 1792v-128h-128v128h128zM256 128v128h128v-128h-128zM0 384v128h128v-128h-128zM0 640v128h128v-128h-128zM1024 1792h-128v128h128v-128zM896 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM512 128v128h128v-128h-128zM896 1280v128h128v-128h-128zM640 2048v-128h-128v128h128zM1792 2048h128v-128h-128v128zM128 1024v128h1664v-128h-1664zM0 896v128h128v-128h-128zM0 1280h128v-128h-128v128zM1024 128v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 640v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1920 896h-128v128h128v-128zM896 512v128h128v-128h-128zM896 384h128v-128h-128v128zM1024 896v-128h-128v128h128zM1792 384v128h128v-128h-128zM768 128v128h128v-128h-128zM1792 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1536 128v128h128v-128h-128z" + }, + { + Name: "BorderInside", + Code: "E5F3", + Path: "M0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM256 128v128h128v-128h-128zM0 128v128h128v-128h-128zM1536 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM128 1536v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM1792 128v128h128v-128h-128zM128 2048v-128h-128v128h128zM512 128v128h128v-128h-128zM1024 1920v-768h768v-128h-768v-768h-128v768h-768v128h768v768h128zM1792 1152v128h128v-128h-128zM1152 2048v-128h-128v128h128zM1792 1408v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1792 1664v128h128v-128h-128zM768 2048h128v-128h-128v128zM1792 640v128h128v-128h-128zM0 1280h128v-128h-128v128zM1920 896h-128v128h128v-128zM1792 384v128h128v-128h-128zM1152 128h-128v128h128v-128zM0 896v128h128v-128h-128zM768 128v128h128v-128h-128z" + }, + { + Name: "BorderAll", + Code: "E5F4", + Path: "M0 2048h1920v-1920h-1920v1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 256v768h-768v-768h768zM1792 1152v768h-768v-768h768z" + }, + { + Name: "Bill", + Code: "E5FA", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM384 1280h640v-128h-640v128zM384 1024h640v-128h-640v128zM384 768h640v-128h-640v128zM1408 1280h128v-128h-128v128zM1408 1024h128v-128h-128v128zM1408 768h128v-128h-128v128zM1152 1280h128v-128h-128v128zM1152 1024h128v-128h-128v128zM1152 768h128v-128h-128v128zM1408 512h128v-128h-128v128zM1152 512h128v-128h-128v128z" + }, + { + Name: "BusinessCard", + Code: "E5FB", + Path: "M896 1280v-128h-640v128h640zM640 896v-128h-384v128h384zM0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1408 1408l384 -768h-768zM1408 1122l-177 -354h354z" + }, + { + Name: "PortalAppTemplate32", + Code: "E5FC", + Path: "M768 512q-107 0 -205 27.5t-183.5 77t-155.5 119.5t-119.5 155.5t-77 184t-27.5 204.5t27.5 204.5t77.5 183.5t120 155t155 120t183.5 77.5t204.5 27.5t204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204t-27.5 -204.5t-77.5 -183.5t-120 -155t-155 -120t-183.5 -77.5t-204.5 -27.5zM1440 1280q0 49 -7 97t-21 95h-272q12 -96 12 -192t-12 -192h272q14 47 21 95t7 97zM988 1915q56 -77 87.5 -166t49.5 -181h250q-29 60 -69 113.5t-90 98.5t-107.5 79.5t-120.5 55.5zM1056 1280q0 48 -3.5 96t-9.5 96h-550q-6 -48 -9.5 -96t-3.5 -96q0 -49 3.5 -96.5t9.5 -95.5h550q6 48 9.5 96t3.5 96zM509 1568h518q-6 29 -17.5 69t-28 82.5t-38 84.5t-48 74.5t-58.5 53t-69 20.5t-69 -20.5t-58.5 -53t-48 -74.5t-38 -84.5t-28 -82.5t-17.5 -69zM161 1568h250q18 92 49.5 181t87.5 166q-63 -21 -120.5 -55.5t-107.5 -79.5t-90.5 -98.5t-68.5 -113.5zM96 1280q0 -49 7 -97t21 -95h272q-12 96 -12 192t12 192h-272q-14 -47 -21 -95t-7 -97zM548 645q-56 77 -87 165.5t-50 181.5h-250q28 -60 68.5 -114t90.5 -98.5t107.5 -79t120.5 -55.5zM1027 992h-518q6 -30 17.5 -69.5t28 -82.5t37.5 -84.5t48 -74.5t59 -53t69 -20t69 20.5t59 53t48 74.5t37.5 84.5t28 82.5t17.5 69zM1375 992h-250q-19 -93 -50 -181.5t-87 -165.5q63 21 120.5 55.5t107.5 79t90 98.5t69 114zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z" + }, + { + Name: "ModelAppTemplate32", + Code: "E5FD", + Path: "M1344 1184v-384h-288v-32q0 -23 -2.5 -45.5t-12.5 -45.5q-23 -54 -71 -85.5t-106 -31.5q-59 0 -106.5 31.5t-70.5 85.5q-11 23 -13 45.5t-2 45.5v32h-288v288h-32q-23 0 -45.5 2t-45.5 13q-54 23 -85.5 70.5t-31.5 106.5q0 58 31.5 106t85.5 71q23 10 45.5 12.5t45.5 2.5h32v288h288v32q0 23 2 44.5t13 45.5q23 54 70.5 86t106.5 32t106.5 -32t70.5 -86q10 -24 12.5 -45.5t2.5 -44.5v-32h288v-384h-144q-40 0 -68 -28t-28 -68t28 -68t68 -28h144zM1248 896v192h-33q-23 0 -45 2t-45 13q-54 23 -85.5 71t-31.5 106t31.5 106t85.5 71q23 10 45 12.5t45 2.5h33v192h-288v144q0 40 -28 68t-68 28t-68 -28t-28 -68v-144h-288v-288h-144q-40 0 -68 -28t-28 -68t28 -68t68 -28h144v-288h288v-144q0 -40 28 -68t68 -28t68 28t28 68v144h288zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z" + }, + { + Name: "CanvasAppTemplate32", + Code: "E5FE", + Path: "M669 510q-5 -53 -28.5 -99.5t-61 -81t-86 -54t-101.5 -19.5h-224q-51 0 -93 27.5t-62 74.5q-9 20 -11.5 40.5t-2.5 41.5q0 11 0.5 20.5t0.5 19.5q9 0 18 -0.5t19 -0.5q16 0 31.5 3.5t26.5 14.5q17 17 17 39q0 53 19.5 101.5t54 86t81 61t99.5 28.5q134 131 266 264t263.5 266.5t263.5 266t267 263.5q31 30 70 46.5t82 16.5q44 0 83 -17t68 -46t46 -68t17 -83q0 -43 -16.5 -82t-46.5 -70q-131 -134 -263.5 -266.5t-266 -264t-266.5 -263.5t-264 -266zM560 536q0 35 -13 65.5t-36 53.5t-53.5 36t-65.5 13q-51 0 -93 -27.5t-62 -74.5q-13 -30 -13 -66q0 -48 -25.5 -89t-69.5 -62q15 -17 39 -17h224q35 0 65.5 13t53.5 36t36 53.5t13 65.5zM648 648l102 102q-54 90 -144 144l-102 -102q100 -44 144 -144zM1680 1722q0 21 -8 39.5t-22 32.5t-32.5 22t-39.5 8q-43 0 -73 -30l-818 -819q86 -58 144 -144l819 818q30 30 30 73zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z" + }, + { + Name: "TriggerPhrase", + Code: "E5FF", + Path: "M1408 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40h-384v-677l275 274l90 -90l-429 -429l-429 429l90 90l275 -274v677h-384q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40h896zM1408 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-896q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h896z" + }, + { + Name: "ChatSettings", + Code: "E600", + Path: "M0 1920h2048v-1064q-57 62 -128 107v829h-1792v-1152h256v-293l293 293h349q-11 -31 -17.5 -63.5t-10.5 -64.5h-267l-475 -475v475h-256v1408zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "MSListsConnected", + Code: "E601", + Path: "M1353 1317q-15 0 -25.5 10.5t-10.5 25.5v256h-293v-329l-76 -76l512 -512l39 39h512q15 0 26 -10t11 -26v-512l-183 -183h-512q-16 0 -26 11t-10 26v512l39 39l-512 512l-76 -76h-329v-293h256q15 0 25.5 -10.5t10.5 -25.5v-512l-182 -183h-512q-16 0 -26.5 10.5t-10.5 26.5v512l183 182h110v293h-242q-21 0 -36 15t-15 36v717l256 256h717q21 0 36 -15t15 -36v-242h293v110l182 183h512q16 0 26.5 -10.5t10.5 -26.5v-512l-183 -182h-512zM1463 1463h341l98 97v342h-342l-97 -98v-341zM244 585l-98 -97v-342h342l97 98v341h-341zM1463 146h341l98 98v341h-342l-97 -97v-342z" + }, + { + Name: "PAAction", + Code: "E60B", + Path: "M128 512h1664v-512h-1664v512zM256 128h1408v256h-1408v-256zM1792 2048v-512h-768v-774l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v774h-768v512h1664zM1664 1920h-1408v-256h1408v256z" + }, + { + Name: "FlowTrigger", + Code: "E60C", + Path: "M2017 1280l-238 -384h269l-672 -896h-264l256 512h-256l387 768h518zM1792 768h-243l238 384h-209l-258 -512h256l-241 -482zM1408 2048h640v-640h-640v256h-120l-449 -896h-199v-256h-640v640h640v-256h120l449 896h199v256zM512 640v384h-384v-384h384zM1920 1536v384h-384v-384h384z" + }, + { + Name: "LibraryAddTo", + Code: "E60D", + Path: "M639 1792h385v-1536h-385v1536v0zM768 383h129v1280h-129v-1280v0zM127 1792h385v-1536h-385v1536v0zM256 383h129v1280h-129v-1280v0zM2048 385v-129h-256v-256h-129v256h-254v129h254v254h129v-254h256v0zM1456 768l-311 931l346 116l349 -1047h-118l-302 905l-133 -44l287 -861h-118v0z" + }, + { + Name: "Factory", + Code: "E60E", + Path: "M896 1664h-128q0 53 20 100t54.5 81.5t81.5 54.5t100 20h384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5zM896 896v-256h-128v256h128zM512 896v-256h-128v256h128zM1664 896v-256h-128v256h128zM1024 1152h1024v-1152h-2048v1152h128v640h384v-640h128v384h384v-384zM768 1408v-256h128v256h-128zM256 1664v-512h128v512h-128zM1152 128v256h-256v-256h256zM1920 128v896h-1792v-896h640v384h512v-384h640zM1280 896v-256h-128v256h128z" + }, + { + Name: "ReportTrophy", + Code: "E614", + Path: "M1792 1024h256v-191q0 -57 -19.5 -109.5t-54 -94.5t-82 -71t-104.5 -39l1 25q-6 -52 -27 -98.5t-54 -84t-77 -63.5t-95 -36v-134h256v-128h-640v128h256v134q-51 10 -95 36t-77 63.5t-54 84t-27 98.5l1 -25q-57 12 -104.5 41t-82 70t-54 92.5t-19.5 110.5v191h256v128h640v-128zM1152 652v244h-128v-63q0 -30 9.5 -58.5t26.5 -52t40.5 -42t51.5 -28.5zM1664 576v448h-384v-448q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1920 833v63h-128v-244q28 10 52 28.5t40.5 42t26 51.5t9.5 59zM1408 1280h-384v768h384v-768zM0 384v640h384v-640h-384zM1920 1280h-384v384h384v-384zM896 522v-138h-384v1280h384v-512h-128v-319q0 -95 32.5 -168.5t95.5 -142.5z" + }, + { + Name: "PBIGoalEntry", + Code: "E615", + Path: "M128 1792h1792v-1408h-640l-256 -256l-256 256h-640v1408zM1792 512v1152h-1536v-1152h565q53 -50 102.5 -101t100.5 -102q51 51 100.5 102t102.5 101h565zM1536 1152v-128h-1024v128h1024zM1536 1408v-128h-1024v128h1024zM1152 896v-128h-640v128h640z" + }, + { + Name: "PBIGoalEntryAdd", + Code: "E616", + Path: "M1024 309q51 51 101 102t102 101h53v-128l-256 -256l-256 256h-640v1408h1792v-1024h-128v896h-1536v-1152h565q52 -50 102 -101t101 -102zM1536 1408v-128h-1024v128h1024zM1536 1152v-128h-1024v128h1024zM512 768v128h640v-128h-640zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "DatabaseBlock", + Code: "E617", + Path: "M2048 448q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5zM1776 181l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -67 25 -125t68.5 -101.5t101.5 -68.5t125 -25q47 0 92 13.5t84 39.5zM1920 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM384 1411v-963q0 -20 13 -35t27 -28q44 -38 112 -63t143.5 -39.5t149.5 -20.5t131 -6q17 0 32.5 1t32.5 2q11 -32 25 -64t32 -61q-31 -2 -61 -4t-61 -2q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -87 17.5t-100.5 28.5t-101 40t-88 54.5t-62 71.5t-23.5 89v1152q0 68 38.5 118t100.5 85.5t139.5 58.5t156 35.5t149.5 17.5t120 5t120 -5t149.5 -17.5t156 -35.5t139.5 -58.5t100.5 -85.5t38.5 -118v-551q-16 2 -31.5 4.5t-32.5 2.5t-32.5 -2.5t-31.5 -4.5v362q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62zM384 1600q0 -20 13 -35.5t27 -27.5q30 -25 70.5 -44.5t87.5 -34t97.5 -24t100.5 -15.5t96 -8.5t84 -2.5q60 0 133 6t146.5 20.5t140.5 39.5t115 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114.5 63t-141 39.5t-147 20.5t-132.5 6q-38 0 -84 -2.5t-96 -8.5t-100.5 -15.5t-97.5 -24t-87.5 -34t-70.5 -44.5q-14 -12 -27 -27.5t-13 -35.5z" + }, + { + Name: "PagePermission", + Code: "E618", + Path: "M1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -150t-82 -122t-122 -82t-150 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-6 22 -8.5 44.5t-2.5 45.5q0 80 30 150t82 122t122 82t150 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -32 9 -63.5t21 -61.5l-414 -413v-102h128v128h128v128h128v91l93 92q41 -23 77.5 -39t85.5 -16zM0 1920h2048v-767q-28 28 -60.5 50.5t-67.5 41.5v163h-1792v-1024h640v-128h-768v1664zM1920 1536v256h-1792v-256h1792z" + }, + { + Name: "TablePermission", + Code: "E619", + Path: "M640 512h259q-32 -32 -63.5 -64t-63.5 -64h-772v1536h1664v-608q-32 0 -64 -4.5t-64 -11.5v240h-384v-256h335q-118 -38 -208 -127v-1h-127v-138v-69q0 -3 -2 -11t-5 -16.5l-6 -17t-4 -13.5q-15 -59 -15 -119v-17t1 -17l-94 -94h-3v128h-384v-256zM1024 896v256h-384v-256h384zM1024 1280v256h-384v-256h384zM128 1792v-128h1408v128h-1408zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM2048 768q0 -80 -30 -150t-82 -122t-122 -82t-150 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-6 22 -8.5 44.5t-2.5 45.5q0 80 30 150t82 122t122 82t150 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1920 768q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -33 9 -63.5t21 -61.5l-414 -413v-102h128v128h128v128h128v91l93 92q21 -12 40 -22t38 -17.5t39.5 -11.5t45.5 -4q53 0 99.5 20t81.5 55t55 81.5t20 99.5zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "SQLServerLogo", + Code: "E61A", + Path: "M1927 1920q22 0 44 -9.5t39 -25t27.5 -36.5t10.5 -44v-1246q0 -23 -10.5 -43.5t-28 -36.5t-39 -25t-43.5 -9h-585q-9 -33 -17.5 -67.5t-8.5 -69.5q0 -42 20.5 -66t51 -36t67 -16t68.5 -6q45 -3 89 -3.5t89 -0.5v-122h-1354v122q46 0 91 1t91 3q37 3 80.5 7.5t80 19t61 42.5t24.5 78q0 29 -5.5 57.5t-13.5 56.5h-647q-23 0 -43 9.5t-34.5 25.5t-23 36.5t-8.5 42.5v1246q0 22 8.5 43t23 37t34.5 25.5t43 9.5h1818zM1891 601v1164h-1739v-1164h1739zM1593 1053v-90h-268v502h101v-412h167zM1028 954q-54 0 -95 20t-68 54.5t-41 79.5t-14 95q0 52 14 99.5t42 83.5t70 57.5t99 21.5q54 0 94.5 -20.5t67.5 -55.5t40 -80.5t13 -95.5q0 -26 -4 -53t-12 -53t-21.5 -49.5t-32.5 -41.5l114 -120h-142l-59 67q-32 -9 -65 -9zM916 1209q0 -27 5.5 -55t19 -51.5t35.5 -38t54 -14.5q33 0 55 14.5t34.5 37t18 50.5t5.5 55t-5 55.5t-17.5 52.5t-34 39t-54.5 15t-55 -14.5t-35.5 -38t-19.5 -52t-6 -55.5zM455 1318q0 39 14.5 67t39 45.5t56.5 26t67 8.5q29 0 57.5 -4t54.5 -15v-103q-23 17 -50.5 25.5t-56.5 8.5q-12 0 -25 -2t-24.5 -8t-18.5 -15.5t-7 -24.5q0 -21 15 -34t37.5 -25t48.5 -24t48.5 -30.5t37.5 -45.5t15 -67q0 -41 -14.5 -69t-39 -45.5t-57 -25t-68.5 -7.5q-31 0 -66 6t-62 21v111q25 -23 57 -37t67 -14q12 0 25 2.5t24.5 8t19 15t7.5 24.5q0 22 -15 36t-37.5 26t-48.5 24t-48.5 30t-37.5 44t-15 67z" + }, + { + Name: "EditListPencil", + Code: "E61B", + Path: "M2048 1713q0 -67 -25 -128.5t-73 -109.5l-1317 -1317l-633 -158l158 633l1317 1317q48 48 109.5 73t128.5 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -130zM620 326l1081 1082l-293 293l-1082 -1081q107 -35 183 -111t111 -183zM258 505l-82 -329l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48zM835 1536l-128 -128h-451v128h579zM579 1280l-128 -128h-195v128h323zM1091 1792l-128 -128h-707v128h835zM128 1792v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1536v-128h-128v128h128z" + }, + { + Name: "CarePlanTemplate", + Code: "E61E", + Path: "M128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 2048v-128h-128v128h128zM1408 1536v128h128v-128h-128zM1408 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM128 768v-128h-128v128h128zM768 128h654l128 -128h-910v1408h731l421 -421v-194q-34 -6 -64 -19q-30 13 -64 19v103h-384v384h-512v-1152zM1408 1189v-165h165zM384 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM2048 448q0 -38 -14.5 -73.5t-41.5 -62.5l-264 -263l-264 263q-27 27 -41.5 62.5t-14.5 73.5q0 40 15 74.5t40.5 60.5t60 41t74.5 15q36 0 69.5 -13t60.5 -37q56 50 130 50q40 0 74.5 -15t60 -41t40.5 -60.5t15 -74.5zM1920 448q0 26 -18 44.5t-44 18.5q-25 0 -44 -17l-86 -78l-86 78q-19 17 -44 17q-26 0 -44 -18.5t-18 -44.5t19 -45l173 -173l173 173q19 19 19 45zM128 0v128h128v-128h-128zM128 512v-128h-128v128h128zM128 1024v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 256h128v-128h-128v128z" + }, + { + Name: "RecordRouting", + Code: "E62D", + Path: "M1645 877l301 -301l-301 -301l-90 90l146 147h-421v-512h-640v128h512v512h549l-146 147zM1280 963l-576 -287l-576 287v762l576 287l576 -287v-762zM1152 1042v540l-384 -192v-539zM704 1869l-369 -184l369 -184l369 184zM640 851v539l-384 192v-540z" + }, + { + Name: "QueueAdvanced", + Code: "E62E", + Path: "M1061 256h-677v128h-128v-256h741l-64 -128h-805v512h256v1280h859l384 -384h-182l-165 165v-165h104l-64 -128h-168v384h-640v-1280h613zM896 1280v-128h-256v128h256zM896 1536v-128h-256v128h256zM640 896v128h256v-128h-256zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z" + }, + { + Name: "CharticulatorArrangePolar", + Code: "E632", + Path: "M13 1639q208 103 431 162t455 72l85 -1537q-74 -4 -145 -23.5t-137 -51.5zM763 424q22 7 43.5 12.5t43.5 10.5l-72 1287q-154 -17 -302 -56.5t-290 -99.5zM1149 1873q232 -13 455.5 -72t431.5 -162l-690 -1378q-66 32 -137 51.5t-145 23.5zM1285 424l577 1154q-142 60 -290 99.5t-302 56.5l-72 -1287q22 -5 43.5 -10.5t43.5 -12.5z" + }, + { + Name: "CharticulatorArrangePolarAngles", + Code: "E633", + Path: "M1346 261q-18 9 -36.5 16.5t-37.5 15.5q19 -8 37.5 -15.5t36.5 -16.5zM1235 305l-11 3zM1235 305q9 -4 20 -7q-11 3 -20 7zM1264 295q4 0 8 -2q-2 1 -4 1t-4 1zM1264 295l-9 3zM2035 1639l-283 -567q-149 75 -310 116.5t-328 50.5l35 634q71 -4 140 -12.5t138 -20.5l-3 1q10 -5 23 -5.5t24 -3.5l-9 2q42 -9 82 -19t82 -20l-13 3q31 -7 61.5 -17t60.5 -19l-39 12q6 -2 24.5 -8t39.5 -12.5t38 -12.5t19 -8l-3 2l10 -4h-2q54 -22 107.5 -44t105.5 -48zM2035 1639q-35 17 -70 33t-70 30q35 -14 70 -30t70 -33zM1679 1780q-2 0 -8 2q6 -2 8 -2zM1649 1789q-2 0 -8 2q6 -2 8 -2zM1453 1835l-12 3zM1693 1240l169 338q-145 57 -291 98.5t-301 57.5l-21 -379q229 -29 444 -115zM1064 336l35 632q139 -8 273 -41.5t259 -96.5l-284 -569q-36 18 -75 32q-7 3 -18 5.5t-22.5 5.5t-22 6t-15.5 6h3q-2 0 -10 1.5t-10 2.5l2 -1q-2 1 -9.5 2.5t-16.5 3t-17 3t-11 1.5h4q-7 0 -15 2h2h-2l-17 2q-8 1 -16.5 2t-16.5 1zM1209 312h1h-1zM1219 827l-21 -381q23 -3 44.5 -9.5t42.5 -13.5l171 343q-113 41 -237 61zM1161 323h1h-1zM899 1873l35 -634q-167 -9 -328 -50.5t-310 -116.5l-284 567q78 38 158 70t163 60l-20 -7q143 47 289.5 75t296.5 36zM350 1774q-4 -2 -7.5 -2.5t-7.5 -2.5q4 2 7.5 2.5t7.5 2.5zM355 1240q215 86 444 115l-21 379q-155 -16 -301 -57.5t-291 -98.5zM417 830q125 63 259 96.5t273 41.5l35 -632q-71 -7 -145 -23.5t-137 -51.5zM592 766l171 -343q22 7 43 12.5t44 10.5l-21 381q-124 -20 -237 -61z" + }, + { + Name: "CharticulatorBand", + Code: "E634", + Path: "M0 384v768h128v-768h-128zM256 384v768l1536 512v-1280h-1536zM384 1060v-548h1280v974zM1920 1664h128v-1280h-128v1280z" + }, + { + Name: "CharticulatorGuideCoordinator", + Code: "E635", + Path: "M749 756q23 -23 49 -41.5t55 -32.5l-151 -208q-28 17 -54 35.5t-50 40.5zM686 1203q-31 -59 -40 -122l-246 81q7 32 17 62.5t23 59.5zM1088 1401q-16 3 -31.5 5t-32.5 2q-16 0 -32 -2l-32 -4v256l32 4t32 2q17 0 32.5 -2.5t31.5 -4.5v-256zM1362 1203l246 81q13 -29 23 -59.5t17 -62.5l-246 -81q-9 63 -40 122zM1221 863q-41 -51 -103 -76l-94 128l-94 -128q-30 12 -56.5 31t-46.5 45l93 128l-150 49q2 32 11.5 63.5t27.5 58.5l151 -50v159q16 4 31.5 6.5t32.5 2.5t32.5 -2.5t31.5 -6.5v-159l151 50q18 -27 27.5 -58.5t11.5 -63.5l-150 -49zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1602 341q75 64 134.5 141.5t100 165t62 182.5t21.5 194q0 56 -7 110.5t-21 108.5l-122 -40q-8 31 -17 61.5t-22 59.5l121 40q-48 118 -126 215.5t-177.5 169.5t-216.5 115.5t-244 52.5v-128l-32 2t-32 1t-32 -1l-32 -2v128q-127 -9 -244 -52.5t-216.5 -115.5t-177.5 -169.5t-126 -215.5l121 -40q-13 -29 -22 -59.5t-17 -61.5l-122 40q-14 -54 -21 -108.5t-7 -110.5q0 -99 21.5 -194t62 -182.5t100 -165t134.5 -141.5l75 103q47 -41 104 -75l-76 -103q107 -68 227.5 -103t247.5 -35t247.5 35t227.5 103l-76 103q28 17 53.5 36t50.5 39zM1195 682q29 14 55 32.5t49 41.5l151 -206q-24 -22 -50 -40.5t-54 -35.5z" + }, + { + Name: "CharticulatorGuideX", + Code: "E636", + Path: "M768 1664v-256h-128v256h128zM768 1280v-256h-128v256h128zM768 896v-256h-128v256h128zM768 2048v-256h-128v256h128zM1280 1664v-256h-128v256h128zM1280 896v-256h-128v256h128zM1280 2048v-256h-128v256h128zM1280 1280v-256h-128v256h128zM256 2048v-256h-128v256h128zM1664 1024v256h128v-256h-128zM1664 640v256h128v-256h-128zM1664 1408v256h128v-256h-128zM256 1664v-256h-128v256h128zM1664 2048h128v-256h-128v256zM256 1280v-256h-128v256h128zM1664 384v128h128v-384h-128v128h-1408v-128h-128v384h128v-128h1408zM256 896v-256h-128v256h128z" + }, + { + Name: "CharticulatorGuideY", + Code: "E637", + Path: "M512 1792v128h256v-128h-256zM896 256v128h256v-128h-256zM896 768v128h256v-128h-256zM896 1280v128h256v-128h-256zM512 1280v128h256v-128h-256zM896 1792v128h256v-128h-256zM0 1792v128h384v-128h-128v-1408h128v-128h-384v128h128v1408h-128zM512 768v128h256v-128h-256zM512 256v128h256v-128h-256zM1664 256v128h256v-128h-256zM1664 768v128h256v-128h-256zM1664 1280v128h256v-128h-256zM1664 1920h256v-128h-256v128zM1280 1280v128h256v-128h-256zM1280 768v128h256v-128h-256zM1280 256v128h256v-128h-256zM1280 1792v128h256v-128h-256z" + }, + { + Name: "CharticulatorLegend", + Code: "E638", + Path: "M640 1920v-512h-512v512h512zM512 1536v256h-256v-256h256zM128 1024q0 53 20 100t54.5 81.5t81.5 54.5t100 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5zM240 1024q0 -30 11.5 -56t31 -45.5t45.5 -31t56 -11.5t56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56zM896 1792h1152v-128h-1152v128zM896 1024v128h1152v-128h-1152zM896 384v128h1152v-128h-1152zM384 64l-320 576h640zM384 327l102 185h-204z" + }, + { + Name: "CharticulatorLine", + Code: "E639", + Path: "M192 768q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM192 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1856 1664q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1856 1395q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM469 791l1055 568q20 -57 55 -102l-1055 -568q-20 57 -55 102z" + }, + { + Name: "CharticulatorLineStyleDashed", + Code: "E63A", + Path: "M512 897v127h384v-127h-384v0zM1536 1024h384v-127h-384v127v0zM0 897v127h384v-127h-384v0zM1024 897v127h384v-127h-384v0z" + }, + { + Name: "CharticulatorLineStyleDotted", + Code: "E63B", + Path: "M256 897v127h128v-127h-128zM512 897v127h128v-127h-128zM768 897v127h128v-127h-128zM0 897v127h128v-127h-128zM1536 897v127h128v-127h-128zM1024 897v127h128v-127h-128zM1792 1024h128v-127h-128v127zM1280 897v127h128v-127h-128z" + }, + { + Name: "CharticulatorLinkingData", + Code: "E63C", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-30 0 -58 9.5t-52 26t-42 40t-28 52.5h-664q-5 -14 -11.5 -27t-15.5 -24l312 -467q11 2 23 4t24 2q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 32 10.5 61t28.5 54l-312 467q-11 -2 -23 -4t-24 -2q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9.5 58t26 52t40 42t52.5 28v664q-29 10 -52.5 28t-40 42t-26 52t-9.5 58q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -16 -3 -32t-8 -31l358 -286q46 29 101 29q12 0 24 -2t23 -4l312 467q-18 25 -28.5 54t-10.5 61q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -32 -10.5 -61t-28.5 -54l312 -467q11 2 23 4t24 2zM115 1600q0 -32 22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5zM192 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM340 697l2 -2zM651 1025q-5 15 -8 31t-3 32t3 32t8 31l-358 286q-20 -12 -37 -17v-664q17 -5 37 -17zM1344 397q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM832 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1344 1933q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM1676 1152q5 14 11.5 27t15.5 24l-312 467q-11 -2 -23 -4t-24 -2t-24 2t-23 4l-312 -467q9 -11 15.5 -24t11.5 -27h664zM1856 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5z" + }, + { + Name: "CharticulatorLinkingSequence", + Code: "E63D", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 41 16.5 77t45.5 64l-242 564q-3 0 -6 -0.5t-6 -0.5q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q55 0 101 -29l358 286q-5 15 -8 31t-3 32q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-16.5 -77t-45.5 -64l242 -564q3 0 6 0.5t6 0.5q55 0 101 -29l358 286q-5 15 -8 31t-3 32q0 40 15 75t41 61t61 41t75 15zM192 883q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM832 1395q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1216 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1856 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5z" + }, + { + Name: "CharticulatorOrderColumn", + Code: "E63E", + Path: "M1909 384l90 -91l-271 -271l-271 271l90 91l117 -117v1438l-87 -215l-119 49l206 505v4h128v-1781zM408 844l218 537l119 -49l-219 -537zM256 471l87 214l119 -48l-206 -505v-4h-128v1920h128v-1577zM1394 1381l119 -49l-219 -537l-118 49zM1024 471l87 214l119 -48l-206 -505v-4h-128v1577l-87 -215l-119 49l206 505v4h128v-1577z" + }, + { + Name: "CharticulatorOrderRow", + Code: "E63F", + Path: "M716 1304l-49 118l537 218l49 -118zM1362 1705l215 87h-1577v128h1920v-128h-4l-505 -206zM716 536l-49 118l537 218l49 -118zM1362 937l215 87h-1577v128h4l505 206l49 -119l-215 -87h1577v-128h-4l-505 -206zM1755 591l271 -271l-271 -271l-91 90l117 117h-1781v128h4l505 206l49 -119l-215 -87h1438l-117 117z" + }, + { + Name: "CharticulatorPlotCartesian", + Code: "E640", + Path: "M1920 1664h-128v-384h128v-128h-128v-384h128v-128h-128v-384h128v-128h-1792v1792h128v-128h384v128h128v-128h384v128h128v-128h384v128h128v-128h128v-128zM640 256v384h-384v-384h384zM640 768v384h-384v-384h384zM640 1280v384h-384v-384h384zM1152 256v384h-384v-384h384zM1152 768v384h-384v-384h384zM1152 1280v384h-384v-384h384zM1664 256v384h-384v-384h384zM1664 768v384h-384v-384h384zM1664 1280v384h-384v-384h384z" + }, + { + Name: "CharticulatorPlotCurve", + Code: "E641", + Path: "M2048 1536v-1536q-102 0 -216 11t-228.5 33t-224 53.5t-201.5 73.5q-28 13 -46 22t-33 18t-32 19t-43 26t-43 26t-32 19t-33 17.5t-46 21.5q-92 42 -201.5 74t-224 54t-228.5 33t-216 11v1536q102 0 216 -11t228.5 -33t224 -54t201.5 -74q28 -13 46 -21.5t33 -17.5t32 -19t43 -26t43 -26t32 -19t33 -18t46 -22q92 -42 201.5 -73.5t224 -53.5t228.5 -33t216 -11zM637 1826l-30 -307q102 -26 199.5 -64t187.5 -93l77 255q-31 16 -60 33t-58 36q-73 48 -152.5 81.5t-163.5 58.5zM387 606l31 312q-72 13 -144.5 22t-145.5 14v-319q66 -4 130 -11t129 -18zM430 1045l38 374q-85 17 -169.5 29t-170.5 18v-383q76 -6 151.5 -15t150.5 -23zM481 1548l31 311q-95 21 -191 34.5t-193 20.5v-319q89 -7 177 -18.5t176 -28.5zM741 525l81 271q-67 31 -136.5 54.5t-141.5 40.5l-31 -308q58 -11 114.5 -26t113.5 -32zM557 1019q78 -18 154 -42t149 -57l96 316q-1 0 -1.5 0.5t-1.5 0.5q-87 52 -174 89t-185 64zM1408 223v311q-121 32 -235.5 77t-219.5 114q-4 2 -7.5 4.5t-8.5 4.5l-76 -252q62 -25 120 -54.5t114 -65.5q72 -48 151 -81.5t162 -57.5zM1408 666v380q-88 23 -173 53t-166 71l-93 -309q57 -35 107.5 -63t101 -51t104.5 -43t119 -38zM1408 1178v316q-56 14 -110.5 31.5t-108.5 39.5l-82 -270q72 -38 147.5 -66.5t153.5 -50.5zM1920 134v319q-97 6 -192.5 19t-191.5 32v-314q95 -22 191 -35.5t193 -20.5zM1920 581v384q-97 6 -192.5 19t-191.5 32v-382q96 -20 191.5 -33t192.5 -20zM1920 1093v320q-97 6 -192.5 19t-191.5 32v-317q188 -40 384 -54z" + }, + { + Name: "CharticulatorPolarCoordinates", + Code: "E642", + Path: "M1054 519q-26 -5 -52.5 -7.5t-53.5 -2.5q-16 0 -40 2t-40 8l21 127q37 -6 75 -6q17 0 34.5 1.5t34.5 3.5zM613 1372q-24 -29 -42 -61.5t-31 -67.5l-121 44q7 18 17.5 41t23 46t26.5 44t28 35zM512 1152v-128h-128v128h128zM1499 885q-6 -20 -17 -42t-24.5 -44.5t-27.5 -43t-27 -36.5l-99 82q24 29 43 61t32 67zM1303 621l-111 -64l-64 111l111 64zM420 886l120 45q27 -71 75 -129l-99 -81q-31 37 -55 78.5t-41 86.5zM1501 1285l-120 -44q-26 71 -74 130l100 80q30 -37 54 -79t40 -87zM1789 1152h131v-128h-131q-7 -94 -35 -183t-74 -169t-109 -148.5t-141 -121.5l65 -113l-110 -64l-66 113q-85 -40 -175 -61t-184 -21t-184 21t-175 61l-66 -113l-110 64l65 113q-78 53 -141 121.5t-109 148.5t-74 169t-35 183h-131v128h131q7 94 35 183t74 169t109 148.5t141 121.5q-11 27 -30.5 57t-34.5 56l110 64q15 -26 31.5 -58t34.5 -55q85 40 175 61t184 21t184 -21t175 -61q18 23 34.5 55t31.5 58l110 -64q-15 -26 -34.5 -56t-30.5 -57q78 -53 141 -121.5t109 -148.5t74 -169t35 -183zM1065 1397l110 -64l-104 -181h590q-8 90 -38 172.5t-77.5 153.5t-111 129t-138.5 99t-160 63.5t-176 22.5q-97 0 -187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187t25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25q91 0 176 22.5t160 63.5t138.5 99t111 129t77.5 153.5t38 172.5h-590l104 -181l-110 -64l-105 181l-105 -181l-110 64l104 181h-209v128h209l-104 181l110 64l105 -181zM1303 1555l-64 -111l-110 64l64 111zM727 557l-110 64l63 111l111 -64zM861 1655q23 4 46.5 5.5t46.5 1.5q26 0 53.5 -1t53.5 -6l-22 -126q-20 2 -40 4.5t-40 2.5q-19 0 -38 -1.5t-38 -5.5zM617 1555l110 64l64 -111l-110 -64z" + }, + { + Name: "CharticulatorSpiral", + Code: "E643", + Path: "M1216 1856q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221q0 -136 -35 -264.5t-99.5 -242t-155 -208.5t-200.5 -164t-237 -107t-265 -38q-135 0 -265.5 37.5t-248 106t-217 163t-172 208t-113 243t-40.5 266.5q0 139 34 274.5t97.5 258.5t155 228.5t207.5 184.5q17 11 37 11q26 0 44.5 -19t18.5 -45q0 -31 -27 -53q-35 -28 -68 -53.5t-65 -56.5q-73 -72 -130 -156.5t-96 -177.5t-59.5 -193t-20.5 -203q0 -121 36 -234t99.5 -212.5t151 -182t190.5 -142t218 -92.5t233 -33q120 0 231 33.5t207 94t174.5 143.5t134.5 182.5t86.5 212t30.5 230.5q0 97 -25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25t-187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187q0 -75 19.5 -144.5t55 -130t85 -110t110 -85t130 -55t144.5 -19.5t144.5 19.5t130 55t110 85t85 110t55 130t19.5 144.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -46 17.5 -87t48 -71.5t71.5 -48t87 -17.5t87 17.5t71.5 48t48 71.5t17.5 87q0 26 -19 45t-45 19q-24 0 -36 -9.5t-18.5 -23.5t-9.5 -31t-9.5 -31t-18.5 -23.5t-36 -9.5q-26 0 -45 19t-19 45q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -73 -27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5t-137 27.5t-112 75.5t-75.5 112t-27.5 137q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -139 -53 -261t-144.5 -213.5t-213.5 -144.5t-261 -53t-261 53t-213.5 144.5t-144.5 213.5t-53 261q0 115 30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30z" + }, + { + Name: "CharticulatorStackRadial", + Code: "E644", + Path: "M1024 1877q264 0 519.5 -60t491.5 -178l-283 -566q-170 85 -354 128t-374 43t-374 -43t-354 -128l-284 566q236 118 492 178t520 60zM1693 1240l169 338q-199 85 -410 128t-428 43t-428 -43t-410 -128l169 -338q160 65 328 98.5t341 33.5t341 -33.5t328 -98.5zM417 830q142 70 295.5 106.5t311.5 36.5t311.5 -36.5t295.5 -106.5l-285 -569q-75 38 -156.5 57t-165.5 19t-165.5 -19t-156.5 -57zM1285 424l171 342q-104 39 -212.5 59t-219.5 20t-219.5 -20t-212.5 -59l171 -342q128 41 261 41t261 -41z" + }, + { + Name: "CharticulatorStackY", + Code: "E645", + Path: "M256 2048h1536v-896h-1536v896zM1664 1280v640h-1280v-640h1280zM256 128v896h1536v-896h-1536zM384 896v-640h1280v640h-1280z" + }, + { + Name: "ODSharedChannel", + Code: "E649", + Path: "M1920 1088v-512q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-512q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h128v-64q0 -40 15 -75t41 -61t61 -41t75 -15h512q40 0 75 15t61 41t41 61t15 75v512q0 40 -15 75t-41 61t-61 41t-75 15h-715q-10 -29 -28 -52.5t-42 -40.5t-52.5 -26t-58.5 -9q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q30 0 58.5 -9t52.5 -26t42 -40.5t28 -52.5h715q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5zM704 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1344 640q-30 0 -58.5 9t-52.5 26t-42 40.5t-28 52.5h-715q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v512q0 66 25 124.5t68.5 102t102 68.5t124.5 25h512q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5v-64h-128v64q0 40 -15 75t-41 61t-61 41t-75 15h-512q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-512q0 -40 15 -75t41 -61t61 -41t75 -15h715q10 29 28 52.5t42 40.5t52.5 26t58.5 9q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM1344 896q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "ODSharedChannel12", + Code: "E64A", + Path: "M1280 512q-41 0 -78.5 12.5t-69 35t-56 54t-37.5 69.5h-527q-71 0 -133 27t-108 73t-73 108t-27 133v512q0 70 27 132.5t73 108.5t108 73t133 27h512q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5h-170q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5h-512q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66v-512q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5h527q13 38 37.5 69.5t56 54t69 35t78.5 12.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1877 1024v-512q0 -71 -27 -133t-73 -108t-108.5 -73t-132.5 -27h-512q-71 0 -133 27t-108 73t-73 108t-27 133h170q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5h512q35 0 66 13.5t54.5 36.5t37 54.5t13.5 66.5v512q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5h-527q-14 -38 -38 -69.5t-55.5 -54t-69.5 -35t-78 -12.5q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q40 0 78 -12.5t69.5 -35t55.5 -54t38 -69.5h527q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5z" + }, + { + Name: "AppIconSecure", + Code: "E657", + Path: "M1505 1152q-101 -43 -168 -128h-313v-896h-1024v1920h1920v-955q-57 46 -128 69v758h-768v-768h481zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512z" + }, + { + Name: "PBIPerspective", + Code: "E658", + Path: "M1280 1792v-256h-128v256h128zM1024 768v128h256v-128h-256zM1280 1280v-256h-128v256h128zM768 768h-256v128h256v-128zM1280 2048v-128h-256v128h256zM128 1280v-256h-128v256h128zM128 1792v-256h-128v256h128zM256 896v-128h-256v128h256zM768 2048v-128h-256v128h256zM256 2048v-128h-256v128h256zM256 1024v455l624 313h144v-72l-561 -280l561 -280v-136h-16l-624 313v-313h-128zM1408 1735l512 -256v-1038l-832 -417l-832 417v199h128v-120l640 -321v441h128v-441l640 321v817l-384 -193v144l305 152l-305 152v143z" + }, + { + Name: "Dataverse", + Code: "E659", + Path: "M2047 1170q0 -123 -29 -239.5t-83 -220t-131.5 -190.5t-174 -149.5t-210.5 -97.5t-242 -35q-68 0 -136 12t-132 35t-123 58t-109 82q-22 -38 -53.5 -69t-69 -52.5t-79.5 -33t-86 -11.5q-78 0 -137 29t-102.5 77t-72.5 111t-46.5 132t-25 138.5t-7.5 131.5q0 123 29 239.5t83 220t131.5 190t174.5 149t211 97.5t242 35q67 0 135 -11.5t132 -35t123 -58.5t109 -81q22 38 53.5 69t69 52.5t80 33t86.5 11.5q78 0 137 -28.5t102.5 -77t72.5 -111.5t46 -132t24.5 -138.5t7.5 -131.5zM389 387q74 0 119 38t78 99q-62 81 -95 177.5t-33 198.5q0 95 31.5 189t90 168.5t141.5 121t186 46.5q85 0 170 -28t153 -80t110.5 -126.5t42.5 -167.5q0 -54 -15.5 -106t-47.5 -96q34 30 60.5 68t44 80t26.5 87.5t9 90.5q0 79 -23 149.5t-64 130t-97 107t-122 80.5t-139 50.5t-148 17.5q-110 0 -207 -30.5t-179.5 -85t-148 -130t-111.5 -165t-70.5 -189.5t-24.5 -205q0 -41 4 -93t15 -106.5t30 -107t48 -93t70 -65.5t96 -25zM1919 1171q0 41 -4 93t-15 106.5t-30 106.5t-48 93t-69.5 66t-95.5 25q-74 0 -119.5 -38t-78.5 -99q62 -81 95.5 -177.5t33.5 -199.5q0 -63 -14.5 -126.5t-41.5 -122t-66.5 -108.5t-89.5 -87.5t-110 -58.5t-128 -21q-85 0 -170 28t-153 80t-110.5 126t-42.5 167q0 55 17 106t46 97q-34 -30 -60 -68t-44 -80.5t-27 -88t-9 -90.5q0 -79 23 -149.5t64 -130t97 -106.5t122 -80t139 -50.5t148 -17.5q110 0 207.5 30.5t180 85t148 129.5t111 164.5t70 190t24.5 205.5z" + }, + { + Name: "PBIHomeLayoutDefault", + Code: "E65B", + Path: "M512 1920v-512h-512v512h512zM384 1536v256h-256v-256h256zM1280 1920v-512h-512v512h512zM1152 1536v256h-256v-256h256zM1536 1920h512v-512h-512v512zM1920 1536v256h-256v-256h256zM0 1024v128h2048v-128h-2048zM0 256v128h2048v-128h-2048zM0 640v128h2048v-128h-2048z" + }, + { + Name: "PBIHomeLayoutExpanded", + Code: "E65C", + Path: "M0 0v512h2048v-512h-2048zM128 384v-256h1792v256h-1792zM0 2048h2048v-512h-2048v512zM1920 1664v256h-1792v-256h1792zM0 768v512h2048v-512h-2048zM128 1152v-256h1792v256h-1792z" + }, + { + Name: "BullseyeTargetAdd", + Code: "E664", + Path: "M1536 1024q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1024 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM256 1024q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q133 0 256 45v-135q-126 -38 -256 -38q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5t32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32t237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5q0 -130 -38 -256h-135q45 123 45 256q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "ZeroDayPatch", + Code: "E665", + Path: "M1032 1152q71 0 118.5 -26.5t76.5 -70.5t41 -101.5t12 -118.5q0 -64 -14 -122.5t-45.5 -103t-81.5 -71t-122 -26.5q-71 0 -118.5 26.5t-76.5 70.5t-41.5 101t-12.5 119q0 64 14 122.5t45.5 103t82 71t122.5 26.5zM891 815q0 -5 0.5 -8.5t1.5 -8.5l245 168q-14 39 -42 65.5t-72 26.5t-70.5 -26t-40.5 -63.5t-18 -79.5t-4 -74zM1157 831q0 8 -1 16t-1 16l-244 -166q14 -39 41 -65t72 -26q41 0 67 23.5t40.5 57.5t20 73t5.5 71zM1664 1920h384v-1024h-128v512h-1792v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128zM128 1536h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256zM1472 219l467 466l90 -90l-557 -558l-269 270l90 90z" + }, + { + Name: "UserClapper", + Code: "E666", + Path: "M1972 1062l44 -167l-992 -255l-44 167zM1024 640h1024v-512q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-768q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v512zM1920 128v384h-768v-384h768zM1280 1536q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 36 231.5t101.5 205.5t157.5 166.5t204 114.5q-56 35 -101 82.5t-76.5 103.5t-48.5 119t-17 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30z" + }, + { + Name: "StreamingDataset", + Code: "E667", + Path: "M1229 521q-24 -32 -37 -70.5t-13 -78.5t13 -78.5t37 -70.5l-100 -74q-36 48 -55 105t-19 117q0 61 19.5 118.5t55.5 106.5zM1030 670q-48 -65 -74.5 -141t-26.5 -157t26.5 -157t74.5 -140l-99 -75q-60 80 -92 175.5t-32 195.5q0 101 31.5 196.5t92.5 176.5zM1725 596q36 -48 55.5 -105.5t19.5 -117.5t-19 -118t-56 -106l-99 75q49 66 49 148q0 40 -12.5 78.5t-36.5 70.5zM1924 745q60 -81 92 -176.5t32 -196.5q0 -100 -32 -195.5t-92 -176.5l-99 75q48 65 74.5 140.5t26.5 156.5t-26.5 157t-74.5 141zM1427 497q25 0 48 -10t40 -27t27 -40t10 -48t-10 -47.5t-27.5 -39.5t-40 -27t-47.5 -10t-47.5 10t-39.5 27t-27 39.5t-10 47.5t10 47.5t26.5 40t39 27.5t48.5 10zM1552 1368q-56 -35 -126 -59.5t-145 -39.5t-150 -21.5t-140 -6.5t-139.5 6.5t-149.5 21.5t-144.5 39t-124.5 60v-934q0 -27 27 -51t63.5 -42.5t74 -31.5t59.5 -18q4 -34 10 -67.5t15 -66.5q-51 11 -115.5 31.5t-121.5 53.5t-96 80t-39 112v1118q0 46 21.5 83.5t57 67.5t80.5 53t92 39.5t92.5 27.5t81.5 18q63 11 127.5 16t128.5 5q66 0 129.5 -5.5t127.5 -16.5q36 -6 81.5 -17t93 -28t92.5 -40t80.5 -53t57 -67.5t21.5 -83.5v-799l-122 -93v709zM1550 1552q0 17 -13.5 33.5t-26.5 27.5q-43 36 -109 60.5t-138.5 38.5t-144.5 20t-127 6t-127 -6t-145 -20.5t-139 -38.5t-109 -60q-14 -11 -26 -26t-12 -35t12 -35t26 -26q48 -38 113 -62t135.5 -38.5t141.5 -20t130 -5.5q60 0 130 5.5t140.5 20t135.5 38.5t113 62q14 11 27 26.5t13 34.5z" + }, + { + Name: "StreamingDataflow", + Code: "E668", + Path: "M1407 512q27 0 50.5 -10t41 -27t27.5 -40.5t10 -50.5t-10 -50.5t-27 -40.5t-40.5 -27t-50.5 -10t-50 10t-40.5 27t-27.5 40t-10 50t9.5 50.5t27 41t40.5 27.5t50 10zM1203 537q-51 -68 -51 -153q0 -42 13 -81.5t38 -72.5l-102 -76q-37 50 -57 108.5t-20 120.5q0 63 19.5 122t57.5 109zM1920 768q62 -84 95 -182t33 -202q0 -103 -32.5 -201.5t-95.5 -181.5l-103 76q51 66 78 144.5t27 162.5t-27 162.5t-78 144.5zM1715 615q37 -51 57 -109.5t20 -121.5t-19.5 -121.5t-57.5 -108.5l-102 77q51 68 51 153q0 42 -13 81.5t-38 72.5zM384 640h256v-640h-640v640h256v768h-256v640h640v-640h-256v-384h1024v384h-256v640h640v-640h-256v-512h-1152v-256zM1664 1536v384h-384v-384h384zM512 1536v384h-384v-384h384zM128 512v-384h384v384h-384zM999 691q-51 -66 -78 -144.5t-27 -162.5t27 -162.5t78 -144.5l-103 -77q-63 83 -95.5 181t-32.5 202t32.5 202.5t95.5 181.5z" + }, + { + Name: "StreamPlaylist", + Code: "E669", + Path: "M1946 1024q0 -32 -15.5 -59.5t-42.5 -44.5l-1290 -799q-30 -19 -65 -19q-26 0 -48 9.5t-39 26.5t-26.5 39t-9.5 48v1598q0 25 9.5 47.5t26.5 39.5t39 26.5t48 9.5q35 0 65 -19l1290 -799q27 -17 42.5 -44.5t15.5 -59.5zM538 234l1170 725h-1170v-725zM538 1087h1172l-1172 727v-727z" + }, + { + Name: "CellSplitVertical", + Code: "E66C", + Path: "M128 1920h1664v-1664h-1664v1664zM1664 384v640h-1408v-640h1408zM1664 1152v640h-1408v-640h1408z" + }, + { + Name: "GlobalNavButton", + Code: "E700", + Path: "M2048 1408h-2048v128h2048v-128v0zM2048 384h-2048v128h2048v-128v0zM2048 897h-2048v127h2048v-127v0z" + }, + { + Name: "InternetSharing", + Code: "E704", + Path: "M896 1408h128v-1408h-128v1408zM372 1804q-58 -58 -103.5 -126.5t-76.5 -143.5t-47.5 -155.5t-16.5 -162.5t16.5 -162.5t47.5 -155.5t76.5 -143.5t103.5 -126.5l-91 -91q-136 137 -208.5 311.5t-72.5 367.5t72.5 367.5t208.5 311.5zM1639 1895q136 -137 208.5 -311.5t72.5 -367.5t-72.5 -367.5t-208.5 -311.5l-91 91q58 58 103.5 126.5t76.5 143.5t47.5 155.5t16.5 162.5t-16.5 162.5t-47.5 155.5t-76.5 143.5t-103.5 126.5zM1367 1623q81 -81 125 -186.5t44 -220.5t-44 -220.5t-125 -186.5l-90 90q63 63 96.5 145.5t33.5 171.5t-33.5 171.5t-96.5 145.5zM643 1533q-63 -63 -97 -145.5t-34 -171.5t34 -171.5t97 -145.5l-90 -90q-81 81 -125 186.5t-44 220.5t44 220.5t125 186.5z" + }, + { + Name: "Brightness", + Code: "E706", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z" + }, + { + Name: "MapPin", + Code: "E707", + Path: "M1920 0h-1920l384 1152h512v262q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-262h512zM768 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM178 128h1564l-298 896h-420v-480q0 -9 -7.5 -15.5t-18 -10t-21 -5t-17.5 -1.5t-17.5 1.5t-21 5t-18 10t-7.5 15.5v480h-420z" + }, + { + Name: "Airplane", + Code: "E709", + Path: "M1792 1280q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-448l-384 -768h-448l256 768h-256l-64 -128h-448l128 384l-128 384h448l64 -128h256l-256 768h448l384 -768h448zM1792 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-527q-99 192 -193 383.5t-191 384.5h-191q64 -193 127 -384.5t129 -383.5h-513l-64 128h-191q21 -64 41.5 -128t43.5 -128q-23 -64 -43.5 -128t-41.5 -128h191l64 128h513q-66 -192 -129 -383.5t-127 -384.5h191q97 193 191 384.5t193 383.5h527z" + }, + { + Name: "Tablet", + Code: "E70A", + Path: "M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1216q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1920 416v1216q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h1728q14 0 23 9t9 23zM896 512v128h256v-128h-256z" + }, + { + Name: "QuickNote", + Code: "E70B", + Path: "M1920 1920v-1792h-1280l-512 512v1280h1792zM640 309v331h-331zM1792 1792h-1536v-1024h512v-512h1024v1536z" + }, + { + Name: "ChevronDown", + Code: "E70D", + Path: "M1939 1581l90 -90l-1005 -1005l-1005 1005l90 90l915 -915z" + }, + { + Name: "ChevronUp", + Code: "E70E", + Path: "M1955 515l-931 930l-931 -930l-90 90l1021 1022l1021 -1022z" + }, + { + Name: "Edit", + Code: "E70F", + Path: "M2048 1713q0 -66 -25 -128t-73 -110l-1317 -1317l-633 -158l158 633l1317 1317q48 48 110 73t128 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -130zM326 620q106 -35 182.5 -111.5t111.5 -182.5l1081 1082l-293 293zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 80.5t-45 66t-66 45t-80.5 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48z" + }, + { + Name: "Add", + Code: "E710", + Path: "M2048 1088v-128h-960v-960h-128v960h-960v128h960v960h128v-960h960z" + }, + { + Name: "Cancel", + Code: "E711", + Path: "M1115 1024l690 -691l-90 -90l-691 690l-691 -690l-90 90l690 691l-690 691l90 90l691 -690l691 690l90 -90z" + }, + { + Name: "More", + Code: "E712", + Path: "M256 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1792 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "Settings", + Code: "E713", + Path: "M1783 1060q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l259 -161l-159 -383l-297 68q-24 -26 -50 -50l68 -297l-383 -159l-161 259q-9 0 -18 -0.5t-18 -0.5t-18 0.5t-18 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383zM1666 930q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q23 -2 47 -4t47 -2q24 0 47.5 2t47.5 4l147 -236l208 86l-63 271q38 31 70 63.5t64 70.5l271 -63l86 208zM1024 1400q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 760q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5z" + }, + { + Name: "Video", + Code: "E714", + Path: "M2048 504l-512 256v-248h-1536v1024h1536v-248l512 256v-1040zM1408 1408h-1280v-768h1280v768zM1920 1337l-384 -193v-240l384 -193v626z" + }, + { + Name: "Mail", + Code: "E715", + Path: "M2048 1664v-1280h-2048v1280h2048zM143 1536l881 -441l881 441h-1762zM1920 512v888l-896 -447l-896 447v-888h1792z" + }, + { + Name: "People", + Code: "E716", + Path: "M1636 1355q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149q0 -91 -41.5 -173t-114.5 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5q91 0 173 -41.5t136 -114.5q38 75 97 134t134 97q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149q0 -91 -41.5 -173t-114.5 -136zM640 640q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1152 1664q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99z" + }, + { + Name: "Phone", + Code: "E717", + Path: "M1607 835q44 0 84.5 -16.5t71.5 -47.5l220 -220q31 -31 47.5 -71.5t16.5 -84.5t-16.5 -84.5t-47.5 -71.5l-14 -14q-54 -54 -99 -96t-94 -70.5t-109 -43.5t-143 -15q-125 0 -257 39t-262.5 108t-256 164t-237 207.5t-205.5 238t-162 256t-106 260.5t-38 252q0 83 14.5 142t43 108t70 93.5t95.5 98.5l16 16q31 31 71 48t85 17q44 0 84.5 -17t71.5 -48l220 -220q31 -31 47.5 -71.5t16.5 -84.5t-15 -78.5t-37 -62.5t-48.5 -51t-48.5 -45t-37 -44.5t-15 -48.5q0 -38 27 -65l551 -551q27 -27 65 -27q26 0 48.5 15t44.5 37t45 48.5t51 48.5t62.5 37t78.5 15zM1524 128q72 0 120.5 13.5t87.5 39t76 63.5t85 86q27 27 27 65q0 18 -14.5 42.5t-37.5 51.5t-51.5 55.5t-56 54t-51 47t-36.5 34.5q-27 27 -66 27q-26 0 -48 -15t-44 -37t-45.5 -48.5t-51.5 -48.5t-62.5 -37t-78.5 -15t-84.5 16.5t-71.5 47.5l-551 551q-31 31 -47.5 71.5t-16.5 84.5t15 78.5t37 62.5t48.5 51.5t48.5 45.5t37 44t15 48q0 39 -27 66q-13 13 -34.5 36.5t-47 51t-54 56t-55.5 51.5t-51.5 37.5t-42.5 14.5q-38 0 -65 -27q-48 -48 -85.5 -85t-64 -76t-40 -87.5t-13.5 -119.5q0 -112 36.5 -231t101 -238t152.5 -234.5t192 -218.5t219.5 -190t234 -150.5t236 -99t225.5 -35.5z" + }, + { + Name: "Pin", + Code: "E718", + Path: "M2048 1536v-896h-64q-78 0 -143 33.5t-112 94.5h-494q-28 -59 -70 -106.5t-94.5 -80.5t-113 -51t-125.5 -18h-64v512h-640l-128 64l128 64h640v512h64q65 0 125.5 -18t113 -51t94.5 -80.5t70 -106.5h494q47 61 112 94.5t143 33.5h64zM1920 1397q-24 -8 -41 -20t-30.5 -26.5t-25 -32.5t-23.5 -38h-653l-15 43q-28 79 -91 134t-145 72v-882q82 17 145 72t91 134l15 43h653q12 -20 23.5 -38t25 -32.5t30.5 -26.5t41 -20v618z" + }, + { + Name: "Shop", + Code: "E719", + Path: "M1792 1536v-1280q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-1152q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5v1280h256v128q0 79 30.5 149t82.5 122t122 82.5t149 30.5q104 0 193 -52q89 52 191 52q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149v-128h256zM1408 1664q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99v-128zM1314 128q-34 60 -34 128v1152h-1024v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h930zM1664 1408h-256v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v1152z" + }, + { + Name: "Stop", + Code: "E71A", + Path: "M1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z" + }, + { + Name: "Link", + Code: "E71B", + Path: "M1536 1280v-128q76 0 145.5 -17.5t122.5 -56t84.5 -99t31.5 -147.5q0 -66 -25.5 -124t-69 -101.5t-101.5 -69t-124 -25.5h-512q-66 0 -124 25.5t-101.5 69t-69 101.5t-25.5 124q0 87 31.5 147.5t84.5 99t122.5 56t145.5 17.5v128h-64q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5h512q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-64zM896 768v128q76 0 145.5 17.5t122.5 56t84.5 99t31.5 147.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124q0 -87 31.5 -147.5t84.5 -99t122.5 -56t145.5 -17.5v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64z" + }, + { + Name: "Filter", + Code: "E71C", + Path: "M2048 1920v-219l-768 -768v-805h-512v805l-768 768v219h2048zM1920 1792h-1792v-37l768 -768v-731h256v731l768 768v37z" + }, + { + Name: "AllApps", + Code: "E71D", + Path: "M0 640v384h384v-384h-384zM128 896v-128h128v128h-128zM0 1152v384h384v-384h-384zM128 1408v-128h128v128h-128zM0 1664v384h384v-384h-384zM128 1920v-128h128v128h-128zM640 1280v128h1152v-128h-1152zM1536 896v-128h-896v128h896zM640 1920h1408v-128h-1408v128zM0 128v384h384v-384h-384zM128 384v-128h128v128h-128zM640 256v128h1152v-128h-1152z" + }, + { + Name: "Zoom", + Code: "E71E", + Path: "M2048 70q0 -28 -17 -49t-47 -21q-26 0 -45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5q15 -15 57.5 -57t102 -100t130 -127.5t142 -141t138.5 -139.5t119 -123t83 -91.5t31 -44.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5z" + }, + { + Name: "ZoomOut", + Code: "E71F", + Path: "M2048 70q0 -28 -17 -49t-47 -21q-26 0 -45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5q15 -15 57.5 -57t102 -100t130 -127.5t142 -141t138.5 -139.5t119 -123t83 -91.5t31 -44.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM384 1408h640v-128h-640v128z" + }, + { + Name: "Microphone", + Code: "E720", + Path: "M704 512q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-512zM640 704q0 -26 19 -45t45 -19h512q26 0 45 19t19 45v1152q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-1152zM1664 1024v-362q0 -84 -32 -158t-87 -129t-129 -87t-158 -32h-234v-128h256v-128h-640v128h256v128h-234q-84 0 -158 32t-129 87t-87 129t-32 158v362h128v-362q0 -57 22 -108t59.5 -88.5t88.5 -59.5t108 -22h596q57 0 108 22t88.5 59.5t59.5 88.5t22 108v362h128z" + }, + { + Name: "Search", + Code: "E721", + Path: "M1344 2048q97 0 187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187t-25 -187t-71 -168t-110.5 -142.5t-142.5 -110.5t-168 -71t-187 -25q-125 0 -239.5 42t-210.5 121l-785 -784q-19 -19 -45 -19t-45 19t-19 45t19 45l784 785q-79 96 -121 210.5t-42 239.5q0 97 25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25zM1344 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5z" + }, + { + Name: "Camera", + Code: "E722", + Path: "M2048 1792v-1536h-2048v1536h549l128 128h694l128 -128h549zM1920 1664h-475l-128 128h-586l-128 -128h-475v-1280h1792v1280zM1024 1536q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1024 640q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5zM320 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Attach", + Code: "E723", + Path: "M1536 1664v-1216q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v1280q0 66 25.5 124t69 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-1280q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v1088h128v-1088q0 -26 19 -45t45 -19t45 19t19 45v1280q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1280q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5t124 25.5t101.5 69t69 101.5t25.5 124v1216h128z" + }, + { + Name: "Send", + Code: "E724", + Path: "M1997 1088l-1979 -883l220 883l-220 883zM206 1747l149 -598h1190zM353 1021l-147 -592l1327 592h-1180z" + }, + { + Name: "FavoriteList", + Code: "E728", + Path: "M2048 1280v-128h-878q-36 118 -72.5 233.5t-73.5 233.5q-37 -118 -73.5 -233.5t-72.5 -233.5h-502q102 -78 202 -156t203 -155q-40 -124 -78 -246.5t-76 -246.5l397 306v-162l-640 -492l248 794l-632 486h784l240 768l240 -768h784zM1152 896h896v-128h-896v128zM1152 512h896v-128h-896v128z" + }, + { + Name: "PageSolid", + Code: "E729", + Path: "M1755 1536h-475v475zM1792 1408v-1408h-1664v2048h1024v-640h640z" + }, + { + Name: "Forward", + Code: "E72A", + Path: "M2042 1024l-941 -941l-90 90l787 787h-1798v128h1798l-787 787l90 90z" + }, + { + Name: "Back", + Code: "E72B", + Path: "M2048 960h-1798l787 -787l-90 -90l-941 941l941 941l90 -90l-787 -787h1798v-128z" + }, + { + Name: "Refresh", + Code: "E72C", + Path: "M1297 2010q166 -45 304 -140.5t237.5 -226t154.5 -289t55 -330.5q0 -141 -36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 140 37 272t105.5 248.5t166.5 212t221 163.5h-274v128h512v-512h-128v297q-117 -56 -211.5 -140.5t-161.5 -190t-103 -227.5t-36 -251q0 -123 32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 150 -48.5 289t-135.5 253t-207.5 197.5t-265.5 123.5l34 123v0z" + }, + { + Name: "Share", + Code: "E72D", + Path: "M1408 512l128 128v-384h-1536v1280h128v-1152h1280v128zM1280 1024q-128 0 -250.5 -25.5t-236.5 -75t-217.5 -121t-191.5 -162.5v128q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32v384l704 -704l-704 -704v384zM1381 1536q-56 0 -105 -1t-97 -6.5t-96 -18t-102 -34.5q-87 -36 -161.5 -92t-133 -127.5t-99 -155t-59.5 -175.5q168 112 359 169t393 57h128v-203l395 395l-395 395v-203h-27z" + }, + { + Name: "Lock", + Code: "E72E", + Path: "M1792 1152v-1152h-1536v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374zM1664 1024h-1280v-896h1280v896z" + }, + { + Name: "BlockedSite", + Code: "E72F", + Path: "M1314 1374l-68 68l-286 -286l-286 286l-68 -68l286 -286l-286 -286l68 -68l286 286l284 -284l68 68l-284 284zM960 3q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5zM128 1666v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z" + }, + { + Name: "ReportHacked", + Code: "E730", + Path: "M1024 512h-128v128h128v-128zM1024 1664h-128v-896h128v896zM960 3q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5zM128 1666v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z" + }, + { + Name: "EMI", + Code: "E731", + Path: "M1536 1920v-1792h-512v512h-128v-512h-512v1792h1152zM1408 1792h-896v-1536h256v512h384v-512h256v1536zM768 1408h-128v256h128v-256zM1024 1408h-128v256h128v-256zM768 1024h-128v256h128v-256zM1024 1024h-128v256h128v-256zM1280 1408h-128v256h128v-256zM1280 1024h-128v256h128v-256z" + }, + { + Name: "MiniLink", + Code: "E732", + Path: "M1728 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-256q-57 0 -109 19t-93.5 53t-70.5 81t-41 103h-268q-12 -56 -41 -103t-70.5 -81t-93.5 -53t-109 -19h-256q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5h256q57 0 109 -19t93.5 -53t70.5 -81t41 -103h268q12 56 41 103t70.5 81t93.5 53t109 19h256zM576 128q30 0 58.5 9t52.5 26t42 40.5t28 52.5h-181q-26 0 -45 19t-19 45t19 45t45 19h181q-10 29 -28 52.5t-42 40.5t-52.5 26t-58.5 9h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15h256zM1728 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15h-256q-30 0 -58.5 -9t-52.5 -26t-42 -40.5t-28 -52.5h181q26 0 45 -19t19 -45t-19 -45t-45 -19h-181q10 -29 28 -52.5t42 -40.5t52.5 -26t58.5 -9h256z" + }, + { + Name: "Blocked", + Code: "E733", + Path: "M1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1024 128q164 0 313.5 56t273.5 163l-1264 1264q-107 -124 -163 -273.5t-56 -313.5q0 -124 32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1701 437q107 124 163 273.5t56 313.5q0 124 -32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32q-164 0 -313.5 -56t-273.5 -163z" + }, + { + Name: "FavoriteStar", + Code: "E734", + Path: "M1416 794l248 -794l-640 492l-640 -492l248 794l-632 486h784l240 768l240 -768h784zM1421 348q-38 124 -76 246.5t-78 246.5q103 77 203 155t202 156h-502l-146 467l-146 -467h-502q102 -78 202 -156t203 -155q-40 -124 -78 -246.5t-76 -246.5l397 306z" + }, + { + Name: "FavoriteStarFill", + Code: "E735", + Path: "M1416 794l248 -794l-640 492l-640 -492l248 794l-632 486h784l240 768l240 -768h784z" + }, + { + Name: "ReadingMode", + Code: "E736", + Path: "M1920 1792v-1664h-1920v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256zM1280 1792q-70 0 -136 -23.5t-120 -68.5v-1254q59 33 124 49.5t132 16.5h256v1280h-256zM384 512h256q67 0 132 -16.5t124 -49.5v1254q-54 45 -120 68.5t-136 23.5h-256v-1280zM128 256h806q-32 31 -65 54.5t-68.5 40t-75 25t-85.5 8.5h-384v1280h-128v-1408zM1792 1664h-128v-1280h-384q-46 0 -85.5 -8.5t-75 -25t-68.5 -40t-65 -54.5h806v1408z" + }, + { + Name: "Favicon", + Code: "E737", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792z" + }, + { + Name: "Remove", + Code: "E738", + Path: "M2048 960h-2048v128h2048v-128z" + }, + { + Name: "Checkbox", + Code: "E739", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z" + }, + { + Name: "CheckboxComposite", + Code: "E73A", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM768 421l-429 430l90 90l339 -338l851 850l90 -90z" + }, + { + Name: "CheckboxFill", + Code: "E73B", + Path: "M2048 2048v-2048h-2048v2048h2048z" + }, + { + Name: "CheckboxIndeterminate", + Code: "E73C", + Path: "M1536 1536v-1024h-1024v1024h1024z" + }, + { + Name: "CheckboxCompositeReversed", + Code: "E73D", + Path: "M2048 2048v-2048h-2048v2048h2048zM1709 1363l-90 90l-851 -850l-339 338l-90 -90l429 -430z" + }, + { + Name: "CheckMark", + Code: "E73E", + Path: "M1837 1491l-1069 -1070l-557 558l90 90l467 -466l979 978z" + }, + { + Name: "BackToWindow", + Code: "E73F", + Path: "M256 896h640v-640h-128v421l-675 -674l-90 90l674 675h-421v128zM1371 1280h421v-128h-640v640h128v-421l675 674l90 -90z" + }, + { + Name: "FullScreen", + Code: "E740", + Path: "M1920 1920v-640h-128v421l-1445 -1445h421v-128h-640v640h128v-421l1445 1445h-421v128h640z" + }, + { + Name: "SwitchUser", + Code: "E748", + Path: "M1339 896h-187q-83 63 -181.5 95.5t-202.5 32.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q86 -32 162 -84.5t137 -121.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1152 768h554l-85 85l86 86l236 -235l-236 -235l-86 86l85 85h-554v128zM1451 469l-85 -85h554v-128h-554l85 -85l-86 -86l-236 235l236 235z" + }, + { + Name: "Print", + Code: "E749", + Path: "M1920 1280q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-896h-512v-256h-1024v256h-512v896q0 26 10 49.5t27.5 41t41 27.5t49.5 10h384v768h1024v-768h384zM640 1280h768v640h-768v-640zM1408 640h-768v-512h768v512zM1920 1152h-1792v-768h384v384h1024v-384h384v768zM320 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Up", + Code: "E74A", + Path: "M1875 1011l-787 787v-1798h-128v1798l-787 -787l-90 90l941 941l941 -941z" + }, + { + Name: "Down", + Code: "E74B", + Path: "M1965 947l-941 -941l-941 941l90 90l787 -787v1798h128v-1798l787 787z" + }, + { + Name: "OEM", + Code: "E74C", + Path: "M1600 1024h192v-896h-1664v1664h896v-192l448 448l576 -576zM1054 1472l418 -418l418 418l-418 418zM1024 1344v-320h320zM256 1024h640v640h-640v-640zM896 896h-640v-640h640v640zM1024 896v-640h640v640h-640z" + }, + { + Name: "Delete", + Code: "E74D", + Path: "M1792 1664h-128v-1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1472h-128v128h512v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h512v-128zM768 1792h384v128h-384v-128zM1536 1664h-1152v-1472q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45v1472zM768 384h-128v1024h128v-1024zM1024 384h-128v1024h128v-1024zM1280 384h-128v1024h128v-1024z" + }, + { + Name: "Save", + Code: "E74E", + Path: "M1792 1920q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1664h-1563l-229 230v1434q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1536zM512 1152h1024v640h-1024v-640zM1280 640h-640v-384h128v256h128v-256h384v384zM1792 1792h-128v-768h-1280v768h-128v-1381l154 -155h102v512h896v-512h384v1536z" + }, + { + Name: "ReturnKey", + Code: "E751", + Path: "M1792 896h-1317l466 -467l-90 -90l-621 621l621 621l90 -90l-466 -467h1189v640h128v-768z" + }, + { + Name: "Cloud", + Code: "E753", + Path: "M1661 1152q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q40 62 92.5 111.5t114.5 83.5t132 52t144 18q111 0 209.5 -39t174.5 -107.5t125.5 -162.5t63.5 -203zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1152z" + }, + { + Name: "Flashlight", + Code: "E754", + Path: "M2048 1664v-1152h-475l-256 256h-1317v640h1317l256 256h475zM128 896h1152v384h-1152v-384zM1627 640h37v896h-37l-219 -219v-458zM1920 1536h-128v-896h128v896zM1088 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "CommandPrompt", + Code: "E756", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-128h1792v128h-1792zM1920 384v1152h-1792v-1152h1792zM1392 1280l257 -640h-91l-257 640h91zM736 1204q-53 0 -96.5 -16.5t-74 -48t-47.5 -78t-17 -105.5q0 -55 15.5 -100t45 -76.5t72.5 -48.5t98 -17q35 0 69.5 7t57.5 18l16 -62q-22 -11 -63 -19.5t-96 -8.5q-63 0 -117.5 20t-94.5 58.5t-62.5 95t-22.5 130.5q0 70 23 128.5t64.5 100t99 64.5t127.5 23q57 0 92 -9.5t51 -17.5l-19 -63q-22 11 -52.5 18t-68.5 7zM1024 1152h128v-128h-128v128zM1024 896h128v-128h-128v128z" + }, + { + Name: "Sad", + Code: "E757", + Path: "M640 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1408 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 768q138 0 261.5 -56.5t215.5 -159.5l-96 -85q-74 83 -171.5 128t-209.5 45t-209.5 -45t-171.5 -128l-96 85q92 103 215.5 159.5t261.5 56.5z" + }, + { + Name: "RealEstate", + Code: "E758", + Path: "M1280 128h384v-128h-512v896h-384v-896h-512v1061l-83 -82l-90 90l877 877l877 -877l-90 -90l-83 82v-165h-128v293l-576 577l-576 -577v-1061h256v896h640v-896zM2048 768v-768h-128v256h-512v512h640zM1920 640h-384v-256h384v256z" + }, + { + Name: "SIPMove", + Code: "E759", + Path: "M493 1299l-274 -275l274 -275l-90 -90l-366 365l366 365zM1299 493l90 -90l-365 -366l-365 366l90 90l275 -274zM2011 1024l-366 -365l-90 90l274 275l-274 275l90 90zM749 1555l-90 90l365 366l365 -366l-90 -90l-275 274zM1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "EraseTool", + Code: "E75C", + Path: "M1115 256h421v-128h-1083l-403 404q-24 24 -37 56.5t-13 67.5t13 67.5t38 57.5l1197 1198l794 -795zM1248 1798l-710 -710l614 -613l709 709zM933 256l128 128l-613 614l-306 -307q-14 -14 -14 -35t14 -35l364 -365h427z" + }, + { + Name: "GripperTool", + Code: "E75E", + Path: "M1024 2048q132 0 248.5 -50.5t203.5 -137.5t137.5 -203.5t50.5 -248.5v-768q0 -132 -50.5 -248.5t-137.5 -203.5t-203.5 -137.5t-248.5 -50.5t-248.5 50.5t-203.5 137.5t-137.5 203.5t-50.5 248.5v768q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5zM1024 1024q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5zM1024 1675q55 0 103.5 -21t85 -57.5t57.5 -85t21 -103.5t-21 -103.5t-57.5 -85t-85 -57.5t-103.5 -21t-103.5 21t-85 57.5t-57.5 85t-21 103.5t21 103.5t57.5 85t85 57.5t103.5 21z" + }, + { + Name: "Dialpad", + Code: "E75F", + Path: "M640 1664h-256v256h256v-256zM1152 1664h-256v256h256v-256zM1664 1664h-256v256h256v-256zM640 1152h-256v256h256v-256zM1152 1152h-256v256h256v-256zM1664 1152h-256v256h256v-256zM640 640h-256v256h256v-256zM1152 640h-256v256h256v-256zM1152 128h-256v256h256v-256zM1664 640h-256v256h256v-256z" + }, + { + Name: "PageLeft", + Code: "E760", + Path: "M1029 1920q123 0 236.5 -32t212.5 -90t180.5 -139.5t139.5 -180.5t90 -212.5t32 -236.5t-32 -236.5t-90 -212.5t-139.5 -180.5t-180.5 -139.5t-212.5 -90t-236.5 -32t-236.5 32t-212.5 90t-180.5 139.5t-139.5 180.5t-90 212.5t-32 236.5t32 236.5t90 212.5t139.5 180.5t180.5 139.5t212.5 90t236.5 32zM1029 266q105 0 202.5 27.5t182.5 77t154.5 119t119 154.5t77 182.5t27.5 202.5t-27.5 202.5t-77 182t-119.5 154.5t-154.5 119.5t-182 77t-202.5 27.5t-202.5 -27.5t-182.5 -77t-154.5 -119t-119 -154.5t-77 -182.5t-27.5 -202.5t27.5 -202.5t77 -182.5t119 -154.5t154.5 -119t182.5 -77t202.5 -27.5zM1229 1395l-370 -371l370 -371l-90 -90l-462 461l462 461z" + }, + { + Name: "PageRight", + Code: "E761", + Path: "M1029 1792q-105 0 -202.5 -27.5t-182.5 -77t-154.5 -119t-119 -154.5t-77 -182.5t-27.5 -202.5t27.5 -202.5t77 -182.5t119 -154.5t154.5 -119t182.5 -77t202.5 -27.5t202.5 27.5t182.5 77t154.5 119t119 154.5t77 182.5t27.5 202.5t-27.5 202.5t-77 182t-119.5 154.5t-154.5 119.5t-182 77t-202.5 27.5zM1029 1920q123 0 236.5 -32t212.5 -90t180.5 -139.5t139.5 -180.5t90 -212.5t32 -236.5t-32 -236.5t-90 -212.5t-139.5 -180.5t-180.5 -139.5t-212.5 -90t-236.5 -32t-236.5 32t-212.5 90t-180.5 139.5t-139.5 180.5t-90 212.5t-32 236.5t32 236.5t90 212.5t139.5 180.5t180.5 139.5t212.5 90t236.5 32zM941 563l-90 90l370 371l-370 371l90 90l461 -461z" + }, + { + Name: "MultiSelect", + Code: "E762", + Path: "M2048 1664v-128h-1280v128h1280zM768 1280h1280v-128h-1280v128zM768 896h1280v-128h-1280v128zM768 512h1280v-128h-1280v128zM478 1058l68 -68l-354 -354l-178 178l68 68l110 -110zM478 1826l68 -68l-354 -354l-178 178l68 68l110 -110z" + }, + { + Name: "KeyboardClassic", + Code: "E765", + Path: "M1783 1664q30 0 55 -12t43 -31.5t28.5 -46t10.5 -54.5v-864q0 -29 -10.5 -55t-28.5 -45.5t-43 -31.5t-55 -12h-1646q-30 0 -55 12t-43 31.5t-28.5 45.5t-10.5 55v864q0 28 10.5 54.5t28.5 46t43 31.5t55 12h1646zM1792 1520q0 11 -9 16h-1646q-9 -5 -9 -16v-864q0 -11 9 -16h1646q9 5 9 16v864zM384 1280h-128v128h128v-128zM256 1152h256v-128h-256v128zM1408 1152h256v-128h-256v128zM1408 896h256v-128h-256v128zM256 896h256v-128h-256v128zM640 896h640v-128h-640v128zM640 1280h-128v128h128v-128zM640 1152h128v-128h-128v128zM896 1152h128v-128h-128v128zM1152 1152h128v-128h-128v128zM896 1280h-128v128h128v-128zM1152 1280h-128v128h128v-128zM1408 1280h-128v128h128v-128zM1536 1408h128v-128h-128v128z" + }, + { + Name: "Play", + Code: "E768", + Path: "M1792 1024l-1280 -896v1792zM640 374l929 650l-929 650v-1300z" + }, + { + Name: "Pause", + Code: "E769", + Path: "M640 1792h128v-1536h-128v1536zM1408 1792v-1536h-128v1536h128z" + }, + { + Name: "ChevronLeft", + Code: "E76B", + Path: "M1443 3l-1022 1021l1022 1021l90 -90l-930 -931l930 -931z" + }, + { + Name: "ChevronRight", + Code: "E76C", + Path: "M515 93l930 931l-930 931l90 90l1022 -1021l-1022 -1021z" + }, + { + Name: "InkingTool", + Code: "E76D", + Path: "M1920 1536h-120l-449 -896h-72q-1 -28 -3.5 -70.5t-8 -93t-15 -105t-23 -107.5t-32.5 -101t-44 -84t-57 -57.5t-72 -21.5q-53 0 -92 37t-67 95.5t-46.5 131t-29 144t-15 133t-5.5 99.5h-72l-449 896h-120v512h128v-384h1536v384h128v-512zM1024 128q23 12 41 47.5t32 84.5t23.5 105t16 109t10 97t4.5 69h-254q1 -25 4.5 -69t10 -97t16 -109t23.5 -105t32 -84.5t41 -47.5zM1656 1536h-1264l384 -768h496z" + }, + { + Name: "Emoji2", + Code: "E76E", + Path: "M640 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1408 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 512q73 0 141.5 20t127.5 57t106.5 90t80.5 118l115 -58q-41 -81 -101 -147t-134 -112t-159.5 -71t-176.5 -25q-92 0 -177 25t-159 71t-134 112t-101 147l115 58q33 -65 80.5 -118t106.5 -90t127 -57t142 -20z" + }, + { + Name: "GripperBarHorizontal", + Code: "E76F", + Path: "M0 1280h2048v-128h-2048v128zM0 768v128h2048v-128h-2048z" + }, + { + Name: "System", + Code: "E770", + Path: "M2000 523q12 -12 21 -29t15 -36t9 -38.5t3 -35.5q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h1536v-933zM384 768h1280v768h-1280v-768zM1920 384q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5h1792z" + }, + { + Name: "Personalize", + Code: "E771", + Path: "M1024 256v-128h256v-128h-640v128h256v128h-896v1152h1024l-129 -128h-767v-896h1664v768l128 128v-1024h-896zM512 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 49 17.5 93t48 78t72 56.5t90.5 27.5l711 711q28 28 65 43t76 15q41 0 77.5 -15.5t63.5 -42.5t42.5 -63.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-711 -711q-5 -48 -27 -90t-56.5 -72.5t-78 -48t-92.5 -17.5h-640v128h256zM1720 1664q-29 0 -50 -21l-445 -445q57 -44 101 -101l445 445q21 21 21 50q0 30 -21.5 51t-50.5 21zM1042 1015q61 -40 101 -101l92 91q-42 60 -102 102zM1024 768q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -68 -34 -128h162q26 0 49.5 10t41 27.5t27.5 41t10 49.5z" + }, + { + Name: "SearchAndApps", + Code: "E773", + Path: "M1664 1152q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5q-60 0 -117 18t-105 53q-16 -16 -53.5 -55.5t-86.5 -90t-103.5 -105t-102.5 -100t-85 -75t-51 -29.5q-26 0 -45 19t-19 45q0 14 29.5 51t75 85t100 102.5t105 103.5t90 86.5t55.5 53.5q-35 48 -53 105t-18 117q0 79 30.5 149t82.5 122t122 82.5t149 30.5zM1664 512q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM256 640v256h-256v1152h1536v-256h256v-530q-32 8 -64 13t-64 5v384h-1280v-896h768q0 -32 5 -64t13 -64h-914zM256 1024v768h1152v128h-1280v-896h128z" + }, + { + Name: "Globe", + Code: "E774", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1833 1408q-38 81 -92 152.5t-120 130.5t-143 105t-161 75q36 -50 65 -106t51.5 -115.5t38.5 -120.5t28 -121h333zM1920 1024q0 133 -37 256h-363q8 -64 12 -127.5t4 -128.5t-4 -128.5t-12 -127.5h363q37 123 37 256zM1024 128q49 0 91.5 27t78.5 71t64.5 99.5t50.5 112.5t37 110t23 92h-690q8 -39 23 -92t37 -110t50.5 -112.5t64.5 -99.5t78.5 -71t91.5 -27zM1391 768q8 64 12.5 127.5t4.5 128.5t-4.5 128.5t-12.5 127.5h-734q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h734zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM1024 1920q-49 0 -91.5 -27t-78.5 -71t-64.5 -99.5t-50.5 -112.5t-37 -110t-23 -92h690q-8 39 -23 92t-37 110t-50.5 112.5t-64.5 99.5t-78.5 71t-91.5 27zM731 1871q-84 -29 -161 -75t-143 -105t-120 -130.5t-92 -152.5h333q12 60 28 121t38.5 120.5t51.5 115.5t65 106zM215 640q38 -81 92 -152.5t120 -130.5t143 -105t161 -75q-36 50 -65 106t-51.5 115.5t-38.5 120.5t-28 121h-333zM1317 177q84 29 161 75t143 105t120 130.5t92 152.5h-333q-12 -60 -28 -121t-38.5 -120.5t-51.5 -115.5t-65 -106z" + }, + { + Name: "EaseOfAccess", + Code: "E776", + Path: "M3 1024q11 132 61.5 254t136.5 223l90 -91q-69 -82 -109 -181t-51 -205h-128zM291 1591q101 86 223 136.5t254 61.5v-128q-106 -11 -205 -51t-181 -109zM201 419q-86 101 -136.5 223t-61.5 254h128q11 -106 51 -205t109 -181zM768 131q-132 11 -254 61.5t-223 136.5l91 90q82 -69 181 -109t205 -51v-128zM1661 896q-11 -132 -61.5 -254t-136.5 -223l-90 91q69 82 109 181t51 205h128zM1373 329q-101 -86 -223 -136.5t-254 -61.5v128q106 11 205 51t181 109zM1024 1920v-768h192l-256 -256l-256 256h192v768h128zM1792 832v192h-523l128 128h395v192l256 -256z" + }, + { + Name: "UpdateRestore", + Code: "E777", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-172 0 -330.5 55t-289 154.5t-226 237.5t-140.5 304l123 34q40 -145 123.5 -265.5t197.5 -207.5t253 -135.5t289 -48.5q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -251 -36t-227.5 -103t-190.5 -161.5t-140 -211.5h297v-128h-512v512h128v-274q67 123 163 221t212.5 166.5t248.5 105.5t272 37z" + }, + { + Name: "ContactInfo", + Code: "E779", + Path: "M740 971q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149q0 -91 -41.5 -173t-114.5 -136zM256 1280q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99zM2048 1664v-128h-896v128h896zM1152 1152h896v-128h-896v128zM1152 640h896v-128h-896v128z" + }, + { + Name: "Unpin", + Code: "E77A", + Path: "M1472 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1990 1300q-33 -33 -64.5 -60.5t-65 -46.5t-73 -29.5t-89.5 -10.5q-34 0 -65 6l-134 -135h-182l278 278l10 -3q23 -7 46 -12.5t47 -5.5q55 0 104 26l-495 495q-26 -49 -26 -104q0 -24 5.5 -47t12.5 -46l3 -10l-492 -491q-24 10 -46 19t-44 15t-45.5 9.5t-50.5 3.5q-57 0 -111 -16.5t-100 -48.5l483 -483v-182l-192 193l-568 -569l-136 -45l45 136l569 568l-386 386l45 45q70 70 162 107t191 37q39 0 77.5 -6.5t76.5 -18.5l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5z" + }, + { + Name: "Contact", + Code: "E77B", + Path: "M1330 845q136 -47 245.5 -131.5t186 -195.5t117.5 -243t41 -275h-128q0 164 -58.5 304.5t-161.5 243.5t-243.5 161.5t-304.5 58.5q-107 0 -206 -27t-184.5 -76.5t-155 -119t-119 -155t-76.5 -184.5t-27 -206h-128q0 144 42 275.5t119 241.5t186.5 194t244.5 133q-78 42 -140 102t-105.5 133.5t-67 157t-23.5 171.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -88 -23.5 -171t-67 -156t-105 -133.5t-138.5 -102.5zM512 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199z" + }, + { + Name: "Memo", + Code: "E77C", + Path: "M1600 1536q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-1152q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -21 -4.5 -50.5t-12.5 -61t-20 -64t-27 -61t-33 -50.5t-38 -33h526q-20 11 -38 33t-33 50.5t-27 61t-20 64t-12.5 60.5t-4.5 51q0 93 35.5 174.5t96 142t142 96t174.5 35.5zM128 1088q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5t124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124zM1600 768q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5z" + }, + { + Name: "IncomingCall", + Code: "E77E", + Path: "M1530 741q39 0 76 -15t65 -43q21 -21 47.5 -44.5t54.5 -49t54 -53.5t47 -57.5t33.5 -61.5t12.5 -66q0 -39 -15 -76t-43 -65q-51 -51 -92 -90t-85.5 -66t-98.5 -40.5t-129 -13.5q-109 0 -224 34t-229 94t-223 143t-206.5 181t-179.5 207t-141 222.5t-92.5 227t-33.5 219.5q0 76 13.5 130t40 98t65.5 85.5t91 92.5q28 28 65 43t76 15q50 0 96.5 -27t88.5 -66t79 -82t68 -74q28 -28 43 -65t15 -76t-13 -70t-32.5 -55.5t-42 -45t-42 -39.5t-32.5 -37.5t-13 -39.5q0 -12 18.5 -38.5t49.5 -61.5t71.5 -77t84 -85t87 -85t81 -78t66 -63t41.5 -40q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1457 128q61 0 102.5 11.5t74.5 33.5t64.5 54t72.5 73q21 21 21 50q0 13 -16 37.5t-40.5 54t-55 59.5t-59.5 55t-53.5 41t-37.5 16q-21 0 -40 -13t-37.5 -32.5t-39 -42t-45.5 -42t-55.5 -32.5t-69.5 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 13 -16 37t-40.5 53.5t-55 60t-60 55t-53.5 40.5t-37 16q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -96 31 -198.5t86.5 -205.5t131.5 -202t165 -187.5t188.5 -163.5t201.5 -130t203 -85.5t194 -30.5zM1792 1024h-640v640h128v-421l595 594l90 -90l-594 -595h421v-128z" + }, + { + Name: "Paste", + Code: "E77F", + Path: "M1920 1280v-1280h-1024v128h-768v1664h512q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99h512v-512h256zM512 1664v-128h768v128h-256q0 16 0.5 33.5t0.5 35.5q0 34 -3.5 67.5t-17 60t-39 43t-69.5 16.5t-69.5 -16.5t-39 -43t-17 -60t-3.5 -67.5q0 -18 0.5 -35.5t0.5 -33.5h-256zM896 256v1024h640v384h-128v-256h-1024v256h-128v-1408h640zM1792 1152h-768v-1024h768v1024z" + }, + { + Name: "WindowsLogo", + Code: "E782", + Path: "M0 1780l768 107v-735h-768v628zM1920 2048v-896h-1024v753zM896 1024h1024v-896l-1024 143v753zM0 1024h768v-735l-768 107v628z" + }, + { + Name: "Error", + Code: "E783", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q114 0 220.5 30t199 84t168.5 130t130 168.5t84 198.5t30 221q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5t30 -220.5t84 -199t130 -168.5t168.5 -130t198.5 -84t221 -30zM896 1536h128v-640h-128v640zM896 768h128v-128h-128v128z" + }, + { + Name: "GripperBarVertical", + Code: "E784", + Path: "M768 0v2048h128v-2048h-128zM1152 2048h128v-2048h-128v2048z" + }, + { + Name: "Unlock", + Code: "E785", + Path: "M1792 1152v-1152h-1536v1152h1152v384q0 82 -29.5 152t-81 121.5t-121.5 81t-152 29.5t-152 -29.5t-121.5 -81t-81 -121.5t-29.5 -152h-128q0 109 39 202.5t108 162.5t162.5 108t202.5 39t202.5 -39t162.5 -108t108 -162.5t39 -202.5v-384h256zM1664 1024h-1280v-896h1280v896z" + }, + { + Name: "Slideshow", + Code: "E786", + Path: "M1280 1024l-512 -256v512zM864 923l201 101l-201 101v-202zM2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM1792 512h-1536v1024h1536v-1024zM1664 1408h-1280v-768h1280v768z" + }, + { + Name: "Calendar", + Code: "E787", + Path: "M768 1280h128v-128h-128v128zM1152 512h128v-128h-128v128zM1536 1280h128v-128h-128v128zM1152 1280h128v-128h-128v128zM768 1024h128v-128h-128v128zM384 1024h128v-128h-128v128zM1536 1024h128v-128h-128v128zM1152 1024h128v-128h-128v128zM768 768h128v-128h-128v128zM384 768h128v-128h-128v128zM1536 768h128v-128h-128v128zM1152 768h128v-128h-128v128zM768 512h128v-128h-128v128zM384 512h128v-128h-128v128zM2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792z" + }, + { + Name: "Megaphone", + Code: "E789", + Path: "M0 1280q14 0 38.5 -1t47.5 -1q11 0 20.5 0.5t15.5 1.5l1798 320q6 1 16 1.5t22 0.5q24 0 50 -1t40 -1v-1152q-14 0 -39 -0.5t-49 -0.5h-30t-21 2l-763 136q-10 -57 -38.5 -106t-70.5 -84t-94.5 -55t-110.5 -20q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 28 6 57l-396 71q-8 1 -17.5 1.5t-20.5 0.5q-22 0 -44.5 -1t-39.5 -1v512zM832 448q35 0 67 12t57 33.5t42 50.5t23 64l-378 67q-3 -18 -3 -35q0 -40 15 -75t41 -61t61 -41t75 -15zM1920 1471l-1792 -319v-256q7 0 11 -1l1781 -318v894z" + }, + { + Name: "Trim", + Code: "E78A", + Path: "M640 1664h-128v128h128v-128zM1408 1792h128v-128h-128v128zM640 1408h-128v128h128v-128zM1408 1536h128v-128h-128v128zM512 384h128v-128h-128v128zM1408 384h128v-128h-128v128zM512 640h128v-128h-128v128zM1408 640h128v-128h-128v128zM0 1280h128v-512h-128v512zM256 1280h128v-512h-128v512zM1664 1280h128v-512h-128v512zM2048 1280v-512h-128v512h128zM512 1280h1024v-512h-1024v512zM640 896h768v256h-768v-256z" + }, + { + Name: "AutoEnhanceOn", + Code: "E78D", + Path: "M0 64q0 26 19 45l1216 1216q19 19 45 19t45 -19t19 -45t-19 -45l-1216 -1216q-19 -19 -45 -19t-45 19t-19 45zM1408 2048h128v-256h-128v256zM1201 1653l-182 181l91 91l181 -182zM1152 1408h-256v128h256v-128zM1408 1152h128v-256h-128v256zM1743 1291l182 -181l-91 -91l-181 182zM2048 1536v-128h-256v128h256zM1743 1653l-90 90l181 182l91 -91zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "AutoEnhanceOff", + Code: "E78E", + Path: "M1939 813l90 -90l-685 -686l-365 366l90 90l275 -274zM0 64q0 26 19 45l1216 1216q19 19 45 19t45 -19t19 -45t-19 -45l-1216 -1216q-19 -19 -45 -19t-45 19t-19 45zM1408 2048h128v-256h-128v256zM1201 1653l-182 181l91 91l181 -182zM1152 1408h-256v128h256v-128zM1408 1152h128v-256h-128v256zM1743 1291l182 -181l-91 -91l-181 182zM2048 1536v-128h-256v128h256zM1743 1653l-90 90l181 182l91 -91zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Color", + Code: "E790", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 49 9.5 85.5t23.5 66.5t31 56t31 52.5t23.5 56t9.5 67.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-38 0 -67.5 -9.5t-56 -23.5t-52.5 -31t-56 -31t-67 -23.5t-85 -9.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q38 0 67.5 9.5t56 23.5t52 31t55 31t66.5 23.5t87 9.5q80 0 150 -30t122 -82t82 -122t30 -150q0 -49 -9.5 -86.5t-23.5 -67t-31 -55t-31 -52t-23.5 -56t-9.5 -67.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM896 1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1408 1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1536 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1280 640q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "SaveAs", + Code: "E792", + Path: "M1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34zM768 512h128l-128 -128h-475l-165 165v1243q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512l-128 -128v640h-128v-640h-1024v640h-128v-1189l91 -91h37v512h896v-128l-128 -128v128h-640v-384h128v256h128v-256zM512 1280h768v512h-768v-512z" + }, + { + Name: "Light", + Code: "E793", + Path: "M960 1536q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM960 768q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5q-35 0 -64 -7v-626q29 -7 64 -7zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z" + }, + { + Name: "Filters", + Code: "E795", + Path: "M1600 2048q40 0 75 -15t61 -41t41 -61t15 -75v-64h-34q-17 0 -33.5 -2t-30 -8.5t-22 -19t-8.5 -34.5v-832q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v512h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v896q0 53 20 99.5t55 81.5t81.5 55t99.5 20h960zM1536 896v128h-1024v-128h384v-640q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v640h384zM1536 1728q0 55 29.5 102t79.5 71q-8 10 -20 14.5t-25 4.5h-960q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-640h1024v576z" + }, + { + Name: "AspectRatio", + Code: "E799", + Path: "M0 1792h128v-128h-128v128zM0 1536h128v-128h-128v128zM0 1280h128v-128h-128v128zM0 1024h128v-128h-128v128zM0 512h128v-128h-128v128zM256 1792h128v-128h-128v128zM256 512h128v-128h-128v128zM1920 512h128v-128h-128v128zM0 768h128v-128h-128v128zM1920 768h128v-128h-128v128zM1920 1024h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1536h128v-128h-128v128zM2048 1792v-128h-128v128h128zM1664 512h128v-128h-128v128zM1664 1792h128v-128h-128v128zM512 1792h1024v-1408h-1024v1408zM640 512h768v1152h-768v-1152z" + }, + { + Name: "Contrast", + Code: "E7A1", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-65 0 -128 -9v-1774q63 -9 128 -9z" + }, + { + Name: "Redo", + Code: "E7A6", + Path: "M1152 1536h421q-71 72 -135.5 140t-134.5 121.5t-152.5 86t-190.5 32.5q-117 0 -221 -45.5t-182 -123.5t-123.5 -182t-45.5 -221q0 -112 43 -215.5t122 -182.5l836 -837l-90 -90l-837 836q-97 97 -149.5 224.5t-52.5 264.5q0 96 25 185t71 167t110 142t142 110t167 71t185 25q84 0 153.5 -15.5t129 -43t112 -66t103 -85t100.5 -99t106 -108.5v421h128v-640h-640v128z" + }, + { + Name: "Undo", + Code: "E7A7", + Path: "M1088 2044q96 0 185 -25t167 -71t142 -110t110 -142t71 -167t25 -185q0 -137 -52.5 -264.5t-149.5 -224.5l-837 -836l-90 90l836 837q79 79 122 182.5t43 215.5q0 117 -45.5 221t-123.5 182t-182 123.5t-221 45.5q-108 0 -190.5 -32.5t-152.5 -86t-134.5 -121.5t-135.5 -140h421v-128h-640v640h128v-421q55 56 105.5 108.5t101 99t103 85t112 66t129 43t153.5 15.5z" + }, + { + Name: "Crop", + Code: "E7A8", + Path: "M2048 512v-129h-385v-383h-127v383h-1153v1153h-383v127h383v385h129v-385h1061l365 366l91 -90l-366 -366v-1061h385zM512 1536v-933l933 933h-933zM1536 512v933l-933 -933h933z" + }, + { + Name: "PhotoCollection", + Code: "E7AA", + Path: "M1472 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM2048 1536v-1280h-1792v256h-256v1280h1792v-256h256zM1573 640l-357 358l-166 -166l193 -192h330zM128 1664v-549l320 319l512 -512l256 256l448 -447v933h-1536zM1061 640l-613 614l-320 -321v-293h933zM1920 1408h-128v-896h-1408v-128h1536v1024z" + }, + { + Name: "Album", + Code: "E7AB", + Path: "M1856 1792q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1856v1536h1856zM128 384h128v1280h-128v-1280zM1920 1600q0 26 -19 45t-45 19h-1472v-1280h1472q26 0 45 19t19 45v1152zM768 1408h768v-384h-768v384zM896 1152h512v128h-512v-128z" + }, + { + Name: "OpenWith", + Code: "E7AC", + Path: "M2045 829l-317 317l-317 -317l90 -90l162 163v-583h129v583l163 -163zM1792 1663h-1153v129h1153v-129zM1536 383h-897v129h897v-129zM384 1536h-384v384h384v-384zM128 1664h128v128h-128v-128zM384 896h-384v384h384v-384zM128 1024h128v128h-128v-128zM384 256h-384v384h384v-384zM128 384h128v128h-128v-128zM1408 1024h-768v128h896z" + }, + { + Name: "Rotate", + Code: "E7AD", + Path: "M1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM2048 1024q0 -140 -37 -272t-105.5 -248.5t-166.5 -212.5t-221 -163h274v-128h-512v512h128v-297q117 55 211.5 140t161.5 190.5t103 227.5t36 251q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5h-128q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272z" + }, + { + Name: "PanoIndicator", + Code: "E7B0", + Path: "M1472 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM0 1769q241 -115 499.5 -172.5t524.5 -57.5t524.5 57.5t499.5 172.5v-1488q-241 115 -499.5 173t-524.5 58t-524.5 -58t-499.5 -173v1488zM128 471q153 59 311 96t321 54l-312 312l-320 -319v-143zM930 632q24 1 48.5 1.5t48.5 0.5q197 0 391 -30l-330 329l-229 -229zM1920 614l-192 191l-166 -165l83 -83q70 -18 138.5 -39t136.5 -47v143zM1920 1579q-215 -83 -440 -127t-456 -44t-456 44t-440 127v-785l320 321l320 -321l320 321l384 -384l256 256l192 -193v785z" + }, + { + Name: "Translate", + Code: "E7B2", + Path: "M651 1152l341 -1024h-139l-85 256h-384l-85 -256h-139l341 1024h150zM725 512l-149 448l-149 -448h298zM806 1504q1 40 1 79v79v58t-1 58q0 5 2 11q8 2 13 2q42 -1 83.5 -2t83.5 -1h275v11q0 30 -1 61t-8 60q69 0 137 -6q6 -1 12.5 -3t6.5 -10q0 -6 -3 -12t-5 -12q-2 -5 -3.5 -15.5t-2 -22t-0.5 -22v-16.5v-13h296q42 0 83.5 1t83.5 2q7 0 13 -3q3 -5 3 -10q-1 -17 -2 -35.5t-1 -35.5v-58q0 -36 1 -72.5t2 -72.5q0 -3 -0.5 -7t-2.5 -6q-8 -2 -13 -2t-25 -0.5t-41 -0.5q-19 0 -34 1t-17 3q-2 8 -2.5 24t-0.5 36q0 33 1 68t1 52h-802v-14.5t0.5 -25t0.5 -31v-33.5q0 -29 -1 -52.5t-3 -25.5q-8 -2 -13 -2h-102q-11 0 -13 3t-2 13zM1228 895q24 0 36.5 7.5t12.5 33.5v190h-319q-40 0 -80 -1l-80 -2q-8 0 -12 3q-2 6 -2 11v96q0 3 0.5 7.5t2.5 6.5q6 2 11 2l80 -2t80 -1h319q-2 26 -2.5 52.5t-5.5 52.5q20 -2 39.5 -3.5t39.5 -3.5q2 0 3.5 -0.5t3.5 -0.5q35 25 67 53t64 57h-308q-42 0 -83.5 -1t-83.5 -2q-8 0 -12 3q-2 6 -2 11v95q0 4 2 12q8 2 12 2q42 -1 83.5 -2t83.5 -1h373q16 0 30 4.5t25 4.5q8 0 23 -12t30 -28t26.5 -32.5t11.5 -24.5q0 -10 -6.5 -15.5t-14.5 -9.5q-14 -7 -27 -18t-25 -21q-52 -43 -104.5 -83.5t-109.5 -77.5v-11h321q40 0 79 1t79 2q7 0 13 -3q2 -8 2 -13v-96q0 -4 -2 -12q-8 -2 -13 -2q-40 1 -79 2t-79 1h-321v-33q0 -52 1 -104t3 -104v-4q0 -24 -9 -48t-29 -38q-14 -10 -39.5 -15.5t-54.5 -8t-56.5 -3t-43.5 -0.5q-6 0 -19 0.5t-18 5.5q-3 3 -7 16t-6 18q-7 26 -16.5 48.5t-23.5 45.5q34 -4 68 -5.5t68 -1.5zM1875 595l-83 82v-165q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-165l82 -83l-90 -90l-237 237l237 237l90 -90l-82 -83h165q27 0 50 10t40.5 27.5t27.5 40.5t10 50v165l-83 -82l-90 90l237 237l237 -237z" + }, + { + Name: "RedEye", + Code: "E7B3", + Path: "M1024 1536q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203q-98 -110 -213.5 -203.5t-246 -162t-272.5 -107.5t-292 -39t-292 39t-272.5 107.5t-246.5 162t-213 203.5q97 109 213 203t246.5 162.5t272.5 107.5t292 39zM1408 1024q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149zM177 1024q94 -91 200 -166.5t227 -126.5q-45 64 -68.5 139.5t-23.5 153.5t23.5 153.5t68.5 139.5q-121 -51 -227 -126.5t-200 -166.5zM1444 731q121 51 227 126.5t200 166.5q-94 91 -200 166.5t-227 126.5q45 -64 68.5 -139.5t23.5 -153.5t-23.5 -153.5t-68.5 -139.5zM1024 896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z" + }, + { + Name: "ViewOriginal", + Code: "E7B4", + Path: "M1280 1152h-1024v640h1024v-640zM1152 1664h-768v-384h768v384zM2048 1408v-1024h-1152v128h1024v768h-384v-384h-768v-256l-128 128v128h-640v1152h1536v-640h512zM1408 1920h-1280v-896h1280v896zM464 634l315 -314l-319 -318l-74 74l179 180h-181q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5h128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20h181l-175 176z" + }, + { + Name: "ThumbnailView", + Code: "E7B6", + Path: "M0 896h640v-640h-640v640zM128 384h384v384h-384v-384zM0 1792h640v-640h-640v640zM128 1280h384v384h-384v-384zM2048 1664v-128h-1152v128h1152zM1664 1280h-768v128h768v-128zM896 768h1152v-128h-1152v128zM896 512h768v-128h-768v128z" + }, + { + Name: "Package", + Code: "E7B8", + Path: "M2048 1280h-128v-1152h-1792v1152h-128v640h2048v-640zM1792 1280h-1536v-1024h1536v1024zM1920 1792h-1792v-384h1792v384zM1024 640h-640v128h640v-128zM384 384v128h512v-128h-512z" + }, + { + Name: "Telemarketer", + Code: "E7B9", + Path: "M1920 0h-128q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h-128q0 145 42.5 276t120.5 240.5t187.5 193t243.5 134.5q-124 67 -210 180h-64q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 38 14 72t38.5 60t57.5 42t71 18q39 88 99.5 159t137 121t165.5 77t185 27t185 -27t165.5 -77t137 -121t99.5 -159q38 -2 71 -18t57.5 -42t38.5 -60t14 -72v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-30 0 -57 9q-43 -59 -97.5 -107t-119.5 -82q134 -51 243.5 -134.5t187.5 -193t120.5 -240.5t42.5 -276zM1664 1472q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM384 1216q0 -26 19 -45t45 -19h64v320q0 26 -19 45t-45 19t-45 -19t-19 -45v-256zM685 1024q70 -62 157.5 -95t181.5 -33q62 0 121 14.5t112.5 42t100 67t82.5 90.5q-16 23 -24 50.5t-8 55.5v256q0 46 20.5 87t58.5 68q-32 67 -80.5 121t-108.5 92.5t-130 59t-144 20.5t-144 -20.5t-130 -59t-108.5 -92.5t-80.5 -121q38 -27 58.5 -68t20.5 -87v-320h128q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-211z" + }, + { + Name: "Warning", + Code: "E7BA", + Path: "M1920 128h-1920l960 1920zM207 256h1506l-753 1506zM1024 1280v-640h-128v640h128zM896 512h128v-128h-128v128z" + }, + { + Name: "Financial", + Code: "E7BB", + Path: "M1792 1152h128v-1152h-128v1152zM512 704l128 128v-832h-128v704zM256 448l128 128v-576h-128v448zM768 960l128 128v-1088h-128v960zM1024 1088l128 -128v-959h-128v1087zM1344 768l64 64v-832h-128v832zM1536 960l128 128v-1088h-128v960zM0 192l128 128v-320h-128v192zM2048 1792v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128h512z" + }, + { + Name: "Education", + Code: "E7BE", + Path: "M1582 983q41 -72 61.5 -150.5t20.5 -160.5v-103l-640 -321l-640 321q0 60 1.5 112t9 101.5t24 98t47.5 102.5l-210 105v-587q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5v-320h-384v320q0 30 9 58.5t26 52.5t40.5 42t52.5 28v651l-128 64l1024 512l1024 -512zM256 320q0 26 -19 45t-45 19t-45 -19t-19 -45v-192h128v192zM286 1216l738 -369l738 369l-738 369zM1536 648q0 77 -15 143.5t-53 134.5l-444 -222l-444 222q-33 -58 -50.5 -122.5t-17.5 -131.5v-24l512 -256z" + }, + { + Name: "ShoppingCart", + Code: "E7BF", + Path: "M1600 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 31 11 64h-534q11 -33 11 -64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 55 29.5 102t79.5 71l-432 1299h-189v128h281l85 -256h1682l-298 -896h-1085l85 -256h850zM409 1536l213 -640h1035l213 640h-1461zM768 320q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1600 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "Train", + Code: "E7C0", + Path: "M576 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1472 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1280 1664h-512v128h512v-128zM1445 256h-842l-256 -256h-182l258 258q-35 4 -65.5 21t-53 42.5t-35.5 58t-13 68.5v1408q0 40 15 75t41 61t61 41t75 15h1152q40 0 75 -15t61 -41t41 -61t15 -75v-1408q0 -36 -13 -68.5t-35.5 -58t-53 -42.5t-65.5 -21l258 -258h-182zM1664 1408h-1280v-512h1280v512zM448 1920q-26 0 -45 -19t-19 -45v-320h1280v320q0 26 -19 45t-45 19h-1152zM384 448q0 -26 19 -45t45 -19h1152q26 0 45 19t19 45v320h-1280v-320z" + }, + { + Name: "Flag", + Code: "E7C1", + Path: "M1920 1792v-1024h-896v256h-640v-1024h-128v2048h896v-256h768zM1024 1152v768h-640v-768h640zM1792 1664h-640v-768h640v768z" + }, + { + Name: "Move", + Code: "E7C2", + Path: "M245 1024l206 -205l-91 -91l-360 360l360 360l91 -91l-206 -205h395v-128h-395zM1920 1088l-356 -355l-90 90l201 201h-395v128h395l-206 205l91 91zM695 1602l-90 90l355 356l360 -360l-91 -91l-205 206v-395h-128v395zM1229 579l91 -91l-360 -360l-360 360l91 91l205 -206v395h128v-395z" + }, + { + Name: "Page", + Code: "E7C3", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408z" + }, + { + Name: "TouchPointer", + Code: "E7C9", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-141 0 -266.5 55.5t-227.5 156.5l-319 318l-272 -136l-138 277l-249 -250v1334l896 -896v741q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-331q27 10 59 10q49 0 95 -23.5t72 -64.5q44 25 94 25q51 0 93.5 -24t68.5 -65q44 25 94 25zM424 1088h190l-486 485v-714l156 156l161 -321l141 71zM1920 1088q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v192q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v192q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -33 -18 -60.5t-49 -40.5q-19 -8 -42 -8q-44 0 -78 32l-75 75q-21 21 -50 21q-30 0 -51 -21q-11 -11 -16 -24t-5 -27q0 -30 21 -51l408 -408q81 -85 184.5 -129t218.5 -44q93 0 174.5 35.5t142 96t96 142t35.5 174.5v384z" + }, + { + Name: "Merge", + Code: "E7D5", + Path: "M1792 256v-256h-43q-225 0 -409 122q-163 107 -279 301q-22 37 -42 76t-38 81q-17 -42 -37 -81t-42 -76q-116 -194 -279 -301q-185 -122 -410 -122h-42v256h42q291 0 469 298q41 68 73 148t53.5 167.5t33 180t11.5 187.5v399l-240 -60q-8 -2 -13 -2q-20 0 -32.5 15t-12.5 33q0 19 14 33l379 379q14 14 33 14q18 0 34 -14l379 -379q14 -14 14 -34q0 -18 -13 -32.5t-33 -14.5q-5 0 -13 2l-240 60v-399q0 -95 11.5 -187.5t33.5 -180t54 -167.5t73 -148q178 -298 468 -298h43z" + }, + { + Name: "TurnRight", + Code: "E7DB", + Path: "M1451 2005q9 0 44 -29t82.5 -73t100 -97t97 -100t73.5 -82.5t29 -44.5q0 -7 -17 -29t-44.5 -53.5t-63.5 -69.5t-74.5 -76t-76 -74t-68.5 -63.5t-53 -44.5t-29 -17q-20 0 -33.5 14.5t-13.5 34.5q0 3 4 21t10 43.5t13.5 55t14.5 56t12 47t7 27.5h-740q-26 0 -49 -10.5t-40.5 -28t-28 -40.5t-10.5 -49v-1323h-256v1323q0 79 30.5 148.5t83 122t122 83t148.5 30.5h740l-7 28t-12 46.5t-14.5 56t-13.5 55t-10 43.5t-4 22q0 20 13.5 33.5t33.5 13.5z" + }, + { + Name: "Ferry", + Code: "E7E3", + Path: "M1768 256h152v-128h-216q-32 -63 -74.5 -95.5t-93.5 -32.5q-54 0 -103.5 21.5t-87.5 62.5q-20 21 -44.5 32.5t-52.5 11.5q-56 0 -97 -44q-38 -41 -87.5 -62.5t-103.5 -21.5t-103.5 21.5t-87.5 62.5q-20 21 -45 32.5t-52 11.5q-56 0 -97 -44q-38 -41 -87.5 -62.5t-103.5 -21.5q-51 0 -93.5 32.5t-74.5 95.5h-216v128h152l-152 305v157l256 85v477h152l128 256h232v256h384v-256h232l128 -256h152v-477l256 -85v-157zM896 1536h128v128h-128v-128zM552 1280h816l-64 128h-688zM384 846l576 192l576 -192v306h-1152v-306zM863 172q15 -17 33 -27v737l-768 -256v-35l202 -403q15 -31 30 -45.5t24 -14.5q27 0 52 11.5t45 32.5q38 41 87.5 62.5t103.5 21.5t103.5 -21.5t87.5 -62.5zM1792 591v35l-768 256v-737q18 10 33 27q38 41 87.5 62.5t103.5 21.5t103.5 -21.5t87.5 -62.5q41 -44 97 -44q9 0 24 14.5t30 45.5z" + }, + { + Name: "Highlight", + Code: "E7E6", + Path: "M2048 2048v-512q-87 0 -149 -19.5t-105.5 -54.5t-70 -82.5t-40.5 -104.5t-19 -120t-5 -129t2.5 -131t2.5 -127h-256v-384l-768 -384v768h-256q0 62 2.5 127t2.5 131t-5 129t-19 120t-40.5 104.5t-70 82.5t-106 54.5t-148.5 19.5v512h128v-384h1792v384h128zM1280 768h-512v-561l512 256v305zM1536 896q0 45 -1 88t-1 86q0 64 5 126t20.5 120.5t46 113.5t81.5 106h-1326q51 -51 81.5 -106.5t46 -114t20.5 -120t5 -125.5q0 -43 -1 -86t-1 -88h1024z" + }, + { + Name: "PowerButton", + Code: "E7E8", + Path: "M1088 1024h-128v1024h128v-1024zM1300 1748q138 -44 252.5 -128t196 -197t126.5 -248t45 -279q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 144 45 279t126.5 248t196 197t252.5 128l40 -121q-119 -39 -217 -111t-168 -168t-108.5 -211.5t-38.5 -240.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 125 -38.5 240.5t-108.5 211.5t-168 168t-217 111z" + }, + { + Name: "Tab", + Code: "E7E9", + Path: "M1920 1664v-1664h-1408v384h-384v1664h1408v-384h384zM256 512h1152v1408h-1152v-1408zM1792 1536h-256v-1152h-896v-256h1152v1408z" + }, + { + Name: "Admin", + Code: "E7EF", + Path: "M2048 1152v-384q0 -170 -88 -328q-68 -121 -190 -231q-48 -44 -94.5 -78t-83.5 -57t-62 -36t-31 -16l-27 -13q-20 10 -23.5 12t-4.5 2q-6 3 -30.5 15.5t-62 35.5t-84 56.5t-94.5 77.5q-60 55 -107 112.5t-82 119.5q-88 158 -88 328v384h64q62 0 107 6t79.5 15.5t61 22t50.5 25.5q21 11 43.5 21.5t48 19t55.5 13.5t67 5t67 -5t55.5 -13.5t48 -19t43.5 -21.5q24 -13 50.5 -25.5t61 -22t79.5 -15.5t107 -6h64zM1920 1026q-57 3 -101 11.5t-79 20t-62 24.5t-51 25q-19 10 -36 18t-35 14t-38.5 9.5t-45.5 3.5q-26 0 -46 -3.5t-38 -9.5t-35 -14t-36 -18q-24 -12 -51 -25t-62 -24.5t-79 -20t-101 -11.5v-258q0 -87 26 -162t67.5 -139t92.5 -116t101 -91.5t93 -66.5t68 -41q16 9 39.5 23t52 33.5t60.5 44t64 53.5q232 211 232 462v258zM128 896h640v-128h-768v1024h1792v-412q-11 4 -21 8t-19 9q-20 14 -42 24t-46 19v224h-1536v-768z" + }, + { + Name: "CC", + Code: "E7F0", + Path: "M2048 1664v-1280h-2048v1280h2048zM1920 1536h-1792v-1024h1792v1024zM704 640q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q77 0 147 -29t124 -83l-90 -91q-36 36 -83 55.5t-98 19.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q51 0 98 19.5t83 55.5l90 -91q-54 -54 -124 -83t-147 -29zM1472 640q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q77 0 147 -29t124 -83l-90 -91q-36 36 -83 55.5t-98 19.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q51 0 98 19.5t83 55.5l90 -91q-54 -54 -124 -83t-147 -29z" + }, + { + Name: "SDCard", + Code: "E7F1", + Path: "M1792 1696v-1568q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v512l128 128v352l-128 160v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1056zM1664 1643l-277 277h-1003v-595l128 -160v-450q-31 -33 -63.5 -64.5t-64.5 -63.5v-459h1280v1515zM640 1792h128v-384h-128v384zM896 1792h128v-384h-128v384zM1152 1792h128v-384h-128v384z" + }, + { + Name: "TVMonitor", + Code: "E7F4", + Path: "M1920 640h-896v-128h256v-128h-640v128h256v128h-896v1152h1920v-1152zM128 1664v-896h1664v896h-1664z" + }, + { + Name: "Speakers", + Code: "E7F5", + Path: "M512 1792v-1664h1024v1664h-1024zM1664 0h-1280v1920h1280v-1920zM1024 896q-79 0 -149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5zM1024 1536q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5zM1024 256q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5zM1024 640q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM928 1280q0 19 7.5 36.5t21 31t30.5 21t37 7.5q19 0 36.5 -7.5t31 -21t21 -31t7.5 -36.5q0 -20 -7.5 -37t-21 -30.5t-31 -21t-36.5 -7.5q-20 0 -37 7.5t-30.5 21t-21 30.5t-7.5 37z" + }, + { + Name: "Game", + Code: "E7FC", + Path: "M1879 1495q82 -82 125.5 -186.5t43.5 -220.5q0 -35 -2 -84t-8.5 -106t-19 -117.5t-32.5 -118.5q-30 -86 -70 -140.5t-83 -85t-87 -41.5t-82 -11q-33 0 -60.5 11.5t-52 29.5t-46 41.5t-42.5 47.5t-41.5 46t-42.5 39.5t-46.5 28.5t-53.5 12h-510q-29 -1 -53.5 -12t-46.5 -28.5t-42.5 -39.5t-41.5 -46t-42.5 -47.5t-46 -41.5t-52 -29.5t-60.5 -11.5q-38 0 -82 11t-87 41.5t-83 85t-70 140.5q-20 58 -32.5 118.5t-19 117.5t-8.5 106t-2 84q0 116 43.5 220.5t125.5 186.5q81 82 186 125.5t221 43.5h896q116 0 220.5 -43.5t186.5 -125.5zM1865 704q19 53 30 110t16.5 109.5t7 95.5t1.5 69q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5h-896q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -26 1.5 -69t7 -95.5t16.5 -109.5t30 -110q25 -72 55 -111t58.5 -57t52 -21t35.5 -3q22 0 48.5 26.5t55.5 59.5q24 28 51.5 57.5t61 54t74.5 40.5t91 18h1h515q50 -2 91 -18t74.5 -40.5t61 -54t51.5 -57.5q29 -33 55.5 -59.5t48.5 -26.5q12 0 35.5 3t52 21t58.5 57t55 111zM512 1152h128v-128h-128v-128h-128v128h-128v128h128v128h128v-128zM1664 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "HorizontalTabKey", + Code: "E7FD", + Path: "M475 1536h1573v-128h-1573l210 -211l-90 -90l-365 365l365 365l90 -90zM128 1792v-640h-128v640h128zM1363 851l90 90l365 -365l-365 -365l-90 90l210 211h-1573v128h1573zM1920 256v640h128v-640h-128z" + }, + { + Name: "UnstackSelected", + Code: "E7FE", + Path: "M2048 1408v-1152h-1536v256h-256v256h-256v1152h1313q-69 -20 -133.5 -52t-122.5 -76h-929v-896h1280v512h64l64 -64v-576h-1152v-128h1280v640l128 128v-896h-1152v-128h1280v1024h128zM896 1152q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23h165l-146 147l90 90l301 -301l-301 -301l-90 90l146 147h-165q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128z" + }, + { + Name: "StackIndicator", + Code: "E7FF", + Path: "M1707 1195h341v-1024h-1365v341h-342v341h-341v1024h1365v-341h342v-341zM171 1707v-683h1024v683h-1024zM512 853v-170h1024v682h-171v-512h-853zM1877 341v683h-170v-512h-854v-171h1024z" + }, + { + Name: "Nav2DMapView", + Code: "E800", + Path: "M1344 1625l704 234v-1414l-704 -235l-640 213l-704 -234v1414l704 235zM768 1682v-1145l512 -171v1145zM128 1511v-1145l512 171v1145zM1920 537v1145l-512 -171v-1145z" + }, + { + Name: "StreetsideSplitMinimize", + Code: "E802", + Path: "M1363 1544l90 -91l-429 -429l-429 429l90 91l276 -275v523h126v-523zM1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM165 768q10 -33 22.5 -64.5t26.5 -62.5h972l-23 127h-998zM814 512l-42 -127h462l-24 127h-396zM679 512h-390q59 -84 134.5 -152.5t165.5 -118.5zM1024 128q129 0 251 36l-17 92h-529l-23 -70q77 -29 157 -43.5t161 -14.5zM1397 209q109 50 201 127t161 176h-418zM1834 641q14 31 26.5 62.5t22.5 64.5h-590l24 -127h517zM1911 897q9 63 9 127q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -64 9 -127h1774z" + }, + { + Name: "Car", + Code: "E804", + Path: "M384 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1664 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM2011 1152l-66 -65q2 -5 10 -30t19.5 -59t24.5 -73t24 -71.5t18 -54l7 -21.5v-650q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v650l7 21.5t18 54t24 71.5t24.5 73t19.5 59t10 30l-66 65h-37v128h91l57 -58l74 223q16 49 46.5 89.5t70.5 69t87.5 44.5t99.5 16h996q52 0 99.5 -16t87.5 -44.5t70 -69t47 -89.5l74 -223l57 58h91v-128h-37zM526 1536q-63 0 -112.5 -36t-69.5 -95l-85 -253h1530l-85 253q-20 59 -69.5 95t-112.5 36h-996zM1408 305l-104 207h-560l-104 -207v-49h768v49zM1920 256v502l-6 18.5t-15.5 46.5t-20.5 61.5t-21 63t-17.5 50.5t-8.5 26h-1614q-2 -5 -9 -26t-17 -50.5t-21 -63t-20.5 -61.5t-15.5 -46.5l-6 -18.5v-502h384v79l152 305h720l152 -305v-79h384z" + }, + { + Name: "Bus", + Code: "E806", + Path: "M1920 1408v-256h-128v-960q0 -34 -3.5 -68.5t-16 -62t-38 -44.5t-70.5 -17q-25 0 -53.5 -1t-57 1t-55 8.5t-46.5 20.5t-32 38t-12 61h-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-69 0 -118 1t-79.5 17.5t-44.5 56t-14 117.5v960h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1280q40 0 75 -15t61 -41t41 -61t15 -75v-320h128zM1664 768h-1408v-256h128q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h896q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h128v256zM896 896v512h-640v-512h640zM1664 1408h-640v-512h640v512zM320 1792q-26 0 -45 -19t-19 -45v-192h1408v192q0 26 -19 45t-45 19h-1280zM1664 256v128h-1408v-128h1408z" + }, + { + Name: "EatDrink", + Code: "E807", + Path: "M960 2048q26 0 45 -19t19 -45v-704q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v-960q0 -26 -19 -45t-45 -19t-45 19t-19 45v960q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5v704q0 26 19 45t45 19t45 -19t19 -45v-704q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10v832q0 26 19 45t45 19t45 -19t19 -45v-832q27 0 50 10t40.5 27.5t27.5 40.5t10 50v704q0 26 19 45t45 19zM1664 2048v-1984q0 -26 -19 -45t-45 -19t-45 19t-19 45v576q-37 0 -80 -1t-85.5 1.5t-82 12t-70 31t-48.5 57t-18 91.5v768q0 93 35.5 174.5t96 142t142 96t174.5 35.5h64zM1536 1914q-56 -11 -102.5 -40.5t-81 -71.5t-53.5 -93.5t-19 -108.5v-768q0 -26 19 -45t45 -19h192v1146z" + }, + { + Name: "SeeDo", + Code: "E808", + Path: "M1408 2048q40 0 78 -12.5t70 -35.5t56.5 -54.5t37.5 -69.5l363 -1088q35 -103 35 -212q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5q-89 0 -171.5 34t-145.5 97t-97 145.5t-34 171.5v448h-256v-448q0 -89 -34 -171.5t-97 -145.5t-145.5 -97t-171.5 -34q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 109 35 212q5 14 23 68.5t44.5 134t59 176t65.5 195t64 192t55 165.5t38.5 116l14.5 44q15 37 39 68.5t55.5 53.5t68.5 34.5t78 12.5q74 0 121.5 -24t76 -64.5t41.5 -93t16.5 -109.5t2 -114.5t-1.5 -106.5h256q0 49 -1.5 106.5t2 114.5t16.5 109.5t41.5 93t76 64.5t121.5 24zM448 256q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5zM768 1792q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-39 0 -73.5 -24t-47.5 -62l-289 -866q51 27 106 41.5t112 14.5q33 0 80.5 -9.5t95 -27t87 -42.5t57.5 -56v903zM1152 1152v256h-256v-256h256zM1280 889q18 31 57.5 56t87 42.5t95 27t80.5 9.5q57 0 112 -14.5t106 -41.5l-289 866q-13 38 -47.5 62t-73.5 24q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-903zM1600 256q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5z" + }, + { + Name: "LocationCircle", + Code: "E80E", + Path: "M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z" + }, + { + Name: "Home", + Code: "E80F", + Path: "M1024 1883l941 -942l-90 -90l-83 82v-805h-640v640h-256v-640h-640v805l-83 -82l-90 90zM1664 256v805l-640 640l-640 -640v-805h384v640h512v-640h384z" + }, + { + Name: "SwitcherStartEnd", + Code: "E810", + Path: "M211 1581l365 365l365 -365l-90 -90l-211 210v-1701h-128v1701l-211 -210zM1747 557l90 -90l-365 -365l-365 365l90 90l211 -210v1701h128v-1701z" + }, + { + Name: "ParkingLocation", + Code: "E811", + Path: "M2048 768q0 -76 -41 -139t-110 -94q-31 -69 -94 -110t-139 -41q-69 0 -128 34t-94 94h-708q-35 -60 -94 -94t-128 -34t-128 34t-94 94h-162q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256q0 80 30 150t82 122t122 82t150 30h37l328 328q27 27 62.5 41.5t73.5 14.5h907v-128h-29l256 -563q20 -45 24.5 -82t4.5 -80v-43zM1581 1536h-301v-256h459l-99 219q-8 17 -24.5 27t-34.5 10zM603 1280h549v256h-267q-26 0 -45 -19zM512 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h384v512h-768q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-256h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1664 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 768v72q0 41 -17 80l-106 232h-517v-512h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20q42 0 81 -13t71 -37t56 -57.5t37 -73.5q11 27 11 53z" + }, + { + Name: "IncidentTriangle", + Code: "E814", + Path: "M1920 0h-1920l960 1920zM1024 384h-128v-128h128v128zM1024 512v640h-128v-640h128z" + }, + { + Name: "Touch", + Code: "E815", + Path: "M1600 1152q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-144 0 -268.5 55t-225.5 156l-472 472q-28 28 -43 65t-15 76q0 42 16 78.5t43 63.5t63.5 42.5t77.5 15.5q82 0 141 -59l107 -106v336q-59 28 -106 70.5t-80.5 95t-51.5 113.5t-18 126q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-37 -178.5t-105 -148.5q35 -9 63.5 -30.5t48.5 -51.5q45 25 94 25q50 0 93 -23.5t69 -65.5q45 25 94 25zM512 1600q0 -75 34 -143t94 -113v256q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-256q60 45 94 113t34 143q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1664 960q0 26 -19 45t-45 19q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-37 0 -50.5 23.5t-15.5 59.5t2 77t2 77t-15.5 59.5t-50.5 23.5q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-37 0 -50.5 23.5t-15.5 59.5t2 77t2 77t-15.5 59.5t-50.5 23.5q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-26 0 -45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -23 -8.5 -42.5t-23 -34.5t-34.5 -23.5t-42 -8.5t-42.5 8t-36.5 24l-139 139q-21 21 -50 21t-50.5 -21t-21.5 -51q0 -29 21 -50l472 -473q84 -84 184 -128.5t219 -44.5q93 0 174.5 35.5t142 96t96 142t35.5 174.5v384z" + }, + { + Name: "MapDirections", + Code: "E816", + Path: "M1024 2048l1024 -1024l-1024 -1024l-1024 1024zM768 437l256 -256l843 843l-843 843l-843 -843l459 -459v587h549l-210 211l90 90l365 -365l-365 -365l-90 90l210 211h-421v-587z" + }, + { + Name: "CaretHollow", + Code: "E817", + Path: "M640 1755l731 -731l-731 -731v1462zM768 1445v-842l421 421z" + }, + { + Name: "CaretSolid", + Code: "E818", + Path: "M549 512l987 987v-987h-987v0z" + }, + { + Name: "History", + Code: "E81C", + Path: "M1024 1536v-549l365 -366l-90 -90l-403 402v603h128zM1968 1423q80 -192 80 -399t-80 -399q-78 -183 -220 -325t-325 -220q-192 -80 -399 -80q-174 0 -336 57q-158 55 -289 156q-130 101 -223 238q-47 69 -81.5 144t-56.5 156l123 34q40 -145 123.5 -266t197.5 -208t253 -135t289 -48q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-130 0 -252 -36.5t-227.5 -103.5t-190 -161.5t-139.5 -210.5h297v-128h-512v512h128v-274q17 32 37 62.5t42 59.5q94 125 220 216q132 94 283 143t314 49q207 0 399 -80q183 -78 325 -220t220 -325z" + }, + { + Name: "Location", + Code: "E81D", + Path: "M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1408q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5t-149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5z" + }, + { + Name: "MapLayers", + Code: "E81E", + Path: "M1664 1216l384 -192l-384 -192l384 -192l-1024 -512l-1024 512l384 192l-384 192l384 192l-384 192l1024 512l1024 -512zM286 1408l738 -369l738 369l-738 369zM1762 640l-241 120l-497 -248l-497 248l-241 -120l738 -369zM1024 655l738 369l-241 120l-497 -248l-497 248l-241 -120z" + }, + { + Name: "SearchNearby", + Code: "E820", + Path: "M1280 617q38 -5 90.5 -15.5t109.5 -27t113 -39.5t100 -54.5t71.5 -71t27.5 -89.5t-27.5 -89t-68 -68.5t-87.5 -50.5t-86 -34q-64 -22 -134.5 -37t-143.5 -24t-145.5 -13t-139.5 -4q-68 0 -140 4t-145 13t-143.5 24t-134.5 37q-39 13 -86 34t-87.5 50.5t-68 68.5t-27.5 89t27.5 89.5t71.5 71t100 54.5t113 39.5t109.5 26.5t90.5 16v162q-29 10 -52.5 28t-40.5 42t-26 52.5t-9 58.5v512q0 40 15 75t41 61t61 41t75 15h34q-34 60 -34 128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -68 -34 -128h34q40 0 75 -15t61 -41t41 -61t15 -75v-512q0 -30 -9 -58.5t-26 -52.5t-40.5 -42t-52.5 -28v-162zM832 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM960 128q43 0 100 2.5t119.5 9t127.5 17t125 26.5t110.5 37.5t85.5 50.5q10 8 23 21.5t13 27.5t-13 28t-30.5 26.5t-35.5 22t-28 14.5q-64 30 -135.5 48t-141.5 29v-168q0 -12 -17 -21t-39 -15t-43 -10t-29 -5v627q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v512q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-512q0 -28 13 -41.5t32.5 -18.5t42 -4.5t40.5 0.5v-627q-8 1 -29 5t-43 10t-39 15t-17 21v168q-70 -11 -141.5 -29t-135.5 -48q-10 -5 -28 -14.5t-35.5 -22t-30.5 -26.5t-13 -28t13 -27.5t23 -21.5q34 -29 85 -50.5t111 -37.5t125 -26.5t127.5 -17t119.5 -9t100 -2.5zM896 896h128v-639q-16 -1 -32 -1h-32h-32t-32 1v639z" + }, + { + Name: "Work", + Code: "E821", + Path: "M2048 1664v-1280h-2048v1280h640v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h640zM768 1664h512v128h-512v-128zM128 1536v-185l640 -319v120h512v-120l640 319v185h-1792zM896 1024v-128h256v128h-256zM1920 512v697l-640 -321v-120h-512v120l-640 321v-697h1792z" + }, + { + Name: "Recent", + Code: "E823", + Path: "M1024 0q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5zM1024 1920q-123 0 -237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32zM1024 1024v640h-128v-768h512v128h-384z" + }, + { + Name: "Hotel", + Code: "E824", + Path: "M2048 896v-768h-128v128h-1792v-128h-128v768h128v-113l256 512v625h128v-128h1024v128h128v-384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256q0 -39 -21 -70l149 -299v113h128zM1152 1408v-256h512v256h-512zM512 1664v-384h512v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384v128h-1024zM264 768h1520l-128 256h-504q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-569zM1920 384v256h-1792v-256h1792z" + }, + { + Name: "Bank", + Code: "E825", + Path: "M1792 1280v-768q0 -1 9 -27.5t22.5 -67l29.5 -88.5t30 -90.5t24.5 -73t12.5 -37.5h-1920q2 7 12.5 37.5t24.5 73t30 90.5l29.5 88.5t22.5 67t9 27.5v768h-128v128l960 480l960 -480v-128h-128zM286 1408h1348l-674 337zM1536 1280v-768h128v768h-128zM1280 1280v-768h128v768h-128zM1024 1280v-768h128v768h-128zM768 1280v-768h128v768h-128zM512 1280v-768h128v768h-128zM256 512h128v768h-128v-768zM1742 256l-42 128h-1480l-42 -128h1564z" + }, + { + Name: "LocationDot", + Code: "E827", + Path: "M1024 1408q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5t-149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5z" + }, + { + Name: "Dictionary", + Code: "E82D", + Path: "M1664 2048v-2048h-1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95.5t57 82t81.5 57t96 21.5h1408zM1536 384h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h1280v256zM128 478q60 34 128 34h1280v1408h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1314zM384 1664h896v-384h-896v384zM512 1408h640v128h-640v-128z" + }, + { + Name: "ChromeBack", + Code: "E830", + Path: "M2048 1024h-1656l674 -674l-144 -145l-922 921l922 922l144 -145l-674 -674h1656v-205z" + }, + { + Name: "CortanaLogoOuter", + Code: "E831", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 141q122 0 234.5 31.5t210.5 89t179 138.5t138.5 179t89 210.5t31.5 234.5t-31.5 234.5t-89 210.5t-138.5 179t-179 138.5t-210.5 89t-234.5 31.5t-234.5 -31.5t-210.5 -89t-179 -138.5t-138.5 -179t-89 -210.5t-31.5 -234.5t31.5 -234.5t89 -210.5t138.5 -179t179 -138.5t210.5 -89t234.5 -31.5z" + }, + { + Name: "CortanaLogoInner", + Code: "E832", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 303q99 0 191.5 26t172.5 72.5t146 112.5t112.5 146t72.5 172t26 192q0 99 -26 191.5t-72.5 172.5t-112.5 146t-146 112.5t-172.5 72.5t-191.5 26t-191.5 -26t-172.5 -72.5t-146 -112.5t-112.5 -146t-72.5 -172.5t-26 -191.5t26 -191.5t72.5 -172.5t112.5 -146t146 -112.5t172 -72.5t192 -26z" + }, + { + Name: "ProvisioningPackage", + Code: "E835", + Path: "M1521 1161l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-46 -75 -121 -121l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-75 46 -121 121l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51zM1024 768q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1803 320l-230 -229l-74 74l90 91h-1333v512h128v-384h1205l-90 91l74 74zM475 1499l-230 229l230 229l74 -74l-90 -91h1333v-512h-128v384h-1205l90 -91z" + }, + { + Name: "FolderOpen", + Code: "E838", + Path: "M1536 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-928q0 -31 9.5 -54t23.5 -43.5t31 -41t31 -45.5t23.5 -58t9.5 -78v-288q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-896v-128q0 -39 -21.5 -71t-57.5 -47q-23 -10 -49 -10q-53 0 -91 38l-293 293v1717h1280zM640 480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v645l-384 384v-1445l256 -256v352zM1664 672q0 31 -9.5 54t-23.5 43.5t-31 41t-31 45.5t-23.5 58t-9.5 78v928h-1061l384 -384q18 -18 27.5 -41.5t9.5 -49.5v-645q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-96h896v288z" + }, + { + Name: "DefenderApp", + Code: "E83D", + Path: "M1024 2040q81 -8 153 -31.5t140 -68.5q69 -46 141.5 -75t148 -45t154 -22t159.5 -6v-512q0 -32 -2.5 -64t-6.5 -64h-887v888zM0 1792q81 0 159.5 6t154.5 22t148.5 45t141.5 76q67 45 139 68t153 31v-888h-887q-4 32 -6.5 64t-2.5 64v512zM896 40q-141 82 -278 184t-253 225t-203 267t-129 308h863v-984zM1024 1024h863q-42 -164 -129 -308t-203 -267t-253 -225t-278 -184v984z" + }, + { + Name: "Pinned", + Code: "E840", + Path: "M1990 1300q-33 -33 -64.5 -60.5t-65 -46.5t-73 -29.5t-89.5 -10.5q-34 0 -65 6l-379 -379q13 -38 19 -78t6 -80q0 -65 -13 -118t-37.5 -100t-59.5 -89.5t-79 -86.5l-386 386l-568 -569l-136 -45l45 136l569 568l-386 386l45 45q70 70 160.5 107t189.5 37q82 0 157 -25l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5zM1698 1281q55 0 104 26l-495 495q-26 -49 -26 -104q0 -28 6.5 -52.5t14.5 -50.5l-492 -491q-25 10 -47 19t-44 15t-45.5 9.5t-50.5 3.5q-57 0 -110.5 -16.5t-99.5 -48.5l673 -673q32 46 49 99.5t17 109.5q0 27 -3.5 50.5t-10 46t-15.5 44.5t-19 47l491 492q26 -8 50.5 -14.5t52.5 -6.5z" + }, + { + Name: "PinnedFill", + Code: "E842", + Path: "M1900 1300q-41 -40 -93.5 -61.5t-109.5 -21.5q-44 0 -84 12l-433 -433q17 -41 26.5 -84.5t9.5 -88.5q0 -86 -33 -165t-93 -140l-772 772q61 60 140 93t165 33q45 0 88.5 -9.5t84.5 -26.5l433 433q-12 40 -12 84q0 57 21.5 109.5t61.5 93.5z" + }, + { + Name: "RevToggleKey", + Code: "E845", + Path: "M1152 1536q155 0 294.5 -58t248.5 -167t167 -248.5t58 -294.5q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-896v128h896q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23h-821l426 -427l-74 -74l-566 565l566 565l74 -74l-426 -427h821z" + }, + { + Name: "USB", + Code: "E88E", + Path: "M768 1792h128v-128h-128v128zM1152 1792v-128h-128v128h128zM1408 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10v512h896v-512zM640 1536h640v384h-640v-384zM1408 1408h-896v-1280h896v1280z" + }, + { + Name: "View", + Code: "E890", + Path: "M1024 1280q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 1792q143 0 284 -35.5t266 -104.5t226.5 -170.5t165.5 -233.5q40 -83 61 -171.5t21 -180.5h-128q0 118 -36 221t-99.5 188t-149.5 152t-185.5 113t-208.5 70t-217 24t-217 -24t-208.5 -70t-185.5 -113t-149.5 -152t-99.5 -188t-36 -221h-128q0 92 21 180.5t61 171.5q64 132 165.5 233.5t226.5 170.5t266 104.5t284 35.5z" + }, + { + Name: "Previous", + Code: "E892", + Path: "M256 256v1536h128v-1536h-128zM704 1024l1088 768v-1536zM1664 503v1042l-738 -521z" + }, + { + Name: "Next", + Code: "E893", + Path: "M1664 1792h128v-1536h-128v1536zM256 256v1536l1088 -768zM384 1545v-1042l738 521z" + }, + { + Name: "Clear", + Code: "E894", + Path: "M1115 1024l914 -915l-90 -90l-915 914l-915 -914l-90 90l914 915l-914 915l90 90l915 -914l915 914l90 -90z" + }, + { + Name: "Sync", + Code: "E895", + Path: "M1024 128q154 0 295.5 47.5t258 134t203 208t131.5 269.5l122 -38q-50 -167 -149 -304.5t-232.5 -236.5t-294 -153.5t-334.5 -54.5q-137 0 -267 34t-245.5 98.5t-213.5 157t-170 209.5v-243h-128v512h512v-128h-316q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5zM2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128z" + }, + { + Name: "Download", + Code: "E896", + Path: "M384 0v128h1152v-128h-1152zM1581 979l-621 -626l-621 626l90 90l467 -470v1449h128v-1449l467 470z" + }, + { + Name: "Help", + Code: "E897", + Path: "M896 128h128v-128h-128v128zM960 2048q79 0 152.5 -20.5t137.5 -58t117 -90.5t90.5 -117t58 -137.5t20.5 -152.5q0 -84 -22 -152t-58 -124.5t-82 -104.5t-94 -93t-94 -89.5t-82 -94.5t-58 -108t-22 -130v-192h-128v192q0 84 22 152t58 124.5t82 104t94 92.5t94 90t82 95t58 108t22 130q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5h-128q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5z" + }, + { + Name: "Upload", + Code: "E898", + Path: "M1536 2048v-128h-1152v128h1152zM1581 1069l-90 -90l-467 470v-1449h-128v1449l-467 -470l-90 90l621 626z" + }, + { + Name: "Emoji", + Code: "E899", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM640 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h-256q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1408 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h-256q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1472 1280q40 0 75 -15t61 -41t41 -61t15 -75v-64q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5q0 48 8 94t29 82t58.5 58t96.5 22q74 0 129 -20t104.5 -44t100 -44t114.5 -20t114.5 20t100 44t104.5 44t129 20zM1536 1088q0 26 -19 45t-45 19q-43 0 -79 -9.5t-69.5 -23.5t-66 -31t-68 -31t-76 -23.5t-89.5 -9.5t-89.5 9.5t-76 23.5t-68 31t-66 31t-69.5 23.5t-79 9.5q-26 0 -45 -19t-19 -45v-64q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199v64z" + }, + { + Name: "MailForward", + Code: "E89C", + Path: "M0 1664h2048v-896v-128l-128 128v697l-896 -449l-896 449v-953h1024v-128h-1152v1280zM1024 1160l753 376h-1506zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-518v128h518z" + }, + { + Name: "ClosePane", + Code: "E89F", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384zM989 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z" + }, + { + Name: "OpenPane", + Code: "E8A0", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384zM1280 1152v-128h-421l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h421z" + }, + { + Name: "PreviewLink", + Code: "E8A1", + Path: "M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1792 1536v-384h-1536v384h1536zM1664 1280v128h-1280v-128h1280zM1280 512v512h512v-512h-512zM1408 896v-256h256v256h-256zM1024 1024v-128h-768v128h768zM1024 640v-128h-768v128h768z" + }, + { + Name: "ZoomIn", + Code: "E8A3", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM768 1408h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "Bookmarks", + Code: "E8A4", + Path: "M0 1536v128h128v-128h-128zM384 1664h1664v-128h-1664v128zM0 384v128h128v-128h-128zM384 384v128h1664v-128h-1664zM896 1152v128h1152v-128h-1152zM1408 768v128h640v-128h-640z" + }, + { + Name: "Document", + Code: "E8A5", + Path: "M549 2048h1243v-1755l-293 -293h-1243v1755zM1664 347v1573h-1061l-219 -219v-1573h1061z" + }, + { + Name: "ProtectedDocument", + Code: "E8A6", + Path: "M1920 768v-768h-896v768h128q0 76 17.5 145.5t56 122.5t99 84.5t147.5 31.5t147.5 -31.5t99 -84.5t56 -122.5t17.5 -145.5h128zM1280 768h384v64q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-64zM1792 640h-640v-512h640v512zM384 128h512v-128h-640v1755l293 293h1243v-860q-29 26 -61 47t-67 37v648h-1061l-219 -219v-1573z" + }, + { + Name: "OpenInNewWindow", + Code: "E8A7", + Path: "M1536 1792h384v-384h-128v165l-456 -456l-91 91l456 456h-165v128zM1536 1024l128 128v-768h-1664v1152h1280l-128 -128h-1024v-896h1408v512z" + }, + { + Name: "MailFill", + Code: "E8A8", + Path: "M64 1600h1920v-1152h-1920v1152v0z" + }, + { + Name: "ViewAll", + Code: "E8A9", + Path: "M128 1920h1664v-1664h-1664v1664zM1664 1152v640h-640v-640h640zM896 1792h-640v-640h640v640zM256 1024v-640h640v640h-640zM1024 384h640v640h-640v-640z" + }, + { + Name: "Switch", + Code: "E8AB", + Path: "M2048 640v-128h-1798l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h1798zM1635 1245l163 163h-1798v128h1798l-163 163l90 90l317 -317l-317 -317z" + }, + { + Name: "Rename", + Code: "E8AC", + Path: "M255 899v254h770v-254h-770zM1281 639h-1282v770h1282v-130h-1152v-510h1152v-130zM2049 1409v-770h-386v130h256v510h-256v130h386zM1537 481q111 -96 255 -96h1v-130h-1q-176 0 -318 110q-70 -54 -151.5 -82t-170.5 -28h-1v130h1q145 0 255 93v1096q-52 44 -116.5 66.5t-138.5 22.5h-1v130h1q91 0 172.5 -27t149.5 -79q138 106 318 106h1v-130h-1q-148 0 -255 -92v-1090z" + }, + { + Name: "Go", + Code: "E8AD", + Path: "M1024 2048h1024v-1024h-128v805l-1827 -1826l-90 90l1826 1827h-805v128v0z" + }, + { + Name: "Remote", + Code: "E8AF", + Path: "M259 1315l90 90l701 -701l-701 -701l-90 90l611 611zM1789 1955l-611 -611l611 -611l-90 -90l-701 701l701 701z" + }, + { + Name: "SelectAll", + Code: "E8B3", + Path: "M0 1920v128h128v-128h-128zM0 1664v128h128v-128h-128zM0 1408v128h128v-128h-128zM0 1152v128h128v-128h-128zM0 896v128h128v-128h-128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM0 128v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 896v128h128v-128h-128zM1792 640v128h128v-128h-128zM1792 384v128h128v-128h-128zM1792 128v128h128v-128h-128zM384 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1920v128h128v-128h-128zM256 128v128h128v-128h-128zM512 128v128h128v-128h-128zM768 128v128h128v-128h-128zM1024 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1536 128v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1536 1664v-1152h-1152v1152h1152zM1408 1152v384h-384v-384h384zM896 1536h-384v-384h384v384zM512 1024v-384h384v384h-384zM1024 640h384v384h-384v-384z" + }, + { + Name: "Orientation", + Code: "E8B4", + Path: "M1408 384h-1408v896h1408v-896zM1280 1152h-1152v-640h1152v640zM128 1408h-128v128h128v-128zM128 1664h-128v128h128v-128zM128 1920h-128v128h128v-128zM896 1920h-128v128h128v-128zM384 1920h-128v128h128v-128zM640 1920h-128v128h128v-128zM896 1664h-128v128h128v-128zM896 1408h-128v128h128v-128zM1627 1920q102 -102 180.5 -197.5t132 -200t81 -225.5t27.5 -273q0 -141 -36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5v128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5q0 133 -25.5 242t-74 204t-120 182t-164.5 177v-293h-128v512h512v-128h-293z" + }, + { + Name: "Import", + Code: "E8B5", + Path: "M557 1459l-308 -309h1543v-128h-1540l305 -305l-90 -90l-461 461l461 461zM1920 1536h128v-896h-128v896z" + }, + { + Name: "Folder", + Code: "E8B7", + Path: "M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1536v2048h1408zM384 128h1152v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-1792zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480z" + }, + { + Name: "Picture", + Code: "E8B9", + Path: "M1792 1536h256v-1280h-1792v256h-256v1280h1792v-256zM128 1664v-1024h1536v1024h-1536zM1920 384v1024h-128v-896h-1408v-128h1536zM256 768v768h1280v-768h-1280zM384 1408v-512h1024v512h-1024z" + }, + { + Name: "ChromeClose", + Code: "E8BB", + Path: "M1169 1024l879 -879l-145 -145l-879 879l-879 -879l-145 145l879 879l-879 879l145 145l879 -879l879 879l145 -145z" + }, + { + Name: "ShowResults", + Code: "E8BC", + Path: "M384 256v128h1664v-128h-1664zM0 1664v128h128v-128h-128zM0 640v128h128v-128h-128zM384 640v128h1664v-128h-1664zM384 1792h1664v-128h-1664v128zM384 1280v128h1664v-128h-1664z" + }, + { + Name: "Message", + Code: "E8BD", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243z" + }, + { + Name: "CalendarDay", + Code: "E8BF", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM1920 256v1152h-1792v-1152h1792zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 1024v-640h-1280v640h1280zM1536 512v384h-1024v-384h1024zM1664 1280v-128h-1280v128h1280z" + }, + { + Name: "CalendarWeek", + Code: "E8C0", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM768 384v896h128v-896h-128zM384 384v896h128v-896h-128zM1536 384v896h128v-896h-128zM1152 384v896h128v-896h-128z" + }, + { + Name: "MailReplyAll", + Code: "E8C2", + Path: "M2048 1664v-1082q-29 23 -61 39.5t-67 28.5v815l-896 -449l-896 449v-953h704v-128h-832v1280h2048zM1024 1160l753 376h-1506zM1115 448l226 -227l-90 -90l-318 317l318 317l90 -90zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "Read", + Code: "E8C3", + Path: "M1024 1928l1024 -512v-1288h-2048v1288zM1897 1348l-873 436l-873 -436l324 -324h1098zM128 256h1792v933l-293 -293h-1206l-293 293v-933z" + }, + { + Name: "Cut", + Code: "E8C6", + Path: "M1416 512q51 -2 96.5 -22.5t79 -55.5t53 -81t19.5 -97q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 71 36.5 132t99.5 94l-266 531l-265 -529q32 -17 57.5 -41t43.5 -54t28 -63.5t10 -69.5q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 51 19 96.5t52 80t77.5 55.5t95.5 24l322 646l-339 678l58 175l353 -708l353 708l58 -175l-339 -678zM640 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PaymentCard", + Code: "E8C7", + Path: "M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1088q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1088q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM160 1664q-14 0 -23 -9t-9 -23v-224h1792v224q0 14 -9 23t-23 9h-1728zM1888 512q14 0 23 9t9 23v736h-1792v-736q0 -14 9 -23t23 -9h1728zM1408 896h256v-128h-256v128z" + }, + { + Name: "Copy", + Code: "E8C8", + Path: "M1920 1243v-1243h-1280v384h-512v1664h859l384 -384h128zM1536 1280h165l-165 165v-165zM640 1664h549l-256 256h-677v-1408h384v1152zM1792 1152h-384v384h-640v-1408h1024v1024z" + }, + { + Name: "Important", + Code: "E8C9", + Path: "M1152 640h-256v1280h256v-1280v0zM1152 128h-256v256h256v-256v0z" + }, + { + Name: "MailReply", + Code: "E8CA", + Path: "M2048 1664v-1082q-29 23 -61 39.5t-67 28.5v815l-896 -449l-896 449v-953h1024v-128h-1152v1280h2048zM1024 1160l753 376h-1506zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "Sort", + Code: "E8CB", + Path: "M1069 1549l-90 -90l-338 337l-1 -1796h-128l1 1799l-340 -340l-90 90l493 493zM1876 589l91 -90l-493 -493l-494 493l91 90l338 -338l-1 1797h128l1 -1798z" + }, + { + Name: "Priority", + Code: "E8D0", + Path: "M768 250l307 307l90 -90l-461 -461l-461 461l90 90l307 -307v1798h128v-1798zM1536 2048h128v-1664h-128v1664zM1536 0v128h128v-128h-128z" + }, + { + Name: "GotoToday", + Code: "E8D1", + Path: "M1536 1920h384v-1792h-768v128h640v1152h-1664v-1152h640v-128h-768v1792h384v128h128v-128h896v128h128v-128zM128 1536h1664v256h-256v-128h-128v128h-896v-128h-128v128h-256v-256zM1187 387l-163 162v-549h-128v549l-163 -162l-90 90l317 317l317 -317zM1152 1280v-384h-384v384h384zM1024 1024v128h-128v-128h128z" + }, + { + Name: "Font", + Code: "E8D2", + Path: "M765 1024h-378l-85 -256h-135l342 1024h134l268 -802l-81 -162zM722 1152l-146 438l-146 -438h292zM1704 473q17 -41 31.5 -73t34.5 -54.5t50 -34t78 -11.5v-44h-449v44q17 0 37.5 -0.5t38.5 4t30 16.5t12 37q0 14 -6.5 39t-16 54t-21 59.5t-22 57.5t-18.5 46.5t-11 26.5h-448q-3 -8 -12 -27.5t-20.5 -46t-24 -56.5t-23 -58.5t-17 -53.5t-6.5 -40q0 -24 12.5 -35.5t30.5 -16t38.5 -5t36.5 -1.5v-44h-377v44q49 9 76 21t44 32.5t30 51.5t33 79l392 924h82zM1413 768l-177 381l-169 -381h346z" + }, + { + Name: "FontColor", + Code: "E8D3", + Path: "M256 128h1408v-128h-1408v128zM643 768l-170 -512h-135l555 1664h135l554 -1664h-135l-171 512h-633zM960 1717l-274 -821h548z" + }, + { + Name: "FolderFill", + Code: "E8D5", + Path: "M1664 1984q26 0 45 -19t19 -45v-992q0 -57 20 -93t44 -67t44 -67t20 -93v-480q0 -26 -19 -45t-45 -19h-1472v1920h1344v0z" + }, + { + Name: "Permissions", + Code: "E8D7", + Path: "M2048 475v-475h-512v256h-256v256h-256v207q-74 -39 -155 -59t-165 -20q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -51 -8 -101t-23 -98zM1920 421l-690 690q22 57 36 114.5t14 118.5q0 119 -45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5q97 0 190.5 33t168.5 95h89v-256h256v-256h256v-256h256v293zM512 1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "DisableUpdates", + Code: "E8D8", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM512 1280h-512v512h128v-275q67 122 163.5 220.5t212.5 167.5t248 106t272 37q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -39 -3.5 -78t-9.5 -77q-26 27 -56 51.5t-62 44.5q1 15 2 29.5t1 29.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -250.5 -36.5t-226.5 -103t-189.5 -161t-139.5 -211.5h294v-128zM1083 131q20 -32 44.5 -62t51.5 -56q-38 -6 -77 -9.5t-78 -3.5q-114 0 -223.5 25t-208.5 71.5t-187 113.5t-159 150.5t-124.5 182t-83.5 208.5l123 34q40 -145 123.5 -265.5t197.5 -207.5t253 -135.5t289 -48.5q15 0 29.5 1t29.5 2z" + }, + { + Name: "Unfavorite", + Code: "E8D9", + Path: "M1609 1056q-125 0 -234.5 -44t-192 -122.5t-132.5 -186t-56 -234.5l-610 -469l248 794l-632 486h784l240 768l240 -768h784l-313 -240q-31 7 -62.5 11.5t-63.5 4.5zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1280 448q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "Italic", + Code: "E8DB", + Path: "M1568 1792h-217l-469 -1408h366l-128 -128h-704l128 128h161l469 1408h-310l128 128h704z" + }, + { + Name: "Underline", + Code: "E8DC", + Path: "M1011 256q-161 0 -274 46.5t-184.5 133t-104.5 209t-33 274.5v1001h192v-988q0 -109 21.5 -201t71 -159.5t130.5 -105.5t201 -38q115 0 193.5 36.5t126.5 101t69 154t21 194.5v1006h192v-975q0 -158 -34.5 -285.5t-109 -217t-192.5 -138t-286 -48.5zM384 128h1280v-128h-1280v128z" + }, + { + Name: "Bold", + Code: "E8DD", + Path: "M1255 1147q92 0 173.5 -35t142 -95.5t95.5 -141.5t35 -173t-35 -173.5t-95.5 -142t-142 -95.5t-173.5 -35h-743v1664h743q80 0 150 -30.5t122.5 -83t83 -122.5t30.5 -150t-30 -150.5t-82.5 -123t-123 -83t-150.5 -30.5zM1047 1682h-151v-475h151q49 0 92.5 19t75.5 51t51 75.5t19 92.5t-19 92t-51 75.5t-75.5 51t-92.5 18.5zM1106 494q49 0 92.5 18.5t75.5 51t51 75.5t19 92t-18.5 92.5t-51 76t-76 51t-92.5 18.5h-210v-475h210z" + }, + { + Name: "MoveToFolder", + Code: "E8DE", + Path: "M1792 928q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1536v2048h1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-1280v-1792h1152v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v224h128v-224zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM2048 1408v-128h-677l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h677z" + }, + { + Name: "Dislike", + Code: "E8E0", + Path: "M960 1792q178 0 345 -69q72 -29 144.5 -44t150.5 -15h448v-896h-417q-65 0 -122.5 -24t-103.5 -70l-622 -621q-25 -25 -50 -39t-61 -14q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62q0 81 18 154.5t53 145.5q20 43 34 87.5t19 92.5h-444q-39 0 -74 15t-61.5 41t-41.5 61t-15 75q0 32 10 61l256 768q20 59 70 95t112 36h512zM1920 1536h-320q-179 0 -345 69q-144 59 -295 59h-512q-20 0 -37 -12t-24 -32q-5 -14 -18.5 -54t-32.5 -96.5t-42 -124t-46 -136.5t-44.5 -134.5t-38.5 -118t-27 -86t-10 -38.5q0 -26 19 -45t45 -19h576q0 -53 -2.5 -98.5t-10 -88.5t-21.5 -86t-37 -91q-28 -58 -42.5 -118.5t-14.5 -125.5q0 -14 9 -23t23 -9q6 0 10.5 4.5l8.5 8.5l623 624q32 32 68.5 56t77.5 41q80 34 171 34h289v640z" + }, + { + Name: "Like", + Code: "E8E1", + Path: "M1856 1408q39 0 74 -15t61.5 -41t41.5 -61t15 -75q0 -32 -10 -61l-256 -768q-10 -29 -28 -53.5t-42 -41.5t-52.5 -26.5t-59.5 -9.5h-512q-179 0 -345 69q-72 29 -144.5 44t-150.5 15h-448v896h417q65 0 122.5 24t103.5 70l622 621q25 25 50 39t61 14q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62q0 -81 -18 -154.5t-53 -145.5q-20 -43 -34 -87.5t-19 -92.5h444zM1600 384q20 0 37 12t24 32q5 14 18.5 54t32.5 96.5t42 124t46 136.5t44.5 134.5t38.5 118t27 86t10 38.5q0 26 -19 45t-45 19h-576q0 53 2.5 98.5t10 88.5t21.5 86t37 91q28 58 42.5 118.5t14.5 125.5q0 14 -9 23t-23 9q-6 0 -10.5 -4.5l-8.5 -8.5l-623 -624q-32 -32 -68.5 -56t-77.5 -41q-80 -34 -171 -34h-289v-640h320q178 0 345 -69q144 -59 295 -59h512z" + }, + { + Name: "AlignRight", + Code: "E8E2", + Path: "M0 1920h2048v-128h-2048v128zM0 256v128h2048v-128h-2048zM0 1024v128h2048v-128h-2048zM512 1408v128h1536v-128h-1536zM512 640v128h1536v-128h-1536z" + }, + { + Name: "AlignCenter", + Code: "E8E3", + Path: "M0 1920h2048v-128h-2048v128zM256 1536h1536v-128h-1536v128zM256 768h1536v-128h-1536v128zM0 256v128h2048v-128h-2048zM0 1024v128h2048v-128h-2048z" + }, + { + Name: "AlignLeft", + Code: "E8E4", + Path: "M2048 1920v-128h-2048v128h2048zM2048 256h-2048v128h2048v-128zM2048 1024h-2048v128h2048v-128zM1536 1408h-1536v128h1536v-128zM1536 640h-1536v128h1536v-128z" + }, + { + Name: "OpenFile", + Code: "E8E5", + Path: "M1955 515l-163 162v-677h-128v677l-163 -162l-90 90l317 317l317 -317zM256 128h1280v-128h-1408v2048h1115l549 -549v-475h-128v384h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "ClearSelection", + Code: "E8E6", + Path: "M1713 1152q69 0 130 -26.5t106.5 -72t72 -107t26.5 -130.5q0 -66 -25 -127.5t-73 -109.5l-449 -448l-90 90l448 449q29 29 45 67t16 79q0 43 -16.5 80.5t-45 66t-66 45t-80.5 16.5q-41 0 -79 -16t-67 -45l-195 -195h165v-128h-384v384h128v-165q47 47 93 99t97.5 95t110.5 71t132 28zM1792 1280h-128v128h128v-128zM1792 1536h-128v128h128v-128zM1792 1792h-128v128h128v-128zM1536 1792h-128v128h128v-128zM1280 1792h-128v128h128v-128zM896 1920h128v-128h-128v128zM640 1920h128v-128h-128v128zM384 1920h128v-128h-128v128zM128 1920h128v-128h-128v128zM128 1664h128v-128h-128v128zM128 1408h128v-128h-128v128zM128 1152h128v-128h-128v128zM128 896h128v-128h-128v128zM128 640h128v-128h-128v128zM128 384h128v-128h-128v128zM384 384h128v-128h-128v128zM640 384h128v-128h-128v128zM896 384h128v-128h-128v128zM1152 384h128v-128h-128v128z" + }, + { + Name: "FontDecrease", + Code: "E8E7", + Path: "M1027 1280l342 -1024h-135l-85 256h-378l-85 -256h-135l342 1024h134zM1106 640l-146 437l-146 -437h292zM2048 2048l-320 -320l-320 320h640z" + }, + { + Name: "FontIncrease", + Code: "E8E8", + Path: "M1027 1920l555 -1664h-135l-170 512h-634l-170 -512h-135l555 1664h134zM1234 896l-274 822l-274 -822h548zM2048 1664h-640l320 320z" + }, + { + Name: "FontSize", + Code: "E8E9", + Path: "M1966 256h-135l-170 512h-634l-170 -512h-135l-85 256h-378l-85 -256h-135l342 1024h134l274 -821l488 1461h134zM594 640l-146 437l-146 -437h292zM1618 896l-274 821l-274 -821h548z" + }, + { + Name: "CellPhone", + Code: "E8EA", + Path: "M1536 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM1536 1920h-1024v-1792h1024v1792zM896 384h256v-128h-256v128z" + }, + { + Name: "Tag", + Code: "E8EC", + Path: "M1472 1472q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1024 2048h896v-896l-1024 -1024l-896 896zM1792 1205v715h-715l-896 -896l715 -715z" + }, + { + Name: "RepeatAll", + Code: "E8EE", + Path: "M128 1024q0 -69 15.5 -136.5t44 -130t70 -117.5t94.5 -100l-91 -91q-62 55 -110 120.5t-82 139t-51.5 153t-17.5 162.5q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5h646l-163 163l90 90l317 -317l-317 -317l-90 90l163 163h-646q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170zM1787 1598q62 -54 110.5 -119.5t82 -139t51 -153.5t17.5 -162q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170q0 70 -15 137.5t-43.5 129.5t-70 117.5t-94.5 100.5z" + }, + { + Name: "Calculator", + Code: "E8EF", + Path: "M256 2048h1408v-2048h-1408v2048zM1536 128v1792h-1152v-1792h1152zM1408 1792v-384h-896v384h896zM1280 1536v128h-640v-128h640zM640 1152v-128h-128v128h128zM896 1024v128h128v-128h-128zM1280 1024v128h128v-128h-128zM640 768v-128h-128v128h128zM896 640v128h128v-128h-128zM1280 640v128h128v-128h-128zM640 384v-128h-128v128h128zM896 256v128h128v-128h-128zM1280 256v128h128v-128h-128z" + }, + { + Name: "Library", + Code: "E8F1", + Path: "M640 256v1536h384v-1536h-384zM768 1664v-1280h128v1280h-128zM128 256v1536h384v-1536h-384zM256 1664v-1280h128v1280h-128zM1491 1815l484 -1450l-346 -116l-484 1450zM1287 1629l412 -1238l134 44l-413 1238z" + }, + { + Name: "PostUpdate", + Code: "E8F3", + Path: "M640 1664h1408v-1152h-1408v1152zM1920 640v896h-1152v-896h1152zM128 1024v128h384v-128h-384zM0 1280v128h512v-128h-512zM256 768v128h256v-128h-256zM1792 1408v-128h-896v128h896zM1408 768v384h384v-384h-384zM1536 1024v-128h128v128h-128zM1280 896v-128h-384v128h384zM1280 1152v-128h-384v128h384z" + }, + { + Name: "NewFolder", + Code: "E8F4", + Path: "M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152v128h896v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-768h-128v896h1408zM1920 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM896 384h-384v-384h-128v384h-384v128h384v384h128v-384h384v-128z" + }, + { + Name: "CalendarReply", + Code: "E8F5", + Path: "M896 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM896 896h-128v128h128v-128zM512 896h-128v128h128v-128zM1152 1024h128v-128h-128v128zM1664 1152h-128v128h128v-128zM1536 1024h128v-128h-128v128zM1152 768h128v-128h-128v128zM896 640h-128v128h128v-128zM512 640h-128v128h128v-128zM768 512h128v-128h-128v128zM384 512h128v-128h-128v128zM2048 1920v-1380q-28 26 -60.5 44.5t-67.5 31.5v792h-1792v-1152h1120l128 -128h-1376v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z" + }, + { + Name: "UnsyncFolder", + Code: "E8F6", + Path: "M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-832l128 128h448v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-870q-32 -4 -64.5 -10.5t-63.5 -17.5v1026h1408zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM768 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-47 0 -92 -13.5t-84 -39.5l443 -443q36 56 47 123l127 -22q-9 -53 -30 -101.5t-53 -91.5l87 -87l-90 -90l-87 86q-58 -43 -127 -66t-141 -23q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q47 0 92 13.5t84 39.5l-443 443q-36 -56 -47 -123l-127 22q9 53 30 101.5t53 91.5l-87 87l90 90l87 -86q58 43 127 66t141 23q91 0 174 -35.5t146 -101.5v137z" + }, + { + Name: "SyncFolder", + Code: "E8F7", + Path: "M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-936q62 57 107 128h573v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-870q-32 -4 -64.5 -10.5t-63.5 -17.5v1026h1408zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM448 768q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128v-384h-384v128h190q-45 60 -112 94t-142 34zM889 373q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q58 0 111 20t95 55.5t70 84.5t38 107z" + }, + { + Name: "BlockContact", + Code: "E8F8", + Path: "M1301 938q-27 -17 -52.5 -35.5t-48.5 -41.5q-89 80 -200.5 121.5t-231.5 41.5q-134 0 -251 -49.5t-203.5 -136t-136 -203.5t-49.5 -251h-128q0 120 35 232t100 206.5t156.5 166.5t205.5 114q-55 35 -99.5 82.5t-76 103.5t-48.5 118.5t-17 128.5q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -17 -128.5t-48.5 -118.5t-76 -103.5t-99.5 -82.5q74 -26 139.5 -68.5t122.5 -96.5zM384 1536q0 -79 30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1600 128q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "AddFriend", + Code: "E8FA", + Path: "M1536 512h-13q-23 112 -81 206t-141.5 162t-187 106t-217.5 38q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q112 -43 206.5 -118.5t161.5 -175.5v-296zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "Accept", + Code: "E8FB", + Path: "M640 293l-621 622l90 90l531 -530l1299 1298l90 -90l-1389 -1390v0z" + }, + { + Name: "BulletedList", + Code: "E8FD", + Path: "M0 768v128h128v-128h-128zM0 1152v128h128v-128h-128zM384 1152v128h1664v-128h-1664zM0 1536v128h128v-128h-128zM384 1664h1664v-128h-1664v128zM384 768v128h1664v-128h-1664zM0 384v128h128v-128h-128zM384 384v128h1664v-128h-1664z" + }, + { + Name: "Preview", + Code: "E8FF", + Path: "M1115 2048l549 -549v-91h-640v640h91zM1152 1536h293l-293 293v-293zM1536 1152v128h128v-128h-128zM1536 896v128h128v-128h-128zM1536 640v128h128v-128h-128zM1536 384v128h128v-128h-128zM1536 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1024 128v128h128v-128h-128zM768 128v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM256 1152v128h128v-128h-128zM256 1408v128h128v-128h-128zM256 1664v128h128v-128h-128zM256 1920v128h128v-128h-128zM512 1920v128h128v-128h-128zM768 1920v128h128v-128h-128zM256 896v128h128v-128h-128zM256 640v128h128v-128h-128zM256 384v128h128v-128h-128z" + }, + { + Name: "News", + Code: "E900", + Path: "M2048 1536v-896q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-1543q-51 0 -96.5 20t-79 53.5t-53.5 79t-20 96.5v1159h1792v-256h256zM1920 1408h-128v-704q0 -26 -19 -45t-45 -19t-45 19t-19 45v960h-1536v-1031q0 -25 9.5 -47t26 -38.5t38.5 -26t47 -9.5h1543q27 0 50 10t40.5 27.5t27.5 40.5t10 50v768zM1536 1408h-1280v128h1280v-128zM1536 640h-512v128h512v-128zM1536 896h-512v128h512v-128zM1536 1152h-512v128h512v-128zM896 640h-640v643h640v-643zM384 768h384v387h-384v-387z" + }, + { + Name: "Chat", + Code: "E901", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243z" + }, + { + Name: "Group", + Code: "E902", + Path: "M1850 1360q45 -25 82 -61.5t62.5 -80t39.5 -93t14 -101.5h-128q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -91 -41.5 -173t-114.5 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99h-128q0 52 14 101.5t39.5 93t62.5 80t82 61.5q-33 35 -51.5 81t-18.5 95q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q54 80 138.5 126t181.5 46t181.5 -46t138.5 -126q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -49 -18.5 -95t-51.5 -81zM256 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1536 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "World", + Code: "E909", + Path: "M496 1165q13 0 29 -4.5t32.5 -10.5t32 -13t28.5 -12q-8 -1 -16.5 -2t-16.5 -1q-17 0 -31 5.5t-26.5 12.5t-24 12.5t-21.5 5.5t-18 -4t-16 -9q0 4 -7 4q7 7 26 11.5t29 4.5zM631 1120q41 0 75 -14q-14 -5 -28 -8.5t-29 -3.5q-20 0 -36 4q5 8 10 10.5t8 11.5zM1024 2048q141 0 271.5 -37t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244t37 -271.5t-37 -271.5t-103.5 -244t-160.5 -207.5t-207.5 -160.5t-244 -103.5t-271.5 -37t-271.5 37t-244 103.5t-207.5 160.5t-160.5 207.5t-103.5 244t-37 271.5t37 271.5t103.5 244t160.5 207.5t207.5 160.5t244 103.5t271.5 37zM1786 1493q-14 22 -28 42.5t-29 40.5q-2 -9 -5.5 -13t-3.5 -18q0 -9 7.5 -17.5t18 -15.5t21.5 -12t19 -7zM1717 1591q0 -8 -3 -11h6q4 0 6 -1zM1024 128q114 0 223 29t206.5 82.5t180 130t144.5 171.5q-13 30 -25 61t-12 64q0 36 3.5 58.5t6.5 38.5t4.5 29.5t-3.5 30.5t-17.5 41t-36.5 62q1 7 3.5 19t3.5 25t0.5 24.5t-4.5 18.5q-26 3 -54.5 11t-49.5 24l6 5q-13 -3 -26 -8.5t-25.5 -10.5t-25.5 -8.5t-27 -3.5l-16 2l3 7q-14 -4 -30.5 -10t-30.5 -6q-10 0 -29 7t-38.5 17t-34 22t-14.5 23l2 3q-5 6 -13 11t-15.5 10t-12.5 11t-5 14l11 9l-23 3l-8 30q2 -5 9.5 -4t10.5 4l-36 19l25 64q-14 52 -6.5 80t26.5 46.5t44.5 36t48.5 48.5l-3 12l66 80l15 2q28 0 63 2.5t71 7t71 10t64 12.5q-32 38 -67.5 72t-74.5 65q-11 -4 -27.5 -11.5t-31.5 -18t-25.5 -23.5t-10.5 -27l6 -19q-18 -29 -40 -36.5t-45.5 -8t-48 0.5t-47.5 -9l-16 34l15 58l-17 25l173 54q-11 28 -36.5 42t-54.5 14v10l56 9q-93 46 -193.5 70t-204.5 24q-87 0 -172 -17t-164.5 -49.5t-152.5 -79.5t-135 -108q26 0 40.5 -13.5t26 -29t24.5 -29t35 -13.5l16 12l-2 22l33 47l-26 74q5 3 15.5 10t16.5 7q30 0 46.5 -3t27.5 -11.5t21 -23t28 -37.5l36 28q10 -4 32.5 -13.5t44.5 -22t39 -26.5t17 -26q0 -15 -11.5 -24t-28.5 -15t-37.5 -9.5t-37.5 -7.5t-29 -10.5t-12 -16.5l58 -19q-20 -17 -43.5 -31.5t-47.5 -25.5l4 -17l-92 -36v-28l-7 -3l5 35l-4 1q-7 0 -8.5 -3t-0.5 -7t2.5 -8t0.5 -6l-13 7l2 -4q0 -3 3.5 -9t8 -11.5t8 -10l3.5 -4.5q0 -3 -4.5 -6t-9.5 -4.5t-8 -2.5t0 -1q14 0 5.5 -2t-24.5 -10t-31.5 -23.5t-15.5 -43.5q0 -17 1.5 -33t-1.5 -33q-14 38 -42 58t-68 20l-43 -4l21 -14q-17 2 -35.5 4t-36.5 0.5t-34.5 -8t-29.5 -20.5l-6 -45q0 -32 14.5 -52.5t48.5 -20.5q30 0 59 9.5t57 20.5q-9 -22 -20 -42.5t-16 -43.5l13 -6q24 16 44 5t39 -32t39 -43.5t43 -31.5l-34 -18l-80 45q1 -2 2.5 -9t-1.5 -3l-36 61q-32 1 -68.5 10.5t-72.5 24t-69.5 33t-58.5 37.5l-7 -107q0 -122 33 -238t93.5 -218t146.5 -186.5t193 -142.5q-5 21 -1 42t10.5 42t13 42.5t6.5 42.5q0 32 -10 67.5t-24.5 71t-30.5 70.5t-27.5 66.5t-15.5 58t6 46.5l-15 7q6 14 16.5 27t20.5 26.5t17 27.5t7 30q0 10 -4.5 21.5t-6.5 20.5l21 -5q17 39 46.5 53.5t72.5 14.5q5 0 21 -4.5t34 -10.5l34.5 -11.5t23.5 -7.5q0 -7 8.5 -9.5t8.5 -6.5l-2 -8q3 -1 14.5 -7.5t24 -14.5t23 -16t13.5 -11q18 0 49.5 -12t67.5 -30.5t73.5 -43t67.5 -50t49.5 -50t19.5 -43.5l-34 -36q4 -51 -7.5 -78.5t-34 -44.5t-53 -30t-64.5 -34q0 -20 -10 -43.5t-25.5 -44t-36 -34.5t-41.5 -14l-42 32q2 -2 -0.5 -7.5t-4.5 -1.5q10 -19 5 -44t-17 -51t-27 -49.5t-27 -38.5q54 -14 108 -21t109 -7z" + }, + { + Name: "Comment", + Code: "E90A", + Path: "M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048zM1920 1792h-1792v-1152h256v-293l293 293h1243v1152zM1280 1152h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128zM768 1152h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128z" + }, + { + Name: "DockLeft", + Code: "E90C", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h384v896h-384zM1920 640v896h-1280v-896h1280z" + }, + { + Name: "DockRight", + Code: "E90D", + Path: "M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384z" + }, + { + Name: "Repair", + Code: "E90F", + Path: "M1930 1828q26 -45 47.5 -86t37.5 -83t24.5 -87.5t8.5 -99.5q0 -79 -20.5 -152.5t-58 -137.5t-90.5 -117t-117 -90.5t-137.5 -58t-152.5 -20.5q-23 0 -46.5 2t-46.5 6l-806 -806q-48 -48 -109.5 -73t-128.5 -25q-69 0 -130 26.5t-106.5 72t-72 106.5t-26.5 130q0 67 25 128.5t73 109.5l806 806q-4 23 -6 46.5t-2 46.5q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5q54 0 99.5 -8.5t87.5 -24.5t83 -37.5t86 -47.5l-394 -394l102 -102zM1472 1024q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 73 -24 141l-360 -359l-282 282l359 360q-68 24 -141 24q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -35 6 -68t14 -66l-855 -856q-29 -29 -45 -67t-16 -80t16.5 -80t44.5 -66t66 -44.5t80 -16.5t80 16t67 45l856 855q33 -8 66 -14t68 -6z" + }, + { + Name: "Accounts", + Code: "E910", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -55 -10.5 -114.5t-31.5 -116.5t-53 -108t-74.5 -89.5t-96.5 -61t-118 -22.5q-54 0 -105.5 14.5t-95.5 41.5t-80.5 66t-60.5 88q-30 -47 -69 -85.5t-85 -66.5t-98.5 -43t-109.5 -15q-102 0 -185 44.5t-141.5 116.5t-90 164t-31.5 187t31.5 187t90 164t141.5 116.5t185 44.5q95 0 176.5 -41t143.5 -112v153h128v-512v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q44 0 80.5 18.5t65 49t49.5 70t34.5 82.5t20 85.5t6.5 78.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32q178 0 343 68l49 -118q-94 -39 -192.5 -58.5t-199.5 -19.5q-141 0 -272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM960 640q75 0 134.5 34.5t100.5 89.5t63 123.5t22 136.5t-22 136.5t-63 123.5t-100.5 89.5t-134.5 34.5t-134.5 -34.5t-100.5 -89.5t-63 -123.5t-22 -136.5t22 -136.5t63 -123.5t100.5 -89.5t134.5 -34.5z" + }, + { + Name: "Street", + Code: "E913", + Path: "M861 1027l-90 90l637 638l637 -638l-90 -90l-35 34v-549h-384v384h-256v-384h-384v549zM1024 640h128v384h512v-384h128v549l-384 384l-384 -384v-549zM2048 384v-128h-2048v128h2048zM256 902q-56 11 -102.5 40.5t-81 71.5t-53.5 93.5t-19 108.5q0 73 14 132t37 114.5t53.5 111t63.5 121.5q10 20 26.5 38t36.5 31t43 20.5t46 7.5q48 0 81 -22.5t57.5 -56.5t42.5 -74t36 -74l15 -30q21 -42 37.5 -77t28 -70.5t17 -76.5t5.5 -95q0 -57 -19 -108.5t-53.5 -93.5t-81.5 -71.5t-102 -40.5v-390h-128v390zM320 1664q-9 0 -23.5 -18t-32 -46t-35 -62t-33 -65t-27 -56t-15.5 -35q-15 -38 -20.5 -82t-5.5 -84t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-5.5 84t-20.5 82q-4 10 -15.5 35t-27 56t-33.5 65t-35 62t-31.5 46t-23.5 18z" + }, + { + Name: "RadioBullet", + Code: "E915", + Path: "M1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30z" + }, + { + Name: "Stopwatch", + Code: "E916", + Path: "M1408 896v-128h-512v640h128v-512h384zM1639 1548q135 -136 208 -297.5t73 -354.5q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 111 26.5 216t75 198t117.5 172.5t154 141t185 102.5t210 57v137h-256v128h640v-128h-256v-128q139 0 270.5 -41t244.5 -122l208 208l90 -90zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5z" + }, + { + Name: "Clock", + Code: "E917", + Path: "M1024 0q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32zM1024 1664q-159 0 -298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5t298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5zM1024 896v512h-128v-640h512v128h-384z" + }, + { + Name: "WorldClock", + Code: "E918", + Path: "M896 1280h-384v512h128v-384h256v-128zM2048 640q0 -87 -22.5 -168t-64 -152.5t-99.5 -130t-128.5 -101t-151.5 -65.5t-168 -23q-134 0 -251.5 49.5t-205 136t-138.5 203.5t-51 251q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5t248.5 -50.5t203.5 -137.5t137.5 -203.5t50.5 -248.5zM1408 128q21 0 37.5 15.5t28.5 39.5t21 53.5t15 58t9 52.5t5 37h-230q1 -13 5 -37t10 -52t15 -58t21 -54t27.5 -39.5t35.5 -15.5zM1533 512q3 64 3 128q0 63 -3 128h-250q-3 -65 -3 -128q0 -64 3 -128h250zM896 640q0 -32 4 -64t12 -64h243q-6 128 0 256h-243q-8 -32 -12 -64t-4 -64zM1408 1152q-19 0 -34 -15.5t-27 -40t-21 -54t-15.5 -58t-10.5 -52.5t-5 -36h225q-1 11 -5.5 34.5t-11 52t-15.5 58.5t-21 54.5t-27 40.5t-32 16zM1661 768q3 -64 3 -128t-2 -128h242q8 32 12 64t4 64t-4 64t-12 64h-243zM1851 896q-43 75 -108 131.5t-145 88.5q20 -53 32.5 -108t19.5 -112h201zM1214 1114q-78 -32 -142.5 -88.5t-106.5 -129.5h200q7 56 18 110.5t31 107.5zM965 384q42 -73 105.5 -129t141.5 -88q-20 52 -30.5 107t-16.5 110h-200zM1608 169q77 32 139 87.5t104 127.5h-198q-5 -55 -15.5 -109t-29.5 -106zM640 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5v-128q-88 0 -170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5z" + }, + { + Name: "AlarmClock", + Code: "E919", + Path: "M1408 896v-128h-512v640h128v-512h384zM1648 1920q83 0 156 -31.5t127 -85.5t85.5 -127t31.5 -156q0 -50 -12 -97.5t-35 -90.5t-56 -80t-74 -64q25 -71 37 -144t12 -148q0 -162 -56.5 -313.5t-162.5 -273.5l200 -200l-90 -90l-200 200q-122 -106 -273.5 -162.5t-313.5 -56.5t-313.5 56.5t-273.5 162.5l-200 -200l-90 90l200 200q-106 122 -162.5 273.5t-56.5 313.5q0 75 12 148t37 144q-41 27 -74 64t-56 80t-35 90.5t-12 97.5q0 83 31.5 156t85.5 127t127 85.5t156 31.5q49 0 97 -12t91 -35t80 -56t64 -74q71 25 144 37t148 12t148 -12t144 -37q27 41 64 74t80 56t90.5 35t97.5 12zM400 1792q-56 0 -105.5 -21.5t-86.5 -58.5t-58.5 -86.5t-21.5 -105.5q0 -62 26.5 -117.5t74.5 -93.5q64 124 161 221t221 161q-38 48 -93.5 74.5t-117.5 26.5zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5zM1819 1309q48 38 74.5 93.5t26.5 117.5q0 56 -21.5 105.5t-58.5 86.5t-86.5 58.5t-105.5 21.5q-62 0 -117.5 -26.5t-93.5 -74.5q124 -64 221 -161t161 -221z" + }, + { + Name: "Photo", + Code: "E91B", + Path: "M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1792 1536v-1024h-1536v1024h1536zM1664 640v768h-1280v-768h1280z" + }, + { + Name: "ActionCenter", + Code: "E91C", + Path: "M0 2048h2048v-1664h-640l-384 -384l-384 384h-640v1664zM1920 512v1408h-1792v-1408h565l331 -331l331 331h565z" + }, + { + Name: "Hospital", + Code: "E91D", + Path: "M896 1280v-256h-256v-256h256v-256h256v256h256v256h-256v256h-256zM1280 1152h256v-512h-256v-256h-512v256h-256v512h256v256h512v-256zM1856 1664q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h320q0 37 -1 82t9.5 83.5t37 64.5t82.5 26h768q37 0 61 -12t38 -32t20.5 -46.5t8.5 -55t1 -57t-1 -53.5h320zM640 1664h768v128h-768v-128zM1920 1472q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-1152q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45v1152z" + }, + { + Name: "Timer", + Code: "E91E", + Path: "M1639 1548q135 -136 208 -297.5t73 -354.5q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 111 26.5 216t75 198t117.5 172.5t154 141t185 102.5t210 57v137h-256v128h640v-128h-256v-128q139 0 270.5 -41t244.5 -122l208 208l90 -90zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5zM1664 1024v-128q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 136.5t-137 203t-50 249.5q0 88 23 170t64.5 153t100 129.5t129.5 100.5t152.5 65t170.5 23h128v-512h512zM1024 384q106 0 199.5 40t163 109.5t109.5 163t40 199.5h-512v512q-107 0 -200 -40.5t-162.5 -110t-109.5 -163.5t-40 -200t40.5 -199t110 -162t162.5 -109t199 -40z" + }, + { + Name: "FullCircleMask", + Code: "E91F", + Path: "M2048 1024q0 -141 -36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272z" + }, + { + Name: "LocationFill", + Code: "E920", + Path: "M1024 1856q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5z" + }, + { + Name: "ChromeMinimize", + Code: "E921", + Path: "M2048 1229v-205h-2048v205h2048z" + }, + { + Name: "ChromeRestore", + Code: "E923", + Path: "M2048 410h-410v-410h-1638v1638h410v410h1638v-1638zM1434 1434h-1229v-1229h1229v1229zM1843 1843h-1229v-205h1024v-1024h205v1229z" + }, + { + Name: "Annotation", + Code: "E924", + Path: "M1115 1024h677l-128 -128h-677l-314 -313q45 -36 70 -88.5t25 -110.5q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5l35 -2l258 258h-327q-35 -59 -94 -93.5t-128 -34.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99h421l512 512h182zM256 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 1792h128v-128h-128v128zM2048 2048v-128h-128v128h128zM1664 2048h128v-128h-128v128zM1536 1920h-128v128h128v-128zM1280 1920h-128v128h128v-128zM1024 1920h-128v128h128v-128zM768 1920h-128v128h128v-128zM512 1920h-128v128h128v-128zM512 1664h-128v128h128v-128zM512 1408h-128v128h128v-128zM1920 1536h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1024h128v-128h-128v128zM1920 768h128v-128h-128v128zM1920 512h128v-128h-128v128zM1664 512h128v-128h-128v128zM1408 512h128v-128h-128v128zM1152 512h128v-128h-128v128zM896 512h128v-128h-128v128z" + }, + { + Name: "Fingerprint", + Code: "E928", + Path: "M1024 832q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-26 0 -45 19t-19 45t19 45t45 19q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 26 19 45t45 19t45 -19t19 -45zM960 1792q-131 0 -248 -31.5t-234 -88.5q-16 -8 -30 -8q-26 0 -45 19t-19 45q0 37 34 56q58 34 125 59.5t137.5 42.5t142 25.5t137.5 8.5q67 0 138 -8.5t141.5 -25.5t137 -42.5t125.5 -59.5q34 -19 34 -55q0 -27 -18.5 -46t-45.5 -19q-10 0 -16 1.5t-14 6.5q-115 59 -233.5 89.5t-248.5 30.5zM960 1664q112 0 219 -29t203 -86q43 -26 86.5 -59t82.5 -72t72.5 -82t57.5 -88q8 -16 8 -31q0 -27 -19 -46t-45 -19q-19 0 -32 8.5t-23 23.5q-20 31 -40 60t-45 56q-50 56 -110 100t-127.5 74t-140 46t-147.5 16q-121 0 -234 -40.5t-207 -115.5q-23 -18 -43 -38.5t-41 -40.5q-11 -11 -21.5 -16t-25.5 -5q-27 0 -45.5 19t-18.5 45q0 13 4 23t12 20q24 31 57 60t69.5 55t74.5 48t74 39q81 38 168 56.5t177 18.5zM960 1408q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -94 -15.5 -186.5t-47.5 -180.5q-13 -36 -32.5 -79t-42.5 -85.5t-49 -81.5t-51 -67q-11 -11 -22.5 -17.5t-27.5 -6.5q-26 0 -45 18.5t-19 45.5q0 21 14 40q19 26 37 51t35 53q69 113 103.5 238.5t34.5 257.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM960 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -103 -25.5 -203t-73.5 -190t-117 -167t-156 -133q-8 -5 -16 -8t-19 -3q-27 0 -45.5 19t-18.5 45q0 18 7 30t21 23q27 22 53.5 41.5t51.5 44.5q101 100 155.5 229.5t54.5 271.5q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-26 0 -45 19t-19 45t19 45t45 19q40 0 75 15t61 41t41 61t15 75q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "Handwriting", + Code: "E929", + Path: "M1562 1664q26 0 62.5 3t76 3.5t79 -3.5t70.5 -18.5t50.5 -41.5t19.5 -71v-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1664q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v896q0 27 10 50t27.5 40.5t40.5 27.5t50 10h870l325 325q28 28 64.5 43.5t76.5 15.5q41 0 77 -16t63 -43t43 -63.5t16 -77.5q0 -33 -7.5 -57.5t-21 -45.5t-32 -40.5t-40.5 -40.5zM1464 1920q-29 0 -50 -21l-820 -820l-34 -135l135 34l681 680q-2 2 0.5 5t4.5 1q12 12 38 34t52 47.5t45.5 52.5t19.5 50q0 30 -21.5 51t-50.5 21zM1792 1536h-358l-673 -674l-377 -94l94 377l392 391h-742v-896h1664v896z" + }, + { + Name: "ChromeFullScreen", + Code: "E92D", + Path: "M2048 2048v-819h-205v469l-1493 -1493h469v-205h-819v819h205v-469l1493 1493h-469v205h819z" + }, + { + Name: "Completed", + Code: "E930", + Path: "M1491 1453l90 -90l-749 -749l-365 365l90 90l275 -275zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "Label", + Code: "E932", + Path: "M1720 1920q41 0 77 -16t63 -43t43 -63.5t16 -77.5q0 -37 -10.5 -65.5t-28.5 -52.5t-41 -46t-47 -46v-1254h-1536v1536h1254q24 24 46.5 47t46.5 41t52 29t65 11zM1720 1792q-29 0 -50 -21l-948 -948l-34 -135l135 34l948 948q21 21 21 50q0 30 -21.5 51t-50.5 21zM1664 1382l-775 -776l-377 -94l94 377l776 775h-998v-1280h1280v998z" + }, + { + Name: "FlickDown", + Code: "E935", + Path: "M1024 1024l1024 -1024h-2048l1024 1024v0z" + }, + { + Name: "FlickUp", + Code: "E936", + Path: "M1024 1024l-1024 1024h2048l-1024 -1024v0z" + }, + { + Name: "FlickLeft", + Code: "E937", + Path: "M1024 1024l-1024 -1024v2048l1024 -1024v0z" + }, + { + Name: "FlickRight", + Code: "E938", + Path: "M1024 1024l1024 1024v-2048l-1024 1024v0z" + }, + { + Name: "MiniExpand", + Code: "E93A", + Path: "M1243 1024l-91 91l549 549h-421v128h640v-640h-128v421zM1792 896h128v-640h-1792v1536h896v-128h-768v-768h768v-512h768v512zM256 768v-384h640v384h-640z" + }, + { + Name: "MiniContract", + Code: "E93B", + Path: "M1792 768h128v-512h-1792v1536h768v-128h-640v-768h768v-512h768v384zM256 768v-384h640v384h-640zM1792 1024h-640v640h128v-421l549 549l91 -91l-549 -549h421v-128z" + }, + { + Name: "Streaming", + Code: "E93E", + Path: "M1024 1269q51 0 95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5t-19.5 -95.5t-52.5 -77.5t-77.5 -52.5t-95.5 -19.5t-95.5 19.5t-77.5 52.5t-52.5 77.5t-19.5 95.5t19.5 95.5t52.5 77.5t77.5 52.5t95.5 19.5zM1024 885q29 0 54.5 11t44 29.5t29.5 44t11 54.5t-11 54.5t-29.5 44t-44 29.5t-54.5 11t-54.5 -11t-44 -29.5t-29.5 -44t-11 -54.5t11 -54.5t29.5 -44t44 -29.5t54.5 -11zM1740 1740q72 -71 127 -154t93 -174t57.5 -189t19.5 -199t-19.5 -199t-57.5 -189t-93 -174t-127 -154l-75 75q64 64 113.5 138t83 156t51 169.5t17.5 177.5t-17.5 177.5t-51 169.5t-83 156t-113.5 138zM383 1665q-64 -64 -113.5 -138t-83.5 -156t-51.5 -169.5t-17.5 -177.5t17.5 -177.5t51.5 -169.5t83.5 -156t113.5 -138l-75 -75q-72 71 -127 154t-93 174t-57.5 189t-19.5 199t19.5 199t57.5 189t93 174t127 154zM1469 1469q89 -90 136.5 -204.5t47.5 -240.5t-47.5 -240.5t-136.5 -204.5l-75 75q74 74 113.5 169.5t39.5 200.5t-39.5 200.5t-113.5 169.5zM654 1394q-74 -74 -113.5 -169.5t-39.5 -200.5t39.5 -200.5t113.5 -169.5l-75 -75q-89 90 -136.5 204.5t-47.5 240.5t47.5 240.5t136.5 204.5z" + }, + { + Name: "PlaylistMusic", + Code: "E93F", + Path: "M0 640v128h2048v-128h-2048zM0 256v128h2048v-128h-2048zM0 1664l538 -384l-538 -384v768zM106 1459v-358l250 179zM448 1536h1600v-128h-1408zM448 1024l192 128h1408v-128h-1600z" + }, + { + Name: "MusicInCollection", + Code: "E940", + Path: "M1792 640q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v977l-896 -224v-1214q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v1109l1152 288v-1346zM448 256q27 0 60 8t62.5 23.5t49.5 39.5t20 57t-20 57t-49.5 39.5t-62.5 23.5t-60 8t-60 -8t-62.5 -23.5t-49.5 -39.5t-20 -57t20 -57t49.5 -39.5t62.5 -23.5t60 -8zM1472 512q27 0 60 8t62.5 23.5t49.5 39.5t20 57t-20 57t-49.5 39.5t-62.5 23.5t-60 8t-60 -8t-62.5 -23.5t-49.5 -39.5t-20 -57t20 -57t49.5 -39.5t62.5 -23.5t60 -8z" + }, + { + Name: "OneDriveLogo", + Code: "E941", + Path: "M1660 1215q82 -5 152.5 -40t123 -91t82.5 -129t30 -155q0 -86 -33 -161.5t-89.5 -132t-132 -89.5t-161.5 -33h-1120q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199q0 84 26.5 161t73.5 141.5t113 113t146 73.5q37 11 72.5 16t73.5 7h1q44 67 103 120.5t128 91t145.5 57t157.5 19.5q109 0 209.5 -35.5t183 -99t141.5 -152t86 -194.5zM1040 1568q-113 0 -215 -46.5t-174 -133.5q38 -10 72.5 -25.5t67.5 -35.5l408 -244l233 98q23 10 46.5 17.5t49.5 12.5q-25 80 -73 145.5t-112.5 112.5t-141.5 73t-161 26zM206 665l846 357l-327 196q-50 30 -105 46t-113 16q-78 0 -147 -31t-120.5 -83.5t-81.5 -122.5t-30 -147q0 -60 20 -121.5t58 -109.5zM1632 512q48 0 92 15t82 44l-617 369l-879 -370q45 -28 96.5 -43t105.5 -15h1120zM1889 670q31 62 31 130q0 66 -25 120t-67.5 91.5t-99.5 58t-120 20.5q-36 0 -71.5 -8.5t-69.5 -21.5t-67 -28.5t-65 -29.5z" + }, + { + Name: "CompassNW", + Code: "E942", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM1024 258q102 8 196 39.5t176.5 82.5t151.5 120t120 151.5t82.5 176.5t39.5 196h-126v128h126q-8 102 -39.5 196t-82.5 176.5t-120 151.5t-151.5 120t-176.5 82.5t-196 39.5v-126h-128v126q-102 -8 -196 -39.5t-176.5 -82.5t-151.5 -120t-120 -151.5t-82.5 -176.5t-39.5 -196h126v-128h-126q8 -102 39.5 -196t82.5 -176.5t120 -151.5t151.5 -120t176.5 -82.5t196 -39.5v126h128v-126zM1109 1237l299 -597l-597 299l-299 597zM1172 876l-141 283l-283 141l141 -283z" + }, + { + Name: "Code", + Code: "E943", + Path: "M128 1152q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 71 -3 142t4.5 138.5t32 130.5t78.5 117t125 83t147 29v-128q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -56 2 -110.5t0.5 -107t-9.5 -102t-27 -94.5t-52 -86t-85 -76q52 -35 85 -76t52 -86t27 -94.5t9.5 -102t-0.5 -107t-2 -110.5q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5v-128q-76 0 -147 29t-125 83t-78.5 117t-32 130.5t-4.5 138.5t3 142q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5v128zM1280 2048q76 0 147 -29t125 -83t78.5 -117t32 -130.5t4.5 -138.5t-3 -142q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5v-128q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -71 3 -142t-4.5 -138.5t-32 -130.5t-78.5 -117t-125 -83t-147 -29v128q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 56 -2 110.5t-0.5 107t9.5 102t27 94.5t52 86t85 76q-52 35 -85 76t-52 86t-27 94.5t-9.5 102t0.5 107t2 110.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5v128z" + }, + { + Name: "LightningBolt", + Code: "E945", + Path: "M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719zM549 128l1024 1024h-557l384 768h-433l-512 -1024h449l-384 -768h29z" + }, + { + Name: "Info", + Code: "E946", + Path: "M960 128q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34t255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34zM960 1920q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5t30 -220.5t84 -199t130 -168.5t168.5 -130t198.5 -84t221 -30q114 0 220.5 30t199 84t168.5 130t130 168.5t84 198.5t30 221q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30zM896 1280h128v-640h-128v640zM896 1536h128v-128h-128v128z" + }, + { + Name: "CalculatorMultiply", + Code: "E947", + Path: "M1805 1843l-755 -755l755 -755l-90 -90l-755 755l-755 -755l-90 90l755 755l-755 755l90 90l755 -755l755 755l90 -90v0z" + }, + { + Name: "CalculatorAddition", + Code: "E948", + Path: "M1920 1152v-128h-896v-896h-128v896h-896v128h896v896h128v-896h896v0z" + }, + { + Name: "CalculatorSubtract", + Code: "E949", + Path: "M0 1152h1920v-128h-1920v128v0z" + }, + { + Name: "CalculatorPercentage", + Code: "E94C", + Path: "M768 1664q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM384 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1536 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1536 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1512 2048l-960 -1920h-144l960 1920h144z" + }, + { + Name: "CalculatorEqualTo", + Code: "E94E", + Path: "M0 640v128h1920v-128h-1920zM0 1536h1920v-128h-1920v128z" + }, + { + Name: "PrintfaxPrinterFile", + Code: "E956", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 768v-128h128v384h-128v-128h-640v128h-128v-384h128v128h640zM768 640v-128h384v128h-384zM1152 1024v384h-384v-384h384zM1280 1536h293l-293 293v-293zM1664 128v1280h-384v-256h256v-640h-256v-128h-640v128h-256v640h256v384h512v384h-896v-1792h1408z" + }, + { + Name: "StorageOptical", + Code: "E958", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "Communications", + Code: "E95A", + Path: "M1024 1152q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5zM1024 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 1920q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5q0 -102 -20 -200.5t-58 -191t-94 -176.5t-128 -156l-90 90q63 63 111.5 136.5t82 154.5t51 167.5t17.5 175.5q0 124 -32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -89 17.5 -175.5t51 -167.5t82 -154.5t111.5 -136.5l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1024 1536q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -128 -48.5 -245t-138.5 -208l-91 91q72 72 111 166t39 196q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -102 39 -196t111 -166l-91 -91q-90 91 -138.5 208t-48.5 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50z" + }, + { + Name: "Headset", + Code: "E95B", + Path: "M1024 2048q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204v-448q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-192v640h192q17 0 33 -3.5t31 -8.5q0 135 -49 253.5t-134.5 207t-203 140t-253.5 51.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170v-12q15 5 31 8.5t33 3.5h192v-640h-128v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5v140q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5v448q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5zM896 128h256v128h-256v-128zM448 1152q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h64v384h-64zM1664 1088q0 26 -19 45t-45 19h-64v-384h64q26 0 45 19t19 45v256z" + }, + { + Name: "FlashAuto", + Code: "E95C", + Path: "M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719zM549 128l1024 1024h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1466 640h200l128 -640h-130l-26 128h-285l-64 -128h-143zM1417 256h196l-56 280z" + }, + { + Name: "Health", + Code: "E95E", + Path: "M347 1024h-39l716 -716l588 588h181l-769 -769l-865 864q-35 35 -62 75.5t-47 85.5h243l283 282l448 -447l320 319l155 -154h355q32 51 49 108t17 117q0 87 -32.5 162t-89 130.5t-132 87t-162.5 31.5q-84 0 -149 -26.5t-120 -69.5t-105.5 -97.5t-105.5 -110.5q-54 54 -105 109t-106.5 99t-121 72t-147.5 28q-86 0 -161.5 -32.5t-132 -89t-89 -132t-32.5 -161.5q0 -47 11 -97h-131q-5 24 -6.5 48t-1.5 48q0 113 42.5 212t116 173t172.5 116.5t212 42.5q83 0 148 -19t120.5 -52.5t106 -80.5t105.5 -103q55 56 105.5 103t106 80.5t120.5 52.5t148 19q112 0 211 -42.5t172.5 -115.5t116 -172t42.5 -211q0 -97 -34 -188.5t-97 -166.5h-470l-101 102l-320 -321l-448 449z" + }, + { + Name: "Webcam2", + Code: "E960", + Path: "M1920 1152q0 -148 -46.5 -285t-131 -250.5t-202.5 -197.5t-260 -126v-165h384v-128h-1280v128h384v165q-143 42 -260.5 126t-202 197.5t-131 250.5t-46.5 285q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5zM1024 1920q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h320q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5h320q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5zM1344 1152q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25t-124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124.5 25t102 68.5t68.5 102t25 124.5zM267 1024q15 -92 51.5 -175.5t89.5 -154.5t120.5 -128.5t146.5 -97.5t167 -62t182 -22q93 0 181.5 22t167.5 62t146.5 97.5t120.5 128.5t89 154.5t52 175.5h-328q-20 -71 -62 -130t-99 -101t-126 -65.5t-142 -23.5q-74 0 -142.5 23.5t-125.5 65.5t-99 101t-62 130h-328zM1152 128v137q-63 -9 -128 -9t-128 9v-137h256z" + }, + { + Name: "FrontCamera", + Code: "E96B", + Path: "M1258 850q91 -36 166 -96.5t128.5 -138t82.5 -169t29 -190.5h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128q0 99 29 190.5t82.5 169t128 138t166.5 96.5q-71 54 -110.5 133t-39.5 169q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -90 -39.5 -169t-110.5 -133zM768 1152q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2048 1792v-1280h-267q-11 33 -25 65t-31 63h195v1024h-1792v-1024h195q-17 -31 -31 -63t-25 -65h-267v1280h2048z" + }, + { + Name: "ChevronUpSmall", + Code: "E96D", + Path: "M1024 1607l1017 -1017l-242 -241l-775 775l-775 -775l-242 241l1017 1017v0z" + }, + { + Name: "ChevronDownSmall", + Code: "E96E", + Path: "M1799 1699l242 -241l-1017 -1017l-1017 1017l242 241l775 -775l775 775v0z" + }, + { + Name: "ChevronLeftSmall", + Code: "E96F", + Path: "M1699 1799l-775 -775l775 -775l-241 -242l-1017 1017l1017 1017l241 -242v0z" + }, + { + Name: "ChevronRightSmall", + Code: "E970", + Path: "M590 2041l1017 -1017l-1017 -1017l-241 242l775 775l-775 775l241 242v0z" + }, + { + Name: "ChevronUpMed", + Code: "E971", + Path: "M1902 537l-878 878l-878 -878l-121 121l999 999l999 -999l-121 -121v0z" + }, + { + Name: "ChevronDownMed", + Code: "E972", + Path: "M1024 391l-999 999l121 121l878 -878l878 878l121 -121l-999 -999v0z" + }, + { + Name: "ChevronLeftMed", + Code: "E973", + Path: "M1390 25l-999 999l999 999l121 -121l-878 -878l878 -878l-121 -121v0z" + }, + { + Name: "ChevronRightMed", + Code: "E974", + Path: "M658 25l-121 121l878 878l-878 878l121 121l999 -999l-999 -999v0z" + }, + { + Name: "Devices2", + Code: "E975", + Path: "M2048 385q0 -27 -10 -50.5t-27.5 -41t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v128h-646q-25 0 -47.5 9.5t-39 26t-26 39t-9.5 47.5q0 35 11.5 70t35.5 61l209 220v807h1408v-512h256q26 0 49 -10t40.5 -27t28 -40t10.5 -49v-769zM768 640v256h-420l-206 -217q-6 -7 -9.5 -18.5t-4.5 -20.5h640zM768 1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640v384h-1152v-640h384v128zM1920 384v768h-1024v-768h1024zM1280 640h256v-128h-256v128z" + }, + { + Name: "PC1", + Code: "E977", + Path: "M2048 512h-640v-128h256v-128h-640v128h256v128h-384v-256h-896v1664h896v-512h1152v-896zM1920 640v640h-1152v-640h1152zM768 384v128h-512v128h384v128h-384v128h384v512h128v384h-640v-1408h640zM640 1664v-128h-384v128h384z" + }, + { + Name: "PresenceChickletVideo", + Code: "E979", + Path: "M1536 1288l512 256v-1040l-512 256v-248h-1536v1024h1536v-248v0z" + }, + { + Name: "Reply", + Code: "E97A", + Path: "M1152 1408q128 0 245 -48t208 -139t139 -208t48 -245q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50v128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5h-677l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h677z" + }, + { + Name: "HalfAlpha", + Code: "E97E", + Path: "M1105 1920l640 -1920h-135l-171 512h-824l-170 -512h-135l640 1920h155zM658 640h739l-370 1108z" + }, + { + Name: "ConstructionCone", + Code: "E98F", + Path: "M1650 128h270v-128h-1792v128h270l448 1792h356zM626 512l-96 -384h988l-416 1664h-156l-192 -768h414l32 -128h-478l-64 -256h606l32 -128h-670z" + }, + { + Name: "DoubleChevronLeftMed", + Code: "E991", + Path: "M1170 1902l-879 -878l879 -878l-121 -121l-999 999l999 999zM2023 1902l-878 -878l878 -878l-121 -121l-999 999l999 999z" + }, + { + Name: "Volume0", + Code: "E992", + Path: "M677 1792h91v-1536h-90l-385 384h-293v768h293zM640 475v1098l-293 -293h-219v-512h219z" + }, + { + Name: "Volume1", + Code: "E993", + Path: "M1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z" + }, + { + Name: "Volume2", + Code: "E994", + Path: "M1402 1658q126 -128 194 -291t68 -343t-68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249zM1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z" + }, + { + Name: "Volume3", + Code: "E995", + Path: "M1673 1929q90 -90 160 -195t117.5 -220t72.5 -239t25 -251q0 -128 -25 -251.5t-72.5 -238.5t-117.5 -220t-160 -195l-91 91q81 81 144 175.5t106 198t65 214.5t22 226t-22 226t-65 214.5t-106 198t-144 175.5zM1664 1024q0 -180 -68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249l91 91q126 -128 194 -291t68 -343zM1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z" + }, + { + Name: "Chart", + Code: "E999", + Path: "M1408 1536h512v-512h-128v293l-576 -575l-256 256l-704 -705v-37h1664v-128h-1792v1792h128v-1445l704 703l256 -256l485 486h-293v128v0z" + }, + { + Name: "Robot", + Code: "E99A", + Path: "M640 1280h128v-128h-128v128zM1152 1280h128v-128h-128v128zM1621 640q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66v-469h-128v469q0 18 -12.5 30.5t-30.5 12.5h-1322q-18 0 -30.5 -12.5t-12.5 -30.5v-469h-128v469q0 35 13.5 66t36.5 54.5t54.5 37t66.5 13.5h341v128h-85q-35 0 -66.5 13.5t-54.5 36.5t-36.5 54.5t-13.5 66.5v85h-128v256h128v85q0 35 13.5 66t36.5 54.5t54.5 37t66.5 13.5h341v209q-29 17 -46.5 47t-17.5 64q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50q0 -34 -17.5 -64t-46.5 -47v-209h341q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66v-85h128v-256h-128v-85q0 -35 -13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5h-85v-128h341zM512 939q0 -18 12.5 -30.5t30.5 -12.5h810q18 0 30.5 12.5t12.5 30.5v426q0 18 -12.5 30.5t-30.5 12.5h-810q-18 0 -30.5 -12.5t-12.5 -30.5v-426zM768 640h384v128h-384v-128z" + }, + { + Name: "Manufacturing", + Code: "E99C", + Path: "M2048 731v-219h-128v165l-109 110l3 3q-40 -22 -89 -22q-44 0 -81 18l-108 -109v-165h-128v219l145 144l-3 7l-251 562l-408 -421q2 -16 3.5 -31.5t1.5 -31.5v-832h128v-128h-1024v128h128v832q0 76 28 143.5t76.5 119t114 83.5t141.5 37l608 627q36 38 84 58t100 20q35 0 70.5 -10.5t67 -30t56.5 -46t40 -59.5l384 -858q9 -20 13 -41t4 -42q0 -24 -5.5 -47.5t-16.5 -44.5l8 8zM768 128v832q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-832h512zM644 1321q62 -23 113 -65t85 -99l530 546q36 38 36 89q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-55 0 -92 -39zM1489 1645q-18 -29 -44.5 -53.5t-49.5 -48.5l197 -441l117 50zM1725 896q29 0 46 19t17 46q0 20 -9.5 38.5t-17.5 35.5l-117 -50q6 -15 12 -31t15 -29t21.5 -21t32.5 -8zM512 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "LockSolid", + Code: "E9A2", + Path: "M1792 1152v-1152h-1536v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374z" + }, + { + Name: "FitPage", + Code: "E9A6", + Path: "M1664 1152v256h-256v128h384v-384h-128zM384 1408v-256h-128v384h384v-128h-256zM1792 896v-384h-384v128h256v256h128zM640 640v-128h-384v384h128v-256h256zM0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792z" + }, + { + Name: "FitWidth", + Code: "E9A7", + Path: "M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM555 939l-86 -86l-236 235l236 235l86 -86l-85 -85h426v-128h-426zM1493 939l85 85h-426v128h426l-85 85l86 86l236 -235l-236 -235z" + }, + { + Name: "BidiLtr", + Code: "E9AA", + Path: "M128 1562l666 -666l-666 -666v1332zM256 538l358 358l-358 358v-716zM1792 1792v-1536h128v-128h-640v128h128v768h-192q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35h704v-128h-128zM1408 1152v640h-192q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h192zM1664 256v1536h-128v-1536h128z" + }, + { + Name: "RightDoubleQuote", + Code: "E9B1", + Path: "M0 1982h332v-343q0 -51 -7 -105t-23 -104.5t-41.5 -95.5t-61.5 -78.5t-84.5 -53t-109.5 -19.5v157q37 0 64.5 14.5t46.5 38t30.5 54.5t18 64t9 66.5t2.5 61.5h-176v343zM875 1982v-343q0 -78 -16 -159t-54 -147t-100.5 -108t-156.5 -42v157q55 0 89.5 30.5t53 76t25 97.5t6.5 95h-176v343h329z" + }, + { + Name: "Sunny", + Code: "E9BD", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z" + }, + { + Name: "CloudWeather", + Code: "E9BE", + Path: "M1661 1152q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q40 62 92.5 111.5t114.5 83.5t132 52t144 18q111 0 209.5 -39t174.5 -107.5t125.5 -162.5t63.5 -203zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1152z" + }, + { + Name: "Cloudy", + Code: "E9BF", + Path: "M1761 1012q64 -18 116.5 -53.5t90.5 -84t59 -108.5t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 75 24 144q-71 54 -111.5 134t-40.5 170q0 79 30 149t82.5 122.5t122 82.5t149.5 30q11 0 21.5 -0.5t21.5 -1.5q27 60 69.5 107.5t95 81t114 51.5t126.5 18q84 0 159.5 -29.5t135 -81t99 -122.5t50.5 -154q84 -8 160.5 -40.5t140 -84.5t111 -120t73.5 -148zM384 1408q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -54 21.5 -102.5t61.5 -85.5q63 89 159.5 138.5t205.5 49.5q38 0 75 -6t72 -19q32 57 78 104t101 83t117 59t127 31q-11 56 -39.5 104t-70.5 82.5t-94.5 54t-109.5 19.5q-62 0 -117.5 -22.5t-98 -62t-69.5 -93t-32 -115.5q-30 17 -63 27t-68 10zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81.5t-84 53.5t-102 19q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088z" + }, + { + Name: "PartlyCloudyDay", + Code: "E9C0", + Path: "M1761 1012q64 -18 116.5 -53.5t90.5 -84t59 -108.5t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 66 19 128.5t54 116.5t84.5 96.5t110.5 68.5q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 173 -33t152.5 -82t121.5 -124t79 -157zM832 1536q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q38 0 75 -6t72 -19q29 51 69.5 94.5t88.5 78t102.5 59t111.5 36.5q-44 66 -114 103.5t-149 37.5zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91z" + }, + { + Name: "PartlyCloudyNight", + Code: "E9C1", + Path: "M1761 1012q63 -18 116 -53.5t91 -84t59 -108.5t21 -126q0 -79 -30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 78 25 149.5t74 131.5q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17l4 1q48 15 94 24t97 9q93 0 179 -28.5t157.5 -81t125.5 -125.5t83 -161zM761 1700q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q43 -52 104 -84q57 38 120 57.5t132 19.5q38 0 75 -6t72 -19q29 52 69.5 93.5t86.5 78.5q17 54 17 109q0 85 -35 161t-100 131zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81.5t-84 53.5t-102 19q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-77 0 -146.5 -24.5t-126.5 -69t-98.5 -106t-60.5 -135.5q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088z" + }, + { + Name: "ClearNight", + Code: "E9C2", + Path: "M128 512q141 0 272 36.5t244.5 103.5t207 160.5t160.5 207t103.5 244.5t36.5 272q0 133 -34 261t-99 243q128 -16 245 -61t217 -115t181 -161.5t138.5 -199t88.5 -229t31 -250.5q0 -141 -36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-138 0 -269 36t-246.5 103.5t-211.5 164t-164 216.5q31 -4 61.5 -6t61.5 -2zM896 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5q0 136 -40 263.5t-112.5 236t-175.5 193.5t-229 136q45 -155 45 -317q0 -146 -35 -282.5t-100 -258t-157 -225t-205 -182t-244.5 -129t-276.5 -67.5q128 -128 290.5 -196t343.5 -68z" + }, + { + Name: "RainShowersDay", + Code: "E9C3", + Path: "M1042 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1426 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91z" + }, + { + Name: "Rain", + Code: "E9C4", + Path: "M850 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1618 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1234 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126t-22 -126.5t-61 -110t-93 -84.5t-118 -51l-60 120q48 6 89.5 27.5t71.5 55.5t47.5 77t17.5 92q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -53 17 -102t47.5 -89.5t73 -70t93.5 -44.5l-57 -114q-67 23 -122.5 65t-95.5 97t-62 120.5t-22 137.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "AddMultiple", + Code: "E9C5", + Path: "M1664 1152h-768v-768h-128v768h-768v128h768v768h128v-768h768v-128zM2048 512v-128h-384v-384h-128v384h-384v128h384v384h128v-384h384z" + }, + { + Name: "Thunderstorms", + Code: "E9C6", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 75 24 144q-71 54 -111.5 134t-40.5 170q0 79 30 149t82.5 122.5t122 82.5t149.5 30q11 0 21.5 -0.5t21.5 -1.5q27 60 69.5 107.5t95 81t114 51.5t126.5 18q84 0 159.5 -29.5t135 -81t99 -122.5t50.5 -154q84 -9 160 -41.5t139.5 -84t111.5 -119.5t74 -148zM723 1127q34 57 79.5 104.5t100 83t116 58.5t127.5 31q-11 56 -40 104t-70.5 82.5t-94 54t-109.5 19.5q-62 0 -117.5 -22.5t-98 -62t-69.5 -93t-32 -115.5q-30 17 -63 27t-68 10q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -54 21.5 -103t62.5 -85q63 89 159 138.5t205 49.5q74 0 147 -25zM832 0l256 512h-224l192 384h224l-128 -256h320z" + }, + { + Name: "RainSnow", + Code: "E9C7", + Path: "M1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-13 0 -26.5 5.5t-27 13t-26 16t-22.5 14.5q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-11 -6 -23 -14.5t-25.5 -16t-27 -13t-26.5 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5zM978 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25l-61 -122q-83 11 -154 50t-122.5 98.5t-81 134.5t-29.5 159q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z" + }, + { + Name: "Snow", + Code: "E9C8", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1542 343q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41z" + }, + { + Name: "BlowingSnow", + Code: "E9C9", + Path: "M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -26 10 -49.5t27.5 -41t41 -27.5t49.5 -10t49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM902 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 27 18.5 45.5t45.5 18.5q13 0 26.5 -5.5t27 -13t26 -16t22.5 -14.5q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14.5t26 16t27 13t26.5 5.5q27 0 45.5 -18.5t18.5 -45.5q0 -36 -32 -55l-70 -41zM154 1504q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 27 18.5 45.5t45.5 18.5q13 0 26.5 -5.5t27 -13t26 -16t22.5 -14.5q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14.5t26 16t27 13t26.5 5.5q26 0 45.5 -18.5t19.5 -45.5q0 -18 -9 -32t-24 -23l-70 -41l70 -41q15 -9 24 -23t9 -32q0 -26 -19.5 -45t-45.5 -19q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5z" + }, + { + Name: "Frigid", + Code: "E9CA", + Path: "M1024 629q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9 58.5t26 52.5t40.5 42t52.5 28v395h128v-395zM1280 729q57 -63 88.5 -141t31.5 -163q0 -90 -35.5 -167.5t-96 -134.5t-140.5 -90t-168 -33t-168 33t-140.5 90t-96 134.5t-35.5 167.5q0 85 31.5 163t88.5 141v999q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-999zM960 128q62 0 118.5 23t99.5 63t68.5 95t25.5 118q0 75 -33 137.5t-87 112.5v1051q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1051q-54 -50 -87 -112.5t-33 -137.5q0 -63 25.5 -118t68.5 -95t99.5 -63t118.5 -23v-64v64z" + }, + { + Name: "Fog", + Code: "E9CB", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -85t59.5 -109.5t21 -125q0 -33 -6.5 -65t-17.5 -63h-139q17 29 26 61.5t9 66.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -52 17 -101t49 -91h-149q-22 45 -33.5 93.5t-11.5 98.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM704 512q-26 0 -45 19t-19 45t19 45t45 19h896q26 0 45 -19t19 -45t-19 -45t-45 -19h-896zM1856 384q26 0 45 -19t19 -45t-19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h1536zM1472 128q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h896z" + }, + { + Name: "Squalls", + Code: "E9CC", + Path: "M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "Duststorm", + Code: "E9CD", + Path: "M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1728 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM576 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Unknown", + Code: "E9CE", + Path: "M960 2044q132 0 254 -34t228.5 -96.5t193.5 -149.5t149.5 -193.5t96.5 -228.5t34 -254t-34 -254t-96.5 -228.5t-149.5 -193.5t-193.5 -149.5t-228.5 -96.5t-254 -34t-254 34t-228.5 96.5t-193.5 149.5t-149.5 193.5t-96.5 228.5t-34 254t34 254t96.5 228.5t149.5 193.5t193.5 149.5t228.5 96.5t254 34zM960 252q115 0 222 30t200 84.5t169 130.5t130.5 169t84.5 200t30 222t-30 222t-84.5 200t-130.5 169t-169 130.5t-200 84.5t-222 30t-222 -30t-200 -84.5t-169 -130.5t-130.5 -169t-84.5 -200t-30 -222t30 -222t84.5 -200t130.5 -169t169 -130.5t200 -84.5t222 -30zM896 640h128v-128h-128v128zM960 1600q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "Precipitation", + Code: "E9CF", + Path: "M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166zM1024 128q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 48 -11 95t-33 90l-468 937l-468 -937q-22 -43 -33 -90t-11 -95q0 -106 40 -199.5t109.5 -163t163 -109.5t199.5 -40z" + }, + { + Name: "SortLines", + Code: "E9D0", + Path: "M384 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM768 768v128h512v-128h-512zM768 1152v128h896v-128h-896zM768 1664h1280v-128h-1280v128z" + }, + { + Name: "Ribbon", + Code: "E9D1", + Path: "M1024 1024q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30zM1024 1664q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM1664 1408q0 -104 -32.5 -202.5t-95.5 -181.5v-1024l-512 256l-512 -256v1024q-63 83 -95.5 181.5t-32.5 202.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5zM1024 1920q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5zM1408 192v704q-83 -63 -181.5 -95.5t-202.5 -32.5t-202.5 32.5t-181.5 95.5v-704l384 192z" + }, + { + Name: "AreaChart", + Code: "E9D2", + Path: "M256 256l1664 -1v-128l-1792 1v1791h128v-1663zM1920 1115v-731h-1536v904l320 160l435 -218l333 332zM704 1304l-192 -95v-441h433l540 270l307 -307v330l-320 321l-307 -308zM512 512h1280v37l-333 333l-484 -242h-463v-128z" + }, + { + Name: "Assign", + Code: "E9D3", + Path: "M2011 320l-318 -317l-90 90l163 163h-614v128h614l-163 163l90 90zM1387 128l128 -128h-1259v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1073l-128 128v817h-128v-256h-1024v256h-128v-1536h1003zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256z" + }, + { + Name: "FlowChart", + Code: "E9D4", + Path: "M1408 896h640v-640h-640v256h-416l-416 -416l-480 480l416 416v416h-256v640h640v-640h-256v-416l352 -352h416v256zM384 1920v-384h384v384h-384zM576 288l288 288l-288 288l-288 -288zM1920 384v384h-384v-384h384z" + }, + { + Name: "CheckList", + Code: "E9D5", + Path: "M640 1152v128h1408v-128h-1408zM640 1664h1408v-128h-1408v128zM640 768v128h1408v-128h-1408zM640 384v128h1408v-128h-1408zM192 1579l211 210l90 -90l-301 -301l-173 173l90 90zM192 1195l211 210l90 -90l-301 -301l-173 173l90 90zM192 811l211 210l90 -90l-301 -301l-173 173l90 90zM192 427l211 210l90 -90l-301 -301l-173 173l90 90z" + }, + { + Name: "Diagnostic", + Code: "E9D9", + Path: "M1920 1920v-1792h-1792v1792h1792zM256 1792v-1024h150l109 109q19 19 45 19t45 -19l177 -176l244 947q5 21 22.5 34.5t39.5 13.5q23 0 40 -13.5t22 -35.5l102 -417h156q22 0 39.5 -13.5t22.5 -34.5l72 -286h250v896h-1536zM1792 256v512h-300q-23 0 -40 13.5t-22 35.5l-72 285h-156q-23 0 -40 13.5t-22 35.5l-54 218l-208 -809q-5 -21 -22.5 -34.5t-39.5 -13.5q-26 0 -45 19l-211 211l-83 -83q-19 -19 -45 -19h-176v-384h1536z" + }, + { + Name: "Generate", + Code: "E9DA", + Path: "M2011 320l-318 -317l-90 90l163 163h-614v128h614l-163 163l90 90zM1342 128l128 -128h-1342v2048h1115l549 -549v-734l-128 128v515h-512v512h-896v-1792h1086zM1280 1536h293l-293 293v-293z" + }, + { + Name: "Invoice", + Code: "E9DC", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1024 1408h-640v128h640v-128zM384 1152h1152v-896h-1152v896zM896 384h512v640h-512v-640zM512 384h256v640h-256v-640z" + }, + { + Name: "ProjectManagement", + Code: "E9DE", + Path: "M0 1792h2048v-1408h-2048v1408zM1921 511v1153h-514v-384h-127v384h-512v-128h-128v128h-512v-1153h512v641h128v-641h512v129h127v-129h514zM1280 768v128h512v-128h-512zM256 1280v128h640v-128h-640zM1536 1152v-128h-639v128h639z" + }, + { + Name: "Total", + Code: "E9DF", + Path: "M1664 1920v-128h-1112l652 -768l-652 -768h1112v-128h-1280v128l652 768l-652 768v128h1280z" + }, + { + Name: "LineChart", + Code: "E9E6", + Path: "M705 1070l-449 -449v-366h1664v-128h-1792v1792h128v-1132l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257v0z" + }, + { + Name: "Equalizer", + Code: "E9E9", + Path: "M2048 1792v-128h-768v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-896v128h896v64q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-64h768zM1600 768q40 0 75 -15t61 -41t41 -61t15 -75v-64h256v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-1408v128h1408v64q0 40 15 75t41 61t61 41t75 15zM448 1408q40 0 75 -15t61 -41t41 -61t15 -75v-64h1408v-128h-1408v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h256v64q0 40 15 75t41 61t61 41t75 15zM512 1216q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM1152 1856q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM1664 576q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256z" + }, + { + Name: "BarChartHorizontal", + Code: "E9EB", + Path: "M1536 1792v-384h-1152v384h1152zM1408 1536v128h-896v-128h896zM1280 1280v-384h-896v384h896zM1152 1024v128h-640v-128h640zM1792 768v-384h-1408v384h1408zM1664 512v128h-1152v-128h1152zM256 256h1664v-128h-1792v1792h128v-1664z" + }, + { + Name: "BarChartVertical", + Code: "E9EC", + Path: "M768 1536v-1152h-384v1152h384zM640 512v896h-128v-896h128zM1280 1280v-896h-384v896h384zM1152 512v640h-128v-640h128zM1792 1792v-1408h-384v1408h384zM1664 512v1152h-128v-1152h128zM256 256h1664v-128h-1792v1792h128v-1664z" + }, + { + Name: "Count", + Code: "E9EE", + Path: "M1917 1827l-253 -254v-1445h-128v1317l-256 -255v-1062h-128v934l-256 -256v-678h-128v550l-256 -256v-294h-128v166l-163 -163l-90 91l253 253v1445h128v-1317l256 256v1061h128v-933l256 256v677h128v-549l256 256v293h128v-165l163 162l90 -90v0z" + }, + { + Name: "Freezing", + Code: "E9EF", + Path: "M1792 760q61 -63 94.5 -143.5t33.5 -168.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 88 33.5 168.5t94.5 143.5v968q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-968zM1472 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 83 -34 143t-94 113v1024q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1024q-60 -53 -94 -113t-34 -143q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 629q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9 58.5t26 52.5t40.5 42t52.5 28v395h128v-395zM1024 1664l-128 -768l-86 516l-138 -644l-142 664l-82 -408l-93 466l-99 -594l-128 768h896z" + }, + { + Name: "FunnelChart", + Code: "E9F1", + Path: "M0 2048h2048l-1024 -2048zM1841 1920h-1634l128 -256h1378zM783 768l241 -482l241 482h-482zM1329 896l128 256h-866l128 -256h610zM1521 1280l128 256h-1250l128 -256h994z" + }, + { + Name: "Process", + Code: "E9F3", + Path: "M274 540q105 -161 266 -266l-49 -119q-103 63 -188 148t-148 188zM151 1212q-11 -47 -17 -93.5t-6 -94.5t6 -95t17 -94l-119 -49q-14 59 -23 118.5t-9 119.5t9 119.5t23 118.5zM1024 128q48 0 95 6t94 17l49 -119q-59 -14 -118.5 -23t-119.5 -9t-119.5 9t-118.5 23l49 119q47 -11 94 -17t95 -6zM2016 1262q14 -59 22.5 -118.5t8.5 -119.5t-8.5 -119.5t-22.5 -118.5l-119 49q11 47 17 94t6 95t-6 94.5t-17 93.5zM1773 1508q-51 80 -118 147t-147 118l49 119q103 -63 188 -147.5t148 -187.5zM1508 274q161 105 266 266l119 -49q-63 -103 -148 -188t-188 -148zM256 2048h512v-512h-128v293q-112 -53 -206 -134t-161 -186l-120 49q70 114 166 205.5t213 156.5h-276v128z" + }, + { + Name: "Processing", + Code: "E9F5", + Path: "M837 1204q-23 -37 -53.5 -67.5t-67.5 -53.5l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-37 23 -67.5 53.5t-53.5 67.5l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118zM512 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1920 704q0 -55 -14 -111l137 -56l-48 -119l-138 57q-59 -98 -156 -156l57 -137l-119 -49l-56 137q-56 -14 -111 -14t-111 14l-56 -137l-119 49l57 137q-98 58 -156 156l-138 -57l-48 119l137 56q-14 56 -14 111t14 111l-137 56l48 119l138 -57q58 97 156 156l-57 138l119 48l56 -137q56 14 111 14t111 -14l56 137l119 -48l-57 -138q97 -59 156 -156l138 57l48 -119l-137 -56q14 -56 14 -111zM1472 384q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "ProcessMap", + Code: "E9F6", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1152 768h384v-384h-384v128h-256l-192 -192l-256 256l192 192v384h-128v384h384v-384h-128v-384l128 -128h256v128z" + }, + { + Name: "Quantity", + Code: "E9F8", + Path: "M1472 1448l575 -288v-782l-575 -288l-576 286v321l-320 -159l-576 286l1 784l575 288l575 -288l1 -321zM1840 1121l-368 183l-368 -183l368 -184zM944 1569l-368 183l-368 -183l368 -184zM129 1465l-1 -561l384 -191v561zM640 713l257 127v320l127 63l-1 242l-383 -191v-561zM1025 1017l-1 -561l384 -191v561zM1536 265l383 192v560l-383 -191v-561z" + }, + { + Name: "ReportDocument", + Code: "E9F9", + Path: "M1792 1499v-1499h-1536v2048h987zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-768v-1792h1280zM896 640h256v-384h-256v384zM512 896h256v-640h-256v640zM1280 1152h256v-896h-256v896z" + }, + { + Name: "StackColumnChart", + Code: "E9FC", + Path: "M256 256h1664v-128h-1792v1791h128v-1663zM1792 1792v-1408h-384v1408h384zM1536 512h128v768h-128v-768zM1664 1408v256h-128v-256h128zM1280 1792v-1408h-384v1408h384zM1152 512v256h-128v-256h128zM1152 896v768h-128v-768h128zM768 1792v-1408h-384v1408h384zM640 512v512h-128v-512h128zM640 1152v512h-128v-512h128z" + }, + { + Name: "SnowShowerDay", + Code: "E9FD", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5z" + }, + { + Name: "SummaryChart", + Code: "E9FE", + Path: "M1920 1152v-128h-896v-896h-128v896h-896v128h896v896h128v-896h896zM256 1280h-128v512h128v-512zM512 1280h-128v384h128v-384zM768 1280h-128v640h128v-640zM1664 1792h-512v128h512v-128zM1536 1536h-384v128h384v-128zM1792 1280h-640v128h640v-128zM384 512h256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v-256zM512 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-256v256zM1472 522l320 321v-181l-320 -321l-192 193l-128 -128v181l128 128z" + }, + { + Name: "HailDay", + Code: "EA00", + Path: "M256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91zM1280 752q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1280 368q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 624q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 240q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-83.5 53.5t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 66 19 128.5t54 116t84.5 96t110.5 69.5q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 173 -33.5t152 -82.5t121 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25z" + }, + { + Name: "WorkFlow", + Code: "EA01", + Path: "M640 1536v297q-132 -63 -236 -164t-172 -230l-119 49q70 137 176.5 247t240.5 185h-274v128h512v-512h-128zM1816 1439q-63 121 -159.5 217.5t-217.5 159.5l49 118q144 -74 258.5 -188t188.5 -258zM128 1024q0 -68 10 -135t31 -132l-118 -49q-51 153 -51 316t51 316l119 -49q-20 -65 -31 -132t-11 -135zM231 609q63 -121 160 -218t218 -160l-49 -119q-144 75 -258.5 189.5t-189.5 258.5zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178zM1920 1024q0 68 -11 135t-31 132l119 49q51 -153 51 -316h-128zM757 169q65 -21 132 -31t135 -10v-128q-164 0 -317 51z" + }, + { + Name: "LightSnow", + Code: "EA02", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM1342 247q14 -8 23 -23t9 -32q0 -26 -19 -45t-45 -19q-17 0 -32 9l-126 72v-145q0 -26 -19 -45t-45 -19t-45 19t-19 45v145l-126 -72q-15 -9 -32 -9q-26 0 -45 19t-19 45q0 17 9 32t23 23l126 73l-126 73q-14 8 -23 23t-9 32q0 26 19 45t45 19q17 0 32 -9l126 -72v145q0 26 19 45t45 19t45 -19t19 -45v-145l126 72q15 9 32 9q26 0 45 -19t19 -45q0 -17 -9 -32t-23 -23l-126 -73z" + }, + { + Name: "HourGlass", + Code: "EA03", + Path: "M1664 1792q0 -106 -30.5 -206.5t-90.5 -188.5q-31 -45 -65 -82t-72.5 -67.5t-81.5 -56.5t-92 -49q-37 -17 -58.5 -46.5t-21.5 -71.5t21.5 -71.5t58.5 -46.5q49 -23 92 -49t81.5 -56.5t72.5 -67.5t65 -82q60 -88 90.5 -188.5t30.5 -206.5h128v-128h-1664v128h128q0 106 30.5 206.5t90.5 188.5q32 47 66 83.5t71.5 66.5t80.5 55t93 49q36 17 58 47t22 72t-21.5 71.5t-58.5 46.5q-49 23 -92 49t-81.5 56.5t-72.5 67.5t-65 82q-60 88 -90.5 188.5t-30.5 206.5h-128v128h1664v-128h-128zM1024 1024q0 82 43 142t115 95q29 14 56 27.5t53 32.5q58 40 103.5 92.5t77 113t48 128t16.5 137.5h-1152q0 -70 16.5 -137.5t48 -128t77 -113t103.5 -92.5q26 -19 53 -32.5t56 -27.5q72 -35 115 -95t43 -142t-43 -142t-115 -95q-29 -14 -56 -27.5t-53 -32.5q-58 -40 -103.5 -92.5t-77 -113t-48 -128t-16.5 -137.5h1152q0 70 -16.5 137.5t-48 128t-77 113t-103.5 92.5q-26 19 -53 32.5t-56 27.5q-72 35 -115 95t-43 142z" + }, + { + Name: "StoreLogoMed20", + Code: "EA04", + Path: "M1536 1536h410v-1452q0 -35 -24 -59.5t-59 -24.5h-1780q-35 0 -59 24.5t-24 59.5v1452h410v307l204 205h717l205 -205v-307zM922 410v307h-308v-307h308zM922 819v307h-308v-307h308zM1331 410v307h-307v-307h307zM1331 819v307h-307v-307h307zM1331 1536v307h-717v-307h717z" + }, + { + Name: "TimeSheet", + Code: "EA05", + Path: "M1920 1792v-1664h-1792v1664h256v-128h-128v-1408h1536v1408h-128v128h256zM1536 1408h-1024v640h1024v-640zM1408 1920h-768v-384h768v384zM1024 896h128v-128h-256v256h128v-128zM576 832q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5zM1344 832q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5z" + }, + { + Name: "TriangleSolid", + Code: "EA08", + Path: "M1024 1902l1024 -1774h-2048l1024 1774v0z" + }, + { + Name: "UpgradeAnalysis", + Code: "EA0B", + Path: "M1277 797l-90 -90l-163 163v-550h-128v550l-163 -163l-90 90l317 318zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM256 128h896v-128h-1024v2048h1115l549 -549v-734l-128 -128v771h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "VideoSolid", + Code: "EA0C", + Path: "M0 640v896h1408v-896h-1408zM1536 1280l512 256v-896l-512 256v384z" + }, + { + Name: "RainShowersNight", + Code: "EA0F", + Path: "M1042 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1426 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 29 -4 57.5t-10 56.5q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5v-17t-1 -17q47 17 95 25.5t98 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM324 1074q56 38 120 58t132 20q74 0 147 -25q61 102 157 172q8 26 12 53.5t4 55.5q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38z" + }, + { + Name: "SnowShowerNight", + Code: "EA11", + Path: "M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 77 25.5 148.5t73.5 131.5q-81 55 -136.5 134.5t-76.5 175.5q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -0.5 -17t-1.5 -17q47 17 95.5 25.5t98.5 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q42 -51 104 -85q56 38 120 58t132 20q74 0 147 -25zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45.5 19t-19.5 45q0 18 9 32t24 23l70 41l-70 41q-15 9 -24 23t-9 32q0 26 19 45t45 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45.5 19t-19.5 45q0 18 9 32t24 23l70 41l-70 41q-15 9 -24 23t-9 32q0 26 19 45t45 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5z" + }, + { + Name: "Teamwork", + Code: "EA12", + Path: "M1664 960q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -52 -16.5 -101t-47.5 -91v-424l-256 128l-256 -128v424q-31 42 -47.5 91t-16.5 101q0 66 25 124.5t68.5 102t102 68.5t124.5 25zM1664 832q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM1792 232v115q-60 -27 -128 -27t-128 27v-115l128 64zM1664 1536q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-115.5 -136.5q19 -9 36.5 -20t34.5 -23l-75 -104q-49 35 -106 54t-117 19q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q27 40 62 72t76 54t87.5 34t94.5 12t94 -12t87.5 -34t76.5 -54t62 -72q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM1536 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM768 1280q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "HailNight", + Code: "EA13", + Path: "M1280 752q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1280 368q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 624q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 240q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-76 0 -146 -25t-127 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 29 -4 57.5t-10 56.5q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5v-17t-1 -17q92 34 193 34q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM324 1074q56 38 120 58t132 20q74 0 147 -25q61 102 157 172q8 26 12 53.5t4 55.5q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38z" + }, + { + Name: "PeopleAdd", + Code: "EA15", + Path: "M1280 1152q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1024 1536q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" + }, + { + Name: "Glasses", + Code: "EA16", + Path: "M1280 1536q16 0 29 -7l739 -369v-136q-26 0 -45 -19t-19 -45v-128q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5q0 26 -19 45t-45 19t-45 -19t-19 -45q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v128q0 26 -19 45t-45 19v136l739 369q13 7 29 7q26 0 45 -19q10 -10 24.5 -22.5t27.5 -26.5t22 -29t9 -31q0 -26 -19 -45t-45 -19q-25 0 -42.5 16.5t-34.5 33.5l-484 -242h497q38 0 65.5 -9.5t49 -23.5t38.5 -31t32.5 -31t32.5 -23.5t38 -9.5t38 9.5t32.5 23.5t32.5 31t38.5 31t49 23.5t65.5 9.5h497l-484 242q-17 -17 -34.5 -33.5t-42.5 -16.5q-26 0 -45 19t-19 45q0 16 9 31t22 29t27.5 26.5t24.5 22.5q19 19 45 19zM832 896q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-448q-26 0 -45 -19t-19 -45v-128q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v64zM1536 512q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 22 -1 47t-1 50t2.5 49.5t10.5 45.5h-523q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "DateTime2", + Code: "EA17", + Path: "M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256z" + }, + { + Name: "Shield", + Code: "EA18", + Path: "M960 2048q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146l-31 -18l-31 18q-116 67 -230.5 146t-217.5 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5zM1792 1666q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48v-386q0 -127 33.5 -244t91.5 -223t138 -200.5t172 -177.5t193.5 -154t203.5 -130q102 59 203.5 130t193.5 154t172 177.5t138 200.5t91.5 223t33.5 244v386z" + }, + { + Name: "Header1", + Code: "EA19", + Path: "M1792 1664v-1408h-128v1146q-66 -59 -149 -90.5t-171 -31.5v128q54 0 103.5 15.5t91.5 44t75.5 68.5t54.5 89l17 39h106zM896 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640z" + }, + { + Name: "PageAdd", + Code: "EA1A", + Path: "M1664 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM384 1920v-1536h768v-128h-896v1792h859l549 -549v-731h-128v640h-512v512h-640zM1152 1829v-293h293z" + }, + { + Name: "NumberedList", + Code: "EA1C", + Path: "M2048 1664v-128h-1536v128h1536zM512 1152h1536v-128h-1536v128zM512 640h1536v-128h-1536v128zM135 1699q-14 -11 -37.5 -21.5t-42.5 -10.5v69q31 11 59 24t54 33h49v-385h-82v291zM134 1279q25 0 47.5 -6.5t39 -20t26 -33.5t9.5 -47q0 -31 -12 -54.5t-29.5 -42t-38.5 -33t-38.5 -27t-29.5 -25t-12 -25.5h160v-69h-251q0 23 0.5 41t9.5 39q15 34 41 57.5t51.5 43.5t44.5 40t19 47t-15 38t-40 11q-26 0 -49.5 -11t-43.5 -28v73q50 32 111 32zM170 580q36 -5 61 -27t25 -61q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-24 0 -48.5 4t-46.5 15v73q19 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 22 -13 32.5t-31.5 15t-38.5 4.5h-34v64h32t34.5 3.5t28 13.5t11.5 31q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 44 -5t39 -16.5t28 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1z" + }, + { + Name: "PowerBILogo", + Code: "EA1E", + Path: "M1771 2048q31 0 58 -12t47 -32t32 -47t12 -58v-1750q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-1622q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v726q0 31 11.5 58t32 47t47.5 32t58 12h363v363q0 31 11.5 58t32 47t47.5 32t58 12h363v363q0 31 11.5 58t32 47t47.5 32t58 12h598zM768 128v746q0 9 -6.5 15.5t-15.5 6.5h-597q-8 0 -14.5 -6.5t-6.5 -14.5v-726q0 -8 6.5 -14.5t14.5 -6.5h619zM1280 128v1259q0 8 -6.5 14.5t-14.5 6.5h-598q-8 0 -14.5 -6.5t-6.5 -14.5v-363h106q31 0 58.5 -12t47.5 -32t32 -47.5t12 -58.5v-746h384zM1792 149v1750q0 8 -6.5 14.5t-14.5 6.5h-598q-8 0 -14.5 -6.5t-6.5 -14.5v-363h107q31 0 58 -12t47 -32t32 -47t12 -58v-1259h363q8 0 14.5 6.5t6.5 14.5z" + }, + { + Name: "Info2", + Code: "EA1F", + Path: "M896 0v1536h256v-1536h-256zM896 2048h256v-256h-256v256z" + }, + { + Name: "MusicInCollectionFill", + Code: "EA36", + Path: "M1792 640q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v977l-896 -224v-1214q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v1109l1152 288v-1346z" + }, + { + Name: "List", + Code: "EA37", + Path: "M0 512v128h1280v-128h-1280zM0 1152h2048v-128h-2048v128zM1664 1664v-128h-1664v128h1664z" + }, + { + Name: "Asterisk", + Code: "EA38", + Path: "M1943 1480l-791 -456l791 -456l-64 -112l-791 457v-913h-128v913l-791 -457l-64 112l791 456l-791 456l64 112l791 -457v913h128v-913l791 457l64 -112v0z" + }, + { + Name: "ErrorBadge", + Code: "EA39", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1467 1377l-352 -353l352 -353l-90 -90l-353 352l-353 -352l-90 90l352 353l-352 353l90 90l353 -352l353 352z" + }, + { + Name: "CircleRing", + Code: "EA3A", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32z" + }, + { + Name: "CircleFill", + Code: "EA3B", + Path: "M32 1024q0 137 35.5 264t100 237t155 200.5t200.5 155t237 100t264 35.5t264 -35.5t237 -100t200.5 -155t155 -200.5t100 -237t35.5 -264t-35.5 -264t-100 -237t-155 -200.5t-200.5 -155t-237 -100t-264 -35.5t-264 35.5t-237 100t-200.5 155t-155 200.5t-100 237t-35.5 264z" + }, + { + Name: "Record2", + Code: "EA3F", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "AllAppsMirrored", + Code: "EA40", + Path: "M2048 640v384h-384v-384h384zM1920 896v-128h-128v128h128zM2048 1152v384h-384v-384h384zM1920 1408v-128h-128v128h128zM2048 1664v384h-384v-384h384zM1920 1920v-128h-128v128h128zM1408 1280v128h-1152v-128h1152zM512 896v-128h896v128h-896zM1408 1920h-1408v-128h1408v128zM2048 128v384h-384v-384h384zM1920 384v-128h-128v128h128zM1408 256v128h-1152v-128h1152z" + }, + { + Name: "BookmarksMirrored", + Code: "EA41", + Path: "M2048 1536v128h-128v-128h128zM1664 1664h-1664v-128h1664v128zM2048 384v128h-128v-128h128zM1664 384v128h-1664v-128h1664zM1152 1152v128h-1152v-128h1152zM640 768v128h-640v-128h640z" + }, + { + Name: "BulletedListMirrored", + Code: "EA42", + Path: "M2048 768v128h-128v-128h128zM2048 1152v128h-128v-128h128zM1664 1152v128h-1664v-128h1664zM2048 1536v128h-128v-128h128zM1664 1664h-1664v-128h1664v128zM1664 768v128h-1664v-128h1664zM2048 384v128h-128v-128h128zM1664 384v128h-1664v-128h1664z" + }, + { + Name: "CaretHollowMirrored", + Code: "EA45", + Path: "M1371 1755l-731 -731l731 -731v1462zM1243 1445v-842l-421 421z" + }, + { + Name: "CaretSolidMirrored", + Code: "EA46", + Path: "M1536 512l-987 987v-987h987v0z" + }, + { + Name: "ChromeBackMirrored", + Code: "EA47", + Path: "M7 1024h1656l-674 -674l144 -145l922 921l-922 922l-144 -145l674 -674h-1656v-205z" + }, + { + Name: "ClearSelectionMirrored", + Code: "EA48", + Path: "M463 1152q-69 0 -130 -26.5t-106.5 -72t-72 -107t-26.5 -130.5q0 -66 25 -127.5t73 -109.5l449 -448l90 90l-448 449q-29 29 -45 67t-16 79q0 43 16.5 80.5t45 66t66 45t80.5 16.5q41 0 79 -16t67 -45l195 -195h-165v-128h384v384h-128v-165q-47 47 -93 99t-97.5 95t-110.5 71t-132 28zM384 1280h128v128h-128v-128zM384 1536h128v128h-128v-128zM384 1792h128v128h-128v-128zM640 1792h128v128h-128v-128zM896 1792h128v128h-128v-128zM1280 1920h-128v-128h128v128zM1536 1920h-128v-128h128v128zM1792 1920h-128v-128h128v128zM2048 1920h-128v-128h128v128zM2048 1664h-128v-128h128v128zM2048 1408h-128v-128h128v128zM2048 1152h-128v-128h128v128zM2048 896h-128v-128h128v128zM2048 640h-128v-128h128v128zM2048 384h-128v-128h128v128zM1792 384h-128v-128h128v128zM1536 384h-128v-128h128v128zM1280 384h-128v-128h128v128zM1024 384h-128v-128h128v128z" + }, + { + Name: "ClosePaneMirrored", + Code: "EA49", + Path: "M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-1280v896h1280zM128 640v896h384v-896h-384zM1059 1405l-317 -317l317 -317l90 90l-162 163h421v128h-421l162 163z" + }, + { + Name: "ContactInfoMirrored", + Code: "EA4A", + Path: "M1308 971q-65 -33 -117.5 -81.5t-89.5 -108t-57 -128t-20 -141.5h128q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149h128q0 73 -20 141.5t-57 128t-89.5 108t-117.5 81.5q73 54 114.5 136t41.5 173q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149q0 -91 41.5 -173t114.5 -136zM1792 1280q0 -53 -20.5 -99.5t-55 -81t-81 -55t-99.5 -20.5q-52 0 -99 20.5t-81.5 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81.5 55t99 20.5q53 0 99.5 -20.5t81 -55t55 -81.5t20.5 -99zM0 1664v-128h896v128h-896zM896 1152h-896v-128h896v128zM896 640h-896v-128h896v128z" + }, + { + Name: "DockLeftMirrored", + Code: "EA4C", + Path: "M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-384v896h384zM128 640v896h1280v-896h-1280z" + }, + { + Name: "DoubleChevronLeftMedMirrored", + Code: "EA4D", + Path: "M903 1902l879 -878l-879 -878l121 -121l999 999l-999 999zM50 1902l878 -878l-878 -878l121 -121l999 999l-999 999z" + }, + { + Name: "GoMirrored", + Code: "EA4F", + Path: "M1027 2048h-1024v-1024h128v805l1827 -1826l90 90l-1826 1827h805v128v0z" + }, + { + Name: "HelpMirrored", + Code: "EA51", + Path: "M1024 128h-128v-128h128v128zM960 2048q-79 0 -152.5 -20.5t-137.5 -58t-117 -90.5t-90.5 -117t-58 -137.5t-20.5 -152.5q0 -84 22 -152t58 -124.5t82 -104.5t94 -93t94 -89.5t82 -94.5t58 -108t22 -130v-192h128v192q0 84 -22 152t-58 124.5t-82 104t-94 92.5t-94 90t-82 95t-58 108t-22 130q0 93 35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5h128q0 79 -20.5 152.5t-58 137.5t-90.5 117t-117 90.5t-137.5 58t-152.5 20.5z" + }, + { + Name: "ImportMirrored", + Code: "EA52", + Path: "M1497 1459l308 -309h-1543v-128h1540l-305 -305l90 -90l461 461l-461 461zM134 1536h-128v-896h128v896z" + }, + { + Name: "ImportAllMirrored", + Code: "EA53", + Path: "M1030 1152v-128l772 -1l-289 -290l90 -90l445 445l-445 445l-90 -90l292 -292zM902 1536h-896v-896h896v896zM134 1152v256h256v-256h-256zM518 1408h256v-256h-256v256zM774 1024v-256h-256v256h256zM390 768h-256v256h256v-256z" + }, + { + Name: "ListMirrored", + Code: "EA55", + Path: "M2048 512v128h-1280v-128h1280zM2048 1152h-2048v-128h2048v128zM384 1664v-128h1664v128h-1664z" + }, + { + Name: "MailForwardMirrored", + Code: "EA56", + Path: "M2048 1664h-2048v-896v-128l128 128v697l896 -449l896 449v-953h-1024v-128h1152v1280zM1024 1160l-753 376h1506zM413 675l-90 90l-317 -317l317 -317l90 90l-163 163h518v128h-518z" + }, + { + Name: "MailReplyMirrored", + Code: "EA57", + Path: "M0 1664v-1082q29 23 61 39.5t67 28.5v815l896 -449l896 449v-953h-1024v-128h1152v1280h-2048zM1024 1160l-753 376h1506zM549 512q-50 0 -110.5 2.5t-121.5 -0.5t-118 -14.5t-101.5 -40t-71 -77.5t-26.5 -126q0 -53 20.5 -99.5t55 -81t81.5 -55t99 -20.5v128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10h293l-162 -163l90 -90l317 317l-317 317l-90 -90z" + }, + { + Name: "MailReplyAllMirrored", + Code: "EA58", + Path: "M0 1664v-1082q29 23 61 39.5t67 28.5v815l896 -449l896 449v-953h-704v-128h832v1280h-2048zM1024 1160l-753 376h1506zM933 448l-226 -227l90 -90l318 317l-318 317l-90 -90zM549 512q-50 0 -110.5 2.5t-121.5 -0.5t-118 -14.5t-101.5 -40t-71 -77.5t-26.5 -126q0 -53 20.5 -99.5t55 -81t81.5 -55t99 -20.5v128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10h293l-162 -163l90 -90l317 317l-317 317l-90 -90z" + }, + { + Name: "MiniContractMirrored", + Code: "EA59", + Path: "M256 768h-128v-512h1792v1536h-768v-128h640v-768h-768v-512h-768v384zM1792 768v-384h-640v384h640zM256 1024h640v640h-128v-421l-549 549l-91 -91l549 -549h-421v-128z" + }, + { + Name: "MiniExpandMirrored", + Code: "EA5A", + Path: "M805 1024l91 91l-549 549h421v128h-640v-640h128v421zM256 896h-128v-640h1792v1536h-896v-128h768v-768h-768v-512h-768v512zM1792 768v-384h-640v384h640z" + }, + { + Name: "OpenPaneMirrored", + Code: "EA5B", + Path: "M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-1280v896h1280zM128 640v896h384v-896h-384zM768 1152v-128h421l-162 -163l90 -90l317 317l-317 317l-90 -90l162 -163h-421z" + }, + { + Name: "OpenWithMirrored", + Code: "EA5C", + Path: "M0 829l317 317l317 -317l-90 -90l-162 163v-583h-129v583l-163 -163zM253 1663h1153v129h-1153v-129zM509 383h897v129h-897v-129zM1661 1536h384v384h-384v-384zM1917 1664h-128v128h128v-128zM1661 896h384v384h-384v-384zM1917 1024h-128v128h128v-128zM1661 256h384v384h-384v-384zM1917 384h-128v128h128v-128zM637 1024h768v128h-896z" + }, + { + Name: "ParkingLocationMirrored", + Code: "EA5E", + Path: "M0 768q0 -76 41 -139t110 -94q31 -69 94 -110t139 -41q69 0 128 34t94 94h708q35 -60 94 -94t128 -34t128 34t94 94h162q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256q0 80 -30 150t-82 122t-122 82t-150 30h-37l-328 328q-27 27 -62.5 41.5t-73.5 14.5h-907v-128h29l-256 -563q-20 -45 -24.5 -82t-4.5 -80v-43zM467 1536h301v-256h-459l99 219q8 17 24.5 27t34.5 10zM1445 1280h-549v256h267q26 0 45 -19zM1536 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1536 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-384v512h768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-256h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM384 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM128 768v72q0 41 17 80l106 232h517v-512h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-42 0 -81 -13t-71 -37t-56 -57.5t-37 -73.5q-11 27 -11 53z" + }, + { + Name: "SendMirrored", + Code: "EA63", + Path: "M2030 1971l-220 -883l220 -883l-1979 883zM1693 1149l149 598l-1339 -598h1190zM1842 429l-147 592h-1180z" + }, + { + Name: "ShowResultsMirrored", + Code: "EA65", + Path: "M1664 256v128h-1664v-128h1664zM2048 1664v128h-128v-128h128zM2048 640v128h-128v-128h128zM1664 640v128h-1664v-128h1664zM1664 1792h-1664v-128h1664v128zM1664 1280v128h-1664v-128h1664z" + }, + { + Name: "ThumbnailViewMirrored", + Code: "EA67", + Path: "M2048 896h-640v-640h640v640zM1920 384h-384v384h384v-384zM2048 1792h-640v-640h640v640zM1920 1280h-384v384h384v-384zM0 1664v-128h1152v128h-1152zM384 1280h768v128h-768v-128zM1152 768h-1152v-128h1152v128zM1152 512h-768v-128h768v128z" + }, + { + Name: "Media", + Code: "EA69", + Path: "M2048 1378v-898q0 -51 -22.5 -92t-58.5 -70.5t-82 -45.5t-93 -16t-93 16t-82 45.5t-58.5 70.5t-22.5 92t22.5 92.5t58.5 70.5t82 45t93 16q66 0 128 -31v541l-640 -160v-702q0 -51 -22.5 -92t-58.5 -70.5t-82 -45.5t-93 -16t-93 16t-82 45.5t-58.5 70.5t-22.5 92t22.5 92.5t58.5 70.5t82 45t93 16q66 0 128 -31v609zM1024 256q20 0 42.5 6t41.5 18t31.5 30t12.5 42t-12.5 42t-31.5 30t-41.5 18t-42.5 6t-42.5 -6t-41.5 -18t-31.5 -30t-12.5 -42t12.5 -42t31.5 -30t41.5 -18t42.5 -6zM1792 384q20 0 42.5 6t41.5 18t31.5 30t12.5 42t-12.5 42t-31.5 30t-41.5 18t-42.5 6t-42.5 -6t-41.5 -18t-31.5 -30t-12.5 -42t12.5 -42t31.5 -30t41.5 -18t42.5 -6zM384 1408h-128v128h128v-128zM256 1280h128v-128h-128v128zM1152 1536h128v-128h-128v128zM1024 768h-1024v1152h1536v-512l-128 -32v416h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h640v-128z" + }, + { + Name: "SyncError", + Code: "EA6A", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM880 140q29 -39 62.5 -74t71.5 -65q-135 1 -264 36.5t-243.5 101t-211 157.5t-167.5 207v-247h-128v512h512v-128h-314q50 -99 122 -183t159.5 -148.5t189 -107.5t211.5 -61zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z" + }, + { + Name: "Devices3", + Code: "EA6C", + Path: "M256 1664h1664v-1024h-768v-128h256v-128h-640v128h256v128h-384v-256h-512v768h128v512zM512 512v512h-256v-512h256zM640 768h1152v768h-1408v-384h256v-384z" + }, + { + Name: "FlashOff", + Code: "EA6E", + Path: "M1472 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1016 1152l384 768h-433l-512 -1024h449l-384 -768h29l347 347v-182l-293 -293h-290l384 768h-449l640 1280h719l-384 -768h660l-256 -256h-182l128 128h-557z" + }, + { + Name: "Focus", + Code: "EA6F", + Path: "M1024 1928q125 0 240.5 -32.5t216 -91t183 -141t141 -183t91 -216t32.5 -240.5t-32.5 -240.5t-91 -216t-141 -183t-183 -141t-216 -91t-240.5 -32.5t-240.5 32.5t-216 91t-183 141t-141 183t-91 216t-32.5 240.5t32.5 240.5t91 216t141 183t183 141t216 91t240.5 32.5zM1024 248q107 0 206 28t185.5 78.5t157 121t121 157t78.5 185.5t28 206t-28 206t-78.5 185.5t-121 157t-157 121t-185.5 78.5t-206 28t-206 -28t-185.5 -78.5t-157 -121t-121 -157t-78.5 -185.5t-28 -206t28 -206t78.5 -185.5t121 -157t157 -121t185.5 -78.5t206 -28zM1304 1408q21 0 40 -8t33.5 -22.5t22.5 -33.5t8 -40v-560q0 -21 -8 -40t-22.5 -33.5t-33.5 -22.5t-40 -8h-560q-21 0 -40 8t-33.5 22.5t-22.5 33.5t-8 40v560q0 21 8 40t22.5 33.5t33.5 22.5t40 8h560zM1280 1280h-512v-512h512v512z" + }, + { + Name: "VideoLightOff", + Code: "EA74", + Path: "M1024 1088q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1664v-808q-57 62 -128 107v573h-128v-514q-31 11 -63.5 17.5t-64.5 10.5v486h-37l-219 -219v-295q-34 -11 -66 -25.5t-62 -33.5v317h-1152v-384h1064q-62 -57 -107 -128h-1085v640h1317l256 256h475z" + }, + { + Name: "Lightbulb", + Code: "EA80", + Path: "M960 2048q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -145 -55 -269t-157 -225q-83 -82 -127.5 -183t-44.5 -219v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 118 -44.5 219t-127.5 183q-102 101 -157 225t-55 269q0 97 25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1088 128q26 0 45 19t19 45v192h-384v-192q0 -26 19 -45t45 -19h256zM1155 512q13 129 66 234t143 196q83 84 127.5 183.5t44.5 218.5t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t44.5 -218.5t127.5 -183.5q90 -91 143 -196t66 -234h390z" + }, + { + Name: "StatusTriangle", + Code: "EA82", + Path: "M1472 1152l576 -1152h-1152l576 1152v0z" + }, + { + Name: "VolumeDisabled", + Code: "EA85", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM640 1280v-512h122q-8 -32 -14 -64t-9 -64h-227v768h293l384 384h91v-506q-67 -18 -128 -48v335l-294 -293h-218zM1709 723l-147 -147l147 -147l-90 -90l-147 146l-147 -146l-90 90l146 147l-146 147l90 90l147 -147l147 147z" + }, + { + Name: "Puzzle", + Code: "EA86", + Path: "M1600 1152q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h192v-512h-384v-64q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v64h-384v384h-64q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h64v384h384v64q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-64h384v-512h-192zM1600 768q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h64v256h-384v192q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-192h-384v-384h-192q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h192v-384h384v-192q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v192h384v256h-64z" + }, + { + Name: "EmojiNeutral", + Code: "EA87", + Path: "M640 640h768v-128h-768v128zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM768 1152q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "EmojiDisappointed", + Code: "EA88", + Path: "M1024 768q72 0 149 -16t147 -48.5t128 -82.5t92 -118l-115 -57q-26 51 -72 87.5t-101.5 60.5t-115.5 35t-112 11q-54 0 -113.5 -10.5t-115 -34t-101 -60.5t-71.5 -89l-115 57q34 69 91.5 119.5t127.5 82.5t147 47.5t150 15.5zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM767 1131q-47 21 -97 21q-35 0 -68.5 -10t-62 -28.5t-51 -44.5t-37.5 -58l-117 53q22 49 57 89t79 68t94.5 43.5t104.5 15.5q80 0 151 -33zM1228 1247q35 17 73.5 25t77.5 8q54 0 104.5 -15.5t94.5 -43.5t78.5 -68t57.5 -89l-117 -53q-15 32 -37.5 58t-51 44.5t-62 28.5t-68.5 10q-52 0 -98 -21z" + }, + { + Name: "HomeSolid", + Code: "EA8A", + Path: "M1024 1882l941 -941l-90 -90l-83 82v-805h-512v640h-512v-640h-512v805l-83 -82l-90 90l941 941v0z" + }, + { + Name: "Ringer", + Code: "EA8F", + Path: "M1792 512v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-768h128zM1536 512v768q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h1024zM1024 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PDF", + Code: "EA90", + Path: "M1920 384h-128v-384h-1664v384h-128v1024h128v640h1243l421 -421v-219h128v-1024zM1408 1664h165l-165 165v-165zM256 1408h1408v128h-384v384h-1024v-512zM1664 384h-1408v-256h1408v256zM1792 1280h-1664v-768h1664v768zM448 1152q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-64v-128h-128v512h192zM448 896q26 0 45 19t19 45t-19 45t-45 19h-64v-128h64zM896 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v512h128zM896 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10v-256zM1280 1152h320v-128h-192v-128h192v-128h-192v-128h-128v512z" + }, + { + Name: "HeartBroken", + Code: "EA92", + Path: "M1504 1921q113 0 212 -42.5t173 -116.5t116.5 -173t42.5 -212q0 -109 -41.5 -208.5t-117.5 -175.5l-865 -865l-865 865q-76 76 -117.5 175.5t-41.5 208.5q0 113 42.5 212t116.5 173t173 116.5t212 42.5q111 0 208.5 -40.5t176.5 -118.5q24 -23 47.5 -47t47.5 -48q24 24 47.5 48t47.5 47q79 78 176.5 118.5t208.5 40.5zM1798 1083q59 59 90 135t31 159q0 87 -32.5 162.5t-88.5 132t-131.5 89t-162.5 32.5q-84 0 -159 -31t-135 -90q-66 -65 -128.5 -131t-126.5 -132l384 -384l-302 -301l-90 90l211 211l-384 384l163 164q-26 23 -50 49t-49 50q-60 59 -134.5 90t-159.5 31q-87 0 -162.5 -32.5t-132 -89t-89 -132t-32.5 -162.5q0 -82 32 -159t90 -135l774 -774z" + }, + { + Name: "StoreLogo16", + Code: "EA96", + Path: "M1536 1536h384v-1453q0 -35 -23.5 -59t-58.5 -24h-1756q-34 0 -58 24.5t-24 58.5v1453h384v256l256 256h640l256 -256v-256zM640 1792v-256h640v256h-640zM896 256v384h-384v-384h384zM896 768v384h-384v-384h384zM1408 256v384h-384v-384h384zM1408 768v384h-384v-384h384z" + }, + { + Name: "MultiSelectMirrored", + Code: "EA98", + Path: "M1294 1664v-128h-1280v128h1280v0zM1294 1152h-1280v128h1280v-128v0zM1294 768h-1280v128h1280v-128v0zM1294 384h-1280v128h1280v-128v0zM1694 772l286 286l68 -68l-354 -354l-178 178l68 68l110 -110v0zM1694 1540l286 286l68 -68l-354 -354l-178 178l68 68l110 -110v0z" + }, + { + Name: "Broom", + Code: "EA99", + Path: "M1984 2048q26 0 45 -19t19 -45t-19 -45l-730 -730q54 -69 81.5 -150t27.5 -168q0 -103 -39 -197.5t-112 -167.5l-68 -68l-227 -454l-958 958l454 227l68 68q73 73 167.5 112t197.5 39q87 0 168 -27.5t150 -81.5l730 730q19 19 45 19zM1069 505l-564 564l-285 -142l707 -707zM1152 603q61 60 94.5 130.5t33.5 157.5q0 81 -30.5 151.5t-83.5 123.5t-123.5 83.5t-151.5 30.5q-87 0 -157.5 -33t-130.5 -95z" + }, + { + Name: "AddToShoppingList", + Code: "EA9A", + Path: "M640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM512 896h128v-128h-128v128zM768 896h768v-128h-768v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256zM384 384h896v-128h-1024v1792h1536v-1280h-128v1152h-1280v-1536z" + }, + { + Name: "Cocktails", + Code: "EA9D", + Path: "M1792 1984q0 -26 -19 -45l-749 -750v-1061h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-768q-26 0 -45 19t-19 45t19 45t45 19h320v1061l-749 750q-19 19 -19 45t19 45t45 19h1536q26 0 45 -19t19 -45zM346 1920l614 -614l613 614h-1227z" + }, + { + Name: "Wines", + Code: "EABF", + Path: "M1536 1344q0 -110 -39 -208.5t-108 -175t-162.5 -126.5t-202.5 -63v-643h192q26 0 45 -19t19 -45t-19 -45t-45 -19h-512q-26 0 -45 19t-19 45t19 45t45 19h192v643q-109 13 -202.5 63t-162.5 126.5t-108 175t-39 208.5q0 88 14.5 172.5t42.5 168.5l121 363h796l121 -363q28 -84 42.5 -168.5t14.5 -172.5zM512 1344q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5q0 76 -13.5 149t-34 144t-45.5 141.5t-49 141.5h-612l-92 -277q-24 -73 -37 -147t-13 -152z" + }, + { + Name: "Articles", + Code: "EAC1", + Path: "M1536 1280v-128h-1024v128h1024zM1280 1792v-128h-768v128h768zM1024 256v640h512v-640h-512zM1152 768v-384h256v384h-256zM1536 1536v-128h-1024v128h1024zM256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM896 384v-128h-384v128h384zM896 896v-128h-384v128h384zM896 640v-128h-384v128h384z" + }, + { + Name: "Cycling", + Code: "EAC7", + Path: "M384 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM384 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1664 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1408 960q-26 0 -45 19l-115 114l-102 -101q9 -9 21.5 -20t23 -23t18 -25t7.5 -28v-448q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v294q-27 27 -54 54.5t-55 54.5q-39 38 -61 76.5t-22 95.5q0 30 6 54t17 45t27.5 40t36.5 39l429 429q-2 8 -3 17t-1 17q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -80.5t-36.5 -70.5t-56.5 -55.5t-73 -36.5l77 -77h166q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-320zM1408 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM992 992q0 26 19 45l192 192q19 19 45 19t45 -19l141 -141h294q26 0 45 19t19 45t-19 45t-45 19h-192q-26 0 -45 19l-275 275l-403 -403q-18 -18 -31.5 -36.5t-13.5 -46.5q0 -26 12 -44t29 -35l132 -132q19 -19 19 -45v-320q0 -26 19 -45t45 -19t45 19t19 45v422l-77 77q-19 19 -19 45z" + }, + { + Name: "DietPlanNotebook", + Code: "EAC8", + Path: "M1668 1919h124v-1919h-1536v1919h126v129h128v-129h258v129h128v-129h258v129h128v-129h258v129h128v-129zM1664 128v1663h-1280v-1663h1280zM1408 1535v-128h-768v128h768zM640 382v128h768v-128h-768zM640 895v128h768v-128h-768z" + }, + { + Name: "Pill", + Code: "EACB", + Path: "M1536 1344q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45q0 27 18.5 45.5t45.5 18.5zM1152 1344q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1531 2048q107 0 201.5 -40.5t164.5 -110.5t110.5 -164.5t40.5 -201.5q0 -103 -39 -197.5t-112 -167.5l-1015 -1015q-73 -73 -167.5 -112t-197.5 -39q-107 0 -201.5 40.5t-164.5 110.5t-110.5 164.5t-40.5 201.5q0 103 39 197.5t112 167.5l1015 1015q73 73 167.5 112t197.5 39zM517 128q78 0 148 29t126 85l464 464l-549 549l-464 -464q-55 -55 -84.5 -126t-29.5 -149q0 -81 30.5 -151.5t83.5 -123t123.5 -83t151.5 -30.5zM1806 1257q55 55 84.5 125.5t29.5 148.5q0 81 -30.5 151.5t-83.5 123.5t-123.5 83.5t-151.5 30.5q-78 0 -148.5 -29.5t-125.5 -84.5l-461 -460l550 -550z" + }, + { + Name: "ExerciseTracker", + Code: "EACC", + Path: "M128 1408q42 0 67 -20t43.5 -44t36.5 -44t45 -20q48 0 85 19t68.5 47.5t61 61.5t63.5 61.5t74.5 47.5t95.5 19q36 0 70 -11.5t63 -31.5l1 -2q17 -12 32.5 -24.5t32.5 -24.5q12 12 25.5 21t31.5 9q27 0 45.5 -19.5t18.5 -45.5q0 -20 -13 -38q32 -20 64 -38.5t64 -36.5q16 17 34 33.5t43 16.5q26 0 45 -19t19 -45q0 -16 -6.5 -26t-14.5 -22q34 -17 68.5 -33t69.5 -31q16 16 33.5 32t41.5 16q26 0 45 -19t19 -45q0 -21 -12 -37q63 -26 127.5 -48t128.5 -46q34 -13 70.5 -33.5t66 -48.5t48.5 -63t19 -76v-32q0 -56 -27.5 -101t-69.5 -80.5t-92.5 -61.5t-95.5 -43q-145 -55 -300.5 -76.5t-310.5 -21.5h-128q-42 0 -75.5 10t-62.5 22t-57 22t-61 10q-27 0 -50.5 -6.5t-47.5 -18.5q-38 -19 -76.5 -29t-81.5 -10h-320q-40 0 -75 15t-61 41t-41 61t-15 75v704q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1920 800q0 16 -13.5 31.5t-32.5 29t-39.5 24t-33.5 15.5q-78 30 -155.5 57t-154.5 59l-102 -101q-19 -19 -45 -19t-45 19t-19 45q0 15 9.5 30.5t22.5 30t27.5 27.5t24.5 23q-35 16 -69 32.5t-68 33.5l-94 -94q-19 -19 -45 -19t-45 19t-19 45t19 45l66 67q-32 18 -63.5 37t-62.5 39l-106 -105q-19 -19 -45 -19t-45 19t-19 45t19 45l89 89q-24 19 -49.5 38.5t-58.5 19.5q-28 0 -53 -12t-44 -32h-1q-40 -40 -76.5 -78t-76 -68t-87 -48t-110.5 -18q-32 0 -58 9t-47.5 25t-40.5 37t-36 45q-6 8 -10 11v-511h1792v32zM512 512q33 0 60.5 10t56.5 22t62 22t77 10t81.5 -10t76.5 -29q35 -17 67.5 -22t70.5 -5q87 0 184.5 4.5t195 18t189.5 39t169 68.5h-1674v-64q0 -26 19 -45t45 -19h320z" + }, + { + Name: "HandsFree", + Code: "EAD0", + Path: "M1600 1792q40 0 75 -15t61 -41t41 -61t15 -75v-896q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-144 0 -268.5 55t-225.5 156l-472 472q-28 28 -43 65t-15 76q0 42 16 78.5t43 63.5t63.5 42.5t77.5 15.5q40 0 76 -15.5t65 -43.5l107 -106v741q0 40 15 75t41 61t61 41t75 15q37 0 71 -14q8 31 26 57t42.5 45t54.5 29.5t62 10.5t62 -10.5t54.5 -29.5t42.5 -45t26 -57q34 14 71 14q32 0 62 -10.5t54.5 -29.5t42.5 -45t26 -57q34 14 71 14zM1664 1600q0 26 -19 45t-45 19t-45 -19t-19 -45v-448q0 -26 -19 -45t-45 -19t-45 19t-19 45v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-512q0 -26 -19 -45t-45 -19t-45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-640q0 -26 -19 -45t-45 -19t-45 19t-19 45v512q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -23 -8.5 -42.5t-23 -34.5t-34.5 -23.5t-42 -8.5t-42.5 8t-36.5 24l-139 139q-21 21 -50 21t-50.5 -21t-21.5 -51q0 -29 21 -50l472 -473q84 -84 184 -128.5t219 -44.5q93 0 174.5 35.5t142 96t96 142t35.5 174.5v896z" + }, + { + Name: "Medical", + Code: "EAD4", + Path: "M1728 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-102q0 -89 -22 -173.5t-62.5 -159.5t-98 -137t-129 -107t-154.5 -70t-174 -25t-174 25t-154.5 70t-129 107t-98 137t-62.5 159.5t-22 173.5v229q-123 11 -218.5 59t-160.5 126t-99 181t-34 223v558h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-192v-430q0 -106 29.5 -192t86.5 -147t140.5 -94t191.5 -33q101 0 184 31t141.5 89t90.5 140.5t32 184.5v451h-192q-26 0 -45 19t-19 45t19 45t45 19h320v-558q0 -120 -34 -223t-99 -181t-160.5 -126t-218.5 -59v-229q0 -107 38.5 -205.5t107 -173.5t162 -120t204.5 -45t204.5 45t162 120t107 173.5t38.5 205.5v102q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "Running", + Code: "EADA", + Path: "M1792 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-320q-26 0 -45 19l-147 146l-102 -101l211 -211q19 -19 19 -45v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v229l-128 128l-147 -146q-19 -19 -45 -19h-448q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h293l80 79q-53 23 -85 71t-32 106v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -80.5t-36.5 -70.5t-56 -56t-72.5 -37l141 -140h165zM1408 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10q24 0 47 9.5t41 26t29 38t11 46.5q0 28 -9 53t-25.5 43.5t-40.5 29t-53 10.5zM1792 1024q26 0 45 19t19 45q0 32 -18 46t-46 18t-63 1.5t-68 -4t-61.5 2t-44.5 19.5l-366 365h-549v-384q0 -26 19 -45t45 -19q37 0 50.5 23.5t15.5 59.5t-2 77t-2 77t15.5 59.5t50.5 23.5h192q26 0 45 -19t19 -45t-19 -45t-45 -19h-128v-192q0 -26 -19 -45l-256 -256q-19 -19 -45 -19h-320q-26 0 -45 -19t-19 -45t19 -45t45 -19h421l174 173q19 19 45 19t45 -19l192 -192q19 -19 19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v357l-237 238q-19 19 -19 45t19 45l192 192q19 19 45 19t45 -19l174 -173h293z" + }, + { + Name: "Weights", + Code: "EADB", + Path: "M1883 1408l128 -128l-283 -282l-320 319l-677 -677l319 -320l-282 -283l-128 128l-160 -159l-192 191q-10 -9 -20.5 -21t-22 -22.5t-25 -18t-28.5 -7.5q-26 0 -45 19t-19 45q0 15 7.5 28.5t18 25t22.5 22t21 20.5l-191 192l159 160l-128 128l283 282l320 -319l677 677l-319 320l282 283l128 -128l160 159l192 -191q10 9 20.5 21t22 22.5t25 18t28.5 7.5q26 0 45 -19t19 -45q0 -15 -7.5 -28.5t-18 -25t-22.5 -22t-21 -20.5l191 -192zM549 256l-293 293l-69 -69l293 -293zM870 320l-550 550l-101 -102l549 -549zM1499 1792l293 -293l69 69l-293 293zM1829 1280l-549 549l-102 -101l550 -550z" + }, + { + Name: "Trackers", + Code: "EADF", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1024 1152h512v-128h-512v128zM1024 768h512v-128h-512v128zM1024 384h512v-128h-512v128zM851 1325l90 -90l-237 -237l-173 173l90 90l83 -83zM851 941l90 -90l-237 -237l-173 173l90 90l83 -83zM851 557l90 -90l-237 -237l-173 173l90 90l83 -83z" + }, + { + Name: "Vaccination", + Code: "EAE0", + Path: "M1955 1411l-99 99l-166 -166l99 -99l-90 -90l-99 99l-869 -870h-257l-202 -203l-272 -90l384 384v256l870 869l-99 99l90 90l99 -99l166 166l-99 99l90 90l544 -544zM677 512l832 832l-165 165l-229 -229l82 -83l-90 -90l-83 82l-102 -101l83 -83l-90 -90l-83 83l-101 -102l82 -83l-90 -90l-83 82l-128 -128v-165h165zM1600 1435l165 165l-165 165l-165 -165z" + }, + { + Name: "AddNotes", + Code: "EAE3", + Path: "M0 1792h2048v-128h-2048v128zM0 1152v128h2048v-128h-2048zM0 640v128h1280v-128h-1280zM0 128v128h1280v-128h-1280zM1790 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AllCurrency", + Code: "EAE4", + Path: "M959 1022q-48 2 -99 12t-94 31q-17 8 -27 23.5t-10 34.5q0 26 19 45t45 19q13 0 27 -6q66 -29 138 -30v219q-37 13 -71.5 32t-61 45.5t-42.5 60.5t-16 77q0 41 16.5 74t43 57.5t61 41t70.5 24.5q0 29 16 50.5t48 21.5q27 0 45.5 -18.5t18.5 -45.5q35 -2 66.5 -9.5t64.5 -16.5l-44 -120q-21 8 -43 12t-44 6v-200q34 -12 68.5 -32t62 -47t44.5 -61t17 -74q0 -44 -15 -80t-40.5 -63t-61 -45.5t-75.5 -27.5q0 -28 -17.5 -48t-46.5 -20q-25 0 -43 17t-20 41zM1086 1165q28 11 46 30.5t18 51.5q0 12 -6.5 23t-16 20.5t-20.5 17t-21 13.5v-156zM895 1585q0 -28 20.5 -46.5t42.5 -29.5v139q-3 -1 -13 -5.5t-12 -6.5q-14 -5 -26 -20t-12 -31zM1640 1234q92 -36 167 -96t128.5 -137.5t83 -169t29.5 -190.5q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100.5t-153 -65t-170 -23q-104 0 -202 33t-181 96q-84 -63 -182 -96t-203 -33q-89 0 -170.5 23t-152.5 64.5t-129.5 100t-100 130t-64.5 153t-23 170.5q0 99 29.5 190.5t83 169t128.5 137.5t167 96q-24 84 -24 173q0 88 23 170t64.5 153t100 129.5t129.5 100.5t153 65t170 23t170 -23t153 -65t129.5 -100.5t100 -129.5t64.5 -153t23 -170q0 -89 -24 -173zM1024 1920q-106 0 -199.5 -40.5t-163 -110.5t-109.5 -163t-40 -199t40 -199.5t109.5 -163t163 -110t199.5 -40.5t199.5 40.5t163 110t109.5 163t40 199.5t-40 199t-109.5 163t-163 110.5t-199.5 40.5zM640 128q106 0 199.5 40.5t163 110t109.5 163t40 199.5q0 68 -20 134q-54 -9 -108 -9q-105 0 -203.5 33t-182.5 97q-7 -4 -13 -5q-88 -26 -133.5 -91.5t-45.5 -156.5v-2h126q26 0 45 -19t19 -45q0 -31 -17 -44.5t-41 -18t-51 -3t-46 1.5q35 -59 93.5 -92.5t127.5 -33.5q29 0 54.5 6t51.5 17q13 5 26 5q26 0 45 -18.5t19 -44.5q0 -29 -22.5 -47t-54 -28.5t-64.5 -14t-55 -3.5q-61 0 -117.5 18.5t-104 51.5t-83.5 80t-57 104q-16 0 -31 3t-26.5 10t-18.5 19.5t-7 31.5q0 26 17.5 44t43.5 20q0 56 14 109.5t41 100t67.5 83.5t93.5 60q-23 29 -43.5 60t-37.5 64q-74 -29 -133.5 -77.5t-102.5 -111t-66 -136t-23 -152.5q0 -106 40 -199.5t109.5 -163t163 -110t199.5 -40.5zM1408 128q106 0 199.5 40.5t163 110t109.5 163t40 199.5q0 79 -23 152.5t-66 135.5t-103 110.5t-133 77.5q-38 -74 -93 -136t-124 -108l93 -126l140 187q19 26 51 26q27 0 46 -19t19 -46q0 -20 -13 -38l-180 -239v-105q19 0 41.5 0.5t42 -4.5t33 -18.5t13.5 -41.5t-13.5 -41.5t-33 -18.5t-42 -4.5t-41.5 0.5q0 -19 0.5 -41.5t-4.5 -42t-18.5 -33t-41.5 -13.5t-41.5 13.5t-18.5 33t-4.5 42t0.5 41.5q-19 0 -41 -0.5t-41.5 4.5t-32.5 18.5t-13 41.5t13 41.5t32.5 18.5t42 4.5t40.5 -0.5v105l-142 194l-6 -2q12 -41 17 -84t5 -85q0 -118 -40.5 -226.5t-118.5 -196.5q64 -44 136.5 -67t150.5 -23z" + }, + { + Name: "BarChart4", + Code: "EAE7", + Path: "M0 0v640h384v-640h-384zM512 0v1152h384v-1152h-384zM1536 1152h384v-1152h-384v1152zM1024 0v1664h384v-1664h-384z" + }, + { + Name: "CircleDollar", + Code: "EAED", + Path: "M1088 1064q45 -23 91 -50.5t82.5 -63t59.5 -80.5t23 -102t-19 -109t-53 -93.5t-81 -70.5t-103 -41v-134h-128v134q-72 12 -133.5 50.5t-107.5 94.5l98 82q28 -34 64 -59.5t79 -36.5v399q-45 23 -91 50.5t-82.5 63t-59.5 80.5t-23 102t19 109t53 93.5t81 70.5t103 41v134h128v-134q72 -12 133.5 -50.5t107.5 -94.5l-98 -82q-28 34 -64 59.5t-79 36.5v-399zM832 1280q0 -26 12.5 -48.5t31.5 -42t41.5 -35t42.5 -26.5v333q-29 -10 -52.5 -28t-40.5 -42t-26 -52.5t-9 -58.5zM1088 587q28 10 52 28.5t40.5 42.5t26 52t9.5 58q0 25 -12.5 48t-31.5 42.5t-41.5 35t-42.5 26.5v-333zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "CirclePlus", + Code: "EAEE", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90 -214t140 -181.5t181.5 -140t214 -90t238.5 -32zM1088 1089h448v-128h-448v-449h-128v449h-448v128h448v447h128v-447z" + }, + { + Name: "Coffee", + Code: "EAEF", + Path: "M448 1024q56 0 101.5 -25.5t81.5 -67.5t61.5 -96t42.5 -111t25 -112t8 -100t-8 -100t-25 -112t-42.5 -111t-61.5 -96t-81.5 -67.5t-101.5 -25.5q-35 0 -64 17q-29 -17 -64 -17q-56 0 -101.5 25.5t-81.5 67.5t-61.5 96t-42.5 111t-25 112t-8 100t8 100t25 112t42.5 111t61.5 96t81.5 67.5t101.5 25.5q35 0 64 -17q29 17 64 17zM127 512q0 -45 7 -91t21 -90.5t36 -86t51 -75.5q16 -19 34.5 -30t43.5 -11v768q-25 0 -43.5 -11t-34.5 -30q-29 -35 -51 -76t-36 -85.5t-21 -90.5t-7 -91zM448 128q25 0 43.5 11t34.5 30q29 34 50.5 75.5t36 86t21.5 90.5t7 91t-7 91t-21.5 90.5t-36 85.5t-50.5 76q-16 19 -34.5 30t-43.5 11v-768zM2048 448q0 -35 -17 -64q17 -29 17 -64q0 -56 -25.5 -101.5t-67.5 -81.5t-96 -61.5t-111 -42.5t-112 -25t-100 -8t-100 8t-112 25t-111 42.5t-96 61.5t-67.5 81.5t-25.5 101.5q0 35 17 64q-17 29 -17 64q0 56 25.5 101.5t67.5 81.5t96 61.5t111 42.5t112 25t100 8t100 -8t112 -25t111 -42.5t96 -61.5t67.5 -81.5t25.5 -101.5zM1536 641q-45 0 -91 -7t-90.5 -21.5t-86 -36t-75.5 -50.5q-19 -16 -30 -34.5t-11 -43.5h768q0 25 -11 43.5t-30 34.5q-35 29 -76 50.5t-85.5 36t-90.5 21.5t-91 7zM1536 127q45 0 91 7t90.5 21t85.5 36t76 51q19 16 30 34.5t11 43.5h-768q0 -25 11 -43.5t30 -34.5q34 -29 75.5 -51t86 -36t90.5 -21t91 -7zM1152 1041q-29 -17 -64 -17q-56 0 -101.5 25.5t-81.5 67.5t-61.5 96t-42.5 111t-25 112t-8 100t8 100t25 112t42.5 111t61.5 96t81.5 67.5t101.5 25.5q35 0 64 -17q29 17 64 17q56 0 101.5 -25.5t81.5 -67.5t61.5 -96t42.5 -111t25 -112t8 -100t-8 -100t-25 -112t-42.5 -111t-61.5 -96t-81.5 -67.5t-101.5 -25.5q-35 0 -64 17zM1409 1536q0 45 -7 91t-21.5 90.5t-36 85.5t-50.5 76q-16 19 -34.5 30t-43.5 11v-768q25 0 43.5 11t34.5 30q29 34 50.5 75.5t36 86t21.5 90.5t7 91zM895 1536q0 -45 7 -91t21 -90.5t36 -86t51 -75.5q16 -19 34.5 -30t43.5 -11v768q-25 0 -43.5 -11t-34.5 -30q-29 -35 -51 -76t-36 -85.5t-21 -90.5t-7 -91z" + }, + { + Name: "Cotton", + Code: "EAF3", + Path: "M1504 1655q91 -18 167 -64t131.5 -112.5t86.5 -150t31 -176.5q0 -101 -37.5 -191.5t-102.5 -160t-153 -112t-189 -47.5q-71 -106 -178.5 -173t-235.5 -81v-387h-128v387q-128 14 -235.5 81t-178.5 173q-101 5 -189 47.5t-153 112t-102.5 160t-37.5 191.5q0 93 31 176.5t86.5 150t131.5 112.5t167 64q29 88 83 160t125.5 124t157 80.5t178.5 28.5t178.5 -28.5t157 -80.5t125.5 -124t83 -160zM1408 768q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-2 0 -3 -0.5t-3 -0.5q-12 82 -51 152.5t-98 122.5t-134 81t-159 29t-159 -29t-134 -81t-98 -122.5t-51 -152.5q-2 0 -3 0.5t-3 0.5q-80 -1 -150 -31t-122 -81.5t-82 -121.5t-30 -150t30 -149.5t82.5 -122t122 -82.5t149.5 -30h45q24 -51 59 -93.5t79 -75t94.5 -53.5t106.5 -29v129q-56 12 -103 41t-81 70.5t-53 93.5t-19 109h128q0 -30 9 -58.5t26 -52.5t40.5 -42t52.5 -28v373h128v-373q29 10 52.5 28t40.5 42t26 52.5t9 58.5h128q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-129q55 8 106 29t95 53.5t79 75t59 93.5h45z" + }, + { + Name: "Currency", + Code: "EAF5", + Path: "M512 1128q64 -32 132.5 -71t124 -89.5t91.5 -115t36 -148.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-133h-128v132q-109 13 -204.5 69.5t-164.5 141.5l98 82q52 -63 121 -106.5t150 -57.5v659q-43 21 -88 45.5t-88 53t-80.5 62t-66 73.5t-45 87t-16.5 103q0 83 29 158.5t80 135t121.5 99t153.5 50.5v133h128v-132q109 -13 204.5 -69.5t164.5 -141.5l-98 -82q-52 63 -121 106.5t-150 57.5v-659zM128 1472q0 -51 25 -93.5t62.5 -78t82.5 -62.5t86 -46v594q-56 -12 -103 -41t-81 -70.5t-53 -93.5t-19 -109zM512 390q56 12 103 41t81 70.5t53 93.5t19 109q0 51 -25 94t-62.5 78t-83 62t-85.5 46v-594zM2033 407q-57 -69 -135.5 -110t-169.5 -41q-83 0 -153 28t-128.5 75.5t-105 110.5t-81.5 134t-58 146t-35 146h-143v128h130q-1 16 -1.5 32t-0.5 32t0.5 32t1.5 32h-130v128h143q12 71 35 146t58 146t81.5 134t105 110.5t128.5 75.5t153 28q92 0 169.5 -41t135.5 -110l-98 -82q-38 47 -91.5 76t-115.5 29q-63 0 -116.5 -23.5t-98.5 -62.5t-80.5 -91t-62.5 -108.5t-45 -115t-28 -111.5h239v-128h-254q-1 -16 -1.5 -32t-0.5 -32t0.5 -32t1.5 -32h254v-128h-239q10 -53 28 -111.5t45 -115t62.5 -108.5t80.5 -91t98.5 -62.5t116.5 -23.5q62 0 115.5 29t91.5 76z" + }, + { + Name: "Market", + Code: "EAFC", + Path: "M2048 1664v-640h-62h-66v421l-768 -768l-384 384l-675 -674l-90 90l765 766l384 -384l677 677h-421v128h640z" + }, + { + Name: "Money", + Code: "EAFD", + Path: "M2048 1664v-1280h-1920v256h-128v1152h1792v-128h256zM1536 1664q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10v128h-128zM128 1536q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-128v-128zM128 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h1024q0 53 20 99.5t55 81.5t81.5 55t99.5 20v384q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5h-1024q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v-384zM1664 896q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h128v128zM128 768h128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v-128zM1920 1536h-128v-896h-1536v-128h1664v1024zM448 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1344 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM896 896q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM768 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128z" + }, + { + Name: "PieDouble", + Code: "EB04", + Path: "M1024 1920q58 0 113.5 -3t109.5 -11.5t107.5 -23t107.5 -37.5q133 -57 241.5 -148t185 -206.5t118 -250.5t41.5 -280q0 -133 -34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34q-195 0 -368 72t-311 209l-45 45l660 661v933zM1088 128q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221q0 108 -27 209.5t-76 191t-119 165t-155 131.5t-184 90.5t-207 42.5v-857l-605 -605q114 -98 252.5 -149t288.5 -51zM896 1152h-896q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32v-896zM768 1910q-121 -21 -226.5 -76.5t-188.5 -138.5t-138.5 -188.5t-76.5 -226.5h630v630zM864 1024l-624 -624q-118 128 -179 289t-61 335h864zM138 896q13 -81 41 -157.5t73 -145.5l303 303h-417z" + }, + { + Name: "PieSingle", + Code: "EB05", + Path: "M1152 2048q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5h-896v896zM1280 1280h630q-21 121 -76.5 226.5t-138.5 188.5t-188.5 138.5t-226.5 76.5v-630zM1024 1024h896q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896zM896 896v894q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q108 0 209.5 27t191 76t165 119t131.5 155t90.5 184t42.5 207h-894z" + }, + { + Name: "Rate", + Code: "EB07", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1408 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM896 1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM640 1152q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1351 1536l-512 -1024h-142l512 1024h142z" + }, + { + Name: "RemoveFilter", + Code: "EB08", + Path: "M128 1920h1792v-1792h-1792v1792zM1792 256v1536h-1536v-1536h1536zM621 531l-90 90l402 403l-402 403l90 90l403 -402l403 402l90 -90l-402 -403l402 -403l-90 -90l-403 402z" + }, + { + Name: "Savings", + Code: "EB0B", + Path: "M576 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1678 1604q84 -39 152.5 -99.5t117 -136.5t74.5 -163.5t26 -180.5q0 -79 -18 -154t-51 -144t-80.5 -130t-106.5 -113v-163q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-128q-30 0 -58.5 9t-52.5 26t-42 40.5t-28 52.5h-278q-10 -29 -28 -52.5t-42 -40.5t-52.5 -26t-58.5 -9h-128q-40 0 -75 15t-61 41t-41 61t-15 75v80q-68 18 -128.5 53t-108.5 84t-82.5 109t-50.5 129q-32 8 -58 26t-44.5 42.5t-29 54.5t-10.5 62v128q0 34 11.5 65.5t32.5 57t49.5 43t62.5 23.5q74 104 162 194t194 162v358l399 -199h123q14 56 45 103t74 81t96 53t111 19q69 0 130.5 -26.5t107 -72t72 -107t26.5 -130.5q0 -56 -18 -108zM1360 1920q-43 0 -81 -16.5t-66 -44.5t-44.5 -66t-16.5 -81q0 -35 10 -65l342 -85q30 29 47 68.5t17 81.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5zM1664 542q57 46 104 99t81 113t52.5 127t18.5 143t-22 147.5t-62 132.5t-96.5 109.5t-125.5 79.5q-17 -21 -37.5 -38.5t-43.5 -31.5l-462 115q-15 31 -27 61t-17 65h-146l-241 120v-218q-70 -47 -126 -91.5t-104 -93t-92.5 -104t-91.5 -125.5q-17 0 -34.5 -1.5t-31.5 -7.5t-23 -19t-9 -36v-128q0 -26 19 -45t45 -19h64q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30v-192q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v64h512q0 -18 -0.5 -40.5t4.5 -42t18.5 -32.5t41.5 -13h128q26 0 45 19t19 45v222z" + }, + { + Name: "Sell", + Code: "EB0C", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 1133l90 -90l-620 -622l-622 622l90 90l468 -467l-1 998h128l1 -997z" + }, + { + Name: "StockDown", + Code: "EB0F", + Path: "M384 1664h1280l-640 -1280l-640 1280v0z" + }, + { + Name: "StockUp", + Code: "EB11", + Path: "M1024 1664l640 -1280h-1280l640 1280v0z" + }, + { + Name: "MSNVolume", + Code: "EB15", + Path: "M0 640v128h512v-128h-512zM0 896v128h512v-128h-512zM0 384v128h512v-128h-512zM0 128v128h512v-128h-512zM768 1920v128h512v-128h-512zM768 1664v128h512v-128h-512zM768 1408v128h512v-128h-512zM768 1152v128h512v-128h-512zM768 896v128h512v-128h-512zM768 640v128h512v-128h-512zM768 384v128h512v-128h-512zM768 128v128h512v-128h-512zM1536 1536h512v-128h-512v128zM1536 1152v128h512v-128h-512zM1536 896v128h512v-128h-512zM1536 640v128h512v-128h-512zM1536 384v128h512v-128h-512zM1536 128v128h512v-128h-512z" + }, + { + Name: "Lamp", + Code: "EB19", + Path: "M1024 128h384v-128h-896v128h384v1024h-665l299 896h860l299 -896h-409v-192q0 -26 -19 -45t-45 -19t-45 19t-19 45v192h-128v-1024zM409 1280h1102l-213 640h-676z" + }, + { + Name: "Source", + Code: "EB1B", + Path: "M1151 1407v-127h-895v127h895zM1151 895v-127h-895v127h895zM1407 1663h641v-1407h-1409v256h-639v1407h1407v-256zM127 1792v-129h1153v129h-1153zM127 639h1153v897h-1153v-897zM1919 383v897h-512v-129h385v-127h-385v-129h385v-127h-385v-129h385v-127h-1024v-129h1151zM1919 1407v129h-512v-129h512zM1151 1151v-127h-895v127h895z" + }, + { + Name: "MSNVideos", + Code: "EB1C", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90 -214t140 -181.5t181.5 -140t214 -90t238.5 -32zM768 1536l768 -509l-768 -515v1024zM896 752l409 274l-409 272v-546z" + }, + { + Name: "Cricket", + Code: "EB1E", + Path: "M1280 640q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1280 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1984 2048q26 0 45 -19t19 -45t-19 -45l-546 -547q26 -39 39.5 -84t13.5 -92v-27l-1189 -1189l-347 347l1189 1189q58 0 105.5 -10.5t97.5 -42.5l547 546q19 19 45 19zM1406 1241q-4 32 -18.5 60.5t-36 50t-50 36t-60.5 18.5l-1060 -1059l166 -166z" + }, + { + Name: "Golf", + Code: "EB1F", + Path: "M960 2048q97 0 187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187t-25 -187t-71 -168t-110.5 -142.5t-142.5 -110.5t-168 -71t-187 -25t-187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25zM960 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1088 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM832 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1088 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1344 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM832 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1309 455l-285 -142v-313h-128v313l-285 142l58 114l291 -145l291 145z" + }, + { + Name: "Baseball", + Code: "EB20", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM384 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM640 1472q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM896 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1152 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 1472q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1664 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 704q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1152 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM896 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM640 704q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM384 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "Soccer", + Code: "EB21", + Path: "M1261 704h-474l-147 451l384 279l384 -279zM1257 1107l-233 169l-233 -169l89 -275h288zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1911 1153q-22 151 -94 288l-135 20l-35 -235l167 -169zM1175 1907q-38 7 -75.5 10t-75.5 3t-75.5 -3t-75.5 -10l-61 -122l212 -106l212 106zM231 1441q-72 -137 -94 -288l97 -96l167 169l-35 235zM383 399q107 -110 245 -178l120 62l-109 211l-234 39zM788 160q117 -32 236 -32t236 32l-133 69l198 381l423 70l25 -147q66 101 103 214.5t43 234.5l-107 -106l-301 306l64 425l148 -22q-75 94 -172.5 164.5t-209.5 112.5l67 -134l-384 -192l-384 192l67 134q-112 -42 -209.5 -112.5t-172.5 -164.5l148 22l64 -425l-301 -306l-107 106q6 -121 43 -234.5t103 -214.5l25 147l423 -70l198 -381zM1420 221q138 68 245 178l-22 134l-234 -39l-109 -211z" + }, + { + Name: "MoreSports", + Code: "EB22", + Path: "M621 877l256 -256l-90 -90l-256 256zM1216 2048q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5q0 -146 -48 -279t-134.5 -241t-205.5 -184t-261 -108q9 -74 9 -148q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-159 0 -306.5 41t-275.5 116t-233 180t-180 233t-116 275.5t-41 306.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20q74 0 148 -9q32 142 108 261t184 205.5t241 134.5t279 48zM1570 1479q48 -35 105 -53t117 -18q50 0 98 12q-20 68 -54 130t-79 116zM1666 1757q-54 45 -116 79t-130 54q-12 -48 -12 -98q0 -60 18 -117t53 -105zM1295 1915q-20 3 -39.5 4t-39.5 1q-124 0 -239.5 -42.5t-210.5 -121.5l450 -450l172 172q-53 67 -80.5 147.5t-27.5 166.5q0 63 15 123zM675 1666q-53 -63 -90 -136.5t-55 -154.5q137 -32 263 -99t231 -161l102 101zM1152 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 141 -36.5 272t-103.5 244.5t-160.5 207t-207 160.5t-244.5 103.5t-272 36.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5zM1115 1024q94 -105 161 -231t99 -263q81 18 154.5 55t136.5 90l-450 451zM1756 766q79 95 121.5 210.5t42.5 239.5q0 20 -1 39.5t-4 39.5q-60 -15 -123 -15q-86 0 -166.5 27.5t-147.5 80.5l-172 -172z" + }, + { + Name: "AutoRacing", + Code: "EB24", + Path: "M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1600 1376q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5l-91 91q81 81 125 185t44 219q0 124 -52 239zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5z" + }, + { + Name: "CollegeHoops", + Code: "EB25", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM1411 1024q10 -128 59.5 -246t134.5 -215q81 98 127.5 216t57.5 245h-379zM1790 1152q-11 127 -57.5 245t-127.5 216q-85 -97 -134.5 -215t-59.5 -246h379zM1516 1706q-103 93 -228.5 147t-263.5 65v-766h258q11 155 70.5 297t163.5 257zM896 1918q-138 -11 -263.5 -65t-228.5 -147q104 -115 163.5 -257t70.5 -297h258v766zM315 563q85 97 134.5 215t59.5 246h-379q11 -127 57.5 -245t127.5 -216zM509 1152q-10 128 -59.5 246t-134.5 215q-81 -98 -127.5 -216t-57.5 -245h379zM404 470q103 -93 228.5 -147t263.5 -65v766h-258q-11 -155 -70.5 -297t-163.5 -257zM1024 258q138 11 263.5 65t228.5 147q-104 115 -163.5 257t-70.5 297h-258v-766z" + }, + { + Name: "CollegeFootball", + Code: "EB26", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1920 1536q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-68 0 -135 -6.5t-133 -19.5l626 -626q13 66 19.5 133t6.5 135zM128 512q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q68 0 135 6.5t133 19.5l-626 626q-13 -66 -19.5 -133t-6.5 -135zM925 190q167 51 314.5 140.5t268 210t210 268t140.5 314.5l-735 735q-167 -51 -314.5 -140.5t-268 -210t-210 -268t-140.5 -314.5zM1235 1325l90 -90l-512 -512l-90 90z" + }, + { + Name: "ProFootball", + Code: "EB27", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1261 1453l192 -192l-90 -90l-51 50l-101 -101l50 -51l-90 -90l-51 51l-102 -102l51 -51l-90 -90l-51 50l-101 -101l50 -51l-90 -90l-192 192l90 90l51 -50l101 101l-50 51l90 90l51 -51l102 102l-51 51l90 90l51 -50l101 101l-50 51z" + }, + { + Name: "ProHockey", + Code: "EB28", + Path: "M1324 2048q78 0 149.5 -23t127.5 -79l345 -345q56 -56 79 -127.5t23 -149.5q0 -104 -34 -216t-95 -224.5t-144 -222t-181 -207.5t-207.5 -181t-222 -144t-224.5 -95t-216 -34q-77 0 -149 23t-128 79l-345 345q-56 56 -79 127.5t-23 149.5q0 104 34 216t94.5 225t144 222t181.5 207t207 181.5t222 144t225 94.5t216 34zM128 721q0 -121 65.5 -184t185.5 -63q90 0 189.5 31.5t200.5 87.5t200 132t188.5 165.5t165.5 188.5t132 200t87.5 200.5t31.5 189.5q0 121 -64 186t-185 65q-91 0 -190.5 -31.5t-201 -87.5t-200.5 -132.5t-188.5 -166t-165.5 -189t-132 -200.5t-87.5 -201t-31.5 -191zM721 128q91 0 191 31.5t201.5 87.5t201 132t189 165.5t165.5 189t132 201t87.5 201.5t31.5 191q0 51 -14.5 98.5t-50.5 84.5l-152 153q-2 -103 -36.5 -214.5t-95 -223t-143.5 -219.5t-180.5 -205.5t-205.5 -180.5t-219.5 -143.5t-223 -95.5t-214.5 -36l153 -152q37 -36 84.5 -50.5t98.5 -14.5z" + }, + { + Name: "Rugby", + Code: "EB2D", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1536 1920q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -60 18 -117t53 -105l1559 1559q-48 35 -105 53t-117 18zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 60 -18 117t-53 105l-1559 -1559q48 -35 105 -53t117 -18z" + }, + { + Name: "SubstitutionsIn", + Code: "EB31", + Path: "M1045 2048l875 -1278h-512v-770h-770v770h-510zM1280 898h397l-635 927l-665 -927h389v-770h514v770z" + }, + { + Name: "Tennis", + Code: "EB33", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 1920q-123 0 -237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -65 9 -128q122 2 219.5 49t173.5 123t131.5 174t94.5 203q24 66 54.5 130.5t67.5 125t81.5 116t97.5 102.5q-8 1 -16.5 1h-16.5zM165 769q32 -108 90 -204t136 -174t174 -136t204 -90q8 140 62.5 252t141 199t197.5 151t233 109q66 24 138 60t139 82.5t123 102.5t90 121q-30 120 -90.5 225t-145.5 190t-190 145.5t-225 90.5q-65 -34 -121 -90t-102.5 -123t-82.5 -139t-60 -138q-45 -122 -109 -233t-151 -197.5t-199 -141t-252 -62.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238v16.5t-1 16.5q-47 -53 -102.5 -97.5t-116 -81.5t-125 -67.5t-130.5 -54.5q-105 -39 -203 -94.5t-174 -131.5t-123 -173.5t-49 -219.5q63 -9 128 -9z" + }, + { + Name: "Arrivals", + Code: "EB34", + Path: "M1920 832q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1600l-128 512h384l32 -128h256l-160 640h320l320 -640h576q40 0 75 -15t61 -41t41 -61t15 -75zM228 768h1500q26 0 45 19t19 45t-19 45t-45 19h-655q-78 162 -158.5 320.5t-161.5 319.5h-77q40 -161 79.5 -320t80.5 -320h-520l-16 64l-16 64h-120zM2048 384v-128h-1408v128h1408z" + }, + { + Name: "SecurityCamera", + Code: "EB35", + Path: "M1833 1123l-71 18l-234 -469l-632 158v-702h-896v128h768v606l-128 32v-510h-640v128h512v414l-462 115q57 224 112 446t111 446l1747 -437zM366 1777l-36 -146l1413 -354l-13 -54l13 54l21 -5l70 139zM1635 1172l-1336 334l-93 -371l1253 -314z" + }, + { + Name: "Design", + Code: "EB3C", + Path: "M1280 1920h768v-1920h-2048v2011l1280 -1280v1189zM128 128h1573l-1573 1573v-1573zM1755 256l128 -128h37v1664h-512v-128h256v-128h-256v-128h256v-128h-256v-128h384v-128h-384v-128h256v-128h-256v-128h256v-128h-165l128 -128h165v-128h-37zM384 987l603 -603h-603v603zM512 677v-165h165z" + }, + { + Name: "Website", + Code: "EB41", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1621 1008l48 144h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74zM1157 1152h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74l48 -144zM645 1152h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74l48 -144z" + }, + { + Name: "Drop", + Code: "EB42", + Path: "M1606 882q58 -114 58 -242q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 127 56 241l579 1167z" + }, + { + Name: "HistoricalWeather", + Code: "EB43", + Path: "M128 384h1920v-128h-2048v1536h128v-441l525 263l340 -340l459 -115l487 486l90 -90l-537 -538l-565 141l-300 300l-499 -249v-297l520 115l519 -259h354l434 217l58 -114l-462 -231h-414l-505 253l-504 -112v-397v0z" + }, + { + Name: "SkiResorts", + Code: "EB45", + Path: "M1472 1408l574 -1152h-2046l768 1536l447 -897zM1472 1121l-185 -369l47 -95l111 111h203zM898 1245l-130 260l-130 -260l130 -130zM207 384h1121l-370 740l-190 -191l-191 191zM1470 384h369l-127 256h-213l-104 -104z" + }, + { + Name: "Snowflake", + Code: "EB46", + Path: "M1871 772l33 -124l-200 -53l53 -201l-124 -33l-63 237l-546 315v-631l173 -173l-90 -90l-147 146l-147 -146l-90 90l173 173v631l-546 -315l-63 -237l-124 33l53 201l-200 53l33 124l237 -63l546 315l-546 315l-237 -63l-33 124l200 53l-53 201l124 33l63 -237l546 -315v631l-173 173l90 90l147 -146l147 146l90 -90l-173 -173v-631l546 315l63 237l124 -33l-53 -201l200 -53l-33 -124l-237 63l-546 -315l546 -315l237 63v0z" + }, + { + Name: "BusSolid", + Code: "EB47", + Path: "M1920 1408v-256h-128v-960v-64q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64v960h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1280q40 0 75 -15t61 -41t41 -61t15 -75v-320h128zM256 896h640v512h-640v-512zM512 576q0 26 -19 45t-45 19t-45 -19t-19 -45v-64h128v64zM1664 384h-1408v-128h1408v128zM1536 512v64q0 26 -19 45t-45 19t-45 -19t-19 -45v-64h128zM1664 1408h-640v-512h640v512z" + }, + { + Name: "FerrySolid", + Code: "EB48", + Path: "M1768 256h152v-128h-216q-12 -24 -29 -47t-38 -41t-46 -29t-55 -11q-41 0 -71 9.5t-53.5 23.5t-42 30.5t-37 30.5t-38.5 23.5t-46 9.5t-46 -9.5t-38 -23t-36.5 -30t-41.5 -30t-53.5 -23t-72.5 -9.5t-72.5 9.5t-53.5 23t-41.5 30t-36.5 30t-38 23t-46 9.5t-46 -9.5t-38.5 -23.5t-37 -30.5t-42 -30.5t-53.5 -23.5t-71 -9.5q-31 0 -56 10.5t-45.5 28.5t-37 41t-29.5 48l-2 3l-214 -3v128h152l-152 305v157l256 85v477h152l128 256h232v256h384v-256h232l128 -256h152v-477l256 -85v-157zM896 1536h128v128h-128v-128zM1536 846v306h-1152v-306l576 192z" + }, + { + Name: "EndPointSolid", + Code: "EB4B", + Path: "M256 0v2048h768v-1024h-640v-1024h-128zM1152 1792h768v-1024h-768v1024z" + }, + { + Name: "AirplaneSolid", + Code: "EB4C", + Path: "M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-544l-384 -768h-266l256 768h-662l-67 -128h-189l108 320l-108 320h189l67 -128h662l-256 768h266l384 -768h544z" + }, + { + Name: "TrainSolid", + Code: "EB4D", + Path: "M1882 0h-181l-256 256h-843l-256 -256h-181l259 258q-36 4 -67 21t-53.5 42.5t-35 58t-12.5 68.5v1408q0 40 15 75t41 61t61 41t75 15h1152q40 0 75 -15t61 -41t41 -61t15 -75v-1408q0 -36 -13 -68.5t-35.5 -58t-53 -42.5t-66.5 -21zM768 1664h512v128h-512v-128zM1664 896v512h-1280v-512h1280zM576 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1472 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "Heart", + Code: "EB51", + Path: "M1504 1920q113 0 212 -43t173 -116.5t116.5 -173t42.5 -211.5q0 -109 -41.5 -209t-117.5 -176l-865 -864l-865 864q-76 76 -117.5 176t-41.5 209q0 112 42.5 211.5t116.5 173t173 116.5t212 43q83 0 148 -19t120.5 -52.5t106 -80.5t105.5 -103q55 56 105.5 103t106 80.5t120.5 52.5t148 19zM1798 1082q59 59 90 135t31 159q0 87 -32 162.5t-88.5 131t-132 87t-162.5 31.5q-84 0 -149 -26.5t-120 -69.5t-105.5 -97.5t-105.5 -110.5q-54 54 -105 109t-106.5 99t-121 72t-147.5 28q-86 0 -162 -32.5t-132.5 -89t-89 -132.5t-32.5 -162q0 -83 31.5 -159t90.5 -135l774 -774z" + }, + { + Name: "HeartFill", + Code: "EB52", + Path: "M1889 1761q53 -53 88.5 -116t53 -131t17.5 -138.5t-17.5 -138t-53 -130.5t-88.5 -116l-865 -864l-865 864q-53 53 -88.5 116t-53 130.5t-17.5 138t17.5 138.5t53 131t88.5 116q78 77 177 118t208 41t208 -41t177 -118l95 -96l95 96q78 77 177 118t208 41t208 -41t177 -118z" + }, + { + Name: "Ticket", + Code: "EB54", + Path: "M2048 1152q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-512h-2048v512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10v512h2048v-512zM1920 1536h-1792v-290q60 -35 94 -94t34 -128t-34 -128t-94 -94v-290h1792v290q-60 35 -94 94t-34 128t34 128t94 94v290z" + }, + { + Name: "WifiWarning4", + Code: "EB63", + Path: "M576 1152l576 -1152h-1152zM971 112l-395 790l-395 -790h790zM512 640h128v-320h-128v320zM512 256h128v-128h-128v128zM1728 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM763 1135q109 126 241 224t280 166t308.5 103.5t327.5 35.5v-128q-160 0 -313.5 -35.5t-293.5 -102.5t-264 -165t-224 -222zM954 754q80 123 186 220.5t230.5 165.5t263.5 104t286 36v-128q-141 0 -273.5 -37t-248.5 -106.5t-212.5 -168t-163.5 -221.5zM1175 312q32 128 102.5 235.5t169.5 185t220 120.5t253 43v-128q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-13z" + }, + { + Name: "Devices4", + Code: "EB66", + Path: "M2048 384h-256v-256h-896v256h-256v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h128v384h640v256h-1152v-640h162q-34 -60 -34 -128h-165l-211 -211q-8 -8 -8 -19t7.5 -18.5t18.5 -7.5h358v-128h-358q-32 0 -60 12t-49 33t-33 49t-12 60q0 31 11.5 59.5t33.5 50.5l211 211v805h1408v-384h128v-384h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640zM1024 1152h640v256h-640v-256zM1664 512h-640v-256h640v256zM1920 1024h-1152v-512h128v128h896v-128h128v512zM960 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "NUIFace", + Code: "EB68", + Path: "M1019 473q-101 0 -199.5 26t-187 74.5t-163.5 117.5t-127 156q-17 26 -17 56q0 21 8 40t22.5 33t33 22t39.5 8q28 0 50 -13t38 -36q94 -136 220.5 -207t295.5 -71q160 0 286.5 74.5t215.5 203.5q15 22 35.5 35.5t48.5 13.5q45 0 76 -28t31 -75q0 -15 -4 -27.5t-12 -25.5q-24 -44 -57.5 -82t-69.5 -73q-115 -109 -260 -165.5t-303 -56.5zM815 1469q0 -33 -13 -63t-35 -52.5t-51.5 -35.5t-63.5 -13t-63.5 13t-51.5 35t-35 51.5t-13 63.5t12.5 64t34.5 52.5t51.5 35.5t63.5 13t63.5 -13t52 -35.5t35.5 -52t13 -63.5zM1235 1469q0 34 13 64t35 52t52 35t64 13t63.5 -13t51.5 -35.5t34.5 -52t12.5 -63.5t-13 -63.5t-35 -52t-51.5 -35.5t-63.5 -13t-63.5 13t-51.5 35.5t-35 52t-13 63.5z" + }, + { + Name: "AzureIcon", + Code: "EB6A", + Path: "M1197 1705l851 -1475h-1581l968 171l-497 592zM1129 1818l-659 -1414h-470l521 903z" + }, + { + Name: "BingLogo", + Code: "EB6B", + Path: "M1779 734q0 -106 -38 -203t-110 -174l22 27q-23 -32 -57 -60.5t-72.5 -54t-78 -48t-72.5 -42.5q-53 -32 -103.5 -64t-103 -57.5t-109 -41.5t-121.5 -16q-106 0 -199.5 37.5t-166.5 103t-121 154.5t-61 193q-2 11 -3 23t-1 23v1432q0 34 24 58t58 24q14 0 24.5 -3.5t21.5 -10.5q65 -41 128 -83t127 -84l-2 1q1 0 2 -1q51 -36 79 -88t28 -115v-1272l-1 -1l1 1v2q148 85 293 172t292 174q11 7 22.5 13.5t23.5 13.5q-60 25 -123.5 42t-123.5 42q-35 15 -56 40.5t-35.5 56.5t-25 65t-24.5 65q-4 9 -12.5 29.5t-18.5 45.5t-20.5 52.5t-19.5 52.5t-14.5 44.5t-5.5 28.5q0 32 21.5 54.5t54.5 22.5q16 0 31 -6q28 -12 55.5 -26t54.5 -28q34 -17 84.5 -42.5t102 -54t98 -57.5t73.5 -53q86 -78 132 -184.5t46 -222.5z" + }, + { + Name: "MSNLogo", + Code: "EB6C", + Path: "M1260 1350q0 -149 -23.5 -293.5t-70.5 -287.5q-23 -71 -44.5 -140t-46 -134.5t-54.5 -126.5t-70 -116t-93 -104.5t-124 -90.5q-45 -26 -94 -41.5t-101 -15.5q-56 0 -97 18.5t-68 51.5t-40.5 77.5t-13.5 97.5q0 67 26 139t68 139t96 123t110 91q7 4 13 6.5t14 2.5q5 0 22 -6.5t39.5 -17t48.5 -23t49.5 -24t42.5 -21t28 -13.5q14 -6 27.5 -9.5t27.5 -8.5l4 8l-52 40t-51 42q-136 117 -222 257t-122 316q-13 65 -22.5 130t-9.5 131q0 14 0.5 27.5t1.5 27.5q3 47 14 98.5t30 101t46.5 94t64.5 78.5t83 54t102 20q45 0 88 -13.5t82 -36.5q72 -42 125.5 -110t89.5 -148.5t54.5 -167.5t20.5 -166q1 -14 1 -28v-28zM1763 1462q22 0 36 -10t21.5 -25t10.5 -34t3 -37q0 -81 -32 -168.5t-80.5 -172.5t-105 -162t-104.5 -138q-35 -44 -76 -78.5t-95 -52.5l3 -7h90q-10 -68 -22.5 -128.5t-33.5 -117t-53.5 -109t-81.5 -103.5q-9 -9 -22 -20t-27.5 -20.5t-30 -16t-28.5 -6.5q-22 0 -36 12.5t-21.5 31t-10.5 39.5t-3 38q0 35 14.5 92t37.5 125.5t51.5 142t56.5 142t52.5 126.5t39.5 94q45 106 97 208.5t126 190.5q29 34 62.5 65.5t67.5 60.5q17 14 44.5 26t49.5 12z" + }, + { + Name: "OutlookLogoInverse", + Code: "EB6D", + Path: "M672 1021q0 -39 -9 -74.5t-28 -63.5t-50 -44.5t-74 -16.5q-42 0 -72 17.5t-49 46t-28 64.5t-9 73q0 38 9 74.5t28.5 65t50.5 46t74 17.5q44 0 74 -18t48.5 -47t26.5 -65.5t8 -74.5zM2048 1024v-800q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v288h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h555v294q0 38 26 64t64 26h1100q38 0 64 -26t26 -64v-38v-670l106 -61h1q9 -6 15 -16t6 -21zM1536 1728v-256h256v256h-256zM1536 1344v-256h256v256h-256zM1536 960v-156l260 156h-260zM1088 1728v-256h320v256h-320zM1088 1344v-256h320v256h-320zM1088 960v-173l206 -128l114 68v233h-320zM768 1728v-192h171q5 0 10.5 -1t10.5 -3v196h-192zM510 684q77 0 137 26.5t101 73t62.5 109.5t21.5 137q0 71 -21 132t-61 106t-98 70.5t-132 25.5q-79 0 -140 -25.5t-103 -72t-63.5 -110.5t-21.5 -140q0 -72 22 -133t63 -105t100 -69t133 -25zM640 256h1057l-673 420v-79q0 -35 -25 -60t-60 -25h-299v-256zM1920 267v618l-504 -302z" + }, + { + Name: "OfficeLogo", + Code: "EB6E", + Path: "M1792 1643v-1238q0 -65 -38 -115.5t-101 -68.5l-555 -159q-11 -3 -23.5 -4.5t-23.5 -1.5q-32 0 -58 8.5t-53 23.5l-363 205q-20 11 -31.5 29.5t-11.5 41.5q0 35 24.5 59.5t59.5 24.5h470v1142l-353 -126q-43 -15 -69 -53t-26 -83v-651q0 -40 -20 -73.5t-55 -52.5l-167 -91q-23 -12 -46 -12q-40 0 -68 28t-28 68v917q0 50 26.5 96t70.5 71l596 339q20 11 43 17t46 6q17 0 30.5 -2.5t29.5 -7.5l555 -153q31 -9 56.5 -26.5t44 -42t28.5 -54t10 -61.5zM1664 405v1238q0 22 -13 38.5t-34 22.5l-273 75q-32 9 -64 18.5t-64 17.5v-1586l401 115q21 6 34 22.5t13 38.5z" + }, + { + Name: "SkypeLogo", + Code: "EB6F", + Path: "M1894 897q35 -63 53.5 -132.5t18.5 -141.5q0 -116 -44 -218t-120 -177.5t-178 -119.5t-218 -44q-75 0 -147.5 20t-137.5 58q-26 -3 -53 -5t-53 -2q-122 0 -235.5 31.5t-212 89t-180 138t-139 179t-89.5 212t-32 235.5q0 32 3 64.5t8 64.5q-36 63 -55 133.5t-19 142.5q0 116 44 218t120.5 177.5t178.5 119.5t218 44q78 0 153.5 -21.5t141.5 -62.5q24 2 47.5 3.5t47.5 1.5q122 0 235.5 -31.5t212 -89t180 -138t139 -179t89.5 -212t32 -235.5q0 -31 -2.5 -61.5t-6.5 -61.5zM1375 803q0 64 -21.5 112t-57 84t-81 62.5t-93 47t-93 38.5t-81 36.5t-57 40.5t-21.5 52q0 29 14 48t36 30.5t47.5 16.5t49.5 5q27 0 49.5 -3t44 -9t43 -14.5t45.5 -18.5q25 -10 47 -10q43 0 67.5 28t24.5 70q0 33 -16.5 56.5t-43 40t-60.5 26.5t-68.5 15t-67 7t-55.5 2q-68 0 -138 -16.5t-127 -52.5t-93.5 -92t-36.5 -135q0 -63 21.5 -110.5t57 -83t81 -62t93 -47.5t93 -39.5t81 -38t57 -43t21.5 -54.5t-13 -51t-33 -31t-46 -15.5t-51 -4.5q-47 0 -82 11.5t-64 25t-56 25t-57 11.5q-44 0 -72.5 -25.5t-28.5 -70.5q0 -36 19 -62.5t49.5 -45t69.5 -30t78 -18t75.5 -9t62.5 -2.5q73 0 143 15.5t124 51t87 93.5t33 143z" + }, + { + Name: "Door", + Code: "EB75", + Path: "M1664 2048v-2048h-1280v2048h1280zM1536 1920h-1024v-1792h1024v1792zM1344 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "EditMirrored", + Code: "EB7E", + Path: "M0 1713q0 -66 25 -128t73 -110l1317 -1317l633 -158l-158 633l-1317 1317q-48 48 -110 73t-128 25q-69 0 -130 -26.5t-106.5 -72t-72 -106.5t-26.5 -130zM1722 620q-106 -35 -182.5 -111.5t-111.5 -182.5l-1081 1082l293 293zM1872 176l-329 82q10 46 32.5 87t54.5 73t73 54.5t87 32.5zM256 1499q-25 25 -48 47t-41 46.5t-28.5 53t-10.5 66.5q0 43 16.5 80.5t45 66t66 45t80.5 16.5q38 0 66.5 -10.5t53 -28.5t46.5 -41t47 -48z" + }, + { + Name: "GiftCard", + Code: "EB8E", + Path: "M1936 1792q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5v-1184q0 -23 -9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9h-1824q-23 0 -43.5 9t-35.5 24t-24 35.5t-9 43.5v1184q0 23 9 43.5t24 35.5t35.5 24t43.5 9h1824zM1920 1664h-1280v-139q33 11 64 11q40 0 75 -15t61 -41t41 -61t15 -75q0 -31 -11 -64h1035v384zM384 1344q0 -26 19 -45t45 -19h64v64q0 26 -19 45t-45 19t-45 -19t-19 -45zM704 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45v-64h64zM128 1664v-384h139q-11 33 -11 64q0 40 15 75t41 61t61 41t75 15q31 0 64 -11v139h-384zM128 512h384v549l-147 -146l-90 90l146 147h-293v-640zM1920 512v640h-1189l146 -147l-90 -90l-147 146v-549h1280z" + }, + { + Name: "DoubleBookmark", + Code: "EB8F", + Path: "M1792 2048v-1767l-256 128v-385l-640 320l-640 -320v1768h256v256h1280zM1408 232v1432h-1024v-1432l512 256zM1664 488v1432h-1024v-128h896v-1240z" + }, + { + Name: "StatusErrorFull", + Code: "EB90", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1137 1024l342 342l-113 113l-342 -342l-342 342l-113 -113l342 -342l-342 -342l113 -113l342 342l342 -342l113 113z" + }, + { + Name: "Certificate", + Code: "EB95", + Path: "M896 768q0 -82 -33.5 -156.5t-94.5 -129.5v-458l-256 128l-256 -128v458q-61 55 -94.5 129.5t-33.5 156.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM640 406q-61 -22 -123 -22q-70 0 -133 22v-174l128 64l128 -64v174zM1920 1499v-1499h-1024v128h896v1280h-512v512h-896v-624q-33 -8 -65.5 -20t-62.5 -28v800h1115zM1701 1536l-293 293v-293h293z" + }, + { + Name: "FastForward", + Code: "EB9D", + Path: "M1152 1669l806 -645l-806 -650v1295zM1280 1403v-762l474 383zM256 374v1295l806 -645zM384 1403v-762l474 383z" + }, + { + Name: "Rewind", + Code: "EB9E", + Path: "M896 374l-806 650l806 645v-1295zM768 641v762l-474 -379zM986 1024l806 645v-1295zM1664 641v762l-474 -379z" + }, + { + Name: "Photo2", + Code: "EB9F", + Path: "M2048 1792v-1536h-2048v1536h2048zM128 1664v-677l448 447l640 -640l256 256l448 -447v1061h-1792zM128 384h1317l-869 870l-448 -449v-421zM1920 384v37l-448 449l-166 -166l321 -320h293zM1600 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "OpenSource", + Code: "EBC2", + Path: "M1792 1344q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 40v782q-56 11 -103 40t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM384 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM768 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1472 1152q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "Movers", + Code: "EBCD", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1667l597 -598l-91 -90l-440 440v-1035h-128v1040l-446 -446l-90 90z" + }, + { + Name: "CloudDownload", + Code: "EBD3", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128v-128h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1152 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v677h128v-677z" + }, + { + Name: "Family", + Code: "EBDA", + Path: "M1790 331q98 -48 162.5 -135.5t80.5 -195.5h-110q-11 57 -41 106t-73 84.5t-97 55.5t-112 20q-59 0 -112.5 -20t-96.5 -55.5t-73 -84.5t-41 -106h-110q16 108 80.5 195.5t162.5 135.5q-57 45 -88.5 109t-31.5 136q0 45 12.5 87.5t36 79t56.5 66t74 48.5q-27 39 -62 69.5t-76 52.5t-86.5 33.5t-92.5 11.5q-80 0 -153 -31.5t-127 -90.5q24 -65 24 -134q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q85 0 161.5 -36t131.5 -100q26 25 56.5 45.5t62.5 37.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q70 -37 126.5 -90t94.5 -123q64 0 120.5 -24.5t98.5 -66.5t66 -98.5t24 -120.5q0 -72 -31.5 -136t-88.5 -109zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM896 1408q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1600 778q-42 0 -78.5 -16t-64 -43.5t-43.5 -64t-16 -78.5t16 -78.5t43.5 -64t64 -43.5t78.5 -16t78.5 16t64 43.5t43.5 64t16 78.5t-16 78.5t-43.5 64t-64 43.5t-78.5 16z" + }, + { + Name: "WindDirection", + Code: "EBE6", + Path: "M1024 2048l683 -2048l-683 683l-683 -683l683 2048v0z" + }, + { + Name: "Bug", + Code: "EBE8", + Path: "M1608 1151q65 -2 122 -27.5t99 -68.5t66.5 -100.5t24.5 -122.5v-192h-128v192q0 32 -10.5 61.5t-29 54t-44.5 42t-57 26.5q6 -29 9.5 -59.5t3.5 -60.5v-256q0 -7 -1 -13t-2 -13l6 6q60 -60 92 -138t32 -163t-32 -162.5t-92 -137.5l-90 90q42 42 64 95.5t22 113.5q0 68 -31 132q-31 -100 -90.5 -183t-139.5 -142t-176.5 -92t-201.5 -33t-201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1536 896q0 104 -41 197t-110.5 163t-162.5 111t-198 41t-198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199v256z" + }, + { + Name: "SiteScan", + Code: "EBEC", + Path: "M2048 1920v-1031q-28 28 -60.5 50.5t-67.5 39.5v429h-1792v-1024h1088l-128 -128h-1088v1664h2048zM1920 1536v256h-1792v-256h1792zM1411 582q0 66 25 123t68 99.5t100.5 66.5t123.5 24q67 0 125 -25t101 -68.5t68 -101.5t25 -125q0 -65 -24.5 -122.5t-66.5 -100.5t-99 -68t-123 -25q-48 0 -94 13.5t-87 38.5l-201 -201q-23 -23 -45 -46.5t-46 -44.5q-10 -9 -19.5 -14t-23.5 -5q-26 0 -46 20t-20 46q0 14 5 23.5t14 19.5q21 24 44.5 46t46.5 45q51 51 100.5 101t100.5 101q-25 41 -38.5 86.5t-13.5 93.5zM1539 570q0 -38 14.5 -71t39 -58t58 -39t71.5 -14q39 0 74.5 15.5t63.5 42.5t44.5 62t16.5 74q0 36 -15.5 69.5t-41.5 60t-60 42t-70 15.5q-39 0 -74.5 -16.5t-62 -44.5t-42.5 -63.5t-16 -74.5z" + }, + { + Name: "BrowserScreenShot", + Code: "EBED", + Path: "M2048 1920v-896h-128v384h-1792v-1024h512v-128h-640v1664h2048zM1920 1536v256h-1792v-256h1792zM1755 896h293v-896h-1280v896h293l128 128h438zM1920 768h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM1408 768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "F12DevTools", + Code: "EBEE", + Path: "M2048 1792v-1280h-86l-128 128h86v1024h-1792v-1024h512v-128h-640v1280h2048zM1781 512h-576q-218 -219 -437 -437v1450zM1472 640l-576 576v-832l256 256h320z" + }, + { + Name: "CSS", + Code: "EBEF", + Path: "M1792 984l128 128v-856h-1920v1664h1631q-40 -26 -73 -60.5t-66 -67.5h-1364v-256h1108l-128 -128h-980v-1024h1664v600zM1848 1792q42 0 78 -15.5t63 -42t42.5 -62.5t15.5 -78q0 -33 -8 -57.5t-21.5 -45.5t-32 -40.5t-39.5 -40.5l-128 -128l-541 -542q-6 -48 -28 -89.5t-56 -71.5t-77.5 -47.5t-91.5 -17.5h-640v126h256q27 0 50 10.5t40.5 28.5t27.5 41.5t10 49.5q0 48 17.5 91.5t47.5 77.5t71.5 56t89.5 28l387 387l326 325q28 28 64.5 42.5t76.5 14.5zM1024 642q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -69 -35 -128h163zM1362 1007q-21 29 -46.5 55t-54.5 46l-115 -115q66 -35 101 -101zM1899 1543q21 21 21 51q0 29 -21 50t-51 21q-31 0 -51 -20l-445 -445q58 -43 102 -101z" + }, + { + Name: "JS", + Code: "EBF0", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM1493 587q0 36 -25.5 60.5t-64.5 45.5t-83.5 41.5t-83.5 48.5t-64.5 67.5t-25.5 97.5q0 55 25 94t65 63.5t88.5 35.5t95.5 11q19 0 41.5 -1t45 -3.5t44 -7.5t39.5 -14v-122q-35 26 -77 35.5t-85 9.5q-23 0 -49.5 -4t-49.5 -15t-38 -30t-15 -48q0 -26 10 -44t30 -33q26 -20 56.5 -33t59.5 -27q34 -16 68 -38t61.5 -49.5t44.5 -62t17 -76.5q0 -60 -25 -99.5t-65 -63t-90 -33t-100 -9.5q-18 0 -45.5 3t-56 8.5t-54.5 13t-40 17.5v127q17 -15 40.5 -27.5t49.5 -21.5t52.5 -13.5t49.5 -4.5q25 0 52.5 3.5t50 14.5t37 31t14.5 52zM767 384q-41 0 -79.5 12.5t-70.5 36t-56.5 56t-36.5 71.5l103 32q16 -43 51.5 -71.5t83.5 -28.5q38 0 61.5 18.5t36 47t17 61.5t4.5 63v458h123v-477q0 -56 -14 -107t-43 -89t-73.5 -60.5t-106.5 -22.5z" + }, + { + Name: "Transportation", + Code: "EBF1", + Path: "M960 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1654 1152q41 0 79.5 -12.5t70 -35.5t55.5 -55.5t37 -71.5q2 -8 14.5 -45.5t29.5 -89t36 -109.5t35 -107t26.5 -81.5l10.5 -32.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-640q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64h1l2 320h-131q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64v704h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1024q40 0 75 -15t61 -41t41 -61t15 -75v-320h128v-256h-128v-128h118zM1775 936q-14 40 -46.5 64t-74.5 24h-620q-42 0 -74.5 -24t-46.5 -64l-56 -168h974zM765 896h-509v-256h128q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h167zM768 1536h-512v-512h512v512zM896 1109q31 20 66 31.5t72 11.5h374v384h-512v-427zM320 1920q-26 0 -45 -19t-19 -45v-192h1152v192q0 26 -19 45t-45 19h-1024zM1920 256v246l-3 10t-8 24t-11 31.5t-11 32.5t-8.5 26t-4.5 14h-1060q-1 -3 -4.5 -14t-8.5 -26t-11 -32t-11 -31.5t-8 -24.5l-3 -10v-246h320l64 128h384l64 -128h320z" + }, + { + Name: "DeliveryTruck", + Code: "EBF4", + Path: "M2048 512h-524q-10 -29 -28 -52.5t-41.5 -40t-52 -26t-58.5 -9.5t-58.5 9.5t-52 26t-41.5 40t-28 52.5h-536q-10 -29 -28 -52.5t-41.5 -40t-52 -26t-58.5 -9.5t-58.5 9.5t-52 26t-41.5 40t-28 52.5h-268v1152h1408v-128h360l280 -561v-463zM128 640h140q10 28 28 52t41.5 40.5t52 26t58.5 9.5t58.5 -9.5t52 -26t41.5 -40.5t28 -52h536q14 41 44.5 71.5t71.5 44.5v780h-1152v-896zM448 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1344 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1920 945l-232 463h-280v-652q41 -14 71.5 -44.5t44.5 -71.5h396v305z" + }, + { + Name: "ReminderPerson", + Code: "EBF7", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1595 523q-111 122 -259 183.5t-312 61.5q-108 0 -206.5 -27t-184 -76.5t-155 -119t-119 -155t-76.5 -184t-27 -206.5h-128q0 143 41.5 275t118.5 243t186.5 195t244.5 132q-78 42 -140 102t-105.5 133t-66.5 156t-23 172q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -89 -23.5 -172t-67 -156t-105.5 -133t-140 -102q102 -36 192 -95.5t163 -138.5zM512 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199z" + }, + { + Name: "ReminderGroup", + Code: "EBF8", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM736 586q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q94 0 175 -42.5t135 -117.5q38 76 98 136t136 98q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -94 -42.5 -175t-117.5 -135zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM256 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "ReminderTime", + Code: "EBF9", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1024 1664v-512h384v-128h-512v640h128zM960 256q16 0 32 1l32 2l114 -114q-45 -8 -89 -12.5t-89 -4.5q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -50 -6 -101l-168 -169q46 133 46 270q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30z" + }, + { + Name: "TabletMode", + Code: "EBFC", + Path: "M1920 1013q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5v-256q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-110 0 -208.5 39t-175.5 108t-127 162.5t-62 202.5h-771q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-779zM896 768q0 53 20 99.5t55 81.5t81.5 55t99.5 20v320q0 40 15 75t41 61t61 41t75 15t74.5 -15t60.5 -41t41 -61t15 -75q0 -81 0.5 -160t0.5 -160h256v768h-1664v-1152h768v128zM1920 832q0 26 -19 45t-45 19h-448v448q0 26 -19 45t-45 19t-45 -19t-19 -45v-768q0 -26 -19 -45t-45 -19t-45 19t-19 45v320q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-192q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5v256z" + }, + { + Name: "Umbrella", + Code: "EC04", + Path: "M960 1920q183 0 351.5 -66.5t302.5 -191.5q137 -128 211 -285.5t91 -343.5q0 -2 0.5 -3.5t0.5 -3.5q0 -12 -4.5 -23.5t-13 -20.5t-19.5 -14.5t-23 -5.5q-6 0 -14.5 1.5t-14.5 3.5q-8 4 -14 8.5t-12 11.5q-41 48 -89 74.5t-113 26.5q-61 0 -115 -27.5t-90 -76.5q-9 -12 -15.5 -24.5t-13.5 -25.5q-9 -17 -24 -27.5t-35 -10.5h-54q-20 0 -35 10.5t-24 27.5q-15 28 -31.5 51t-36.5 41.5t-45 31.5t-57 22v-696q0 -52 -20.5 -98.5t-55.5 -81.5t-81.5 -55.5t-98.5 -20.5t-98.5 20.5t-81.5 55.5t-55.5 81.5t-20.5 98.5q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5q0 -26 10.5 -49t28 -40.5t40.5 -28t49 -10.5q25 0 48.5 10.5t41 28t28 40.5t10.5 49v696q-32 -9 -57 -22t-45 -31.5t-36.5 -41.5t-31.5 -51q-9 -17 -24 -27.5t-35 -10.5h-54q-20 0 -35 10.5t-24 27.5q-7 13 -13.5 25.5t-15.5 24.5q-36 49 -90 76.5t-115 27.5q-66 0 -113 -26.5t-89 -74.5q-11 -12 -22.5 -18.5t-28.5 -6.5q-26 0 -45 19.5t-19 45.5v4q11 125 50.5 240t104 213.5t150 179t188.5 137.5t220 88t244 31zM1600 1216q42 0 82.5 -9t78.5 -27q-37 135 -114.5 247.5t-183.5 193.5t-234.5 126t-268.5 45t-269 -45t-235 -126t-183 -193.5t-114 -247.5q38 18 78.5 27t82.5 9q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5t181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5z" + }, + { + Name: "NetworkTower", + Code: "EC05", + Path: "M1188 1254q45 43 69.5 99t24.5 119t-24.5 119t-69.5 99l89 92q64 -62 98.5 -141.5t34.5 -168.5t-34.5 -168.5t-98.5 -141.5zM1455 1966q50 -48 89.5 -105t66.5 -120t41 -131t14 -138t-14 -138t-41 -131t-66.5 -120t-89.5 -105l-89 92q83 80 127.5 183.5t44.5 218.5t-44.5 218.5t-127.5 183.5zM643 1162q-64 62 -98.5 141.5t-34.5 168.5t34.5 168.5t98.5 141.5l89 -92q-45 -43 -69.5 -99t-24.5 -119t24.5 -119t69.5 -99zM465 978q-50 48 -89.5 105t-66.5 120t-41 131t-14 138t14 138t41 131t66.5 120t89.5 105l89 -92q-83 -80 -127.5 -183.5t-44.5 -218.5t44.5 -218.5t127.5 -183.5zM1152 1472q0 -45 -19.5 -84.5t-54.5 -66.5l397 -1193h-134l-86 256h-590l-86 -256h-134l397 1193q-35 27 -54.5 66.5t-19.5 84.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75zM960 1536q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19zM960 1270l-125 -374h250zM1213 512l-86 256h-334l-86 -256h506z" + }, + { + Name: "CityNext", + Code: "EC06", + Path: "M1280 2011l640 -640v-1371h-128v1317l-384 384v-421h128v-1280h-384v384h-128v-384h-384v1280h384v128h-768v-1408h-128v1536h1024v-256h128v731zM1408 128v1024h-640v-1024h128v384h384v-384h128zM384 1152v128h128v-128h-128zM384 896v128h128v-128h-128zM384 640v128h128v-128h-128zM384 384v128h128v-128h-128zM384 128v128h128v-128h-128zM1280 1024v-128h-128v128h128zM1280 768v-128h-128v128h128zM1024 1024v-128h-128v128h128zM1024 768v-128h-128v128h128z" + }, + { + Name: "CityNext2", + Code: "EC07", + Path: "M512 1024h-128v256h128v-256zM768 1024h-128v256h128v-256zM1024 1024h-128v256h128v-256zM512 640h-128v256h128v-256zM768 640h-128v256h128v-256zM1024 640h-128v256h128v-256zM1408 1280q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5v-768h-128v768q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-128v-1152h-512v384h-128v-384h-512v1536h128v256h256v256h384v-256h256v-256h128v-256h128zM640 1792h128v128h-128v-128zM384 1536h640v128h-640v-128zM1152 1408h-896v-1280h256v384h384v-384h256v1280zM1408 896h256v-128h-256v128zM1408 640h256v-128h-256v128zM1408 384h256v-128h-256v128zM1408 128h256v-128h-256v128z" + }, + { + Name: "Section", + Code: "EC0C", + Path: "M1620 1472q23 0 46.5 -8.5t44 -23t36.5 -34t24 -41.5l277 -789h-2048l278 789q8 22 23.5 41.5t35.5 34t43.5 23t47.5 8.5h1192zM428 1344q-3 0 -7.5 -2.5t-9.5 -5.5t-8.5 -6.5t-4.5 -6.5l-217 -619h1686l-217 619q-1 3 -4.5 6.5t-8.5 6.5t-9.5 5.5t-7.5 2.5h-1192z" + }, + { + Name: "OneNoteLogoInverse", + Code: "EC0D", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM389 1109l242 -420h152v670h-148v-429l-233 429h-161v-670h148v420zM1920 256v256h-256v-256h256zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM1920 1408v384h-1280v-256h299q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-299v-256h896v1152h384z" + }, + { + Name: "ToggleFilled", + Code: "EC11", + Path: "M1582 558h-1116q-96 0 -181 37t-148 100t-100 148t-37 181t37 181t100 148t148 100t181 37h1116q96 0 181 -37t148 -100t100 -148t37 -181t-37 -181t-100 -148t-148 -100t-181 -37z" + }, + { + Name: "ToggleBorder", + Code: "EC12", + Path: "M1582 1490q96 0 181 -37t148 -100t100 -148t37 -181t-37 -181t-100 -148t-148 -100t-181 -37h-1116q-96 0 -181 37t-148 100t-100 148t-37 181t37 181t100 148t148 100t181 37h1116zM1582 652q77 0 145 29.5t118.5 80t80 118t29.5 144.5t-29.5 144.5t-80 118t-118.5 80t-145 29.5h-1116q-77 0 -145 -29.5t-118.5 -80t-80 -118t-29.5 -144.5t29.5 -144.5t80 -118t118.5 -80t145 -29.5h1116z" + }, + { + Name: "SliderThumb", + Code: "EC13", + Path: "M1365 1707v-1366q0 -70 -27 -132t-73.5 -108.5t-108.5 -73.5t-132 -27t-132 27t-108.5 73.5t-73.5 108.5t-27 132v1366q0 70 27 132t73.5 108.5t108.5 73.5t132 27t132 -27t108.5 -73.5t73.5 -108.5t27 -132z" + }, + { + Name: "ToggleThumb", + Code: "EC14", + Path: "M1031 2048q143 0 274 -36.5t244 -103t205 -160.5t157.5 -208t101 -245t35.5 -273q0 -140 -36.5 -270t-102.5 -243.5t-159 -207.5t-206 -160.5t-243 -103.5t-270 -37t-271 36.5t-245.5 103.5t-209 160.5t-162.5 207t-105.5 243.5t-37.5 271q0 143 37 274.5t104 245.5t161 207t208.5 159.5t246 103t274.5 36.5z" + }, + { + Name: "Documentation", + Code: "EC17", + Path: "M1920 1536v-1408h-1152v256h-256v256h-256v1408h731l256 -256h421v-256h256zM1024 1664h165l-165 165v-165zM1280 768v768h-384v384h-512v-1152h896zM1536 512v1152h-128v-1024h-768v-128h896zM1793 1408h-129v-1024h-768v-128h897v1152z" + }, + { + Name: "Badge", + Code: "EC1B", + Path: "M1792 1407q0 -23 12 -52.5t29.5 -59.5t36.5 -57t34 -44q72 -86 108 -178t36 -206q0 -108 -46.5 -200.5t-122.5 -166.5q-38 -37 -85 -71t-98.5 -62.5t-105 -50t-105.5 -34.5q-114 -28 -219.5 -64t-210.5 -89q-16 -8 -31 -8t-31 8q-105 53 -210.5 89t-219.5 64q-52 13 -105.5 34.5t-105 50t-98.5 62.5t-85 71q-76 74 -122.5 166.5t-46.5 200.5q0 114 36 205.5t108 178.5q14 17 33.5 44t37 57t29.5 59.5t12 52.5q0 66 -27 113.5t-75 89.5q-13 11 -19 23.5t-6 29.5q0 25 18 43l255 259q9 9 21.5 14t24.5 5q15 0 25 -5t21 -15q42 -38 87.5 -56t102.5 -18q37 0 78 8.5t79.5 25t72 40t56.5 54.5q11 14 23.5 22t30.5 8t30.5 -8t23.5 -22q22 -31 56 -54.5t72.5 -40t79.5 -25t78 -8.5q57 0 102.5 18t87.5 56q11 10 21 15t24 5q28 0 47 -19l255 -259q18 -18 18 -43q0 -17 -6 -29.5t-19 -23.5q-48 -42 -75 -89.5t-27 -113.5zM1024 200q81 42 165.5 72.5t171.5 53.5q24 7 48 12t48 12q52 14 106.5 37.5t105.5 55t97 71t80 86.5t54 101t20 114q0 73 -15.5 123t-41 91.5t-58.5 82t-67 94.5q-14 21 -27 45.5t-23.5 50.5t-17 52.5t-6.5 52.5q0 72 25.5 138t73.5 119l-167 169q-51 -36 -110.5 -53.5t-121.5 -17.5q-41 0 -88 9t-92.5 25t-87.5 39t-72 51q-31 -28 -72.5 -51t-87.5 -39t-92.5 -25t-87.5 -9q-62 0 -121.5 17.5t-110.5 53.5l-167 -169q48 -53 73.5 -119t25.5 -138q0 -26 -6.5 -52.5t-17 -52.5t-24 -50.5t-26.5 -45.5q-34 -54 -67 -94.5t-58.5 -82t-41 -91.5t-15.5 -123q0 -60 20 -114t54 -101t80 -86.5t97 -71t105.5 -55t106.5 -37.5q24 -7 48 -12t48 -12q87 -23 171.5 -53.5t165.5 -72.5z" + }, + { + Name: "Giftbox", + Code: "EC1F", + Path: "M1792 1280v-1280h-1664v1280h292q-35 59 -35 128q0 53 20 99.5t54.5 81.5t81 55t99.5 20q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h292zM896 1152h-640v-1024h640v1024zM896 1280q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h256zM1280 1536q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1664 1152h-640v-1024h640v1024z" + }, + { + Name: "VisualStudioForWindowsAlt", + Code: "EC22", + Path: "M2048 1713v-1378q0 -37 -19 -67t-52 -47l-358 -180q-26 -13 -58 -13q-25 0 -48.5 9.5t-41.5 27.5l-726 726l-461 -353q-19 -14 -39 -14q-12 0 -40 9.5t-59.5 21.5t-60.5 24t-43 17q-18 7 -30 23.5t-12 36.5v936q0 20 12 36.5t30 23.5q14 5 43 17t60.5 24t59.5 21.5t40 9.5q20 0 39 -14l461 -353l726 726q18 18 41.5 27.5t48.5 9.5q32 0 58 -13l358 -180q33 -17 52 -47t19 -67zM256 768l256 256l-256 256v-512zM1536 649v750l-488 -375z" + }, + { + Name: "HomeGroup", + Code: "EC26", + Path: "M320 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM320 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1852 818q46 -30 82.5 -71t61.5 -89t38.5 -101.5t13.5 -108.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 50 10 94q-88 29 -160.5 83t-124.5 126t-80.5 158t-28.5 179q0 119 45.5 224t123.5 183t183 123.5t224 45.5q18 0 36 -1t36 -3q-8 35 -8 68q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -53 -17 -102.5t-48 -90t-74 -70.5t-94 -45q52 -73 78.5 -157.5t26.5 -174.5q0 -71 -17 -139t-51 -131zM1536 1728q0 -62 37 -111q35 -15 68 -35t63 -44q6 -1 12 -1.5t12 -0.5q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM896 1088q0 -72 22.5 -139.5t63.5 -124t98 -98.5t126 -64q62 109 165 171.5t229 62.5q71 0 137 -21q27 49 41 103t14 110q0 95 -38.5 181t-107.5 150l-4 1q-35 29 -69.5 50t-76.5 39l-1 1q-73 26 -151 26q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 70 -26 128.5t-71 101t-105 66.5t-128 24q-64 0 -120.5 -26.5t-98.5 -71t-66.5 -102t-24.5 -120.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "MyNetwork", + Code: "EC27", + Path: "M1836 1531q42 -87 63 -184.5t21 -194.5q0 -131 -36 -252.5t-102.5 -226.5t-161.5 -190t-212 -141v-86h-640v-128h256v-128h-640v128h256v128h-640v896h128q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q130 0 252 -36t227.5 -102.5t190 -161.5t140.5 -212h2v-5zM1689 1536q-73 127 -187 217.5t-254 133.5q48 -78 77.5 -169.5t46.5 -181.5h317zM1792 1152q0 132 -44 256h-356q16 -128 16 -255v-257h340q44 124 44 256zM1280 1152q0 65 -4 128.5t-12 127.5h-480q-8 -64 -12 -127.5t-4 -128.5h512zM1024 1915q-29 0 -55.5 -21.5t-49 -56t-41 -77.5t-33 -85t-24.5 -79t-15 -60h436q-5 23 -15 60t-24.5 79t-33 85t-41 77.5t-49 56t-55.5 21.5zM800 1887q-140 -43 -254 -133.5t-187 -217.5h317q17 90 46.5 181.5t77.5 169.5zM300 1408q-44 -124 -44 -256h384q0 65 4 128.5t12 127.5h-356zM128 384h1152v640h-1152v-640zM1408 487q88 51 159.5 122t122.5 159h-282v-281z" + }, + { + Name: "ExcelLogoInverse", + Code: "EC28", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM512 915l121 -227h183l-203 330l199 324h-175l-112 -205q-2 -3 -3.5 -6.5t-3.5 -7.5q-27 55 -55 109.5t-56 109.5h-186l194 -326l-212 -328h184zM1216 256v256h-576v-256h576zM1216 640v320h-192v-320h192zM1216 1088v320h-192v-320h192zM1216 1536v256h-576v-256h576zM1920 256v256h-576v-256h576zM1920 640v320h-576v-320h576zM1920 1088v320h-576v-320h576zM1920 1536v256h-576v-256h576z" + }, + { + Name: "WordLogoInverse", + Code: "EC29", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM515 1092l123 -404h140l134 672h-141l-80 -397l-113 384h-119l-120 -386l-80 399h-147l134 -672h140zM1920 256v256h-1280v-256h1280zM1920 640v320h-896v-320h896zM1920 1088v320h-896v-320h896zM1920 1536v256h-1280v-256h1280z" + }, + { + Name: "PowerPointLogoInverse", + Code: "EC2A", + Path: "M1152 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32q-110 0 -215 26t-199.5 75.5t-176 121t-144.5 161.5h-332q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h332q63 90 144.5 161.5t176 121t199.5 75.5t215 26zM1216 1789v-701h701q-12 140 -70.5 262.5t-152 216t-216.5 152t-262 70.5zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1152 256q100 0 193 24.5t175.5 70t151.5 109t121 142t84 169.5t40 190h-828v828q-148 -12 -279 -77.5t-230 -175.5h359q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-359q55 -61 120.5 -108.5t138.5 -80.5t152 -50t161 -17zM496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96z" + }, + { + Name: "Cafe", + Code: "EC32", + Path: "M1663 1536q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-103q-44 -77 -105 -142t-135 -114h279q26 0 45 -19t19 -45t-19 -45t-45 -19h-1408q-26 0 -45 19t-19 45t19 45t45 19h279q-81 54 -144.5 124t-107.5 152.5t-67.5 174.5t-23.5 189v384h1536zM895 512q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170v256h-1280v-256q0 -88 23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23zM1663 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20q0 -65 1.5 -130t-1.5 -129t-12.5 -127.5t-31.5 -125.5h44z" + }, + { + Name: "SpeedHigh", + Code: "EC4A", + Path: "M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1600 1376q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5l-91 91q81 81 125 185t44 219q0 124 -52 239zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5z" + }, + { + Name: "Commitments", + Code: "EC4D", + Path: "M1344 2048q26 0 45 -19l640 -640q19 -19 19 -45t-19 -45l-243 -243q25 -25 49 -48t42.5 -47.5t30 -53.5t11.5 -67q0 -40 -15 -76t-41 -63t-61 -43t-75 -17q-2 -41 -17 -75.5t-40.5 -60t-60 -40.5t-74.5 -16q-1 -40 -17 -75t-43 -61.5t-63 -41.5t-76 -15q-32 0 -65 11q-11 -31 -29.5 -56.5t-43.5 -44t-55 -28.5t-63 -10q-26 0 -46 4.5t-37.5 13.5t-34 22t-34.5 29q-35 -32 -68.5 -50.5t-83.5 -18.5q-40 0 -76 15t-63 41t-43 61t-17 76q-39 1 -74 16t-61 41t-41 61t-16 74q-40 1 -74.5 16t-60 41t-41 61t-16.5 74q-41 1 -76 17t-61 43t-41 62.5t-15 75.5q0 41 15.5 77t43.5 65l106 107l-146 147q-19 19 -19 45t19 45l640 640q19 19 45 19t45 -19l132 -132q13 4 50.5 17t86.5 29.5t103.5 35t102 34t80.5 25.5t40 10zM312 1088q-29 0 -50 -21l-113 -112q-21 -21 -21 -51t20.5 -50.5t50.5 -20.5q31 0 51 20l113 112q21 21 21 51t-21 51t-51 21zM504 896q-14 0 -27.5 -5.5t-23.5 -15.5l-112 -113q-21 -21 -21 -51q0 -29 21 -49.5t51 -20.5q14 0 27.5 5t23.5 15l112 113q21 21 21 50q0 30 -21 51t-51 21zM696 704q-29 0 -50 -21l-113 -112q-21 -21 -21 -51t20.5 -50.5t50.5 -20.5q31 0 51 20l113 112q21 21 21 51t-21 51t-51 21zM704 327q0 -29 21 -49.5t51 -20.5q14 0 27.5 5t23.5 15l112 113q21 21 21 50q0 30 -21.5 51t-50.5 21q-14 0 -27.5 -5.5t-23.5 -15.5l-112 -113q-21 -21 -21 -51zM1720 768q29 0 50.5 21t21.5 50q0 30 -21 51l-632 633q-3 3 -10 5.5t-14.5 4t-15 2.5t-11.5 1q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-40 0 -75 15t-61 41t-41 61t-15 75q0 24 5 53.5t16 51.5l187 375q9 16 27 26l-43 43l-550 -549l135 -134q45 5 85 -6.5t70 -37t48 -63t19 -82.5q40 -2 75 -16.5t60.5 -40t40.5 -60t16 -75.5q40 -2 75 -16.5t60.5 -40t40.5 -60t16 -75.5q41 -2 76 -17t61 -41.5t41 -61.5t15 -77q0 -45 -18 -84t-52 -68q15 -14 27.5 -23t34.5 -9q29 0 50.5 21t21.5 50q0 30 -21 51l90 91l65 -64q23 -21 50 -21q29 0 50.5 21t21.5 50q0 30 -21 51l-113 113l91 90l112 -112q21 -21 51 -21t51 21t21 51t-21 51l-113 112l91 91l113 -113q21 -21 50 -21zM1893 1344l-566 567l-504 -168l-174 -348q-5 -9 -7 -25t-2 -26q0 -26 19 -45t45 -19q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 53 20 99.5t55 81.5t81.5 55t99.5 20q16 0 34.5 -3t37.5 -8.5t35.5 -14t28.5 -20.5l472 -472z" + }, + { + Name: "ThisPC", + Code: "EC4E", + Path: "M0 2048h1920v-1152h-896v-128h256v-128h-640v128h256v128h-896v1152zM1792 1024v896h-1664v-896h1664zM228 512h1464l228 -334v-50h-1920v50zM208 256h1504l-88 128h-1328z" + }, + { + Name: "MusicNote", + Code: "EC4F", + Path: "M1152 2048q0 -104 46 -186.5t123 -148.5q99 -86 157 -193t58 -240h-128q0 104 -46 186.5t-123 148.5q-24 20 -45.5 42t-41.5 46v-1415q0 -9 -3 -21.5t-7 -25.5t-9.5 -25t-9.5 -20q-25 -48 -64 -85t-86 -61.5t-100 -37t-105 -12.5q-68 0 -136.5 22t-123.5 63t-89.5 100.5t-34.5 134.5t34.5 134.5t89.5 100.5t123.5 63t136.5 22q69 0 135 -20.5t121 -62.5v1491h128zM768 128q41 0 86 12t83 36t62.5 60t24.5 84t-24.5 84t-62.5 60t-83 36t-86 12t-86 -12t-83 -36t-62.5 -60t-24.5 -84t24.5 -84t62.5 -60t83 -36t86 -12z" + }, + { + Name: "MicOff", + Code: "EC54", + Path: "M704 512q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-834q-34 -11 -66 -25.5t-62 -33.5v893q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-1152q0 -26 19 -45t45 -19h192h130q-2 -2 -2.5 -20.5t-0.5 -40.5t0.5 -42t0.5 -25h-320zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1085 128q45 -71 107 -128h-552v128h256v128h-234q-84 0 -158 32t-129 87t-87 129t-32 158v362h128v-362q0 -57 22 -108t59.5 -88.5t88.5 -59.5t108 -22h362v-256h61z" + }, + { + Name: "PlaybackRate1x", + Code: "EC57", + Path: "M2048 1024q0 -140 -37 -272t-106 -248t-167.5 -212.5t-220.5 -163.5h275v-128h-512v512h128v-294q117 55 211.5 139.5t161 189.5t103 226.5t36.5 250.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -150 48 -289t135 -253t208 -197.5t266 -123.5l-34 -123q-110 31 -208.5 84t-182 124t-150.5 159t-113.5 187t-71.5 208t-25 224q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272zM1536 1024l-768 -443v886zM896 802l384 222l-384 222v-444z" + }, + { + Name: "EdgeOldLogo", + Code: "EC60", + Path: "M1983 832h-1309q0 -74 23 -134t63 -106.5t94 -80t115 -55.5t126.5 -32.5t129.5 -10.5q81 0 153 13t140.5 35.5t135.5 53.5t137 68v-434q-78 -38 -154.5 -65.5t-154.5 -46.5t-159 -28t-168 -9q-115 0 -222 26.5t-201 76t-172 120.5t-134 160t-87 194t-31 223q0 126 34.5 240.5t99.5 210.5t158.5 170.5t210.5 121.5q-64 -64 -99.5 -151.5t-45.5 -175.5h729q0 110 -22.5 192.5t-72.5 137t-129 82t-191 27.5q-132 0 -264 -39.5t-251 -109.5t-219 -165.5t-168 -207.5q15 130 55.5 248.5t104 220t148.5 184t188.5 141t223.5 90t255 31.5q78 0 156.5 -14t152.5 -39q148 -51 264 -141.5t195 -209t120.5 -261t41.5 -296.5v-255z" + }, + { + Name: "CompletedSolid", + Code: "EC61", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1627 1363l-136 136l-659 -659l-275 275l-136 -136l411 -411z" + }, + { + Name: "AlbumRemove", + Code: "EC62", + Path: "M1856 1792q40 0 75 -15t61 -41t41 -61t15 -75v-768h-128v768q0 26 -19 45t-45 19h-1472v-1280h832v-128h-1216v1536h1856zM256 1664h-128v-1280h128v1280zM1536 1024h-768v384h768v-384zM1408 1280h-512v-128h512v128zM1994 595l-226 -227l226 -226l-90 -90l-226 226l-225 -224l-90 90l224 224l-224 225l90 90l225 -224l226 226z" + }, + { + Name: "MessageFill", + Code: "EC70", + Path: "M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048z" + }, + { + Name: "TabletSelected", + Code: "EC74", + Path: "M896 640h256v-128h-256v128zM1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-843l-128 123v720q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h800l128 -128h-928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1939 701l90 -91l-557 -557l-269 269l90 91l179 -179z" + }, + { + Name: "MobileSelected", + Code: "EC75", + Path: "M1073 384l-57 -56l72 -72h-256v128h241zM1216 128l128 -128h-832q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1264l-128 -128v1392h-1024v-1792h704zM2029 610l-557 -557l-269 269l90 91l179 -179l467 467z" + }, + { + Name: "LaptopSelected", + Code: "EC76", + Path: "M1016 456l72 -72h-960q-25 0 -48 10.5t-41 28.5t-28.5 41t-10.5 48q0 16 3.5 36t10 39t16 36.5t21.5 29.5l205 206v805h1408v-805l-91 -91h-1226l-203 -202q-3 -3 -6 -10.5t-5.5 -15.5t-3.5 -16t-1 -12h945zM384 896h1152v640h-1152v-640zM2029 738l-557 -557l-269 269l90 91l179 -179l467 467z" + }, + { + Name: "TVMonitorSelected", + Code: "EC77", + Path: "M1716 768l-128 -128h-564v-256h-384v128h256v128h-896v1152h1920v-820l-128 -128v820h-1664v-896h1588zM1939 765l90 -91l-557 -557l-269 269l90 91l179 -179z" + }, + { + Name: "DeveloperTools", + Code: "EC7A", + Path: "M1664 896h-128v-704q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v704h-128v128h256v549l-128 128v347h384v-347l-128 -128v-549h256v-128zM1280 1755l64 -65l64 65v165h-128v-165zM1408 896h-128v-704q0 -26 19 -45t45 -19t45 19t19 45v704zM704 2048q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -75 -34 -142.5t-94 -112.5v-1281q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v1281q-60 45 -94 112.5t-34 142.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM768 1544q28 16 51.5 34t40.5 39.5t26.5 48.5t9.5 62q0 30 -9.5 58t-26 52t-40.5 42t-52 28v-180l-64 -64l-64 64v180q-29 -10 -52.5 -28t-40 -42t-26 -52t-9.5 -58q0 -35 9.5 -62t26.5 -48.5t40.5 -39.5t51.5 -34v-1352q0 -26 19 -45t45 -19t45 19t19 45v1352z" + }, + { + Name: "Shapes", + Code: "EC7C", + Path: "M2048 768h-419l370 -640h-1404l267 463q-66 -38 -138 -58.5t-148 -20.5q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5q85 0 166.5 -24.5t153.5 -72.5v353h1152v-1152zM576 640q93 0 174.5 35.5t142 96.5t96 142.5t35.5 173.5t-35.5 173.5t-96 142.5t-142 96.5t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1777 256q-121 209 -240 416t-240 416q-121 -209 -240 -416t-240 -416h960zM1920 1792h-896v-347q61 -75 94 -165.5t34 -187.5l145 252l258 -448h365v896z" + }, + { + Name: "InsertTextBox", + Code: "EC7D", + Path: "M2048 1660v-1524h-1780v384h116v-268h1548v1292h-780v116h896zM374 776h-374v44q19 3 38 5.5t37 7.5q14 4 30.5 26t31.5 49t27.5 53.5t18.5 40.5l388 918h82l382 -928q9 -22 21.5 -50t29 -53.5t38 -44t48.5 -21.5q28 -3 56 -3v-44h-446v44q17 0 37 -0.5t37.5 4t29.5 16t12 36.5q0 22 -11 60.5t-26 79.5t-30.5 79.5t-25.5 61.5h-446q-9 -23 -26.5 -61.5t-34 -79.5t-29 -79t-12.5 -60q0 -24 12 -35.5t30 -15.5t38.5 -4.5t36.5 -1.5v-44zM402 1285h344l-176 378z" + }, + { + Name: "LowerBrightness", + Code: "EC8A", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v192h128v-192zM507 1450l-135 136l90 90l136 -135zM384 1024h-192v128h192v-128zM507 726l91 -91l-136 -135l-90 90zM896 512h128v-192h-128v192zM1413 726l135 -136l-90 -90l-136 135zM1728 1152v-128h-192v128h192zM1413 1450l-91 91l136 135l90 -90z" + }, + { + Name: "WebComponents", + Code: "EC8B", + Path: "M1024 1024h768v-896h-1664v1664h896v-768zM256 1664v-640h640v640h-640zM896 256v640h-640v-640h640zM1664 256v640h-640v-640h640zM1280 2048h768v-768h-768v768zM1920 1408v512h-512v-512h512z" + }, + { + Name: "OfflineStorage", + Code: "EC8C", + Path: "M960 1920q70 0 158 -8t176.5 -28t168 -53.5t131.5 -84.5q31 -30 50.5 -65.5t19.5 -80.5v-1152q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8t-158 8t-176.5 28t-168 53.5t-131.5 84.5q-31 30 -50.5 65.5t-19.5 80.5v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8zM960 1792q-51 0 -106.5 -3.5t-111 -12t-109.5 -22t-102 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35.5t-17 -39.5q0 -8 3 -15t8 -14q21 -32 60.5 -56t89 -42t105.5 -30.5t112 -20t107 -11t91 -3.5t91 3.5t107 11t112 20t105.5 30.5t88.5 42t61 56q5 7 8 14t3 15q0 20 -17 39.5t-41 35.5t-49 28.5t-40 18.5q-48 19 -102 32.5t-109.5 22t-111 12t-106.5 3.5zM960 256q51 0 106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40v194q-57 -38 -129 -63t-149 -40t-154 -21t-144 -6t-144 6t-154 21t-149 40t-129 63v-194q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5zM960 640q51 0 106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40v194q-57 -38 -129 -63t-149 -40t-154 -21t-144 -6t-144 6t-154 21t-149 40t-129 63v-194q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5zM960 1024q52 0 107 3.5t110.5 12t109.5 21.5t102 33q15 6 40 18.5t49 28.5t41 35.5t17 39.5v194q-57 -37 -128.5 -62t-149 -40t-154.5 -21.5t-144 -6.5t-144 6.5t-154.5 21.5t-149 40t-128.5 62v-194q0 -20 17 -39.5t41 -35.5t49 -28.5t40 -18.5q48 -20 102 -33t109.5 -21.5t110.5 -12t107 -3.5z" + }, + { + Name: "DOM", + Code: "EC8D", + Path: "M1536 768h-512v256h-384v-512h384v128h512v-512h-512v256h-512v1152h-128v512h512v-512h-256v-384h384v128h512v-512zM1138 1166v-284h284v284h-284zM498 1650h284v284h-284v-284zM1138 526v-284h284v284h-284z" + }, + { + Name: "CloudUpload", + Code: "EC8E", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-320v128h320q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h384v-128h-384q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1299 659l-147 146v-677h-128v677l-147 -146l-90 90l301 301l301 -301z" + }, + { + Name: "ScrollUpDown", + Code: "EC8F", + Path: "M1024 1829l-595 -594l-90 90l685 686l685 -686l-90 -90zM1024 219l595 594l90 -90l-685 -686l-685 686l90 90z" + }, + { + Name: "DateTime", + Code: "EC92", + Path: "M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 86 24.5 167t72.5 153h-97v128h128v-86q41 51 91.5 90.5t108 67t120.5 42t128 14.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256zM384 1024h128v-128h-128v128zM640 1024h128v-128h-128v128zM640 1280h128v-128h-128v128zM384 768h128v-128h-128v128zM640 768h128v-128h-128v128zM1024 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM1536 1152h-128v128h128v-128z" + }, + { + Name: "CloudNotSynced", + Code: "EC9C", + Path: "M512 1280q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h512v-128h-512q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157q84 -6 158 -40.5t129.5 -91t89.5 -130.5t39 -158q-35 39 -77 70.5t-89 55.5q-21 38 -51 69t-66 52.5t-77 33.5t-85 12q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "AddMedium", + Code: "ECA1", + Path: "M2048 1229v-410h-819v-819h-410v819h-819v410h819v819h410v-819h819v0z" + }, + { + Name: "Event", + Code: "ECA3", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152z" + }, + { + Name: "Cake", + Code: "ECA4", + Path: "M1216 1792q-26 0 -45 19t-19 45q0 12 8 31t18.5 40t21 40t16.5 30q6 -11 16.5 -30t21 -40t18.5 -40t8 -31q0 -26 -19 -45t-45 -19zM2048 1152v-1152h-2048v1152l1152 384v160q0 9 7.5 15.5t18 10t21 5t17.5 1.5t17.5 -1.5t21 -5t18 -10t7.5 -15.5v-117l256 85zM1216 1280q-7 0 -17.5 1.5t-21 5t-18 10t-7.5 15.5v89l-747 -249h1462l-366 366l-221 -74v-132q0 -9 -7.5 -15.5t-18 -10t-21 -5t-17.5 -1.5zM128 1024v-384h1792v384h-1792zM1920 128v384h-1792v-384h1792z" + }, + { + Name: "Tiles", + Code: "ECA5", + Path: "M1280 1792v-640h-1280v640h1280zM1152 1280v384h-1024v-384h1024zM1408 1792h640v-640h-640v640zM1920 1280v384h-384v-384h384zM768 384v640h1280v-640h-1280zM896 896v-384h1024v384h-1024zM0 384v640h640v-640h-640zM128 896v-384h384v384h-384z" + }, + { + Name: "Org", + Code: "ECA6", + Path: "M1664 768h256v-640h-640v640h256v256h-1152v-256h256v-640h-640v640h256v384h640v256h-256v640h640v-640h-256v-256h640v-384zM768 1920v-384h384v384h-384zM512 256v384h-384v-384h384zM1792 256v384h-384v-384h384z" + }, + { + Name: "PartyLeader", + Code: "ECA7", + Path: "M1168 1102q38 -15 74 -33t70 -41q-22 -24 -40 -50.5t-33 -55.5q-77 50 -164.5 76t-178.5 26q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1984 704q0 -52 -16.5 -101t-47.5 -91v-512l-256 128l-256 -128v512q-31 42 -47.5 91t-16.5 101q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM1664 896q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM1792 207v204q-60 -27 -128 -27t-128 27v-204q32 16 64 31.5t64 32.5q32 -17 64 -32.5t64 -31.5z" + }, + { + Name: "DRM", + Code: "ECA8", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1152h-1152v-128h1152v128z" + }, + { + Name: "CloudAdd", + Code: "ECA9", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128v-128h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1152 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AppIconDefault", + Code: "ECAA", + Path: "M0 2048h1920v-1024h-896v-896h-1024v1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768z" + }, + { + Name: "Photo2Add", + Code: "ECAB", + Path: "M1408 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM2048 512v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256zM922 832l358 -357v-91h-1280v1408h1792v-896h-128v768h-1536v-421l192 191l512 -512l256 256l448 -447v-91h-91l-357 358zM320 1254l-192 -193v-549h933z" + }, + { + Name: "Photo2Remove", + Code: "ECAC", + Path: "M1408 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1818 448l227 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227l90 -90zM1457 448l-65 -64h-1392v1408h1792v-1008l-64 -65l-64 65v880h-1536v-421l192 191l512 -512l256 256l323 -322l-91 -91l-232 233l-166 -166l321 -320h149zM1061 512l-741 742l-192 -193v-549h933z" + }, + { + Name: "Calories", + Code: "ECAD", + Path: "M1280 1984q0 -179 66 -330t190 -278t190 -278t66 -330q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5t-204 27.5t-183.5 77.5t-155.5 120t-120 155.5t-77.5 183.5t-27.5 204q0 84 18 165t52 155.5t84 140.5t113 121q7 -38 19 -78.5t28.5 -80t37.5 -76t46 -66.5q20 -25 52 -25q27 0 45.5 19t18.5 46q0 11 -3.5 20t-9.5 18q-28 41 -49.5 81t-36.5 82t-23 87t-8 95q0 119 45.5 224t123.5 183t183 123.5t224 45.5h64v-64zM1024 128q133 0 249.5 50t203.5 137t137 203.5t50 249.5q0 151 -56 281t-162 236q-130 131 -204.5 289t-87.5 342q-83 -11 -153.5 -50.5t-122.5 -99t-81 -135t-29 -159.5q0 -78 23 -141.5t68 -125.5q19 -26 29.5 -54.5t10.5 -61.5q0 -40 -15.5 -75t-41.5 -61.5t-61 -41.5t-75 -15q-46 0 -81 17.5t-62 46t-48.5 64.5t-39.5 72q-46 -73 -68.5 -157.5t-22.5 -170.5q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50z" + }, + { + Name: "POI", + Code: "ECAF", + Path: "M1024 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -69 -16.5 -131.5t-47.5 -124.5l-576 -1152l-576 1152q-31 62 -47.5 124.5t-16.5 131.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1500 1202q0 1 0.5 1t0.5 1q25 47 38 99t13 105q0 109 -41.5 205t-113.5 168t-168 113.5t-205 41.5t-205 -41.5t-168 -113.5t-113.5 -168t-41.5 -205q0 -53 13 -105t38 -99q0 -1 0.5 -1t0.5 -1l476 -952zM1024 1784q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 1144q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5z" + }, + { + Name: "RemoveContent", + Code: "ECC7", + Path: "M2045 803l-355 -355l355 -355l-90 -90l-355 355l-355 -355l-90 90l355 355l-355 355l90 90l355 -355l355 355zM256 256h864l-128 -128h-864v1792h1792v-864l-128 -128v864h-1536v-1536z" + }, + { + Name: "AddTo", + Code: "ECC8", + Path: "M1088 1088h320v-128h-320v-320h-128v320h-320v128h320v320h128v-320zM1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z" + }, + { + Name: "RadioBtnOff", + Code: "ECCA", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z" + }, + { + Name: "RadioBtnOn", + Code: "ECCB", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1696q93 0 178.5 -24t160.5 -68t136 -105t105 -136t68 -160.5t24 -178.5t-24 -178.5t-68 -160.5t-105 -136t-136 -105t-160.5 -68t-178.5 -24t-178.5 24t-160.5 68t-136 105t-105 136t-68 160.5t-24 178.5t24 178.5t68 160.5t105 136t136 105t160.5 68t178.5 24z" + }, + { + Name: "ExploreContent", + Code: "ECCD", + Path: "M2048 2048v-1792h-128v1664h-1664v128h1792zM128 1792h1664v-1664h-1664v1664zM256 256h1408v1408h-1408v-1408zM1024 1024h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "Embed", + Code: "ECCE", + Path: "M467 1453l90 -90l-338 -339l338 -339l-90 -90l-430 429zM1581 1453l430 -429l-430 -429l-90 90l338 339l-338 339zM701 256l512 1536h134l-512 -1536h-134z" + }, + { + Name: "CreditCardBill", + Code: "ECD6", + Path: "M1664 512h-256v128h256v-128zM1888 1536q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1088q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1600q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v608h-128v1152h896v-512h992zM128 1024h640v896h-640v-896zM1920 1024h-1024v-128h-640v-608q0 -14 9 -23t23 -9h1600q14 0 23 9t9 23v736zM1920 1376q0 14 -9 23t-23 9h-992v-256h1024v224zM512 1664h-256v128h256v-128zM512 1408h-256v128h256v-128zM256 1280h384v-128h-384v128z" + }, + { + Name: "Product", + Code: "ECDC", + Path: "M960 1928l832 -416v-1040l-832 -415l-832 415v1040zM1585 1472l-625 312l-241 -120l621 -314zM960 1160l238 118l-622 314l-241 -120zM256 1368v-816l640 -320v816zM1024 232l640 320v816l-640 -320v-816z" + }, + { + Name: "ProgressLoopInner", + Code: "ECDE", + Path: "M448 1024q0 -60 12.5 -118t35.5 -112l-111 -64q-32 69 -48.5 143.5t-16.5 150.5q0 91 22.5 176t63.5 160t99 138.5t129 111t153.5 77.5t172.5 38v-129q-109 -12 -202.5 -61.5t-162.5 -126.5t-108 -175.5t-39 -208.5zM1088 1725q90 -8 172.5 -38t153.5 -77.5t129 -111t99 -138.5t63.5 -160t22.5 -176q0 -77 -16.5 -151.5t-48.5 -143.5l-111 64q23 55 35.5 113t12.5 118q0 110 -39 208.5t-108 175.5t-162.5 126.5t-202.5 61.5v129zM1024 448q69 0 134.5 16t125 46.5t111 74t92.5 98.5l111 -65q-50 -70 -113.5 -125.5t-137 -93.5t-155.5 -58.5t-168 -20.5t-168 20.5t-156 59t-138 94t-113 125.5l112 64q41 -55 92.5 -98.5t111 -74t125 -46.5t134.5 -16z" + }, + { + Name: "ProgressLoopOuter", + Code: "ECDF", + Path: "M960 1917q-128 -9 -245 -53t-217 -116t-178 -170.5t-126 -216.5l-121 39q54 138 144 252.5t205.5 198.5t252.5 134.5t285 59.5v-128zM1854 1361q-48 118 -126 216.5t-178 170.5t-217.5 116t-244.5 53v128q148 -9 285 -59.5t252.5 -134.5t205.5 -198.5t145 -252.5zM128 1024q0 -99 21.5 -194.5t62.5 -183t100 -165.5t135 -142l-75 -104q-88 73 -157 162.5t-117 190.5t-73 211t-25 225q0 65 8.5 128.5t24.5 126.5l122 -40q-13 -53 -20 -107t-7 -108zM2015 1279q16 -63 24.5 -126.5t8.5 -128.5q0 -115 -25 -225t-73 -211t-117 -190.5t-157 -162.5l-75 104q76 64 135 142t100 165.5t62.5 183t21.5 194.5q0 54 -7 108t-20 107zM1024 128q127 0 246.5 34.5t226.5 101.5l75 -103q-123 -79 -262.5 -120t-285.5 -41t-285.5 41t-262.5 120l75 103q107 -67 226.5 -101.5t246.5 -34.5z" + }, + { + Name: "Hot", + Code: "ECE2", + Path: "M1024 628q28 -10 52 -28t40.5 -41.5t26 -52t9.5 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9.5 58.5t26 52t40 41.5t52.5 28v1100q0 26 19 45t45 19t45 -19t19 -45v-1100zM1280 729q57 -63 89 -140t32 -162q0 -90 -35.5 -168t-96.5 -135.5t-141 -90.5t-168 -33q-89 0 -168.5 33t-140.5 90.5t-96.5 135.5t-35.5 168q0 85 32 162t89 140v999q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-999zM960 128q62 0 118.5 23t99.5 63t68.5 95t25.5 118q0 75 -33 137.5t-87 112.5v1051q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1051q-54 -50 -87 -112.5t-33 -137.5q0 -63 25.5 -118t68.5 -95t99.5 -63t118.5 -23z" + }, + { + Name: "Blocked2", + Code: "ECE4", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM960 256q115 0 221.5 29.5t199 84t168 130t130 168t84 199t29.5 221.5t-29.5 221.5t-84 199t-130 168t-168 130t-199 84t-221.5 29.5t-221.5 -29.5t-199 -84t-168 -130t-130 -168t-84 -199t-29.5 -221.5t29.5 -221.5t84 -199t130 -168t168 -130t199 -84t221.5 -29.5zM384 1152h1152v-128h-1152v128z" + }, + { + Name: "FangBody", + Code: "ECEB", + Path: "M1709 380q46 -8 84.5 -31t66.5 -56.5t44 -76t16 -88.5v-128h-1536q-80 0 -150 30t-122 82t-82 122t-30 150q0 79 30 149t82.5 122.5t122 82.5t149.5 30v-128q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q25 0 49 9.5t42 27.5t27.5 42t9.5 49q0 196 73 377q35 88 85.5 163.5t115.5 143.5q117 123 177.5 274.5t60.5 321.5v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20h192q62 0 110 -21t94 -61q26 -23 53.5 -34.5t62.5 -11.5q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-64v-704q0 -66 11 -131.5t34 -128.5zM1792 128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-43q-20 49 -35.5 95t-26.5 92.5t-17 95t-6 101.5v704q0 27 10 50t27.5 40.5t40.5 27.5t50 10q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v128q-45 0 -78 9.5t-58 23.5t-45.5 31t-41 31t-43.5 23.5t-54 9.5h-192q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-192q0 -26 19 -45t45 -19q28 0 41.5 13t18.5 32.5t4.5 42t-0.5 40.5h128v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-48 0 -91 23q-32 -131 -93.5 -242.5t-153.5 -208.5q-117 -123 -177.5 -274.5t-60.5 -321.5q0 -68 -34 -128h802q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20v128q62 0 118.5 -18.5t103.5 -52t83 -80.5t57 -105h22v512h128v-546q60 -35 94 -94t34 -128h256z" + }, + { + Name: "Toolbox", + Code: "ECED", + Path: "M1408 1536h640v-1152h-2048v1152h640v256h768v-256zM768 1664v-128h512v128h-512zM1920 1408h-1792v-256h384v128h128v-128h768v128h128v-128h384v256zM128 512h1792v512h-384v-128h-128v128h-768v-128h-128v128h-384v-512z" + }, + { + Name: "PageHeader", + Code: "ECEE", + Path: "M127 2048h1792v-2048h-1792v2048zM1792 127v1792h-1536v-1792h1536zM1663 1790v-639h-1280v639h1280zM1536 1280v381h-1024v-381h1024zM1663 1024v-641h-1280v641h1280zM1536 512v383h-1024v-383h1024z" + }, + { + Name: "Glimmer", + Code: "ECF4", + Path: "M1792 2048h256v-1280h-256v1280zM0 0v256h1280v-256h-1280zM486 1382l180 180l896 -896l-180 -180z" + }, + { + Name: "ChatInviteFriend", + Code: "ECFE", + Path: "M1762 458q66 -32 118.5 -80.5t90 -108t57.5 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57.5 128t90 108t118.5 80.5q-75 54 -116.5 135.5t-41.5 174.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -93 -41.5 -174.5t-116.5 -135.5zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2048 1920v-1024q0 48 -9 84t-25.5 67t-40 60t-53.5 63v622h-1792v-1152h256v-267l267 267h390q8 -34 21.5 -66t30.5 -62h-389l-448 -448v448h-256v1408h2048z" + }, + { + Name: "Brush", + Code: "ECFF", + Path: "M1803 1920q51 0 95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5q0 -49 -18.5 -93.5t-53.5 -79.5q-303 -303 -605.5 -606t-605.5 -606q-6 -61 -33 -114t-69.5 -92t-98 -61.5t-116.5 -22.5h-256q-40 0 -75 15t-61 41t-41 61t-15 75v64h64q26 0 45 19t19 45q0 61 22.5 116.5t61.5 98t92 69.5t114 33q303 303 606 605.5t606 605.5q35 35 79.5 53.5t93.5 18.5zM576 613q55 -24 98 -67t67 -98l116 116q-61 104 -165 165zM448 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -55 -29.5 -102t-79.5 -71q18 -19 45 -19h256zM1886 1592q34 34 34 83q0 24 -9 45.5t-25 37.5t-37.5 25t-45.5 9q-49 0 -83 -34l-935 -936q99 -66 165 -165z" + }, + { + Name: "Shirt", + Code: "ED00", + Path: "M2048 1664l-128 -512h-256v-1024h-1280v1024h-256l-128 512l768 256q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5zM1895 1580l-524 175q-24 -50 -60.5 -90.5t-81.5 -69t-97.5 -44t-107.5 -15.5q-56 0 -108 15.5t-97 44t-81.5 69t-60.5 90.5l-524 -175l75 -300h284v-1024h1024v1024h284z" + }, + { + Name: "Crown", + Code: "ED01", + Path: "M1793 1727q40 0 75 -15t61 -41t41 -61t15 -75t-15.5 -75t-41.5 -61t-61 -41t-75 -15v-1216h-1536v1216q-40 0 -74.5 15t-60.5 41.5t-41 61.5t-15 74q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -55 -29.5 -102.5t-79.5 -70.5l361 -479l260 471q-29 10 -52.5 28t-40.5 42t-26 52.5t-9 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -61 -34.5 -110t-91.5 -70l263 -473l354 481q-49 24 -78 70.5t-29 101.5q0 40 15 75t41 61t61 41t75 15zM961 1535q0 -27 19.5 -45.5t45.5 -18.5v1l1 -1q26 1 44 19.5t18 44.5t-19 45t-45 19t-45 -19t-19 -45zM193 1535q0 -26 18.5 -45t44.5 -19v1l1 -1q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45zM1663 1084l-324 -441l-312 563l-309 -559l-333 441v-832h1278v828zM1792 1471q26 0 45.5 18.5t19.5 45.5q0 26 -19 45t-45 19t-45 -19t-19 -45q0 -25 17 -43.5t42 -20.5l4 5v-5z" + }, + { + Name: "Diamond", + Code: "ED02", + Path: "M2048 1216q0 -23 -15 -41l-960 -1152q-18 -23 -49 -23t-49 23l-960 1152q-15 18 -15 41q0 18 9 33l384 640q8 14 23 22.5t32 8.5h1152q17 0 32 -8.5t23 -22.5l384 -640q9 -15 9 -33zM1173 1792h-298l-204 -512h706zM484 1792l-307 -512h356l204 512h-253zM201 1152l621 -746l-290 746h-331zM1024 241l355 911h-710zM1226 406l621 746h-331zM1515 1280h356l-307 512h-253z" + }, + { + Name: "ScaleUp", + Code: "ED09", + Path: "M256 512v1024h1536v-1024h-1536zM384 1408v-768h1280v768h-1280zM1664 1792h384v-384h-128v256h-256v128zM128 1664v-256h-128v384h384v-128h-256zM1920 384v256h128v-384h-384v128h256zM128 640v-256h256v-128h-384v384h128z" + }, + { + Name: "ResetDevice", + Code: "ED10", + Path: "M1280 256v128h256v-128h-256zM768 896h-128v384h128v-384zM640 768h128v-128h-128v128zM1280 960q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224v64h128v-64q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-422l147 -147l-90 -90l-302 301l302 301l90 -90l-147 -147h422q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1920 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v99q32 3 64 9t64 14v-122h1024v1792h-1024v-250q-32 8 -64 14t-64 9v227q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024z" + }, + { + Name: "QRCode", + Code: "ED14", + Path: "M384 1408v256h256v-256h-256zM128 1152v768h768v-768h-768zM256 1792v-512h512v512h-512zM384 384v256h256v-256h-256zM128 128v768h768v-768h-768zM256 768v-512h512v512h-512zM1664 1664v-256h-256v256h256zM1152 1920h768v-768h-768v768zM1792 1280v512h-512v-512h512zM1152 512h128v-128h-128v128zM1408 768h-128v-128h-128v256h256v-128zM1664 896v-128h-128v128h128zM1536 768v-256h-256v128h128v128h128zM1280 384h256v-128h-128v-128h-256v128h128v128zM1536 128v128h256v-128h-256zM1920 256h-128v256h128v-256zM1792 768v128h128v-256h-128v-128h-128v256h128zM1536 384v128h128v-128h-128z" + }, + { + Name: "Feedback", + Code: "ED15", + Path: "M958 720q101 -40 184 -106.5t142 -152.5t91.5 -187t32.5 -210v-64h-128v64q0 119 -45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224v-64h-128v64q0 109 32.5 210t91.5 187t142 152.5t184 106.5q-45 31 -81 72t-61 88.5t-38.5 100t-13.5 107.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -55 -13.5 -107.5t-38.5 -100t-61 -88.5t-81 -72zM704 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM2048 2048v-1024h-256l-384 -384v384h-128v128h256v-203l203 203h181v768h-1280v-230q-32 -4 -64.5 -10.5t-63.5 -17.5v386h1536z" + }, + { + Name: "SharepointLogoInverse", + Code: "ED18", + Path: "M2048 896q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-65 0 -130 17q-9 -85 -47.5 -158.5t-98.5 -127.5t-137 -84.5t-163 -30.5q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 16 1.5 32t3.5 32h-432q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h302q12 109 62 202.5t127 162.5t175.5 108t208.5 39q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-83 0 -158.5 -29t-134.5 -80.5t-98.5 -122t-51.5 -152.5h422q35 0 60 -25t25 -60v-422l18 3q18 64 52 121.5t80.5 104t103.5 80.5t122 52q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM522 691q46 0 90.5 9.5t79.5 31.5t56.5 58t21.5 90t-22.5 90t-56.5 60t-73 39.5t-73 29t-56.5 28.5t-22.5 38q0 17 12 27.5t28.5 16.5t34.5 8t30 2q51 0 90 -13t81 -39v152q-24 7 -44.5 12t-40.5 8.5t-41.5 5t-47.5 1.5q-44 0 -90 -10t-83.5 -32t-61 -58t-23.5 -88q0 -51 22.5 -85t56.5 -58t73 -40.5t73 -31t56.5 -30.5t22.5 -39q0 -19 -10.5 -30t-26.5 -17t-33.5 -7.5t-31.5 -1.5q-60 0 -106.5 20t-94.5 53v-160q102 -40 211 -40zM960 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 57 -19 109t-53 93.5t-81 70.5t-103 41v-165q0 -35 -25 -60t-60 -25h-293q-6 -32 -6 -64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5q0 -11 0.5 -22t1.5 -22q47 -23 87 -55.5t71.5 -73t53.5 -87.5t33 -98q67 -26 137 -26z" + }, + { + Name: "YammerLogo", + Code: "ED19", + Path: "M2004 1023q0 -42 -2.5 -93t-8 -103.5t-13.5 -102.5t-20 -90q-5 -18 -18.5 -29.5t-33.5 -11.5q-9 0 -38 7t-63 16.5t-64.5 18.5t-43.5 12q-21 -78 -54.5 -161.5t-76.5 -163t-95 -152.5t-109 -130q-9 -8 -18.5 -12.5t-21.5 -4.5q-22 0 -37 15l-475 474h-727q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h727l474 474q15 15 37 15q13 0 21.5 -4t17.5 -13q26 -26 48.5 -53.5t43.5 -56.5q172 -228 245 -501q18 5 48.5 14t62 18t59 15.5t39.5 6.5q20 0 33.5 -11.5t18.5 -29.5q12 -41 20.5 -90.5t14 -101t7.5 -102t2 -93.5zM784 1288q0 31 -21 52t-52 21q-20 0 -37.5 -10.5t-27.5 -28.5l-130 -245l-126 245q-12 23 -32.5 31t-44.5 8q-31 0 -52 -21t-21 -52q0 -20 9 -36l177 -315q2 -4 3.5 -10t1.5 -11v-156q0 -38 25.5 -55.5t59.5 -17.5q24 0 38.5 9t22.5 24t11 34.5t3 41.5q0 26 -2 52t-2 48q0 14 1 24.5t6 18.5l180 313q10 18 10 36zM1320 1863l-338 -339q19 -11 30.5 -30.5t11.5 -42.5v-234l551 147q-38 142 -101 263t-154 236zM1576 681l-552 148v-232q0 -23 -11.5 -42.5t-30.5 -30.5l339 -339q89 109 154 234t101 261v1zM1851 739q13 71 19 141.5t6 142.5t-6 142.5t-19 140.5q-208 -56 -413.5 -110.5t-413.5 -110.5q-1 -16 -1 -31v-31v-31.5t1 -30.5q208 -56 413.5 -110t413.5 -112z" + }, + { + Name: "Hide", + Code: "ED1A", + Path: "M1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM640 1024q0 -74 26 -139.5t72 -116.5t108.5 -84t135.5 -42q19 -2 38.5 -2h38.5q-22 -63 -29 -128q-152 0 -294.5 38.5t-273 106.5t-247 162t-215.5 205q97 109 213 203t246.5 162.5t272.5 107.5t292 39q153 0 296 -36.5t272.5 -103.5t244.5 -161.5t211 -210.5l-91 -91l-8 9q-108 126 -232.5 224.5t-279.5 160.5q48 -66 73.5 -144t25.5 -159v-6q-65 -7 -128 -29v35q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149zM603 733q-45 64 -68 138.5t-23 152.5t23 152.5t68 138.5q-120 -52 -226 -126t-200 -165q94 -91 200 -165t226 -126z" + }, + { + Name: "Uneditable", + Code: "ED1D", + Path: "M1472 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1712 2048q70 0 131 -26.5t106.5 -72t72 -106.5t26.5 -131q0 -66 -25 -127.5t-73 -109.5l-451 -451h-182l384 384l-293 293l-1082 -1081q52 -17 98.5 -45t84.5 -66t66 -84.5t45 -98.5l276 277v-182l-263 -263l-633 -158l158 633q3 3 6.5 6t6.5 6l1304 1305q48 48 109.5 73t127.5 25zM505 258q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5l-82 -329zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48z" + }, + { + Name: "ReturnToSession", + Code: "ED24", + Path: "M885 1536q-155 0 -294.5 -58t-248.5 -167t-167 -248.5t-58 -294.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5h896v128h-896q-88 0 -170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23h821l-426 -427l74 -74l566 565l-566 565l-74 -74l426 -427h-821z" + }, + { + Name: "OpenFolderHorizontal", + Code: "ED25", + Path: "M1920 1280q26 0 49.5 -10t41 -27.5t27.5 -40.5t10 -49q0 -30 -14 -58l-419 -839h-1615v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h352q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256h256zM128 591l309 618q17 33 47.5 52t67.5 19h984v256h-736q-45 0 -77.5 9.5t-58 23.5t-45.5 31t-40.5 31t-44 23.5t-54.5 9.5h-352v-1073zM1920 1152h-1368l-384 -768h1368z" + }, + { + Name: "CalendarMirrored", + Code: "ED28", + Path: "M1280 1280h-128v-128h128v128zM896 512h-128v-128h128v128zM512 1280h-128v-128h128v128zM896 1280h-128v-128h128v128zM1280 1024h-128v-128h128v128zM1664 1024h-128v-128h128v128zM512 1024h-128v-128h128v128zM896 1024h-128v-128h128v128zM1280 768h-128v-128h128v128zM1664 768h-128v-128h128v128zM512 768h-128v-128h128v128zM896 768h-128v-128h128v128zM1280 512h-128v-128h128v128zM1664 512h-128v-128h128v128zM0 1920v-1792h2048v1792h-384v128h-128v-128h-1024v128h-128v-128h-384zM1920 1792v-256h-1792v256h256v-128h128v128h1024v-128h128v128h256zM128 256v1152h1792v-1152h-1792z" + }, + { + Name: "SwayLogoInverse", + Code: "ED29", + Path: "M128 1696l1024 224v-1792l-1024 224v1344zM411 633q5 -3 16.5 -8.5t25 -11.5t26 -11t18.5 -7q29 -10 60.5 -14.5t62.5 -4.5q47 0 89 12t74.5 37t54 62t27.5 87v-5l1 10l-1 -5q4 23 4 50q0 51 -16 92t-43 76t-62 64.5t-73 56.5q-27 20 -40.5 40.5t-13.5 55.5q0 44 29 67.5t71 23.5q15 0 32.5 -3.5t35.5 -9.5t34.5 -14.5t27.5 -17.5v186q-34 14 -68 22.5t-71 8.5q-26 0 -51.5 -1.5t-51.5 -7.5q-47 -11 -83 -35t-60 -58t-36 -75.5t-12 -88.5q0 -59 17 -99.5t43 -69.5t55.5 -50.5t55.5 -42t43 -44t17 -55.5q0 -45 -29.5 -65t-70.5 -20q-46 0 -76 15.5t-62 44.5v-187zM1792 1792q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-640l-369 370q-6 6 -21.5 10t-23.5 4q-20 0 -39 -14q-17 -13 -32.5 -28t-30.5 -30l-62 -60t-62 -61v577h512zM1792 1664h-128v-128h128v128zM1280 1024h640v-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-512v256h128v128h-128v128h128v128h-128v128zM1536 768h256v128h-256v-128zM1536 512h256v128h-256v-128z" + }, + { + Name: "OutOfOffice", + Code: "ED34", + Path: "M1600 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM768 768h128v-768h-128v768zM1920 2048v-2048h-128v1920h-896v-768h-128v896h1152zM347 1024h805v-128h-805l210 -211l-90 -90l-365 365l365 365l90 -90z" + }, + { + Name: "SkipBack10", + Code: "ED3C", + Path: "M462 900q34 9 70.5 24.5t72.5 34.5t69 41t60 44h39v-916h-103v774q-15 -15 -41.5 -32t-56.5 -31.5t-59.5 -26t-50.5 -16.5v104zM1366 1039q62 0 106.5 -20.5t76 -55.5t50.5 -81.5t30 -97.5t14.5 -103.5t3.5 -100.5q0 -49 -5 -102.5t-18 -105.5t-34.5 -99t-55 -83t-79.5 -57t-108 -21q-59 0 -102.5 20.5t-75 54.5t-52 79t-32.5 94.5t-16.5 100.5t-4.5 97q0 50 4.5 105.5t16.5 108.5t33 101.5t55 85.5t81 58.5t112 21.5zM1357 200q43 0 74 19t51.5 49.5t32.5 70t18.5 80.5t8 80.5t1.5 70.5q0 30 -1.5 70t-7.5 82.5t-17.5 83.5t-32 73.5t-50.5 52.5t-73 20q-45 0 -76.5 -20t-53 -52.5t-34 -74t-19 -85t-8 -84.5t-1.5 -73q0 -31 2 -70.5t8 -79.5t18.5 -78.5t33 -68.5t51.5 -48t75 -18zM1038 1920q173 0 334 -54.5t294.5 -153.5t232.5 -237t149 -304l-122 -38q-45 148 -131 269.5t-203 208t-258.5 134t-295.5 47.5q-130 0 -254 -36.5t-232 -103t-196 -161t-146 -211.5h316v-128h-512v512h128v-243q72 116 169.5 208.5t213.5 157t246 99t267 34.5z" + }, + { + Name: "SkipForward30", + Code: "ED3D", + Path: "M704 568q44 -4 82.5 -20.5t67.5 -44.5t45.5 -65.5t16.5 -83.5q0 -67 -26 -117.5t-70 -84t-101 -50.5t-118 -17q-53 0 -106 10t-98 39v110q90 -72 207 -72q40 0 77.5 10.5t66 31.5t46 53.5t17.5 77.5q0 46 -15 76.5t-40 50.5t-58 30t-69 14t-73 4.5t-70 0.5v86q47 0 98.5 2t94.5 17t71 49t28 98q0 82 -46 117t-123 35q-50 0 -94.5 -17t-83.5 -47v100q46 28 98 39.5t106 11.5q49 0 93.5 -13.5t79 -40.5t55 -67t20.5 -93q0 -92 -45.5 -147.5t-133.5 -79.5v-3zM1366 1012q62 0 106.5 -20.5t76 -55.5t50.5 -81.5t30 -97.5t14.5 -103.5t3.5 -100.5q0 -49 -5 -102.5t-17.5 -105.5t-34.5 -99t-55 -83t-79.5 -57t-108.5 -21q-59 0 -103 20.5t-75.5 54.5t-51.5 79t-32 94.5t-16.5 100.5t-4.5 97q0 50 4.5 105.5t16.5 108.5t33.5 101.5t55 85.5t81 58.5t111.5 21.5zM1357 172q43 0 74 19t51.5 50t32.5 70.5t18.5 80.5t8 80.5t1.5 70.5q0 30 -1.5 70t-7.5 82.5t-17.5 83.5t-32 73.5t-50.5 52.5t-73 20q-45 0 -76.5 -20t-53 -52.5t-34 -74t-19 -85t-8 -84.5t-1.5 -73q0 -31 2 -70.5t8 -80t18.5 -79t33 -68.5t51.5 -48t75 -18zM2048 1664v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-232 103t-254 36.5q-155 0 -296 -47.5t-257.5 -134t-203 -208t-131.5 -269.5l-122 38q33 111 88.5 209.5t129.5 182t163.5 149.5t190.5 112.5t211.5 71t226.5 24.5q136 0 266.5 -34.5t246.5 -99t213.5 -157t169.5 -208.5v243h128z" + }, + { + Name: "Trophy", + Code: "ED3F", + Path: "M1664 1792v-447q0 -57 -19.5 -109.5t-54 -94t-82.5 -70.5t-104 -40q-9 -75 -41.5 -140.5t-83 -117t-115.5 -85t-140 -43.5v-133h384v-256h128v-128h-1152v128h128v256h384v133q-75 10 -140 43.5t-115.5 85t-83 117t-41.5 140.5q-56 11 -104 40t-82.5 70.5t-54 94t-19.5 109.5v447h256v128h896v-128h256zM640 384v-128h640v128h-640zM384 1345q0 -30 9.5 -58.5t26 -52t40 -42t52.5 -28.5v500h-128v-319zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5v704h-640v-704q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 1664h-128v-500q28 10 52 28.5t40.5 42t26 52t9.5 58.5v319z" + }, + { + Name: "RewardsLogo", + Code: "ED4E", + Path: "M2048 1408l-839 -420q73 -29 133.5 -77t103.5 -110.5t66.5 -136t23.5 -152.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 79 23.5 152.5t66.5 136t103 110.5t134 77l-839 420v640h2048v-640zM384 1920h-256v-433l256 -128v561zM1408 512q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1536 1920h-1024v-625l512 -256l512 256v625zM1920 1920h-256v-561l256 128v433z" + }, + { + Name: "RewardsLogoSolid", + Code: "ED4F", + Path: "M2048 1408l-384 -192v832h384v-640zM0 2048h384v-832l-384 192v640zM512 2048h1024v-896q-82 -42 -163.5 -82t-163.5 -82q73 -29 133.5 -77t103.5 -110.5t66.5 -136t23.5 -152.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 79 23.5 152.5t66.5 136t103 110.5t134 77l-327 164v896z" + }, + { + Name: "ReopenPages", + Code: "ED50", + Path: "M1536 1408h512v-1280h-1536v512h-512v1280h1536v-512zM1920 1280h-384v-128h384v128zM1408 1792h-1280v-128h1280v128zM128 1536v-768h1280v768h-1280zM640 256h1280v768h-384v-384h-896v-384z" + }, + { + Name: "EmojiTabSymbols", + Code: "ED58", + Path: "M1920 896h128v-384h-384v128h192q-45 60 -113 94t-143 34q-51 0 -98 -15.5t-87 -43.5t-70 -67t-47 -87l-120 42q24 67 66 122t97.5 94.5t121.5 61t137 21.5q91 0 174 -35t146 -100v135zM448 2048q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM128 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM715 1424q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM512 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384zM1600 128q51 0 98 15.5t86.5 43.5t70 67t47.5 87l120 -42q-24 -67 -66 -122t-97.5 -94.5t-121.5 -61t-137 -21.5q-91 0 -174 35t-146 100v-135h-128v384h384v-128h-192q45 -60 113 -94t143 -34zM1230 1527q-38 38 -58 87t-20 102q0 56 21 105t57 85t84.5 57t104.5 21q51 0 97.5 -18t83.5 -52q37 34 83.5 52t97.5 18q55 0 104 -21t85 -57t57 -85t21 -105q0 -53 -20 -102t-58 -87l-370 -369zM1420 1856q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -28 10.5 -53t30.5 -45l279 -279l279 279q41 41 41 98q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45 30.5t-53 10.5z" + }, + { + Name: "AADLogo", + Code: "ED68", + Path: "M2048 738l-1024 -598l-1024 598l1024 1170zM1522 678q30 0 57 11.5t46.5 31t31 46.5t11.5 57t-11.5 56.5t-31.5 46t-46.5 31t-56.5 11.5q-32 0 -62 -14l-314 359q23 35 23 79q0 30 -11.5 56.5t-31 46t-46 31t-56.5 11.5t-56.5 -11.5t-46.5 -31t-31.5 -46t-11.5 -56.5q0 -21 6.5 -41.5t17.5 -37.5l-314 -359q-30 14 -62 14q-30 0 -56.5 -11.5t-46.5 -31t-31.5 -46t-11.5 -56.5t11.5 -57t31 -46.5t46.5 -31t57 -11.5q28 0 54 10.5t46 30.5l257 -150q-5 -20 -5 -36q0 -30 11.5 -56.5t31.5 -46.5t46.5 -31.5t56.5 -11.5t56.5 11.5t46.5 31.5t31.5 46.5t11.5 56.5q0 16 -5 36l256 150q20 -20 46 -30.5t55 -10.5zM962 1261q5 -2 10.5 -4t11.5 -4v-580q-35 -11 -61 -35l-257 150q5 20 5 36q0 44 -23 79zM1400 903q-23 -35 -23 -79q0 -20 4 -36l-256 -150q-26 24 -61 35v580q6 2 11.5 4t10.5 4z" + }, + { + Name: "AccessLogo", + Code: "ED69", + Path: "M1280 1984q137 0 274 -15q24 -3 69.5 -9.5t100.5 -18t112.5 -28t104.5 -39t77 -51t30 -63.5v-1472q0 -35 -30 -63.5t-77 -51t-104.5 -39t-112.5 -28t-100.5 -18.5t-69.5 -9q-137 -15 -274 -15q-138 0 -274 15q-24 2 -69.5 9t-100.5 18.5t-112.5 28t-104.5 39t-77 51t-30 63.5v224h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v224q0 35 30 63.5t77 51t104.5 39t112.5 28t100.5 18t69.5 9.5q136 15 274 15zM1280 1856q-65 0 -145 -4.5t-162.5 -15.5t-160.5 -29.5t-138 -46.5q62 -29 139.5 -47.5t159 -29t161 -15t146.5 -4.5t146.5 4.5t161 15t159 29t139.5 47.5q-60 28 -138 46.5t-160.5 29.5t-162.5 15.5t-145 4.5zM403 841h217l51 -153h171l-245 672h-167l-248 -672h170zM1920 309v303q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5q-73 0 -145.5 4.5t-144.5 12.5q-23 -17 -51 -17h-299v-203q29 -23 78 -41t108.5 -31t124.5 -21.5t126.5 -14t114.5 -7.5t88 -2t88 2t114.5 7.5t126.5 14t124.5 21.5t108.5 31t78 41zM1920 755v369q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5q-64 0 -128 3.5t-128 9.5v-384q64 -7 128 -10t128 -3q37 0 90 2t113.5 7.5t124.5 14t123 21.5t108.5 30t80.5 40zM1920 1267v369q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5t-155 5t-170 16.5t-167.5 30.5t-147.5 48v-100h299q35 0 60 -25t25 -60v-286q64 -7 128 -10t128 -3q37 0 90 2t113.5 7.5t124.5 14t123 21.5t108 30t81 40zM442 971l69 209l67 -209h-136z" + }, + { + Name: "AdminALogoInverse32", + Code: "ED6A", + Path: "M1407 1023q0 -26 -10 -49t-27.5 -40t-40.5 -27t-49 -10v254q26 0 49 -10t40.5 -27.5t27.5 -41t10 -49.5zM2020 939l-63 -240l-210 28q-17 -26 -35.5 -50t-40.5 -46l73 -191l-214 -125l-128 167q-60 -15 -122 -15v209q72 0 135 27t110 74.5t74 110.5t27 135q0 71 -27 134t-74 110t-110 74.5t-135 27.5v215h5l79 178l240 -63l-27 -204q27 -17 51.5 -37t47.5 -43l187 71l124 -214l-166 -127q13 -59 13 -124zM619 1269q17 -80 36 -158.5t38 -158.5l-151 2q19 79 38 157.5t36 157.5h3zM64 1776l1152 205v-1914l-1152 199v1510zM340 677l134 -8l40 159l211 -7l44 -170l156 -10l-224 766l-158 -10z" + }, + { + Name: "AdminCLogoInverse32", + Code: "ED6B", + Path: "M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2017 939l-63 -239l-209 28q-17 -26 -36 -50t-40 -46l73 -190l-213 -124l-127 166q-30 -8 -60.5 -11t-61.5 -4v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-109.5 74t-134.5 27v214h5l79 178l238 -63l-26 -203q26 -17 51 -37t47 -43l186 71l124 -213l-165 -127q6 -31 9.5 -61.5t3.5 -61.5zM64 1775l1152 205v-1912l-1152 199v1508zM740 1421q-93 0 -164 -31t-119 -86t-73 -130.5t-25 -164.5q0 -83 21.5 -152.5t64.5 -119.5t108.5 -77.5t152.5 -27.5q38 0 77.5 5.5t74.5 22.5v162q-72 -43 -155 -43q-53 0 -91 20t-63 53.5t-37 77t-12 91.5q0 51 13 96.5t40 80t67.5 54.5t96.5 20q38 0 73.5 -9.5t67.5 -29.5v171q-29 10 -58.5 13.5t-59.5 3.5z" + }, + { + Name: "AdminDLogoInverse32", + Code: "ED6C", + Path: "M761 1049q0 -44 -9 -91.5t-30 -86.5t-57 -64.5t-90 -25.5q-18 0 -36 1l-36 2v510q20 1 39.5 2t39.5 1q51 0 85.5 -22.5t55.5 -58.5t29.5 -80t8.5 -87zM64 1775l1152 205v-1912l-1152 199v1508zM376 646q57 -4 114 -9.5t114 -5.5q86 0 145.5 38.5t96.5 99.5t53.5 136t16.5 148q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-784zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "AdminELogoInverse32", + Code: "ED6D", + Path: "M64 1775l1152 205v-1912l-1152 199v1508zM447 624l377 -30v157l-242 12v187l210 -2v156l-210 -4v182l226 13v157l-361 -32v-796zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "AdminLLogoInverse32", + Code: "ED6E", + Path: "M64 1776l1152 205v-1914l-1152 199v1510zM462 654l391 -22l-3 143l-256 4v643l-132 -16v-752zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "AdminMLogoInverse32", + Code: "ED6F", + Path: "M1405 1024q0 -26 -10 -49t-27 -40t-39.5 -27t-48.5 -10v251q26 0 48.5 -10t39.5 -27t27 -40t10 -48zM2011 939l-63 -236l-207 27q-34 -53 -75 -95l72 -188l-211 -123l-126 164q-62 -14 -121 -14v207q71 0 133 26.5t108.5 73t73.5 108.5t27 133t-27 133t-73.5 108.5t-108.5 73.5t-133 27v212h5l78 177l236 -63l-26 -201q54 -35 98 -80l184 71l123 -211l-164 -126q13 -58 13 -122zM64 1779l1152 205v-1920l-1152 199v1516zM261 655l113 -9v414q0 48 -1.5 96.5t-3.5 96.5l3 1q4 -26 7.5 -52t10.5 -52l140 -516l115 -9l153 542q8 27 12.5 54.5t9.5 55.5h3q-2 -45 -3.5 -88t-1.5 -88v-490l156 -13v845l-223 -18l-132 -477q-8 -28 -14 -55.5t-11 -56.5h-3q-6 56 -21 112l-123 452l-186 -15v-730z" + }, + { + Name: "AdminOLogoInverse32", + Code: "ED70", + Path: "M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2017 939l-63 -239l-209 28q-17 -26 -36 -50t-40 -46l73 -190l-213 -124l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134q0 72 -27 134.5t-74 109.5t-110 74t-134 27v214h5l79 178l238 -63l-26 -203q26 -17 51 -37t47 -43l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10zM628 769q-42 0 -72 27t-48.5 65.5t-27 82t-8.5 76.5t8.5 76t27 82t48.5 65.5t72 26.5t72 -26.5t48.5 -65t27 -82t8.5 -76.5t-8.5 -76.5t-27 -82.5t-48.5 -65.5t-72 -26.5zM64 1776l1152 205v-1914l-1152 199v1510zM639 1420q-50 0 -92 -17.5t-75.5 -48t-59 -70t-42.5 -84t-25.5 -91t-8.5 -89.5t8.5 -89.5t25.5 -91t42.5 -84t59 -70t75.5 -48t92 -17.5q75 0 132 38t95 97t57 129.5t19 135.5t-19 135.5t-57 129.5t-95 97t-132 38z" + }, + { + Name: "AdminPLogoInverse32", + Code: "ED71", + Path: "M1408 1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10v255q27 0 50 -10t40.5 -27t27.5 -40t10 -50zM2024 938l-63 -241l-212 28q-17 -26 -35.5 -50.5t-40.5 -45.5l74 -192l-216 -126l-128 168q-60 -15 -123 -15v210q72 0 135.5 27.5t110.5 74.5t74.5 110.5t27.5 135.5t-27.5 135.5t-74.5 111t-110.5 75t-135.5 27.5v216h5l79 180l241 -64l-27 -205q27 -17 52 -37.5t48 -43.5l188 72l125 -215l-167 -129q13 -59 13 -124zM769 1198q0 -72 -38 -101t-105 -29q-13 0 -25 0.5t-25 0.5v251q17 1 33.5 2t33.5 1q126 0 126 -125zM64 1776l1152 205v-1914l-1152 199v1510zM427 661l149 -18v288q75 -2 142.5 9.5t117.5 43.5t79.5 88t29.5 144q0 122 -65 186t-186 64q-66 0 -133 -5.5t-134 -9.5v-790z" + }, + { + Name: "AdminSLogoInverse32", + Code: "ED72", + Path: "M64 1776l1152 205v-1914l-1152 199v1510zM677 1429q-54 0 -98 -17.5t-75 -49.5t-48 -76.5t-17 -97.5q0 -59 18.5 -98t48.5 -69t68 -55.5t78 -56.5q17 -14 26 -33.5t9 -41.5q0 -38 -23.5 -58t-59.5 -20q-23 0 -46 6.5t-44.5 18t-40 27.5t-31.5 35v-173q39 -26 84 -40t93 -14q50 0 91 15.5t70 44.5t44.5 70t15.5 92q0 62 -19.5 104.5t-48.5 72t-62.5 50t-62.5 40.5t-48.5 43.5t-19.5 57.5q0 22 8.5 38t22.5 26t33 14.5t39 4.5q33 0 69 -13.5t60 -37.5v169q-31 11 -66.5 16.5t-67.5 5.5zM1408 1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10v255q27 0 50 -10t40.5 -27t27.5 -40t10 -50zM2024 938l-63 -241l-212 28q-17 -26 -35.5 -50.5t-40.5 -45.5l74 -192l-216 -126l-128 168q-60 -15 -123 -15v210q72 0 135.5 27.5t110.5 74.5t74.5 110.5t27.5 135.5t-27.5 135.5t-74.5 111t-110.5 75t-135.5 27.5v216h5l79 180l241 -64l-27 -205q27 -17 52 -37.5t48 -43.5l188 72l125 -215l-167 -129q13 -59 13 -124z" + }, + { + Name: "AdminYLogoInverse32", + Code: "ED73", + Path: "M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM64 1775l1152 205v-1912l-1152 199v1508zM321 1388l206 -508v-284l159 -14v298l248 560l-184 -16l-119 -321q-6 -16 -9.5 -32t-6.5 -33h-2q-3 17 -6.5 34t-9.5 33l-110 297zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z" + }, + { + Name: "DelveLogoInverse", + Code: "ED76", + Path: "M1280 768h256v-384h-256v384zM1984 1664v-448h-384v448h384zM1280 1664h256v-832h-256v832zM1600 1152h384v-768h-384v768zM761 1042q0 -43 -8.5 -90.5t-29.5 -87t-56 -65t-89 -25.5q-19 0 -37.5 0.5t-37.5 1.5v510q19 2 37.5 3t38.5 1q52 0 87 -22.5t56 -58t30 -79.5t9 -88zM64 1785l1152 207v-1936l-1152 201v1528zM376 639q57 -5 114 -10.5t114 -5.5t102.5 18t80 48.5t59 72t40.5 88.5t23 97t7 98q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-783z" + }, + { + Name: "ExchangeLogoInverse", + Code: "ED78", + Path: "M2048 1376q0 -25 -10 -49.5t-27 -41.5l-262 -261l262 -261q17 -17 27 -41.5t10 -49.5v-416q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-416q-25 0 -49.5 10t-41.5 27l-261 262l-261 -262q-17 -17 -41.5 -27t-49.5 -10h-416q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-171q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h416q25 0 49.5 -10t41.5 -27l261 -262l261 262q17 17 41.5 27t49.5 10h416q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-416zM384 1792v-256h555q35 0 60 -25t25 -60v117l-224 224h-416zM288 688h448v135h-291v136h260v135h-260v130h277v136h-434v-672zM1920 672l-224 224h-315q-21 0 -39.5 -8t-32 -21.5t-21.5 -32t-8 -39.5v-315l224 -224h416v416zM1920 1376v416h-416l-352 -352v-187q0 -66 -34.5 -121.5t-93.5 -84.5v-450q0 -35 -25 -60t-60 -25h-555v-256h416l352 352v187q0 48 18 89.5t49 72.5t72.5 49t89.5 18h187z" + }, + { + Name: "LyncLogo", + Code: "ED79", + Path: "M1389 1251q-29 0 -57.5 -4t-51.5 -23v186q13 2 24.5 6.5t24.5 6.5q-3 5 -11.5 14.5t-16.5 20t-14.5 21t-6.5 17.5v46q0 14 7.5 25t19 18.5t25.5 11.5t26 4q17 0 33.5 -7.5t26.5 -21.5l244 -321h-273zM2048 1031q0 -69 -23 -133t-65 -115.5t-99.5 -86.5t-126.5 -47q16 -22 33 -44t17 -51q0 -34 -23.5 -58t-57.5 -24q-21 0 -34 6.5t-26 23.5l-244 314q71 -1 141.5 -1.5t141.5 -0.5q11 0 26 3.5t25 7.5q33 11 59.5 32t46 48t30 59t10.5 67q0 38 -12.5 75t-36.5 67q-8 10 -9.5 11.5t-2 1t-2 1t-9.5 10.5l-182 220h76v1q75 -5 138.5 -38.5t110 -86.5t72.5 -121t26 -141zM1280 844l156 -197h-69q-26 0 -45.5 5t-41.5 19v173zM64 1776l1152 205v-1914l-1152 199v1510zM466 654l389 -22l-2 143l-257 4v643l-130 -16v-752z" + }, + { + Name: "OfficeVideoLogoInverse", + Code: "ED7A", + Path: "M64 1785l1152 207v-1936l-1152 201v1528zM489 1392h-158l220 -759h164l190 774h-158q-29 -140 -57 -279t-59 -279q-35 138 -70.5 274t-71.5 274v-5zM1504 704q-66 0 -124 29t-100 80v358q42 51 100 80t124 29q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1408 845l240 147l-240 147v-294zM1920 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-832q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640v128h640v832h-640v128h640z" + }, + { + Name: "SocialListeningLogo", + Code: "ED7C", + Path: "M1771 1920q29 0 54.5 -11t44.5 -30t30 -44.5t11 -54.5v-265h-249q-17 41 -52.5 65t-79.5 24q-29 0 -55 -11t-45.5 -30.5t-30.5 -45.5t-11 -55q0 -19 5.5 -36.5t14.5 -33.5l-265 -306q-33 21 -74 21q-38 0 -70 -19t-52 -51l-344 177q5 18 5 35q0 29 -11 55t-30.5 45.5t-45.5 30.5t-55 11q-45 0 -81 -25.5t-52 -67.5l-196 1v481q0 29 11 54.5t30 44.5t44.5 30t54.5 11h1494zM1530 1320q27 0 51 9.5t42.5 26t31 39t15.5 49.5h241v-664q0 -29 -11 -54.5t-30 -44.5t-44.5 -30t-54.5 -11h-663l-533 -512l36 512h-334q-29 0 -54.5 11t-44.5 30t-30 44.5t-11 54.5v448l189 -1q4 -26 16.5 -48t31.5 -38t42.5 -25t49.5 -9q29 0 56 12t47 33l359 -184q0 -1 -0.5 -1.5t-0.5 -1.5q-1 -29 10.5 -54.5t31.5 -45t46 -30.5t54 -11q29 0 55 11t45.5 30t30.5 45t11 55q0 38 -19 69l265 307q17 -10 35 -15.5t38 -5.5z" + }, + { + Name: "VisioLogoInverse", + Code: "ED7D", + Path: "M1984 1451v-790q0 -35 -25 -60t-60 -25h-429q-6 -95 -46 -176.5t-104.5 -142t-149 -95t-178.5 -34.5q-84 0 -162 29t-141 80t-107 121.5t-59 153.5h-438q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h433q-6 15 -6 32q0 35 25 60l395 395q25 25 60 25t60 -25l395 -395q25 -25 25 -60q0 -17 -6 -32h433q35 0 60 -25t25 -60zM992 1902l-334 -334l32 -32h249q35 0 60 -25t25 -60v-185l302 302zM592 688l255 672h-166q-42 -123 -85 -244t-83 -245q-41 123 -82 244.5t-83 244.5h-170l251 -672h163zM992 256q73 0 137 27.5t112 75.5t75.5 112t27.5 137q0 67 -25 128t-68 109t-101.5 78t-125.5 35v-361q0 -35 -25 -60t-60 -25h-284q17 -56 49 -103t76 -81t98 -53t114 -19zM1856 704v704h-509q-11 -11 -36.5 -37.5t-59 -60t-70 -70.5t-68.5 -68t-56.5 -53t-32.5 -25v-8q80 -3 152.5 -34t130.5 -82.5t98 -119.5t56 -146h395z" + }, + { + Name: "Balloons", + Code: "ED7E", + Path: "M1728 1280q-26 0 -45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15q-26 0 -45 19t-19 45t19 45t45 19q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19zM576 1792q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15q-26 0 -45 19t-19 45t19 45t45 19zM1536 535q0 -20 -1.5 -46t3 -49t18.5 -39.5t44 -16.5q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15t-75 15t-61 41t-41 61t-15 75v87q-139 66 -247 173t-174 246q-66 -94 -154 -168t-193 -123v-87q0 -40 15 -75t41 -61t61 -41t75 -15q53 0 100 0.5t90 -7t83 -27.5t81 -60q46 -46 70 -103.5t24 -122.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15h-128q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v87q-117 55 -212 140t-161.5 190.5t-102.5 227t-36 251.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q77 0 150 -20t138 -57.5t119 -91t92 -120.5q80 78 182.5 119.5t214.5 41.5q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -130 -36 -251.5t-102.5 -227t-161.5 -190.5t-212 -140zM576 774q103 47 185.5 119.5t141 163.5t90 196.5t31.5 218.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -113 31.5 -218.5t90 -196.5t141 -163.5t185.5 -119.5zM1068 1093q25 -74 65 -141t91.5 -124t114 -103t133.5 -79q103 47 185.5 119.5t141 163.5t90 196.5t31.5 218.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-100 0 -189 -42.5t-153 -119.5q11 -38 16.5 -78t5.5 -80q0 -99 -21 -194.5t-63 -184.5z" + }, + { + Name: "Cat", + Code: "ED7F", + Path: "M2048 1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-64v-640q0 -66 11 -131.5t34 -128.5q46 -8 84.5 -31t66.5 -56.5t44 -76t16 -88.5q0 -18 0.5 -40.5t-4.5 -42t-18.5 -32.5t-41.5 -13h-1472q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199q0 79 30 149t82.5 122.5t122 82.5t149.5 30q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v128q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 198 69.5 369.5t204.5 314.5q117 124 177.5 274.5t60.5 321.5v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30h128v-113q0 -17 9.5 -33t25.5 -24q61 -30 121.5 -60t121.5 -61q49 -25 77.5 -71t28.5 -101v-113zM1920 128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-21 0 -35.5 10.5t-23.5 28.5q-18 34 -31 78t-21.5 90.5t-12.5 92.5t-4 84v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v113q0 17 -9.5 33t-25.5 24q-61 30 -121.5 60t-121.5 61q-45 23 -72.5 64.5t-31.5 92.5q-53 0 -100 -20t-82 -54.5t-55.5 -81t-20.5 -100.5v-128q0 -197 -69.5 -369t-204.5 -315q-117 -124 -177.5 -274.5t-60.5 -321.5q0 -34 -9.5 -66.5t-26.5 -61.5h804q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-256v128h256q8 0 15.5 -1t15.5 -2l-93 371l124 32l119 -475q36 -36 55.5 -83t19.5 -98h256zM1600 1664q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "MailAlert", + Code: "ED80", + Path: "M2048 1664v-684q-55 79 -128 139v281l-282 -140q-41 9 -82.5 14.5t-83.5 5.5q-23 0 -46.5 -2t-46.5 -5l526 263h-1762l864 -432q-25 -23 -48 -47t-43 -50l-788 393v-888h643q3 -32 9.5 -64t14.5 -64h-795v1280h2048zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z" + }, + { + Name: "MailCheck", + Code: "ED81", + Path: "M1939 685l90 -90l-557 -558l-269 270l90 90l179 -178zM2048 1664v-907q-32 32 -65 63.5t-63 65.5v514l-896 -447l-896 447v-888h1099l-128 -128h-1099v1280h2048zM1024 1095l881 441h-1762z" + }, + { + Name: "MailLowImportance", + Code: "ED82", + Path: "M0 1664h2048v-1195l-128 128v803l-896 -447l-896 447v-888h1333l-128 -128h-1333v1280zM143 1536l881 -441l881 441h-1762zM1792 250l147 147l90 -90l-301 -301l-301 301l90 90l147 -147v774h128v-774z" + }, + { + Name: "MailPause", + Code: "ED83", + Path: "M0 1664h2048v-768h-128v504l-896 -447l-896 447v-888h1280v-128h-1408v1280zM143 1536l881 -441l881 441h-1762zM1792 0v768h128v-768h-128zM1536 0v768h128v-768h-128z" + }, + { + Name: "MailRepeat", + Code: "ED84", + Path: "M2048 384q2 -78 -30 -146t-86 -119.5t-124 -82.5t-144 -35h-9l-2 -1h-11q-109 0 -204 43.5t-158 135.5v-179h-128v384h384v-128h-152q19 -29 46 -52.5t58.5 -40.5t65.5 -26t69 -9q56 0 105 14.5t87.5 43.5t65 71.5t37.5 98.5l1 2v11l1 2v13h128zM1920 896h128v-384h-384v128h152q-19 29 -46 52.5t-58.5 40.5t-66 26t-68.5 9q-56 0 -105 -14.5t-87.5 -43.5t-65 -71.5t-37.5 -98.5l-1 -2v-11l-1 -2v-13h-128q-2 78 29.5 146t85.5 119.5t124.5 82.5t144.5 35h9l2 1h11q109 0 204 -43.5t158 -135.5v179zM2048 1664v-640h-128v376l-896 -447l-896 447v-888h896v-128h-1024v1280h2048zM1024 1095l881 441h-1762z" + }, + { + Name: "SecurityGroup", + Code: "ED85", + Path: "M867 587q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 96.5q-74 55 -115.5 136.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -43 -177t-120 -137q47 -25 90 -59.5t78.5 -76.5t62.5 -90.5t43 -99.5h-134q-22 52 -59 98.5t-85 81.5t-103.5 55t-113.5 20q-80 0 -149.5 -30t-122 -82t-82.5 -122t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5zM1408 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM384 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2048 512v-512h-640v512h64v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h64zM1600 512h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 384h-384v-256h384v256z" + }, + { + Name: "Table", + Code: "ED86", + Path: "M128 1792h1664v-1536h-1664v1536zM768 1024v-256h384v256h-384zM1152 1152v256h-384v-256h384zM640 1152v256h-384v-256h384zM256 1024v-256h384v256h-384zM640 384v256h-384v-256h384zM1152 384v256h-384v-256h384zM1664 384v256h-384v-256h384zM1664 768v256h-384v-256h384zM1664 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128z" + }, + { + Name: "VoicemailForward", + Code: "ED87", + Path: "M1725 765l317 -317l-317 -317l-90 90l163 163h-518v128h518l-163 163zM1547 768h-1163q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h712q-48 53 -74 118.5t-26 137.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -52 -14 -101t-39.5 -92t-61.5 -79t-81 -61l-95 95q36 15 66 39t51.5 55t33.5 68t12 76q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q3 0 6 0.5t6 0.5zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "VoicemailReply", + Code: "ED88", + Path: "M1392 768h-1008q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h712q-48 53 -74 118.5t-26 137.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -68 -23 -130t-64 -112t-97 -85t-123 -49l-125 125q12 -2 24 -3.5t24 -1.5q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -73 38 -134t103 -94zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293z" + }, + { + Name: "Waffle", + Code: "ED89", + Path: "M384 1408v256h256v-256h-256zM896 1408v256h256v-256h-256zM1408 1664h256v-256h-256v256zM384 896v256h256v-256h-256zM896 896v256h256v-256h-256zM1408 896v256h256v-256h-256zM384 384v256h256v-256h-256zM896 384v256h256v-256h-256zM1408 384v256h256v-256h-256z" + }, + { + Name: "RemoveEvent", + Code: "ED8A", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM1299 1197l90 -90l-274 -275l274 -275l-90 -90l-275 275l-275 -275l-90 90l274 275l-274 275l90 90l275 -275z" + }, + { + Name: "EventInfo", + Code: "ED8B", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM896 1024h128v-640h-128v640zM960 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "ForwardEvent", + Code: "ED8C", + Path: "M1664 1920h384v-1297l-128 128v657h-1792v-1152h1291l128 -128h-1547v1792h384v128h128v-128h1024v128h128v-128zM128 1536h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-518v128h518z" + }, + { + Name: "WipePhone", + Code: "ED8D", + Path: "M534 384q-20 -52 -20 -107q0 -5 0.5 -10.5t0.5 -10.5h-131v128h150zM1499 128h293v-128h-955l-147 148q-24 25 -37 57t-13 67t13 67.5t38 57.5l813 814l538 -539zM1504 1030l-389 -390l357 -358l389 390zM1317 128l65 64l-358 357l-242 -242q-14 -14 -14 -35t14 -35l108 -109h427zM550 128q21 -41 47.5 -68.5t59.5 -59.5h-529q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-752l-128 -128v880h-1024v-1792h422z" + }, + { + Name: "AddOnlineMeeting", + Code: "ED8E", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -99 -19 -195.5t-56 -188.5h-309v128h218q38 126 38 256q0 133 -37 256h-363q8 -64 12 -127.5t4 -128.5h-128q0 65 -4.5 128.5t-12.5 127.5h-734q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h623v-128h-601q8 -39 23 -92.5t37 -110t50.5 -112t64.5 -99.5t78.5 -71t91.5 -27q30 0 57 11.5t51 30t44.5 41t36.5 45.5h67v-222q-63 -17 -127 -25.5t-129 -8.5q-141 0 -272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM731 1871q-85 -29 -161.5 -75t-142.5 -105t-119.5 -130.5t-92.5 -152.5h333q11 59 27.5 120.5t39 121t51.5 116t65 105.5zM731 177q-36 49 -65 105.5t-51.5 116t-39 121t-27.5 120.5h-333q39 -81 92.5 -152.5t119.5 -131t142.5 -105t161.5 -74.5zM528 768q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256t37 -256h363zM1369 1408q-8 39 -23 92t-37 110t-50.5 112.5t-64.5 99.5t-78.5 71t-91.5 27t-91.5 -27t-78.5 -71t-64.5 -99.5t-50.5 -112.5t-37 -110t-23 -92h690zM1833 1408q-39 81 -92.5 152.5t-119.5 130.5t-142.5 105t-161.5 75q36 -49 65 -105.5t51.5 -116t39 -121t27.5 -120.5h333zM1536 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "JoinOnlineMeeting", + Code: "ED8F", + Path: "M918 167q-10 -38 -15.5 -77.5t-6.5 -79.5q-128 15 -244 60t-215.5 115.5t-180 162t-137.5 199.5t-88 228.5t-31 248.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5h-71q-14 23 -29.5 45t-34.5 42q-6 87 -31 169h-1225q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h367q0 -32 5 -64t13 -64h-363q12 -57 32.5 -125t50 -133.5t68.5 -122t88 -92.5zM1833 1408q-39 81 -92.5 152t-119.5 130.5t-142.5 105t-161.5 74.5q36 -50 64.5 -106t51 -115.5t38.5 -120t28 -120.5h334zM1024 1920q-50 0 -92.5 -27t-78 -71t-64 -99.5t-50.5 -112.5t-37 -110t-23 -92h690q-8 39 -23 92t-37 110t-50.5 112.5t-64 99.5t-78.5 71t-92 27zM732 1871q-85 -29 -162 -74.5t-143 -105t-120 -131t-92 -152.5h334q11 55 27.5 117.5t39.5 124t52 119t64 102.5zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM213 640q39 -81 92.5 -152.5t120 -130.5t143.5 -104.5t162 -74.5q-36 50 -64.5 106t-51 115t-39 120t-28.5 121h-335zM1762 459q65 -33 118 -81t90.5 -108t57.5 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-75 54 -116 135.5t-41 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41.5 -173.5t-116.5 -135.5zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "RemoveLink", + Code: "ED90", + Path: "M960 1664q93 0 174 -35.5t142 -96t96 -142t35 -174.5t-35 -174.5t-96 -142t-142 -96t-174 -35.5h-64v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512zM1918 855q-5 63 -31.5 117t-69 94t-98.5 63t-119 23h-64v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -47 -11 -96zM768 832q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h176l128 -128h-304q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "PeopleBlock", + Code: "ED91", + Path: "M1408 1280q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "PeopleRepeat", + Code: "ED92", + Path: "M2048 896v-384h-384v128h153q-41 62 -108.5 95t-140.5 33q-54 0 -106 -18.5t-92.5 -52t-65 -80.5t-24.5 -105h-128q0 85 34.5 155.5t92.5 121.5t133 79t156 28q52 0 102 -11.5t96 -34.5t85 -56.5t69 -76.5v179h128zM1632 128q54 0 105.5 18.5t92 52t65.5 80.5t25 105h128q0 -85 -34.5 -155.5t-92.5 -121.5t-133 -79t-156 -28q-52 0 -102 11.5t-96 34.5t-85 56t-69 77v-179h-128v384h384v-128h-153q41 -62 108.5 -95t140.5 -33zM1408 1280q-79 0 -149 -30t-122 -82t-82.5 -122t-30.5 -149q0 -93 -41.5 -174.5t-116.5 -136.5q45 -23 85 -54t73 -69l-102 -79q-54 61 -127.5 94.5t-154.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 97.5q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173.5t-116 -135.5q100 -50 169.5 -136.5t97.5 -194.5h-134q-20 57 -56 104.5t-83 81t-103.5 52t-117.5 18.5zM1408 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 100t-54.5 81.5t-81.5 54.5t-100 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "PeopleAlert", + Code: "ED93", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128zM914 1004q-66 -84 -102.5 -184.5t-41.5 -206.5q-54 -48 -120 -74.5t-138 -26.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q93 0 174.5 -41.5t135.5 -116.5q37 75 96 135t134 98q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-64 0 -122.5 -20t-107 -56.5t-84 -87.5t-52.5 -112zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM512 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "PeoplePause", + Code: "ED94", + Path: "M1792 896q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1792 768h128v-768h-128v768zM1408 768h128v-768h-128v768z" + }, + { + Name: "TransferCall", + Code: "ED95", + Path: "M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM2048 1408v-512h-128v293l-339 -338l-90 90l338 339h-293v128h512zM1408 1408h-512v512h128v-293l339 338l90 -90l-338 -339h293v-128z" + }, + { + Name: "AddPhone", + Code: "ED96", + Path: "M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM2048 1664v-128h-384v-384h-128v384h-384v128h384v384h128v-384h384z" + }, + { + Name: "UnknownCall", + Code: "ED97", + Path: "M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM1664 1024h128v-128h-128v128zM1728 1984q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "NoteReply", + Code: "ED98", + Path: "M1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293zM1219 256l128 -128h-670l-549 549v1243h1792v-1278l-128 128v1022h-1536v-1024h512v-512h451zM640 640h-293l293 -293v293z" + }, + { + Name: "NoteForward", + Code: "ED99", + Path: "M2042 448l-317 -317l-90 90l163 163h-518v128h518l-163 163l90 90zM1376 256l127 -128h-826l-549 549v1243h1792v-1123l-128 128v867h-1536v-1024h512v-512h608zM640 640h-293l293 -293v293z" + }, + { + Name: "NotePinned", + Code: "ED9A", + Path: "M1792 777q61 -27 128 -36v-613h-1243l-549 549v1243h1792v-229q-67 -9 -128 -36v137h-1536v-1024h512v-512h1024v521zM640 640h-293l293 -293v293zM2048 1536v-640h-64q-78 0 -143 33.5t-112 94.5h-110q-28 -59 -70 -106.5t-94.5 -80.5t-113 -51t-125.5 -18h-64v384h-512l-128 64l128 64h512v384h64q65 0 125.5 -18t113 -51t94.5 -80.5t70 -106.5h110q47 61 112 94.5t143 33.5h64zM1920 1397q-24 -8 -41 -20t-30.5 -26.5t-25 -32.5t-23.5 -38h-269l-15 43q-28 79 -91 134t-145 72v-626q82 17 145 72t91 134l15 43h269q12 -20 23.5 -38t25 -32.5t30.5 -26.5t41 -20v362z" + }, + { + Name: "RemoveOccurrence", + Code: "ED9B", + Path: "M2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM1024 128q39 0 77.5 4.5t76.5 12.5l108 -108q-31 -8 -62.5 -14.5t-63.5 -11.5l-8 64l8 -64q-34 -5 -67.5 -8t-68.5 -3q-138 0 -267.5 34t-245 98.5t-213 157t-170.5 209.5v-243h-128v512h512v-128h-316q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "Timeline", + Code: "ED9C", + Path: "M1920 938q63 -77 95.5 -169.5t32.5 -192.5q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224q0 100 33 192h-929v1024h256v-128h-128v-256h768v256h-128v128h384v-128h-128v-256h768v256h-128v128h256v-854zM993 896q40 60 93 107.5t114.5 80.5t130.5 50.5t141 17.5q86 0 167 -24.5t153 -72.5v225h-1664v-384h865zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256z" + }, + { + Name: "EditNote", + Code: "ED9D", + Path: "M384 128h412l-32 -128h-508v1920h128v128h128v-128h256v128h128v-128h256v128h128v-128h256v128h128v-128h128v-648q-34 -5 -66.5 -17t-61.5 -31v568h-1280v-1664zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "CircleHalfFull", + Code: "ED9E", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 1792q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h1536q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5z" + }, + { + Name: "Room", + Code: "ED9F", + Path: "M1920 1920v-1664h-147h-295l-473 -95l-237 -47v1155l640 128v11h-768v-1152h-512v1664h1792zM896 1163v-893l512 103v893zM1792 384v1408h-1536v-1408h256v1152h1024v-1152h256z" + }, + { + Name: "Unsubscribe", + Code: "EDA0", + Path: "M1920 772q1 -2 1.5 -28.5t0.5 -69v-97t-0.5 -112t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v644l373 1118l102 -99l-341 -1023h418l128 -256h560l128 256h418l-341 1024l101 103zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM531 1261l338 339l-338 339l90 90l339 -339l339 339l90 -90l-339 -339l339 -339l-90 -90l-339 339l-339 -339z" + }, + { + Name: "Subscribe", + Code: "EDA1", + Path: "M1920 772q1 -2 1.5 -29t0.5 -69.5v-96.5t-0.5 -111.5t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v42.5t-0.5 79t-0.5 102.5t-0.5 113.5t-0.5 111.5v96.5t0.5 69.5t1.5 29l383 1148h385v-128h-293l-341 -1024h418l128 -256h560l128 256h418l-341 1024h-293v128h385zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM896 1115v933h128v-933l294 293l90 -90l-448 -448l-448 448l90 90z" + }, + { + Name: "HardDrive", + Code: "EDA2", + Path: "M1856 1408q40 0 75 -15t61 -41t41 -61t15 -75v-576h-2048v576q0 40 15 75t41 61t61 41t75 15h1664zM1920 1216q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-448h1792v448zM1664 1152h128v-128h-128v128zM1408 1152h128v-128h-128v128z" + }, + { + Name: "CloudPrinter", + Code: "EDA6", + Path: "M1920 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-256v-128h-896v128h-256v512h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5h131v-512h128zM1024 1280v-384h640v384h-640zM640 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10h128v512h633q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128zM1664 256h-640v-128h640v128zM1920 768h-1152v-512h128v128h896v-128h128v512zM960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "RecurringTask", + Code: "EDB2", + Path: "M2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34zM576 987l627 626l90 -90l-717 -718l-333 334l90 90zM128 640h912q-11 -31 -18 -63t-10 -65h-1012v1536h1536v-1012q-33 -3 -65 -10t-63 -18v912h-1280v-1280z" + }, + { + Name: "TaskManager", + Code: "EDB7", + Path: "M0 1920h2048v-1792h-2048v1792zM1920 1792h-1792v-256h1792v256zM128 256h1792v1152h-1792v-1152zM256 896v384h384v-384h-384zM384 1152v-128h128v128h-128zM256 384v384h384v-384h-384zM384 640v-128h128v128h-128zM896 1024v128h768v-128h-768zM896 512v128h768v-128h-768z" + }, + { + Name: "TaskManagerMirrored", + Code: "EDB8", + Path: "M0 1920h2048v-1792h-2048v1792zM1920 1792h-1792v-256h1792v256zM128 256h1792v1152h-1792v-1152zM1408 896v384h384v-384h-384zM1536 1152v-128h128v128h-128zM1408 384v384h384v-384h-384zM1536 640v-128h128v128h-128zM384 1024v128h768v-128h-768zM384 512v128h768v-128h-768z" + }, + { + Name: "Combine", + Code: "EDBB", + Path: "M2048 1152v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90l-210 -211h677zM467 1363l90 90l365 -365l-365 -365l-90 90l210 211h-677v128h677z" + }, + { + Name: "Split", + Code: "EDBC", + Path: "M1683 1453l365 -365l-365 -365l-91 90l211 211h-651v128h651l-211 211zM456 1363l-211 -211h651v-128h-651l211 -211l-91 -90l-365 365l365 365z" + }, + { + Name: "DoubleChevronUp", + Code: "EDBD", + Path: "M0 91l1024 1024l1024 -1024l-91 -91l-933 933l-933 -933zM1024 1829l-933 -933l-91 91l1024 1024l1024 -1024l-91 -91z" + }, + { + Name: "DoubleChevronLeft", + Code: "EDBE", + Path: "M2048 1957l-933 -933l933 -933l-91 -91l-1024 1024l1024 1024zM1152 1957l-933 -933l933 -933l-91 -91l-1024 1024l1024 1024z" + }, + { + Name: "DoubleChevronRight", + Code: "EDBF", + Path: "M91 2048l1024 -1024l-1024 -1024l-91 91l933 933l-933 933zM987 2048l1024 -1024l-1024 -1024l-91 91l933 933l-933 933z" + }, + { + Name: "Ascending", + Code: "EDC0", + Path: "M1216 1024h512l-320 -640h320v-128h-512l320 640h-320v128zM512 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM1323 1280l-43 -128h-128l256 768h128l256 -768h-128l-43 128h-298zM1472 1728l-107 -320h214z" + }, + { + Name: "Descending", + Code: "EDC1", + Path: "M1728 1152h-512l320 640h-320v128h512l-320 -640h320v-128zM512 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM1664 256l-43 128h-298l-43 -128h-128l256 768h128l256 -768h-128zM1365 512h214l-107 320z" + }, + { + Name: "TextBox", + Code: "EDC2", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM397 1154h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1689q-2 -10 -3.5 -20t-4.5 -20l-87 -250h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2zM1033 1154h-102v664h102v-294h1q26 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65zM1032 1342q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59q0 26 -6 51.5t-19 45.5t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55zM1664 1144q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q28 0 55 -5t53 -16v-95q-22 16 -47.5 25.5t-52.5 9.5q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -66 37 -108t105 -42q29 0 55 10.5t49 28.5v-88q-29 -17 -62 -24t-66 -7zM438 256q-48 0 -82.5 19t-56.5 50.5t-32.5 71.5t-10.5 83q0 47 11.5 91t36.5 78.5t62.5 55t90.5 20.5q43 0 77 -17.5t55 -55.5h2v278h101v-664h-101v77h-2q-50 -87 -151 -87zM482 644q-35 0 -58.5 -14t-37.5 -36.5t-20 -51t-6 -58.5q0 -27 6 -53.5t20 -47.5t35.5 -34t53.5 -13q28 0 50 11t37 30t22.5 43.5t7.5 50.5v59q0 48 -30.5 81t-79.5 33zM1012 725q51 0 87 -17.5t59.5 -47.5t34.5 -71t11 -87v-39h-305q2 -63 39 -96.5t99 -33.5q36 0 69.5 11.5t62.5 31.5v-81q-36 -23 -78 -31t-84 -8q-54 0 -93.5 17.5t-65.5 48.5t-39 73.5t-13 93.5q0 48 15 90.5t43 75t68 51.5t90 19zM1106 535q0 23 -5.5 44t-17 36.5t-30 25t-43.5 9.5q-24 0 -43.5 -9.5t-33.5 -25.5t-22.5 -37t-11.5 -43h207zM1332 787q0 36 12.5 64t34.5 48t51.5 30.5t64.5 10.5q15 0 30 -2t29 -7v-84q-21 12 -47 12q-41 0 -57.5 -23t-16.5 -61v-60h104v-80h-103v-369h-102v369h-76v80h76v72z" + }, + { + Name: "TextField", + Code: "EDC3", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 770h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1305q-2 -10 -3.5 -20t-4.5 -20l-87 -250h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2zM1033 770h-102v664h102v-294h1q26 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65zM1032 958q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59q0 26 -6 51.5t-19 45.5t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55zM1664 760q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q28 0 55 -5t53 -16v-95q-22 16 -47.5 25.5t-52.5 9.5q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -66 37 -108t105 -42q29 0 55 10.5t49 28.5v-88q-29 -17 -62 -24t-66 -7z" + }, + { + Name: "NumberField", + Code: "EDC4", + Path: "M1024 768h-384v75t14 73q11 28 33.5 54.5t49.5 52.5t55 50.5t51.5 48.5t38 47.5t14.5 46.5q0 26 -19 45t-45 19q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75q0 -39 -11.5 -70.5t-30.5 -58t-44 -50.5t-51 -46.5t-51.5 -45.5t-46.5 -49h235v-128zM2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 1261q-29 -17 -68 -31t-73 -14v128q11 0 31 6t40 15.5t36.5 20.5t21.5 22h127v-640h-115v493zM1320 768q-42 0 -81.5 14t-74.5 37v127q20 -15 35.5 -26t31.5 -18t34.5 -10t44.5 -3q22 0 42 4.5t35.5 15t24.5 27.5t9 42q0 31 -24 44.5t-56 17.5t-65.5 2.5t-52.5 -1.5v97h58t58 7.5t45 26t18 56.5q0 42 -25.5 56t-63.5 14q-40 0 -69 -18t-58 -43v130q34 23 76 32t82 9q36 0 70 -10t60.5 -29.5t42.5 -49t16 -68.5q0 -48 -19.5 -85.5t-61.5 -60.5q44 -15 72 -53t28 -85t-20 -84t-52.5 -62.5t-74.5 -39t-85 -13.5z" + }, + { + Name: "Dropdown", + Code: "EDC5", + Path: "M0 1792h2048v-1408h-2048v1408zM1920 512v1152h-1792v-1152h1792zM1792 1152l-256 -256l-256 256h512z" + }, + { + Name: "PenWorkspace", + Code: "EDC6", + Path: "M1747 1758q14 -8 23 -23t9 -32q0 -8 -2 -15t-5 -14l-707 -1415q-9 -19 -28 -28l-173 -87q-32 -16 -69 -16h-9.5t-9.5 1l-47 -94q-8 -16 -23.5 -25.5t-33.5 -9.5q-26 0 -45 19t-19 45q0 12 7 30t16.5 37.5t19.5 36.5t15 28q-26 40 -26 87v165q0 16 7 29l576 1152l-65 32l-237 -474q-8 -16 -23.5 -25.5t-33.5 -9.5q-26 0 -45 19t-19 45q0 13 7 29l239 478q16 32 43 50.5t63 18.5q35 0 66.5 -17t61.5 -32l71 142q8 17 23.5 26t33.5 9q13 0 22 -4q12 24 23.5 47.5t26 42.5t35.5 30.5t53 11.5t61 -15l94 -47q32 -16 50.5 -42.5t18.5 -63.5q0 -34 -15.5 -63.5t-29.5 -58.5zM1545 1859l87 -43l29 58l-87 43zM1629 1674l-192 96l-669 -1337v-150q0 -11 8 -19t19 -8q4 0 16.5 5t29 13t35 17.5t35.5 18.5t30 16t19 10zM1792 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-288l64 128h224q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45t19 45t45 19zM128 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h44q-5 -15 -8.5 -31t-3.5 -33t3.5 -33t8.5 -31h-44q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h224l-64 -128h-160q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124z" + }, + { + Name: "BookingsLogo", + Code: "EDC7", + Path: "M960 768q-133 0 -249.5 50t-203.5 137t-137 203.5t-50 249.5v640h640v-1280zM1088 1408q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5h-640v640zM320 640h1408q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50h-768v640z" + }, + { + Name: "ClassNotebookLogoInverse", + Code: "EDC8", + Path: "M64 1776l1152 205v-1914l-1152 199v1510zM344 686l108 -6v377q0 33 1 67t-1 68l290 -528l145 -9v758l-136 -8v-508l-269 492l-138 -6v-697zM2004 783q17 0 30.5 -13.5t13.5 -30.5v-308q0 -17 -13.5 -30.5t-30.5 -13.5h-73v396h73zM1992 1644q23 0 39.5 -16.5t16.5 -39.5v-282q0 -20 -14 -33t-33 -13h-102v-925q0 -23 -17 -40t-40 -17h-562v235h491v85h-491v107h491v86h-491v981h551q28 0 42.5 -12.5t20 -32t5.5 -42v-41.5h93zM1808 1399l-57 58l12 80l-80 14l-38 72l-73 -36l-73 36l-38 -72l-80 -14l11 -80l-56 -58l56 -59l-11 -80l78 -14l13 -28v-260l96 97l96 -97v260l17 28l81 14l-11 80zM1572 1501q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8zM2004 1223q17 0 30.5 -13.5t13.5 -30.5v-308q0 -17 -13.5 -30.5t-30.5 -13.5h-73v396h73z" + }, + { + Name: "DelveAnalyticsLogo", + Code: "EDCA", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z" + }, + { + Name: "DocsLogoInverse", + Code: "EDCB", + Path: "M761 1049q0 -44 -9 -91.5t-30 -86.5t-57 -64.5t-90 -25.5q-18 0 -36 1l-36 2v510q20 1 39.5 2t39.5 1q51 0 85.5 -22.5t55.5 -58.5t29.5 -80t8.5 -87zM64 1775l1152 205v-1912l-1152 199v1508zM376 646q57 -4 114 -9.5t114 -5.5q86 0 145.5 38.5t96.5 99.5t53.5 136t16.5 148q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-784zM1884 1004h-483v-483h-121v603h443v81h-443v120h443v81h-443v121h443v80h-443v121h563q17 0 29 -11.5t12 -28.5v-684zM2004 923v-603h-523v603h523zM1723 843q-42 0 -78.5 -15.5t-64 -43t-43.5 -64t-16 -78.5h202v201zM1763 400q42 0 78.5 16t63.5 43t43 63.5t16 78.5t-16 78.5t-43 63.5t-63.5 43t-78.5 16v-201h-201q0 -42 16 -78.5t43 -63.5t63.5 -43t78.5 -16z" + }, + { + Name: "Dynamics365Logo", + Code: "EDCC", + Path: "M876 1134l-364 -1046v1285zM1664 1329v-594l-1152 -647zM1264 1089l-752 368v501l1101 -585z" + }, + { + Name: "DynamicSMBLogo", + Code: "EDCD", + Path: "M937 848l227 225v-1073h-456v817zM93 734l472 63v-797h-472v734zM1303 1211l472 465v-1676h-472v1211zM1966 2048q4 1 7 -2t3 -7v-2l-43 -233q0 -2 -2 -4.5t-4 -2.5q-7 0 -10 3l-78 80l-944 -932q-6 -6 -16 -8l-776 -104q-13 -2 -22 7t-9 21q0 11 7 18t17 9l766 104l938 925q-4 4 -18 17.5t-29.5 29t-27.5 29t-12 16.5q0 7 9 9z" + }, + { + Name: "OfficeAssistantLogo", + Code: "EDCE", + Path: "M1604 794q79 0 148 -30t120.5 -82t81.5 -121t30 -148q0 -78 -30 -147.5t-81.5 -121t-121 -81.5t-147.5 -30t-147.5 30t-121 81.5t-81.5 121t-30 147.5q0 79 30 148t81.5 121t120.5 82t148 30zM1602 629q-20 0 -36.5 -9t-28 -23.5t-18 -32.5t-6.5 -37t6.5 -37t18 -32.5t28 -23t36.5 -8.5t36 8.5t27.5 23t18 32.5t6.5 37q0 18 -6.5 36.5t-18 33t-27.5 23.5t-36 9zM1783 204q0 28 -1 63.5t-10 66.5t-30 52.5t-61 21.5h-5q-14 -15 -33 -24.5t-40 -9.5q-20 0 -39 9.5t-33 24.5q-41 0 -63 -20.5t-32 -51t-11 -66.5t-1 -66h359zM1578 856q-88 -5 -164.5 -41.5t-132.5 -96.5t-88.5 -138.5t-32.5 -166.5q0 -89 35 -173l-147 -45l-971 350l974 -117v1291l-648 -152v-873l-339 -147v1111l985 357l529 -171v-988z" + }, + { + Name: "OfficeStoreLogo", + Code: "EDCF", + Path: "M1536 1536h512v-1344q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1344h512q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1024 1920q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h768q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1920 192v1216h-1792v-1216q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45z" + }, + { + Name: "OneNoteEduLogoInverse", + Code: "EDD0", + Path: "M1888 1216q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-32v320h32zM1888 832q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-32v320h32zM1888 1600q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-96v-912q0 -20 -14 -34t-34 -14h-528v192h384v64h-384v128h384v64h-384v451l240 -87l159 64v-138q0 -7 5 -11.5t12 -4.5t12 4.5t5 11.5v150l64 28l-258 115l-239 -94v471h528q20 0 34 -14t14 -34v-80h96zM1453 976q16 0 34.5 1.5t35.5 6.5t32 14t25 24l-1 123q-5 -2 -24 -9.5t-40 -16t-38.5 -15t-20.5 -6.5q-39 12 -77.5 26.5t-76.5 28.5q-1 -26 -1.5 -53t-0.5 -53q0 -21 18.5 -34.5t43.5 -21.5t51 -11.5t40 -3.5zM128 1741l1024 173v-1780l-1024 173v1434zM413 706l102 -5v480l271 -495l136 -8v710l-127 -8v-351q0 -31 -1 -62.5t1 -62.5l-252 461l-130 -5v-654z" + }, + { + Name: "PlannerLogo", + Code: "EDD1", + Path: "M1771 1984q35 0 60 -25t25 -60v-982q0 -35 -25 -60t-60 -25h-491v-299q0 -35 -25 -60t-60 -25h-427v-298q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-406q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v1749q0 35 25 60t60 25h1494zM1152 1856h-384v-512h384v512zM320 1856v-768h320v768h-320zM640 192v768h-320v-768h320zM1152 576v640h-384v-640h384zM1728 960v896h-448v-896h448z" + }, + { + Name: "PowerApps", + Code: "EDD2", + Path: "M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z" + }, + { + Name: "Suitcase", + Code: "EDD3", + Path: "M1856 1664q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h448v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h448zM768 1664h512v128h-512v-128zM512 1536v-1280h1024v1280h-1024zM128 320q0 -26 19 -45t45 -19h192v1280h-192q-26 0 -45 -19t-19 -45v-1152zM1920 1472q0 26 -19 45t-45 19h-192v-1280h192q26 0 45 19t19 45v1152z" + }, + { + Name: "ProjectLogoInverse", + Code: "EDD4", + Path: "M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 683v-470q0 -35 -25 -60t-60 -25h-1174q-35 0 -60 25t-25 60v299h-619q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v299q0 35 25 60t60 25h918q35 0 60 -25t25 -60v-491h235q35 0 60 -25t25 -60v-491h299q35 0 60 -25t25 -60zM1536 1216h-512v-448h512v448zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM384 1536h555q35 0 60 -25t25 -60v-107h192v448h-832v-256zM1920 256v384h-896v-43q0 -35 -25 -60t-60 -25h-107v-256h1088z" + }, + { + Name: "CaretLeft8", + Code: "EDD5", + Path: "M512 1024l1024 1024v-2048zM1280 618v812l-406 -406z" + }, + { + Name: "CaretRight8", + Code: "EDD6", + Path: "M512 2048l1024 -1024l-1024 -1024v2048zM768 1430v-812l406 406z" + }, + { + Name: "CaretUp8", + Code: "EDD7", + Path: "M1024 1536l1024 -1024h-2048zM1024 1174l-406 -406h812z" + }, + { + Name: "CaretDown8", + Code: "EDD8", + Path: "M0 1536h2048l-1024 -1024zM618 1280l406 -406l406 406h-812z" + }, + { + Name: "CaretLeftSolid8", + Code: "EDD9", + Path: "M512 1024l1024 1024v-2048l-1024 1024v0z" + }, + { + Name: "CaretRightSolid8", + Code: "EDDA", + Path: "M512 2048l1024 -1024l-1024 -1024v2048v0z" + }, + { + Name: "CaretUpSolid8", + Code: "EDDB", + Path: "M1024 1536l1024 -1024h-2048l1024 1024v0z" + }, + { + Name: "CaretDownSolid8", + Code: "EDDC", + Path: "M0 1536h2048l-1024 -1024l-1024 1024v0z" + }, + { + Name: "ClearFormatting", + Code: "EDDD", + Path: "M1243 128h421v-128h-987l-248 248q-27 27 -41.5 62.5t-14.5 73.5t14.5 73.5t41.5 62.5l435 435l-65 197h-446l-85 -256h-140l384 1152h128l329 -988l375 374l602 -602zM756 1280l-180 540l-180 -540h360zM1344 1254l-550 -550l422 -422l550 550zM1061 128l65 64l-422 422l-184 -185q-19 -19 -19 -45t19 -45l211 -211h330z" + }, + { + Name: "Superscript", + Code: "EDDE", + Path: "M1701 1562q-6 -6 -10.5 -12.5t-9.5 -13.5h239v-128h-384v64q0 52 19 94t47.5 77t61.5 64t61.5 54t47.5 48t19 47q0 26 -19 45t-45 19t-45 -19t-19 -45h-128q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -38 -15 -73.5t-41 -62.5h-1zM1440 1536l-384 -512l384 -512h-160l-304 405l-304 -405h-160l384 512l-384 512h160l304 -405l304 405h160z" + }, + { + Name: "Subscript", + Code: "EDDF", + Path: "M1701 154q-6 -6 -10.5 -12.5t-9.5 -13.5h239v-128h-384v64q0 52 19 94t47.5 77t61.5 64t61.5 54t47.5 48t19 47q0 26 -19 45t-45 19t-45 -19t-19 -45h-128q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -38 -15 -73.5t-41 -62.5h-1zM1440 1536l-384 -512l384 -512h-160l-304 405l-304 -405h-160l384 512l-384 512h160l304 -405l304 405h160z" + }, + { + Name: "Strikethrough", + Code: "EDE0", + Path: "M2048 896v-128h-75q-10 -100 -45 -189.5t-95 -157.5t-144 -108t-192 -40q-224 0 -336 197h-4v-172h-133v470h-128v-470h-133v189h-4q-52 -101 -141 -157.5t-204 -56.5q-70 0 -131 19.5t-106 58t-71 95.5t-26 131q0 51 12.5 100t42.5 91h-135v128h332q2 0 16.5 3t33 7t35.5 8t23 5l323 47q0 61 -11 116.5t-38 98t-73 67.5t-116 25q-99 0 -185 -36.5t-161 -99.5v145q36 25 80 45t91 33.5t94.5 20.5t91.5 7q96 0 164.5 -28t112 -80t63.5 -125t20 -164v-95h128v979h133v-716h4q60 111 158 170t225 59q109 0 189 -39.5t133 -107t80.5 -157t30.5 -188.5h71zM763 768h-449q-57 -29 -77 -76t-20 -107q0 -49 17.5 -86t47.5 -61.5t70.5 -37t85.5 -12.5q54 0 100.5 15.5t84.5 43.5t67.5 68t47.5 89q16 42 20.5 80.5t4.5 83.5zM1157 896h683q-3 73 -23 141t-59.5 120.5t-99 84t-141.5 31.5t-147.5 -29.5t-111.5 -80.5t-72 -120t-29 -147zM1835 768h-678v-27q0 -72 24.5 -136.5t68.5 -112.5t105.5 -76t136.5 -28q82 0 142.5 32t102.5 85t66 121.5t32 141.5z" + }, + { + Name: "Export", + Code: "EDE1", + Path: "M1497 1459l308 -309h-1543v-128h1540l-305 -305l90 -90l461 461l-461 461zM134 1536h-128v-896h128v896z" + }, + { + Name: "ExportMirrored", + Code: "EDE2", + Path: "M557 1459l-308 -309h1543v-128h-1540l305 -305l-90 -90l-461 461l461 461zM1920 1536h128v-896h-128v896z" + }, + { + Name: "CloudSearch", + Code: "EDE4", + Path: "M1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 512h-640q-106 0 -199 40.5t-162.5 110t-109.5 162.5t-40 199t40 199t109.5 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5q-33 0 -65.5 -5.5t-64.5 -14.5q-8 86 -46 160t-97.5 128t-136.5 85t-163 31q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h640v-128z" + }, + { + Name: "ProgressRing5", + Code: "EDF6", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-207 0 -392.5 77t-331.5 223l181 181q109 -109 248.5 -167t294.5 -58q159 0 298.5 60.5t244 165t165 244t60.5 298.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5v256v0z" + }, + { + Name: "SingleBookmark", + Code: "EDFF", + Path: "M1664 2048v-2048l-640 323l-640 -323v2048h1280zM1536 1920h-1024v-1712q129 65 256 130t256 129q129 -64 256 -129t256 -130v1712z" + }, + { + Name: "SingleBookmarkSolid", + Code: "EE00", + Path: "M384 2048h1280v-2048l-640 323l-640 -323v2048v0z" + }, + { + Name: "DoubleChevronDown", + Code: "EE04", + Path: "M2048 1957l-1024 -1024l-1024 1024l91 91l933 -933l933 933zM1024 219l933 933l91 -91l-1024 -1024l-1024 1024l91 91z" + }, + { + Name: "FollowUser", + Code: "EE05", + Path: "M2042 448l-365 -365l-90 90l211 211h-646v128h646l-211 211l90 90zM1351 646q-39 86 -99.5 155.5t-136.5 119t-164.5 76.5t-182.5 27q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -137 -63.5 -248.5t-176.5 -185.5q72 -27 136 -67.5t118.5 -92t98 -113.5t75.5 -131zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z" + }, + { + Name: "ReplyAll", + Code: "EE0A", + Path: "M1408 1408q128 0 245 -48t208 -139t139 -208t48 -245q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50v128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5h-549l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h549zM282 1344l467 -467l-90 -90l-557 557l557 557l90 -90z" + }, + { + Name: "WorkforceManagement", + Code: "EE0F", + Path: "M1792 768h256v-768h-1024v768h256v256h512v-256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1152 640v-128h768v128h-768zM896 1152q0 -93 -41.5 -174.5t-116.5 -135.5q45 -23 85 -53t73 -67v-338q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q72 0 137.5 -25.5t118.5 -73.5q32 29 71 51q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q83 -46 135 -124q52 78 135 124q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q46 -25 83 -61t62.5 -79.5t39.5 -93.5t14 -102h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-49 0 -95 -18.5t-81 -52.5q24 -42 36 -89t12 -96zM1664 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1024 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM512 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "RecruitmentManagement", + Code: "EE12", + Path: "M2048 768v-768h-1024v768h256v256h512v-256h256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1920 640h-768v-128h768v128zM1565 1152q-54 61 -128.5 94.5t-156.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5q45 -23 84.5 -53.5t72.5 -67.5v-338q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 97.5q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41.5 -173.5t-115.5 -135.5q68 -34 123 -85.5t93 -117.5h-158zM512 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "Questionnaire", + Code: "EE19", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM384 1152h384v-384h-384v384zM512 896h128v128h-128v-128zM384 1664h384v-384h-384v384zM512 1408h128v128h-128v-128zM896 1024h640v-128h-640v128zM384 640h384v-384h-384v384zM512 384h128v128h-128v-128zM896 512h640v-128h-640v128z" + }, + { + Name: "ManagerSelfService", + Code: "EE23", + Path: "M2048 256h-227q48 -53 73.5 -118.5t25.5 -137.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 102t39.5 93.5t62.5 79.5t83 61q-34 35 -52.5 81t-18.5 95q0 69 34.5 127.5t93.5 92.5v292q0 30 13.5 57t37.5 45q-55 73 -135.5 113.5t-171.5 40.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -93 -41.5 -174.5t-116.5 -135.5q68 -34 123.5 -85t93.5 -117h357q31 0 54 9.5t43.5 23.5t41 31t46 31t58 23.5t77.5 9.5h288q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896zM512 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM896 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1536 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 896h-288q-45 0 -78 9.5t-58 23.5t-45.5 31t-41 31t-43.5 23.5t-54 9.5h-416v-256q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q83 -46 135 -124q52 78 135 124q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h164v512zM1920 1152h-288q-23 0 -41 -5t-34 -13.5t-31.5 -20t-31.5 -25.5q16 -14 31.5 -25.5t31.5 -20t34 -13.5t41 -5h288v128z" + }, + { + Name: "EmployeeSelfService", + Code: "EE24", + Path: "M1920 731v-731h-896v896q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q69 -35 122.5 -86t93.5 -117h415zM384 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1536 768h165l-165 165v-165zM1792 128v512h-384v384h-256v-896h640z" + }, + { + Name: "ProductionFloorManagement", + Code: "EE29", + Path: "M640 1280h-384v384h384v-384zM1152 1280h-384v384h384v-384zM1024 1536h-128v-128h128v128zM1664 1280h-384v384h384v-384zM1536 1536h-128v-128h128v128zM1408 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM256 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM640 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM1280 768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM128 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20h640v-128h-640q-79 0 -149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5h1152q71 0 135 -25t114.5 -68.5t84 -103t44.5 -129.5l-135 -135q6 19 9.5 38t3.5 39q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20h-1152q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "ProductRelease", + Code: "EE2E", + Path: "M896 511v601l-640 320v-880l544 -273l-31 -127l-641 320v1104l832 415l832 -415v-270q-70 -11 -128 -45v171l-640 -320v-473zM754 1746l584 -334l247 124l-625 313zM960 1223l240 120l-584 334l-281 -141zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "ProductVariant", + Code: "EE30", + Path: "M1344 2046l704 -352v-785l-128 64v578l-512 -256v-258l-128 -64v322l-512 256v-227l-128 64v306zM1344 1406l177 89l-463 265l-211 -106zM1659 1563l182 91l-497 249l-149 -75zM1152 909l-128 -64v1l-384 -192v-455l384 193v-144l-448 -224l-576 289v676l576 288l576 -288v-80zM512 199v455l-384 192v-454zM576 765l369 184l-369 185l-369 -185zM1152 766l448 224l448 -224v-527l-448 -224l-448 224v527zM1536 190v305l-256 128v-305zM1920 318v305l-256 -128v-305zM1600 606l241 121l-241 120l-241 -120z" + }, + { + Name: "ReplyMirrored", + Code: "EE35", + Path: "M870 1408q-128 0 -245 -48t-208 -139t-139 -208t-48 -245q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50v128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h677l-402 -403l90 -90l557 557l-557 557l-90 -90l402 -403h-677z" + }, + { + Name: "ReplyAllMirrored", + Code: "EE36", + Path: "M742 1408q-128 0 -245 -48t-208 -139t-139 -208t-48 -245q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50v128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h549l-402 -403l90 -90l557 557l-557 557l-90 -90l402 -403h-549zM1868 1344l-467 -467l90 -90l557 557l-557 557l-90 -90z" + }, + { + Name: "Medal", + Code: "EE38", + Path: "M2048 1792q0 -67 -20 -120.5t-56 -108.5l-516 -775q39 -62 59.5 -132.5t20.5 -143.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 73 20.5 143.5t59.5 132.5l-516 775q-36 55 -56 108.5t-20 120.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1576 1920h-1104l170 -256h764zM728 1536l296 -445l296 445h-592zM128 1792q0 -46 14 -82t39 -74l498 -746q51 47 112.5 78.5t130.5 45.5l-604 906h-62q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1868 1638q25 34 38.5 73t13.5 81q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-62l-604 -906q69 -14 130.5 -45.5t112.5 -78.5l499 747v1z" + }, + { + Name: "AddGroup", + Code: "EE3D", + Path: "M1250 715q68 -34 123 -85.5t93 -117.5h-157q-54 61 -128.5 94.5t-156.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 102t39.5 93.5t62.5 79.5t83 61q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q42 -23 75.5 -55t59.5 -70q27 40 62 72t76 54.5t87.5 34.5t94.5 12t94 -12t87.5 -34.5t76.5 -54.5t62 -72q26 38 59.5 70t75.5 55q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q46 -25 83 -61t62.5 -79.5t39.5 -93.5t14 -102h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-116.5 -135.5zM1664 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM384 1408q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "QuestionnaireMirrored", + Code: "EE4B", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1152 1152h384v-384h-384v384zM1280 896h128v128h-128v-128zM384 1024h640v-128h-640v128zM384 1536h640v-128h-640v128zM1152 640h384v-384h-384v384zM1280 384h128v128h-128v-128zM384 512h640v-128h-640v128z" + }, + { + Name: "AppsContent", + Code: "EE54", + Path: "M256 1920h1792v-1536h-256v-256h-1792v1536h256v256zM1664 256v1024h-1536v-1024h1536zM1664 1408v128h-1536v-128h1536zM1920 512v1280h-1536v-128h1408v-1152h128zM896 1152v-768h-640v768h640zM768 512v512h-384v-512h384zM1408 1152v-128h-384v128h384zM1408 896v-128h-384v128h384zM1280 640v-128h-256v128h256z" + }, + { + Name: "CloudImportExport", + Code: "EE55", + Path: "M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -61 18.5 -117t52 -103.5t81 -83.5t104.5 -56v-134q-84 22 -154.5 69t-121.5 112.5t-79.5 145.5t-28.5 167q0 106 40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM896 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v677h128v-677zM1555 659l-147 146v-677h-128v677l-147 -146l-90 90l301 301l301 -301z" + }, + { + Name: "TemporaryUser", + Code: "EE58", + Path: "M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 512h192v-128h-320v384h128v-256zM1170 1036q-28 -20 -53 -42t-48 -47q-69 37 -145.5 57t-155.5 20q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119.5t-76 -104t-101 -81.5q70 -28 131 -66zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z" + }, + { + Name: "CaretSolid16", + Code: "EE62", + Path: "M0 0l2048 2048v-2048h-2048v0z" + }, + { + Name: "GroupedDescending", + Code: "EE66", + Path: "M384 128v128h1536v-128h-1536zM384 1920h1536v-128h-1408v-1061l293 293l91 -91l-448 -447l-448 447l91 91l293 -293v1189zM1024 1280v128h896v-128h-896zM1024 896v128h896v-128h-896zM1024 512v128h896v-128h-896z" + }, + { + Name: "GroupedAscending", + Code: "EE67", + Path: "M384 1920h1536v-128h-1536v128zM512 1317v-1061h1408v-128h-1536v1189l-293 -293l-91 91l448 447l448 -447l-91 -91zM1024 640v128h896v-128h-896zM1024 1024v128h896v-128h-896zM1024 1408v128h896v-128h-896z" + }, + { + Name: "SortUp", + Code: "EE68", + Path: "M1453 1549l-90 -90l-338 337l-1 -1796h-128l1 1799l-340 -340l-90 90l493 493l493 -493v0z" + }, + { + Name: "SortDown", + Code: "EE69", + Path: "M1364 589l91 -90l-493 -493l-494 493l91 90l338 -338l-1 1794h128l1 -1795l339 339v0z" + }, + { + Name: "AwayStatus", + Code: "EE6A", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1536 1024h-512v640h-128v-768h640v128z" + }, + { + Name: "MyMoviesTV", + Code: "EE6C", + Path: "M1920 1152v-832q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1408q-40 0 -75 15t-61 41t-41 61t-15 75v507q0 37 1.5 67t2 59.5t0 59.5t-3.5 67q-2 21 -6 38.5t-8.5 33.5t-10 32.5t-10.5 37.5l-71 285l1738 434l124 -497l-1171 -292h1207zM681 1540l-321 -80l352 -176l321 80zM1224 1411l322 81l-352 175l-322 -80zM178 1407l61 -241l282 70zM1667 1786l-282 -71l342 -171zM1792 1024h-1536v-704q0 -26 19 -45t45 -19h1408q26 0 45 19t19 45v704z" + }, + { + Name: "SyncToPC", + Code: "EE6E", + Path: "M2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM196 640q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5h128v-118q-32 -4 -64 -7t-64 -3q-136 0 -266 34.5t-246 99.5t-214 157t-170 208v-243h-128v512h511v-128h-315zM1152 896h896v-640h-384v-128h127v-128h-383v128h128v128h-384v640zM1280 384h640v384h-640v-384z" + }, + { + Name: "GenericScan", + Code: "EE6F", + Path: "M0 1408v512h512v-128h-384v-384h-128zM128 640v-384h384v-128h-512v512h128zM1920 256v384h128v-512h-512v128h384zM1536 1920h512v-512h-128v384h-384v128zM384 640v768h128v-768h-128zM768 640v768h128v-768h-128zM1152 640v768h128v-768h-128zM1664 1408v-768h-128v768h128z" + }, + { + Name: "AustralianRules", + Code: "EE70", + Path: "M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1536 1920q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -60 18 -117t53 -105l447 446l-83 83q-19 19 -19 45t19 45t45 19t45 -19l83 -82l101 101l-82 83q-19 19 -19 45t19 45t45 19t45 -19l83 -83l102 102l-83 83q-19 19 -19 45t19 45t45 19t45 -19l83 -82l101 101l-82 83q-19 19 -19 45t19 45t45 19t45 -19l83 -83l446 447q-48 35 -105 53t-117 18zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 60 -18 117t-53 105l-447 -446l83 -83q19 -19 19 -45t-19 -45t-45 -19q-14 0 -24.5 5t-20.5 14l-83 82l-101 -101l82 -83q19 -19 19 -45t-19 -45t-45 -19t-45 19l-83 83l-102 -102l83 -83q19 -19 19 -45t-19 -45t-45 -19q-14 0 -24.5 5t-20.5 14l-83 82l-101 -101l82 -83q19 -19 19 -45t-19 -45t-45 -19t-45 19l-83 83l-446 -447q48 -35 105 -53t117 -18z" + }, + { + Name: "WifiEthernet", + Code: "EE77", + Path: "M1408 256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM896 0q0 133 50 249.5t137 203.5t203.5 137t249.5 50v-128q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128zM512 0q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5v-128q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5h-128zM2048 1152h-256v-1152h-128v1152h-256v768h640v-768zM1536 1792v-128h384v128h-384zM1920 1280v256h-128v-128h-128v128h-128v-256h384zM1280 1254q-149 -31 -282.5 -93.5t-247.5 -151t-205.5 -200.5t-155.5 -241t-98.5 -272.5t-34.5 -295.5h-128q0 169 39 329t111.5 303.5t175.5 267t231 221t278 165t317 98.5v-130z" + }, + { + Name: "TrackersMirrored", + Code: "EE92", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM512 1152h512v-128h-512v128zM512 768h512v-128h-512v128zM512 384h512v-128h-512v128zM1427 1325l90 -90l-237 -237l-173 173l90 90l83 -83zM1427 941l90 -90l-237 -237l-173 173l90 90l83 -83zM1427 557l90 -90l-237 -237l-173 173l90 90l83 -83z" + }, + { + Name: "DateTimeMirrored", + Code: "EE93", + Path: "M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 86 24.5 167t72.5 153h-97v128h128v-86q41 51 91.5 90.5t108 67t120.5 42t128 14.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256zM384 1024h128v-128h-128v128zM640 1024h128v-128h-128v128zM640 1280h128v-128h-128v128zM640 768h128v-128h-128v128zM1024 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM384 1280h128v-128h-128v128z" + }, + { + Name: "StopSolid", + Code: "EE95", + Path: "M128 1920h1792v-1792h-1792v1792v0z" + }, + { + Name: "DoubleChevronUp12", + Code: "EE96", + Path: "M1024 1757l-878 -879l-121 121l999 999l999 -999l-121 -121zM25 146l999 999l999 -999l-121 -121l-878 878l-878 -878z" + }, + { + Name: "DoubleChevronDown12", + Code: "EE97", + Path: "M1024 291l878 879l121 -121l-999 -999l-999 999l121 121zM2023 1902l-999 -999l-999 999l121 121l878 -878l878 878z" + }, + { + Name: "DoubleChevronLeft12", + Code: "EE98", + Path: "M1170 1902l-879 -878l879 -878l-121 -121l-999 999l999 999zM2023 1902l-878 -878l878 -878l-121 -121l-999 999l999 999z" + }, + { + Name: "DoubleChevronRight12", + Code: "EE99", + Path: "M999 2023l999 -999l-999 -999l-121 121l879 878l-879 878zM146 2023l999 -999l-999 -999l-121 121l878 878l-878 878z" + }, + { + Name: "CalendarAgenda", + Code: "EE9A", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM384 1024v128h1280v-128h-1280zM384 640v128h1280v-128h-1280z" + }, + { + Name: "ConnectVirtualMachine", + Code: "EE9D", + Path: "M1792 768h-768v-128h128v-128h256v-128h384v-128h-384v-128h-896v128h-384v128h384v128h256v128h128v128h-768v1152h1664v-1152zM1280 384h-256v128h-128v-128h-256v-128h640v128zM256 896h1408v896h-1408v-896z" + }, + { + Name: "AddEvent", + Code: "EEB5", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM1088 1280v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z" + }, + { + Name: "AssetLibrary", + Code: "EEB6", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-128v640h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h768v-128h-896v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1024 896h1024v-896h-1024v896zM1152 768v-128h128v-128h-128v-128h128v-128h-128v-128h768v128h-128v128h128v128h-128v128h128v128h-768zM1029 1063q-17 41 -53 65t-80 24v-448q0 -44 -19.5 -79.5t-51.5 -60.5t-72 -38.5t-81 -13.5t-81 13.5t-72 38.5t-51.5 60.5t-19.5 79.5t19.5 79.5t51.5 60.5t72 38.5t81 13.5q51 0 96 -18v402h128q41 0 79.5 -12t71.5 -34t58.5 -53t41.5 -69zM672 640q13 0 29.5 4t31.5 12t25 20t10 28t-10 28t-25 20t-31.5 12t-29.5 4t-29.5 -4t-31.5 -12t-25 -20t-10 -28t10 -28t25 -20t31.5 -12t29.5 -4z" + }, + { + Name: "DataConnectionLibrary", + Code: "EEB7", + Path: "M1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM1152 768h128v-512h-128v512zM1408 512h128v-256h-128v256zM1664 640h128v-384h-128v384zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z" + }, + { + Name: "DocLibrary", + Code: "EEB8", + Path: "M1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z" + }, + { + Name: "FormLibrary", + Code: "EEB9", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 896h-384v384h-512v-1152h896v768zM1152 384h512v-128h-512v128zM1408 512h-256v128h256v-128zM1408 768h-256v128h256v-128zM1408 1024h-256v128h256v-128z" + }, + { + Name: "FormLibraryMirrored", + Code: "EEBA", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM1280 384h512v-128h-512v128zM1536 640h256v-128h-256v128z" + }, + { + Name: "ReportLibrary", + Code: "EEBB", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h128v-128h-256v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM2048 1152v-1152h-1664v1152h1664zM1920 1024h-1408v-896h1408v896zM1792 768h-384v128h384v-128zM1664 512h-256v128h256v-128zM1664 256h-256v128h256v-128zM1280 256h-640v640h640v-640zM1152 768h-384v-384h384v384z" + }, + { + Name: "ReportLibraryMirrored", + Code: "EEBC", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h128v-128h-256v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM2048 1152v-1152h-1664v1152h1664zM1920 1024h-1408v-896h1408v896zM1024 768h-384v128h384v-128zM768 640h256v-128h-256v128zM768 384h256v-128h-256v128zM1792 256h-640v640h640v-640zM1664 768h-384v-384h384v384z" + }, + { + Name: "ContactCard", + Code: "EEBD", + Path: "M1792 1152h-640v128h640v-128zM1536 768h-384v128h384v-128zM2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM640 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM512 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "CustomList", + Code: "EEBE", + Path: "M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1536 1664v-128h-768v128h768zM1408 1280v-128h-640v128h640zM1152 896v-128h-384v128h384zM1536 512v-128h-768v128h768zM640 1664v-128h-128v128h128zM640 1280v-128h-128v128h128zM640 896v-128h-128v128h128zM640 512v-128h-128v128h128z" + }, + { + Name: "CustomListMirrored", + Code: "EEBF", + Path: "M1792 2048h-1536v-2048h1536v2048zM384 128v1792h1280v-1792h-1280zM512 1664v-128h768v128h-768zM640 1280v-128h640v128h-640zM896 896v-128h384v128h-384zM512 512v-128h768v128h-768zM1408 1664v-128h128v128h-128zM1408 1280v-128h128v128h-128zM1408 896v-128h128v128h-128zM1408 512v-128h128v128h-128z" + }, + { + Name: "IssueTracking", + Code: "EEC0", + Path: "M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1536 1536v-128h-512v128h512zM1536 1024v-128h-512v128h512zM1536 512v-128h-512v128h512zM941 1619l-237 -237l-173 173l90 90l83 -83l147 147zM941 1107l-237 -237l-173 173l90 90l83 -83l147 147zM941 595l-237 -237l-173 173l90 90l83 -83l147 147z" + }, + { + Name: "IssueTrackingMirrored", + Code: "EEC1", + Path: "M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1024 1536v-128h-512v128h512zM1024 1024v-128h-512v128h512zM1024 512v-128h-512v128h512zM1517 1619l-237 -237l-173 173l90 90l83 -83l147 147zM1517 1107l-237 -237l-173 173l90 90l83 -83l147 147zM1517 595l-237 -237l-173 173l90 90l83 -83l147 147z" + }, + { + Name: "PictureLibrary", + Code: "EEC2", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h384v-128h-512v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM640 1024h1408v-1024h-1408v1024zM768 128h805l-485 486l-320 -321v-165zM1755 128h139l-230 230l-69 -70zM768 896v-421l320 319l416 -416l160 160l256 -256v614h-1152zM1728 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "OfficeAddinsLogo", + Code: "EEC7", + Path: "M128 832l384 192l384 -192v-512l-384 -192l-384 192v512zM1152 1920l768 -384v-1024l-768 -384l-128 64v736l-512 256l-128 -64v416z" + }, + { + Name: "OfflineOneDriveParachute", + Code: "EEC8", + Path: "M960 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM960 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5v-31l-596 -477q-19 26 -41 49.5t-48 43.5l548 439q-90 35 -184.5 53.5t-191.5 18.5q-99 0 -195.5 -19t-187.5 -56v-346q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v345q-185 76 -385 76q-97 0 -190.5 -18.5t-183.5 -53.5l548 -439q-26 -20 -48 -43.5t-41 -49.5l-596 477v31q0 132 34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM968 1224q107 42 214.5 65t222.5 23q190 0 370 -62q-29 145 -104 268t-183.5 212.5t-244 139.5t-283.5 50q-149 0 -284 -50t-243.5 -139t-183.5 -212t-104 -268q181 61 369 61q55 0 112.5 -5.5t115 -17t113 -28.5t105.5 -40z" + }, + { + Name: "OfflineOneDriveParachuteDisabled", + Code: "EEC9", + Path: "M960 627q63 0 119 -24t98 -66t66 -98t24 -119t-24 -119t-66 -98t-98 -66t-119 -24t-119 24t-98 66t-66 98t-24 119t24 119t66 98t98 66t119 24zM960 115q42 0 79.5 16t65.5 44t44 65.5t16 79.5t-16 79.5t-44 65.5t-65.5 44t-79.5 16t-79.5 -16t-65.5 -44t-44 -65.5t-16 -79.5t16 -79.5t44 -65.5t65.5 -44t79.5 -16zM2029 365l-90 -90l-1664 1664l90 90l113 -112q110 64 232 97.5t250 33.5q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5v-31l-324 -259zM1783 1112q-90 35 -184 53t-191 18q-46 0 -91 -4t-90 -12l278 -278zM960 1920q-102 0 -200 -24.5t-188 -72.5l548 -549q71 18 142.5 27.5t144.5 9.5q94 0 186.5 -15.5t181.5 -45.5q-29 145 -104 268t-183.5 212.5t-244 139.5t-283.5 50zM685 673q-26 -20 -48 -43.5t-41 -49.5l-596 477q0 199 63 372.5t202 319.5l91 -91q-80 -85 -134 -188.5t-77 -218.5q88 29 179.5 44.5t185.5 15.5q54 0 106.5 -5t105.5 -15l302 -301v-211q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v329q-185 76 -385 76q-97 0 -190.5 -18.5t-183.5 -53.5zM1294 720l91 -91l-61 -49q-19 26 -41 49.5t-48 43.5z" + }, + { + Name: "LargeGrid", + Code: "EECB", + Path: "M128 1920h1664v-1664h-1664v1664zM1664 1792h-1408v-640h1408v640zM256 1024v-640h640v640h-640zM1024 384h640v640h-640v-640z" + }, + { + Name: "TriangleSolidUp12", + Code: "EECC", + Path: "M1024 2048l1024 -2048h-2048l1024 2048v0z" + }, + { + Name: "TriangleSolidDown12", + Code: "EECD", + Path: "M0 2048h2048l-1024 -2048l-1024 2048v0z" + }, + { + Name: "TriangleSolidLeft12", + Code: "EECE", + Path: "M0 1024l2048 1024v-2048l-2048 1024v0z" + }, + { + Name: "TriangleSolidRight12", + Code: "EECF", + Path: "M0 2048l2048 -1024l-2048 -1024v2048v0z" + }, + { + Name: "TriangleUp12", + Code: "EED0", + Path: "M1024 2048l1024 -2048h-2048zM1024 1666l-748 -1495h1496z" + }, + { + Name: "TriangleDown12", + Code: "EED1", + Path: "M0 2048h2048l-1024 -2048zM276 1877l748 -1495l748 1495h-1496z" + }, + { + Name: "TriangleLeft12", + Code: "EED2", + Path: "M0 1024l2048 1024v-2048zM1877 276v1496l-1495 -748z" + }, + { + Name: "TriangleRight12", + Code: "EED3", + Path: "M0 2048l2048 -1024l-2048 -1024v2048zM171 1772v-1496l1495 748z" + }, + { + Name: "ArrowUpRight8", + Code: "EED4", + Path: "M256 2048h1792v-1792h-256v1355l-1573 -1574l-182 182l1574 1573h-1355v256v0z" + }, + { + Name: "ArrowDownRight8", + Code: "EED5", + Path: "M1792 1792h256v-1792h-1792v256h1355l-1574 1573l182 182l1573 -1574v1355v0z" + }, + { + Name: "DocumentSet", + Code: "EED6", + Path: "M1792 768h128v-768h-1792v1408h128v384h128v256h1408v-1280zM512 1920v-128h1024v-1024h128v1152h-1152zM384 1664v-256h347l640 -640h37v896h-1024zM1792 128v512h-475l-640 640h-421v-1152h1536z" + }, + { + Name: "GoToDashboard", + Code: "EEED", + Path: "M1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1367 681q81 81 125 185t44 219q0 124 -52 239l116 52q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5zM128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q16 0 32 1l32 2v-128l-32 -2t-32 -1q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -98 -20 -193.5t-59 -186.5l-99 99q50 136 50 281q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM2048 320l-320 -320l-91 91l166 165h-651v128h651l-166 165l91 91z" + }, + { + Name: "DelveAnalytics", + Code: "EEEE", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z" + }, + { + Name: "ArrowUpRightMirrored8", + Code: "EEEF", + Path: "M1792 2048h-1792v-1792h256v1355l1573 -1574l182 182l-1574 1573h1355v256v0z" + }, + { + Name: "ArrowDownRightMirrored8", + Code: "EEF0", + Path: "M256 1792h-256v-1792h1792v256h-1355l1574 1573l-182 182l-1573 -1574v1355v0z" + }, + { + Name: "RewardsLogoArt64", + Code: "EEF2", + Path: "M2016 1426l-854 -427q76 -25 139 -71.5t108 -108.5t70 -136.5t25 -154.5q0 -102 -39 -192.5t-106.5 -158t-158 -106.5t-192.5 -39t-192.5 39t-158 106.5t-106.5 158t-39 192.5q0 80 24.5 154.5t69.5 136.5t108 108.5t140 71.5l-854 427v622h2016v-622zM416 1952h-320v-466l320 -160v626zM1408 528q0 83 -31.5 156t-85.5 127t-127 85.5t-156 31.5t-156 -31.5t-127 -85.5t-85.5 -127t-31.5 -156t31.5 -156t85.5 -127t127 -85.5t156 -31.5t156 31.5t127 85.5t85.5 127t31.5 156zM1504 1952h-992v-674l496 -248l496 248v674zM1920 1952h-320v-626l320 160v466z" + }, + { + Name: "SearchArt64", + Code: "EEF5", + Path: "M1344 2048q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25q-125 0 -239.5 41.5t-210.5 121.5l-98 -97q16 -14 25.5 -30t9.5 -38q0 -34 -23 -57l-536 -535q-23 -23 -52 -35t-61 -12t-60.5 12t-50 33t-34.5 49t-13 60q0 35 12 66.5t37 56.5l531 532q23 23 57 23q23 0 38.5 -9.5t29.5 -25.5l97 98q-80 96 -121.5 210.5t-41.5 239.5q0 97 25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM159 95q26 0 45 19l524 524l-90 90l-520 -519q-21 -21 -21 -51q0 -26 17.5 -44.5t44.5 -18.5zM1344 736q126 0 236.5 48t193 130.5t130.5 193t48 236.5t-48 236.5t-130.5 193t-193 130.5t-236.5 48t-236.5 -48t-193 -130.5t-130.5 -193t-48 -236.5t48 -236.5t130.5 -193t193 -130.5t236.5 -48zM1344 1856q20 0 34 -14t14 -34t-14 -34t-34 -14q-86 0 -161.5 -33t-132 -89.5t-89.5 -132t-33 -161.5q0 -20 -14 -34t-34 -14t-34 14t-14 34q0 106 40 199.5t109.5 163t163 109.5t199.5 40z" + }, + { + Name: "CompanyDirectory", + Code: "EF0D", + Path: "M1920 2048v-2048h-1664v254h-128v128h128v257h-128v128h128v512h-128v128h128v256h-128v128h128v257h1664zM1792 1920h-1408v-1792h1408v1792zM1664 1536h-640v128h640v-128zM1664 1280h-640v128h640v-128zM704 388q-39 0 -73.5 14.5t-60 40t-40 60t-14.5 73.5t14.5 73t40 59.5t60 40.5t73.5 15t73 -15t59.5 -40.5t40.5 -59.5t15 -73t-15 -73.5t-40.5 -60t-59.5 -40t-73 -14.5zM704 644q-29 0 -48.5 -19.5t-19.5 -48.5t19.5 -48.5t48.5 -19.5t48.5 19.5t19.5 48.5t-19.5 48.5t-48.5 19.5zM704 1284q-39 0 -73.5 14.5t-60 40t-40 60t-14.5 73.5t14.5 73t40 59.5t60 40.5t73.5 15t73 -15t59.5 -40.5t40.5 -59.5t15 -73t-15 -73.5t-40.5 -60t-59.5 -40t-73 -14.5zM704 1540q-29 0 -48.5 -19.5t-19.5 -48.5t19.5 -48.5t48.5 -19.5t48.5 19.5t19.5 48.5t-19.5 48.5t-48.5 19.5zM1664 640h-640v128h640v-128zM1664 384h-640v128h640v-128z" + }, + { + Name: "OpenEnrollment", + Code: "EF1C", + Path: "M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34zM640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM512 896h128v-128h-128v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM384 384h443l-32 -128h-539v1792h1536v-743q-67 -10 -128 -44v659h-1280v-1536zM768 896h514l-128 -128h-386v128z" + }, + { + Name: "CompanyDirectoryMirrored", + Code: "EF2B", + Path: "M128 2048v-2048h1664v254h128v128h-128v257h128v128h-128v512h128v128h-128v256h128v128h-128v257h-1664zM256 1920h1408v-1792h-1408v1792zM384 1536h640v128h-640v-128zM384 1280h640v128h-640v-128zM1344 388q39 0 73.5 14.5t60 40t40 60t14.5 73.5t-14.5 73t-40 59.5t-60 40.5t-73.5 15t-73 -15t-59.5 -40.5t-40.5 -59.5t-15 -73t15 -73.5t40.5 -60t59.5 -40t73 -14.5zM1344 644q29 0 48.5 -19.5t19.5 -48.5t-19.5 -48.5t-48.5 -19.5t-48.5 19.5t-19.5 48.5t19.5 48.5t48.5 19.5zM1344 1284q39 0 73.5 14.5t60 40t40 60t14.5 73.5t-14.5 73t-40 59.5t-60 40.5t-73.5 15t-73 -15t-59.5 -40.5t-40.5 -59.5t-15 -73t15 -73.5t40.5 -60t59.5 -40t73 -14.5zM1344 1540q29 0 48.5 -19.5t19.5 -48.5t-19.5 -48.5t-48.5 -19.5t-48.5 19.5t-19.5 48.5t19.5 48.5t48.5 19.5zM384 640h640v128h-640v-128zM384 384h640v128h-640v-128z" + }, + { + Name: "OneDriveAdd", + Code: "EF32", + Path: "M1280 640h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384zM1878 1117q85 -42 127.5 -117.5t42.5 -169.5q0 -56 -19 -108.5t-53 -95.5t-81 -72.5t-103 -38.5v132q28 9 52 27.5t40.5 43.5t26 54t9.5 58q0 36 -11 69.5t-32 59.5t-51.5 42.5t-68.5 19.5q3 58 -12.5 108.5t-48 88t-79.5 59.5t-107 22q-31 0 -68 -8t-64 -24q-45 66 -109.5 103.5t-145.5 37.5q-22 0 -44 -2.5t-43 -7.5q-49 -12 -89 -39t-70 -65t-47.5 -84t-21.5 -95q-48 -2 -91.5 -17.5t-76 -44t-52 -69t-19.5 -91.5q0 -53 16 -103.5t55 -88.5v-152q-34 16 -63.5 39t-52.5 52h-161q-73 0 -138.5 30t-115.5 80t-79.5 116.5t-29.5 138.5q0 115 54.5 205.5t161.5 137.5q12 78 48.5 144.5t92 115t125.5 76.5t150 28q24 0 48 -2.5t47 -8.5q71 80 166.5 125.5t202.5 45.5q49 0 96.5 -9.5t92.5 -27.5q141 -56 221 -164t103 -254l1 -3q54 -13 99 -41t79.5 -67t57.5 -87t32 -102zM1479 1425q-13 69 -48 127.5t-86 101t-115 66.5t-134 24q-51 0 -98.5 -14t-89 -40t-75.5 -62.5t-59 -80.5q-29 18 -69 27.5t-73 9.5q-62 0 -115.5 -24t-93 -65.5t-62 -96t-22.5 -115.5q0 -8 0.5 -16.5t1.5 -16.5q-49 -4 -88.5 -25t-67 -54t-42.5 -75.5t-15 -90.5q0 -47 19.5 -89.5t51.5 -75.5t74.5 -52.5t89.5 -19.5h95q-10 30 -13.5 61.5t-3.5 63.5q0 63 18.5 116.5t52.5 95.5t82 72.5t107 48.5q23 73 63 130.5t94 97.5t121 61t144 21q85 0 160 -30t136 -89z" + }, + { + Name: "ProfileSearch", + Code: "EF35", + Path: "M1468 909q-52 -43 -89 -96q-83 42 -173.5 62.5t-183.5 20.5q-108 0 -206.5 -27t-183.5 -76.5t-154.5 -119t-118.5 -155t-76 -184.5t-27 -206h-128q0 146 43.5 281t123.5 247t193.5 196t253.5 129q-54 36 -96.5 83t-72 102t-45.5 116t-16 126q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -65 -16 -126.5t-45.5 -116.5t-72.5 -102t-97 -83q43 -14 83.5 -31.5t79.5 -39.5zM640 1408q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1730 897q66 0 125 -25.5t102.5 -69t69 -102t25.5 -124.5t-25.5 -124.5t-69 -102t-102.5 -69t-125 -25.5q-97 0 -177 54l-292 -292q-19 -19 -45 -19t-45 19t-19 45t19 45l292 292q-54 80 -54 177q0 66 25.5 124.5t69 102t102 69t124.5 25.5zM1730 383q40 0 75 15t61.5 41.5t42 61.5t15.5 75t-15.5 75t-41.5 61.5t-61.5 41.5t-75.5 15t-75 -15.5t-61.5 -41.5t-41.5 -61t-15 -75t15 -75t41.5 -61.5t61.5 -41.5t75 -15z" + }, + { + Name: "Header2", + Code: "EF36", + Path: "M768 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640zM1954 1291q0 -82 -19 -147t-52.5 -119t-78.5 -99t-97.5 -86t-109 -81t-112.5 -84q-22 -17 -45 -37t-44 -42t-38 -47t-26 -52q-8 -25 -11.5 -56t-3.5 -57h603v-128h-768q0 57 1.5 113t17.5 112q19 65 55.5 117.5t83.5 97.5t101 84.5t108 79.5t103 82t87 92t60.5 109.5t22.5 134.5q0 59 -18 105.5t-51 79t-80.5 50t-105.5 17.5q-48 0 -94 -13.5t-88 -36.5t-80 -54t-69 -65v170q39 37 78.5 62.5t82.5 41t90 22.5t100 7q85 0 157.5 -25t126 -73t83.5 -117.5t30 -157.5z" + }, + { + Name: "Header3", + Code: "EF37", + Path: "M768 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640zM1619 990q67 -7 125.5 -32.5t102 -67t68.5 -98.5t25 -127q0 -103 -39.5 -179.5t-106 -127.5t-153 -76.5t-180.5 -25.5q-80 0 -160 15t-149 59v167q138 -108 315 -108q61 0 118 15.5t100.5 47.5t69.5 81.5t26 117.5q0 69 -22.5 116t-60.5 76.5t-88.5 45t-105 22t-110.5 7t-106 0.5v132q47 0 98.5 0.5t101 6.5t93.5 20.5t77.5 42.5t53 71.5t19.5 108.5q0 62 -18 106t-51 72t-80.5 41t-106.5 13q-76 0 -143.5 -25.5t-127.5 -71.5v151q71 42 150 60t160 18q74 0 142.5 -20.5t120.5 -61t83 -101.5t31 -142q0 -139 -70.5 -223.5t-201.5 -121.5v-4z" + }, + { + Name: "Header4", + Code: "EF38", + Path: "M768 1024v640h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640zM1920 768h128v-128h-128v-384h-128v384h-640v85l671 939h97v-896zM1792 768v632l-452 -632h452z" + }, + { + Name: "Screen", + Code: "EF39", + Path: "M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1216q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1920 1632q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h1728q14 0 23 9t9 23v1216z" + }, + { + Name: "RingerSolid", + Code: "EF3A", + Path: "M1792 512v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-768h128z" + }, + { + Name: "Eyedropper", + Code: "EF3C", + Path: "M1758 2048q60 0 113 -23t92 -62t62 -92t23 -113q0 -58 -22 -111.5t-63 -94.5l-240 -240q33 -32 51 -72.5t18 -87.5q0 -46 -17.5 -86t-49.5 -72l-157 -157l-160 161l-805 -805l-26 -1q-51 -2 -87.5 -17t-64 -36.5t-50 -45.5t-47.5 -45t-55 -34.5t-73 -13.5q-41 0 -77.5 16t-63.5 43t-43 63.5t-16 77.5q0 43 13.5 73.5t34.5 55t45 47t45.5 50t36.5 63.5t17 88l1 26l805 805l-161 160l157 157q32 32 72 49.5t86 17.5q47 0 87.5 -18t72.5 -51l240 240q41 41 94.5 63t111.5 22zM1317 1088l-229 229l-769 -769q-5 -51 -19 -91t-36 -74.5t-51.5 -66t-63.5 -66.5q-21 -21 -21 -51q0 -29 21 -50t50 -21q30 0 51 21q35 34 67 63.5t66 51.5t74 36t91 19zM1872 1643q48 48 48 114q0 33 -13 63t-35 52t-52 35t-63 13q-66 0 -114 -48l-331 -330l-94 94q-28 28 -66 28q-21 0 -39.5 -10t-35 -25t-31.5 -31.5t-28 -29.5l550 -550l68 68q28 28 28 66q0 20 -7.5 36.5t-21.5 30.5l-93 93z" + }, + { + Name: "MarketDown", + Code: "EF42", + Path: "M1920 1024h128v-640h-640v128h421l-677 677l-384 -384l-765 766l90 90l675 -674l384 384l768 -768v421v0z" + }, + { + Name: "CalendarWorkWeek", + Code: "EF51", + Path: "M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM384 896v384h1280v-384h-1280zM512 1152v-128h1024v128h-1024z" + }, + { + Name: "SidePanel", + Code: "EF52", + Path: "M0 1792h2048v-1408h-2048v1408zM128 1408v-896h384v896h-384zM1920 512v896h-1280v-896h1280zM128 1536h1792v128h-1792v-128z" + }, + { + Name: "GlobeFavorite", + Code: "EF53", + Path: "M2031 511l-266 -197l102 -313l-267 193l-266 -194l101 314l-266 197h335l97 310l95 -310h335zM679 640q8 -37 23 -89t37 -109t51 -113t64.5 -101t78 -72.5t91.5 -27.5q36 0 69 17t59 41v-178q-32 -4 -64 -6t-64 -2q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -99 -19 -195.5t-56 -188.5h-181v128h91q37 123 37 256t-37 256h-363q1 -12 5 -48t7 -76.5t4.5 -74t-0.5 -40.5l-126 -401h-731zM1391 768q9 64 13 127.5t4 128.5t-4 128.5t-13 127.5h-734q-9 -64 -13 -127.5t-4 -128.5t4 -128.5t13 -127.5h734zM1833 1408q-38 81 -92 153t-120 131t-143.5 104.5t-162.5 74.5q36 -49 65.5 -105t52 -116t39 -121t28.5 -121h333zM1024 1920q-49 0 -91.5 -27.5t-78 -72.5t-64.5 -101t-51 -113t-37 -109t-23 -89h690q-8 37 -23 89t-37 109t-51 113t-64.5 101t-78 72.5t-91.5 27.5zM733 1871q-85 -29 -162.5 -74.5t-143.5 -104.5t-120 -131t-92 -153h333q12 60 28.5 121t39 121t52 116t65.5 105zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM215 640q38 -81 92 -153t120 -131t143.5 -104.5t162.5 -74.5q-36 49 -65.5 105t-52 116t-39 121t-28.5 121h-333z" + }, + { + Name: "CaretTopLeftSolid8", + Code: "EF54", + Path: "M0 2048h1984l-1984 -1984v1984v0z" + }, + { + Name: "CaretTopRightSolid8", + Code: "EF55", + Path: "M64 2048h1984v-1984l-1984 1984v0z" + }, + { + Name: "ViewAll2", + Code: "EF56", + Path: "M896 2048v-896h-896v896h896zM768 1280v640h-640v-640h640zM0 128v896h1920v-896h-1920zM128 896v-640h1664v640h-1664zM1024 2048h896v-896h-896v896zM1792 1280v640h-640v-640h640z" + }, + { + Name: "DocumentReply", + Code: "EF57", + Path: "M1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293zM1347 128l128 -128h-1347v2048h1115l549 -549v-729l-128 128v510h-512v512h-896v-1792h1091zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PlayerSettings", + Code: "EF58", + Path: "M768 1024q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83q69 -26 132 -64.5t117 -88.5l-87 -95q-89 82 -201 126t-233 44zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ReceiptForward", + Code: "EF59", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM813 1453l365 -365l-365 -365l-90 90l210 211h-677v128h677l-210 211zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z" + }, + { + Name: "ReceiptReply", + Code: "EF5A", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM475 1152h677v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z" + }, + { + Name: "ReceiptCheck", + Code: "EF5B", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM979 1325l90 -90l-493 -493l-237 237l90 90l147 -147zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z" + }, + { + Name: "Fax", + Code: "EF5C", + Path: "M320 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1536 1664q107 0 205 -49q90 -45 149 -118.5t94.5 -161.5t49.5 -185t14 -190t-14 -190t-49.5 -185t-94.5 -161.5t-149 -118.5q-98 -49 -205 -49h-128v-256h-1024v256h-384v896q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v768h1024v-384h128zM512 1280h768v640h-768v-640zM1280 640h-768v-512h768v512zM1536 768v384h-1408v-768h256v384h1152zM1536 384q74 0 131.5 26t100 70t72 102t47 122t25.5 130t8 126t-8 126t-25.5 130t-47 122t-72 102t-100 70t-131.5 26h-64q-26 0 -45 -19t-19 -45v-128q0 -28 13 -41.5t32.5 -18.5t42 -4.5t40.5 0.5q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-18 0 -40.5 0.5t-42 -4.5t-32.5 -18.5t-13 -41.5v-128q0 -26 19 -45t45 -19h64z" + }, + { + Name: "RecurringEvent", + Code: "EF5D", + Path: "M256 512h768v-128h-896v1536h256v128h128v-128h896v128h128v-128h256v-896h-128v384h-1408v-896zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "ReplyAlt", + Code: "EF5E", + Path: "M1920 1152v-128h-1445l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h1445v0z" + }, + { + Name: "ReplyAllAlt", + Code: "EF5F", + Path: "M1920 1152v-128h-1061l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h1061zM749 1555l-467 -467l467 -467l-90 -90l-557 557l557 557z" + }, + { + Name: "EditStyle", + Code: "EF60", + Path: "M1055 1152h-446l-85 -256h-140l384 1152h128l330 -988l-106 -105zM1012 1280l-180 540l-180 -540h360zM1593 1149q42 0 78.5 -14.5t63 -40.5t42 -61.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q28 28 65.5 41t76.5 13zM1643 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "EditMail", + Code: "EF61", + Path: "M1707 1095q28 28 65.5 41t75.5 13q42 0 78 -14.5t62.5 -40.5t42 -62t15.5 -78q0 -39 -15 -76t-43 -65l-715 -717l-377 -94l94 377zM1899 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34zM2048 1664v-450q-29 21 -61 34.5t-67 21.5v130l-896 -447l-896 447v-888h814l-128 -128h-814v1280h2048zM1024 1095l881 441h-1762z" + }, + { + Name: "Lifesaver", + Code: "EF62", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1920 1024q0 72 -11.5 143t-34.5 140q-61 -20 -121.5 -40t-121.5 -40q33 -98 33 -203q0 -106 -33 -203l243 -80q23 69 34.5 140t11.5 143zM128 1024q0 -72 11.5 -143t34.5 -140q61 20 121.5 40t121.5 40q-33 97 -33 203q0 105 33 203l-243 80q-23 -69 -34.5 -140t-11.5 -143zM512 1024q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1307 1874q-69 23 -140 34.5t-143 11.5t-143 -11.5t-140 -34.5q20 -61 40 -121.5t40 -121.5q97 33 203 33q105 0 203 -33zM741 174q69 -23 140 -34.5t143 -11.5t143 11.5t140 34.5q-20 61 -40 121.5t-40 121.5q-98 -33 -203 -33q-106 0 -203 33z" + }, + { + Name: "LifesaverLock", + Code: "EF63", + Path: "M1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384zM512 1024q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q32 0 64 4t64 12v-131q-32 -6 -64 -9.5t-64 -3.5q-52 0 -102.5 8t-99.5 25l-81 -243q69 -23 140 -34.5t143 -11.5q65 0 128 9v-129q-32 -4 -64 -6t-64 -2q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -80 -12 -159q-15 55 -44.5 103t-72.5 86q-3 130 -45 253q-61 -20 -121.5 -40.5t-121.5 -40.5q6 -18 11 -36.5t9 -37.5h-131q-22 85 -69.5 155.5t-113 121.5t-146 79t-167.5 28q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1024 1920q-72 0 -143 -11.5t-140 -34.5q20 -61 40.5 -121.5t40.5 -121.5q49 17 99.5 25t102.5 8t102.5 -8t99.5 -25l81 243q-69 23 -140 34.5t-143 11.5zM417 822q-17 49 -25 99.5t-8 102.5t8 102.5t25 99.5l-243 81q-23 -69 -34.5 -140t-11.5 -143t11.5 -143t34.5 -140q61 20 121.5 40.5t121.5 40.5z" + }, + { + Name: "InboxCheck", + Code: "EF64", + Path: "M832 1254l-365 365l90 90l275 -275l531 531l90 -90zM1920 772q1 -2 1.5 -29t0.5 -69.5v-96.5t-0.5 -111.5t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v42.5t-0.5 79t-0.5 102.5t-0.5 113.5t-0.5 111.5v96.5t0.5 69.5t1.5 29l238 714l101 -102l-205 -616h418l128 -256h560l128 256h418l-269 809l101 101zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384z" + }, + { + Name: "FolderSearch", + Code: "EF65", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-603q-58 52 -128 83v520h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h963l-128 -128h-963v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1728 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-47 0 -92 13.5t-84 39.5l-419 -418q-19 -19 -45 -19t-45 19t-19 45t19 45l418 419q-26 39 -39.5 84t-13.5 92q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "CollapseMenu", + Code: "EF66", + Path: "M128 1280v128h1792v-128h-1792zM128 1920h1792v-128h-1792v128zM128 768v128h1792v-128h-1792zM128 256v128h1792v-128h-1792z" + }, + { + Name: "ExpandMenu", + Code: "EF67", + Path: "M128 1920h1792v-640h-1792v640zM128 256v640h1792v-640h-1792z" + }, + { + Name: "Boards", + Code: "EF68", + Path: "M1664 1536h256v-1536h-1280v256h-256v256h-256v1536h1280v-256h256v-256zM384 640v1152h896v128h-1024v-1280h128zM640 384v1152h896v128h-1024v-1280h128zM1792 128v1280h-1024v-1280h1024z" + }, + { + Name: "SunAdd", + Code: "EF69", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1536 1152h384v-128h-384v128zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" + }, + { + Name: "SunQuestionMark", + Code: "EF6A", + Path: "M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1684 1722l-271 -272l-91 91l272 271zM507 726l91 -91l-272 -271l-90 90zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "LandscapeOrientation", + Code: "EF6B", + Path: "M2048 1371v-1115h-2048v1664h1499zM1536 1408h293l-293 293v-293zM1920 384v896h-512v512h-1280v-1408h1792z" + }, + { + Name: "DocumentSearch", + Code: "EF6C", + Path: "M1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1008 384l-128 -128h-624v1792h859l549 -549v-219h-128v128h-512v512h-640v-1536h624zM1152 1536h293l-293 293v-293z" + }, + { + Name: "PublicCalendar", + Code: "EF6D", + Path: "M1729 765l317 -317l-317 -317l-91 90l163 163h-658l163 -163l-91 -90l-317 317l317 317l91 -90l-163 -163h658l-163 163zM256 1408v-896h512v-128h-640v1536h256v128h128v-128h896v128h128v-128h256v-1024h-128v512h-1408zM384 1792h-128v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128z" + }, + { + Name: "PublicContactCard", + Code: "EF6E", + Path: "M1792 1152h-640v128h640v-128zM1152 896h384v-128h-384v128zM826 976q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM512 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1729 637l317 -317l-317 -317l-91 90l163 163h-658l163 -163l-91 -90l-317 317l317 317l91 -90l-163 -163h658l-163 163zM2048 1792v-1216l-128 128v960h-1792v-1280h640v-128h-768v1536h2048z" + }, + { + Name: "PublicEmail", + Code: "EF6F", + Path: "M1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668zM0 1664h2048v-1024l-128 128v697l-896 -449l-896 449v-953h640v-128h-768v1280zM271 1536l753 -376l753 376h-1506z" + }, + { + Name: "PublicFolder", + Code: "EF70", + Path: "M1725 765l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668l-163 163zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1024l-128 128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h640v-128h-768v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z" + }, + { + Name: "WordDocument", + Code: "EF71", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM320 624h161q2 8 9.5 43t17.5 83.5t21.5 103t21.5 100.5t16.5 76t7.5 31l7 -30.5t17.5 -76.5t22.5 -100.5t23 -103t19 -84t10 -42.5h160l148 672h-148l-80 -438l-100 438h-152l-96 -440l-86 440h-150zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1280 1152v128h512v-128h-512zM1280 896v128h512v-128h-512zM1280 640v128h512v-128h-512z" + }, + { + Name: "PowerPointDocument", + Code: "EF72", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM368 1296v-672h150v226h100q52 0 97 15.5t78.5 45.5t53 72.5t19.5 96.5q0 56 -17.5 97t-49.5 67.5t-76 39t-97 12.5h-258zM1920 128v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256h1280zM1536 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149h-384v384zM1408 1280v-384h384q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-33 0 -65 6.5t-63 17.5v720q31 11 63 17.5t65 6.5zM604 980h-86v185h90q47 0 74 -20t27 -70q0 -52 -28 -73.5t-77 -21.5z" + }, + { + Name: "ExcelDocument", + Code: "EF73", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM261 624h189q2 4 12.5 23t24.5 45t29.5 55t29 53.5t23 41l9.5 16.5q27 -59 60.5 -118t64.5 -116h187l-209 339l205 333h-179q-31 -57 -60.5 -114t-62.5 -112q-29 57 -57 113t-57 113h-191l199 -335zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1280 1152v128h512v-128h-512zM1280 896v128h512v-128h-512zM1280 640v128h512v-128h-512z" + }, + { + Name: "GroupedList", + Code: "EF74", + Path: "M640 1664v128h384v-128h-384zM1152 1792h768v-128h-768v128zM0 1408v512h512v-512h-512zM128 1792v-256h256v256h-256zM640 1024v128h384v-128h-384zM1152 1024v128h768v-128h-768zM0 768v512h512v-512h-512zM128 1152v-256h256v256h-256zM640 384v128h384v-128h-384zM1152 384v128h768v-128h-768zM0 128v512h512v-512h-512zM128 512v-256h256v256h-256z" + }, + { + Name: "ClassroomLogo", + Code: "EF75", + Path: "M960 2048q16 0 39 -10t46 -24t44 -29t33 -25q68 -53 140 -123t139 -151t126.5 -170.5t104 -183t70.5 -188t26 -184.5q0 -160 -51 -287t-143.5 -216.5t-222.5 -140t-287 -57.5v-259h-128v259q-158 7 -287.5 57.5t-222 140t-143.5 216.5t-51 287q0 90 26 184.5t70.5 188t104 183t126.5 170.5t138.5 151t140.5 123q12 10 33 25t44 29t45.5 24t39.5 10zM896 1856q-63 -45 -130 -107t-131 -134.5t-121 -153.5t-100.5 -165.5t-68.5 -169.5t-25 -166q0 -133 41 -236.5t116 -176t181.5 -113t237.5 -47.5v1469zM1024 1332q48 3 96.5 17.5t93.5 37.5t85 54t73 66q-74 97 -161 187t-187 162v-524zM1024 952q72 0 147 14.5t145 43.5t131 73.5t104 104.5q-26 66 -60 127.5t-74 119.5q-37 -39 -82.5 -73.5t-96.5 -60.5t-105.5 -42t-108.5 -20v-287zM1024 387q131 7 237.5 47.5t181.5 112.5t116 175.5t41 237.5q0 35 -7.5 62.5t-18.5 59.5q-50 -57 -114.5 -97.5t-137 -67t-149 -39.5t-149.5 -14v-477z" + }, + { + Name: "Sections", + Code: "EF76", + Path: "M1728 1152q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5q5 -14 20.5 -52.5t34.5 -88t40 -104.5t38.5 -103t29 -82t11.5 -42q0 -27 -19 -45.5t-45 -18.5h-1152q-26 0 -45 18.5t-19 45.5q0 12 8.5 38t20 56t23 57t16.5 41h-388q-26 0 -45 18.5t-19 45.5q0 12 8.5 38t20 56t23 57t16.5 41h-388q-26 0 -45 18.5t-19 45.5q0 8 11.5 42.5t29 82t38.5 103t40 105.5t34 88.5t21 52.5q17 45 57.5 73.5t88.5 28.5h640q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5l58 -152h180q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5l58 -152h180zM500 1152l58 154q17 45 57.5 73.5t88.5 28.5h323l-41 109q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12l-139 -366h344zM884 896l58 154q17 45 57.5 73.5t88.5 28.5h323l-41 109q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12q-35 -92 -69.5 -183t-69.5 -183h344zM1892 640l-138 365q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12l-42 -110l-48 -128t-49 -128h968z" + }, + { + Name: "EditPhoto", + Code: "EF77", + Path: "M1536 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM128 384h732l-32 -128h-828v1536h2048v-580q-28 22 -60.5 37t-67.5 23v392h-1792v-677l448 447l384 -384l256 256l261 -260l-91 -91l-170 171l-166 -166l171 -170l-91 -91l-554 555l-448 -449v-421zM1920 562l128 128v-434h-434l128 128h178v178zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 376l717 717q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5zM1899 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "Starburst", + Code: "EF78", + Path: "M1664 768l96 -480l-480 96l-256 -384l-256 384l-480 -96l96 480l-384 256l384 256l-96 480l480 -96l256 384l256 -384l480 96l-96 -480l384 -256zM1221 526q95 -17 188.5 -36t187.5 -39q-20 94 -39 187.5t-36 188.5q75 49 148 98t147 99q-74 50 -147 99t-148 98q18 95 37 188.5t38 187.5q-94 -20 -187.5 -39t-188.5 -36q-49 75 -98 148t-99 147q-50 -74 -99 -147t-98 -148q-95 17 -188.5 36t-187.5 39q20 -94 39 -187.5t36 -188.5q-75 -49 -148 -98t-147 -99q74 -50 147 -99t148 -98q-18 -95 -37 -188.5t-38 -187.5q94 20 187.5 39t188.5 36q49 -75 98 -148t99 -147q50 74 99 147t98 148z" + }, + { + Name: "ShareiOS", + Code: "EF79", + Path: "M1024 1798l-275 -275l-90 90l429 429l429 -429l-90 -90l-275 275v-1158h-128v1158zM1280 1408h512v-1408h-1408v1408h512v-128h-384v-1152h1152v1152h-384v128z" + }, + { + Name: "AirTickets", + Code: "EF7A", + Path: "M2048 1408v-1152h-2048v1152h440q1 0 33.5 10.5t86.5 28.5t126.5 42t154 51.5t169 57t171.5 57.5t161.5 54t139 46.5t103 34.5t55.5 19l134 -401h274zM842 1408h797l-79 239zM1920 1280h-1792v-896h1792v896zM1664 1152v-128h-128v128h128zM1664 896v-128h-128v128h128zM1664 512h-128v128h128v-128zM1792 896h-128v128h128v-128zM1792 640h-128v128h128v-128zM469 768l-85 256h128l64 -128h277l-85 256h128l128 -256h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-256l-128 -256h-128l85 256h-384z" + }, + { + Name: "PencilReply", + Code: "EF7B", + Path: "M2048 1712q0 -66 -25 -127.5t-73 -109.5l-1317 -1317l-633 -158l158 633l1317 1317q48 48 109.5 73t127.5 25q70 0 131 -26.5t106.5 -72t72 -106.5t26.5 -131zM1920 1712q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48l293 -293q25 25 48 47t41 46.5t28.5 53t10.5 66.5zM326 620q107 -35 183 -111t111 -183l1081 1082l-293 293zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-318 317l318 317l90 -90l-162 -163h293z" + }, + { + Name: "Tiles2", + Code: "EF7C", + Path: "M256 0v1280h640v-1280h-640zM384 1152v-1024h384v1024h-384zM256 1408v640h640v-640h-640zM384 1920v-384h384v384h-384zM1024 2048h640v-1280h-640v1280zM1536 896v1024h-384v-1024h384zM1024 0v640h640v-640h-640zM1152 512v-384h384v384h-384z" + }, + { + Name: "SkypeCircleCheck", + Code: "EF7D", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM907 701q22 0 42 8.5t35 23.5l429 429q15 15 23 35t8 41q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5q-21 0 -41.5 -8t-35.5 -23l-352 -352l-118 118q-32 32 -77 32q-22 0 -42 -8.5t-35 -23.5t-23.5 -34.5t-8.5 -41.5q0 -21 8.5 -41.5t23.5 -35.5l195 -195q15 -15 35.5 -23.5t41.5 -8.5z" + }, + { + Name: "SkypeCircleClock", + Code: "EF7E", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1345 595q22 0 41.5 8.5t34.5 23.5t23.5 34.5t8.5 41.5q0 45 -32 77l-289 289v524q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5q-23 0 -42.5 -8.5t-34 -23t-23 -34.5t-8.5 -42v-569q0 -21 8 -41.5t23 -35.5l321 -320q32 -32 77 -32z" + }, + { + Name: "SkypeCircleMinus", + Code: "EF7F", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1347 916q22 0 42 8.5t34.5 23t23 34t8.5 42.5q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5h-646q-23 0 -42.5 -8.5t-34 -23t-23 -34.5t-8.5 -42q0 -23 8.5 -42.5t23 -34t34 -23t42.5 -8.5h646z" + }, + { + Name: "SkypeCheck", + Code: "EF80", + Path: "M1570 1611q42 0 78.5 -15.5t63.5 -42.5t42.5 -63.5t15.5 -78.5q0 -40 -15 -77t-43 -65l-794 -795q-28 -28 -65 -43.5t-77 -15.5t-77 15.5t-65 43.5l-362 362q-28 28 -43.5 65t-15.5 77q0 42 16 78.5t43 63.5t63.5 42.5t78.5 15.5q40 0 77 -15t65 -43l220 -220l652 653q28 28 65 43t77 15z" + }, + { + Name: "SkypeClock", + Code: "EF81", + Path: "M1431 343q28 -28 43 -65.5t15 -76.5q0 -42 -15.5 -78.5t-42.5 -63.5t-63.5 -43t-78.5 -16q-83 0 -142 59l-594 593q-28 28 -43 65.5t-15 76.5v1053q0 42 15.5 78.5t42.5 63.5t63.5 43t78.5 16t78.5 -16t63.5 -43t43 -63.5t16 -78.5v-970z" + }, + { + Name: "SkypeMinus", + Code: "EF82", + Path: "M1591 1225q42 0 78.5 -16t63.5 -43t43 -63.5t16 -78.5t-16 -78.5t-43 -63.5t-63.5 -43t-78.5 -16h-1196q-42 0 -78.5 16t-63.5 43t-42.5 63.5t-15.5 78.5t15.5 78.5t42.5 63.5t63.5 43t78.5 16h1196v0z" + }, + { + Name: "SkypeMessage", + Code: "EF83", + Path: "M1024 1961q127 0 252.5 -8.5t250.5 -34.5t226.5 -88.5t171.5 -169.5q66 -102 94.5 -223.5t28.5 -241.5q0 -98 -15.5 -185.5t-50 -165.5t-89.5 -147t-134 -129q-154 -118 -306 -233.5t-306 -232.5q-20 -15 -47 -15q-17 0 -30.5 7t-24 18.5t-16 26t-5.5 30.5v282h-254q-61 0 -124.5 5t-125.5 18t-121 36t-110 58q-78 54 -133 124.5t-89.5 151.5t-50.5 170t-16 181q0 124 28.5 242t97.5 223q72 109 170 170.5t225 87.5q125 26 250.5 34.5t252.5 8.5zM1088 1024q26 0 45 19t19 45t-19 45t-45 19h-512q-26 0 -45 -19t-19 -45t19 -45t45 -19h512zM1468 1280q29 0 48.5 17.5t19.5 46.5t-19.5 46.5t-48.5 17.5h-888q-28 0 -48 -17.5t-20 -46.5t20 -46.5t48 -17.5h888z" + }, + { + Name: "ClosedCaption", + Code: "EF84", + Path: "M1920 1920v-1408h-768v-512l-384 512h-768v1408h1920zM960 707q30 0 80.5 1t110.5 4.5t124 9t120.5 15.5t100.5 24.5t64 34.5q17 17 30 48t22.5 69.5t16.5 82t11 84.5t6 76.5t2 59.5q0 23 -2 59t-6 77.5t-11 85t-17 83t-23 70.5t-29 48q-19 19 -62.5 32.5t-100.5 23t-122 15.5t-125 9.5t-110.5 4.5t-79.5 1t-79.5 -1t-110.5 -4.5t-125 -9.5t-122 -15.5t-100.5 -23t-62.5 -32.5q-17 -17 -30 -48t-22.5 -70t-16.5 -82.5t-11 -85t-6 -77t-2 -59.5t2 -59.5t6 -77t10.5 -84.5t16.5 -82t23 -70t30 -48q15 -15 43.5 -26.5t60.5 -19.5t63.5 -13t51.5 -8q95 -12 190 -17t191 -5z" + }, + { + Name: "ATPLogo", + Code: "EF85", + Path: "M960 2048q53 0 98.5 -6.5t88.5 -20t84.5 -33.5t85.5 -48q74 -46 145.5 -75t144.5 -45t150 -22t163 -6v-352q0 -157 -30.5 -308.5t-89 -291.5t-142.5 -266t-190.5 -233.5t-234.5 -194t-273 -146.5q-145 60 -273 146.5t-234.5 194t-190.5 233.5t-142.5 266t-89 291t-30.5 309v352q87 0 164 6t149.5 22t144 45t146.5 76q43 27 85 47t84.5 33.5t88.5 20t98 6.5zM1792 1666q-152 7 -286 48.5t-263 121.5q-68 43 -134.5 63.5t-148.5 20.5t-149 -21t-135 -64q-128 -80 -262.5 -121t-285.5 -48v-226q0 -210 58.5 -406.5t166.5 -366t262 -304.5t345 -223q191 88 345 223t262 304.5t166.5 366t58.5 406.5v226zM960 1792q62 0 110.5 -14.5t100.5 -47.5q115 -73 236 -117.5t257 -63.5v-109q0 -182 -49.5 -354.5t-141 -323t-221.5 -273.5t-292 -207q-162 84 -292.5 207t-222 273.5t-140.5 323t-49 354.5v109q136 19 256 62.5t235 117.5q51 32 101 47.5t112 15.5zM1056 1152l128 256h-224l-224 -448h192l-192 -384l576 576h-256z" + }, + { + Name: "OfficeFormsLogoInverse", + Code: "EF86", + Path: "M1344 384v448h448v-448h-448zM1472 704v-192h192v192h-192zM1568 1152q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5t112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1568 1600q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM640 1792v-256h299q35 0 60 -25t25 -60v-363h896v704h-1280zM461 946h259v136h-259v142h278v136h-435v-672h157v258zM640 256h1280v704h-896v-363q0 -35 -25 -60t-60 -25h-299v-256z" + }, + { + Name: "RecycleBin", + Code: "EF87", + Path: "M752 611h183v-152h-153q-32 0 -48 29q-6 11 -21 38t-31.5 56.5t-29 55t-12.5 34.5q0 16 7.5 34t18 36t21 34.5l17.5 27.5l-64 51h197l47 -194l-77 61zM862 1121q7 14 19.5 22.5t28.5 8.5h221q32 0 48 -30l54 -101l58 44l-30 -207l-218 20l62 46l-92 179l-84 -165l-127 64zM1231 722l122 72q4 -9 13.5 -25.5t18.5 -34.5t16 -35t7 -27q0 -12 -6 -24l-85 -168q-7 -14 -20 -21.5t-28 -7.5h-134v-67l-124 166l124 152v-103h163zM1024 2048q78 0 156 -6t156 -17q45 -7 105.5 -20t125.5 -33t128 -48.5t113 -66.5t81 -86t31 -107q0 -17 -3 -30.5t-7 -29.5l-315 -1407q-130 -97 -268.5 -147t-301.5 -50q-162 0 -301 50t-268 147l-319 1410l-6 28t-3 29q0 59 31 107t81 86t113 66.5t128 48.5t125.5 33t105.5 20q78 11 156 17t156 6zM1739 1426q-74 -41 -163.5 -69t-184 -45t-189 -24.5t-178.5 -7.5t-178 7.5t-188.5 24.5t-184 45t-163.5 69l260 -1154q100 -70 217 -105.5t239 -35.5q121 0 237.5 35.5t216.5 105.5zM1024 1408q50 0 111.5 3t127.5 11t133 20.5t130 31.5t117.5 45t95.5 60q18 15 35.5 37t17.5 48t-17.5 48t-35.5 37q-41 34 -95.5 60t-117.5 45t-130 31.5t-133 20.5t-127.5 11t-111.5 3q-51 0 -112 -3t-127 -11t-133 -20.5t-130 -31.5t-117.5 -45t-95.5 -60q-18 -15 -35.5 -37t-17.5 -48t17.5 -48t35.5 -37q41 -34 95.5 -60t117.5 -45t130 -31.5t133 -20.5t127 -11t112 -3z" + }, + { + Name: "EmptyRecycleBin", + Code: "EF88", + Path: "M782 459q-32 0 -48 29q-6 11 -21 38t-31.5 56.5t-29 55t-12.5 34.5q0 16 7.5 34t18 36t21 34.5l17.5 27.5l-64 51h197l47 -194l-77 61l-55 -111h183v-152h-153zM1013 1103l-84 -165l-127 64l60 119q14 30 48 30l221 1q32 0 48 -30l54 -101l58 44l-30 -207l-218 20l62 46zM1135 384l-124 166l124 152v-103h163l-67 123l122 72q4 -9 13.5 -25.5t18.5 -34.5t16 -35t7 -27q0 -12 -6 -24l-85 -168q-7 -14 -20 -21.5t-28 -7.5h-134v-67zM1734 1408h132l-271 -1211q-130 -97 -268.5 -147t-301.5 -50q-162 0 -301 50.5t-268 146.5l-319 1410l-6 28t-3 29q0 58 29.5 105.5t77.5 84.5t109 65.5t123.5 48.5t121 33t102.5 20q165 27 333 27q51 0 101.5 -2.5t101.5 -7.5q-66 -20 -127.5 -49.5t-117.5 -69.5q-48 -1 -106 -5t-120.5 -12t-126 -21t-123 -32t-111 -44.5t-89.5 -57.5q-18 -16 -34 -37t-16 -46q0 -15 6 -28.5t16 -26t21.5 -23t22.5 -18.5q42 -32 96.5 -56t115.5 -41.5t126 -29.5t129 -19.5t124 -10.5t111 -3q11 0 22 0.5t22 0.5l1 -1h632q-74 -35 -158.5 -59.5t-173 -39.5t-176.5 -22t-169 -7q-84 0 -178 7.5t-188.5 24.5t-184 45t-163.5 69l260 -1154q100 -70 217 -105.5t239 -35.5q121 0 237.5 35.5t216.5 105.5zM2048 2048v-512h-512v128h292q-76 60 -167 91t-188 31q-114 0 -218.5 -43t-185.5 -124l-90 90q99 99 226.5 152t267.5 53q122 0 237 -41t210 -119v294h128z" + }, + { + Name: "Hide2", + Code: "EF89", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1 1022l-1 -3v5zM1911 1007q-18 104 -63 193t-111 162t-148 129t-175 94.5t-192 58.5t-198 20q-109 0 -217.5 -24t-208 -70t-185.5 -113t-149.5 -152t-99.5 -188t-36 -221h-128q0 136 40.5 255t112.5 218.5t169.5 178t211 133t238.5 83t252 28.5q125 0 249.5 -28.5t237.5 -82t210.5 -131t169.5 -176t113.5 -216.5t43.5 -253q-61 59 -137 102zM1024 1152q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -48 17 -91.5t46.5 -77.5t70 -56.5t88.5 -28.5q-20 -64 -26 -125q-70 11 -129 45t-102.5 84.5t-68 114.5t-24.5 135q0 79 30 149t82.5 122.5t122 82.5t149.5 30q57 0 111 -16.5t100 -47t82.5 -73.5t59.5 -95q-62 -23 -115 -57q-15 36 -39 66t-55 51t-68 32.5t-76 11.5z" + }, + { + Name: "Breadcrumb", + Code: "EF8C", + Path: "M256 1536h1536v-128h-1536v128zM640 1024v128h1152v-128h-1152zM1024 640v128h768v-128h-768z" + }, + { + Name: "BirthdayCake", + Code: "EF8D", + Path: "M1920 128v-128h-1920v128h128v576q0 66 25 124t68.5 101.5t102 69t124.5 25.5h448v352q0 9 7.5 15.5t18 10t21.5 5t17 1.5t17 -1.5t21.5 -5t18 -10t7.5 -15.5v-352h448q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-576h128zM448 896q-37 0 -70 -13t-58.5 -36t-42 -54.5t-20.5 -67.5q37 -41 86.5 -63t104.5 -22q66 0 114.5 26.5t90.5 75.5q11 12 22.5 19t28.5 7t28.5 -7t22.5 -19q42 -49 90.5 -75.5t114.5 -26.5t114.5 26.5t90.5 75.5q11 12 22.5 19t28.5 7t28.5 -7t22.5 -19q42 -49 90.5 -75.5t114.5 -26.5q55 0 104.5 22t86.5 63q-4 36 -20.5 67.5t-42 54.5t-58.5 36t-70 13h-1024zM256 128h1408v435q-48 -24 -93 -37.5t-99 -13.5q-72 0 -137 24.5t-119 72.5q-54 -48 -119 -72.5t-137 -24.5t-137 24.5t-119 72.5q-54 -48 -119 -72.5t-137 -24.5q-54 0 -99 13.5t-93 37.5v-435zM960 1536q-26 0 -45 19t-19 45q0 12 8 31t18.5 40t21 40t16.5 30q6 -11 16.5 -30t21 -40t18.5 -40t8 -31q0 -26 -19 -45t-45 -19z" + }, + { + Name: "ClearFilter", + Code: "EF8F", + Path: "M0 1920h2048v-219l-768 -768v-805h-512v805l-768 768v219zM1920 1755v37h-1792v-37l768 -768v-731h256v731zM1957 768l91 -91l-230 -229l230 -229l-91 -91l-229 230l-229 -230l-91 91l230 229l-230 229l91 91l229 -230z" + }, + { + Name: "Flow", + Code: "EF90", + Path: "M1408 1792h640v-640h-640v256h-120l-449 -896h-199v-256h-640v640h640v-256h120l449 896h199v256zM512 384v384h-384v-384h384zM1920 1280v384h-384v-384h384z" + }, + { + Name: "FixedAssetManagement", + Code: "EF93", + Path: "M1792 768h256v-768h-1024v768h256v256h512v-256zM1408 896v-128h256v128h-256zM1920 128v256h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768zM1920 512v128h-768v-128h768zM1152 1024v-128h-256v-256h-256v128h128v128h-256v-256h-512v768h128v512h1536v-768h-128v640h-1280v-384h256v-384h640zM384 768v512h-256v-512h256z" + }, + { + Name: "TimeEntry", + Code: "EF95", + Path: "M1536 640h192v-128h-320v384h128v-256zM1280 1536h-1024v128h1024v-128zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1166 1280q-109 -48 -200 -128h-710v128h910zM775 896q-14 -31 -25.5 -63t-20.5 -65h-473v128h519zM256 512h451q3 -32 8.5 -64t13.5 -64h-473v128zM850 128q50 -71 116 -128h-966v2048h1536v-707l-32 2t-32 1t-32 -1l-32 -2v579h-1280v-1792h722z" + }, + { + Name: "Speech", + Code: "EFA9", + Path: "M1040 718q111 -39 202.5 -112.5t157 -169t101 -207.5t35.5 -229h-128q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83zM384 1152q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1767 1895q136 -137 208.5 -311t72.5 -368t-72.5 -368t-208.5 -311l-91 91q118 118 181 269.5t63 318.5t-63 318.5t-181 269.5zM1495 1623q81 -81 125 -186.5t44 -220.5t-44 -220.5t-125 -186.5l-90 90q63 63 96.5 145t33.5 172t-33.5 172t-96.5 145z" + }, + { + Name: "MailLink", + Code: "EFAC", + Path: "M1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -32 10 -60.5t27.5 -52.5t42.5 -42t55 -28q-3 -18 -5 -36.5t-2 -36.5q0 -14 2 -29t4 -29q-57 10 -105 38.5t-83 70.5t-54.5 94.5t-19.5 110.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v133q28 10 52 28t40.5 41.5t26 52t9.5 58.5q0 40 -15 75t-41 61t-61 41t-75 15h-256zM1786 639q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5q0 -66 -25 -124.5t-68.5 -103t-102 -70t-124.5 -25.5h-256q-66 0 -124.5 25.5t-102 70t-68.5 103t-25 124.5q0 57 19 109t53 94.5t81 72t103 40.5v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -39 15 -74.5t41 -62.5t61 -42.5t75 -15.5h256q40 0 75 15.5t61 42.5t41 62.5t15 74.5q0 31 -10 60.5t-27.5 54t-42.5 43t-55 27.5q3 18 5 36.5t2 36.5q0 14 -2 29t-4 29zM2048 1664v-1028q-28 29 -60 52.5t-68 40.5v736l-896 -449l-896 449v-953h518q5 -33 15 -65.5t24 -62.5h-685v1280h2048zM1024 1160l753 376h-1506z" + }, + { + Name: "CRMProcesses", + Code: "EFB1", + Path: "M0 1664h2048v-1152h-2048v1152zM128 640h293l449 448l-449 448h-293v-896zM1920 640v896h-1317l447 -448l-447 -448h1317z" + }, + { + Name: "PageBlock", + Code: "EFB5", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1084 128q43 -71 106 -128h-1062v2048h1115l549 -549v-475q-31 11 -63 18t-65 10v356h-512v512h-896v-1792h828zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PageEdit", + Code: "EFB6", + Path: "M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34zM256 128h507l-32 -128h-603v2048h1115l549 -549v-194q-67 -10 -128 -44v147h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PageArrowRight", + Code: "EFB8", + Path: "M2042 320l-317 -317l-90 90l163 163h-646v128h646l-163 163l90 90zM1374 128l128 -128h-1374v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792h1118zM1280 1536h293l-293 293v-293z" + }, + { + Name: "PageRemove", + Code: "EFBA", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z" + }, + { + Name: "Database", + Code: "EFC7", + Path: "M960 1920q72 0 159.5 -8t175 -27.5t166.5 -53.5t133 -85q31 -29 50.5 -66t19.5 -80v-1152q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8q-72 0 -159.5 8t-175 27.5t-166.5 53.5t-133 85q-31 29 -50.5 66t-19.5 80v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8zM960 1792q-51 0 -106.5 -3.5t-111.5 -12t-109.5 -22t-101.5 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35.5t-17 -39.5q0 -8 3 -15t8 -14q21 -32 60.5 -56t89 -42t105.5 -30.5t111.5 -20t107 -11t91.5 -3.5t91.5 3.5t107 11t111.5 20t105.5 30.5t88.5 42t61 56q5 7 8 14t3 15q0 20 -17 39.5t-41 35.5t-49 28.5t-40 18.5q-48 19 -101.5 32.5t-109.5 22t-111.5 12t-106.5 3.5zM960 256q51 0 106.5 3.5t111.5 12t109.5 21.5t101.5 33q15 6 40 18.5t49 28.5t41 35.5t17 39.5v962q-57 -37 -129 -62t-149.5 -40t-154.5 -21.5t-143 -6.5t-143.5 6.5t-154.5 21.5t-149 40t-129 62v-962q0 -20 17 -39.5t41 -35.5t49 -28.5t40 -18.5q48 -20 101.5 -33t109.5 -21.5t111.5 -12t106.5 -3.5z" + }, + { + Name: "DataManagementSettings", + Code: "EFC8", + Path: "M960 252q48 0 98 3q25 -66 62 -123q-40 -4 -80 -6t-80 -2q-134 0 -262 22q-37 6 -84 17.5t-96 29t-96 41t-84 54.5t-59.5 69.5t-22.5 86.5v1152q0 45 19.5 80.5t50.5 65.5q34 34 81.5 60t102.5 45.5t115 32.5t119 21t114 11.5t102 3.5q72 0 159.5 -8t175 -27.5t166.5 -53.5t133 -85q31 -29 50.5 -66t19.5 -80v-572h-128v382q-60 -37 -131.5 -62t-147 -40t-152 -21.5t-145.5 -6.5t-145.5 6.5t-152.5 21.5t-147 40t-131 62v-962q0 -20 14.5 -37t28.5 -28q47 -37 114.5 -61.5t141.5 -39t147 -20.5t130 -6zM960 1788q-51 0 -106.5 -3.5t-111.5 -12t-110 -22t-101 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35t-17 -40q0 -8 3 -15t8 -14q22 -32 63 -57t92 -43t108.5 -30t112.5 -19.5t104.5 -10.5t84.5 -3t84.5 3t104.5 10.5t112.5 19.5t108.5 30t91.5 42.5t63.5 57.5q5 7 8 14t3 15q0 21 -17 40t-41 35t-49 28.5t-40 18.5q-47 19 -101 32.5t-110 22t-111.5 12t-106.5 3.5zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "MergeCase", + Code: "EFC9", + Path: "M640 1600q0 -119 45.5 -224t123.5 -183t183 -123.5t224 -45.5h832v-128h-576q-117 0 -221 -43.5t-186 -125.5t-125.5 -186t-43.5 -221v-320h-128v320q0 85 20.5 167.5t58.5 157t93.5 138.5t126.5 113h-1067v128h811q-77 53 -138 128h-673v128h589q-38 72 -57.5 155t-19.5 165v448h128v-448zM896 1708q0 -89 33.5 -167t91.5 -136t136 -91.5t167 -33.5h724v-128h-724q-115 0 -216.5 43.5t-177 119t-119 177t-43.5 216.5v340h128v-340zM2048 768v-128h-468q-86 0 -164.5 -32.5t-138.5 -92.5t-92.5 -138.5t-32.5 -164.5v-212h-128v212q0 115 43.5 216.5t119 177t177 119t216.5 43.5h468z" + }, + { + Name: "CRMServices", + Code: "EFD2", + Path: "M1185 869q-88 75 -195 115t-222 40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q65 -25 124 -61t111 -81zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1728 1280q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-587 -587q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l587 587q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 768q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-640 -641q-19 -19 -19 -45t19 -45t45 -19t45 19l641 640q41 -19 82 -19z" + }, + { + Name: "EditContact", + Code: "EFD3", + Path: "M1243 812q-45 51 -99.5 90.5t-115.5 66.5t-126.5 41t-133.5 14q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q84 -32 158 -82.5t135 -116.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "ConnectContacts", + Code: "EFD4", + Path: "M1632 586q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135q76 -38 136 -98t98 -136q54 75 135 117.5t175 42.5q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135zM640 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1408 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1536 1792h-384v128h512v-512h-128v384z" + }, + { + Name: "CRMLead", + Code: "EFD6", + Path: "M1196 647q35 0 68 -13.5t58 -38.5l162 -162q25 -25 38.5 -58t13.5 -68t-13.5 -68t-38.5 -58q-44 -44 -79.5 -78t-74 -57t-84.5 -34.5t-112 -11.5q-92 0 -189.5 28.5t-194.5 79.5t-190.5 121.5t-176.5 154t-153.5 176.5t-121.5 190.5t-79.5 195t-28.5 189.5q0 65 12 111.5t35 84.5t56.5 73.5t77.5 79.5q25 25 58 38.5t68 13.5t68 -13.5t58 -38.5l162 -162q25 -25 38.5 -58t13.5 -68q0 -34 -11 -61t-27.5 -49t-35.5 -39.5t-35.5 -33t-27.5 -30t-11 -30.5q0 -20 15 -35l404 -404q15 -15 35 -15q16 0 30.5 11t30 27.5t33 35.5t39 35.5t48.5 27.5t62 11zM1136 128q50 0 83.5 9.5t60.5 28t53 45t60 60.5q15 15 15 36q0 20 -15 35l-162 162q-14 14 -35 14q-24 0 -46 -23t-48.5 -51t-61.5 -51t-87 -23q-35 0 -68 14t-58 39l-404 404q-25 25 -39 58t-14 68q0 34 11 61.5t27.5 49t36 39t36 33t27.5 30t11 30.5q0 20 -15 35l-162 162q-15 15 -35 15q-21 0 -36 -15q-34 -34 -60.5 -60t-45 -53t-28 -60.5t-9.5 -83.5q0 -79 26 -164.5t72 -171t109.5 -169t138 -158t158 -138t169 -109.5t171 -72t164.5 -26zM1808 1248l60 -300l-300 60l-160 -240l-160 240l-300 -60l60 300l-240 160l240 160l-60 300l300 -60l160 240l160 -240l300 60l-60 -300l240 -160zM1705 1111q-11 49 -20.5 97.5t-18.5 98.5q38 26 75.5 51t75.5 50q-38 25 -75.5 50t-75.5 51q9 49 19 98l20 98q-49 -11 -97.5 -20.5t-98.5 -18.5q-26 38 -51 75.5t-50 75.5q-25 -38 -50 -75.5t-51 -75.5q-50 9 -98.5 18.5t-97.5 20.5q11 -49 20.5 -97.5t18.5 -98.5q-38 -26 -75.5 -51t-75.5 -50q38 -25 75.5 -50t75.5 -51q-9 -49 -19 -98l-20 -98q49 11 97.5 20.5t98.5 18.5q26 -38 51 -75.5t50 -75.5q25 38 50 75.5t51 75.5q50 -9 98.5 -18.5t97.5 -20.5z" + }, + { + Name: "AppIconDefaultAdd", + Code: "EFDA", + Path: "M1920 2048v-1024h-896v-896h-1024v1920h1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768zM1664 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "AppIconDefaultEdit", + Code: "EFDC", + Path: "M896 466v558h-768v-768h700l-32 -128h-796v1920h1920v-779q-38 8 -72 8q-14 0 -28 -1.5t-28 -3.5v648h-768v-768h559l-128 -128h-431v-430zM896 1152v768h-768v-768h768zM1848 1149q40 0 76.5 -14t64 -39t43.5 -60t16 -77t-14 -79t-44 -67l-717 -717l-377 -94l94 377l717 716q28 28 65 41t76 13zM1899 903q21 21 21 51q0 32 -20 50.5t-52 18.5q-13 0 -26.5 -4t-23.5 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "AppIconDefaultList", + Code: "EFDE", + Path: "M1280 384v128h128v-128h-128zM1536 384v128h512v-128h-512zM1280 128v128h128v-128h-128zM1536 128v128h512v-128h-512zM1280 640v128h128v-128h-128zM1536 768h512v-128h-512v128zM1920 2048v-1024h-896v-896h-1024v1920h1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768z" + }, + { + Name: "ActivateOrders", + Code: "EFE0", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1024 1408h-384v128h384v-128zM1024 1152h-384v128h384v-128zM640 1024h384v-128h-384v128zM512 1408h-128v128h128v-128zM512 1152h-128v128h128v-128zM384 1024h128v-128h-128v128zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-731l-128 -128v768h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "DeactivateOrders", + Code: "EFE1", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM512 1408h-128v128h128v-128zM512 1152h-128v128h128v-128zM384 1024h128v-128h-128v128zM256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1024 1408h-384v128h384v-128zM1024 1152h-384v128h384v-128zM640 1024h384v-128h-384v128z" + }, + { + Name: "ProductCatalog", + Code: "EFE8", + Path: "M128 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640l257 -128h-897q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95.5t57 82t81.5 57t96 21.5h1408v-681l-128 64v489h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1316q29 17 61.5 26.5t66.5 9.5h512v-128h-512q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM2048 1033v-762l-576 -287l-576 287v762l576 287zM1472 1177l-369 -184l369 -184l369 184zM1024 350l384 -191v539l-384 192v-540zM1920 350v540l-384 -192v-539z" + }, + { + Name: "ScatterChart", + Code: "EFEB", + Path: "M256 1920v-1664h1664v-128h-1792v1792h128zM1792 1792v-256h-256v256h256zM768 1664v-256h-256v256h256zM1280 1280v-256h-256v256h256zM768 768v-256h-256v256h256zM1664 896h256v-256h-256v256z" + }, + { + Name: "CustomActivity", + Code: "EFF0", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1521 905l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-46 -75 -121 -121l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-75 46 -121 121l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51zM1024 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "ServiceActivity", + Code: "EFF1", + Path: "M774 128q8 -35 22 -67t36 -61h-576v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-517q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v389h-128v-256h-1024v256h-128v-1536h390zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l200 199q-3 51 -24.5 95t-56 76.5t-79.5 51t-96 18.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q63 -35 109 -90t69 -123l151 152q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM768 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-512 -513q-19 -19 -19 -45t19 -45t45 -19t45 19l513 512q41 -19 82 -19z" + }, + { + Name: "AccountActivity", + Code: "EFF4", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1259 1329q42 0 78.5 -15.5t63.5 -42t42.5 -62.5t15.5 -78q0 -39 -15 -76t-43 -65l-526 -531l-358 -68l75 351l526 530q28 28 65 42.5t76 14.5zM1310 1080q21 23 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-499 -503l-27 -126l129 25z" + }, + { + Name: "CustomEntity", + Code: "EFF7", + Path: "M513 768q-53 0 -99.5 20t-81.5 54.5t-55.5 81.5t-20.5 100t20.5 100t55.5 81.5t81.5 54.5t99.5 20v384h383v-160q0 -26 10 -49.5t27.5 -41t41 -27.5t49.5 -10q27 0 50 10t40.5 27.5t27.5 40.5t10 50v160h382v-384q55 0 102 -19.5t81 -53.5t53.5 -81t19.5 -102t-19.5 -102t-53.5 -81t-81 -53.5t-102 -19.5v-384h-382v160q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-160h-383v384zM512 1152q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10h129v-384h127v32q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-32h126v384h135q27 0 49.5 10t38 27.5t24.5 41t9 49.5t-9 49.5t-24.5 41t-38 27.5t-49.5 10h-135v384h-126v-32q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v32h-127v-384h-129zM2045 2052v-2051h-2044v2051h2044zM1917 1924h-1788v-1795h1788v1795z" + }, + { + Name: "DocumentManagement", + Code: "EFFC", + Path: "M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "CRMReport", + Code: "EFFE", + Path: "M1536 512h-384v1152h384v-1152zM1280 1536v-896h128v896h-128zM1024 512h-384v896h384v-896zM768 1280v-640h128v640h-128zM128 2048h1792v-1920h-1792v384h-128v128h128v768h-128v128h128v512zM1792 256v1664h-1536v-384h128v-128h-128v-768h128v-128h-128v-256h1536z" + }, + { + Name: "KnowledgeArticle", + Code: "F000", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1024 1408h-640v128h640v-128zM384 1280h1152v-128h-1152v128zM384 1024h1152v-128h-1152v128zM384 768h1152v-128h-1152v128zM384 512h1152v-128h-1152v128z" + }, + { + Name: "Relationship", + Code: "F003", + Path: "M2048 1408h-640v158l-717 -478l717 -478v158h640v-640h-640v328l-768 512v-200h-640v640h640v-200l768 512v328h640v-640zM1536 640v-384h384v384h-384zM512 896v384h-384v-384h384zM1536 1920v-384h384v384h-384z" + }, + { + Name: "HomeVerify", + Code: "F00E", + Path: "M1280 565l-128 -128v331h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-214l-128 -128v470l-640 640l-640 -640v-805h384v640h512v-331zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "ZipFolder", + Code: "F012", + Path: "M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-480q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-992q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408v2048h1536zM640 1920v-384h256v384h-256zM1664 1120q0 31 -9.5 54.5t-23.5 44t-31 40.5t-31 45.5t-23.5 58t-9.5 77.5v480h-512v-512h-256v-128h-128v128h-128v512h-128v-1792h384v128h128v-128h768v992zM1792 1920h-128v-480q0 -24 4.5 -42t13 -33t20 -29.5t26.5 -31.5q15 17 26.5 31.5t20 29.5t13 33t4.5 42v480zM640 1152h128v-128h-128v128zM640 896h128v-128h-128v128zM640 640h128v-128h-128v128zM768 384v-128h-128v128h128zM768 1152v128h128v-128h-128zM768 896v128h128v-128h-128zM768 640v128h128v-128h-128zM768 384v128h128v-128h-128z" + }, + { + Name: "SurveyQuestions", + Code: "F01B", + Path: "M896 385h128v-128h-128v128zM960 1345q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -105t-47.5 -80.5t-61.5 -65t-61.5 -59.5t-47.5 -63t-19 -75v-64h-128v64q0 60 19 104.5t47.5 80t61.5 65.5t61.5 59.5t47.5 62.5t19 76q0 39 -15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1792 1499v-1499h-1664v2048h1120zM1285 1536h290l-290 292v-292zM1664 128v1280h-507v512h-901v-1792h1408z" + }, + { + Name: "TextDocument", + Code: "F029", + Path: "M1243 2048l549 -549v-1499h-1664v2048h1115zM1280 1829v-293h293zM256 128h1408v1280h-512v512h-896v-1792zM512 1024v128h896v-128h-896zM512 768v128h896v-128h-896zM512 512v128h896v-128h-896z" + }, + { + Name: "TextDocumentShared", + Code: "F02B", + Path: "M1408 1024h-896v128h896v-128zM512 896h896v-56q-41 -32 -72 -72h-824v128zM512 640h756q-20 -63 -20 -128h-736v128zM256 128h880q-16 -61 -16 -128h-992v2048h1115l549 -549v-591q-63 20 -128 20v480h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PageCheckedOut", + Code: "F02C", + Path: "M256 1920v-1792h1152v-128h-1280v2048h1115l549 -549v-923l-128 128v704h-512v512h-896zM1280 1829v-293h293zM1920 512h128v-512h-512v128h293l-402 403l90 90l403 -402v293z" + }, + { + Name: "PageShared", + Code: "F02D", + Path: "M1850 336q46 -25 82.5 -61t62 -80t39.5 -93.5t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM1536 512q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1152 1408v512h-896v-1792h880q-8 -32 -12 -64t-4 -64h-992v2048h1115l549 -549v-591q-63 20 -128 20v480h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "SaveAndClose", + Code: "F038", + Path: "M1152 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1115l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM384 1152v-384h512v384h-512zM896 128v256h-512v-256h128v128h128v-128h256zM1152 1152h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128v1024zM512 1408h-128v640h512v-128h-384v-512zM1920 2048v-1024h-512v128h384v768h-128v128h256zM1349 1792l-162 163l90 90l318 -317l-318 -317l-90 90l162 163h-581v-256h-128v384h709zM1414 1728l-6 5v-10z" + }, + { + Name: "Script", + Code: "F03A", + Path: "M1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v1280q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1280zM1186 128q-34 60 -34 128t34 128h-930q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h930zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v1536q0 68 34 128h-1058q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1280h1024q26 0 45 -19t19 -45t-19 -45t-45 -19q-25 0 -49 -9.5t-42 -27.5t-27.5 -42t-9.5 -49q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM512 1664h896v-128h-896v128zM512 1408h896v-128h-896v128zM512 1152h896v-128h-896v128zM512 896h896v-128h-896v128z" + }, + { + Name: "Archive", + Code: "F03F", + Path: "M2048 1920v-640h-128v-1152h-1792v1152h-128v640h2048zM1792 256v1024h-1536v-1024h1536zM1920 1408v384h-1792v-384h1792zM1408 896h-768v128h768v-128z" + }, + { + Name: "OneNoteDocType", + Code: "F04F", + Path: "M2048 1664v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-269q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h269v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM240 1322v-724h156v473l24 -32t44 -57.5t57 -74.5t62.5 -82.5t61.5 -81t53.5 -71t38 -51.5t15.5 -23h160v724h-156q0 -116 0.5 -231.5t0.5 -231.5l-348 463h-169zM1920 1280v384h-256v256h-1152v-384h525q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-525v-256h1152v1152h256z" + }, + { + Name: "MessageFriendRequest", + Code: "F055", + Path: "M2048 1664v-768q-12 23 -26.5 49t-31 51.5t-34.5 49.5t-36 42v320l-896 -448l-896 448v-896h960l64 -128h-1152v1280h2048zM1905 1536h-1762l881 -441zM1808 461q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5zM1408 704q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "ActivityFeed", + Code: "F056", + Path: "M128 960v320h-128v640h1664v-640h-1216zM128 1408h128v-139l139 139h1141v384h-1408v-384zM2048 1024v-640h-128v-320l-320 320h-1216v640h1664zM1920 896h-1408v-384h1141l139 -139v139h128v384z" + }, + { + Name: "Compare", + Code: "F057", + Path: "M1603 1792l214 -640h103v-128h-22q-20 -57 -56.5 -104.5t-84 -81t-104 -52t-117.5 -18.5t-117.5 18.5t-104 52t-84 81t-56.5 104.5h-22v128h103l214 640h-445v-1410q167 -11 316.5 -75.5t272.5 -178.5h179v-128h-1664v128h179q123 114 272.5 178.5t316.5 75.5v1410h-445l214 -640h103v-128h-22q-20 -57 -56.5 -104.5t-84 -81t-104 -52t-117.5 -18.5t-117.5 18.5t-104 52t-84 81t-56.5 104.5h-22v128h103l214 640h-317v128h896v128h128v-128h896v-128h-317zM384 1590l-146 -438h292zM384 896q69 0 128 34t94 94h-444q35 -60 94 -94t128 -34zM1404 128q-100 63 -213 95.5t-231 32.5t-231 -32.5t-213 -95.5h888zM1536 1590l-146 -438h292zM1536 896q69 0 128 34t94 94h-444q35 -60 94 -94t128 -34z" + }, + { + Name: "EventDate", + Code: "F059", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM1408 1152v-640h-128v486q-27 -14 -62 -26t-66 -12v128q12 0 31 6t39 15.5t36 20.5t22 21v1h128zM1024 960q0 -39 -11.5 -70.5t-30.5 -58t-44 -50.5t-51 -46.5t-51.5 -45.5t-46.5 -49h235v-128h-384q0 17 -0.5 36t0 38.5t3.5 38t10 35.5q11 27 33.5 53.5t49.5 52.5t55 51t51.5 49t38.5 47.5t15 46.5q0 27 -19 45.5t-45 18.5q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75z" + }, + { + Name: "EditEvent", + Code: "F05B", + Path: "M896 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM768 1024h128v-128h-128v128zM512 896h-128v128h128v-128zM1152 1024h128v-128h-128v128zM768 768h128v-128h-128v128zM512 640h-128v128h128v-128zM384 512h128v-128h-128v128zM896 466l-21 -22l-15 -60h-92v128h128v-46zM1664 1224q-23 -15 -42 -33.5t-39 -38.5h-47v128h128v-56zM1152 768h47l-47 -47v47zM2048 1920v-708q-58 43 -128 58v138h-1792v-1152h700l-32 -128h-796v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM1707 1095q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377zM1899 903q21 21 21 51q0 32 -20 50.5t-52 18.5q-13 0 -26.5 -4t-23.5 -14l-692 -692l-34 -135l135 34z" + }, + { + Name: "Opportunities", + Code: "F05F", + Path: "M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-480q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-992q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408v2048h1536zM1664 1120q0 31 -9.5 54.5t-23.5 44t-31 40.5t-31 45.5t-23.5 58t-9.5 77.5v480h-1152v-1792h1280v992zM1792 1920h-128v-480q0 -24 4.5 -42t13 -33t20 -29.5t26.5 -31.5q15 17 26.5 31.5t20 29.5t13 33t4.5 42v480zM1024 1408h128v-512h-128v512zM1024 768h128v-128h-128v128z" + }, + { + Name: "Quotes", + Code: "F067", + Path: "M1024 1408h-384v128h384v-128zM384 1024h128v-128h-128v128zM384 1536h128v-128h-128v128zM384 1280h128v-128h-128v128zM384 768h128v-128h-128v128zM1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5h-1344v2048h1115l549 -549v-444zM1280 1536h293l-293 293v-293zM1110 128q-51 41 -90.5 91.5t-67 108.5t-42 120.5t-14.5 127.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 192 -33v289h-512v512h-896v-1792h854zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM640 768h122q-8 -32 -14 -64t-9 -64h-99v128zM640 1024h249q-23 -30 -42.5 -62t-36.5 -66h-170v128zM1258 1280q-133 -41 -243 -128h-375v128h618zM1536 640h192v-128h-320v384h128v-256z" + }, + { + Name: "ArrowUpRight", + Code: "F069", + Path: "M384 1792h1408v-1408h-128v1189l-1317 -1317l-91 91l1317 1317h-1189v128v0z" + }, + { + Name: "CaretRight", + Code: "F06B", + Path: "M506 2074l1050 -1050l-1050 -1050v2100zM634 1766v-1484l741 742z" + }, + { + Name: "SetAction", + Code: "F071", + Path: "M1664 2048v-128h-1664v128h1664zM1015 1536l-67 -128h-948v128h1015zM0 1024h747l-67 -128h-680v128zM1512 1024h568l-1076 -1024h-257l304 640h-360l535 1024h612zM953 128l807 768h-456l325 640h-325l-402 -768h351l-304 -640h4z" + }, + { + Name: "ChatBot", + Code: "F08B", + Path: "M768 1024h-128v128h128v-128zM1280 1024h-128v128h128v-128zM1792 1152v-256h-128v-320q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-264l-440 -376v376h-320q-40 0 -75 15t-61 41t-41 61t-15 75v320h-128v256h128v192q0 40 15 75t41 61t61 41t75 15h448v209q-29 17 -46.5 47t-17.5 64q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50q0 -34 -17.5 -64t-46.5 -47v-209h448q40 0 75 -15t61 -41t41 -61t15 -75v-192h128zM1536 1344q0 26 -19 45t-45 19h-1024q-26 0 -45 -19t-19 -45v-768q0 -26 19 -45t45 -19h448v-226l264 226h312q26 0 45 19t19 45v768zM685 882q55 -55 126 -84.5t149 -29.5t149 29.5t126 84.5l90 -91q-73 -73 -167.5 -112t-197.5 -39t-197.5 39t-167.5 112z" + }, + { + Name: "CaretSolidLeft", + Code: "F08D", + Path: "M384 1024l1024 1024v-2048l-1024 1024v0z" + }, + { + Name: "CaretSolidDown", + Code: "F08E", + Path: "M0 1408h2048l-1024 -1024l-1024 1024v0z" + }, + { + Name: "CaretSolidRight", + Code: "F08F", + Path: "M640 2048l1024 -1024l-1024 -1024v2048v0z" + }, + { + Name: "CaretSolidUp", + Code: "F090", + Path: "M1024 1664l1024 -1024h-2048l1024 1024v0z" + }, + { + Name: "PowerAppsLogo", + Code: "F091", + Path: "M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z" + }, + { + Name: "PowerApps2Logo", + Code: "F092", + Path: "M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z" + }, + { + Name: "SearchIssue", + Code: "F09A", + Path: "M1664 1472q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-99 0 -191 32t-169 94l-619 -619q-19 -19 -45 -19t-45 19t-19 45t19 45l619 619q-62 77 -94 169t-32 191q0 119 45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM640 1472q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1664 128h128v-128h-128v128zM1728 832q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -47 -17 -89t-49 -76h-1l-95 -96q-14 -14 -20 -28t-8.5 -29.5t-2 -32t0.5 -33.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "SearchIssueMirrored", + Code: "F09B", + Path: "M1664 1472q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-99 0 -191 32t-169 94l-619 -619q-19 -19 -45 -19t-45 19t-19 45t19 45l619 619q-62 77 -94 169t-32 191q0 119 45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM640 1472q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1664 128h128v-128h-128v128zM1728 832q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128q0 17 0.5 33.5t-2 32t-9 29.5t-19.5 28q-30 30 -59 57.5t-52 57.5t-37 65t-14 81q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "FabricAssetLibrary", + Code: "F09C", + Path: "M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h768v-128h-768q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1024 0v896h1024v-896h-1024zM1152 256v-128h768v128h-128v128h128v128h-128v128h128v128h-768v-128h128v-128h-128v-128h128v-128h-128zM768 1280q41 0 79.5 -12t71.5 -34t58.5 -53t41.5 -69l-118 -49q-17 41 -53 65t-80 24v-320q0 -44 -20 -79.5t-51.5 -60.5t-72 -38.5t-80.5 -13.5q-41 0 -81 13.5t-72 38.5t-51.5 60.5t-19.5 79.5t19.5 79.5t51.5 60.5t72 38.5t81 13.5q52 0 96 -19v275h128zM544 768q13 0 29.5 4t31.5 12t25 20t10 28t-10 28t-25 20t-31.5 12t-29.5 4t-29.5 -4t-31.5 -12t-25 -20t-10 -28t10 -28t25 -20t31.5 -12t29.5 -4z" + }, + { + Name: "FabricDataConnectionLibrary", + Code: "F09D", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1152 256v512h128v-512h-128zM1408 256v256h128v-256h-128zM1792 640v-384h-128v384h128z" + }, + { + Name: "FabricDocLibrary", + Code: "F09E", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165z" + }, + { + Name: "FabricFormLibrary", + Code: "F09F", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1152 256v128h512v-128h-512zM1408 640v-128h-256v128h256zM1408 896v-128h-256v128h256z" + }, + { + Name: "FabricFormLibraryMirrored", + Code: "F0A0", + Path: "M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1280 256v128h512v-128h-512zM1536 512v128h256v-128h-256z" + }, + { + Name: "FabricReportLibrary", + Code: "F0A1", + Path: "M2048 1536v-256h-128v256h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h128v-128h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM384 1152h1664v-1152h-1664v1152zM1920 128v896h-1408v-896h1408zM1792 896v-128h-384v128h384zM1664 640v-128h-256v128h256zM1664 384v-128h-256v128h256zM1280 896v-640h-640v640h640zM1152 384v384h-384v-384h384z" + }, + { + Name: "FabricReportLibraryMirrored", + Code: "F0A2", + Path: "M2048 1536v-256h-128v256h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h128v-128h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM384 1152h1664v-1152h-1664v1152zM1920 128v896h-1408v-896h1408zM1024 896v-128h-384v128h384zM768 512v128h256v-128h-256zM768 256v128h256v-128h-256zM1792 896v-640h-640v640h640zM1664 384v384h-384v-384h384z" + }, + { + Name: "FabricPublicFolder", + Code: "F0A3", + Path: "M2048 1536v-867l-128 128v739h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 26 10 49.5t27.5 41t41 27.5t49.5 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668z" + }, + { + Name: "FabricFolderSearch", + Code: "F0A4", + Path: "M2048 1536v-383q-28 28 -60.5 50.5t-67.5 41.5v291h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "FabricMovetoFolder", + Code: "F0A5", + Path: "M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h128v-256h1792v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-256h-128v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM659 749l146 147h-805v128h805l-146 147l90 90l301 -301l-301 -301z" + }, + { + Name: "FabricUnsyncFolder", + Code: "F0A6", + Path: "M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-47 0 -92 -13.5t-84 -39.5l443 -443q36 56 47 123l127 -22q-18 -106 -82 -193l89 -89l-91 -91l-89 89q-58 -44 -127 -66.5t-141 -22.5q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q47 0 92 13.5t84 39.5l-443 443q-36 -56 -47 -123l-127 22q18 106 82 193l-89 89l91 91l89 -89q58 44 127 66.5t141 22.5q91 0 174 -35.5t146 -101.5z" + }, + { + Name: "FabricSyncFolder", + Code: "F0A7", + Path: "M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149.5t98.5 118t132.5 77.5t156 28q91 0 174 -35.5t146 -101.5zM1600 128q59 0 111.5 20t94.5 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149.5t-98.5 -118t-132.5 -77.5t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "FabricOpenFolderHorizontal", + Code: "F0A8", + Path: "M2005 1152q0 -32 -15 -60l-340 -639q-17 -32 -47 -50.5t-67 -18.5h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h608q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t27.5 -30.5t35 -19t49 -6.5h576q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256q14 0 28.5 0.5t28.5 0.5q42 0 77.5 -10.5t60.5 -52.5q18 -30 18 -66zM128 1792v-1073l245 490q17 33 47.5 52t67.5 19h1176v256h-576q-62 0 -104.5 19t-72.5 47.5t-51 61.5t-39.5 61.5t-38 47.5t-46.5 19h-608zM1536 512l341 640h-1389l-320 -640h1368z" + }, + { + Name: "FabricFolder", + Code: "F0A9", + Path: "M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48 -51t39.5 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1792h-736v-256h736q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20zM1920 512v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h1792z" + }, + { + Name: "FabricFolderFill", + Code: "F0AA", + Path: "M1984 1536v-1024q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h736q41 0 68.5 -19t48.5 -47.5t40.5 -61.5t45 -61.5t60.5 -47.5t89 -19h704q26 0 45 -19t19 -45z" + }, + { + Name: "FabricNewFolder", + Code: "F0AB", + Path: "M2048 1536v-896h-128v896h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1664 896v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z" + }, + { + Name: "FabricPictureLibrary", + Code: "F0AC", + Path: "M2048 1536v-384h-128v384h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h384v-128h-384q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM640 0v1024h1408v-1024h-1408zM1627 128h202l-229 230l-101 -102zM768 896v-549l320 319l320 -319l192 191l320 -319v677h-1152zM768 165v-37h677l-357 358zM1728 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "PhotoVideoMedia", + Code: "F0B1", + Path: "M256 1536h128v-128h-128v128zM256 1280h128v-128h-128v128zM1280 1408h-128v128h128v-128zM2048 1280v-1152h-1536v640h-512v1152h1536v-640h512zM1920 1152h-1280v-549l320 319l448 -447l320 319l192 -191v549zM512 896v384h896v512h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h128zM640 256h805l-485 486l-320 -321v-165zM1920 256v165l-192 193l-229 -230l128 -128h293zM1472 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "AddFavorite", + Code: "F0C8", + Path: "M1370 512l-103 329l405 311h-502l-146 467l-138 -467h-502l397 -311l-154 -493l397 306l256 -197v-162l-256 197l-640 -492l248 794l-632 486h784l240 768l240 -768h784l-632 -486l88 -282h-134zM1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AddFavoriteFill", + Code: "F0C9", + Path: "M1860 1216l-519 -399l90 -286l-23 -19h-128v-78l-39 -28l-217 167l-519 -399l202 643l-519 399h643l193 618l193 -618h643v0z" + }, + { + Name: "BufferTimeBefore", + Code: "F0CF", + Path: "M1024 1728q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1024 448q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1024 1024h256v-128h-384v512h128v-384zM1658 1658q-128 127 -291 194.5t-343 67.5t-343 -67.5t-291 -194.5l-90 90q72 72 156 128t176.5 94.5t191 58t200.5 19.5t200.5 -19.5t191 -58t176.5 -94.5t156 -128z" + }, + { + Name: "BufferTimeAfter", + Code: "F0D0", + Path: "M1024 320q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25zM1024 1600q-119 0 -224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5t224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5zM1280 896h-384v512h128v-384h256v-128zM1748 300q-72 -72 -156 -128t-176.5 -94.5t-191 -58t-200.5 -19.5t-200.5 19.5t-191 58t-176.5 94.5t-156 128l90 90q128 -127 291 -194.5t343 -67.5t343 67.5t291 194.5z" + }, + { + Name: "BufferTimeBoth", + Code: "F0D1", + Path: "M1024 1728q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1024 448q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1024 1024h256v-128h-384v512h128v-384zM1658 1658q-128 127 -291 194.5t-343 67.5t-343 -67.5t-291 -194.5l-90 90q72 72 156 128t176.5 94.5t191 58t200.5 19.5t200.5 -19.5t191 -58t176.5 -94.5t156 -128zM390 390q128 -127 291 -194.5t343 -67.5t343 67.5t291 194.5l90 -90q-72 -72 -156 -128t-176.5 -94.5t-191 -58t-200.5 -19.5t-200.5 19.5t-191 58t-176.5 94.5t-156 128z" + }, + { + Name: "PublishContent", + Code: "F0D4", + Path: "M896 1701l-403 -402l-90 90l557 557l557 -557l-90 -90l-403 402v-1317h-128v1317zM1664 384h128v-384h-1664v384h128v-256h1408v256z" + }, + { + Name: "ClipboardList", + Code: "F0E3", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM768 1152h768v-128h-768v128zM768 768h768v-128h-768v128zM768 384h768v-128h-768v128zM512 1152h128v-128h-128v128zM512 768h128v-128h-128v128zM512 384h128v-128h-128v128z" + }, + { + Name: "ClipboardListMirrored", + Code: "F0E4", + Path: "M256 1792v-1792h1536v1792h-512q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-512zM1408 1536h-768v128h256v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h256v-128zM384 1664h128v-256h1024v256h128v-1536h-1280v1536zM1280 1152h-768v-128h768v128zM1280 768h-768v-128h768v128zM1280 384h-768v-128h768v128zM1536 1152h-128v-128h128v128zM1536 768h-128v-128h128v128zM1536 384h-128v-128h128v128z" + }, + { + Name: "CannedChat", + Code: "F0F2", + Path: "M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243zM1664 1536v-128h-1280v128h1280zM1664 1280v-128h-1280v128h1280zM1664 1024v-128h-1280v128h1280z" + }, + { + Name: "DefenderBadge12", + Code: "F0FB", + Path: "M1024 1870q53 -8 99 -27t90 -48q53 -36 113 -61.5t123.5 -42.5t129 -25t128.5 -8v-363q0 -25 -2 -50t-5 -50h-676v675zM171 1658q63 0 128 8t128.5 25t123.5 42.5t113 61.5q44 29 90 48t99 27v-675h-676q-6 49 -6 100v363zM1024 1024h637q-39 -117 -105 -220t-150.5 -192.5t-182 -166t-199.5 -139.5v718zM853 306q-102 63 -199.5 139.5t-182 166t-150.5 192.5t-105 220h637v-718z" + }, + { + Name: "SkypeForBusinessLogo", + Code: "F0FC", + Path: "M1973 857q37 -65 56 -137t19 -147q0 -79 -20.5 -152t-58 -137t-89.5 -116t-116 -89.5t-137 -58t-152 -20.5q-75 0 -147 19t-137 56q-42 -7 -83.5 -10.5t-83.5 -3.5q-133 0 -256 34.5t-230 97t-195 150.5t-150.5 195t-97 230t-34.5 256q0 42 3.5 83.5t10.5 83.5q-37 65 -56 137t-19 147q0 79 20.5 152t58 137t89.5 116t116 89.5t137 58t152 20.5q75 0 147 -19t137 -56q42 7 83.5 10.5t83.5 3.5q133 0 256 -34.5t230 -97t195 -150.5t150.5 -195t97 -230t34.5 -256q0 -42 -3.5 -83.5t-10.5 -83.5zM1475 146q88 0 166 33.5t136 91.5t91.5 136t33.5 166q0 39 -6 71.5t-16.5 63t-25.5 60t-34 62.5q9 49 15 96.5t6 97.5q0 113 -29 217t-82.5 195t-128 165.5t-165.5 128t-195 82.5t-217 29q-50 0 -97.5 -6t-96.5 -15q-33 19 -62.5 34t-60 25.5t-63 16.5t-71.5 6q-88 0 -166 -33.5t-136 -91.5t-91.5 -136t-33.5 -166q0 -39 6 -71.5t16.5 -63t25.5 -60t34 -62.5q-9 -49 -15 -96.5t-6 -97.5q0 -113 29 -217t82.5 -195t128 -165.5t165.5 -128t195 -82.5t217 -29q50 0 97.5 6t96.5 15q33 -19 62.5 -34t60 -25.5t63 -16.5t71.5 -6zM807 1288q0 -31 18.5 -52.5t45.5 -35.5t57 -22.5t54 -13.5l217 -48q65 -15 120 -40.5t95 -65t62.5 -93.5t22.5 -124q0 -66 -19 -118t-52.5 -92.5t-78.5 -69t-97.5 -46.5t-109.5 -26.5t-114 -8.5q-58 0 -121 8.5t-122 29t-110.5 54t-86.5 84.5q-17 25 -28 53.5t-11 59.5q0 24 9 43.5t24.5 33.5t36 21.5t43.5 7.5q35 0 57.5 -15.5t41.5 -39t38.5 -50.5t48.5 -50.5t72 -39t108 -15.5q34 0 71 9.5t68.5 28.5t52 48.5t20.5 69.5q0 25 -9.5 44.5t-25.5 34t-36.5 23.5t-42.5 15l-292 74q-63 16 -114 41t-87.5 62t-56 88t-19.5 119q0 94 40 159.5t104 105.5t144.5 58t161.5 18q35 0 81.5 -7t96 -20.5t97 -35t85 -50.5t60.5 -66t23 -82q0 -25 -10 -43.5t-26.5 -31t-38 -18.5t-43.5 -6q-29 0 -49.5 12.5t-38.5 31t-37.5 40.5t-47.5 40.5t-68.5 31t-99.5 12.5q-32 0 -65 -7t-59.5 -22.5t-43 -41.5t-16.5 -64z" + }, + { + Name: "TabCenter", + Code: "F100", + Path: "M1920 1408v-1280h-1408v512h-384v1280h1408v-512h384zM1792 256v768h-1152v-768h1152zM512 768v640h896v128h-1152v-768h256zM256 1792v-128h1152v128h-1152zM1792 1280h-1152v-128h1152v128z" + }, + { + Name: "PageCheckedin", + Code: "F104", + Path: "M256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1939 19l-403 402v-293h-128v512h512v-128h-293l402 -403z" + }, + { + Name: "PageList", + Code: "F106", + Path: "M1792 2048v-1792h-1536v1792h1536zM1664 1920h-1280v-1536h1280v1536zM640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM640 768h-128v128h128v-128zM1536 768h-768v128h768v-128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128z" + }, + { + Name: "ReadOutLoud", + Code: "F112", + Path: "M928 896l384 384h96v-1280h-96l-384 384h-288v512h288zM1280 213v854l-299 -299h-213v-256h213zM1605 1093q91 -91 139 -208t48 -245t-48 -245t-139 -208l-91 91q72 72 111 165.5t39 196.5t-39 196.5t-111 165.5zM2048 640q0 -180 -68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249l91 91q126 -128 194 -291t68 -343zM614 1920h-486v-1536h384v-128h-512v1792h614q108 0 197.5 -42t148.5 -135q58 93 148 135t198 42h614v-685q-26 35 -61.5 67t-66.5 63v427h-486q-88 0 -155.5 -37t-104.5 -119q-3 -6 -6.5 -16t-7 -21t-6 -21.5t-2.5 -17.5v-470l-128 -128v598q0 7 -2.5 17.5t-6 21.5t-7 21t-6.5 16q-37 82 -104.5 119t-155.5 37z" + }, + { + Name: "ScreenPreviewOn", + Code: "F11E", + Path: "M1920 1664v-1280h-1920v1280h1920zM1796 1540h-1672v-1032h1672v1032zM1280 1024l-512 -384v768zM880 864l213 160l-213 160v-320z" + }, + { + Name: "CaretBottomLeftSolid8", + Code: "F121", + Path: "M1984 0h-1984v1984z" + }, + { + Name: "CaretBottomRightSolid8", + Code: "F122", + Path: "M2048 1984v-1984h-1984z" + }, + { + Name: "FolderHorizontal", + Code: "F12B", + Path: "M608 1792q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1280h-2048v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM128 1664v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480zM1920 1536h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h1792v1152z" + }, + { + Name: "MicrosoftStaffhubLogo", + Code: "F130", + Path: "M2048 2048v-2048h-2048v2048h2048zM947 393q88 0 173.5 18t152.5 60.5t108 112.5t41 173q0 76 -26.5 133t-70.5 100t-101.5 76t-118.5 63l-37 18.5t-42.5 22.5t-41 25t-31.5 26q-20 20 -28.5 43t-8.5 52q0 35 16 58.5t40.5 38t55 20.5t59.5 6q37 0 70.5 -4.5t65 -13.5t62 -22.5t62.5 -31.5q4 -2 7 -2q14 0 14 14v220q0 9 -9 13q-29 13 -65.5 21t-75.5 13t-77 7t-69 2q-85 0 -165 -21t-142.5 -65.5t-100.5 -113t-38 -163.5q0 -70 21.5 -122.5t57.5 -93t81.5 -71t92.5 -55.5t92.5 -47.5t81.5 -47.5t57.5 -54t21.5 -68q0 -36 -16.5 -60t-42.5 -38.5t-57.5 -20t-61.5 -5.5q-46 0 -85 7t-74 21t-69.5 33.5t-71.5 45.5q-4 2 -8 2q-5 0 -9.5 -3.5t-4.5 -9.5v-236q0 -8 7 -12q33 -18 71 -30.5t78.5 -20t81 -10.5t77.5 -3z" + }, + { + Name: "GiftboxOpen", + Code: "F133", + Path: "M192 1568q-23 54 -64.5 95.5t-95.5 64.5q54 23 95.5 64.5t64.5 95.5q23 -54 64.5 -95.5t95.5 -64.5q-54 -23 -95.5 -64.5t-64.5 -95.5zM1856 1504q23 -54 64.5 -95.5t95.5 -64.5q-54 -23 -95.5 -64.5t-64.5 -95.5q-23 54 -64.5 95.5t-95.5 64.5q54 23 95.5 64.5t64.5 95.5zM1472 1408q-47 109 -129 191t-191 129q109 47 191 129t129 191q47 -109 129 -191t191 -129q-109 -47 -191 -129t-129 -191zM1472 1854q-56 -71 -126 -126q70 -56 126 -126q55 70 126 126q-71 55 -126 126zM747 1263q-47 0 -88.5 19.5t-72.5 52.5t-48.5 76t-17.5 89q0 59 24.5 110.5t65.5 90t94.5 61t111.5 22.5q84 0 149.5 -35.5t110.5 -93.5t68.5 -132t23.5 -151q0 -105 -34 -196.5t-93.5 -166.5t-140.5 -132.5t-174 -96.5q-9 -4 -23 -4q-23 0 -39 16.5t-16 39.5q0 36 34 52q76 36 140.5 77.5t113 95t79 122t39.5 157.5q1 10 1.5 19.5t0.5 19.5q0 52 -15 105t-45 96t-75 69.5t-105 26.5q-34 0 -67 -13.5t-59 -36.5t-42 -54.5t-16 -67.5q0 -23 9 -45.5t24.5 -40t37 -28.5t45.5 -11t38 7.5t23 19.5t14.5 25t12 25t17 19.5t28.5 7.5q23 0 40 -17t17 -40q0 -5 -2 -13q-8 -32 -26.5 -59t-43.5 -46.5t-55.5 -30t-63.5 -10.5zM1627 1152l274 -275l-90 -90l-147 146v-933h-1408v933l-147 -146l-90 90l274 275h555q-35 -41 -77.5 -72.5t-90.5 -55.5h-296v-896h1152v896h-331q17 31 31 63t25 65h366z" + }, + { + Name: "StatusCircleOuter", + Code: "F136", + Path: "M960 1920q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5z" + }, + { + Name: "StatusCircleInner", + Code: "F137", + Path: "M960 1792q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30t-221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30z" + }, + { + Name: "StatusCircleRing", + Code: "F138", + Path: "M960 1792q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5zM960 256q97 0 187 25t168 71t142.5 110.5t110.5 142.5t71 168t25 187t-25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25t-187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187t25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25z" + }, + { + Name: "StatusTriangleOuter", + Code: "F139", + Path: "M1920 0h-1920l960 1920z" + }, + { + Name: "StatusTriangleInner", + Code: "F13A", + Path: "M1664 128h-1408l704 1408z" + }, + { + Name: "StatusTriangleExclamation", + Code: "F13B", + Path: "M1024 256h-128v128h128v-128zM1024 512h-128v640h128v-640z" + }, + { + Name: "StatusCircleExclamation", + Code: "F13C", + Path: "M896 640h128v-128h-128v128zM1024 1408v-640h-128v640h128z" + }, + { + Name: "StatusCircleErrorX", + Code: "F13D", + Path: "M1050 960l371 -371l-90 -90l-371 371l-371 -371l-90 90l371 371l-371 371l90 90l371 -371l371 371l90 -90z" + }, + { + Name: "StatusCircleCheckmark", + Code: "F13E", + Path: "M1453 1107l-621 -621l-365 365l90 90l275 -275l531 531z" + }, + { + Name: "StatusCircleInfo", + Code: "F13F", + Path: "M896 1152h128v-640h-128v640zM1024 1408v-128h-128v128h128z" + }, + { + Name: "StatusCircleBlock", + Code: "F140", + Path: "M960 1792q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5zM960 256q124 0 239.5 41.5t210.5 121.5l-991 991q-80 -95 -121.5 -210.5t-41.5 -239.5q0 -97 25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25zM1501 510q80 95 121.5 210.5t41.5 239.5q0 97 -25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25q-124 0 -239.5 -41.5t-210.5 -121.5z" + }, + { + Name: "StatusCircleBlock2", + Code: "F141", + Path: "M1408 1024v-128h-896v128h896z" + }, + { + Name: "StatusCircleQuestionMark", + Code: "F142", + Path: "M896 512h128v-128h-128v128zM960 1472q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "StatusCircleSync", + Code: "F143", + Path: "M1408 1408v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM960 640q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "Toll", + Code: "F160", + Path: "M768 128h128v-128h-896v2048h1024v-384h-256v-920l1085 542l185 -371l-1270 -635v-152zM768 424l256 128v176l-256 -128v-176zM1152 616l256 128v176l-256 -128v-176zM1795 1114l-259 -130v-176l330 165zM640 768v640h-256v-640h256zM128 1792h768v128h-768v-128zM640 128v512h-384v896h384v128h-512v-1536h512z" + }, + { + Name: "ExploreContentSingle", + Code: "F164", + Path: "M1792 1792v-1664h-1664v1664h1664zM1664 1664h-1408v-1408h1408v1408zM896 896h-384v128h384v384h128v-384h384v-128h-384v-384h-128v384z" + }, + { + Name: "CollapseContent", + Code: "F165", + Path: "M2048 2048v-1792h-128v1664h-1664v128h1792zM128 1792h1664v-1664h-1664v1664zM256 256h1408v1408h-1408v-1408zM512 1024h896v-128h-896v128z" + }, + { + Name: "CollapseContentSingle", + Code: "F166", + Path: "M1792 1792v-1664h-1664v1664h1664zM1664 1664h-1408v-1408h1408v1408zM1408 896h-896v128h896v-128z" + }, + { + Name: "InfoSolid", + Code: "F167", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1024 1280h-128v-640h128v640zM1024 1536h-128v-128h128v128z" + }, + { + Name: "GroupList", + Code: "F168", + Path: "M640 1408h1408v-128h-1408v128zM2048 1792v-128h-1408v128h1408zM384 1920v-128h-128v-512h128v-128h-256v768h256zM640 512h1408v-128h-1408v128zM640 896h1408v-128h-1408v128zM384 1024v-128h-128v-512h128v-128h-256v768h256z" + }, + { + Name: "ProgressRingDots", + Code: "F16A", + Path: "M1024 1952q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5zM337 1567q0 30 11 56t30.5 45.5t46 31t56.5 11.5t56 -11.5t45.5 -31t31 -45.5t11.5 -56t-11.5 -56.5t-31 -46t-45.5 -30.5t-56 -11t-56.5 11t-46 30.5t-30.5 46t-11 56.5zM256 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM369 481q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5zM1024 352q40 0 68 -28t28 -68t-28 -68t-68 -28t-68 28t-28 68t28 68t68 28zM1487 481q0 34 23 57t57 23t57 -23t23 -57t-23 -57t-57 -23t-57 23t-23 57zM1792 1088q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1567 1743q36 0 68 -14t56 -38t38 -56t14 -68t-14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14z" + }, + { + Name: "CheckboxIndeterminateCombo", + Code: "F16E", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM1536 512h-1024v1024h1024v-1024z" + }, + { + Name: "CaloriesAdd", + Code: "F172", + Path: "M384 768q0 -88 23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23q66 0 131 13.5t125 40.5v-137q-123 -45 -256 -45q-106 0 -204 27.5t-183.5 77.5t-155.5 120t-120 155.5t-77.5 183.5t-27.5 204q0 84 18 165t52 155t84 140.5t113 121.5q6 -37 18.5 -78t29 -81t38 -77t45.5 -65q22 -25 52 -25q27 0 45.5 19t18.5 46q0 11 -3.5 20t-9.5 18q-56 82 -86.5 163t-30.5 182q0 119 45.5 224t123.5 183t183 123.5t224 45.5h64v-64q0 -177 66 -330t190 -278t190 -278t66 -330h-128q0 152 -56 281t-162 236q-130 132 -204 288.5t-88 342.5q-83 -11 -153.5 -50.5t-122.5 -99t-81 -135t-29 -159.5q0 -79 23.5 -141t67.5 -126q19 -28 29.5 -54.5t10.5 -61.5q0 -40 -15.5 -75t-41.5 -61.5t-61 -41.5t-75 -15q-46 0 -81 17.5t-62.5 46t-48.5 64.5t-39 72q-45 -75 -68 -158t-23 -170zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "BranchFork", + Code: "F173", + Path: "M1946 576l-365 -365l-90 90l210 211h-1701v128h384v896h933l-210 211l90 90l365 -365l-365 -365l-90 90l210 211h-805v-768h1189l-210 211l90 90z" + }, + { + Name: "MuteChat", + Code: "F17A", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1920v-1089q-28 33 -59.5 62t-68.5 52v847h-1792v-1152h256v-267l267 267h392q-22 -63 -29 -128h-310l-448 -448v448h-256v1408h2048z" + }, + { + Name: "AddHome", + Code: "F17B", + Path: "M768 384v640h512v-768h-128v640h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-293h-128v421l-640 640l-640 -640v-805h384zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "AddWork", + Code: "F17C", + Path: "M2048 1664v-1024h-128v569l-640 -321v-120h-512v120l-640 321v-697h1152v-128h-1280v1280h640v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h640zM768 1664h512v128h-512v-128zM1152 1024h-256v-128h256v128zM1920 1351v185h-1792v-185l640 -319v120h512v-120zM1792 512h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "ScreenTime", + Code: "F182", + Path: "M1920 1024q63 -83 95.5 -181.5t32.5 -202.5q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-768zM781 768q22 112 80 206t142 162t187.5 106t217.5 38q104 0 202.5 -32.5t181.5 -95.5v640h-1664v-1024h653zM1408 128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1408 640h256v-128h-384v512h128v-384z" + }, + { + Name: "MobileReport", + Code: "F18A", + Path: "M1920 1664v-256h-384v256h384zM0 1024h384v-640h-384v640zM512 1664h384v-1280h-384v1280zM1792 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640zM1792 1152h-640v-1024h640v1024zM1280 384h384v-128h-384v128zM1408 1408h-384v640h384v-640z" + }, + { + Name: "ScaleVolume", + Code: "F18C", + Path: "M512 1920h-293l338 -339l-90 -90l-339 338v-293h-128v512h512v-128zM1536 2048h512v-512h-128v293l-339 -338l-90 90l338 339h-293v128zM467 557l90 -90l-338 -339h293v-128h-512v512h128v-293zM1920 219v293h128v-512h-512v128h293l-338 339l90 90zM640 640v768h768v-768h-768zM768 1280v-512h512v512h-512z" + }, + { + Name: "HardDriveGroup", + Code: "F18F", + Path: "M1664 512h-128v128h128v-128zM1408 512h-128v128h128v-128zM1664 1024h-128v128h128v-128zM1408 1024h-128v128h128v-128zM1728 1920q40 0 75 -15t61 -41t41 -61t15 -75v-1472h-1792v1472q0 40 15 75t41 61t61 41t75 15h1408zM1792 768h-1536v-384h1536v384zM1792 1280h-1536v-384h1536v384zM1792 1408v320q0 26 -19 45t-45 19h-1408q-26 0 -45 -19t-19 -45v-320h1536zM1536 1664h128v-128h-128v128zM1280 1664h128v-128h-128v128z" + }, + { + Name: "FastMode", + Code: "F19A", + Path: "M1428 1663q53 4 110 -6.5t111.5 -33t104 -56t86.5 -77t58.5 -95.5t21.5 -111q0 -63 -26.5 -111.5t-70 -81.5t-98.5 -49.5t-113 -16.5q-43 0 -81 7q2 -18 3.5 -36t1.5 -36q0 -51 -8.5 -97.5t-22.5 -94.5h-1090q-12 49 -21.5 95t-9.5 97q0 16 1 32t3 32q-54 0 -101 19.5t-82.5 54t-56 81.5t-20.5 101q0 53 20 99.5t55 81.5t81.5 55t99.5 20q69 0 126.5 -33.5t93.5 -92.5q85 69 176.5 97.5t199.5 28.5q-42 51 -63 111.5t-21 125.5q0 42 11 78t29 69t40.5 64t45.5 63zM256 1280q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q20 0 38 6q31 85 85 154q-11 41 -45.5 68.5t-77.5 27.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1403 896q3 16 4 32t1 32q0 30 -5 59t-13 58q-42 21 -80.5 50t-69.5 65t-53 78.5t-29 89.5q-46 23 -96 35.5t-102 12.5q-91 0 -172 -36t-142.5 -97.5t-97.5 -142.5t-36 -172q0 -16 1.5 -32t3.5 -32h240q11 38 11 75q0 57 -24 108.5t-68 88.5l82 98q66 -55 101.5 -130.5t35.5 -162.5q0 -20 -1.5 -39t-5.5 -38h515zM1613 1153q30 0 62 7t58 23t42.5 41t16.5 61q0 55 -33 101t-82.5 79.5t-107 52t-106.5 18.5q-20 0 -39 -3t-39 -6l-342 323q-9 -21 -14 -37.5t-5 -39.5q0 -38 11 -73t31 -65t48 -53.5t63 -38.5q32 -14 67.5 -18t69.5 -9q-9 -25 -20 -52.5t-11 -54.5q0 -59 32 -106t81 -80.5t107 -51.5t110 -18z" + }, + { + Name: "Ribbon2", + Code: "F19B", + Path: "M1024 1024q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1024 1408q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1474 768l138 -554l-505 -169l-83 331l-83 -331l-505 169l138 554h-62v293l-219 219l219 219v293h293l219 219l219 -219h293v-293l219 -219l-219 -219v-293h-62zM640 1115v-219h219l165 -165l165 165h219v219l165 165l-165 165v219h-219l-165 165l-165 -165h-219v-219l-165 -165zM953 620l-148 148h-99l-118 -470l263 -87zM1342 768h-99l-148 -148l102 -409l263 87z" + }, + { + Name: "ToggleLeft", + Code: "F19E", + Path: "M2048 1024q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40h-1024q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40h1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1536 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-1024q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1024zM512 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "ToggleRight", + Code: "F19F", + Path: "M1898 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166t-166 -111.5t-196 -38.5h-1024q-103 0 -196 38.5t-166 111.5t-111.5 166t-38.5 196t38.5 196t111.5 166t166 111.5t196 38.5h1024q103 0 196 -38.5t166 -111.5zM1536 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-1024q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1024zM1536 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "FullView", + Code: "F1A2", + Path: "M1664 384v384h128v-512h-512v128h384zM1280 1792h512v-512h-128v384h-384v128zM256 1280v512h512v-128h-384v-384h-128zM384 768v-384h384v-128h-512v512h128z" + }, + { + Name: "FocusView", + Code: "F1A3", + Path: "M640 1408v384h128v-512h-512v128h384zM256 640v128h512v-512h-128v384h-384zM1280 256v512h512v-128h-384v-384h-128zM1408 1408h384v-128h-512v512h128v-384z" + }, + { + Name: "CircleShape", + Code: "F1A5", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32z" + }, + { + Name: "SquareShape", + Code: "F1A6", + Path: "M1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z" + }, + { + Name: "TriangleShape", + Code: "F1A7", + Path: "M1920 128h-1920l960 1920zM207 256h1506l-753 1506z" + }, + { + Name: "DropShape", + Code: "F1A8", + Path: "M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166zM1024 128q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 48 -11 95t-33 90l-468 937l-468 -937q-22 -43 -33 -90t-11 -95q0 -106 40 -199.5t109.5 -163t163 -109.5t199.5 -40z" + }, + { + Name: "RectangleShape", + Code: "F1A9", + Path: "M2048 1664v-1280h-2048v1280h2048zM1920 1536h-1792v-1024h1792v1024z" + }, + { + Name: "CubeShape", + Code: "F1AA", + Path: "M1792 1479v-1038l-832 -417l-832 417v1038l832 417zM960 1752l-625 -312l625 -312l625 312zM256 520l640 -321v817l-640 321v-817zM1664 520v817l-640 -321v-817z" + }, + { + Name: "Trophy2", + Code: "F1AE", + Path: "M1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-192q0 -86 -30.5 -163t-84.5 -137t-127.5 -98.5t-158.5 -47.5q-19 -62 -51.5 -116t-76 -98t-96.5 -77.5t-114 -55.5q35 -34 58.5 -76.5t34.5 -90.5h70q40 0 75 -15t61 -41t41 -61t15 -75v-192h-1152v192q0 40 15 75t41 61t61 41t75 15h70q11 48 34.5 90.5t58.5 76.5q-61 22 -114 55.5t-96.5 77.5t-76 98t-51.5 116q-86 9 -159 47.5t-127 98.5t-84.5 137t-30.5 163v192q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v128h1152v-128h256zM512 1792v-128h896v128h-896zM128 1472q0 -57 19 -109t53 -93.5t81 -70.5t103 -41v506h-256v-192zM1408 320q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-64h896v64zM1141 512q-10 29 -28 52.5t-42 40.5t-52.5 26t-58.5 9t-58.5 -9t-52.5 -26t-42 -40.5t-28 -52.5h362zM960 768q81 0 161.5 27t144 76.5t103 120.5t39.5 160v384h-896v-384q0 -89 39.5 -160t103 -120.5t144 -76.5t161.5 -27zM1792 1664h-256v-506q56 12 103 41t81 70.5t53 93.5t19 109v192z" + }, + { + Name: "BucketColor", + Code: "F1B6", + Path: "M1690 1088l-858 -858l-730 730l666 667v229q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-640h-128v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-283l-549 -549h1098l65 64l-211 211l90 90zM832 410l485 486h-970zM1979 458q20 -35 30 -74t10 -80q0 -61 -22 -116t-61 -97t-92.5 -66.5t-115.5 -24.5t-116 24t-94 64.5t-63.5 95t-23.5 115.5q0 79 40 148l257 450zM1728 128q36 0 66.5 14.5t52 39t33.5 56.5t12 67q0 49 -24 90l-140 244l-146 -256q-23 -40 -23 -84q0 -35 13.5 -66t36.5 -54t53.5 -37t65.5 -14z" + }, + { + Name: "BucketColorFill", + Code: "F1B7", + Path: "M192 960h1280l-640 -640zM1923 426q32 -56 32 -122q0 -47 -16.5 -90t-46.5 -76.5t-71 -53.5t-89 -20q-49 0 -92 18.5t-75.5 50t-51 74.5t-18.5 92q0 62 31 116l202 353z" + }, + { + Name: "Taskboard", + Code: "F1C2", + Path: "M1920 1920v-1792h-1920v1792h1920zM1792 1792h-768v-1024h768v1024zM128 1792v-384h768v384h-768zM128 256h768v1024h-768v-1024zM1792 256v384h-768v-384h768z" + }, + { + Name: "SingleColumn", + Code: "F1D3", + Path: "M0 1792h1920v-1536h-1920v1536zM1792 384v1280h-1664v-1280h1664z" + }, + { + Name: "DoubleColumn", + Code: "F1D4", + Path: "M0 256v1536h896v-1536h-896zM128 1664v-1280h640v1280h-640zM1024 1792h896v-1536h-896v1536zM1792 384v1280h-640v-1280h640z" + }, + { + Name: "TripleColumn", + Code: "F1D5", + Path: "M128 256v1536h512v-1536h-512zM256 1664v-1280h256v1280h-256zM768 256v1536h512v-1536h-512zM896 1664v-1280h256v1280h-256zM1408 1792h512v-1536h-512v1536zM1792 384v1280h-256v-1280h256z" + }, + { + Name: "ColumnLeftTwoThirds", + Code: "F1D6", + Path: "M0 256v1536h1280v-1536h-1280zM128 1664v-1280h1024v1280h-1024zM1408 1792h640v-1536h-640v1536zM1920 384v1280h-384v-1280h384z" + }, + { + Name: "ColumnRightTwoThirds", + Code: "F1D7", + Path: "M768 1792h1280v-1536h-1280v1536zM1920 384v1280h-1024v-1280h1024zM0 256v1536h640v-1536h-640zM128 1664v-1280h384v1280h-384z" + }, + { + Name: "AnalyticsLogo", + Code: "F1DE", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z" + }, + { + Name: "AnalyticsQuery", + Code: "F1DF", + Path: "M2048 1024h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32v-128q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 1664q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "NewAnalyticsQuery", + Code: "F1E0", + Path: "M128 1024q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32v-128q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5zM1664 1024h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z" + }, + { + Name: "AnalyticsReport", + Code: "F1E1", + Path: "M128 1024q0 -149 46.5 -285.5t131 -249.5t202.5 -197t260 -126v-132q-169 44 -310 138.5t-243 225.5t-158.5 291t-56.5 335q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5q135 0 260.5 -33.5t236 -95t203 -148.5t161 -193.5t110 -229.5t50.5 -257l-154 154q-38 148 -120.5 272.5t-197.5 213.5t-255.5 139t-293.5 50q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5zM1024 1536q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q75 0 147 -17.5t137.5 -50.5t122.5 -80.5t102 -107.5h-174q-70 62 -155.5 95t-179.5 33zM1627 1280l421 -421v-859h-1152v1280h731zM1664 1061v-165h165zM1920 128v640h-384v384h-512v-1024h896zM1792 640v-384h-128v384h128zM1152 256v512h128v-512h-128zM1408 256v256h128v-256h-128z" + }, + { + Name: "WordLogo", + Code: "F1E3", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM515 1092l123 -404h140l134 672h-141l-80 -397l-113 384h-119l-120 -386l-80 399h-147l134 -672h140zM1920 256v256h-1280v-256h1280zM1920 640v320h-896v-320h896zM1920 1088v320h-896v-320h896zM1920 1536v256h-1280v-256h1280z" + }, + { + Name: "ExcelLogo", + Code: "F1E5", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM512 915l121 -227h183l-203 330l199 324h-175l-112 -205q-2 -3 -3.5 -6.5t-3.5 -7.5q-27 55 -55 109.5t-56 109.5h-186l194 -326l-212 -328h184zM1216 256v256h-576v-256h576zM1216 640v320h-192v-320h192zM1216 1088v320h-192v-320h192zM1216 1536v256h-576v-256h576zM1920 256v256h-576v-256h576zM1920 640v320h-576v-320h576zM1920 1088v320h-576v-320h576zM1920 1536v256h-576v-256h576z" + }, + { + Name: "OneNoteLogo", + Code: "F1E7", + Path: "M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM389 1109l242 -420h152v670h-148v-429l-233 429h-161v-670h148v420zM1920 256v256h-256v-256h256zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM1920 1408v384h-1280v-256h299q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-299v-256h896v1152h384z" + }, + { + Name: "OutlookLogo", + Code: "F1E9", + Path: "M672 1021q0 -39 -9 -74.5t-28 -63.5t-50 -44.5t-74 -16.5q-42 0 -72 17.5t-49 46t-28 64.5t-9 73q0 38 9 74.5t28.5 65t50.5 46t74 17.5q44 0 74 -18t48.5 -47t26.5 -65.5t8 -74.5zM2048 1024v-800q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v288h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h555v294q0 38 26 64t64 26h1100q38 0 64 -26t26 -64v-38v-670l106 -61h1q9 -6 15 -16t6 -21zM1536 1728v-256h256v256h-256zM1536 1344v-256h256v256h-256zM1536 960v-156l260 156h-260zM1088 1728v-256h320v256h-320zM1088 1344v-256h320v256h-320zM1088 960v-173l206 -128l114 68v233h-320zM768 1728v-192h171q5 0 10.5 -1t10.5 -3v196h-192zM510 684q77 0 137 26.5t101 73t62.5 109.5t21.5 137q0 71 -21 132t-61 106t-98 70.5t-132 25.5q-79 0 -140 -25.5t-103 -72t-63.5 -110.5t-21.5 -140q0 -72 22 -133t63 -105t100 -69t133 -25zM640 256h1057l-673 420v-79q0 -35 -25 -60t-60 -25h-299v-256zM1920 267v618l-504 -302z" + }, + { + Name: "PowerPointLogo", + Code: "F1EB", + Path: "M1152 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32q-110 0 -215 26t-199.5 75.5t-176 121t-144.5 161.5h-332q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h332q63 90 144.5 161.5t176 121t199.5 75.5t215 26zM1216 1789v-701h701q-12 140 -70.5 262.5t-152 216t-216.5 152t-262 70.5zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1152 256q100 0 193 24.5t175.5 70t151.5 109t121 142t84 169.5t40 190h-828v828q-148 -12 -279 -77.5t-230 -175.5h359q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-359q55 -61 120.5 -108.5t138.5 -80.5t152 -50t161 -17zM496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96z" + }, + { + Name: "PublisherLogo", + Code: "F1ED", + Path: "M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 1711v-1374q0 -33 -24 -57t-57 -24h-175v-41q0 -36 -25.5 -61.5t-61.5 -25.5h-1106q-36 0 -61.5 25.5t-25.5 61.5v297h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v297q0 36 25.5 61.5t61.5 25.5h1106q36 0 61.5 -25.5t25.5 -61.5v-41h175q33 0 57 -24t24 -57zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1664 256v256h-1024v-256h1024zM1664 640v320h-640v-320h640zM1664 1088v704h-1024v-256h299q35 0 60 -25t25 -60v-363h640zM1920 384v1280h-128v-1280h128z" + }, + { + Name: "ScheduleEventAction", + Code: "F1EF", + Path: "M1664 1920h384v-512h-1920v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM2017 1280l-238 -384h269l-672 -896h-264l256 512h-256l387 768h518zM1792 768h-243l238 384h-209l-258 -512h256l-241 -482z" + }, + { + Name: "FlameSolid", + Code: "F1F3", + Path: "M1821 733q0 -102 -26 -195.5t-73.5 -175t-114.5 -148.5t-148.5 -114.5t-175 -73.5t-195.5 -26t-195.5 26t-175 73.5t-148.5 114.5t-114.5 148.5t-73.5 175t-26 195.5q0 99 25.5 195.5t78.5 180.5q21 -42 45 -83t55.5 -73.5t71.5 -52.5t93 -20q46 0 86 17.5t70 47.5t47.5 70t17.5 86q0 39 -12 70t-34 63q-26 37 -45.5 72t-32.5 71.5t-19.5 75.5t-6.5 86q0 95 33.5 182t92.5 155.5t140 114t176 57.5q15 -214 100 -392.5t234 -330.5q122 -125 186 -271t64 -321z" + }, + { + Name: "LocalAdmin", + Code: "F1FB", + Path: "M1280 1536q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 121 35.5 232t100 204.5t156 165.5t203.5 116q-56 36 -100.5 83.5t-75 103t-47 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q35 0 75.5 -1t81 1t79 10.5t70.5 27.5q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q31 -18 69.5 -26.5t79 -10.5t80.5 -1t75 1zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z" + }, + { + Name: "PowerShell", + Code: "F1FD", + Path: "M0 1920h2048v-1664h-2048v1664v0zM1920 1792h-1792v-128h1792v128v0zM128 384h1792v1152h-1792v-1152v0zM896 512v128h640v-128h-640v0zM549 1332l521 -372l-521 -372l-74 104l375 268l-375 268l74 104v0z" + }, + { + Name: "ServerProcesses", + Code: "F1FE", + Path: "M2038 560l-124 -51q12 -62 0 -122l124 -51l-49 -119l-124 52q-17 -25 -38.5 -47t-47.5 -39l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-12 61 0 122l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q62 12 122 0l51 124l119 -49l-52 -124q25 -17 47 -38.5t39 -47.5l124 52zM1673 271q37 15 63.5 42.5t40.5 61.5t14.5 72t-14.5 74q-14 36 -41 63t-63 41q-35 15 -73 15q-39 0 -73 -15q-36 -14 -63 -41t-41 -63q-31 -73 0 -146q14 -36 41 -63t63 -41q73 -31 146 0zM2048 1920v-896h-128v384h-1792v-1024h896v-128h-1024v1664h2048zM1920 1536v256h-1792v-256h1792zM896 640v140q-31 11 -60 34l-121 -69l-64 110l120 70q-3 16 -3 35q0 18 3 35l-120 70l64 110l121 -69q29 23 60 34v140h128v-140q17 -6 31.5 -14.5t28.5 -19.5l121 69l64 -110l-120 -70q3 -17 3 -35q0 -19 -3 -35l120 -70l-64 -110l-121 69q-14 -11 -28.5 -19.5t-31.5 -14.5v-140h-128zM864 960q0 -40 28 -68t68 -28t68 28t28 68t-28 68t-68 28t-68 -28t-28 -68z" + }, + { + Name: "RegistryEditor", + Code: "F1FF", + Path: "M1152 1152h384h128v-128v-384v-128v-384v-128h-128h-384h-128h-384h-128h-384h-128v128v384v128v384v128v384v128h128h384h128h384h128v-128v-384zM640 1536v-384h384v384h-384zM1024 640v384h-384v-384h384zM128 1536v-384h384v384h-384zM128 1024v-384h384v384h-384zM512 128v384h-384v-384h384zM1024 128v384h-384v-384h384zM1536 128v384h-384v-384h384zM1152 640h384v384h-384v-384zM1984 1600l-384 -384l-384 384l384 384zM1600 1839l-239 -239l239 -239l239 239z" + }, + { + Name: "Server", + Code: "F201", + Path: "M1280 1664h-640v128h640v-128zM1280 640h-640v128h640v-128zM1280 384h-640v128h640v-128zM1408 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792h-1152v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h896zM1408 1920h-896v-1664h896v1664z" + }, + { + Name: "SaveAll", + Code: "F203", + Path: "M1920 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1115l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM1152 1152v-384h512v384h-512zM1664 128v256h-512v-256h128v128h128v-128h256zM1920 1152h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128v1024zM256 1408v512h-128v-933l91 -91h37v384h384v-128h-256v-256h128v128h128v-256h-475l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-128v-512h-768zM384 1536h512v384h-512v-384z" + }, + { + Name: "CostControl", + Code: "F207", + Path: "M1536 2048h512v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l459 459q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82q-129 -129 -256 -256.5t-256 -256.5q-19 -19 -19 -45t19 -45t45 -19t45 19q129 129 256.5 256t256.5 256q41 -19 82 -19z" + }, + { + Name: "CostContralLedgerAdmin", + Code: "F208", + Path: "M1536 2048h512v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128v0zM2048 896v-384h-1024v384h1024v0zM1920 640v128h-768v-128h768v0zM1792 384v-384h-768v384h768v0zM1664 128v128h-512v-128h512v0z" + }, + { + Name: "LinkedInLogo", + Code: "F20A", + Path: "M1896 2048q31 0 58.5 -11.5t48.5 -31.5t33 -47t12 -58v-1752q0 -31 -12 -58t-33 -47t-48.5 -31.5t-58.5 -11.5h-1745q-31 0 -58.5 11.5t-48 31.5t-32.5 47t-12 58v1752q0 31 12 58t32.5 47t48 31.5t58.5 11.5h1745zM607 320v960h-304v-960h304zM455 1414q36 0 68.5 13.5t56.5 37.5t38 56t14 69t-14 69t-38 56t-56.5 37.5t-68.5 13.5t-68 -14t-56 -38t-38 -56t-14 -68t14 -68t38 -56t56 -38t68 -14zM1745 320v519q0 99 -14 184t-53.5 147.5t-110.5 98t-186 35.5q-43 0 -85.5 -10t-80.5 -30t-69.5 -49t-52.5 -68h-4v133h-291v-960h303v466q0 48 6.5 93.5t26 80.5t55 56t94.5 21q58 0 90 -24t47 -61.5t18 -83.5t3 -90v-458h304z" + }, + { + Name: "Decimals", + Code: "F218", + Path: "M465 1783q90 0 155 -32t110 -85.5t72.5 -124t42.5 -147t20 -154t5 -146.5q0 -71 -7 -150.5t-25 -157t-48.5 -149t-79 -125.5t-116 -86.5t-158.5 -32.5q-86 0 -150 31t-109.5 82.5t-75 119.5t-46 142.5t-23 149.5t-6.5 142q0 73 6 155t23 162.5t47.5 154t79.5 129.5t118.5 89t164.5 33zM449 498q67 0 115.5 29.5t81.5 78t53 110.5t30.5 127t13.5 126.5t3 110.5q0 48 -2.5 110.5t-12 129t-28 131t-50.5 115t-80 81.5t-116 31q-71 0 -121 -31t-84 -81.5t-54.5 -115.5t-31 -132.5t-13.5 -132t-3 -115.5q0 -50 3 -111.5t13.5 -125t30 -124t53 -107.5t82 -75.5t117.5 -28.5zM1023 614q44 0 73.5 -29.5t29.5 -73.5q0 -21 -8 -39.5t-22.5 -32t-33 -21.5t-39.5 -8q-44 0 -72.5 28.5t-28.5 72.5t28 73.5t73 29.5zM1617 1783q90 0 155 -32t110 -85.5t72.5 -124t42.5 -147t20 -154t5 -146.5q0 -71 -7 -150.5t-25 -157t-48.5 -149t-79 -125.5t-116 -86.5t-158.5 -32.5q-86 0 -150 31t-109.5 82.5t-75 119.5t-46 142.5t-23 149.5t-6.5 142q0 73 6 155t23 162.5t47.5 154t79.5 129.5t118.5 89t164.5 33zM1601 498q67 0 115.5 29.5t81.5 78t53 110.5t30.5 127t13.5 126.5t3 110.5q0 48 -2.5 110.5t-12 129t-28 131t-50.5 115t-80 81.5t-116 31q-71 0 -121 -31t-84 -81.5t-54.5 -115.5t-31 -132.5t-13.5 -132t-3 -115.5q0 -50 3 -111.5t13.5 -125t30 -124t53 -107.5t82 -75.5t117.5 -28.5z" + }, + { + Name: "FilterAscending", + Code: "F21A", + Path: "M1411 701l317 317l317 -317l-90 -90l-163 163v-646h-128v646l-163 -163zM0 1920h2048v-219l-768 -768v-805h-512v805l-768 768v219zM1920 1755v37h-1792v-37l768 -768v-731h256v731z" + }, + { + Name: "FilterDescending", + Code: "F21B", + Path: "M1795 381l163 163l90 -90l-315 -317l-325 325l90 90l169 -170v642h127zM1152 256v731l768 768v37h-1792v-37l768 -768v-731h256zM2048 1701l-768 -768v-805h-512v805l-768 768v219h2048v-219z" + }, + { + Name: "SidePanelMirrored", + Code: "F221", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1408h-384v-896h384v896zM128 512h1280v896h-1280v-896zM1920 1536v128h-1792v-128h1792z" + }, + { + Name: "ProtectRestrict", + Code: "F22A", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 512h384v-128h-384v128zM1056 128q25 -36 54 -68.5t63 -59.5h-917v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256v-128h-1408v-896h672zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374z" + }, + { + Name: "Blog", + Code: "F22B", + Path: "M2048 2048v-1536h-1317l-475 -475v475h-256v1536h2048zM128 1920v-256h1792v256h-1792zM1920 640v896h-1792v-896h256v-293l293 293h1243zM1280 1408h512v-640h-512v640zM1408 896h256v384h-256v-384zM256 1280h896v-128h-896v128zM256 1024h896v-128h-896v128z" + }, + { + Name: "IOT", + Code: "F22C", + Path: "M1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-50 0 -94 18t-78.5 49.5t-56.5 74t-26 92.5l-150 25q-24 -69 -71.5 -124.5t-111.5 -89.5l58 -174q5 1 9 1h9q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 66 31.5 123t85.5 92l-58 174q-14 -2 -29 -3.5t-30 -1.5q-92 0 -173.5 41.5t-136.5 115.5l-208 -103q6 -27 6 -54q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q56 0 106 -23t87 -65l208 104q-17 56 -17 112q0 71 25 137t73 119l-121 151q-51 -23 -105 -23q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -85 -51 -153l120 -151q43 23 90.5 35.5t96.5 12.5q83 0 157 -33l164 246q-31 35 -48 79t-17 92q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-42 0 -84 14l-165 -247q58 -54 89.5 -126.5t31.5 -151.5l150 -25q15 34 39.5 62.5t55 48t66 30.5t73.5 11zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM256 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1408 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM384 1664q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "UnknownMirrored", + Code: "F22E", + Path: "M960 2044q132 0 254 -34t228.5 -96.5t193.5 -149.5t149.5 -193.5t96.5 -228.5t34 -254t-34 -254t-96.5 -228.5t-149.5 -193.5t-193.5 -149.5t-228.5 -96.5t-254 -34t-254 34t-228.5 96.5t-193.5 149.5t-149.5 193.5t-96.5 228.5t-34 254t34 254t96.5 228.5t149.5 193.5t193.5 149.5t228.5 96.5t254 34zM960 252q115 0 222 30t200 84.5t169 130.5t130.5 169t84.5 200t30 222t-30 222t-84.5 200t-130.5 169t-169 130.5t-200 84.5t-222 30t-222 -30t-200 -84.5t-169 -130.5t-130.5 -169t-84.5 -200t-30 -222t30 -222t84.5 -200t130.5 -169t169 -130.5t200 -84.5t222 -30zM896 640h128v-128h-128v128zM960 1600q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124h-128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -42 19 -75.5t47.5 -63t61.5 -59t61.5 -65.5t47.5 -80.5t19 -104.5v-64h-128v64q0 42 -19 75.5t-47.5 63t-61.5 59t-61.5 65.5t-47.5 80.5t-19 104.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5z" + }, + { + Name: "PublicContactCardMirrored", + Code: "F230", + Path: "M256 1152h640v128h-640v-128zM896 896h-384v-128h384v128zM1222 976q-46 -26 -82.5 -62t-62 -79.5t-39.5 -93t-14 -101.5h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h128q0 52 -14 101.5t-39.5 93t-62 79.5t-82.5 62q33 35 51.5 81t18.5 95q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -49 18.5 -95t51.5 -81zM1536 1152q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM319 637l-317 -317l317 -317l91 90l-163 163h658l-163 -163l91 -90l317 317l-317 317l-91 -90l163 -163h-658l163 163zM0 1792v-1216l128 128v960h1792v-1280h-640v-128h768v1536h-2048z" + }, + { + Name: "GridViewSmall", + Code: "F232", + Path: "M1792 1920v-1664h-1664v1664h1664zM1664 1792h-384v-384h384v384zM1152 896v384h-384v-384h384zM768 768v-384h384v384h-384zM640 1280h-384v-384h384v384zM1152 1408v384h-384v-384h384zM1280 896h384v384h-384v-384zM256 1792v-384h384v384h-384zM256 384h384v384h-384v-384zM1664 384v384h-384v-384h384z" + }, + { + Name: "GridViewMedium", + Code: "F233", + Path: "M1792 1920v-1664h-1664v1664h1664zM1664 1792h-640v-640h640v640zM256 1792v-640h640v640h-640zM256 384h640v640h-640v-640zM1664 384v640h-640v-640h640z" + }, + { + Name: "GridViewLarge", + Code: "F234", + Path: "M1792 1920v-1664h-1664v1664h1664zM1664 1792h-1408v-1408h1408v1408z" + }, + { + Name: "Title", + Code: "F23B", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 898h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1433q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM1792 640h-1536v128h1536v-128zM1792 896h-768v128h768v-128z" + }, + { + Name: "TitleMirrored", + Code: "F23C", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1294 898h-115l234 628h117l235 -628h-114l-54 160h-247zM1473 1433q-2 -10 -3.5 -20.5t-4.5 -19.5l-88 -250h193l-87 250q-3 10 -5 20t-5 20zM1792 640h-1536v128h1536v-128zM1024 896h-768v128h768v-128z" + }, + { + Name: "Step", + Code: "F241", + Path: "M1920 1792v-1408h-1792v640h512v384h512v384h768zM1792 1664h-512v-384h-512v-384h-512v-384h1536v1152z" + }, + { + Name: "StepInsert", + Code: "F242", + Path: "M1920 1792v-1408h-1792v640h512v384h512v384h768zM1792 1664h-512v-384h-512v-384h-512v-384h1536v1152zM518 1664h-518v128h518l-163 163l90 90l317 -317l-317 -317l-90 90z" + }, + { + Name: "StepShared", + Code: "F243", + Path: "M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896z" + }, + { + Name: "StepSharedAdd", + Code: "F244", + Path: "M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896zM256 1664h-256v128h256v256h128v-256h256v-128h-256v-256h-128v256z" + }, + { + Name: "StepSharedInsert", + Code: "F245", + Path: "M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896zM518 1664h-518v128h518l-163 163l90 90l317 -317l-317 -317l-90 90z" + }, + { + Name: "ViewDashboard", + Code: "F246", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-640v-512h640v512zM1280 768h640v512h-640v-512zM128 1920v-1152h1024v1152h-1024zM128 128h640v512h-640v-512zM1920 128v512h-1024v-512h1024z" + }, + { + Name: "ViewList", + Code: "F247", + Path: "M2048 2048v-2048h-2048v2048h2048zM128 1408h512v512h-512v-512zM128 768h512v512h-512v-512zM640 640h-512v-512h512v512zM1920 640h-1152v-512h1152v512zM1920 1280h-1152v-512h1152v512zM1920 1408v512h-1152v-512h1152z" + }, + { + Name: "ViewListGroup", + Code: "F248", + Path: "M2048 2048v-2048h-1664v1280h-384v768h2048zM640 1408v512h-512v-512h512zM512 768h512v512h-512v-512zM1024 640h-512v-512h512v512zM1920 640h-768v-512h768v512zM1920 1280h-768v-512h768v512zM1920 1408v512h-1152v-512h1152z" + }, + { + Name: "ViewListTree", + Code: "F249", + Path: "M2048 2048v-2048h-1280v640h-384v640h-384v768h2048zM640 1408v512h-512v-512h512zM1024 768v512h-512v-512h512zM1408 640h-512v-512h512v512zM1920 640h-384v-512h384v512zM1920 1280h-768v-512h768v512zM1920 1408v512h-1152v-512h1152z" + }, + { + Name: "TriggerAuto", + Code: "F24A", + Path: "M1058 637q-15 -46 -24.5 -93.5t-9.5 -95.5q0 -6 0.5 -12.5t0.5 -12.5l-422 -423h-290l384 768h-449l640 1280h719l-384 -768h660l-258 -257h-10q-54 0 -103 -8t-101 -25l162 162h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "TriggerUser", + Code: "F24B", + Path: "M1883 1280l-1280 -1280h-290l384 768h-449l640 1280h719l-384 -768h660zM1573 1152h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "PivotChart", + Code: "F24C", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM640 1408h-384v384h384v-384zM512 1664h-128v-128h128v128zM640 256h-384v1024h384v-1024zM512 1152h-128v-768h128v768zM1792 1408h-1024v384h1024v-384zM1664 1664h-768v-128h768v128zM979 339l-237 237l237 237l90 -90l-82 -83h293q27 0 50 10t40.5 27.5t27.5 40.5t10 50v293l-83 -82l-90 90l237 237l237 -237l-90 -90l-83 82v-293q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-293l82 -83z" + }, + { + Name: "StackedBarChart", + Code: "F24D", + Path: "M1919 256v-128h-1791v1792h128v-256h1024v-512h-1024v-128h1536v-512h-1536v-256h1663zM768 1536v-256h384v256h-384zM256 1536v-256h384v256h-384zM1024 896v-256h640v256h-640zM256 896v-256h640v256h-640z" + }, + { + Name: "StackedLineChart", + Code: "F24E", + Path: "M702 1200l-405 -355l660 -330l963 602v-138l-957 -598l-707 353v-479h1664v-128h-1792v1792h128v-953l452 396l252 -255l704 704l256 -256v-166l-256 256l-704 -704z" + }, + { + Name: "BuildQueue", + Code: "F24F", + Path: "M2048 1024h-512v-512h-512v-512h-1024v1024h512v512h512v512h1024v-1024zM896 896h-768v-768h768v768zM1408 1408h-768v-384h384v-384h384v768zM1920 1920h-768v-384h384v-384h384v768z" + }, + { + Name: "BuildQueueNew", + Code: "F250", + Path: "M2048 2048v-1024h-512v-512h-512v-512h-1024v1024h512v512h512v512h1024zM896 896h-768v-768h768v768zM1408 1408h-768v-384h384v-384h384v768zM1920 1920h-768v-384h384v-384h384v768zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "UserFollowed", + Code: "F25C", + Path: "M1397 498q-21 114 -78.5 210t-141 166.5t-188.5 110t-221 39.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 119t-16.5 129q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q99 -38 183 -100t147.5 -143t104.5 -177.5t54 -201.5l-57 -58zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "ContactLink", + Code: "F25F", + Path: "M1792 1408h-640v128h640v-128zM1152 1280h512v-128h-512v128zM1788 634q56 -11 104 -39.5t82.5 -70.5t54 -94.5t19.5 -109.5q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-256q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v-133q-29 -10 -52.5 -28t-40.5 -42t-26 -52.5t-9 -58.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 31 -9.5 60t-27.5 53t-42.5 42t-54.5 28q6 36 6 73q0 14 -1 29t-3 29zM1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -32 9.5 -60.5t27.5 -52.5t42.5 -42t54.5 -28q-6 -36 -6 -73q0 -14 1 -29t3 -29q-56 10 -104 39t-82.5 71t-54 94.5t-19.5 109.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q43 9 68 23.5t38.5 36.5t17.5 52t4 69q0 40 -15 75t-41 61t-61 41t-75 15h-256zM2048 2048v-1371q-57 51 -128 81v1162h-1792v-1280h487q-2 -16 -4.5 -31.5t-2.5 -32.5q0 -16 2 -32l4 -32h-614v1536h2048zM256 896q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81q63 -35 109.5 -90.5t70.5 -123.5q-64 -10 -124 -36q-14 38 -38 69.5t-55.5 54t-69 35t-77.5 12.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128zM640 1536q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "Clicked", + Code: "F268", + Path: "M1654 286q-94 -46 -185.5 -92.5t-185.5 -92.5l-138 276l-249 -249v1333q233 -231 461.5 -461t460.5 -462h-290zM1320 666h190l-486 486v-715l156 156l161 -321l141 71zM1216 1536q-26 0 -45 19t-19 45t19 45l128 128q19 19 45 19t45 -19t19 -45t-19 -45l-128 -128q-19 -19 -45 -19zM640 1344q0 -26 -19 -45t-45 -19h-192q-26 0 -45 19t-19 45t19 45t45 19h192q26 0 45 -19t19 -45zM640 1600q-26 0 -45 19l-128 128q-19 19 -19 45t19 45t45 19t45 -19l128 -128q19 -19 19 -45t-19 -45t-45 -19zM512 960q0 26 19 45l128 128q19 19 45 19t45 -19t19 -45t-19 -45l-128 -128q-19 -19 -45 -19t-45 19t-19 45zM960 1664q-26 0 -45 19t-19 45v192q0 26 19 45t45 19t45 -19t19 -45v-192q0 -26 -19 -45t-45 -19z" + }, + { + Name: "Stack", + Code: "F26F", + Path: "M1792 1408h256v-1152h-1536v256h-256v256h-256v1152h1536v-256h256v-256zM128 1792v-896h1280v896h-1280zM384 768v-128h1280v896h-128v-768h-1152zM1920 384v896h-128v-768h-1152v-128h1280z" + }, + { + Name: "Bullseye", + Code: "F272", + Path: "M1024 1408q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 64 -22 128h134q8 -32 12 -64t4 -64q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-109.5 162.5t-40 199t40 199t109.5 162.5t162.5 110t199 40.5q32 0 64 -4t64 -12v-134q-64 22 -128 22zM1890 1253q30 -113 30 -229q0 -123 -32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32q116 0 229 -30l-101 -101v-8q-32 5 -64 8t-64 3q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 32 -3 64t-8 64h8zM1280 1371v287l384 384v-378h378l-384 -384h-287l-223 -223q4 -15 4 -33q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10q18 0 33 -4zM1408 1408h197l128 128h-197v197l-128 -128v-197z" + }, + { + Name: "VennDiagram", + Code: "F273", + Path: "M1503 1503q121 -38 221.5 -109.5t172.5 -168t111.5 -213.5t39.5 -244q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5q-128 0 -244.5 39.5t-213 111.5t-168.5 172t-109 222q-122 37 -222 109t-172 168.5t-111.5 213t-39.5 244.5q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5q127 0 244 -39.5t213.5 -111.5t168 -172.5t109.5 -221.5zM128 1280q0 -96 27.5 -185.5t78.5 -166.5t122.5 -137.5t159.5 -98.5q-2 19 -3 38t-1 38q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5q19 0 38 -1t38 -3q-38 88 -98.5 159.5t-137.5 122.5t-166.5 78.5t-185.5 27.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170zM640 768q0 -56 11 -117q61 -11 117 -11q40 0 79.5 5t77.5 14l-266 266q-9 -38 -14 -77.5t-5 -79.5zM1042 701q73 36 137 89l-389 389q-53 -64 -89 -137zM1258 869q53 64 89 137l-341 341q-73 -36 -137 -89zM1408 1280q0 56 -11 117q-61 11 -117 11q-40 0 -79.5 -5t-77.5 -14l266 -266q9 38 14 77.5t5 79.5zM1280 128q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170q0 96 -27.5 185.5t-78.5 166.5t-122.5 137.5t-159.5 98.5q2 -19 3 -38t1 -38q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5q-19 0 -38 1t-38 3q38 -88 98.5 -159.5t137.5 -122.5t166.5 -78.5t185.5 -27.5z" + }, + { + Name: "FiveTileGrid", + Code: "F274", + Path: "M0 1792h2048v-1408h-2048v1408zM1024 1664v-512h384v512h-384zM896 512v1152h-768v-1152h768zM1408 512v512h-384v-512h384zM1920 512v512h-384v-512h384zM1536 1152h384v512h-384v-512z" + }, + { + Name: "FocalPoint", + Code: "F277", + Path: "M1344 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1939 147l-263 262q-43 -42 -87 -79t-95 -69l151 -152l-90 -90l-182 179q-167 -70 -349 -70q-105 0 -205.5 23.5t-191.5 68.5t-170.5 110.5t-143.5 148.5l-204 -204l-90 90l222 223q-57 99 -85 210.5t-28 225.5q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5q0 -139 -41 -270.5t-122 -244.5l272 -272zM256 1024q0 -89 20.5 -175t59.5 -166l368 367l384 -384l256 256l321 -321q62 95 94.5 202.5t32.5 220.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM1024 256q129 0 251 42l-571 572l-299 -300q54 -74 123 -132t148.5 -98.5t167.5 -62t180 -21.5zM1400 355q52 29 98 65.5t87 79.5l-241 242l-166 -166z" + }, + { + Name: "Insert", + Code: "F278", + Path: "M2048 2048v-896h-1408v896h1408zM1920 1920h-1152v-640h1152v640zM640 896h1408v-896h-1408v896zM768 128h1152v640h-1152v-640zM109 1389l366 -365l-366 -365l-90 90l274 275l-274 275z" + }, + { + Name: "RingerRemove", + Code: "F279", + Path: "M1024 1793q-106 0 -199.5 -40.5t-163 -110t-110 -163t-40.5 -199.5v-768h708l128 -128h-67q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h129v768q0 88 23 170t64.5 153t99.5 129.5t129 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-579l-127 126v453q0 106 -40.5 199.5t-110 163t-163 110t-199.5 40.5zM904 384q0 -25 9.5 -46.5t26 -38t38 -26t46.5 -9.5t46.5 9.5t38 26t26 38t9.5 46.5h-240zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "TeamsLogoInverse", + Code: "F27A", + Path: "M1760 1344q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5zM1760 1664q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM2048 1184v-476q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-38 0 -77.5 9t-72.5 28q-25 -81 -73 -147.5t-112.5 -114t-142.5 -73.5t-162 -26q-98 0 -184.5 34t-154 94t-112 142t-57.5 178h-495q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h733q-29 61 -29 128q0 62 23.5 116.5t64 95t95 64t116.5 23.5t116.5 -23.5t95 -64t64 -95t23.5 -116.5t-23.5 -116.5t-64 -95t-95 -64t-116.5 -23.5q-16 0 -32 2t-32 5v-92h928q40 0 68 -28t28 -68zM1088 1835q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66t13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54.5 36.5t37 54.5t13.5 66.5t-13.5 66t-37 54.5t-54.5 37t-66 13.5zM592 1200h192v160h-544v-160h192v-512h160v512zM1472 576v576h-448v-555q0 -35 -25 -60t-60 -25h-230q13 -69 47.5 -128t84 -101.5t112.5 -66.5t135 -24q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1920 708v444h-320v-585q26 -26 59 -38.5t69 -12.5q40 0 75 15t61 41t41 61t15 75z" + }, + { + Name: "TeamsLogo", + Code: "F27B", + Path: "M1760 1344q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5zM1760 1664q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM2048 1184v-476q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-38 0 -77.5 9t-72.5 28q-25 -81 -73 -147.5t-112.5 -114t-142.5 -73.5t-162 -26q-98 0 -184.5 34t-154 94t-112 142t-57.5 178h-495q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h733q-29 61 -29 128q0 62 23.5 116.5t64 95t95 64t116.5 23.5t116.5 -23.5t95 -64t64 -95t23.5 -116.5t-23.5 -116.5t-64 -95t-95 -64t-116.5 -23.5q-16 0 -32 2t-32 5v-92h928q40 0 68 -28t28 -68zM1088 1835q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66t13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54.5 36.5t37 54.5t13.5 66.5t-13.5 66t-37 54.5t-54.5 37t-66 13.5zM592 1200h192v160h-544v-160h192v-512h160v512zM1472 576v576h-448v-555q0 -35 -25 -60t-60 -25h-230q13 -69 47.5 -128t84 -101.5t112.5 -66.5t135 -24q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1920 708v444h-320v-585q26 -26 59 -38.5t69 -12.5q40 0 75 15t61 41t41 61t15 75z" + }, + { + Name: "SkypeForBusinessLogoFill", + Code: "F27D", + Path: "M1905 845q39 -61 59 -130.5t20 -141.5q0 -105 -40 -198t-109 -162t-162 -109t-198 -40q-78 0 -141.5 20t-130.5 58q-91 -17 -179 -17q-124 0 -239 32t-214.5 90.5t-182 141t-141 182t-90.5 214.5t-32 239q0 88 17 179q-38 67 -58 130.5t-20 141.5q0 105 40 198t109 162t162 109t198 40q78 0 141.5 -20t130.5 -58q91 17 179 17q124 0 239 -32t214.5 -90.5t182 -141t141 -182t90.5 -214.5t32 -239q0 -45 -3.5 -90.5t-14.5 -88.5z" + }, + { + Name: "SharepointLogo", + Code: "F27E", + Path: "M2048 896q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-65 0 -130 17q-9 -85 -47.5 -158.5t-98.5 -127.5t-137 -84.5t-163 -30.5q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 16 1.5 32t3.5 32h-432q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h302q12 109 62 202.5t127 162.5t175.5 108t208.5 39q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-83 0 -158.5 -29t-134.5 -80.5t-98.5 -122t-51.5 -152.5h422q35 0 60 -25t25 -60v-422l18 3q18 64 52 121.5t80.5 104t103.5 80.5t122 52q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM522 691q46 0 90.5 9.5t79.5 31.5t56.5 58t21.5 90t-22.5 90t-56.5 60t-73 39.5t-73 29t-56.5 28.5t-22.5 38q0 17 12 27.5t28.5 16.5t34.5 8t30 2q51 0 90 -13t81 -39v152q-24 7 -44.5 12t-40.5 8.5t-41.5 5t-47.5 1.5q-44 0 -90 -10t-83.5 -32t-61 -58t-23.5 -88q0 -51 22.5 -85t56.5 -58t73 -40.5t73 -31t56.5 -30.5t22.5 -39q0 -19 -10.5 -30t-26.5 -17t-33.5 -7.5t-31.5 -1.5q-60 0 -106.5 20t-94.5 53v-160q102 -40 211 -40zM960 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 57 -19 109t-53 93.5t-81 70.5t-103 41v-165q0 -35 -25 -60t-60 -25h-293q-6 -32 -6 -64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5q0 -11 0.5 -22t1.5 -22q47 -23 87 -55.5t71.5 -73t53.5 -87.5t33 -98q67 -26 137 -26z" + }, + { + Name: "DelveLogo", + Code: "F280", + Path: "M1920 1792q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-704v-200l-1152 201v1528l1152 207v-200h704zM604 623q57 0 102.5 18t80 48.5t59 72t40.5 88.5t23 97t7 98q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-783q57 -5 114 -10.5t114 -5.5zM1472 640h-256v-320h256v320zM1472 1728h-256v-1024h256v1024zM1920 1280h-384v-960h384v960zM1920 1728h-384v-384h384v384zM503 1286q19 2 37.5 3t38.5 1q52 0 87 -22.5t56 -58t30 -79.5t9 -88q0 -43 -8.5 -90.5t-29.5 -87t-56 -65t-89 -25.5q-19 0 -37.5 0.5t-37.5 1.5v510z" + }, + { + Name: "DelveLogoFill", + Code: "F281", + Path: "M620 1474q95 0 158.5 -35.5t101 -95t53 -137t15.5 -161.5q0 -80 -18.5 -160.5t-60 -146t-107 -106.5t-158.5 -41q-65 0 -130 6.5t-130 11.5v843q66 6 138 14t138 8zM1952 1760v-1472h-768v1472h768z" + }, + { + Name: "OfficeVideoLogo", + Code: "F282", + Path: "M1920 1536q26 0 45 -19t19 -45v-960q0 -26 -19 -45t-45 -19h-704v-392l-1152 201v1528l1152 207v-456h704zM905 1407h-158q-29 -140 -57 -279t-59 -279q-35 138 -70.5 273.5t-71.5 269.5h-158l220 -759h164zM1920 1472h-704v-299q42 51 100 79t124 28q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5q-66 0 -124 28t-100 79v-299h704v960zM1584 992l-240 147v-294z" + }, + { + Name: "OfficeVideoLogoFill", + Code: "F283", + Path: "M1952 1504v-1024h-768v1024h768zM729 1440h209l-204 -829h-201l-238 823h210l124 -478z" + }, + { + Name: "ExchangeLogo", + Code: "F284", + Path: "M2048 1376q0 -25 -10 -49.5t-27 -41.5l-262 -261l262 -261q17 -17 27 -41.5t10 -49.5v-416q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-416q-25 0 -49.5 10t-41.5 27l-261 262l-261 -262q-17 -17 -41.5 -27t-49.5 -10h-416q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-171q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h416q25 0 49.5 -10t41.5 -27l261 -262l261 262q17 17 41.5 27t49.5 10h416q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-416zM384 1792v-256h555q35 0 60 -25t25 -60v117l-224 224h-416zM288 688h448v135h-291v136h260v135h-260v130h277v136h-434v-672zM1920 672l-224 224h-315q-21 0 -39.5 -8t-32 -21.5t-21.5 -32t-8 -39.5v-315l224 -224h416v416zM1920 1376v416h-416l-352 -352v-187q0 -66 -34.5 -121.5t-93.5 -84.5v-450q0 -35 -25 -60t-60 -25h-555v-256h416l352 352v187q0 48 18 89.5t49 72.5t72.5 49t89.5 18h187z" + }, + { + Name: "Signin", + Code: "F286", + Path: "M1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1125 915q-79 54 -170 81.5t-187 27.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83q81 -29 156 -80zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-11 46 -11 90q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -35 9 -64t21 -61l-414 -413v-102h128v128h128v128h128v91l93 92q40 -23 77 -39t86 -16z" + }, + { + Name: "DocumentApproval", + Code: "F28B", + Path: "M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-731l-128 -128v768h-512zM1280 1536h293l-293 293v-293z" + }, + { + Name: "CloneToDesktop", + Code: "F28C", + Path: "M1024 512h256v-128h-640v128h256v128h-896v1152h1920v-768h-128v640h-1664v-896h1408v-128h-512v-128zM2045 419l-317 -317l-317 317l90 90l163 -162v549h128v-549l163 162z" + }, + { + Name: "InstallToDrive", + Code: "F28D", + Path: "M1728 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-448h-128v448q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1408v-128h-1536v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1955 509l90 -90l-317 -317l-317 317l90 90l163 -162v549h128v-549zM1792 1024h-128v128h128v-128zM1408 1152h128v-128h-128v128z" + }, + { + Name: "Blur", + Code: "F28E", + Path: "M384 1920h-128v128h128v-128zM640 1920h-128v128h128v-128zM896 1920h-128v128h128v-128zM1152 1664h-128v128h128v-128zM1408 1408h-128v128h128v-128zM1664 1152h-128v128h128v-128zM1152 1920h-128v128h128v-128zM1536 1664h-128v128h128v-128zM1536 1536v128h128v-128h-128zM1792 1280h128v-128h-128v128zM640 1664h-128v128h128v-128zM896 1664h-128v128h128v-128zM1152 1408h-128v128h128v-128zM1408 1152h-128v128h128v-128zM896 1408h-128v128h128v-128zM1152 1152h-128v128h128v-128zM1408 896h-128v128h128v-128zM256 1664v128h128v-128h-128zM384 1536v128h128v-128h-128zM512 1408v128h128v-128h-128zM640 1280v128h128v-128h-128zM768 1152v128h128v-128h-128zM896 1024v128h128v-128h-128zM1024 896v128h128v-128h-128zM1152 768v128h128v-128h-128zM1280 640v128h128v-128h-128zM1408 512v128h128v-128h-128zM1536 384v128h128v-128h-128zM1664 384h128v-128h128v-128h-1920v1920h128v-128h128v-128h-128v-1536h1536v128zM1792 512h128v-128h-128v128zM1792 768h128v-128h-128v128zM1792 1024h128v-128h-128v128zM1664 640h-128v128h128v-128zM1536 1024h128v-128h-128v128zM1536 1920h-128v128h128v-128zM1792 1664h128v-128h-128v128zM1920 2048v-128h-128v128h128z" + }, + { + Name: "Build", + Code: "F28F", + Path: "M640 768h-256v256h256v-256zM1920 1280v-1152h-1792v1152h128v-640h1536v640h128zM896 512h-256v-256h256v256zM1408 512h-256v-256h256v256zM896 1024h256v-256h-256v256zM1664 768h-256v256h256v-256zM960 1126l-301 301l90 90l147 -146v677h128v-677l147 146l90 -90z" + }, + { + Name: "ProcessMetaTask", + Code: "F290", + Path: "M951 1011q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q26 -17 47.5 -38.5t38.5 -47.5l124 52l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-17 -26 -38.5 -47.5t-47.5 -38.5l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119zM1408 832q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15q39 0 74 15t61.5 41.5t41.5 61.5t15 74zM267 1239l120 70q-3 18 -3 35t3 35l-120 70l64 110l121 -69q29 23 60 34v140h128v-140q31 -11 60 -34l121 69l64 -110l-120 -70q3 -18 3 -35t-3 -35l120 -70l-64 -110l-121 69q-14 -11 -28.5 -19.5t-31.5 -14.5v-140h-128v140q-17 6 -31.5 14.5t-28.5 19.5l-121 -69zM576 1440q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM1920 2048v-2048h-1920v2048h1920zM1792 1920h-1664v-1792h1664v1792z" + }, + { + Name: "BranchFork2", + Code: "F291", + Path: "M1792 1728q0 -57 -19.5 -109.5t-54 -94t-82 -70.5t-103.5 -40q-10 -101 -53 -190t-110.5 -157t-156 -112t-189.5 -56v-265q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v265q-101 12 -189.5 56t-156 112t-110.5 157t-53 190q-56 11 -103.5 40t-82 70.5t-54 94t-19.5 109.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -56 -18.5 -107.5t-52 -93t-80 -71t-101.5 -41.5q10 -84 49.5 -155.5t99 -124t135.5 -82t160 -29.5t160 29.5t135.5 82t98.5 124t50 155.5q-55 12 -101.5 41.5t-80 71t-52 93t-18.5 107.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1152 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1472 1536q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchLocked", + Code: "F292", + Path: "M2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384zM1536 1344q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124 25t-101.5 68.5t-68.5 102t-25 124.5q0 57 19 108.5t52.5 93.5t80.5 71t103 40v782q-56 11 -103 40t-80.5 71t-52.5 93.5t-19 108.5q0 66 25 124t68.5 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM128 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM512 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1216 1152q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchCommit", + Code: "F293", + Path: "M1408 1088q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-517h-128v517q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5t29 158.5t80 135t121.5 99t153.5 50.5v517h128v-517q83 -11 153.5 -50.5t121.5 -99t80 -135t29 -158.5zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "BranchCompare", + Code: "F294", + Path: "M1664 634q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v838q0 40 -15 75t-41 61t-61 41t-75 15h-166l163 -163l-90 -90l-318 317l318 317l90 -90l-163 -163h166q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-838zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM797 637l318 -317l-318 -317l-90 90l163 163h-166q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v838q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-838q0 -40 15 -75t41 -61t61 -41t75 -15h166l-163 163zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "BranchMerge", + Code: "F295", + Path: "M1600 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-57 0 -109 19.5t-94 54t-71 81.5t-40 103q-99 6 -192.5 36t-176.5 80t-153.5 118t-123.5 152v-394q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -108.5t-52.5 -93t-80.5 -70.5t-102 -41q10 -129 64 -241.5t140.5 -199t199 -140.5t241.5 -64q12 55 41 102t70.5 80.5t93 52.5t108.5 19zM384 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM768 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1600 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchPullRequest", + Code: "F296", + Path: "M768 1728q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-780q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM640 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1664 634q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v838q0 40 -15 75t-41 61t-61 41t-75 15h-166l163 -163l-90 -90l-318 317l318 317l90 -90l-163 -163h166q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-838zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchSearch", + Code: "F297", + Path: "M1274 1030q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124 25t-101.5 68.5t-68.5 102t-25 124.5q0 57 19 108.5t52.5 93.5t80.5 71t103 40v782q-56 11 -103 40t-80.5 71t-52.5 93.5t-19 108.5q0 66 25 124t68.5 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39zM1024 1344q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM128 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM512 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1728 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-47 0 -92 13.5t-84 39.5l-419 -418q-19 -19 -45 -19t-45 19t-19 45t19 45l418 419q-26 39 -39.5 84t-13.5 92q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BranchShelveset", + Code: "F298", + Path: "M896 1029q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-517h-128v517zM960 1792q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5zM1920 896v-768h-1920v768h128v-640h1664v640h128z" + }, + { + Name: "RawSource", + Code: "F299", + Path: "M896 1536h-896v128h896v-128zM384 1280h896v-128h-896v128zM1408 1280h640v-128h-640v128zM2048 1664v-128h-1024v128h1024zM384 896h1280v-128h-1280v128zM0 512h1280v-128h-1280v128z" + }, + { + Name: "MergeDuplicate", + Code: "F29A", + Path: "M1024 1408q0 -95 27 -185t77 -167t120.5 -138.5t157.5 -100.5q15 -7 37 -15t46 -15.5t47 -13t39 -5.5q18 -1 36 -1h36q36 0 72.5 0.5t72.5 0.5v-768h-768v768h216q-92 62 -163.5 147t-116.5 187q-45 -102 -116.5 -187t-163.5 -147h216v-768h-768v768q36 0 72.5 -0.5t72.5 -0.5h36t36 1q16 0 39 5.5t47 13t46 15.5t37 15q87 39 157.5 100.5t120.5 138.5t77 167t27 185v293l-291 -290l-90 90l445 445l445 -445l-90 -90l-291 290v-293zM256 640v-512h512v512h-512zM1664 640h-512v-512h512v512z" + }, + { + Name: "RowsGroup", + Code: "F29B", + Path: "M0 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 80 30 150t82 122t122 82t150 30v-128q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -97 -45 -181.5t-126 -138.5q81 -54 126 -138.5t45 -181.5q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20v-128q-80 0 -150 30t-122 82t-82 122t-30 150q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20v128zM2048 1792v-640h-1280v640h1280zM1920 1664h-1024v-384h1024v384zM768 1024h1280v-640h-1280v640zM896 512h1024v384h-1024v-384z" + }, + { + Name: "RowsChild", + Code: "F29C", + Path: "M2048 1024v-640h-1280v256h-512v512h-256v640h1280v-640h-896v-384h384v256h1280zM128 1280h1024v384h-1024v-384zM1920 896h-1024v-384h1024v384z" + }, + { + Name: "Deploy", + Code: "F29D", + Path: "M960 1178l301 -301l-90 -90l-147 146v-677h-128v677l-147 -146l-90 90zM768 1920h512v-512h-512v512zM896 1536h256v256h-256v-256zM128 1920h512v-512h-512v512zM1920 1920v-512h-512v512h512z" + }, + { + Name: "Redeploy", + Code: "F29E", + Path: "M960 1178l301 -301l-90 -90l-147 146v-677h-128v677l-147 -146l-90 90zM128 1920h512v-512h-512v512zM768 1920h512v-512h-512v512zM1920 1920v-512h-512v512h512z" + }, + { + Name: "ServerEnviroment", + Code: "F29F", + Path: "M768 1664h512v-128h-512v128zM768 896h512v-128h-512v128zM768 640h512v-128h-512v128zM1938 0h-1828l160 640h242v1152q0 26 10 49.5t27.5 41t41 27.5t49.5 10h768q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1152h242zM640 384h768v1408h-768v-1408zM1774 128l-96 384h-142v-256h-1024v256h-142l-96 -384h1500z" + }, + { + Name: "VisioDiagram", + Code: "F2A0", + Path: "M2048 1280v-512h-896v256h-173l-339 -226v-158h384v-512h-896v512h384v158l-435 290l435 290v158h-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h384q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-158l339 -226h173v128h896zM768 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-384q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h384zM256 512v-256h640v256h-640zM845 1088l-269 179l-269 -179l269 -179zM1920 1152h-640v-256h640v256z" + }, + { + Name: "HighlightMappedShapes", + Code: "F2A1", + Path: "M2048 1408v-640h-896v256h-173l-339 -226v-158h384v-640h-896v640h384v158l-435 290l435 290v158h-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h384q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-158l339 -226h173v256h896zM768 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-384q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h384zM384 384v-128h384v128h-384zM845 1088l-269 179l-269 -179l269 -179zM1792 1152h-384v-128h384v128z" + }, + { + Name: "TextCallout", + Code: "F2A2", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1664 1024h-640v128h640v-128zM768 1024h-384v128h384v-128z" + }, + { + Name: "IconSetsFlag", + Code: "F2A4", + Path: "M256 2048h128v-2048h-128v2048zM2038 1472l-1526 -572v1144zM640 1084l1034 388l-1034 388v-776z" + }, + { + Name: "VisioLogo", + Code: "F2A7", + Path: "M1984 1451v-790q0 -35 -25 -60t-60 -25h-429q-6 -95 -46 -176.5t-104.5 -142t-149 -95t-178.5 -34.5q-84 0 -162 29t-141 80t-107 121.5t-59 153.5h-438q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h433q-6 15 -6 32q0 35 25 60l395 395q25 25 60 25t60 -25l395 -395q25 -25 25 -60q0 -17 -6 -32h433q35 0 60 -25t25 -60zM992 1902l-334 -334l32 -32h249q35 0 60 -25t25 -60v-185l302 302zM592 688l255 672h-166q-42 -123 -85 -244t-83 -245q-41 123 -82 244.5t-83 244.5h-170l251 -672h163zM992 256q73 0 137 27.5t112 75.5t75.5 112t27.5 137q0 67 -25 128t-68 109t-101.5 78t-125.5 35v-361q0 -35 -25 -60t-60 -25h-284q17 -56 49 -103t76 -81t98 -53t114 -19zM1856 704v704h-509q-11 -11 -36.5 -37.5t-59 -60t-70 -70.5t-68.5 -68t-56.5 -53t-32.5 -25v-8q80 -3 152.5 -34t130.5 -82.5t98 -119.5t56 -146h395z" + }, + { + Name: "VisioDocument", + Code: "F2A9", + Path: "M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM493 624h163l255 672h-166l-147 -427q-5 -16 -10.5 -31t-10.5 -31q-41 123 -82.5 244.5t-83.5 244.5h-170l248 -662zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1600 1408l192 -192l-128 -128v-448h-256v-128h-128v384h128v-128h128v320l-128 128z" + }, + { + Name: "TimelineProgress", + Code: "F2AA", + Path: "M256 1408h640v-128h-640v128zM1280 896h512v-128h-512v128zM2048 1792v-1408h-2048v1408h2048zM1921 1664h-514v-384h-127v384h-512v-128h-128v128h-512v-1153h512v641h128v-641h512v129h127v-129h514v1153zM897 1152h639v-128h-639v128z" + }, + { + Name: "TimelineDelivery", + Code: "F2AB", + Path: "M1280 1024h-383v128h383v-128zM896 1280h-640v128h640v-128zM2048 1792v-704q0 30 -12 61t-30.5 60.5t-41 55t-43.5 44.5v355h-513v-384h-128v384h-512v-128h-128v128h-512v-1153h512v641h128v-768h-768v1408h2048zM1850 848q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20q49 0 95 -18.5t81 -51.5q54 96 150 150q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM1152 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1536 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "Backlog", + Code: "F2AC", + Path: "M128 1792h512v-384h-512v384zM256 1536h256v128h-256v-128zM128 1280h512v-384h-512v384zM256 1024h256v128h-256v-128zM768 1792h512v-384h-512v384zM896 1536h256v128h-256v-128zM1920 1792v-384h-512v384h512zM1792 1664h-256v-128h256v128zM768 1280h512v-384h-512v384zM896 1024h256v128h-256v-128zM128 768h512v-384h-512v384zM256 512h256v128h-256v-128z" + }, + { + Name: "TeamFavorite", + Code: "F2AD", + Path: "M868 587q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM384 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1888 0l-288 225l-288 -225l116 360l-276 216h345l103 320l103 -320h345l-276 -216z" + }, + { + Name: "TaskGroup", + Code: "F2AE", + Path: "M2048 1792v-896h-2048v896h2048zM1920 1664h-1792v-640h1792v640zM1792 1408h-1024v128h1024v-128zM1408 1152h-640v128h640v-128zM640 1152h-384v384h384v-384zM512 1408h-128v-128h128v128zM256 768h1536v-128h-1536v128zM512 512h1024v-128h-1024v128z" + }, + { + Name: "TaskGroupMirrored", + Code: "F2AF", + Path: "M0 1792v-896h2048v896h-2048zM128 1664h1792v-640h-1792v640zM256 1408h1024v128h-1024v-128zM640 1152h640v128h-640v-128zM1408 1152h384v384h-384v-384zM1536 1408h128v-128h-128v128zM1792 768h-1536v-128h1536v128zM1536 512h-1024v-128h1024v128z" + }, + { + Name: "ScopeTemplate", + Code: "F2B0", + Path: "M256 256h512v-128h-640v1920h1792v-768h-128v256h-1536v-1280zM256 1920v-256h1536v256h-1536zM896 1152h384v-128h-256v-256h-128v384zM2048 1152v-384h-128v256h-256v128h384zM1024 128h256v-128h-384v384h128v-256zM1920 384h128v-384h-384v128h256v256z" + }, + { + Name: "AssessmentGroupTemplate", + Code: "F2B1", + Path: "M256 256h512v-128h-640v1920h1792v-1024h-128v512h-1536v-1280zM256 1664h1536v256h-1536v-256zM2048 896v-896h-1152v896h128v-768h896v768h128zM1664 384h128v-128h-128v128zM1792 512h-128v128h128v-128zM1792 768h-128v128h128v-128zM1408 384h128v-128h-128v128zM1536 512h-128v128h128v-128zM1152 256v128h128v-128h-128z" + }, + { + Name: "NewTeamProject", + Code: "F2B2", + Path: "M608 1792q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h1024v-128h-1152v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1536q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1453 1107l-429 -430l-429 430l90 90l339 -338l339 338z" + }, + { + Name: "CommentAdd", + Code: "F2B3", + Path: "M2048 1920v-1024h-128v896h-1792v-1152h256v-293l293 293h475v-128h-421l-475 -475v475h-256v1408h2048zM1792 640h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "CommentNext", + Code: "F2B4", + Path: "M2048 1920v-1027l-128 128v771h-1792v-1152h256v-293l293 293h219v-128h-165l-475 -475v475h-256v1408h2048zM1693 893l318 -317l-318 -317l-90 90l163 163h-614v128h614l-163 163z" + }, + { + Name: "CommentPrevious", + Code: "F2B5", + Path: "M2048 1920v-1024h-128v896h-1792v-1152h256v-293l293 293h222l-64 -64l64 -64h-168l-475 -475v475h-256v1408h2048zM1434 640h614v-128h-614l163 -163l-90 -90l-318 317l318 317l90 -90z" + }, + { + Name: "ShopServer", + Code: "F2B6", + Path: "M256 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640v-128h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1280h256v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q104 0 193 -52q89 52 191 52q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149v-128h256v-128h-1536v-1152zM1408 1664q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-128zM1920 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-896v1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640zM1920 1152h-640v-1024h640v1024zM1792 256h-384v128h384v-128zM1792 512h-384v128h384v-128zM1792 896h-384v128h384v-128z" + }, + { + Name: "LocaleLanguage", + Code: "F2B7", + Path: "M601 896l295 -886v-10h-131l-86 256h-334l-86 -256h-131v10l295 886h178zM637 384l-125 374l-125 -374h250zM893 1536q3 -65 3 -128q0 -32 -0.5 -64t-1.5 -64h-126v-128h-245q5 -32 10.5 -64t13.5 -64h-129q-8 32 -12.5 64t-8.5 64h-209q20 -36 46.5 -68t56.5 -60h-35l-45 -90q-101 91 -156 214.5t-55 259.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -32 -3.5 -64t-9.5 -64h-124q17 65 17 128t-17 128h-250zM640 1928q-19 0 -34.5 -16t-28 -41.5t-21.5 -56t-15.5 -60t-10.5 -54t-6 -36.5h231q-2 11 -6 35.5t-10.5 53.5t-16 60t-22 56.5t-27.5 42t-33 16.5zM387 1280q-3 64 -3 128q0 63 3 128h-250q-17 -65 -17 -128t17 -128h250zM398 1664q6 58 18 116t34 112q-83 -33 -150.5 -91.5t-111.5 -136.5h210zM767 1280q3 64 3 128q0 63 -3 128h-254q-3 -65 -3 -128q0 -64 3 -128h254zM825 1893q23 -54 36 -112t20 -117h211q-45 78 -113.5 137.5t-153.5 91.5zM1391 1159q0 30 -1 61t-8 60q69 0 137 -6q6 -1 12.5 -3t6.5 -10q0 -5 -3 -12t-5 -12q-2 -6 -3.5 -16t-2 -21.5t-0.5 -22v-16.5v-13h296q42 0 83.5 1t83.5 2q7 0 13 -3q3 -5 3 -10q-1 -17 -2 -35.5t-1 -35.5v-58q0 -36 1 -72.5t2 -72.5q0 -3 -0.5 -7t-2.5 -6q-8 -2 -13 -2t-25 -0.5t-41 -0.5q-19 0 -34 1t-17 3q-2 8 -2.5 24t-0.5 36q0 33 1 68t1 52h-802v-14.5t0.5 -25t0.5 -31v-33.5q0 -29 -1 -52.5t-3 -25.5q-8 -2 -13 -2h-102q-11 0 -13 3t-2 13q1 40 1 79v79v58t-1 58q0 5 2 11q8 2 13 2q42 -1 83.5 -2t83.5 -1h275v11zM2030 606q2 -8 2 -13v-96q0 -4 -2 -12q-8 -2 -13 -2q-40 1 -79 2t-79 1h-321v-33q0 -52 1 -104t3 -104v-4q0 -24 -9 -48t-29 -38q-14 -10 -39.5 -15.5t-54.5 -8t-56.5 -3t-43.5 -0.5q-6 0 -19 0.5t-18 5.5q-3 3 -7 16t-6 18q-7 26 -16.5 48.5t-23.5 45.5q34 -4 68 -5.5t68 -1.5q24 0 36.5 7.5t12.5 33.5v190h-319q-40 0 -80 -1l-80 -2q-8 0 -12 3q-2 6 -2 11v96q0 3 0.5 7.5t2.5 6.5q6 2 11 2l80 -2t80 -1h319q-2 26 -2.5 52.5t-5.5 52.5q20 -2 39.5 -3.5t39.5 -3.5q2 0 3.5 -0.5t3.5 -0.5q35 25 67 53t64 57h-308q-42 0 -83.5 -1t-83.5 -2q-8 0 -12 3q-2 6 -2 11v95q0 4 2 12q8 2 12 2q42 -1 83.5 -2t83.5 -1h373q16 0 30 4.5t25 4.5q8 0 23 -12t30 -28t26.5 -32.5t11.5 -24.5q0 -10 -6.5 -15.5t-14.5 -9.5q-14 -7 -27 -18t-25 -21q-52 -43 -104.5 -83.5t-109.5 -77.5v-11h321q40 0 79 1t79 2q7 0 13 -3z" + }, + { + Name: "QueryList", + Code: "F2B8", + Path: "M1664 1920h-1664v128h1664v-128zM1664 1408h-1664v128h1664v-128zM0 1024h768v-128h-768v128zM2048 1024v-219l-384 -384v-421h-384v421l-384 384v219h1152zM1920 896h-896v-37l384 -384v-347h128v347l384 384v37z" + }, + { + Name: "UserSync", + Code: "F2B9", + Path: "M1350 1002q-32 -15 -62.5 -33t-58.5 -40q-75 47 -160 71t-173 24t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q96 -37 182 -100zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "UserPause", + Code: "F2BA", + Path: "M1168 1102q86 -33 161.5 -85t137.5 -121h-189q-83 62 -180.5 95t-201.5 33q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1920 768v-768h-128v768h128zM1408 768h128v-768h-128v768z" + }, + { + Name: "StreamingOff", + Code: "F2BB", + Path: "M1269 1024q0 -51 -19.5 -95.5t-52.5 -77.5t-77.5 -52.5t-95.5 -19.5t-95.5 19.5t-77.5 52.5t-52.5 77.5t-19.5 95.5t19.5 95.5t52.5 77.5t77.5 52.5t95.5 19.5t95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5zM1024 885q29 0 54.5 11t44 29.5t29.5 44t11 54.5t-11 54.5t-29.5 44t-44 29.5t-54.5 11t-54.5 -11t-44 -29.5t-29.5 -44t-11 -54.5t11 -54.5t29.5 -44t44 -29.5t54.5 -11zM383 1665q-64 -64 -113.5 -138t-83.5 -155.5t-51.5 -169t-17.5 -178.5t17.5 -178.5t51.5 -169t83.5 -155.5t113.5 -138l-75 -75q-144 144 -220.5 328t-76.5 388t76.5 388t220.5 328zM654 1394q-75 -75 -114 -170t-39 -200t39 -200t114 -170l-75 -75q-89 90 -136.5 204.5t-47.5 240.5t47.5 240.5t136.5 204.5zM1600 1056q-27 0 -54 -3q-5 97 -44.5 184.5t-107.5 156.5l75 75q84 -84 130.5 -191t51.5 -225q-26 3 -51 3zM1928 958q2 17 2 33v32q0 90 -17.5 178t-51 169.5t-83 156t-113.5 138.5l75 75q71 -71 126 -154t92.5 -174.5t57 -189t19.5 -198.5q0 -36 -2.5 -72t-7.5 -72q-22 22 -46.5 41.5t-50.5 36.5zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "MoreVertical", + Code: "F2BC", + Path: "M1024 384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1664q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z" + }, + { + Name: "ArrowTallUpLeft", + Code: "F2BD", + Path: "M1939 19l-1811 1810v-933h-128v1152h1152v-128h-933l1810 -1811z" + }, + { + Name: "ArrowTallUpRight", + Code: "F2BE", + Path: "M2048 2048v-1152h-128v933l-1811 -1810l-90 90l1810 1811h-933v128h1152z" + }, + { + Name: "ArrowTallDownLeft", + Code: "F2BF", + Path: "M219 128h933v-128h-1152v1152h128v-933l1811 1810l90 -90z" + }, + { + Name: "ArrowTallDownRight", + Code: "F2C0", + Path: "M2048 1152v-1152h-1152v128h933l-1810 1811l90 90l1811 -1810v933h128z" + }, + { + Name: "FieldEmpty", + Code: "F2C1", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152z" + }, + { + Name: "FieldFilled", + Code: "F2C2", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1792 640h-1536v896h1536v-896z" + }, + { + Name: "FieldChanged", + Code: "F2C3", + Path: "M256 640v896h1536v-232q-55 -8 -107 -32t-91 -63l-569 -569h-769zM897 512l-51 -52l-19 -76h-827v1408h2048v-540q-29 19 -61.5 31t-66.5 19v362h-1792v-1152h769zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "FieldNotChanged", + Code: "F2C4", + Path: "M897 512l-51 -52l-19 -76h-827v1408h2048v-540q-29 19 -61.5 31t-66.5 19v362h-1792v-1152h769zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z" + }, + { + Name: "RingerOff", + Code: "F2C5", + Path: "M896 384q0 -26 10 -49.5t27 -41t40.5 -27.5t49.5 -10q23 -65 57 -121q-14 -3 -28 -5t-28 -2q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-228q-16 2 -32 3t-32 1t-32 -1t-32 -3v228q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h484q-2 -16 -3 -32t-1 -32t1 -32t3 -32h-100zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "PlayResume", + Code: "F2C6", + Path: "M384 1792h128v-1536h-128v1536zM1856 1024l-1088 -768v1536zM896 503l738 521l-738 521v-1042z" + }, + { + Name: "BulletedList2", + Code: "F2C7", + Path: "M2048 1664v-128h-1536v128h1536zM512 1152h1536v-128h-1536v128zM512 640h1536v-128h-1536v128zM0 1792h384v-384h-384v384zM128 1536h128v128h-128v-128zM0 1280h384v-384h-384v384zM128 1024h128v128h-128v-128zM0 768h384v-384h-384v384zM128 512h128v128h-128v-128z" + }, + { + Name: "BulletedList2Mirrored", + Code: "F2C8", + Path: "M0 1664v-128h1536v128h-1536zM1536 1152h-1536v-128h1536v128zM1536 640h-1536v-128h1536v128zM2048 1792h-384v-384h384v384zM1920 1536h-128v128h128v-128zM2048 1280h-384v-384h384v384zM1920 1024h-128v128h128v-128zM2048 768h-384v-384h384v384zM1920 512h-128v128h128v-128z" + }, + { + Name: "ImageCrosshair", + Code: "F2C9", + Path: "M1088 1178l192 -191v-182l-192 193l-166 -166l65 -64h-182l-485 486l-192 -193v-549h640v-128h-768v1408h1792v-1024h-128v896h-1536v-421l192 191l512 -512zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 1152h128v-384h-128v384zM1408 384h128v-384h-128v384zM896 640h384v-128h-384v128zM2048 640v-128h-384v128h384z" + }, + { + Name: "GitGraph", + Code: "F2CA", + Path: "M1600 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-57 0 -109 19.5t-94 54t-71 81.5t-40 103q-99 6 -192.5 36t-176.5 80t-153.5 118t-123.5 152v-394q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -108.5t-52.5 -93t-80.5 -70.5t-102 -41q10 -129 64 -241.5t140.5 -199t199 -140.5t241.5 -64q12 55 41 102t70.5 80.5t93 52.5t108.5 19zM1600 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "Repo", + Code: "F2CB", + Path: "M2048 1280h-128v-1152h-1792v1152h-128v640h2048v-640zM1792 1280h-512v-768l-256 128l-256 -128v768h-512v-1024h1536v1024zM896 719q32 16 64 31.5t64 32.5q32 -17 64 -32.5t64 -31.5v561h-256v-561zM1920 1792h-1792v-384h1792v384z" + }, + { + Name: "RepoSolid", + Code: "F2CC", + Path: "M1280 1280h640v-1152h-1792v1152h640v-768l256 128l256 -128v768zM2048 1920v-512h-2048v512h2048z" + }, + { + Name: "FolderQuery", + Code: "F2CD", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-128v640h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1280 896h768v-640h-384v-256h-768v640h384v256zM1536 256h-256v256h-256v-384h512v128zM1536 512h-128v-128h128v128zM1408 768v-128h256v-256h256v384h-512z" + }, + { + Name: "FolderList", + Code: "F2CE", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h896v-128h-1024v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1408 128h640v-128h-640v128zM1152 128h128v-128h-128v128zM1152 384h128v-128h-128v128zM1408 384h640v-128h-640v128zM1152 640h128v-128h-128v128zM1408 640h640v-128h-640v128z" + }, + { + Name: "FolderListMirrored", + Code: "F2CF", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h896v-128h-1024v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1152 128h640v-128h-640v128zM1920 128h128v-128h-128v128zM1920 384h128v-128h-128v128zM1152 384h640v-128h-640v128zM1920 640h128v-128h-128v128zM1152 640h640v-128h-640v128z" + }, + { + Name: "LocationOutline", + Code: "F2D0", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "POISolid", + Code: "F2D1", + Path: "M1024 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -69 -16.5 -131.5t-47.5 -124.5l-576 -1152l-576 1152q-31 62 -47.5 124.5t-16.5 131.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1024 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "CalculatorNotEqualTo", + Code: "F2D2", + Path: "M1432 1408l-747 -640h1235v-128h-1384l-430 -369l-84 98l317 271h-339v128h488l747 640h-1235v128h1384l430 369l84 -98l-317 -271h339v-128h-488z" + }, + { + Name: "BoxSubtractSolid", + Code: "F2D3", + Path: "M1920 2048v-1920h-1920v1920h1920zM1536 1152h-1152v-128h1152v128z" + }, + { + Name: "BoxAdditionSolid", + Code: "F2D4", + Path: "M1920 2048v-1920h-1920v1920h1920zM1536 1152h-512v512h-128v-512h-512v-128h512v-512h128v512h512v128z" + }, + { + Name: "BoxMultiplySolid", + Code: "F2D5", + Path: "M1920 2048v-1920h-1920v1920h1920zM1073 1088l342 342l-113 113l-342 -342l-342 342l-113 -113l342 -342l-342 -342l113 -113l342 342l342 -342l113 113z" + }, + { + Name: "BoxPlaySolid", + Code: "F2D6", + Path: "M1920 2048v-1920h-1920v1920h1920zM1344 1091l-768 509v-1024z" + }, + { + Name: "BoxCheckmarkSolid", + Code: "F2D7", + Path: "M1920 2048v-1920h-1920v1920h1920zM1562 1427l-135 135l-659 -658l-275 274l-135 -135l410 -411z" + }, + { + Name: "CirclePauseSolid", + Code: "F2D8", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM896 1408h-128v-768h128v768zM1280 1408h-128v-768h128v768z" + }, + { + Name: "CirclePause", + Code: "F2D9", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1152 1408h128v-768h-128v768zM768 1408h128v-768h-128v768z" + }, + { + Name: "MSNVideosSolid", + Code: "F2DA", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1536 1027l-768 509v-1024z" + }, + { + Name: "CircleStopSolid", + Code: "F2DB", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1408 1408h-768v-768h768v768z" + }, + { + Name: "CircleStop", + Code: "F2DC", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM640 1408h768v-768h-768v768zM768 768h512v512h-512v-512z" + }, + { + Name: "NavigateBack", + Code: "F2DD", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM727 1152h681v-128h-681l278 -274l-90 -92l-434 430l434 430l90 -92z" + }, + { + Name: "NavigateBackMirrored", + Code: "F2DE", + Path: "M960 2048q-133 0 -255.5 -34t-229.5 -96.5t-194.5 -150t-150 -194.5t-96.5 -229.5t-34 -255.5t34 -255.5t96.5 -229.5t150 -194.5t194.5 -150t229.5 -96.5t255.5 -34t255.5 34t229.5 96.5t194.5 150t150 194.5t96.5 229.5t34 255.5t-34 255.5t-96.5 229.5t-150 194.5t-194.5 150t-229.5 96.5t-255.5 34zM960 256q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30t221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30zM1193 1152h-681v-128h681l-278 -274l90 -92l434 430l-434 430l-90 -92z" + }, + { + Name: "NavigateForward", + Code: "F2DF", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM915 1426l90 92l434 -430l-434 -430l-90 92l278 274h-681v128h681z" + }, + { + Name: "NavigateForwardMirrored", + Code: "F2E0", + Path: "M960 2048q-133 0 -255.5 -34t-229.5 -96.5t-194.5 -150t-150 -194.5t-96.5 -229.5t-34 -255.5t34 -255.5t96.5 -229.5t150 -194.5t194.5 -150t229.5 -96.5t255.5 -34t255.5 34t229.5 96.5t194.5 150t150 194.5t96.5 229.5t34 255.5t-34 255.5t-96.5 229.5t-150 194.5t-194.5 150t-229.5 96.5t-255.5 34zM960 256q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30t221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30zM1005 1426l-90 92l-434 -430l434 -430l90 92l-278 274h681v128h-681z" + }, + { + Name: "UnknownSolid", + Code: "F2E1", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1024 640h-128v-128h128v128zM1032 809q0 37 7 70t36 62q39 39 77 74.5t68.5 74.5t49 85t18.5 105q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5h144q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5q0 -41 -19 -73t-47.5 -61.5t-61.5 -59.5t-61.5 -66t-47.5 -81.5t-19 -106.5v-64h144v41z" + }, + { + Name: "UnknownMirroredSolid", + Code: "F2E2", + Path: "M960 2048q-132 0 -255 -34.5t-229.5 -97t-194 -150t-150 -194t-97 -229.5t-34.5 -255t34.5 -255t97 -229.5t150 -194t194 -150t229.5 -97t255 -34.5t255 34.5t229.5 97t194 150t150 194t97 229t34.5 255.5q0 132 -34.5 255t-97 229.5t-150 194t-194 150t-229 97t-255.5 34.5zM896 640h128v-128h-128v128zM888 809q0 37 -7 70t-36 62q-39 39 -77 74.5t-68.5 74.5t-49 85t-18.5 105q0 68 26 127.5t70.5 104t104 70.5t127.5 26t127.5 -26t104 -70.5t70.5 -104t26 -127.5h-144q0 38 -14.5 71.5t-39.5 58.5t-58.5 39.5t-71.5 14.5t-71.5 -14.5t-58.5 -39.5t-39.5 -58.5t-14.5 -71.5q0 -41 19 -73t47.5 -61.5t61.5 -59.5t61.5 -66t47.5 -81.5t19 -106.5v-64h-144v41z" + }, + { + Name: "CircleAddition", + Code: "F2E3", + Path: "M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1024 1152h512v-128h-512v-512h-128v512h-512v128h512v512h128v-512z" + }, + { + Name: "CircleAdditionSolid", + Code: "F2E4", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1152h-512v512h-128v-512h-512v-128h512v-512h128v512h512v128z" + }, + { + Name: "FilePDB", + Code: "F2E5", + Path: "M256 128h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35z" + }, + { + Name: "FileTemplate", + Code: "F2E6", + Path: "M1243 2048l549 -549v-219h-128v128h-512v512h-896v-1792h768v-128h-896v2048h1115zM1280 1536h293l-293 293v-293zM1920 128h128v-128h-128v128zM1664 128h128v-128h-128v128zM1408 128h128v-128h-128v128zM1664 1152h128v-128h-128v128zM1408 1152h128v-128h-128v128zM1152 128h128v-128h-128v128zM1920 384h128v-128h-128v128zM1152 384h128v-128h-128v128zM1920 640h128v-128h-128v128zM1152 640h128v-128h-128v128zM1920 896h128v-128h-128v128zM1152 896h128v-128h-128v128zM2048 1152v-128h-128v128h128zM1152 1152h128v-128h-128v128z" + }, + { + Name: "FileSQL", + Code: "F2E7", + Path: "M256 128h128v-128h-256v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM675 490q0 -26 19.5 -44.5t48 -34.5t62.5 -32t62.5 -37.5t48 -51t19.5 -71.5q0 -45 -18.5 -74.5t-48.5 -47t-67.5 -24.5t-74.5 -7q-15 0 -35 2t-40.5 5.5t-39.5 9.5t-32 14v95q12 -12 30 -21.5t37.5 -15.5t39.5 -9.5t37 -3.5q19 0 39 2.5t37 11t28 23t11 38.5q0 27 -19.5 45.5t-48 34t-62.5 31t-62.5 36.5t-48 50.5t-19.5 72.5q0 41 19 70t49 47.5t66.5 27t71.5 8.5q30 0 65 -3.5t62 -16.5v-91q-26 19 -58 26.5t-64 7.5q-17 0 -37 -3.5t-37 -11.5t-28.5 -22t-11.5 -36zM1535 360q0 -35 -5.5 -69t-18.5 -65.5t-33 -59.5t-48 -50l161 -116h-140l-100 77q-22 -5 -42.5 -8t-42.5 -3q-62 0 -111.5 21t-83.5 58.5t-52 89t-18 111.5q0 63 18 117t53 93.5t86 61.5t117 22q61 0 109.5 -22t82 -59.5t51 -89t17.5 -109.5zM1266 146q46 0 78.5 16.5t53.5 44.5t30.5 65.5t9.5 78.5q0 40 -9 78t-29 66.5t-52 46t-78 17.5q-44 0 -76 -17.5t-53.5 -46.5t-32 -66.5t-10.5 -76.5t10 -76t30.5 -66t52 -46.5t75.5 -17.5zM1945 153v-78h-308v556h92v-478h216z" + }, + { + Name: "FileJAVA", + Code: "F2E8", + Path: "M256 768h-128v1280h1115l549 -549v-731h-128v640h-512v512h-896v-1152zM1280 1536h293l-293 293v-293zM104 91q34 0 54.5 15t31.5 39t15 52.5t4 55.5v387h104v-404q0 -48 -11.5 -91t-36.5 -75t-63 -51t-91 -19q-18 0 -36 1.5t-35 8.5v98q14 -9 30.5 -13t33.5 -4zM725 640l234 -630h-115l-56 161h-248l-54 -161h-114l235 630h118zM760 256l-87 251q-3 10 -5.5 19.5t-4.5 19.5q-3 -22 -9 -39l-86 -251h192zM1488 640l-226 -630h-116l-223 630h115l155 -478q5 -13 7.5 -26t5.5 -27q2 14 5 27t8 27l159 477h110zM2040 10h-115l-56 161h-248l-54 -161h-115l236 630h118zM1841 256l-88 251q-3 9 -5 19t-5 18q-2 -9 -3.5 -19t-4.5 -18l-87 -251h193z" + }, + { + Name: "FileASPX", + Code: "F2E9", + Path: "M256 128h512v-128h-640v2048h1115l549 -549v-91h-640v512h-896v-1792zM1280 1536h293l-293 293v-293zM1408 1280q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5t50 249.5t137 203.5t203.5 137t249.5 50zM1408 128q21 0 37 14.5t28.5 38t21 52.5t14.5 57.5t9.5 53t5.5 40.5h-230q2 -14 5.5 -39t10 -53.5t15.5 -57.5t21 -52.5t27.5 -38.5t34.5 -15zM1534 512q1 32 1.5 64t0.5 64q0 63 -3 128h-250q-3 -65 -3 -128q0 -64 3 -128h251zM896 640q0 -32 4 -64t12 -64h243q-3 64 -3 128q0 63 3 128h-243q-8 -32 -12 -64t-4 -64zM1408 1152q-19 0 -34 -15t-27 -39t-21 -53t-15 -57.5t-10 -53t-6 -38.5h225q-2 13 -6 37.5t-11 53t-16 58t-20.5 53.5t-26.5 39t-32 15zM1661 768q3 -65 3 -128q0 -32 -0.5 -64t-1.5 -64h242q8 32 12 64t4 64t-4 64t-12 64h-243zM1851 896q-43 75 -108 131t-145 88q21 -52 32.5 -107.5t18.5 -111.5h202zM1214 1114q-78 -32 -142.5 -88t-106.5 -130h200q13 111 49 218zM965 384q42 -73 106 -129t142 -88q-21 51 -31.5 106.5t-16.5 110.5h-200zM1607 169q77 32 139.5 87.5t104.5 127.5h-198q-5 -51 -15.5 -109.5t-30.5 -105.5z" + }, + { + Name: "FileCSS", + Code: "F2EA", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM1472 1152h64v-896h-128v256h-421l-256 -256h-155zM1408 933l-293 -293h293v293zM384 1792h128v-128h-128v128zM384 1536h128v-128h-128v128zM384 1280h128v-128h-128v128z" + }, + { + Name: "FileSass", + Code: "F2EB", + Path: "M256 0h-128v2048h1115l549 -549v-859h-128v768h-512v512h-896v-1920zM1280 1536h293l-293 293v-293zM512 1664h-128v128h128v-128zM512 1408h-128v128h128v-128zM384 1280h128v-128h-128v128zM486 473q0 -21 8 -36t25 -28q21 -17 47 -27.5t49 -22.5q29 -15 57.5 -32.5t51 -40t36.5 -51t14 -64.5q0 -50 -20.5 -82.5t-53.5 -52.5t-74.5 -28t-83.5 -8q-16 0 -38.5 2t-46.5 6.5t-45 11t-34 15.5v106q13 -13 33 -23t42.5 -17.5t44.5 -11.5t40 -4q21 0 44 3t41.5 12t31 25.5t12.5 43.5q0 30 -21.5 50.5t-53.5 38t-69.5 34.5t-69.5 40.5t-53.5 56.5t-21.5 81q0 46 21 78.5t54 52.5t73.5 29.5t79.5 9.5q32 0 72.5 -3.5t69.5 -18.5v-101q-30 21 -65 29t-71 8q-19 0 -41 -3.5t-41 -12.5t-31.5 -25t-12.5 -40zM1044 480q86 0 130 -42t44 -129v-298h-102v71q-47 -82 -140 -82q-63 0 -103.5 34t-40.5 100q0 36 11 62.5t30.5 44.5t47.5 28.5t61 15.5l136 20q0 47 -22.5 72.5t-70.5 25.5q-42 0 -79 -15t-69 -42v91q38 23 80.5 33t86.5 10zM1118 236l-97 -13q-38 -5 -64 -20t-26 -58q0 -34 23 -50t54 -16q25 0 45 9.5t34.5 25t22.5 37t8 45.5v40zM1448 348q0 -22 16.5 -35t41 -23.5t53.5 -21t53.5 -26.5t41 -41t16.5 -64q0 -38 -19 -64.5t-47.5 -42.5t-63.5 -23t-66 -7q-33 0 -66 5.5t-64 19.5v96q29 -21 61.5 -32.5t67.5 -11.5q14 0 30.5 2t30.5 8t23.5 17t9.5 29q0 22 -16.5 35.5t-41.5 23.5t-53.5 20.5t-53.5 26.5t-41.5 41t-16.5 64q0 36 17.5 62t45 42.5t60.5 24t64 7.5q61 0 114 -19v-91q-50 33 -111 33q-13 0 -28 -2.5t-28 -9t-21.5 -17t-8.5 -26.5zM1826 348q0 -22 16.5 -35t41 -23.5t53.5 -21t53.5 -26.5t41 -41t16.5 -64t-18.5 -65t-47 -42t-63 -23t-66.5 -7q-33 0 -66.5 5.5t-63.5 19.5v96q28 -21 60.5 -32.5t67.5 -11.5q14 0 30.5 2t30.5 8t23.5 17t9.5 29q0 22 -16.5 35.5t-41 23.5t-53.5 20.5t-53.5 26.5t-41 40.5t-16.5 64.5q0 36 17.5 62t45 42.5t60.5 24t64 7.5q60 0 114 -19v-91q-50 33 -111 33q-12 0 -27.5 -2.5t-28.5 -9t-22 -17t-9 -26.5z" + }, + { + Name: "FileLess", + Code: "F2EC", + Path: "M256 128h128v-128h-256v2048h1115l549 -549v-859h-128v768h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM512 1664h-128v128h128v-128zM384 1536h128v-128h-128v128zM512 1152h-128v128h128v-128zM512 640h97v-630h-97v630zM942 512q56 0 95.5 -19t65 -52t37.5 -77.5t12 -95.5v-42h-333q2 -71 43 -106t109 -35q77 0 143 46v-89q-39 -25 -85 -33.5t-91 -8.5q-59 0 -102.5 19t-72 52.5t-42.5 80t-14 102.5q0 52 16 98.5t46.5 82t74 56.5t98.5 21zM1045 304q0 25 -5.5 48t-18 40t-32.5 27.5t-48 10.5q-27 0 -48 -10.5t-36.5 -28t-25 -40.5t-12.5 -47h226zM1338 372q0 -23 17.5 -37.5t44 -25.5t57 -22t57 -28.5t44 -44t17.5 -67.5t-20 -69.5t-50.5 -45.5t-67.5 -24.5t-71 -7.5q-36 0 -71 6t-68 21v102q30 -23 64.5 -35t72.5 -12q15 0 32.5 2t33 8t25.5 17.5t10 31.5q0 24 -17.5 38.5t-44 25.5t-57 21.5t-57 27.5t-44 43.5t-17.5 69.5q0 39 18.5 66.5t48 45t64.5 25.5t68 8q31 0 62 -4.5t60 -15.5v-98q-53 36 -118 36q-13 0 -29 -2.5t-30.5 -9.5t-24 -18t-9.5 -28zM1760 372q0 -24 17.5 -38t43.5 -25t57 -22t57 -28.5t43.5 -43.5t17.5 -68t-19.5 -70t-50 -45t-67.5 -24.5t-71 -7.5q-35 0 -71 6t-68 21v102q30 -23 64.5 -35t72.5 -12q15 0 32.5 2t33 8t25.5 17.5t10 31.5q0 24 -17.5 38.5t-44 25.5t-57 21.5t-57 27.5t-44 43.5t-17.5 69.5q0 39 18.5 66.5t48 45t64.5 25.5t68 8q31 0 62 -4.5t60 -15.5v-98q-53 36 -119 36q-13 0 -29 -2.5t-30 -9.5t-23.5 -18t-9.5 -28z" + }, + { + Name: "FileHTML", + Code: "F2ED", + Path: "M256 128h256v-128h-384v2048h1115l512 -512h37v-768h-128v640h-512v512h-896v-1792zM1573 1536l-293 293v-293h293zM877 531l-211 -211l211 -211l-90 -90l-301 301l301 301zM1216 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1946 320l-301 -301l-90 90l211 211l-211 211l90 90z" + }, + { + Name: "JavaScriptLanguage", + Code: "F2EE", + Path: "M385 514q65 0 104 33.5t59.5 83.5t26.5 108t6 108v796h145v-794q0 -82 -17 -165t-57 -149.5t-106 -108.5t-163 -42q-30 0 -60.5 4t-58.5 17v143q26 -19 57.5 -26.5t63.5 -7.5zM1136 1346q0 -46 17.5 -81t52.5 -64q44 -36 96 -62.5t103 -51.5q57 -29 115.5 -62.5t106 -77.5t77 -100.5t29.5 -129.5q0 -96 -38.5 -160t-100.5 -102.5t-141.5 -54.5t-160.5 -16q-31 0 -73.5 5t-86.5 14t-84 22t-66 30v171q29 -26 70.5 -46.5t87 -35t91.5 -22.5t84 -8q49 0 96.5 8t85 30t61 59t23.5 96q0 52 -25.5 91.5t-67.5 71.5t-96 59.5t-109.5 55.5t-109.5 60t-96 72.5t-67.5 93t-25.5 122.5q0 88 38.5 150.5t100 102.5t138.5 59t153 19q30 0 65.5 -1.5t71 -6t69 -13.5t61.5 -23v-163q-62 42 -134.5 59t-146.5 17q-44 0 -90.5 -9.5t-85 -31t-63.5 -57.5t-25 -89z" + }, + { + Name: "CSharpLanguage", + Code: "F2EF", + Path: "M0 1001q0 141 44.5 262.5t126.5 210.5t199 139.5t262 50.5q74 0 148.5 -10.5t143.5 -40.5v-155q-68 38 -141.5 56.5t-151.5 18.5q-116 0 -205.5 -40.5t-150 -111.5t-92 -166.5t-31.5 -205.5q0 -104 29 -194t86 -157t140.5 -105.5t193.5 -38.5q86 0 167.5 19t155.5 64v-141q-79 -42 -166.5 -57t-175.5 -15q-138 0 -246 46.5t-183 129t-114 195.5t-39 246zM1789 1218l-56 -264h247l-24 -93h-241l-78 -349h-110l75 349h-219l-74 -349h-110l74 349h-231l18 93h233l54 264h-244l18 93h244l74 353h111l-74 -353h221l76 353h108l-74 -353h231l-20 -93h-229zM1680 1218h-222l-58 -264h223z" + }, + { + Name: "CSharp", + Code: "F2F0", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM873 384q-83 0 -149 27.5t-112 76.5t-70.5 117t-24.5 149q0 86 27.5 159t78 126t121.5 83t159 30q45 0 91 -6t88 -25v-122q-38 23 -80 34t-86 11q-64 0 -114 -21.5t-84.5 -59t-53 -90t-18.5 -113.5q0 -58 17 -107t49.5 -85t79.5 -56t107 -20q49 0 95 11.5t88 37.5v-113q-48 -25 -101.5 -34.5t-107.5 -9.5zM1278 693h-112l13 68h114l27 135h-119l14 68h119l39 188h78l-38 -188h118l40 188h77l-39 -188h111l-15 -68h-111l-28 -135h121l-17 -68h-118l-40 -181h-78l39 181h-118l-38 -181h-78zM1369 761h119l29 135h-119z" + }, + { + Name: "VisualBasicLanguage", + Code: "F2F1", + Path: "M543 536q9 58 29 115l357 1013h159l-467 -1280h-163l-458 1280h165l349 -1015q10 -28 16.5 -56t12.5 -57zM1763 1064q64 -8 117 -32.5t90 -65t57.5 -94.5t20.5 -120q0 -89 -34 -157.5t-91 -115t-132 -71t-158 -24.5h-373v1280h364q69 0 133.5 -17t115 -52.5t81 -91t30.5 -132.5q0 -110 -58 -190t-163 -113v-4zM1410 1115h153q55 0 103 13t84 40.5t56.5 70.5t20.5 103q0 55 -20.5 91t-54 57t-78 29.5t-92.5 8.5h-172v-413zM1613 520q56 0 106.5 13t88.5 41t60.5 72t22.5 107q0 69 -26.5 113t-69.5 69.5t-99 35t-114 9.5h-172v-460h203z" + }, + { + Name: "VB", + Code: "F2F2", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM639 384l-271 768h140l189 -583q5 -16 8.5 -32t7.5 -33q2 17 6.5 33t9.5 33l194 582h135l-276 -768h-143zM1664 605q0 -56 -23.5 -97.5t-61.5 -69t-86.5 -41t-98.5 -13.5h-242v768h240q41 0 83.5 -9t77 -30t56 -54.5t21.5 -82.5q0 -67 -37 -114t-100 -70q78 -9 124.5 -58.5t46.5 -128.5zM1277 831h81q29 0 54.5 7t44.5 21.5t30 37t11 54.5q0 29 -11 48t-29 30.5t-41.5 16t-48.5 4.5h-91v-219zM1384 486q30 0 56.5 7t46.5 21.5t31.5 38t11.5 56.5q0 36 -14 59.5t-36.5 37t-51.5 18.5t-60 5h-91v-243h107z" + }, + { + Name: "CPlusPlusLanguage", + Code: "F2F3", + Path: "M1920 640h-512v-512h-128v512h-512v128h512v512h128v-512h512v-128zM640 1408v-512h-128v512h-512v128h512v512h128v-512h512v-128h-512z" + }, + { + Name: "CPlusPlus", + Code: "F2F4", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM1280 768v256h128v-256h256v-128h-256v-256h-128v256h-256v128h256zM640 1024h-256v128h256v256h128v-256h256v-128h-256v-256h-128v256z" + }, + { + Name: "FSharpLanguage", + Code: "F2F5", + Path: "M144 1664h650v-136h-500v-442h463v-135h-463v-567h-150v1280zM1661 1218l-56 -264h247l-24 -93h-241l-78 -349h-110l75 349h-220l-73 -349h-110l74 349h-231l18 93h233l53 264h-243l18 93h244l74 353h111l-74 -353h221l76 353h108l-74 -353h231l-20 -93h-229zM1552 1218h-222l-58 -264h223z" + }, + { + Name: "FSharp", + Code: "F2F6", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM798 384h-127v768h414v-108h-287v-231h265v-108h-265v-321zM1284 693h-112l14 68h113l27 135h-119l14 68h119l39 188h79l-39 -188h118l40 188h78l-40 -188h112l-15 -68h-111l-28 -135h121l-18 -68h-118l-40 -181h-77l39 181h-118l-39 -181h-77zM1375 761h120l29 135h-119z" + }, + { + Name: "TypeScriptLanguage", + Code: "F2F7", + Path: "M154 1664h888v-136h-369v-1144h-150v1144h-369v136zM1298 1346q0 -46 17.5 -81t52.5 -64q44 -36 96 -62.5t103 -51.5q57 -29 115.5 -63t106 -78t77 -100t29.5 -129q0 -96 -38.5 -160t-100.5 -102.5t-141.5 -54.5t-160.5 -16q-31 0 -73.5 5t-86.5 14t-84 22t-66 30v171q29 -26 70 -46.5t87 -35t92 -22.5t84 -8q49 0 96.5 8t85 30t61 59t23.5 96q0 52 -25.5 91.5t-67.5 71.5t-96 59.5t-109.5 55.5t-109.5 60t-96 72.5t-67.5 93t-25.5 122.5q0 88 38.5 150.5t100 102.5t138.5 59t153 19q30 0 65.5 -1.5t71 -6t69 -13.5t61.5 -23v-163q-62 42 -134.5 59t-146.5 17q-44 0 -90.5 -9.5t-85 -31t-63.5 -57.5t-25 -89z" + }, + { + Name: "PythonLanguage", + Code: "F2F8", + Path: "M480 1664q93 0 171.5 -22.5t136.5 -69t90.5 -118.5t32.5 -172q0 -102 -37 -179t-100 -129.5t-147.5 -79t-179.5 -26.5h-169v-484h-150v1280h352zM435 1004q67 0 125 14.5t101 47t68 84t25 125.5q0 71 -22.5 119.5t-62.5 78t-95 42.5t-120 13h-176v-524h157zM1984 1664l-422 -807v-473h-151v470l-411 810h171l286 -578q9 -19 16.5 -39t17.5 -40q6 20 15 40t19 39l300 578h159z" + }, + { + Name: "PY", + Code: "F2F9", + Path: "M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM602 384h-90v768h211q55 0 102.5 -13.5t82.5 -41t54.5 -71t19.5 -103.5q0 -61 -22 -107.5t-60.5 -78t-89 -47.5t-107.5 -16h-101v-290zM602 756h94q40 0 75 8.5t61 28t40.5 50.5t14.5 76q0 42 -13.5 71t-37.5 47t-57 26t-72 8h-105v-315zM1282 666l-247 486h102l172 -347q6 -11 10.5 -23t10.5 -24q3 13 8.5 24.5t11.5 22.5l180 347h95l-253 -484v-284h-90v282z" + }, + { + Name: "CoffeeScript", + Code: "F2FA", + Path: "M576 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1024 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1472 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1605 768q-33 -75 -82 -138.5t-110 -117.5h443v-128q0 -45 -14 -90.5t-40.5 -82t-65 -60t-88.5 -23.5h-1440q-50 0 -88.5 23.5t-65 60t-40.5 82t-14 90.5v128h379q-118 103 -184.5 239t-66.5 294v363h1605q66 0 123.5 -25.5t100 -69t67 -102t24.5 -123.5t-24.5 -123.5t-67 -102t-100 -69t-123.5 -25.5h-128zM1664 1280q0 -42 1 -84t1 -85q0 -55 -3.5 -109t-15.5 -106h86q39 0 73.5 15.5t59.5 41.5t39.5 61t14.5 74t-14.5 74t-39.5 61t-59.5 41.5t-73.5 15.5h-69zM256 1045q0 -88 26.5 -169t74.5 -150t114 -123.5t145 -90.5h560q79 36 145 90.5t114 123.5t74.5 150t26.5 169v235h-1280v-235zM1648 256q21 0 36 14t25 33.5t14.5 41.5t4.5 39h-1600q0 -17 4.5 -39t14.5 -41.5t25 -33.5t36 -14h1440z" + }, + { + Name: "MarkDownLanguage", + Code: "F2FB", + Path: "M643 618q14 40 28.5 79.5t31.5 77.5l393 889h184v-1280h-146v859q0 63 3 124.5t6 124.5q-8 -31 -16.5 -63t-21.5 -61l-429 -984h-72l-428 976q-14 31 -22.5 65t-18.5 67q5 -63 6 -125.5t1 -125.5v-857h-142v1280h194l386 -893q16 -37 32 -75.5t25 -77.5h6zM2029 659l-301 -301l-301 301l90 90l147 -146v1061h128v-1061l147 146z" + }, + { + Name: "FullWidth", + Code: "F2FE", + Path: "M2048 1792v-1536h-2048v1536h2048zM1920 1664h-384v-256h-128v256h-768v-256h-128v256h-384v-1280h384v128h128v-128h768v128h128v-128h384v1280zM512 1280h128v-256h-128v256zM512 896h128v-256h-128v256zM1408 1280h128v-256h-128v256zM1408 896h128v-256h-128v256z" + }, + { + Name: "FullWidthEdit", + Code: "F2FF", + Path: "M2048 1792v-540q-58 37 -128 51v361h-384v-256h-128v256h-768v-256h-128v256h-384v-1280h384v128h128v-128h128v-128h-768v1536h2048zM640 1024h-128v256h128v-256zM512 896h128v-256h-128v256zM1536 1280v-256h-128v256h128zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "Plug", + Code: "F300", + Path: "M1408 1664v-448q0 -83 -29 -158.5t-80.5 -134.5t-122 -98.5t-152.5 -51.5v-773h-128v773q-83 12 -153 51.5t-121.5 98.5t-80.5 134.5t-29 158.5v448h128v384h128v-384h384v384h128v-384h128zM1280 1536h-640v-320q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v320z" + }, + { + Name: "PlugSolid", + Code: "F301", + Path: "M1408 1664v-448q0 -84 -29 -159t-80.5 -134t-122 -98.5t-152.5 -51.5v-773h-128v773q-83 12 -153 51.5t-121.5 98.5t-80.5 134t-29 159v448h128v384h128v-384h384v384h128v-384h128z" + }, + { + Name: "PlugConnected", + Code: "F302", + Path: "M256 832q0 89 34 171.5t97 145.5l227 226l633 -633l-226 -227q-63 -63 -145.5 -97t-171.5 -34q-73 0 -141.5 22.5t-126.5 66.5l-327 -326l-90 90l326 327q-44 58 -66.5 126.5t-22.5 141.5zM704 512q64 0 122.5 24.5t103.5 69.5l136 136l-452 452l-136 -136q-45 -45 -69.5 -103.5t-24.5 -122.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1575 1612q44 -58 66.5 -126.5t22.5 -141.5q0 -89 -34 -171.5t-97 -145.5l-227 -226l-633 633l226 227q63 63 145.5 97t171.5 34q73 0 141.5 -22.5t126.5 -66.5l327 326l90 -90zM1442 1118q45 45 69.5 103.5t24.5 122.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-64 0 -122.5 -24.5t-103.5 -69.5l-136 -136l452 -452z" + }, + { + Name: "PlugDisconnected", + Code: "F303", + Path: "M1300 847l-271 -271l90 -90l-226 -227q-63 -63 -145.5 -97t-171.5 -34q-73 0 -141.5 22.5t-126.5 66.5l-199 -198l-90 90l198 199q-44 58 -66.5 126.5t-22.5 141.5q0 89 34 171.5t97 145.5l227 226l90 -90l271 271l91 -90l-272 -272l272 -272l272 272zM576 256q64 0 122.5 24.5t103.5 69.5l136 136l-452 452l-136 -136q-45 -45 -69.5 -103.5t-24.5 -122.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1831 1740q44 -58 66.5 -126.5t22.5 -141.5q0 -89 -34 -171.5t-97 -145.5l-227 -226l-633 633l226 227q63 63 145.5 97t171.5 34q73 0 141.5 -22.5t126.5 -66.5l199 198l90 -90zM1698 1246q45 45 69.5 103.5t24.5 122.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-64 0 -122.5 -24.5t-103.5 -69.5l-136 -136l452 -452z" + }, + { + Name: "UnlockSolid", + Code: "F304", + Path: "M1792 1152v-1152h-1536v1152h1152v384q0 82 -29 152.5t-80.5 122t-122 80.5t-152.5 29t-152.5 -29t-122 -80.5t-80.5 -122t-29 -152.5h-128q0 109 39 202.5t108 162.5t162.5 108t202.5 39t202.5 -39t162.5 -108t108 -162.5t39 -202.5v-384h256z" + }, + { + Name: "Variable", + Code: "F305", + Path: "M1072 1316h-224l-159 -743q-17 -78 -58 -158.5t-100.5 -146t-136 -107t-163.5 -41.5q-26 0 -53 5t-49 17t-36.5 32.5t-14.5 51.5q0 40 24.5 68.5t66.5 28.5q25 0 45 -11t36 -28t29 -38t25 -40l7 -12q32 2 58 22t46.5 50t36.5 67.5t28 75t20.5 72t13.5 58.5l167 777h-176l20 81h173l12 62q16 80 54.5 161t96.5 146t133.5 105.5t165.5 40.5q26 0 53 -5t49.5 -17t36.5 -32.5t14 -51.5q0 -42 -22.5 -70.5t-67.5 -28.5q-32 0 -53 12.5t-36 31.5t-27.5 42t-25.5 45q-37 -2 -66 -28t-51.5 -66.5t-38.5 -89.5t-27.5 -97.5t-19.5 -91t-13 -68.5h226zM1736 1252q-25 -20 -53 -53t-54.5 -69.5t-50 -73.5t-39.5 -65q10 -41 19 -81t20 -81q10 -37 22.5 -77t33.5 -73.5t52 -55t78 -21.5q12 0 28 1.5t32.5 4t32 6t26.5 8.5l-16 -59q-30 -13 -56.5 -24t-52.5 -19t-54.5 -12.5t-61.5 -4.5q-44 0 -72.5 12.5t-47 35t-30.5 54.5t-24 70q-14 44 -25 87t-22 88q-38 -60 -76 -115.5t-83 -109.5q-20 -24 -40 -46t-43.5 -39t-50.5 -27t-60 -10q-42 0 -69.5 24t-27.5 68q0 26 10 45.5t27 32.5t39 19.5t46 6.5q30 0 57.5 -11t56.5 -19q57 57 106.5 121t87.5 134l-2 10q-4 19 -12 51t-17.5 69.5t-21.5 76.5t-24.5 72t-26 57.5t-26.5 32.5q-34 20 -77 20q-27 0 -56 -5.5t-54 -16.5l16 60q14 6 42 17t58 22t58 19t42 8q44 0 73.5 -14t49.5 -39t33 -58t24 -71q11 -39 20.5 -79.5t17.5 -80.5l2 -8q0 -2 0.5 -3t0.5 -3q19 30 41 68t48 78t55.5 78.5t62.5 68.5t70 48.5t78 18.5q39 0 66.5 -26t27.5 -66q0 -25 -10 -44t-26.5 -32t-38 -19.5t-44.5 -6.5q-26 0 -58 8.5t-57 16.5z" + }, + { + Name: "Parameter", + Code: "F306", + Path: "M1027 1600q121 0 227 -37t185 -107t124.5 -170t45.5 -226q0 -66 -17.5 -137.5t-54 -130t-93 -96.5t-134.5 -38q-86 0 -124 47t-39 129h-4q-23 -79 -74.5 -127.5t-137.5 -48.5q-59 0 -101.5 23.5t-70 62t-40.5 88t-13 102.5q0 70 18.5 140t56.5 125t96.5 89.5t138.5 34.5q23 0 46.5 -6t44.5 -18t37 -30t24 -42v5q2 20 3.5 40t3.5 40h93l-24 -286q-3 -32 -7 -65t-4 -65q0 -22 2.5 -48.5t11.5 -50t26.5 -39t47.5 -15.5q36 0 64 15.5t48.5 40.5t34.5 57.5t23 67t12.5 68.5t3.5 62q0 110 -36 196t-100.5 145t-154 90t-195.5 31q-115 0 -208.5 -43t-160 -116.5t-102.5 -171.5t-36 -209q0 -115 35.5 -208.5t101.5 -159.5t159.5 -102t208.5 -36q81 0 160.5 13t152.5 48v-92q-75 -32 -157 -43.5t-163 -11.5q-133 0 -243 41.5t-189.5 118t-123.5 185.5t-44 243q0 135 45 250t126 199t194 131.5t250 47.5zM949 745q61 0 100 34.5t61 85.5t30.5 109t8.5 105q0 34 -7 63t-22.5 50t-41.5 33t-63 12q-58 0 -97 -30t-63 -75t-34.5 -98.5t-10.5 -100.5q0 -33 7 -66.5t23 -60.5t43 -44t66 -17zM0 1792h384v-128h-256v-1280h256v-128h-384v1536zM2048 1792v-1536h-384v128h256v1280h-256v128h384z" + }, + { + Name: "CommentUrgent", + Code: "F307", + Path: "M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048zM1920 1792h-1792v-1152h256v-293l293 293h1243v1152zM1024 1152h-128v512h128v-512zM1024 896h-128v128h128v-128z" + }, + { + Name: "Storyboard", + Code: "F308", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM128 384h1024v1024h-1024v-1024zM1920 384v1024h-640v-1024h640zM1408 1280h384v-128h-384v128zM1408 1024h384v-128h-384v128zM1408 768h384v-128h-384v128zM1024 1280v-768h-768v768h768zM896 1152h-512v-512h512v512z" + }, + { + Name: "DiffInline", + Code: "F309", + Path: "M1792 2048v-2048h-1536v2048h1536zM384 1920v-384h1280v384h-1280zM1664 512h-1280v-384h1280v384zM1664 768v640h-1280v-640h1280z" + }, + { + Name: "DiffSideBySide", + Code: "F30A", + Path: "M0 1664h896v-1280h-896v1280zM768 512v768h-640v-768h640zM128 1536v-128h640v128h-640zM2048 1664v-1280h-896v1280h896zM1920 768h-640v-256h640v256zM1920 1536h-640v-512h640v512z" + }, + { + Name: "ImageDiff", + Code: "F30B", + Path: "M2048 2048v-1920h-2048v1920h2048zM128 1152h933l-485 486l-448 -449v-37zM1701 1152l-293 293l-230 -229l65 -64h458zM128 256h933l-485 486l-448 -449v-37zM1243 256h458l-293 293l-230 -229zM1920 1024h-1792v-549l448 447l512 -512l320 321l475 -475h37v768zM1920 1152v768h-1792v-549l448 447l512 -512l320 321l475 -475h37z" + }, + { + Name: "ImagePixel", + Code: "F30C", + Path: "M2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-512h256v-256h-256v-512h1024v256h256v-256h256v256h256v1024zM640 1152h-256v256h256v-256zM640 896v256h256v-256h-256zM1152 896v-256h-256v256h256zM1664 896v-256h-256v256h256zM1664 1152h-256v256h256v-256z" + }, + { + Name: "FileBug", + Code: "F30D", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM896 1280h128v-512h-128v512zM896 640h128v-128h-128v128z" + }, + { + Name: "FileCode", + Code: "F30E", + Path: "M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM749 1107l-211 -211l211 -211l-90 -90l-301 301l301 301zM1261 1197l301 -301l-301 -301l-90 90l211 211l-211 211z" + }, + { + Name: "FileComment", + Code: "F30F", + Path: "M1371 512l-384 -384h677v256h128v-384h-1664v2048h1115l421 -421v-90h-90l-294 292v-293h-128v384h-896v-1792h704v384h-192v896h1280v-896h-677zM1317 640h603v640h-1024v-640h192v-230zM1024 1152h768v-128h-768v128zM1024 896h768v-128h-768v128z" + }, + { + Name: "BusinessHoursSign", + Code: "F310", + Path: "M1671 1152q25 0 47 -9.5t38.5 -26t26 -38.5t9.5 -47v-782q0 -25 -9.5 -47t-26 -38.5t-38.5 -26t-47 -9.5h-1422q-25 0 -47 9.5t-38.5 26t-26 38.5t-9.5 47v782q0 25 9.5 47t26 38.5t38.5 26t47 9.5h44l447 446q-18 29 -27 62t-9 68q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -35 -9 -68t-27 -62l447 -446h44zM960 1856q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM475 1152h970l-355 356q-59 -36 -130 -36q-35 0 -68 9t-62 27zM1664 1024h-1408v-768h1408v768zM1408 640h-896v128h896v-128z" + }, + { + Name: "FileImage", + Code: "F311", + Path: "M256 128h1536v-128h-1664v2048h1115l549 -549v-91h-640v512h-896v-1792zM1280 1536h293l-293 293v-293zM2048 1280v-1024h-1408v1024h1408zM768 1152v-421l320 319l416 -416l160 160l256 -256v614h-1152zM1755 384h139l-230 230l-69 -70zM768 384h805l-485 486l-320 -321v-165zM1728 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "FileSymlink", + Code: "F312", + Path: "M256 128h640v-128h-768v2048h1115l549 -549v-347h-128v256h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM2048 1024v-1024h-1024v1024h1024zM1920 896h-768v-768h768v768zM1299 365l274 275h-165v128h384v-384h-128v165l-275 -274z" + }, + { + Name: "AutoFillTemplate", + Code: "F313", + Path: "M2048 1792v-640h-2048v640h2048zM1920 1664h-1792v-384h1792v384zM0 1024h2048v-640h-2048v640zM128 512h1792v384h-1792v-384zM1536 1408h-1280v128h1280v-128zM256 768h640v-128h-640v128z" + }, + { + Name: "WorkItem", + Code: "F314", + Path: "M1155 128l128 -128h-1027v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1027l-128 -128v1027h-128v-256h-1024v256h-128v-1536h771zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "WorkItemBug", + Code: "F315", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM896 1152h128v-512h-128v512zM896 512h128v-128h-128v128z" + }, + { + Name: "LogRemove", + Code: "F316", + Path: "M256 256h1092l-128 -128h-1092v384h-128v128h128v768h-128v128h128v512h1792v-1220l-128 -128v1220h-1536v-384h128v-128h-128v-768h128v-128h-128v-256zM1024 1408v-896h-384v896h384zM896 1280h-128v-640h128v640zM1408 770v766h-128v-894l-95 -95l34 -35h-67v1152h384v-835l-35 34zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "ColumnOptions", + Code: "F317", + Path: "M2048 1920v-1024h-128v512h-512v-384h-128v384h-512v-1024h256v-128h-1024v1664h2048zM640 1408h-512v-1024h512v1024zM1920 1536v256h-1792v-256h1792zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1601 256q40 0 74.5 15t60.5 41.5t41 61.5t15 75q0 39 -15 74t-41.5 61t-61.5 41t-74 15q-40 0 -75 -15.5t-61 -41.5t-41 -61t-15 -75t15 -74.5t41.5 -60.5t61.5 -41t75 -15z" + }, + { + Name: "Packages", + Code: "F318", + Path: "M2048 1024h-128v-1024h-1280v1024h-128v384h768v256h-1024v-896h384v-128h-512v1024h-128v384h1536v-384h-128v-256h640v-384zM128 1792h1280v128h-1280v-128zM1792 1024h-1024v-896h1024v896zM1920 1280h-1280v-128h1280v128zM1408 512h-512v128h512v-128zM896 256v128h384v-128h-384z" + }, + { + Name: "BuildIssue", + Code: "F319", + Path: "M1905 630l143 -157v-217h-128v167l-101 112q-36 -20 -77 -22l-78 -89v-168h-128v216l72 82q-5 3 -8.5 6.5l-7.5 7.5l-248 249l-192 -193v-496h128v-128h-640v128h128v576q0 38 14.5 73.5t41.5 62.5l384 384q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l384 -384q27 -27 41.5 -62.5t14.5 -73.5q0 -40 -15 -74zM1043 877q61 -29 90 -90l256 256q19 19 19 45t-19 45t-45 19t-45 -19zM896 128h128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-576zM1728 640q26 0 45 19t19 45t-19 45l-256 256q-14 -31 -36.5 -52.5t-46.5 -45.5l249 -248q19 -19 45 -19zM640 640v-128h-512v1408h1152v-512h-128v384h-896v-1152h384zM768 1536v-384h-128v384h128zM640 896v128h128v-128h-128z" + }, + { + Name: "AssessmentGroup", + Code: "F31A", + Path: "M640 512h-256v256h256v-256zM1152 512h-256v256h256v-256zM1664 1536h-256v256h256v-256zM1664 512h-256v256h256v-256zM1152 1024h-256v256h256v-256zM1664 1024h-256v256h256v-256zM1920 1792v-1536h-1792v1536h128v-1408h1536v1408h128z" + }, + { + Name: "VariableGroup", + Code: "F31B", + Path: "M690 701q0 23 15 38t38 15q12 0 23 -6t20 -13t16.5 -13t14.5 -6q10 0 26.5 15.5t35 39.5t38.5 53.5t37 57t29 50t17 33.5q-8 34 -17 67t-17 67q-8 31 -17.5 54.5t-24 39.5t-34 24.5t-47.5 8.5q-10 0 -20.5 -1t-21.5 -3v25l184 33q21 -23 35.5 -46.5t24 -48t16.5 -51t15 -56.5q15 22 37.5 56.5t51 66.5t61 55.5t66.5 23.5q25 0 45 -13.5t20 -40.5q0 -54 -54 -54q-20 0 -37 9t-37 9q-19 0 -40 -19t-40.5 -45t-35.5 -52.5t-26 -41.5l57 -237q1 -7 4 -19.5t8 -25t12 -22t16 -9.5q12 0 27.5 11.5t29.5 27.5t25.5 32.5t15.5 27.5l24 -12q-8 -19 -28 -47t-45.5 -54.5t-52 -45.5t-48.5 -19t-36.5 13t-25.5 30q-9 16 -17 46.5t-15 65t-13.5 67.5t-13.5 53q-11 -20 -26.5 -48t-35.5 -58.5t-43 -61t-48 -54t-50.5 -38.5t-50.5 -15q-26 0 -46.5 17t-20.5 44zM1516 640q54 69 83 149.5t29 168.5q0 90 -29 170t-83 152h94q118 -139 118 -322q0 -91 -28.5 -170t-89.5 -148h-94zM0 1920h2048v-1664h-2048v1664zM1920 384v1024h-1792v-1024h1792zM1920 1536v256h-1792v-256h1792zM438 640q-62 68 -90 147.5t-28 170.5q0 183 118 322h93q-54 -70 -82.5 -151.5t-28.5 -170.5q0 -87 28.5 -168t82.5 -150h-93z" + }, + { + Name: "FullHistory", + Code: "F31C", + Path: "M896 1536h128v-512h-128v512zM512 1280h-512v512h128v-274q67 123 163 221t212.5 166.5t248.5 105.5t272 37q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -251 -36t-227.5 -103t-190.5 -161.5t-140 -211.5h297v-128zM1024 896h1024v-128h-1024v128zM1024 512h1024v-128h-1024v128zM1024 128h1024v-128h-1024v128zM161 785q36 -129 105.5 -239t165.5 -194.5t214 -139.5t250 -74v-130q-154 21 -292 83t-250 158.5t-193.5 224t-122.5 277.5z" + }, + { + Name: "Wheelchair", + Code: "F31F", + Path: "M1728 1152q40 0 75 -15t61 -41t41 -60.5t15 -74.5q0 -22 -4 -39l-128 -640q-7 -33 -24.5 -61.5t-42.5 -49t-56 -32t-65 -11.5q-39 0 -74 15t-61.5 41.5t-41.5 61.5t-15 74q0 10 1 19.5t3 18.5l82 410h-99q13 -61 13 -128q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5q0 115 39 220t108 188.5t164.5 141t208.5 79.5l246 315l-38 25l-144 -145q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l256 256q27 27 62.5 41.5t73.5 14.5q58 0 107 -32q87 -56 171 -114t170 -115q0 54 19.5 101.5t54 83t81.5 56t101 20.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-13.5t-13.5 1q11 -42 11 -82q0 -49 -13 -89t-34 -75t-48 -68.5t-56 -70.5h359zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1080 1614l-262 -336q102 -8 196 -47t171 -106l166 213q20 26 30.5 56t10.5 62q0 45 -19.5 83.5t-54.5 67.5q-17 14 -37 26.5t-38 24.5l-301 201q-18 13 -36.5 26t-37.5 24q-10 5 -17.5 8t-18.5 3q-26 0 -45 -19l-256 -256q-19 -19 -19 -45t19 -45t45 -19t45 19l219 219zM768 128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1600 256q23 0 40.5 14.5t22.5 36.5l128 640q1 4 1 12q0 27 -18.5 46t-45.5 19h-448q44 -59 75 -128h295l-113 -563q-1 -4 -1 -13q0 -26 18.5 -45t45.5 -19zM768 1024q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM768 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "Diploma", + Code: "F320", + Path: "M1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v1280q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1280zM128 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h930q-34 60 -34 128t34 128h-930q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v1536q0 68 34 128h-1058q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1280h1024q26 0 45 -19t19 -45t-19 -45t-45 -19q-25 0 -49 -9.5t-42 -27.5t-27.5 -42t-9.5 -49q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM512 1664h896v-128h-896v128zM512 1408h256v-128h-256v128zM512 1152h256v-128h-256v128zM512 896h256v-128h-256v128zM1152 1408q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -17 -4 -33.5t-4 -30.5v-539l-248 124l-248 -124v539q0 14 -4 30.5t-4 33.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1152 1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1288 731v204q-30 -20 -65 -29.5t-71 -9.5t-71 9.5t-65 29.5v-204l136 68z" + }, + { + Name: "SingleColumnEdit", + Code: "F321", + Path: "M128 384h699l-32 -128h-795v1536h1920v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-1664v-1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "DoubleColumnEdit", + Code: "F322", + Path: "M1152 766l-128 -129v1155h896v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-640v-898zM896 509l-50 -51l-51 -202h-795v1536h896v-1283zM768 1664h-640v-1280h640v1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "TripleColumnEdit", + Code: "F323", + Path: "M1536 1150l-128 -128v770h512v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-256v-514zM896 509l-128 -157v1440h512v-898l-128 -128v898h-256v-1155zM128 1792h512v-1536h-512v1536zM256 384h256v1280h-256v-1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "ColumnLeftTwoThirdsEdit", + Code: "F324", + Path: "M128 384h699l-32 -128h-795v1536h1280v-898l-128 -128v898h-1024v-1280zM2048 1792v-540q-29 19 -61.5 31t-66.5 19v362h-384v-514l-128 -128v770h640zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "ColumnRightTwoThirdsEdit", + Code: "F325", + Path: "M0 1792h640v-1536h-640v1536zM128 384h384v1280h-384v-1280zM2048 1792v-540q-29 19 -61.5 31t-66.5 19v362h-1024v-1155l-128 -157v1440h1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "StreamLogo", + Code: "F329", + Path: "M1919 1024h1q-1 -21 -11.5 -40t-28.5 -30l-1271 -809q-26 -17 -56 -17q-21 0 -40.5 8t-33.5 22t-22.5 32.5t-8.5 40.5v452l-235 -162q-6 -5 -14 -7t-16 -2q-24 0 -39.5 18t-15.5 41v906q0 23 15.5 41t39.5 18q8 0 16 -2t14 -7l235 -162v453q0 22 8.5 40.5t22.5 32t33.5 21.5t40.5 8q30 0 56 -17l1272 -806q19 -12 28.5 -31t9.5 -42zM576 1773v-497l273 -188h807zM256 1341v-634l461 317zM576 275l1076 685h-803l-273 -188v-497z" + }, + { + Name: "PassiveAuthentication", + Code: "F32A", + Path: "M1344 538l339 339l90 -90l-429 -429l-237 237l90 90zM2048 1280v-1280h-1280v781q-61 -13 -128 -13q-133 0 -249.5 50t-203.5 137t-137 203.5t-50 249.5t50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -67 -13 -128h781zM128 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1920 1152h-693q-51 -113 -134.5 -196.5t-196.5 -134.5v-693h1024v1024zM1005 1555l-429 -429l-237 237l90 90l147 -147l339 339z" + }, + { + Name: "AlertSolid", + Code: "F331", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1152 512v256h-256v-256h256zM1152 896v640h-256v-640h256z" + }, + { + Name: "MegaphoneSolid", + Code: "F332", + Path: "M1920 1600q6 1 16 1.5t22 0.5q24 0 50 -1t40 -1v-1152q-14 0 -39 -0.5t-49 -0.5h-30t-21 2l-763 136q-10 -57 -38.5 -106t-70.5 -84t-94.5 -55t-110.5 -20q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 28 6 57l-396 71q-8 1 -17.5 1.5t-20.5 0.5q-22 0 -44.5 -1t-39.5 -1v512q14 0 38.5 -1t47.5 -1q11 0 20.5 0.5t15.5 1.5zM832 448q35 0 67 12t57 33.5t42 50.5t23 64l-378 67q-3 -18 -3 -35q0 -40 15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "TaskSolid", + Code: "F333", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1627 1107l-136 136l-659 -659l-275 275l-136 -136l411 -411z" + }, + { + Name: "ConfigurationSolid", + Code: "F334", + Path: "M1755 1536h-475v475zM960 1016q38 0 71.5 -14.5t58.5 -40t39.5 -59t14.5 -70.5q0 -38 -14.5 -71.5t-40 -58.5t-59 -39.5t-70.5 -14.5q-38 0 -71.5 14.5t-58.5 40t-39.5 58.5t-14.5 71t14.5 71.5t40 58.5t58.5 39.5t71 14.5zM1792 1408v-1408h-1664v2048h1024v-640h640zM1283 776q2 14 3 28t1 28t-1 28t-3 28l185 76l-55 134l-185 -77q-33 46 -79 79l77 185l-134 55l-76 -185q-14 2 -28 3t-28 1t-28 -1t-28 -3l-76 185l-134 -55l77 -185q-46 -33 -79 -79l-185 77l-55 -134l185 -76q-2 -14 -3.5 -28t-1.5 -28t1.5 -28t3.5 -28l-185 -76l55 -134l185 77q33 -46 79 -79l-77 -185l134 -55l76 185q14 -2 28 -3.5t28 -1.5t28 1.5t28 3.5l76 -185l134 55l-77 185q46 33 79 79l185 -77l55 134z" + }, + { + Name: "BugSolid", + Code: "F335", + Path: "M704 1600q0 72 30 135l-139 140l90 90l126 -126q45 39 99 60t114 21t114 -21t99 -60l126 126l90 -90l-139 -140q30 -63 30 -135q0 -13 -1.5 -25.5t-3.5 -24.5q-75 32 -154.5 49t-160.5 17t-160.5 -17t-154.5 -49q-2 12 -3.5 24.5t-1.5 25.5zM1600 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192h-128v192q0 34 -11.5 65.5t-32.5 57t-49.5 43t-62.5 23.5q19 -62 24 -125.5t5 -127.5q0 -36 -0.5 -72t-0.5 -72l3 -4q61 -66 93 -138t32 -163q0 -85 -32.5 -162.5t-92.5 -137.5l-90 90q42 42 64.5 97t22.5 114q0 67 -29 128q-32 -100 -92 -182.5t-140 -141.5t-177 -91.5t-202 -32.5t-202 32.5t-177 91.5t-140.5 141.5t-91.5 182.5q-29 -61 -29 -128q0 -59 22.5 -114t64.5 -97l-90 -90q-60 60 -92.5 137.5t-32.5 162.5q0 91 32 163t93 138l3 4q0 36 -0.5 72t-0.5 72q0 64 5 127.5t24 125.5q-34 -6 -62.5 -23.5t-49.5 -43t-32.5 -57t-11.5 -65.5v-192h-128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5h22q40 69 97 128q-65 2 -121.5 28t-98.5 69t-66.5 100.5t-24.5 122.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h169q133 64 279 64t279 -64h169q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -65 -24.5 -122.5t-66.5 -100.5t-98.5 -69t-121.5 -28q57 -59 97 -128h22z" + }, + { + Name: "CrownSolid", + Code: "F336", + Path: "M1354 881l438 527v-1280h-1536v1280l445 -526l323 526zM384 1664q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1024 1536q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "Trophy2Solid", + Code: "F337", + Path: "M640 512q0 62 29.5 109.5t76 80t103 49.5t111.5 17t111.5 -17t103 -49.5t76 -80t29.5 -109.5h-640zM1504 384q13 0 22.5 -9.5t9.5 -22.5v-224h-1152v224q0 13 9.5 22.5t22.5 9.5h1088zM1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-192q0 -98 -36 -180t-98.5 -141.5t-146.5 -93t-180 -33.5q-41 -62 -96.5 -110t-120.5 -80.5t-137 -49t-145 -16.5q-74 0 -145.5 16.5t-136.5 49t-120.5 80.5t-96.5 110q-96 0 -180 33.5t-146.5 93t-98.5 141.5t-36 180v192q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v128h1152v-128h256zM384 1664h-256v-192q0 -57 19 -109t53 -93.5t81 -70.5t103 -41v506zM1792 1664h-256v-506q56 12 103 41t81 70.5t53 93.5t19 109v192z" + }, + { + Name: "QuickNoteSolid", + Code: "F338", + Path: "M1920 1920v-1792h-1152v640h-640v1152h1792zM128 640h512v-512z" + }, + { + Name: "ConstructionConeSolid", + Code: "F339", + Path: "M1920 128v-128h-1792v128h270l96 384h802l-32 128h-738l64 256h610l-32 128h-546l224 896h356l448 -1792h270z" + }, + { + Name: "PageListSolid", + Code: "F33A", + Path: "M1792 2048v-1792h-1536v1792h1536zM640 896h-128v-128h128v128zM640 1280h-128v-128h128v128zM640 1664h-128v-128h128v128zM1536 896h-768v-128h768v128zM1536 1280h-768v-128h768v128zM1536 1664h-768v-128h768v128z" + }, + { + Name: "PageListMirroredSolid", + Code: "F33B", + Path: "M256 2048v-1792h1536v1792h-1536zM1408 896h128v-128h-128v128zM1408 1280h128v-128h-128v128zM1408 1664h128v-128h-128v128zM512 896h768v-128h-768v128zM512 1280h768v-128h-768v128zM512 1664h768v-128h-768v128z" + }, + { + Name: "StarburstSolid", + Code: "F33C", + Path: "M2048 1024l-384 -256l96 -480l-480 96l-256 -384l-256 384l-480 -96l96 480l-384 256l384 256l-96 480l480 -96l256 384l256 -384l480 96l-96 -480l384 -256v0z" + }, + { + Name: "ReadingModeSolid", + Code: "F33D", + Path: "M640 384q43 0 75.5 -9.5t60 -26t52.5 -40.5t54 -52h-882v1536h128v-1408h512zM640 1920q67 0 132 -16.5t124 -49.5v-1435q-54 45 -120 69t-136 24h-384v1408h384zM1920 1792v-1536h-882q28 28 53.5 52t53 40.5t60 26t75.5 9.5h512v1408h128zM1280 512q-70 0 -136 -24t-120 -69v1435q59 33 124 49.5t132 16.5h384v-1408h-384z" + }, + { + Name: "SadSolid", + Code: "F33E", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM640 1440q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1544 564q-50 55 -109 99t-125.5 74.5t-138.5 46.5t-147 16t-147 -16t-138.5 -46.5t-126 -74.5t-108.5 -99l144 -127q72 81 169.5 126t206.5 45t206.5 -45t169.5 -126zM1408 1120q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5z" + }, + { + Name: "HealthSolid", + Code: "F33F", + Path: "M1504 1920q113 0 212 -42.5t172.5 -116t116 -172.5t42.5 -212q0 -58 -12 -115t-36 -110h-463l-192 200l-320 -320l-448 448l-320 -328h-207q-24 53 -36 110t-12 115q0 113 42.5 212t116 172.5t172.5 116t212 42.5q109 0 208.5 -41t176.5 -118l95 -96l95 96q77 77 176.5 118t208.5 41zM1408 1024h510q-7 -8 -14 -16.5t-15 -16.5l-865 -864l-865 864q-8 8 -15 16.5t-14 16.5h254l192 184l448 -448l320 320z" + }, + { + Name: "ShieldSolid", + Code: "F340", + Path: "M960 2048q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146l-31 -18l-31 18q-116 67 -230.5 146t-217.5 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5z" + }, + { + Name: "GiftBoxSolid", + Code: "F341", + Path: "M1792 1280v-1280h-768v1280h256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h256v-1280h-768v1280h292q-35 59 -35 128q0 53 20 99.5t54.5 81.5t81 55t99.5 20q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h292z" + }, + { + Name: "ShoppingCartSolid", + Code: "F342", + Path: "M1600 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 31 11 64h-534q11 -33 11 -64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 55 29.5 102t79.5 71l-432 1299h-189v128h281l85 -256h1682l-298 -896h-1085l85 -256h850zM768 320q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1600 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "MailSolid", + Code: "F343", + Path: "M2048 1664v-85l-1024 -512l-1024 512v85h2048zM1024 853l1024 512v-981h-2048v981z" + }, + { + Name: "ChatSolid", + Code: "F344", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048z" + }, + { + Name: "RibbonSolid", + Code: "F345", + Path: "M512 826q107 -94 238 -144t274 -50t274 50t238 144v-826l-512 256l-512 -256v826zM1024 768q-88 0 -170 23t-153 64.5t-129 100t-99.5 129.5t-64.5 153t-23 170t23 170t64.5 153t99.5 129.5t129 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23zM1024 1800q-81 0 -152.5 -31t-124.5 -84t-84 -124.5t-31 -152.5t31 -152.5t84 -124.5t124.5 -84t152.5 -31t152.5 31t124.5 84t84 124.5t31 152.5t-31 152.5t-84 124.5t-124.5 84t-152.5 31zM1024 1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20z" + }, + { + Name: "FinancialSolid", + Code: "F346", + Path: "M0 150l384 384v-534h-384v150zM512 662l384 384v-1046h-384v662zM1792 1152h128v-1152h-384v918zM1344 726l64 64v-790h-384v1046zM2048 1792v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128h512z" + }, + { + Name: "FinancialMirroredSolid", + Code: "F347", + Path: "M2048 150l-384 384v-534h384v150zM1536 662l-384 384v-1046h384v662zM256 1152h-128v-1152h384v918zM704 726l-64 64v-790h384v1046zM0 1792v-512h128v293l576 -575l384 384l960 -961v182l-960 959l-384 -384l-485 486h293v128h-512z" + }, + { + Name: "HeadsetSolid", + Code: "F348", + Path: "M1024 2048q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204v-544q0 -40 -28 -68t-68 -28h-288v640h256q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h256v-640h-128v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20v48q0 33 23.5 56.5t56.5 23.5h352q33 0 56.5 -23.5t23.5 -56.5v-224q0 -33 -23.5 -56.5t-56.5 -23.5h-352q-33 0 -56.5 23.5t-23.5 56.5v48q-80 0 -150 30t-122 82t-82 122t-30 150v128h-32q-40 0 -68 28t-28 68v544q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5z" + }, + { + Name: "PermissionsSolid", + Code: "F349", + Path: "M2048 475v-475h-512v256h-256v256h-256v207q-74 -39 -155 -59t-165 -20q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -51 -8 -101t-23 -98zM512 1344q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ParkingSolid", + Code: "F34A", + Path: "M2019 973q29 -64 29 -133v-72q0 -38 -10.5 -73t-30 -65t-47.5 -54.5t-62 -39.5q-15 -35 -39.5 -63t-55 -47.5t-66 -30.5t-73.5 -11q-69 0 -128 34t-94 94h-708q-35 -60 -94 -94t-128 -34t-128 34t-94 94h-162q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256q0 79 30 149t82.5 122.5t122 82.5t149.5 30h37l328 328q27 27 62.5 41.5t73.5 14.5h907v-128h-29zM512 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1152 1536h-267q-26 0 -45 -19l-237 -237h549v256zM1280 1280h459l-99 219q-8 17 -24 27t-35 10h-301v-256zM1664 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "ParkingMirroredSolid", + Code: "F34B", + Path: "M29 973q-29 -64 -29 -133v-72q0 -38 10.5 -73t30 -65t47.5 -54.5t62 -39.5q15 -35 39.5 -63t55 -47.5t66 -30.5t73.5 -11q69 0 128 34t94 94h708q35 -60 94 -94t128 -34t128 34t94 94h162q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256q0 79 -30 149t-82.5 122.5t-122 82.5t-149.5 30h-37l-328 328q-27 27 -62.5 41.5t-73.5 14.5h-907v-128h29zM1536 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM896 1536h267q26 0 45 -19l237 -237h-549v256zM768 1280h-459l99 219q8 17 24 27t35 10h301v-256zM384 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z" + }, + { + Name: "DiamondSolid", + Code: "F34C", + Path: "M34 1152h498l423 -1081l-6 -17zM1377 1280h-706l256 640h194zM670 1152h708l-354 -905zM1093 71l423 1081h498l-915 -1098zM789 1920l-256 -640h-505l365 609q8 14 23 22.5t32 8.5h341zM2020 1280h-505l-256 640h341q17 0 32 -8.5t23 -22.5z" + }, + { + Name: "AsteriskSolid", + Code: "F34D", + Path: "M1280 1024l695 -401l-128 -222l-695 401v-802h-256v802l-695 -401l-128 222l695 401l-695 401l128 222l695 -401v802h256v-802l695 401l128 -222z" + }, + { + Name: "OfflineStorageSolid", + Code: "F34E", + Path: "M960 1280q-69 0 -137.5 6t-136.5 19q-34 7 -79.5 18.5t-93 29.5t-94 42t-82.5 54.5t-58.5 68t-22.5 82.5t22.5 82.5t58.5 68t82.5 54.5t94 42t93 29.5t79.5 18.5q68 13 136.5 19t137.5 6t137.5 -6t136.5 -19q34 -7 79.5 -18.5t93 -29.5t94 -42t82.5 -54.5t58.5 -68t22.5 -82.5t-22.5 -82.5t-58.5 -68t-82.5 -54.5t-94 -42t-93 -30t-79.5 -18q-68 -13 -136.5 -19t-137.5 -6zM960 1152q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 6 -80.5 18t-95 30t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3zM960 768q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 7 -80.5 18.5t-95 29.5t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3zM960 384q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 6 -80.5 18t-95 30t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3z" + }, + { + Name: "BankSolid", + Code: "F34F", + Path: "M1920 1408v-128h-1920v128l960 480zM256 1152v-512h-128v512h128zM512 1152v-512h-128v512h128zM768 1152v-512h-128v512h128zM1024 1152v-512h-128v512h128zM1280 1152v-512h-128v512h128zM1536 1152v-512h-128v512h128zM1792 640h-128v512h128v-512zM1792 512l128 -384h-1920l128 384h1664z" + }, + { + Name: "DecisionSolid", + Code: "F350", + Path: "M490 705q-25 0 -48.5 10t-41.5 28l-363 363q-37 37 -37 90q0 27 10 50t27.5 40t40.5 27t50 10q26 0 49.5 -9.5t41.5 -27.5l362 -362q18 -18 27.5 -41.5t9.5 -49.5t-10 -49.5t-27.5 -41t-40.5 -27.5t-50 -10zM1214 1429q-25 0 -48.5 10t-41.5 28l-362 362q-38 38 -38 91q0 27 10 50t27.5 40.5t40.5 27.5t50 10q53 0 90 -37l363 -363q18 -18 27.5 -41.5t9.5 -49.5t-10 -49.5t-27.5 -41t-40.5 -27.5t-50 -10zM694 1038l-362 362l316 316l362 -362zM1938 200q19 -19 19 -45t-19 -45t-45 -19t-45 19l-951 950l91 91zM0 128h1024v-128h-1024v128zM128 384h768v-128h-768v128z" + }, + { + Name: "Parachute", + Code: "F351", + Path: "M1920 1216q0 -29 -10.5 -53.5t-27.5 -45.5t-39 -38t-45 -30q-11 -7 -20.5 -9.5t-19.5 -12.5l-478 -478v-453q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v453l-478 478q-10 10 -19.5 12.5t-20.5 9.5q-23 13 -45 30t-39 38t-27.5 45.5t-10.5 53.5q0 127 38.5 238t106 203.5t159.5 165t198.5 122.5t223 76.5t234.5 26.5q117 0 234 -26.5t223.5 -76.5t198.5 -122.5t159.5 -165t106 -203.5t38.5 -238zM960 1920q-99 0 -199.5 -22t-193 -64t-172.5 -102.5t-139.5 -139t-93.5 -173t-34 -203.5q0 -8 5 -15t12.5 -14t15 -12t12.5 -8q46 -29 107.5 -51t131.5 -38t144.5 -26t147 -16.5t138 -9t118.5 -2.5q52 0 118 2.5t138.5 9t147 16.5t144.5 26t131.5 38t107.5 51q5 3 12.5 8t15 12t12.5 14t5 15q0 109 -34 203.5t-93.5 173t-139.5 139t-172.5 102.5t-193 64t-199.5 22zM896 897q-118 2 -236 13.5t-234 34.5l305 -305h165v257zM1152 512h-384v-384h384v384zM1494 945q-116 -23 -234 -34.5t-236 -13.5v-257h165z" + }, + { + Name: "ParachuteSolid", + Code: "F352", + Path: "M960 2048q95 0 188 -16t183 -48q123 -44 230 -119t187 -174t126 -219.5t46 -255.5q0 -50 -30 -88t-69 -65q-5 -3 -14.5 -8.5t-19.5 -10.5t-18.5 -10t-10.5 -7l-478 -478v-453q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v453l-478 478q-2 2 -10.5 7t-18.5 10t-19.5 10.5t-14.5 8.5q-39 27 -69 65t-30 88q0 135 46 255.5t126 219.5t187 174t230 119q90 32 183 48t188 16zM896 897q-119 2 -236.5 13.5t-234.5 34.5l306 -305h165v257zM1189 640l306 305q-117 -23 -234.5 -34.5t-236.5 -13.5v-257h165z" + }, + { + Name: "FiltersSolid", + Code: "F353", + Path: "M384 1024h1280v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v512h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v128zM1600 2048q40 0 75 -15t61 -41t41 -61t15 -75v-64h-34q-17 0 -33.5 -2t-30 -8.5t-22 -19t-8.5 -34.5v-576h-1280v640q0 53 20 99.5t55 81.5t81.5 55t99.5 20h960z" + }, + { + Name: "ColorSolid", + Code: "F354", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t13.5 103.5t41.5 95.5q6 11 11 17t12 16q25 39 37.5 71.5t12.5 80.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-48 0 -80.5 -12.5t-71.5 -37.5q-10 -7 -16 -12t-17 -11q-45 -28 -95.5 -41.5t-103.5 -13.5t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1408 1568q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM512 1120q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM896 1376q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM1280 352q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM1536 736q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5z" + }, + { + Name: "ReviewSolid", + Code: "F355", + Path: "M448 1280l-320 -320v320h-128v640h1664v-640h-1216zM384 1024h1664v-640h-128v-320l-320 320h-1216v640z" + }, + { + Name: "ReviewRequestSolid", + Code: "F356", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM768 1024h-128v-128h128v128zM776 1152q0 30 19 54t47.5 47.5t61.5 48t61.5 55.5t47.5 70t19 92q0 65 -29 117t-75.5 88.5t-105 56t-118.5 19.5q-59 0 -117.5 -16.5t-105.5 -49.5t-76 -82.5t-29 -115.5h144q0 33 18.5 56t46.5 37.5t60 20.5t59 6q29 0 61.5 -9t59.5 -26t45 -42.5t18 -59.5q0 -30 -19 -54t-47.5 -47.5t-61.5 -48t-61.5 -55.5t-47.5 -70t-19 -92h144z" + }, + { + Name: "ReviewRequestMirroredSolid", + Code: "F357", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM768 1024h-128v-128h128v128zM1032 1536q0 66 -29 115.5t-76 82.5t-105.5 49.5t-117.5 16.5q-60 0 -118.5 -19.5t-105 -56t-75.5 -88.5t-29 -117q0 -53 19 -92t47.5 -70t61.5 -55.5t61.5 -48t47.5 -47.5t19 -54h144q0 53 -19 92t-47.5 70t-61.5 55.5t-61.5 48t-47.5 47.5t-19 54q0 34 18 59.5t45 42.5t59.5 26t61.5 9q27 0 59 -6t60 -20.5t46.5 -37.5t18.5 -56h144z" + }, + { + Name: "ReviewResponseSolid", + Code: "F358", + Path: "M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM1146 1523l-135 135l-435 -434l-156 156l-136 -136l292 -292z" + }, + { + Name: "FeedbackRequestSolid", + Code: "F359", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1024 768h-128v-128h128v128zM1032 937q0 37 7 70t36 62q39 39 77 74.5t68.5 74.5t49 85t18.5 105q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5h144q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5q0 -41 -19 -73t-47.5 -61.5t-61.5 -59.5t-61.5 -66t-47.5 -81.5t-19 -106.5v-64h144v41z" + }, + { + Name: "FeedbackRequestMirroredSolid", + Code: "F35A", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1024 768h-128v-128h128v128zM1288 1408q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5q0 -61 19 -106.5t47.5 -81.5t61.5 -66t61.5 -59.5t47.5 -61.5t19 -73v-64h144v64q0 61 -19 106.5t-47.5 81.5t-61.5 66t-61.5 59.5t-47.5 61.5t-19 73q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5h144z" + }, + { + Name: "FeedbackResponseSolid", + Code: "F35B", + Path: "M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1627 1491l-136 136l-659 -659l-275 275l-136 -136l411 -411z" + }, + { + Name: "WorkItemBar", + Code: "F35C", + Path: "M1280 1920v-1792h-640v1792h640zM1152 1792h-384v-1536h384v1536z" + }, + { + Name: "WorkItemBarSolid", + Code: "F35D", + Path: "M1280 1920v-1792h-640v1792h640z" + }, + { + Name: "Separator", + Code: "F35E", + Path: "M1024 1920v-1792h-128v1792h128z" + }, + { + Name: "NavigateExternalInline", + Code: "F35F", + Path: "M1536 640h128v-640h-1408v1408h640v-128h-512v-1152h1152v512zM1664 1408v-640h-128v421l-595 -594l-90 90l594 595h-421v128h640z" + }, + { + Name: "PlanView", + Code: "F360", + Path: "M128 1792v-384h1920v-128h-1920v-1152h-128v1792h2048v-128h-1920zM256 1152h128v-128h-128v128zM512 1152h128v-128h-128v128zM768 1152h128v-128h-128v128zM1024 1152h128v-128h-128v128zM1280 1152h128v-128h-128v128zM1536 1152h128v-128h-128v128zM1792 1152h128v-128h-128v128zM256 640h128v-128h-128v128zM512 640h128v-128h-128v128zM768 640h128v-128h-128v128zM1024 640h128v-128h-128v128zM1280 640h128v-128h-128v128zM1536 640h128v-128h-128v128zM1792 640h128v-128h-128v128zM256 896h128v-128h-128v128zM512 896h128v-128h-128v128zM768 896h128v-128h-128v128zM1024 896h128v-128h-128v128zM1280 896h128v-128h-128v128zM1536 896h128v-128h-128v128zM1792 896h128v-128h-128v128zM256 384h128v-128h-128v128zM512 384h128v-128h-128v128zM768 384h128v-128h-128v128zM1024 384h128v-128h-128v128zM1280 384h128v-128h-128v128z" + }, + { + Name: "TimelineMatrixView", + Code: "F361", + Path: "M128 1792v-384h1920v-128h-384v-384h384v-128h-384v-384h384v-128h-384v-128h-128v128h-640v-128h-128v128h-640v-128h-128v1792h2048v-128h-1920zM768 384v384h-640v-384h640zM1536 768h-640v-384h640v384zM1536 1280h-640v-384h640v384zM128 1280v-384h640v384h-640z" + }, + { + Name: "EngineeringGroup", + Code: "F362", + Path: "M453 1536q110 123 258 189.5t313 66.5q32 0 64 -3t64 -8v-130q-32 6 -64 9.5t-64 3.5q-104 0 -200.5 -33t-179.5 -95h-191zM1651 896q6 32 9.5 64t3.5 64t-3.5 64t-9.5 64h130q5 -32 8 -64t3 -64t-3 -64t-8 -64h-130zM515 640q45 -60 102 -107.5t122.5 -80.5t137.5 -50.5t147 -17.5q32 0 64 3.5t64 9.5v-130q-32 -5 -64 -8t-64 -3q-103 0 -200 26.5t-183 76.5t-158 121t-123 160h155zM2048 1920v-640h-768v640h768zM1920 1792h-512v-384h512v384zM1280 768h768v-640h-768v640zM1408 256h512v384h-512v-384zM768 768h-768v640h768v-640zM640 1280h-512v-384h512v384z" + }, + { + Name: "ProjectCollection", + Code: "F363", + Path: "M1920 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1792v512h-256v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t57.5 -23.5t45.5 -31t41 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h128zM128 1920v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480zM256 768v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h480v384h-736q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h128zM1000 1344q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5zM1920 1280h-736q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h1536v1024z" + }, + { + Name: "CaretBottomRightCenter8", + Code: "F364", + Path: "M1792 1717v-1461h-1461zM1536 1099l-587 -587h587v587z" + }, + { + Name: "CaretBottomLeftCenter8", + Code: "F365", + Path: "M1717 256h-1461v1461zM512 512h587l-587 587v-587z" + }, + { + Name: "CaretTopRightCenter8", + Code: "F366", + Path: "M1792 1792v-1461l-1461 1461h1461zM1536 1536h-587l587 -587v587z" + }, + { + Name: "CaretTopLeftCenter8", + Code: "F367", + Path: "M1717 1792l-1461 -1461v1461h1461zM512 949l587 587h-587v-587z" + }, + { + Name: "DonutChart", + Code: "F368", + Path: "M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1152 1518q84 -22 154.5 -69t121.5 -112.5t79.5 -145.5t28.5 -167h256q0 140 -48 267t-133.5 228t-203 169.5t-255.5 92.5v-263zM1408 1024q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1024 256q140 0 267 48t228 133.5t169.5 203t92.5 255.5h-263q-22 -84 -69 -154.5t-112.5 -121.5t-145.5 -79.5t-167 -28.5q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5v256q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z" + }, + { + Name: "ChevronUnfold10", + Code: "F369", + Path: "M559 1233l-145 145l610 610l610 -610l-145 -145l-465 465zM1489 815l145 -145l-610 -610l-610 610l145 145l465 -465z" + }, + { + Name: "ChevronFold10", + Code: "F36A", + Path: "M1024 862l610 -610l-145 -145l-465 465l-465 -465l-145 145zM1024 1186l-610 610l145 145l465 -465l465 465l145 -145z" + }, + { + Name: "DoubleChevronDown8", + Code: "F36B", + Path: "M1024 1099l-762 762l181 181l581 -581l581 581l181 -181zM1605 1018l181 -181l-762 -762l-762 762l181 181l581 -581z" + }, + { + Name: "DoubleChevronUp8", + Code: "F36C", + Path: "M1024 949l762 -762l-181 -181l-581 581l-581 -581l-181 181zM443 1030l-181 181l762 762l762 -762l-181 -181l-581 581z" + }, + { + Name: "DoubleChevronLeft8", + Code: "F36D", + Path: "M1461 1024l581 -581l-181 -181l-762 762l762 762l181 -181zM1018 1605l-581 -581l581 -581l-181 -181l-762 762l762 762z" + }, + { + Name: "DoubleChevronRight8", + Code: "F36E", + Path: "M187 1786l762 -762l-762 -762l-181 181l581 581l-581 581zM1973 1024l-762 -762l-181 181l581 581l-581 581l181 181z" + }, + { + Name: "ChevronDownEnd6", + Code: "F36F", + Path: "M1024 783l-1017 1016l242 242l775 -776l775 776l242 -242zM2048 341v-341h-2048v341h2048z" + }, + { + Name: "ChevronUpEnd6", + Code: "F370", + Path: "M1024 1265l1017 -1016l-242 -242l-775 776l-775 -776l-242 242zM2048 2048v-341h-2048v341h2048z" + }, + { + Name: "ChevronLeftEnd6", + Code: "F371", + Path: "M1265 1024l776 -775l-242 -242l-1016 1017l1016 1017l242 -242zM0 2048h341v-2048h-341v2048z" + }, + { + Name: "ChevronRightEnd6", + Code: "F372", + Path: "M249 2041l1016 -1017l-1016 -1017l-242 242l776 775l-776 775zM2048 2048v-2048h-341v2048h341z" + }, + { + Name: "ContextMenu", + Code: "F37C", + Path: "M1792 1920v-1664h-1536v1664h1536zM1664 1792h-1280v-1408h1280v1408zM1408 1024h-768v128h768v-128zM1408 640h-768v128h768v-128zM1408 1408h-768v128h768v-128z" + }, + { + Name: "AzureAPIManagement", + Code: "F37F", + Path: "M1661 1408q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-63 0 -121.5 -17t-109 -48.5t-92.5 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h105q11 36 32 65.5t49.5 50.5t62.5 32.5t71 11.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5q-37 0 -71 11.5t-62.5 32.5t-49.5 50.5t-32 65.5h-105q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q39 61 92.5 110t116 83.5t132 53t142.5 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5zM832 1216q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-103 0 -196 38.5t-166 111.5l91 91q54 -55 124 -84t147 -29q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5q-77 0 -147 -29t-124 -84l-91 91q73 73 166 111.5t196 38.5z" + }, + { + Name: "AzureServiceEndpoint", + Code: "F380", + Path: "M1920 1024v-128h-1129q-11 -36 -32 -65.5t-49.5 -50.5t-62.5 -32.5t-71 -11.5q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q37 0 71 -11.5t62.5 -32.5t49.5 -50.5t32 -65.5h1129zM576 576q77 0 147 29t124 84l91 -91q-73 -73 -166 -111.5t-196 -38.5q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q103 0 196 -38.5t166 -111.5l-91 -91q-54 55 -124 84t-147 29q-79 0 -149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5z" + }, + { + Name: "VSTSLogo", + Code: "F381", + Path: "M2048 1675v-1254l-518 -421l-799 293v-293l-438 585l1316 -101v1125zM293 1337v-752l-293 125v589l200 261l678 195v293l731 -439z" + }, + { + Name: "VSTSAltLogo1", + Code: "F382", + Path: "M992 864v624l288 52v-710l-282 -232l-434 145v-146l-308 363zM2048 1835v-1622l-512 -213l-1536 517l1536 -228v1759zM256 960l-128 37v326l117 152l396 155v120l351 -262l-736 -144v-384z" + }, + { + Name: "VSTSAltLogo2", + Code: "F383", + Path: "M1024 853v640l256 47v-710l-282 -232l-443 145v-146l-299 378zM2048 1835v-1622l-512 -213l-1536 517l1536 -228v1759zM1909 1858l-275 -246l364 209zM1568 1546v-93l372 307zM1776 1913l-190 -199l280 162zM1568 2000v-165l167 95zM1568 1730l162 170l-162 -93v-77zM1568 1584l287 258l-287 -166v-92zM1568 1313l379 315l-379 -218v-97zM1568 458v-93l372 306zM1568 1177l399 325l-399 -229v-96zM1568 1137v-100l401 330zM1568 1001v-97l358 303zM1568 865v-92l404 324zM1568 729v-89l382 308zM1568 594v-91l413 327zM1568 322v-52l384 271zM1293 293l-143 -90l263 72zM1125 318l-116 -74l219 58zM968 341l-97 -57l195 42zM788 368l-57 -38l157 23zM607 374l84 8l-54 8zM597 396l-246 37l195 -66zM677 323l60 40l-137 -14zM812 278l91 53l-174 -26zM946 232l103 66l-181 -39zM1080 187l141 89l-225 -60zM1214 142l171 100l-259 -70zM1332 103l215 152l-74 11l-229 -134zM1487 50l411 325l-513 -290zM2016 234v72l-481 -272zM2016 438l-457 -362l457 258v104zM2016 557l-620 -438l620 351v87zM2016 702l-385 -317l385 221v96zM2016 827l-388 -307l388 222v85zM2016 971l-398 -321l398 228v93zM2016 1101l-384 -307l384 220v87zM2016 1251l-373 -315l373 214v101zM2016 1375l-355 -293l355 204v89zM2016 1511l-370 -301l370 212v89zM2016 1654l-374 -311l374 215v96zM2016 1792l-386 -319l386 223v96zM256 975l-128 22v326l123 166l390 113v148l383 -257l-768 -148v-370z" + }, + { + Name: "FileTypeSolution", + Code: "F387", + Path: "M128 384h512v-128h-640v1664h2048v-576h-128v64h-1792v-1024zM128 1792v-256h1792v256h-1792zM2048 1158v-1021l-320 -137l-503 503l-335 -259l-122 76v639l122 77l335 -259l503 503zM1088 640l-183 183v-366zM1728 914l-320 -274l320 -274v548z" + }, + { + Name: "DateTime12", + Code: "F38F", + Path: "M1707 1137q78 -37 141.5 -93.5t107.5 -127t68 -151.5t24 -168q0 -123 -47 -232t-128 -190t-190 -128t-232 -47q-87 0 -168 24t-151.5 68t-127 107.5t-93.5 141.5h-911v1536h341v171h171v-171h683v171h170v-171h342v-740zM171 1536h1365v171h-1365v-171zM859 512q-6 42 -6 85q0 124 47 233t128 190t190 128t233 47q43 0 85 -6v176h-1365v-853h688zM1451 171q88 0 165.5 33.5t135.5 91.5t91.5 135.5t33.5 165.5t-33.5 166t-91 136t-135.5 91.5t-166 33.5q-89 0 -166.5 -33.5t-135.5 -91.5t-91.5 -136t-33.5 -166q0 -89 33.5 -166.5t91.5 -135t136 -91t166 -33.5zM1536 683h171v-171h-342v341h171v-170z" + }, + { + Name: "WordLogoInverse16", + Code: "F390", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1408zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-1408v-256h1408zM747 608h212l184 832h-204l-87 -475l-109 475h-202l-104 -478l-94 478h-206l185 -832h215l102 478z" + }, + { + Name: "WordLogo16", + Code: "F391", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1408zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-1408v-256h1408zM747 608h212l184 832h-204l-87 -475l-109 475h-202l-104 -478l-94 478h-206l185 -832h215l102 478z" + }, + { + Name: "PowerPointLogoInverse16", + Code: "F393", + Path: "M658 1061h-90v196h94q51 0 79.5 -20t28.5 -75q0 -57 -29.5 -79t-82.5 -22zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-117 0 -229 26t-214.5 75t-192.5 120.5t-163 162.5h-97q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h97q73 91 163 162.5t192.5 120.5t214.5 75t229 26zM1152 1911v-247q26 0 49.5 -10.5t41 -27.5t27.5 -40t10 -50v-384h631q-21 147 -87.5 276t-166.5 229t-229 166.5t-276 87.5zM1024 1920q-177 0 -338.5 -66t-287.5 -190h626v256zM361 1440v-832h207v272h106q65 0 121.5 19.5t98.5 56.5t66 90.5t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 182t90.5 214t32 238h-640v-513q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q126 -124 287.5 -190t338.5 -66z" + }, + { + Name: "PowerPointLogo16", + Code: "F394", + Path: "M658 1061h-90v196h94q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-117 0 -229 26t-214.5 75t-192.5 120.5t-163 162.5h-97q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h97q73 91 163 162.5t192.5 120.5t214.5 75t229 26zM1152 1911v-247q26 0 49.5 -10.5t41 -27.5t27.5 -40.5t10 -49.5v-384h631q-21 147 -87.5 276t-166.5 229t-229 166.5t-276 87.5zM1024 1920q-177 0 -338.5 -66t-287.5 -190h626v256zM361 1440v-832h207v272h106q66 0 122.5 19.5t98 56.5t65.5 90.5t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 182t90.5 214t32 238h-640v-513q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q126 -124 287.5 -190t338.5 -66z" + }, + { + Name: "ExcelLogoInverse16", + Code: "F396", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM496 608l146 267l143 -267h255l-259 419l253 413h-244l-140 -255l-129 255h-259l246 -414l-270 -418h258zM1152 128v256h-640v-256h640zM1152 1664v256h-640v-256h640zM1920 128v384h-640v-384h640zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-640v-256h640z" + }, + { + Name: "ExcelLogo16", + Code: "F397", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM496 608l146 267l143 -267h255l-259 419l253 413h-244l-140 -255l-129 255h-259l246 -414l-270 -418h258zM1152 128v256h-640v-256h640zM1152 1664v256h-640v-256h640zM1920 128v384h-640v-384h640zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-640v-256h640z" + }, + { + Name: "OneNoteLogoInverse16", + Code: "F399", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM452 1108l392 -500h205v832h-207v-488l-382 488h-216v-832h208v500zM1920 128v384h-384v-384h384zM1920 640v384h-384v-384h384zM1920 1152v384h-384v-384h384zM1920 1664v256h-1408v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h896v1536h512z" + }, + { + Name: "OneNoteLogo16", + Code: "F39A", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM452 1108l392 -500h205v832h-207v-488l-382 488h-216v-832h208v500zM1920 128v384h-384v-384h384zM1920 640v384h-384v-384h384zM1920 1152v384h-384v-384h384zM1920 1664v256h-1408v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h896v1536h512z" + }, + { + Name: "OutlookLogoInverse16", + Code: "F39C", + Path: "M2048 1043v-929q0 -24 -9 -44.5t-24.5 -36t-36 -24.5t-44.5 -9h-1564q-24 0 -44.5 9t-36 24.5t-24.5 36t-9 44.5v270h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128v-648l102 -58q11 -7 18.5 -18t7.5 -25zM1152 1792v-128q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h512v513zM1792 1152h-512v-423l512 295v128zM512 1792v-128h512v128h-512zM638 608q95 0 172 31t131 86.5t83.5 133.5t29.5 173q0 91 -28.5 166t-81.5 129t-127.5 84t-165.5 30q-97 0 -175 -30t-133 -85.5t-85 -134t-30 -175.5q0 -92 30 -167t84 -128.5t129.5 -83t166.5 -29.5zM384 128h1429l-558 312q-18 -25 -44.5 -40.5t-58.5 -15.5h-768v-256zM1920 215v731l-1 1v-2l-639 -364v-9zM454 1024q0 45 11.5 86t35 72.5t59.5 50t85 18.5q51 0 86 -19t57 -51t31.5 -73.5t9.5 -86.5q0 -46 -10.5 -86.5t-33.5 -70.5t-59 -47.5t-86 -17.5q-49 0 -84 18.5t-57.5 50t-33.5 72t-11 84.5z" + }, + { + Name: "OutlookLogo16", + Code: "F39D", + Path: "M2048 1043v-929q0 -24 -9 -44.5t-24.5 -36t-36 -24.5t-44.5 -9h-1564q-24 0 -44.5 9t-36 24.5t-24.5 36t-9 44.5v270h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-776l102 -58q11 -7 18.5 -18t7.5 -25zM1152 1792v-128q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h512v513zM1792 1152h-512v-423l512 295v128zM512 1792v-128h512v128h-512zM638 608q95 0 172 31t131 87t83.5 134t29.5 172q0 91 -28.5 166t-81.5 129t-127.5 84t-165.5 30q-97 0 -175 -30.5t-133 -86t-85 -134t-30 -174.5q0 -92 30 -167t84 -128.5t129.5 -83t166.5 -29.5zM384 128h1429l-558 312q-18 -25 -45 -40.5t-58 -15.5h-768v-256zM1920 215v731l-1 1v-2l-639 -364v-9zM454 1024q0 45 11.5 86t35 72.5t59.5 50t85 18.5q51 0 86 -19t57 -51t31.5 -73.5t9.5 -86.5q0 -46 -10.5 -86.5t-33.5 -70.5t-59 -47.5t-86 -17.5q-49 0 -84 18.5t-57.5 50t-33.5 72t-11 84.5z" + }, + { + Name: "PublisherLogoInverse16", + Code: "F39F", + Path: "M2048 1664v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM361 608h206v271h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832zM1664 128v384h-384q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1152zM1664 640v384h-384v-384h384zM1664 1152v768h-1152v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-384h384zM1920 384v1280h-128v-1280h128zM658 1061h-91v196h95q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22z" + }, + { + Name: "PublisherLogo16", + Code: "F3A0", + Path: "M2048 1664v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM361 608h206v271h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832zM1664 128v384h-384q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1152zM1664 640v384h-384v-384h384zM1664 1152v768h-1152v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-384h384zM1920 384v1280h-128v-1280h128zM658 1061h-91v196h95q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22z" + }, + { + Name: "VisioLogoInverse16", + Code: "F3A2", + Path: "M2048 1408v-768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-87 0 -167 28.5t-145.5 79.5t-112.5 121.5t-69 154.5h-530q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h587l347 347q37 37 90 37t90 -37l385 -385q37 -37 37 -90h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1152 1920l-256 -256h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256l256 256zM745 608l315 832h-227l-192 -559l-189 559h-232l311 -832h214zM1152 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 61 -18.5 117.5t-52 103.5t-81 83t-104.5 56v-360q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-360q20 -57 56 -104.5t83 -81t103.5 -52t117.5 -18.5zM1920 640v768h-331l-309 -309v-93q67 -18 126 -52t106.5 -81.5t81.5 -106.5t52 -126h274z" + }, + { + Name: "VisioLogo16", + Code: "F3A3", + Path: "M2048 1408v-768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-87 0 -167 28.5t-145.5 79.5t-112.5 121.5t-69 154.5h-530q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h587l347 347q37 37 90 37t90 -37l385 -385q37 -37 37 -90h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1152 1920l-256 -256h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256l256 256zM745 608l315 832h-227l-192 -559l-189 559h-232l311 -832h214zM1152 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 61 -18.5 117.5t-52 103.5t-81 83t-104.5 56v-360q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-360q20 -57 56 -104.5t83 -81t103.5 -52t117.5 -18.5zM1920 640v768h-331l-309 -309v-93q67 -18 126 -52t106.5 -81.5t81.5 -106.5t52 -126h274z" + }, + { + Name: "TestBeaker", + Code: "F3A5", + Path: "M1859 290q14 -23 21 -47t7 -51q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1341q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q10 14 10 34v604h-128v128h768v-128h-128v-604q0 -19 10 -35zM896 1316q0 -53 -27 -99l-331 -577h972l-331 577q-27 46 -27 99v604h-256v-604zM1695 128q26 0 44.5 19t18.5 45q0 10 -2.5 17.5t-7.5 15.5l-164 287h-1120l-165 -287q-9 -15 -9 -33q0 -26 18.5 -45t45.5 -19h1341z" + }, + { + Name: "TestBeakerSolid", + Code: "F3A6", + Path: "M1859 290q14 -23 21 -47t7 -51q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1341q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q10 14 10 34v604h-128v128h768v-128h-128v-604q0 -19 10 -35zM896 1316q0 -53 -27 -99l-331 -577h972l-331 577q-27 46 -27 99v604h-256v-604z" + }, + { + Name: "TestExploreSolid", + Code: "F3A7", + Path: "M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1536 100q81 12 151 47.5t124 89.5t89.5 124t47.5 151h-156v128h156q-12 81 -47.5 151t-89.5 124t-124 89.5t-151 47.5v-156h-128v156q-81 -12 -151 -47.5t-124 -89.5t-89.5 -124t-47.5 -151h156v-128h-156q12 -81 47.5 -151t89.5 -124t124 -89.5t151 -47.5v156h128v-156zM1344 576q0 38 20.5 70t54.5 47l309 139l-139 -309q-15 -34 -47 -54.5t-70 -20.5q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50zM768 560q0 -82 18 -160.5t52 -150t84 -135t113 -114.5h-681q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-604q0 -17 8 -31.5t17 -28.5q-32 -9 -62.5 -20t-59.5 -25q-15 20 -23 50t-8 55v604h-256v-604q0 -52 -28 -100l-330 -576h235q-2 -20 -3.5 -40t-1.5 -40z" + }, + { + Name: "TestAutoSolid", + Code: "F3A8", + Path: "M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1024 448q0 -65 14.5 -128t42 -120t67 -108t90.5 -92h-884q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-604q0 -19 9 -34l160 -278q-63 -18 -120 -48l-150 261q-13 23 -20 48t-7 51v604h-256v-604q0 -52 -28 -100l-330 -576h519q-33 -93 -33 -192z" + }, + { + Name: "TestUserSolid", + Code: "F3A9", + Path: "M1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1308 368q-75 -72 -115.5 -168t-40.5 -200h-798q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 16 10 35v604h-128v128h768v-128h-128v-604q0 -19 9 -34l237 -412q-30 -12 -57.5 -28t-52.5 -37l-237 412q-13 23 -20 48t-7 51v604h-256v-604q0 -52 -28 -100l-330 -576h764q-22 -64 -22 -128q0 -76 28 -144z" + }, + { + Name: "TestImpactSolid", + Code: "F3AA", + Path: "M798 198q0 -39 16 -75t43 -63.5t63 -43.5t75 -16h-641q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-385h-11q-33 0 -60.5 -6.5t-56.5 -26.5v418h-256v-604q0 -52 -28 -100l-330 -576h486l-199 -348q-13 -23 -20 -45.5t-7 -48.5zM1859 289q14 -23 21 -46.5t7 -50.5q0 -40 -15 -75t-41.5 -61t-61.5 -41t-74 -15h-700q49 0 94.5 25t70.5 68l290 501q6 -34 25 -62t46 -48.5t59.5 -31.5t65.5 -11q58 0 108 32zM1853 1068q28 0 47.5 -21.5t19.5 -48.5q0 -14 -8 -28l-212 -370q-18 -31 -54 -31q-29 0 -51 19.5t-22 48.5q0 18 7.5 30t17.5 26l-179 103l-370 -639q-8 -14 -23.5 -21.5t-31.5 -7.5q-14 0 -26 6t-21.5 16t-15 23t-5.5 26q0 14 8 27l366 638l-175 102q-8 -12 -14 -22t-12.5 -17.5t-16.5 -12t-25 -4.5q-29 0 -52 18.5t-23 48.5q0 7 1.5 16t5.5 15l217 370q8 14 23 22t32 8q28 0 50 -21t22 -49q0 -17 -8 -28.5t-17 -24.5l473 -272q15 22 28.5 38.5t43.5 16.5z" + }, + { + Name: "TestPlan", + Code: "F3AB", + Path: "M1152 1408h-640v128h640v-128zM256 384h681l-64 -128h-745v1664h1408v-640h-128v512h-1152v-1408zM512 768h617l-64 -128h-553v128zM1024 1152v-128h-512v128h512zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestStep", + Code: "F3AC", + Path: "M1001 512l-64 -128h-809v640h512v384h512v384h768v-512h-128v384h-512v-384h-512v-384h-512v-384h745zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestParameter", + Code: "F3AD", + Path: "M125 1332q0 -106 33.5 -191t94 -144.5t146.5 -91.5t191 -32q74 0 147 12.5t140 44.5v-108q-72 -30 -150 -40.5t-155 -10.5q-126 0 -231 39t-181 111t-118 175t-42 231q0 129 44 238t122.5 187.5t187 123t237.5 44.5q115 0 217 -34.5t178.5 -99.5t121 -160t44.5 -216q0 -33 -4 -65.5t-12 -64.5h-112v-186q-74 -63 -169 -63q-76 0 -119 35.5t-46 114.5q-24 -72 -72 -111t-125 -39q-55 0 -94.5 22t-65 58.5t-37.5 83t-12 95.5q0 65 17 130t52 117.5t89 85.5t128 33q21 0 43 -6t41 -18t33.5 -29t21.5 -39l11 81h116l-23 -259q-2 -29 -6 -58.5t-4 -58.5q0 -18 2 -42t9 -45.5t21.5 -36.5t39.5 -15q46 0 75.5 30.5t46.5 74t23.5 91t6.5 82.5q0 99 -33 176t-92 129t-139.5 79t-176.5 27q-104 0 -189 -38.5t-145.5 -104.5t-93.5 -154.5t-33 -189.5zM528 1130q34 0 59.5 14.5t44 38t30.5 53.5t19 62t10 63.5t3 57.5q0 29 -5.5 54t-18.5 43.5t-34.5 29t-53.5 10.5q-49 0 -81.5 -26.5t-52.5 -66t-28.5 -85.5t-8.5 -85q0 -28 6 -57t19.5 -52.5t36 -38.5t55.5 -15zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestSuite", + Code: "F3AE", + Path: "M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1363l-128 256v1107h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h809l-64 -128h-873v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z" + }, + { + Name: "TestCase", + Code: "F3AF", + Path: "M1001 512h-1001v1536h1536v-768h-128v640h-1280v-1280h937zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498zM576 1050l627 627l90 -90l-717 -717l-333 333l90 90z" + }, + { + Name: "Sprint", + Code: "F3B0", + Path: "M2042 320l-301 -301l-90 90l147 147h-383q83 56 152 128h231l-147 147l90 90zM1664 1024q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-896v128h896q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23q-7 0 -14 -0.5t-15 -1.5h-6l144 -145l-90 -90l-301 301l301 301l90 -90l-148 -148q10 1 19.5 1h19.5q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204zM325 512q-95 106 -146 237.5t-51 274.5q0 94 22.5 184.5t65.5 172t104.5 151t139.5 123.5l93 -93q-69 -44 -124 -103t-93.5 -128.5t-59 -147t-20.5 -159.5q0 -76 18 -148.5t51.5 -138t81.5 -123t109 -102.5h-191z" + }, + { + Name: "SignOut", + Code: "F3B1", + Path: "M256 256h896v-128h-1024v1920h1024v-128h-896v-1664zM1935 1088l-487 -488l-80 80l345 344h-1073v128h1073l-345 344l80 80z" + }, + { + Name: "TriggerApproval", + Code: "F3B2", + Path: "M1883 1280l-1280 -1280h-290l384 768h-449l640 1280h719l-384 -768h660zM1573 1152h-557l384 768h-433l-512 -1024h449l-384 -768h29zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "Rocket", + Code: "F3B3", + Path: "M2048 2048v-64q0 -182 -32.5 -340t-98.5 -299t-166 -268.5t-234 -248.5l-191 -572h-302v227q-138 -81 -279 -156l-418 418q75 141 156 279h-227v302l572 190q121 135 248.5 235t268.5 166t299 98.5t340 32.5h64zM558 1152q29 46 58.5 91t61.5 89l-294 -98v-82h174zM769 486q51 29 102 57.5t102 57.5l-372 372q-29 -51 -57.5 -102t-57.5 -103zM1332 678q-44 -32 -89 -61.5t-91 -58.5v-174h82zM1515 1005q99 99 172.5 201.5t123.5 214t76.5 235t31.5 263.5q-140 -5 -263.5 -31.5t-235 -76.5t-214.5 -123.5t-203 -171.5q-99 -97 -181 -204.5t-154 -225.5l418 -418q118 72 225 154.5t204 182.5zM1280 1024q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1280 1408q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM256 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-256v256q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM256 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128z" + }, + { + Name: "AzureKeyVault", + Code: "F3B4", + Path: "M896 1227q-70 17 -129 55.5t-101.5 92t-66 119.5t-23.5 138q0 86 33 161.5t89.5 132t132 89.5t161.5 33t161.5 -33t132 -89.5t89.5 -132t33 -161.5q0 -72 -23.5 -138t-66 -119.5t-101.5 -92t-129 -55.5v-843h-192v256h-256v192h256v395zM992 1856q-46 0 -87 -17.5t-71.5 -48t-48 -71.5t-17.5 -87t17.5 -87t48 -71.5t71.5 -48t87 -17.5t87 17.5t71.5 48t48 71.5t17.5 87t-17.5 87t-48 71.5t-71.5 48t-87 17.5zM1528 1541q77 -62 138 -138.5t103 -163t64.5 -181.5t22.5 -194q0 -119 -31 -229.5t-87.5 -206.5t-135 -174.5t-174.5 -135t-206.5 -87.5t-229.5 -31t-229.5 31t-206.5 87t-175 135t-135 175t-87 206.5t-31 229.5q0 99 22.5 194t64.5 181.5t103 163t138 138.5q18 -104 72 -192q-100 -96 -154 -221.5t-54 -263.5q0 -93 24 -178.5t68 -160.5t105 -136t136 -105t160.5 -68t178.5 -24t178.5 24t160.5 68t136 105t105 136t68 160.5t24 178.5q0 138 -54 263.5t-154 221.5q54 88 72 192z" + }, + { + Name: "Onboarding", + Code: "F3BA", + Path: "M2048 1536v-1536h-2048v1536h517q-2 16 -3.5 32t-1.5 32q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -16 -1.5 -32t-3.5 -32h645zM960 1920q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5zM1920 1408h-555q-25 -52 -62 -97t-85 -77q103 -40 186 -106.5t140.5 -152t88.5 -187.5t31 -212v-64h-128v64q0 123 -44 228.5t-121 182.5t-182.5 121t-228.5 44q-111 0 -210.5 -38.5t-176 -106.5t-125.5 -162t-61 -205h648l-230 230l91 90l384 -384l-384 -384l-91 90l230 230h-779v64q0 110 31.5 211.5t89.5 187t141 152t185 106.5q-98 69 -148 175h-427v-1280h1792v1280z" + }, + { + Name: "Transition", + Code: "F3BC", + Path: "M768 576q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64zM256 1216q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1808 973q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5zM1408 1216q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1152 1920q-81 0 -159.5 -17t-151 -49t-138 -78.5t-119.5 -106.5l-95 86q64 70 140 124.5t160.5 92t176 57t186.5 19.5q137 0 268.5 -40.5t243.5 -120.5v161h128v-384h-384v128h169q-95 63 -203.5 95.5t-221.5 32.5zM896 128q81 0 159 17t151 49t138.5 78.5t119.5 106.5l95 -86q-64 -70 -140 -124.5t-161 -92t-176.5 -57t-185.5 -19.5q-137 0 -268.5 40.5t-243.5 120.5v-161h-128v384h384v-128h-169q95 -63 203.5 -95.5t221.5 -32.5z" + }, + { + Name: "LikeSolid", + Code: "F3BF", + Path: "M1856 1408q39 0 74 -15t61.5 -41t41.5 -61t15 -75q0 -32 -10 -61l-256 -768q-10 -29 -28 -53.5t-42 -41.5t-52.5 -26.5t-59.5 -9.5h-512q-179 0 -345 69q-72 29 -144.5 44t-150.5 15h-448v896h417q65 0 122.5 24t103.5 70l622 621q25 25 50 39t61 14q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62q0 -81 -18 -154.5t-53 -145.5q-20 -43 -34 -87.5t-19 -92.5h444z" + }, + { + Name: "DislikeSolid", + Code: "F3C0", + Path: "M960 1792q178 0 345 -69q72 -29 144.5 -44t150.5 -15h448v-896h-417q-65 0 -122.5 -24t-103.5 -70l-622 -621q-25 -25 -50 -39t-61 -14q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62q0 81 18 154.5t53 145.5q20 43 34 87.5t19 92.5h-444q-39 0 -74 15t-61.5 41t-41.5 61t-15 75q0 32 10 61l256 768q20 59 70 95t112 36h512v0z" + }, + { + Name: "D365CustomerInsights", + Code: "F3C8", + Path: "M1852 1281q89 -108 140.5 -239t51.5 -272q0 -105 -27.5 -203t-77.5 -183t-120 -155t-155 -120t-183 -77.5t-203 -27.5q-65 0 -129.5 9t-126.5 29q-62 -20 -126 -29t-129 -9q-105 0 -203 27.5t-183 77.5t-155.5 120t-120.5 155t-77.5 183t-27.5 203q0 94 23 184t65.5 170.5t104 149.5t139.5 123q19 141 86.5 260t168.5 206t229.5 136t269.5 49q107 0 205.5 -27t183.5 -76.5t154.5 -119.5t119 -155t76.5 -183.5t27 -205.5zM447 1281q0 -84 24 -165.5t66 -153.5q39 139 113.5 245t192.5 190q42 29 86.5 57t92.5 45q59 21 126.5 29.5t129.5 8.5q121 0 228 -35.5t206 -104.5q-20 112 -77.5 207.5t-142 165.5t-189 110t-217.5 40q-105 0 -202 -32.5t-177 -91.5t-140.5 -141t-93.5 -182q-16 -48 -21 -95t-5 -97zM1405 770q0 95 -27 184.5t-77.5 166t-121 137.5t-157.5 100q-83 -34 -150 -89t-116 -125t-78.5 -152t-38.5 -170q44 -44 96 -77.5t109.5 -56t118.5 -34t123 -11.5q86 0 165 25.5t154 63.5v38zM843 145q18 0 42 1.5t48.5 5t48 8t40.5 10.5q18 7 36.5 17.5t35.5 21.5q96 59 168 147t105 197q-69 -20 -139 -35.5t-142 -15.5q-120 0 -229 36t-206 105q-39 28 -74.5 58.5t-65.5 68.5q-80 101 -131 215.5t-61 244.5q-45 -45 -80.5 -98.5t-60 -112.5t-37.5 -122t-13 -127q0 -134 49.5 -250.5t136 -202.5t203 -135.5t250.5 -49.5q21 0 38.5 2t37.5 11zM1278 132q134 0 250.5 49.5t202.5 135.5t135.5 202.5t49.5 250.5q0 86 -24 165.5t-65 154.5q-42 76 -100 135.5t-129 100.5t-152 62t-168 21q-21 0 -39 -1.5t-38 -10.5q164 -109 248 -270t84 -357q0 -28 -5 -57t-8 -57q-8 -75 -35.5 -148.5t-70 -140t-97.5 -123.5t-116 -99q20 -10 38 -11.5t39 -1.5z" + }, + { + Name: "EditCreate", + Code: "F3C9", + Path: "M226 1347q-48 48 -73 109.5t-25 127.5q0 71 26 131.5t71.5 105t106.5 70t131 25.5q66 0 128.5 -23.5t109.5 -70.5l353 -353l-91 -91l-195 195l-293 -293l195 -195l-91 -91zM464 1790q-43 0 -81 -15.5t-66 -43.5t-44.5 -65.5t-16.5 -81.5q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47l293 293q-26 25 -47.5 48t-45.5 40.5t-52.5 27.5t-67.5 10zM2048 0l-633 158l-293 293l91 91l217 -218q16 52 44.5 98.5t66.5 84.5t84 66t99 45l-218 217l91 91l293 -293zM1872 176l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87zM1728 1856q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -51 -19.5 -98t-55.5 -83l-1146 -1146q-9 -59 -37 -108.5t-70 -86.5t-95.5 -57.5t-112.5 -20.5h-448v128q11 0 23.5 3.5t21.5 8.5q25 13 41 33t25.5 44t13 50.5t3.5 52.5q0 59 20.5 112.5t57.5 95.5t86.5 70t108.5 37l1146 1146q36 36 83 55.5t98 19.5zM448 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -104 -64 -192h256zM966 657q-32 63 -75 106t-106 75l-221 -221q62 -24 109.5 -71.5t71.5 -109.5zM1818 1510q37 37 37 90q0 26 -10 49t-27.5 40.5t-40.5 27.5t-49 10q-53 0 -90 -37l-759 -758q61 -36 103 -78t78 -103z" + }, + { + Name: "PlayReverseResume", + Code: "F3E4", + Path: "M1664 1792v-1536h-128v1536h128zM192 1024l1088 768v-1536zM1152 1545l-738 -521l738 -521v1042z" + }, + { + Name: "PlayReverse", + Code: "F3E5", + Path: "M1536 1920v-1792l-1280 896zM1408 1674l-929 -650l929 -650v1300z" + }, + { + Name: "SearchData", + Code: "F3F1", + Path: "M1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM384 448q0 -15 8.5 -27.5t18.5 -22.5q29 -29 73.5 -51t94.5 -37.5t100 -26t89 -15.5v-128h-8q-6 0 -8 1q-39 5 -90.5 15.5t-106.5 27t-108 40t-95 56t-68 74t-26 94.5v1152q0 48 22 86.5t58.5 69.5t83 54.5t95.5 41t95.5 28.5t83.5 18q66 11 132 16.5t132 5.5q67 0 133 -5.5t132 -17.5q36 -6 83 -17.5t95.5 -28.5t95.5 -40.5t83.5 -54.5t59 -69.5t22.5 -86.5v-320h-128v131q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5t-144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6z" + }, + { + Name: "UnSetColor", + Code: "F3F9", + Path: "M2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM1792 512h-1536v1024h1536v-1024zM1664 1408h-1124l1124 -715v715zM384 640h1124l-1124 715v-715z" + }, + { + Name: "AutoDeploySettings", + Code: "F3FA", + Path: "M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM896 768v-128h130q-11 -31 -17.5 -63.5t-10.5 -64.5h-486v128h256v128h-768v1024h1664v-768h-128v640h-1408v-768h1064q-62 -57 -107 -128h-189z" + }, + { + Name: "ContactLock", + Code: "F400", + Path: "M1357 997q-20 -26 -34 -55.5t-24 -61.5q-86 70 -189 107t-214 37q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q104 -40 190 -105zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "HideVisualFilter", + Code: "F403", + Path: "M128 1536h384v-1152h-384v1152zM256 512h128v896h-128v-896zM1280 963q-71 -45 -128 -107v936h384v-742q-32 -4 -64.5 -10.5t-63.5 -17.5v642h-128v-701zM640 1280h384v-896h-384v896zM768 512h128v640h-128v-640zM1600 896q93 0 174 -35.5t142 -96t96 -142t35 -174.5t-35 -174.5t-96 -142t-142 -96t-174 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1600 128q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "DeclineCall", + Code: "F405", + Path: "M1024 1536q75 0 159.5 -8t170.5 -25.5t171.5 -44t163.5 -64t145.5 -86t118.5 -108.5q43 -51 69 -111.5t26 -128.5v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v128q0 26 -19 45t-45 19h-640q-26 0 -45 -19t-19 -45v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v128q0 68 26 128.5t69 111.5q51 60 118.5 108.5t145.5 86t163.5 64t171.5 44t170 25.5t160 8zM1920 960q0 52 -25 98.5t-63.5 85t-84.5 69t-87 52.5q-70 37 -148.5 64t-160.5 44.5t-165 26t-162 8.5t-162 -8.5t-165 -26t-160.5 -44.5t-148.5 -64q-41 -22 -87 -52.5t-84.5 -69t-63.5 -85t-25 -98.5v-128q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v128q0 40 15 75t41 61t61 41t75 15h640q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v128z" + }, + { + Name: "RectangularClipping", + Code: "F407", + Path: "M2048 1792v-1152h-128v1024h-1792v-1280h1024v-128h-1152v1536h2048zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "TeamsLogo16", + Code: "F40A", + Path: "M2048 1175q0 -131 -0.5 -260.5t-0.5 -260.5q0 -72 -27.5 -136t-74.5 -111t-111 -74.5t-136 -27.5q-50 0 -95 13q-37 -73 -91.5 -132t-121 -100t-143.5 -63.5t-159 -22.5q-92 0 -176.5 27.5t-156 78t-126 121.5t-84.5 157h-417q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h640q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -61 -18.5 -117.5t-52 -104t-81 -84t-104.5 -56.5v-22h663q22 0 41 -8.5t33 -22.5t22.5 -33t8.5 -41zM1152 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-94q60 35 94 94t34 128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM608 608h192v640h256v192h-704v-192h256v-640zM1536 576v576h-256v-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-469q28 -59 70.5 -106t95.5 -80.5t113.5 -51.5t125.5 -18q93 0 174.5 35.5t142 96t96 142t35.5 174.5zM1920 654v498h-256v-576q0 -68 -17 -138q28 -5 51 -5q46 0 86.5 17.5t70.5 47.5t47.5 70t17.5 86zM1792 1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1792 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "Spacer", + Code: "F40D", + Path: "M659 787l90 90l147 -146v293h128v-293l147 146l90 -90l-301 -301zM896 1152v293l-147 -146l-90 90l301 301l301 -301l-90 -90l-147 146v-293h-128zM1920 1920v-128h-1920v128h1920zM0 384h1920v-128h-1920v128z" + }, + { + Name: "SkypeLogo16", + Code: "F40E", + Path: "M1853 906q33 -59 50.5 -123.5t17.5 -132.5q0 -108 -41 -203.5t-112.5 -166t-167 -111.5t-203.5 -41q-70 0 -137.5 18.5t-127.5 53.5q-25 -2 -49.5 -4t-49.5 -2q-114 0 -219.5 29.5t-198 83t-168 129t-130 167.5t-84 197.5t-29.5 219.5q0 30 2.5 60.5t7.5 60.5q-34 59 -51.5 124.5t-17.5 133.5q0 108 41 203t112.5 165.5t166.5 111.5t203 41q73 0 143 -20t133 -59q23 2 44.5 3.5t44.5 1.5q114 0 219.5 -29.5t198 -83t168 -129t130 -167.5t84 -197.5t29.5 -219.5q0 -29 -2.5 -57t-6.5 -57zM1386 810q0 61 -20 107t-53.5 81t-75.5 61t-86.5 46t-86.5 36.5t-75.5 33t-53.5 34.5t-20 42t12.5 39t31 23t40.5 11t41 3q33 0 62 -8t54.5 -18t48.5 -18t44 -8q47 0 74.5 32t27.5 77q0 34 -16 59t-41.5 42t-58.5 27.5t-67 16t-66.5 7.5t-57.5 2q-66 0 -135 -16.5t-124.5 -52t-91 -90.5t-35.5 -133q0 -81 35 -136.5t87 -93.5t113.5 -64t113.5 -48.5t87 -46.5t35 -58q0 -25 -10.5 -40.5t-27.5 -23.5t-37.5 -11t-40.5 -3q-42 0 -73.5 10.5t-58.5 23.5t-53 23.5t-57 10.5q-48 0 -79.5 -29t-31.5 -78q0 -37 18.5 -64.5t48 -46.5t67 -31t76 -18.5t75 -9t63.5 -2.5q73 0 141 15.5t120.5 51t84.5 93t32 140.5z" + }, + { + Name: "SkypeForBusinessLogo16", + Code: "F40F", + Path: "M836 1253q0 -35 25.5 -56.5t68 -35t96 -23.5t110 -23t110 -32.5t96 -52.5t68 -83t25.5 -123q0 -86 -36 -145.5t-94 -96.5t-131 -53.5t-147 -16.5q-50 0 -104.5 7.5t-105.5 25t-95.5 46.5t-74.5 73q-15 22 -24.5 47t-9.5 51q0 42 28.5 66.5t68.5 24.5q30 0 49.5 -13.5t36 -33.5t33.5 -43.5t42 -43.5t62 -33.5t94 -13.5q29 0 61.5 8t59.5 25t45 42t18 60q0 22 -8 39t-22 29t-32 20t-37 13q-63 17 -126.5 32t-126.5 32q-55 14 -99 35.5t-75 53.5t-48 76t-17 103q0 82 34.5 138.5t89.5 91.5t124.5 50.5t140.5 15.5q30 0 70.5 -6t83 -18t83.5 -30.5t73.5 -43.5t52.5 -57t20 -71q0 -21 -8.5 -37.5t-22.5 -27t-32.5 -16t-37.5 -5.5q-25 0 -42.5 10.5t-33.5 27t-33 35t-41 35t-59 27t-87 10.5q-28 0 -56 -6t-51 -19.5t-37.5 -35.5t-14.5 -55zM1915 941q64 -78 98.5 -171.5t34.5 -193.5q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-100 0 -193.5 34.5t-171.5 98.5q-21 -3 -41.5 -4t-41.5 -1q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 21 1 41.5t4 41.5q-64 78 -98.5 171.5t-34.5 193.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 193.5 -34.5t171.5 -98.5q21 3 41.5 4t41.5 1q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5q0 -21 -1 -41.5t-4 -41.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 97 -36.5 175.5t-101.5 147.5q3 32 6.5 62.5t3.5 62.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5q-32 0 -62.5 -3.5t-62.5 -6.5q-69 65 -147.5 101.5t-175.5 36.5q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -97 36.5 -175.5t101.5 -147.5q-3 -32 -6.5 -62.5t-3.5 -62.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q32 0 62.5 3.5t62.5 6.5q69 -65 147.5 -101.5t175.5 -36.5z" + }, + { + Name: "SkypeForBusinessLogoFill16", + Code: "F410", + Path: "M1849 921q64 -77 99.5 -160t35.5 -185q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-102 0 -185 35.5t-160 99.5q-26 -4 -51.5 -5.5t-51.5 -1.5q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221q0 26 1.5 51.5t5.5 51.5q-64 77 -99.5 160t-35.5 185q0 106 40.5 199t110 162.5t162.5 110t199 40.5q102 0 185 -35.5t160 -99.5q26 4 51.5 5.5t51.5 1.5q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221q0 -26 -1.5 -51.5t-5.5 -51.5z" + }, + { + Name: "FilterSolid", + Code: "F412", + Path: "M2048 1920v-219l-768 -768v-805h-512v805l-768 768v219h2048z" + }, + { + Name: "MailUndelivered", + Code: "F415", + Path: "M2048 1664v-896h-128v632l-896 -447l-896 447v-888h1152v-128h-1280v1280h2048zM1024 1095l881 441h-1762zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "MailTentative", + Code: "F416", + Path: "M2048 1664v-640h-128v376l-896 -447l-896 447v-888h1408v-128h-1536v1280h2048zM1024 1095l881 441h-1762zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "MailTentativeMirrored", + Code: "F417", + Path: "M0 1664v-640h128v376l896 -447l896 447v-888h-1408v-128h1536v1280h-2048zM1024 1095l-881 441h1762zM384 128h-128v-128h128v128zM320 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -46 14 -81t35.5 -63t46.5 -50.5t46.5 -44.5t35.5 -45t14 -52v-48h128v48q0 47 -14 81.5t-35.5 62.5t-46.5 50.5t-46.5 44.5t-35.5 45t-14 52q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20z" + }, + { + Name: "MailReminder", + Code: "F418", + Path: "M2048 1664v-640h-128v376l-896 -447l-896 447v-888h896v-128h-1024v1280h2048zM1024 1095l881 441h-1762zM1600 896q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192h128v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1664 256h-128v-64q0 -26 19 -45t45 -19t45 19t19 45v64zM1792 384v192q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-192h384z" + }, + { + Name: "ReceiptUndelivered", + Code: "F419", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM1021 1314l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "ReceiptTentative", + Code: "F41A", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM640 768h128v-128h-128v128zM704 1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "ReceiptTentativeMirrored", + Code: "F41B", + Path: "M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM640 768h128v-128h-128v128zM704 1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v34q0 25 -5 47t-25 42q-30 30 -59 57.5t-52 57.5t-37 65t-14 81q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "Inbox", + Code: "F41C", + Path: "M1920 772q1 -3 1.5 -48t0.5 -113q0 -67 -0.5 -146t-0.5 -149.5t-0.5 -122.5t-0.5 -65h-1920q0 13 -0.5 65t-0.5 122.5t-0.5 149.5t-0.5 146q0 68 0.5 113t1.5 48l383 1148h1154zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM1786 768l-341 1024h-970l-341 -1024h418l128 -256h560l128 256h418z" + }, + { + Name: "IRMReply", + Code: "F41D", + Path: "M960 256q114 0 227 32l101 -101q-79 -29 -161 -44t-167 -15q-132 0 -255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -96 -19 -189.5t-56 -181.5l-99 100q46 133 46 271q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM384 1152h1152v-128h-1152v128zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293z" + }, + { + Name: "IRMReplyMirrored", + Code: "F41E", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-116 0 -230 29l109 109q30 -5 60.5 -7.5t60.5 -2.5q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221q0 -94 21.5 -185.5t62.5 -176.5l-96 -96q-57 106 -86.5 222t-29.5 236q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1024h-1152v128h1152v-128zM794 448l-317 -317l-90 90l162 163h-293q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h293l-162 163l90 90z" + }, + { + Name: "IRMForward", + Code: "F41F", + Path: "M128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30h320v-71q-78 -27 -158 -42t-162 -15q-133 0 -255 34.5t-228.5 97t-193.5 150t-149.5 194.5t-96.5 229.5t-34 254.5t34 254.5t96.5 229.5t149.5 194.5t193.5 150t228.5 97t255 34.5q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -130 -35 -256l-107 107q14 76 14 149q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM384 1152h1152v-128h-1152v128zM2042 448l-317 -317l-90 90l163 163h-518v128h518l-163 163l90 90z" + }, + { + Name: "IRMForwardMirrored", + Code: "F420", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-95 0 -192 20v108h192q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221q0 -64 9.5 -127.5t29.5 -124.5l-100 -100q-33 85 -48.5 173t-15.5 179q0 132 34 254.5t96.5 229.5t149.5 194.5t193.5 150t228.5 97t255 34.5zM1536 1024h-1152v128h1152v-128zM250 384l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h518v-128h-518z" + }, + { + Name: "VoicemailIRM", + Code: "F421", + Path: "M1192 896q-62 -57 -107 -128h-701q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h524zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1439 1032q-31 -9 -60.5 -20.5t-57.5 -26.5q-20 39 -30.5 81t-10.5 86q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -62 -20 -119.5t-56 -107.5q-50 40 -110 69q27 34 42.5 74t15.5 84q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -63 31 -120zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 512h384v-128h-384v128z" + }, + { + Name: "EventAccepted", + Code: "F422", + Path: "M2048 1920v-1024h-128v512h-1792v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "EventTentative", + Code: "F423", + Path: "M2048 1920v-896h-128v384h-1792v-1152h1408v-128h-1536v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "EventTentativeMirrored", + Code: "F424", + Path: "M0 1920v-896h128v384h1792v-1152h-1408v-128h1536v1792h-384v128h-128v-128h-1024v128h-128v-128h-384zM128 1536v256h256v-128h128v128h1024v-128h128v128h256v-256h-1792zM384 128h-128v-128h128v128zM320 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -46 14 -81t35.5 -63t46.5 -50.5t46.5 -44.5t35.5 -45t14 -52v-48h128v48q0 47 -14 81.5t-35.5 62.5t-46.5 50.5t-46.5 44.5t-35.5 45t-14 52q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20z" + }, + { + Name: "EventDeclined", + Code: "F425", + Path: "M2048 1920v-1152h-128v640h-1792v-1152h1152v-128h-1280v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "CustomerAssets", + Code: "F426", + Path: "M1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l459 459q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-512 -513q-19 -19 -19 -45t19 -45t45 -19t45 19l513 512q41 -19 82 -19zM896 498q-33 -33 -60 -61.5t-47.5 -60t-33 -68.5t-16.5 -85l-739 370v1039l832 416l832 -416v-326q-33 -5 -65 -13t-63 -22v218l-640 -320v-671zM591 1784l621 -314l245 123l-625 312zM768 1169l-640 320v-817l640 -320v817zM1070 1399l-622 314l-241 -120l625 -313z" + }, + { + Name: "IDBadge", + Code: "F427", + Path: "M1568 1664q40 0 68 -28t28 -68v-1472q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1472q0 40 28 68t68 28h312l-192 384h144l192 -384h176l192 384h144l-192 -384h312zM1536 1536h-536l81 -163q7 -16 7 -29q0 -26 -19 -45t-45 -19q-18 0 -33.5 9.5t-23.5 25.5l-111 221h-344v-1408h1024v1408zM768 896q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -25 82.5 -61t62 -80t39.5 -93.5t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95zM1152 896q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50z" + }, + { + Name: "BackgroundColor", + Code: "F42B", + Path: "M2048 1792v-1792h-1792v640l128 -128v-384h1536v1536h-768v128h896zM704 486l-602 602l538 539v229q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-576h-128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-283l-421 -421h842l65 64l-83 83l90 90l173 -173zM1061 1024h-714l357 -358zM1478 238q-67 0 -129.5 23t-110.5 64.5t-77 99.5t-29 129q0 43 12 84t35 77l293 461l286 -450q23 -38 36 -79.5t13 -86.5q0 -67 -26.5 -126t-71.5 -102.5t-105 -68.5t-126 -25zM1317 627q-22 -33 -22 -71q0 -36 15.5 -64.5t41 -48.5t57 -30.5t64.5 -10.5t64 11.5t54.5 32.5t38 50t14.5 64q0 41 -24 79l-148 233z" + }, + { + Name: "OfficeFormsLogoInverse16", + Code: "F433", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1408zM512 1920v-256h640q14 0 28 -3.5t27 -8.5q45 66 115 103t150 37q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-52 0 -101 16.5t-91 47.5v-192h640v896h-1408zM1472 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM392 608h215v310h310v188h-310v145h332v189h-547v-832zM512 128h1408v768h-640v-128h512v-512h-512v256q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256zM1408 384h256v256h-256v-256z" + }, + { + Name: "OfficeFormsLogo", + Code: "F434", + Path: "M1344 832h448v-448h-448v448zM1472 512h192v192h-192v-192zM1568 1152q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5t112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1568 1600q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM640 1536h299q35 0 60 -25t25 -60v-363h896v704h-1280v-256zM720 946v136h-259v142h278v136h-435v-672h157v258h259zM1920 256v704h-896v-363q0 -35 -25 -60t-60 -25h-299v-256h1280z" + }, + { + Name: "OfficeFormsLogo16", + Code: "F436", + Path: "M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1408zM512 1920v-256h640q14 0 28 -3.5t27 -8.5q45 66 115 103t150 37q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-52 0 -101 16.5t-91 47.5v-192h640v896h-1408zM1472 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM392 608h215v310h310v188h-310v145h332v189h-547v-832zM512 128h1408v768h-640v-128h512v-512h-512v256q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256zM1408 384h256v256h-256v-256z" + }, + { + Name: "OfficeFormsLogoInverse24", + Code: "F43A", + Path: "M1365 341v512h512v-512h-512zM1451 768v-341h341v341h-341zM1579 1195q-62 0 -116.5 23.5t-95 64t-64 94.5t-23.5 116t23.5 116.5t64 95t95 64t116.5 23.5t116 -23.5t94.5 -64t64 -95t23.5 -116.5t-23.5 -116t-64 -94.5t-94.5 -64t-116 -23.5zM1579 1707q-44 0 -83 -17t-68 -46t-46 -68t-17 -83t17 -82.5t46 -67.5t68 -46t83 -17t82.5 17t67.5 46t46 67.5t17 82.5t-17 83t-46 68t-67.5 46t-82.5 17zM1963 1963q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5v-1706q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-1366q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v256h-412q-42 0 -71 28.5t-29 70.5v996q0 42 29 70.5t71 28.5h412v256q0 18 6.5 33.5t18 27t27 18.5t33.5 7h1366zM597 1877v-256h498q42 0 71 -28.5t29 -70.5v-413h768v768h-1366zM496 937h276v153h-276v143h296v154h-472v-726h176v276zM597 171h1366v853h-768v-498q0 -42 -29 -70.5t-71 -28.5h-498v-256z" + }, + { + Name: "OfficeFormsLogo24", + Code: "F43B", + Path: "M1365 341v512h512v-512h-512zM1451 768v-341h341v341h-341zM1579 1195q-62 0 -116.5 23.5t-95 64t-64 94.5t-23.5 116t23.5 116.5t64 95t95 64t116.5 23.5t116 -23.5t94.5 -64t64 -95t23.5 -116.5t-23.5 -116t-64 -94.5t-94.5 -64t-116 -23.5zM1579 1707q-44 0 -83 -17t-68 -46t-46 -68t-17 -83t17 -82.5t46 -67.5t68 -46t83 -17t82.5 17t67.5 46t46 67.5t17 82.5t-17 83t-46 68t-67.5 46t-82.5 17zM1963 1963q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5v-1706q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-1366q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v256h-412q-42 0 -71 28.5t-29 70.5v996q0 42 29 70.5t71 28.5h412v256q0 18 6.5 33.5t18 27t27 18.5t33.5 7h1366zM597 1877v-256h498q42 0 71 -28.5t29 -70.5v-413h768v768h-1366zM496 937h276v153h-276v143h296v154h-472v-726h176v276zM597 171h1366v853h-768v-498q0 -42 -29 -70.5t-71 -28.5h-498v-256z" + }, + { + Name: "PageLock", + Code: "F43F", + Path: "M1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-337q-31 10 -63 16t-65 6v224h-512zM1280 1536h293l-293 293v-293zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "NotExecuted", + Code: "F440", + Path: "M640 374l388 271q-15 -44 -23.5 -89t-10.5 -91l-482 -337v1792l1278 -897q-46 15 -93.5 24t-96.5 9q-17 0 -33.5 -2.5t-33.5 -4.5l-893 625v-1300zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z" + }, + { + Name: "NotImpactedSolid", + Code: "F441", + Path: "M1600 1056q-102 0 -192.5 -32t-166.5 -88l-189 124l-660 -1001q-20 -29 -54 -29q-18 0 -35 11q-28 19 -28 53q0 19 10 35l661 1002l-327 215l-20 -31q-19 -28 -47.5 -42.5t-60.5 -14.5q-38 0 -69 21q-28 19 -43 47.5t-15 60.5q0 37 21 69l353 535q19 28 47 42.5t60 14.5q37 0 70 -21q28 -19 43 -47.5t15 -60.5q0 -38 -21 -69l-21 -31l748 -493l20 30q19 28 47.5 43t60.5 15q37 0 70 -21q28 -19 42.5 -47.5t14.5 -60.5q0 -37 -21 -70l-126 -191q-45 14 -91.5 23t-95.5 9zM1917 765q63 -64 97 -145t34 -172t-34 -172t-97 -144q-64 -64 -145 -98t-172 -34t-172 34t-144 97q-64 64 -98 145t-34 172t34 172t97 144q64 64 145 98t172 34t172 -34t145 -97zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q49 0 93.5 14t82.5 39l-443 443q-25 -38 -39 -82.5t-14 -93.5zM1867 272q25 38 39 82.5t14 93.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-49 0 -93.5 -14t-82.5 -39z" + }, + { + Name: "FieldReadOnly", + Code: "F442", + Path: "M2048 1792v-865q-20 50 -53 92t-75 74v571h-1792v-1152h1024v-128h-1152v1408h2048zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "FieldRequired", + Code: "F443", + Path: "M2048 1792v-759q-28 35 -60 67t-68 59v505h-1792v-1152h612q3 -32 8.5 -64t13.5 -64h-762v1408h2048zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z" + }, + { + Name: "BacklogBoard", + Code: "F444", + Path: "M256 1664h512v-384h-512v384zM384 1408h256v128h-256v-128zM256 1152h512v-384h-512v384zM384 896h256v128h-256v-128zM896 1664h512v-384h-512v384zM1024 1408h256v128h-256v-128zM1536 1664h512v-384h-512v384zM1664 1408h256v128h-256v-128zM896 1152h512v-384h-512v384zM1024 896h256v128h-256v-128zM1536 1152h512v-384h-512v384zM1664 896h256v128h-256v-128zM256 640h512v-384h-512v384zM384 384h256v128h-256v-128zM1536 640h512v-384h-512v384zM1664 384h256v128h-256v-128zM2048 1920v-128h-1920v-1664h-128v1792h2048z" + }, + { + Name: "ExternalBuild", + Code: "F445", + Path: "M256 1792v-1536h256v-128h-384v1792h1792v-768h-128v640h-1536zM1905 630l143 -157v-217h-128v167l-101 112q-36 -20 -77 -22l-78 -89v-168h-128v216l72 82q-5 3 -8.5 6.5l-7.5 7.5l-248 249l-192 -193v-496h128v-128h-640v128h128v576q0 38 14.5 73.5t41.5 62.5l384 384q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l384 -384q27 -27 41.5 -62.5t14.5 -73.5q0 -40 -15 -74zM1043 877q61 -29 90 -90l256 256q19 19 19 45t-19 45t-45 19t-45 -19zM896 128h128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-576zM1728 640q26 0 45 19t19 45t-19 45l-256 256q-14 -31 -36.5 -52.5t-46.5 -45.5l249 -248q19 -19 45 -19z" + }, + { + Name: "ExternalTFVC", + Code: "F446", + Path: "M256 256h384v-128h-512v1792h1792v-512h-128v384h-1536v-1536zM1856 896q-60 0 -109 34t-71 90l-147 -49q7 -35 7 -75q0 -66 -21.5 -128t-63.5 -113l255 -291q42 20 86 20q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 29 8 57t25 51l-251 288q-50 -37 -108.5 -56.5t-121.5 -19.5q-8 0 -17 0.5t-17 0.5l-54 -160q41 -26 64.5 -69t23.5 -92q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 44 16.5 79.5t44 60.5t65 38.5t79.5 13.5l50 150q-57 20 -104 56.5t-80.5 84t-52 104t-18.5 117.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q55 0 107 -15.5t97 -44t81.5 -68.5t60.5 -90l168 56q6 35 23 64.5t42 51.5t57 34t68 12q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM1152 704q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ExternalXAML", + Code: "F447", + Path: "M1792 1792h-1536v-1664h-128v1792h1792v-1024h-128v896zM1655 384l-220 -384h-438l-220 384l220 384h438zM2016 384l-219 -384h-148l220 384l-220 384h148zM563 384l220 -384h-148l-219 384l219 384h148z" + }, + { + Name: "IssueSolid", + Code: "F448", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1024 512h-128v-128h128v128zM1024 1280h-128v-640h128v640z" + }, + { + Name: "DefectSolid", + Code: "F449", + Path: "M1192 2006q107 -37 194 -102.5t149 -152t95.5 -190.5t33.5 -217q0 -144 -55.5 -267.5t-155.5 -225.5q-71 -73 -113 -155t-53 -184h-654q-11 102 -52.5 184t-112.5 154q-100 103 -156 226t-56 268q0 97 25 187.5t71 168.5t110 142t142 110t168 71t188 25q11 0 21.5 -1.5t21.5 -2.5l-380 -380l448 -448l-263 -263l113 -114l376 377l-448 448zM640 384h640v-192q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v192z" + }, + { + Name: "LadybugSolid", + Code: "F44A", + Path: "M1024 1472q102 0 196 -26.5t175.5 -74t149 -115t115 -149t74 -175.5t26.5 -196q0 -112 -32.5 -216t-92 -193t-144 -159t-187.5 -112l-44 132q-55 -29 -114.5 -44.5t-121.5 -15.5t-121.5 15.5t-114.5 44.5l-44 -132q-104 42 -188 112t-143.5 159t-92 193t-32.5 216q0 102 26.5 196t74 175.5t115 149t149 115t175.5 74t196 26.5zM640 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM768 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 256q52 0 101 14.5t94 40.5l-195 585l-195 -585q45 -26 94 -40.5t101 -14.5zM1152 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1408 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM704 1600q0 72 30 135l-139 140l90 90l126 -126q45 39 99 60t114 21t114 -21t99 -60l126 126l90 -90l-139 -140q30 -63 30 -135q0 -13 -1.5 -25.5t-3.5 -24.5q-75 32 -154.5 49t-160.5 17t-160.5 -17t-154.5 -49q-2 12 -3.5 24.5t-1.5 25.5z" + }, + { + Name: "NugetLogo", + Code: "F44C", + Path: "M1467 1792q121 0 226.5 -45.5t184.5 -124.5t124.5 -185t45.5 -227v-628q0 -121 -45.5 -227t-124.5 -185t-184.5 -124.5t-226.5 -45.5h-629q-121 0 -227 45.5t-184.5 124.5t-124 185t-45.5 227v628q0 121 45.5 227t124 185t184.5 124.5t227 45.5h629zM715 1052q45 0 84.5 17t69 46.5t46.5 69t17 84.5t-17 84.5t-46.5 69t-69 46.5t-84.5 17t-84.5 -17t-69 -46.5t-46.5 -69t-17 -84.5t17 -84.5t46.5 -69t69 -46.5t84.5 -17zM1408 206q78 0 146.5 29.5t119.5 80.5t80.5 119.5t29.5 146.5t-29.5 146.5t-80.5 119.5t-119.5 80.5t-146.5 29.5t-146.5 -29.5t-119.5 -80.5t-80.5 -119.5t-29.5 -146.5t29.5 -146.5t80.5 -119.5t119.5 -80.5t146.5 -29.5zM384 1856q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75z" + }, + { + Name: "TFVCLogo", + Code: "F44D", + Path: "M1760 1472q-42 0 -82 12t-74 34t-61.5 53.5t-45.5 69.5l-349 -100q2 -17 3 -34.5t1 -34.5q0 -99 -32.5 -191t-93.5 -169l453 -452q34 22 73 33t80 11q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5t-112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 41 11 80t33 73l-452 453q-77 -61 -169 -93.5t-191 -32.5q-31 0 -61 3l-90 -358q35 -19 63 -46t47.5 -60t30 -70.5t10.5 -76.5q0 -60 -22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5t-112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 64 24 117t65 91t96 59t117 21l88 351q-87 30 -159 84t-123.5 126t-79.5 157.5t-28 177.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q91 0 175.5 -27.5t156 -77.5t126 -120.5t84.5 -156.5l354 101q1 58 24.5 109.5t62.5 89.5t90.5 60t110.5 22q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM576 1152q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z" + }, + { + Name: "ProjectLogo32", + Code: "F47E", + Path: "M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 683v-470q0 -35 -25 -60t-60 -25h-1174q-35 0 -60 25t-25 60v299h-619q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v299q0 35 25 60t60 25h918q35 0 60 -25t25 -60v-491h235q35 0 60 -25t25 -60v-491h299q35 0 60 -25t25 -60zM1536 1216h-512v-448h512v448zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM384 1536h555q35 0 60 -25t25 -60v-107h192v448h-832v-256zM1920 256v384h-896v-43q0 -35 -25 -60t-60 -25h-107v-256h1088z" + }, + { + Name: "ProjectLogo16", + Code: "F480", + Path: "M2048 512v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-384q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h128v224q0 30 10 58.5t29 51t45 36.5t58 14h996q32 0 58 -14t45 -36.5t29 -51t10 -58.5v-480h110q30 0 56.5 -11.5t46.5 -31.5t31.5 -46.5t11.5 -56.5v-622h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1646 1280h-366v-640h384v622q0 8 -5 13t-13 5zM384 1888v-224h768q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-128h128v480q0 2 -1 7.5t-2.5 11t-4.5 9.5t-6 4h-996q-3 0 -6 -4t-4.5 -9.5t-2.5 -11t-1 -7.5zM567 879h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832h206v271zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-512v-256h1280zM770 1162q0 -57 -29 -79t-83 -22h-91v196h95q53 0 80.5 -20.5t27.5 -74.5z" + }, + { + Name: "SharedNotes", + Code: "F481", + Path: "M2048 0h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40.5 93t63.5 79.5t82 61q-35 35 -53.5 81.5t-18.5 95.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95.5t-53.5 -81.5q45 -25 82 -61t63.5 -79.5t40.5 -93t14 -101.5zM1792 512q0 26 -10.5 49t-28 40.5t-40.5 28t-49 10.5t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q26 0 49.5 10t41 27.5t27.5 41t10 49.5zM640 512v128h628q-20 -63 -20 -128h-608zM1408 1408v-128h-768v128h768zM640 896v128h768v-128h-768zM384 1792v-1664h800l-32 -128h-896v1920h128v128h128v-128h256v128h128v-128h256v128h128v-128h256v128h128v-128h128v-1046l-128 22v896h-1280z" + }, + { + Name: "SwayLogo32", + Code: "F482", + Path: "M1984 1728v-1408q0 -26 -19 -45t-45 -19h-704v-205l-1152 266v1414l1152 266v-205h704q26 0 45 -19t19 -45zM842 854q0 59 -18.5 99t-46.5 68t-61 47.5t-61 38t-46.5 39.5t-18.5 52q0 32 16 45t42 23q5 0 9 1t8 1q47 0 80.5 -13.5t68.5 -43.5v181q-29 13 -59.5 18.5t-62.5 5.5q-21 0 -42 -2t-41 -6q-41 -8 -73 -29.5t-53.5 -52.5t-32.5 -68.5t-11 -77.5q0 -56 18 -94.5t44.5 -66t57.5 -47.5t57.5 -38.5t44.5 -39.5t18 -50q0 -37 -23 -51t-55 -14q-49 0 -89.5 28.5t-69.5 64.5v-186q23 -15 43.5 -25t41.5 -16.5t44 -9.5t51 -3q103 0 161.5 59.5t58.5 162.5zM1920 320v512h-704v-128h192v-64h-192v-128h192v-64h-192v-128h704zM1920 992v736h-704v-565q6 5 27.5 24t45.5 39.5t44.5 37t25.5 16.5q11 0 15 -7.5t10 -13.5l344 -363h128l-298 288q6 7 16 20t21.5 26t23 23t19.5 10q7 0 13.5 -3t11.5 -8zM1856 704v-64h-384v64h384zM1752 1442q-30 0 -51 21t-21 51q0 29 22 50t50 21q29 0 50 -21t21 -50t-21 -50.5t-50 -21.5zM1856 512v-64h-384v64h384z" + }, + { + Name: "SwayLogoFill32", + Code: "F483", + Path: "M1920 1760q14 0 23 -9t9 -23v-1408q0 -14 -9 -23t-23 -9h-896q-14 0 -23 9t-9 23v1408q0 14 9 23t23 9h896zM874 854q0 -58 -17.5 -105t-50.5 -80t-79.5 -51t-104.5 -18q-57 0 -111 15.5t-98 52.5q-1 4 -2 9t-1 9v271q19 -23 40 -48.5t44.5 -47t51 -36t61.5 -14.5q17 0 28.5 7t11.5 26q0 4 -1 10t-3 8q-4 16 -23.5 30t-45.5 31t-55.5 38t-54 51t-41 71t-16.5 97q0 64 20.5 114t58 84.5t89.5 52t114 17.5q45 0 78 -7.5t74 -24.5q1 -2 3 -12t2 -12v-248q-23 19 -42.5 36t-39.5 29.5t-43 19.5t-54 7q-17 0 -31 -10t-14 -28q0 -16 7 -27.5t18 -20.5t23.5 -16t23.5 -13q40 -24 73.5 -50t57 -57.5t36.5 -70.5t13 -89z" + }, + { + Name: "SwayLogo16", + Code: "F484", + Path: "M2048 1792v-1536q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640v-128l-1280 224v1600l1280 224v-128h640q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM912 792q0 79 -26 133.5t-65 93.5t-85 67t-85 54t-65 54t-26 68q0 25 9.5 42.5t25.5 28t36.5 15t42.5 4.5q32 0 58 -5.5t49 -16t45 -25.5t47 -34v261q-45 18 -89 25.5t-93 7.5q-77 0 -141.5 -21t-111.5 -62t-73 -102t-26 -142q0 -78 25 -131t62 -91.5t81 -66t81 -52.5t62 -53t25 -67q0 -44 -28.5 -63.5t-68.5 -19.5t-72.5 10.5t-60.5 28.5t-53 42.5t-50 52.5v-269q24 -21 55.5 -35.5t66 -24t69.5 -13.5t66 -4q72 0 130 21t98.5 61t62.5 97.5t22 130.5zM1920 1792h-640v-567l113 145q14 18 35 28.5t44 10.5t44 -10.5t35 -28.5l369 -474h-640v-128h512v-128h-512v-128h512v-128h-512v-128h640v1536zM1792 1664v-128h-128v128h128z" + }, + { + Name: "SwayLogoFill16", + Code: "F485", + Path: "M1088 1856h896v-1664h-896v1664zM976 792q0 -86 -27 -155t-76.5 -118t-119 -75t-154.5 -26q-50 0 -90.5 6t-77 18.5t-72 32t-75.5 47.5q-2 9 -4 18.5t-2 18.5v435q31 -35 64 -76t70.5 -76.5t81 -59.5t96.5 -24l14 4l7 15q-1 21 -26 41t-62.5 44t-80.5 55t-80.5 75t-62 104t-24.5 142q0 94 31 167t86.5 123t132 76t167.5 26q66 0 120.5 -13.5t115.5 -37.5q2 -11 5.5 -23.5t3.5 -23.5v-393q-27 22 -57 48t-63 48.5t-69 38t-74 15.5q-10 0 -21 -1.5t-20 -6.5l-8 -10q-1 -5 -1 -9.5v-6.5v-5q0 -17 26 -34.5t65 -40.5t85 -54.5t85 -77t65 -107t26 -144.5z" + }, + { + Name: "ClassNotebookLogo32", + Code: "F486", + Path: "M1984 1664v-384q0 -18 -8 -32q8 -14 8 -32v-384q0 -18 -8 -32q8 -14 8 -32v-384q0 -26 -19 -45t-45 -19h-64q0 -26 -19 -45t-45 -19h-576v-200l-1152 201v1528l1152 207v-200h576q26 0 45 -19t19 -45h64q26 0 45 -19t19 -45zM897 651v766l-144 -8v-514l-286 498l-146 -5v-706l115 -6v518l307 -534zM1920 384v384h-64v-384h64zM1920 832v384h-64v-384h64zM1920 1280v384h-128v64h-576v-960h384v-64h-384v-128h384v-64h-384v-192h576v960h128zM1690 1480v-58l38 -50l-38 -50v-57l-50 -29l-29 -50h-12v-233l-97 85l-93 -85v233h-14l-29 50l-50 29v57l-36 50l36 50v58l50 29l29 50h58l50 36l50 -36h58l29 -50zM1503 1280q19 0 37 8.5t31 22t21 31.5t8 37t-8 36.5t-21 30.5t-31 20.5t-37 7.5q-20 0 -38 -7.5t-31.5 -20.5t-21.5 -30.5t-8 -36.5t8 -37t21.5 -31.5t31.5 -22t38 -8.5z" + }, + { + Name: "ClassNotebookLogoFill32", + Code: "F487", + Path: "M720 1016v423l209 12v-834l-205 12l-256 445v-431l-179 8v767l196 8zM1824 1696h128v-1344h-128v-64h-640v1472h640v-64z" + }, + { + Name: "ClassNotebookLogo16", + Code: "F488", + Path: "M2048 1664v-384q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-256q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384v-128l-1280 224v1600l1280 224v-128h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1039 496v1057l-226 -13q0 -161 0.5 -319.5t0.5 -319.5q-4 5 -7 11l-6 12l-342 596l-219 -12v-968l202 -11v243v167.5v107t-0.5 62t-1 32t-0.5 16.5l366 -648zM1920 384v384h-128v-384h128zM1920 896v256h-128v-256h128zM1920 1280v384h-256v128h-384v-896h256v-128h-256v-128h256v-128h-256v-256h384v1024h256zM1408 1292q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -30 -9.5 -58.5t-26 -52t-40.5 -41.5t-52 -28v-268h-128v268zM1408 1536v-128h128v128h-128z" + }, + { + Name: "ClassNotebookLogoFill16", + Code: "F489", + Path: "M1728 1728h256v-1408h-256v-128h-640v237l-320 18l-263 465v-451l-329 19v1088l319 18l254 -443v458l339 19v236h640v-128z" + }, + { + Name: "ClassNotebookLogoInverse32", + Code: "F48A", + Path: "M64 257v1528l1152 207v-1936zM321 1388v-706l115 -6v518l307 -534l154 -9v766l-145 -8v-257t1 -257l-286 498zM1958 1216q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1958 832q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1984 1301q0 -13 -3 -17t-17 -4h-108v-909q0 -7 -2.5 -16t-7 -16.5t-11 -13t-14.5 -5.5h-541v192h384v64h-384v128h384v64h-384v960h541q20 0 27.5 -17t7.5 -34v-77h108q14 0 17 -3.5t3 -17.5v-278zM1753 1322l39 50l-39 50v58l-49 29l-29 50h-58l-50 36l-50 -36h-58l-28 -50l-50 -29v-58l-37 -50l37 -50v-57l50 -29l28 -50h14v-233l93 85l97 -85v233h12l29 50l49 29v57zM1567 1474q19 0 37 -7.5t31 -20t21 -30t8 -37.5t-8 -37.5t-21 -31.5t-31 -22t-37 -8q-20 0 -37.5 8t-31.5 22t-22 31.5t-8 37.5t8 37.5t22 30t31.5 20t37.5 7.5z" + }, + { + Name: "ClassNotebookLogoInverse16", + Code: "F48B", + Path: "M0 224v1600l1152 224v-2048zM177 1508v-968l201 -11q0 158 -0.5 314t-0.5 314l366 -648l232 -13v1057l-225 -13v-639q-1 2 -3.5 6.5t-13.5 23t-32.5 56.5t-60.5 106t-99 172t-146 255zM1952 1280q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1952 768q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1536 1536v-128h-128v128h128zM2048 1715v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-160v-1152q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-384v384h256v128h-256v128h256v128h-256v576q0 -30 9.5 -58.5t26 -52t40 -41.5t52.5 -28v-268h128v268q28 10 52 28t40.5 41.5t26 52t9.5 58.5q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v448h384q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5h160q16 0 33.5 -5t31 -15t22.5 -24t9 -33z" + }, + { + Name: "StaffNotebookLogo32", + Code: "F48C", + Path: "M1984 1664v-384q0 -16 -8 -32q8 -16 8 -32v-384q0 -16 -8 -32q8 -16 8 -32v-384q0 -22 -8.5 -34.5t-22 -19t-30 -8.5t-33.5 -2h-34q0 -26 -19 -45t-45 -19h-576v-200l-1152 201v1528l1152 207v-200h576q26 0 45 -19t19 -45h34q17 0 33.5 -2t30 -8.5t22 -19t8.5 -34.5zM897 651v766l-145 -8v-257t1 -257l-286 498l-146 -5v-706l115 -6v518l307 -534zM1920 384v384h-64v-384h64zM1920 832v384h-64v-384h64zM1920 1280v384h-128v64h-576v-397l192 77l320 -128l-64 -26v-198q0 -14 -9 -23t-23 -9t-23 9t-9 23v173l-192 -77l-192 77v-461h384v-64h-384v-128h384v-64h-384v-192h576v960h128zM1280 1117l128 -51l128 51v-93q0 -19 -15 -31t-36 -19.5t-42.5 -10.5t-34.5 -3t-34.5 3t-42.5 10.5t-36 19.5t-15 31v93z" + }, + { + Name: "StaffNotebookLogoFill32", + Code: "F48D", + Path: "M720 1016v423l209 12v-834l-205 12l-256 445v-431l-179 8v767l196 8zM1824 1696h128v-1344h-128v-64h-640v1472h640v-64z" + }, + { + Name: "StaffNotebookLogo16", + Code: "F48E", + Path: "M2048 1664v-384q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-256q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384v-128l-1280 224v1600l1280 224v-128h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1039 496v1057l-226 -13q0 -161 0.5 -319.5t0.5 -319.5q-4 5 -7 11l-6 12l-342 596l-219 -12v-968l202 -11v243v167.5v107t-0.5 62t-1 32t-0.5 16.5l366 -648zM1920 384v384h-128v-384h128zM1920 896v256h-128v-256h128zM1920 1280v384h-256v128h-384v-320l128 64l256 -128l-256 -128l-128 64v-143l128 -64l128 64v-113q0 -19 -15 -31t-36 -19.5t-42.5 -10.5t-34.5 -3t-34.5 3t-42.5 10.5t-36 19.5t-15 31v-192h256v-128h-256v-128h256v-128h-256v-256h384v1024h256z" + }, + { + Name: "StaffNotebookLogoFill16", + Code: "F48F", + Path: "M1728 1728h256v-1408h-256v-128h-640v237l-320 18l-263 465v-451l-329 19v1088l319 18l254 -443v458l339 19v236h640v-128z" + }, + { + Name: "StaffNotebookLogoInverted32", + Code: "F490", + Path: "M64 257v1528l1152 207v-1936zM321 1388v-706l115 -6v518l307 -534l154 -9v766l-145 -8v-257t1 -257l-286 498zM1958 1216q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1958 832q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1984 1301q0 -13 -3 -17t-17 -4h-108v-909q0 -7 -2.5 -16t-7 -16.5t-11 -13t-14.5 -5.5h-541v192h384v64h-384v128h384v64h-384v461l192 -77l192 77v-173q0 -14 9 -23t23 -9t23 9t9 23v198l64 26l-320 128l-192 -77v397h541q20 0 27.5 -17t7.5 -34v-77h108q14 0 17 -3.5t3 -17.5v-278zM1600 1024v93l-128 -51l-128 51v-93q0 -19 15 -31t36 -19.5t42.5 -10.5t34.5 -3t34.5 3t42.5 10.5t36 19.5t15 31z" + }, + { + Name: "StaffNotebookLogoInverted16", + Code: "F491", + Path: "M0 224v1600l1152 224v-2048zM177 1508v-968l201 -11q0 158 -0.5 314t-0.5 314l366 -648l232 -13v1057l-225 -13v-639q-1 2 -3.5 6.5t-13.5 23t-32.5 56.5t-60.5 106t-99 172t-146 255zM1952 1280q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1952 768q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM2048 1715v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-160v-1152q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-384v384h256v128h-256v128h256v128h-256v192q0 -19 15 -31t36 -19.5t42.5 -10.5t34.5 -3t34.5 3t42.5 10.5t36 19.5t15 31v113l-128 -64l-128 64v127l128 -64l288 144l-288 144l-128 -64v432h384q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5h160q16 0 33.5 -5t31 -15t22.5 -24t9 -33z" + }, + { + Name: "KaizalaLogo", + Code: "F492", + Path: "M1878 1550q84 -115 127 -249t43 -277q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5v459q0 32 -14 57.5t-35.5 48t-46.5 43.5t-46.5 44t-35.5 49t-14 59q0 28 10.5 53t29 43.5t43.5 29t53 10.5h952q167 0 319.5 -58.5t277.5 -169.5l116 117q28 28 68 28t68 -28t28 -68t-28 -68zM1920 1024q0 117 -34 227.5t-100 206.5l-694 -694q-28 -28 -68 -28t-68 28l-316 316q-28 28 -28 68t28 68t68 28t68 -28l248 -248l634 634q-107 94 -235.5 142t-270.5 48h-952q-8 0 -8 -8l2 -5l115 -115q36 -36 55.5 -83t19.5 -98v-459q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204z" + }, + { + Name: "TaskLogo", + Code: "F493", + Path: "M1894 1661q0 -12 -8 -22l-892 -1148l-622 671q-9 9 -9 24q0 16 11 27l147 136q10 10 25 10t26 -11l404 -435l695 893q11 14 28 14q12 0 23 -8l158 -123q14 -12 14 -28zM1664 256v818l128 164v-1110h-1664v1664h1329l-100 -128h-1101v-1408h1408z" + }, + { + Name: "GallatinLogo", + Code: "F496", + Path: "M12199 1063h-89v140h-878v-140h-77v216h1044v-216zM12237 1381h-343v-76h-90v76h-267v-76h-76v76h-344v64h344v89h76v-89h267v89h90v-89h343v-64zM11423 859v-25h-90v280h688v-280h-89v25h-509zM11423 923h509v114h-509v-114zM12021 478h-675v-64h-89v343h853v-343h-89v64zM12021 694h-675v-153h675v153zM10990 1381h-637v89h637v-89zM11066 1089h-433q-45 -81 -90.5 -162t-99.5 -157q99 11 197 14.5t197 11.5q-34 42 -60.5 87t-53.5 91l63 38q65 -75 121 -154.5t108 -163.5l-76 -64q-14 22 -26.5 44t-24.5 45q-118 -7 -235.5 -15.5t-235.5 -22.5q-20 -2 -38 -7t-38 -6l-38 77q34 35 64 77t56.5 86.5t50 90.5t45.5 90h-242v88h789v-88zM10074 1534q45 -54 89 -108.5t89 -108.5l-77 -63q-44 53 -83.5 107.5t-81.5 108.5zM10137 592q-42 -32 -75 -72t-65 -81l-51 102q40 30 77.5 62.5t75.5 64.5v382h-140v89h229v-483q45 -54 105.5 -84.5t130.5 -30.5h655l-38 -89h-636q-83 11 -150.5 41t-117.5 99zM9755 1725q12 -24 25.5 -48.5t13.5 -53.5q0 -30 -12.5 -57.5t-34 -49t-49 -34t-57.5 -12.5t-56 13t-44.5 35t-29 49t-10.5 56q0 64 38 102t102 38q35 0 60 -9.5t54 -28.5zM9641 1737q-22 0 -45 -9t-41.5 -24.5t-30 -36.5t-11.5 -44q0 -21 12 -43.5t31 -41t41.5 -30.5t43.5 -12q26 0 49 10t40.5 27.5t27.5 40.5t10 49q0 57 -36.5 85.5t-90.5 28.5zM9664 1598q5 0 7.5 -2t7.5 -11l25 -51h-12l-26 51q-7 0 -13.5 4t-11.5 9h-26v-64h-25v165h51q51 0 51 -51q0 -20 -11 -31t-28 -19h11zM9679 1648q0 9 -6.5 13t-6.5 13q-8 5 -19 5q-6 0 -6 -5h-26v-51h26q11 0 21 9.5t17 15.5zM9042 1763q23 -14 44 -25.5t42.5 -20.5t44 -17t48.5 -14q-40 -53 -84 -101t-82 -102h204l-26 -153l-356 13q-10 -59 -27 -115.5t-36 -113.5h407l-38 -166l-357 13q27 -54 40 -99t23 -83t22 -71t37.5 -62t68.5 -54.5t115 -50.5q-44 -36 -85 -74.5t-81 -78.5l-19 15q-46 34 -79 60.5t-58 50t-43 48.5t-33.5 57t-29.5 74.5t-31 102.5q-45 -70 -99 -127t-116.5 -103.5t-133 -83.5t-147.5 -68q-24 37 -45 75.5t-44 76.5q96 14 165.5 47.5t123.5 84.5t97 117.5t85 145.5h-344l38 166l357 -13q12 59 30.5 114.5t32.5 114.5h-343l25 153l216 -13q-10 31 -17.5 57.5t-15.5 52t-18 51t-25 55.5q49 14 96 30.5t95 33.5q18 -52 41.5 -110.5t47.5 -106.5q-29 -7 -47.5 -10.5t-33.5 -9t-31 -15t-40 -28.5h318q-16 14 -36.5 23.5t-40.5 14.5q28 28 51 58t43 60.5t40 61.5t44 62zM8304 1572l-152 -700q32 8 65 13.5t62 24.5q-8 -15 -10.5 -30.5t-2.5 -32.5q-16 -24 -21.5 -50t-16.5 -52q-29 0 -57.5 -8t-56.5 -18l-64 -305h-204l76 267q-112 -17 -223 -35t-222 -41v165l89 13l178 789h-89l26 153h751l-26 -166zM8088 1406l38 166h-191l-38 -166h191zM8050 1279h-178l-38 -140h190zM7961 834l25 165h-178l-51 -191q51 8 101.5 17t102.5 9zM7108 1470h-776l-90 -127h624q-93 -165 -173 -333.5t-158 -341.5h471l-51 -178h-1603l51 204h890l77 140h-687q57 79 110.5 161t106 163.5t106 163t109.5 161.5h-420l51 178h1413zM6026 999h420l89 178h-394zM4919 1508h-586l39 178h802l-153 -597h-548q-4 -10 -13.5 -43.5t-22 -78.5t-26.5 -96.5t-25.5 -97t-19 -80t-7.5 -46.5v-4q17 -9 38 -14t43 -7.5t44 -3t41 -0.5h114q54 0 87.5 10t57 30t40.5 50.5t37 72.5q2 4 3.5 7.5t3.5 7.5q16 -17 38 -29.5t46 -22t48.5 -18.5t45.5 -20q-18 -37 -39.5 -67t-45.5 -56.5t-51 -52t-55 -52.5q-22 0 -43.5 -3.5t-43.5 -8t-44 -8t-44 -3.5q-35 0 -73 -0.5t-80 -0.5q-52 0 -105.5 2t-105.5 8.5t-99.5 19t-86.5 32.5q0 1 -0.5 1.5t-0.5 1.5q-3 11 -8 26.5t-5 26.5q0 5 1 7l178 675h548zM4117 1559q24 -24 51 -45t51 -44l51 -12q-136 -105 -268 -210.5t-267 -210.5q105 18 209.5 29.5t210.5 22.5q-24 -41 -45.5 -82.5t-43.5 -83.5q-157 0 -312.5 -21t-310.5 -43q-8 39 -11.5 77t-14.5 76q83 41 157 95t149 108h-255q9 17 14 38t7.5 43t3 44t0.5 41q18 17 40.5 32.5t46.5 31t47.5 31t43.5 32.5q71 62 133.5 128t121.5 140q45 -27 92.5 -46.5t98.5 -30.5q-94 -85 -188 -168.5t-194 -162.5h166q56 48 110 93.5t106 97.5zM3061 1177l-306 13l-114 -420h-675l115 433h-191l-140 -535h1120l-51 -190h-1349l191 725h-242l51 178l241 -13l90 357l241 -13l-101 -344h191l76 331h242l-102 -331h216l89 331h242l-102 -331h319zM2310 1203l-64 -255h204l63 242zM3315 668q195 20 385 56.5t379 83.5q-15 -15 -26.5 -34t-11.5 -42q-17 -19 -23.5 -42.5t-15.5 -46.5q-160 -38 -318 -75.5t-318 -77.5q-10 47 -22.5 90t-28.5 88zM655 1534v-204h420v-891h-89v64h-764v-64h-88v891h419v204h102zM986 1241h-331v-280h331v280zM222 961h331v280h-331v-280zM655 592h331v280h-331v-280zM553 592v280h-331v-280h331z" + }, + { + Name: "Globe2", + Code: "F49A", + Path: "M1897 476q0 -26 -19 -45t-45 -19q-15 0 -31 10t-31 23.5t-28 28.5t-23 25q-106 -94 -232.5 -151t-266.5 -77v-143h187v-128h-512v128h197v134q-134 0 -257 34t-230.5 96t-195.5 149.5t-150.5 194t-97 229.5t-34.5 257q0 177 61 337.5t176 294.5q-9 8 -18.5 17t-18 19t-14 21.5t-5.5 24.5q0 26 19 45t45 19q27 0 46 -19l222 -221q95 78 209.5 119t237.5 41q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -123 -41 -237.5t-119 -209.5l246 -247q19 -19 19 -46zM512 1216q0 -81 23 -161l129 130q-37 55 -66 113.5t-49 121.5q-37 -100 -37 -204zM756 1647q-51 0 -75 -24.5t-24 -75.5q0 -33 9 -69t23.5 -71.5t32 -68.5t35.5 -61l270 270q-28 18 -61.5 36t-68.5 32t-71 23t-70 9zM1419 1155l-270 -270q28 -18 61 -35.5t68.5 -32t71.5 -23.5t69 -9q52 0 76 24t24 76q0 33 -9 69t-23.5 71.5t-32 68.5t-35.5 61zM1043 960l301 301q-95 116 -211 211l-301 -301q95 -116 211 -211zM741 1081l-152 -153q38 -66 91.5 -119.5t119.5 -91.5l153 152q-117 95 -212 212zM1057 792l-130 -129q80 -23 161 -23q104 0 204 37q-63 20 -121.5 49t-113.5 66zM1627 1012q37 100 37 204q0 81 -23 161l-129 -130q37 -55 66 -113.5t49 -121.5zM1587 1504q-38 66 -91.5 119.5t-119.5 91.5l-153 -152q117 -95 212 -212zM1249 1769q-80 23 -161 23q-104 0 -204 -37q63 -20 121.5 -49t113.5 -66zM1088 390q149 0 288 51.5t253 148.5l-87 87q-97 -80 -212 -122.5t-242 -42.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187q0 127 42.5 242t122.5 212l-93 93q-97 -114 -148.5 -253t-51.5 -289q0 -115 29.5 -221t84 -198.5t130 -168t168 -130t199 -84t221.5 -29.5z" + }, + { + Name: "Guitar", + Code: "F49B", + Path: "M2048 1728q0 -26 -19 -45l-288 -288q-19 -19 -45 -19q-29 0 -48 22l-502 -502h70q26 0 45 -19t19 -45v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-26 0 -45 -19t-19 -45q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224q0 93 35 174.5t96 142.5t142.5 96t174.5 35q26 0 45 19t19 45q0 53 20 99.5t55 81.5t81.5 55t99.5 20q66 0 120.5 -30t91.5 -84l418 418q-22 19 -22 48q0 26 19 45l288 288q19 19 45 19t45 -19l256 -256q19 -19 19 -45zM1152 768h-160q-26 0 -45 19l-160 160q-19 19 -19 45t19 45l99 99q-14 36 -46.5 58t-71.5 22q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 40 15 75t41 61t61 41t75 15q26 0 45 19t19 45v64zM992 922l566 566l-70 70l-566 -566zM1696 1530l198 198l-166 166l-198 -198zM355 579l90 90l224 -224l-90 -90zM547 771l90 90l224 -224l-90 -90z" + }, + { + Name: "Breakfast", + Code: "F49C", + Path: "M1408 1456q-26 0 -45 19t-19 45q0 51 19.5 98t55.5 83l79 80q38 38 38 91q0 26 19 45t45 19t45 -19t19 -45q0 -51 -19.5 -98t-55.5 -83l-79 -80q-38 -38 -38 -91q0 -26 -19 -45t-45 -19zM1024 1456q-26 0 -45 19t-19 45q0 51 19.5 98t55.5 83l79 80q38 38 38 91q0 26 19 45t45 19t45 -19t19 -45q0 -51 -19.5 -98t-55.5 -83l-79 -80q-38 -38 -38 -91q0 -26 -19 -45t-45 -19zM1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-57q-2 -7 -3.5 -13t-3.5 -12v-39q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-384q-78 0 -144 35t-110 93h-500q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h256q0 79 30.5 149t82.5 122.5t122 82.5t149 30q30 0 58.5 -5.5t55.5 -13.5v403h1024v-128h64zM654 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h370v228q-26 13 -54.5 20.5t-59.5 7.5zM334 384h441q-7 29 -7 64v64h-615q10 -28 28 -51.5t41.5 -40.5t52 -26.5t59.5 -9.5zM797 317q0 -1 0.5 -1.5t0.5 -1.5q0 1 -0.5 1.5t-0.5 1.5zM1664 448v832h-768v-832q0 -40 15 -75t41 -61t61 -41t75 -15h384q40 0 75 15t61 41t41 61t15 75zM1920 704v384q0 26 -19 45t-45 19h-64v-512h64q26 0 45 19t19 45z" + }, + { + Name: "Brunch", + Code: "F49D", + Path: "M1662 1152q-4 -72 -15 -140t-28.5 -134t-40 -131.5t-48.5 -131.5q-9 -23 -14.5 -51.5t-8.5 -51.5h285v-64q0 -56 -18.5 -107t-52 -92.5t-79.5 -71t-100 -41.5l22 -136h-686l16 128h-574q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h256q0 79 30 149t82.5 122.5t122 82.5t149.5 30q50 0 97 -13t90 -38q-27 97 -43 195.5t-16 199.5q0 78 12.5 149t35.5 145h143l-102 404l125 31l109 -435h189q0 79 30 149.5t82 123t122 83t150 30.5q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30.5 -150t-83 -122t-122.5 -82t-150 -30zM1664 1792q-53 0 -100 -20.5t-81.5 -55.5t-54.5 -82t-20 -100h208q20 -64 31 -125.5t14 -128.5q54 0 101 20t82.5 55t55.5 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM640 768q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h512q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM926 384h-787q10 -29 28 -52.5t42 -40.5t52.5 -26t58.5 -9h591q4 32 9.5 64t5.5 64zM1503 384q2 -31 7.5 -60.5t9.5 -59.5q46 12 81.5 43.5t51.5 76.5h-150zM1536 1234q0 44 -3.5 87t-13.5 85h-606q-9 -42 -13 -83.5t-4 -83.5q0 -58 8 -127t22.5 -139t34.5 -136.5t45 -120.5q29 -63 40 -128.5t11 -134.5q0 -82 -11.5 -163t-22.5 -162h390q-12 75 -26.5 149.5t-14.5 151.5q0 27 2 57.5t7 62t12.5 61.5t18.5 55q30 70 53 139t39 138.5t24 142t8 149.5z" + }, + { + Name: "BeerMug", + Code: "F49E", + Path: "M1600 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-512q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-64v-192q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1379q-59 34 -93.5 93t-34.5 128q0 52 20 99t54.5 81.5t80.5 55t99 20.5h1154q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -35 -9.5 -69t-26 -64.5t-40.5 -55.5t-52 -43v-24h64zM255 1920q-26 0 -49.5 -10t-40.5 -27.5t-27 -41t-10 -49.5q0 -40 23.5 -73t61.5 -47l43 -15v-569q0 -26 19 -45t45 -19t45 19t19 45v384q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-256q0 -26 19 -45t45 -19t45 19t19 45v256q0 40 15 75t41 61t61 41t75 15h371q33 16 55 52t22 76q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-1153zM1408 192v76q-15 -5 -31 -8.5t-33 -3.5h-1024q-17 0 -33 3.5t-31 8.5v-76q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45zM1344 384q26 0 45 19t19 45v1088h-320q-26 0 -45 -19t-19 -45v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v256q0 26 -19 45t-45 19t-45 -19t-19 -45v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-33 0 -64 11v-459q0 -26 19 -45t45 -19h192v448q0 27 19 45.5t45 18.5t45 -18.5t19 -45.5v-448h384v576q0 27 19 45.5t45 18.5t45 -18.5t19 -45.5v-576h192zM1792 704v512q0 40 -15 75t-41 61t-61 41t-75 15h-64v-896h64q40 0 75 15t61 41t41 61t15 75z" + }, + { + Name: "Vacation", + Code: "F49F", + Path: "M1728 384q26 0 45 -19t19 -45t-19 -45t-45 -19h-768q-26 0 -45 19t-19 45t19 45t45 19h768zM1600 128q26 0 45 -19t19 -45t-19 -45t-45 -19h-512q-26 0 -45 19t-19 45t19 45t45 19h512zM1838 640h210v-128h-1511q-10 -64 -14.5 -128t-7 -127.5t-2.5 -127.5t-1 -129h-384v193q0 81 6 160t17 159h-151v128h172q50 245 151 471t250 427q-146 5 -268 61.5t-223 159.5l-45 46l47 44q104 97 228 147.5t267 50.5q156 0 286 -58.5t239 -167.5q77 -2 149 -24t134 -60t113 -90t87.5 -115t56.5 -135t20 -150v-64h-64q-132 0 -247.5 56.5t-198.5 158.5q-76 -138 -191 -227t-269 -125q-43 -99 -76.5 -200t-56.5 -206h289q22 84 69 154.5t112.5 121.5t145.5 79.5t167 28.5t167 -28.5t145.5 -79.5t112.5 -121.5t69 -154.5zM1238 1668q-6 -65 -26 -132q51 -88 134.5 -146t184.5 -74q-10 61 -35 115.5t-63.5 100.5t-87.5 80.5t-107 55.5zM1112 1661q-102 -8 -192.5 -50.5t-161 -110t-117 -156.5t-60.5 -189q85 7 161 36.5t139 77.5t112 112.5t81 143.5q14 33 23.5 67t14.5 69zM224 1801q80 -66 177 -101t201 -35q97 0 187.5 30t167.5 88q-80 66 -177 101t-201 35q-97 0 -187.5 -30t-167.5 -88zM542 1026q-8 -2 -16 -2h-16q-16 0 -32 0.5t-32 1.5v47q-53 -118 -89.5 -232t-59 -230t-32 -235.5t-9.5 -247.5h128q0 121 8.5 234t27 223t48.5 219t74 222zM984 640h720q-20 57 -56 104.5t-83.5 81t-103.5 52t-117 18.5t-117 -18.5t-103.5 -52t-83.5 -81t-56 -104.5z" + }, + { + Name: "Teeth", + Code: "F4A0", + Path: "M1024 1536q70 0 132.5 20t123.5 44t123 44t133 20v-128q-44 0 -84 -9.5t-78.5 -23.5t-77.5 -31t-81 -31t-89 -23.5t-102 -9.5t-102 9.5t-89 23.5t-80.5 31t-77.5 31t-79 23.5t-84 9.5v128q69 0 132 -20t124 -44t124 -44t132 -20zM2048 1469q0 -177 -26 -360.5t-76.5 -363t-125.5 -349t-173 -318.5q-24 -36 -61 -57t-81 -21q-55 0 -99 31.5t-61 83.5l-178 532q-35 -4 -71 -5.5t-72 -1.5t-72 1.5t-71 5.5l-178 -532q-17 -52 -61 -83.5t-99 -31.5q-44 0 -81 21t-61 57q-98 149 -173 318.5t-125.5 349t-76.5 363t-26 360.5q0 112 34 216.5t99 185t160 129t217 48.5q71 0 133.5 -20t123.5 -44t123.5 -44t133.5 -20t133.5 20t123.5 44t123.5 44t133.5 20q122 0 217 -48.5t160 -129t99 -185t34 -216.5zM1920 1467q0 93 -25 175.5t-75.5 144t-125.5 97.5t-175 36q-58 0 -111.5 -20t-111.5 -44t-124 -44t-148 -20q-83 0 -148.5 20t-123.5 44t-114.5 44t-121.5 20q-97 0 -170 -38t-121.5 -101t-72.5 -144.5t-24 -169.5q0 -98 11.5 -211.5t34 -233.5t55 -241.5t75 -235.5t94.5 -216t112 -182q15 -19 38 -19q12 0 31 36.5t40.5 93.5t44.5 126t43.5 133.5t36.5 117.5t24 77q8 26 30.5 45.5t51.5 19.5q44 0 87 -4.5t87 -4.5t87 4.5t87 4.5q29 0 51.5 -19.5t30.5 -45.5q8 -24 24 -77t36.5 -117.5t43.5 -133.5t44.5 -126t40.5 -93.5t31 -36.5q23 0 38 19q60 80 112 182t94.5 216t75 235.5t55 241t34 233.5t11.5 212z" + }, + { + Name: "Taxi", + Code: "F4A1", + Path: "M384 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1664 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM2048 1152h-37l-66 -65q2 -5 10 -30t19.5 -59t24.5 -73t24 -71.5t18 -54l7 -21.5v-650q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v650l7 21.5t18 54t24 71.5t24.5 73t19.5 59t10 30l-66 65h-37v128h91l57 -58l74 223q17 52 48 92.5t72.5 68.5t90.5 43t103 15l111 221q8 16 24 25.5t33 9.5h640q17 0 33 -9.5t24 -25.5l111 -221q54 0 103 -15t90.5 -43t72.5 -68.5t48 -92.5l74 -223l57 58h91v-128zM744 1792l-64 -128h688l-64 128h-560zM259 1152h1530l-85 253q-20 59 -69.5 95t-112.5 36h-996q-63 0 -112.5 -36t-69.5 -95zM1408 256v49l-104 207h-560l-104 -207v-49h768zM1536 256h384v502l-6 18.5t-15.5 46.5t-20.5 61.5t-21 63t-17 50.5t-9 26h-1614q-2 -5 -9 -26t-17 -50.5t-21 -63t-20.5 -61.5t-15.5 -46.5l-6 -18.5v-502h384v79l152 305h720l152 -305v-79z" + }, + { + Name: "Chopsticks", + Code: "F4A2", + Path: "M1920 1339q0 -26 -19 -45t-45 -19h-1088v-379h832q26 0 45 -19t19 -45q0 -115 -29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5q0 26 19 45t45 19h576v379h-128v-187q0 -26 -19 -45t-45 -19t-45 19t-19 45v187h-192q-26 0 -45 19t-19 45t19 45t45 19h192v156l-40 -8t-52 -10t-51.5 -9t-37.5 -4q-26 0 -45 19t-19 45q0 23 15 41t38 22l1659 292q4 1 11 1q26 0 45 -19t19 -45q0 -23 -15 -41t-38 -22l-1105 -195v-223h1088q26 0 45 -19t19 -45zM832 128q136 0 258 49t216.5 135t154.5 203t72 253h-1402q12 -136 72 -253t154.5 -203t216.5 -135t258 -49zM512 1403h128v201l-128 -23v-178z" + }, + { + Name: "SyncOccurence", + Code: "F4A3", + Path: "M1792 1792h128v-512h-512v128h281q-51 88 -122.5 159t-158 121t-184 77t-200.5 27q-138 0 -263 -46.5t-225.5 -129t-170 -196.5t-95.5 -249l-126 25q20 105 63.5 199t106 174.5t141 145.5t169.5 110.5t192 70t208 24.5q118 0 230 -30.5t211.5 -87t183 -136.5t143.5 -180v306zM1024 256q138 0 263 46.5t225.5 129t170 196t95.5 248.5l125 -24q-30 -158 -111 -290.5t-198 -229t-263.5 -150.5t-306.5 -54q-119 0 -231.5 30.5t-211.5 86.5t-182 136.5t-143 180.5v-306h-128v512h512v-128h-281q51 -89 122.5 -160t157.5 -120.5t183.5 -76.5t201.5 -27z" + }, + { + Name: "UnsyncOccurence", + Code: "F4A4", + Path: "M1933 205l-90 -90l-235 234q-119 -103 -267.5 -162t-316.5 -59q-119 0 -231.5 30.5t-211.5 86.5t-182 136.5t-143 180.5v-306h-128v512h512v-128h-281q51 -89 122.5 -160t157.5 -120.5t183.5 -76.5t201.5 -27q141 0 266.5 48.5t227.5 135.5l-1079 1078q-63 -73 -106 -160t-63 -187l-126 25q23 119 76 222.5t129 189.5l-234 235l90 90zM1024 1792q-97 0 -187 -24t-171 -67l-94 95q101 60 214.5 92t237.5 32q118 0 230 -30.5t211.5 -87t183 -136.5t143.5 -180v306h128v-512h-512v128h281q-51 88 -122.5 159t-158 121t-184 77t-200.5 27zM1797 571l-96 96q26 49 46 100.5t31 108.5l125 -24q-14 -77 -41.5 -146.5t-64.5 -134.5z" + }, + { + Name: "GIF", + Code: "F4A9", + Path: "M1856 1920q39 0 74 -15t61.5 -41.5t41.5 -61.5t15 -74v-1280q0 -39 -15 -74t-41.5 -61.5t-61.5 -41.5t-74 -15h-1664q-39 0 -74 15t-61.5 41.5t-41.5 61.5t-15 74v1280q0 39 15 74t41.5 61.5t61.5 41.5t74 15h1664zM1920 448v1280q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-1280q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45zM1294 774v628h338v-89h-234v-188h216v-88h-216v-263h-104zM638 1028v87h236v-298q-51 -27 -106 -40t-112 -13q-71 0 -128.5 23t-98.5 64.5t-63 99.5t-22 129q0 73 25 134t69.5 105t105.5 68.5t134 24.5q45 0 89.5 -6.5t86.5 -23.5v-108q-38 26 -82 37.5t-90 11.5q-52 0 -94 -18t-72 -50t-46 -75.5t-16 -94.5q0 -48 12.5 -90.5t38 -74t63.5 -49.5t90 -18q29 0 57.5 5.5t54.5 19.5v150h-132zM1034 768v627h108v-627h-108z" + }, + { + Name: "PrimaryCalendar", + Code: "F4AE", + Path: "M2031 511l-266 -197l102 -313l-267 193l-266 -194l101 314l-266 197h335l97 310l95 -310h335zM2048 1920v-1249h-128v737h-1792v-1152h1116l4 -3l-41 -125h-1207v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792z" + }, + { + Name: "SearchCalendar", + Code: "F4AF", + Path: "M2048 1920v-768q-58 57 -128 95v161h-1792v-1152h707q-17 -17 -30 -30.5t-23.5 -27.5t-19.5 -30.5t-16 -39.5h-746v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "VideoOff", + Code: "F4B0", + Path: "M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1544v-686q-57 63 -128 106v373l-384 -193v-92q-33 -3 -65 -10t-63 -18v384h-1280v-768h896q-11 -31 -18 -63t-10 -65h-996v1024h1536v-248z" + }, + { + Name: "PowerAutomateLogo", + Code: "F4B1", + Path: "M2020 1088q0 -56 -37 -98l-597 -683q-21 -24 -51 -37.5t-62 -13.5h-1117q-31 0 -58 12t-47.5 32t-32 47.5t-11.5 58.5q0 56 37 98l511 584l-511 584q-37 42 -37 98q0 31 11.5 58.5t32 47.5t47.5 32t58 12h1117q32 0 62 -13.5t51 -37.5l597 -683q37 -42 37 -98zM640 1185l527 607h-1011q-9 0 -15 -6.5t-6 -15.5q0 -6 5 -13zM156 384h477l948 1067l-271 310q-292 -336 -584.5 -671.5t-585.5 -670.5q-5 -7 -5 -13q0 -9 6 -15.5t15 -6.5zM1892 1088q0 7 -5 14l-221 252l-862 -970h469q9 0 16 7l598 683q5 7 5 14z" + }, + { + Name: "BusinessCenterLogo", + Code: "F4B2", + Path: "M1728 1536q40 0 75 -15t61 -41t41 -61t15 -75v-768q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1408q-40 0 -75 15t-61 41t-41 61t-15 75v768q0 40 15 75t41 61t61 41t75 15h322q6 54 31 101t63.5 81.5t87.5 54t104 19.5h128q55 0 104 -19.5t87.5 -54t63.5 -81.5t31 -101h386zM928 1664q-28 0 -54 -9.5t-47 -26.5t-35.5 -40.5t-20.5 -51.5h442q-6 28 -20.5 51.5t-35.5 40.5t-47 26.5t-54 9.5h-128zM1408 1408h-1088q-26 0 -45 -19t-19 -45v-768q0 -26 19 -45t45 -19h1088v896zM1792 1344q0 26 -19 45t-45 19h-192v-896h192q26 0 45 19t19 45v768z" + }, + { + Name: "ToDoLogoBottom", + Code: "F4B3", + Path: "M894 966l-353 -353h-89l-397 397l397 397z" + }, + { + Name: "ToDoLogoTop", + Code: "F4B4", + Path: "M2048 1408l-1195 -1195l-400 400l1195 1195z" + }, + { + Name: "EditSolid12", + Code: "F4B5", + Path: "M1754 2048q61 0 114.5 -21.5t93.5 -60t63 -91t23 -113.5q0 -47 -10 -84t-28 -69.5t-44 -62t-58 -60.5l-424 423q31 31 59.5 57t59.5 44t67.5 28t83.5 10zM1334 1758l422 -422l-1003 -1001l-753 -333l348 759z" + }, + { + Name: "EditSolidMirrored12", + Code: "F4B6", + Path: "M294 2048q-61 0 -114.5 -21.5t-93.5 -60t-63 -91t-23 -113.5q0 -47 10 -84t28 -69.5t44 -62t58 -60.5l424 423q-31 31 -59.5 57t-59.5 44t-67.5 28t-83.5 10zM714 1758l-422 -422l1003 -1001l753 -333l-348 759z" + }, + { + Name: "UneditableSolid12", + Code: "F4B7", + Path: "M1908 1486l-424 423q31 31 59.5 57t59.5 44t67.5 28t83.5 10q61 0 114.5 -21.5t93.5 -60t63 -91t23 -113.5q0 -47 -10 -84.5t-28 -69.5t-44 -61.5t-58 -60.5zM1756 1336l-282 -282l-420 420l280 284zM25 1902l121 121l1877 -1877l-121 -121l-729 729l-420 -419l-753 -333l348 759l407 411z" + }, + { + Name: "UneditableSolidMirrored12", + Code: "F4B8", + Path: "M574 1054l-282 282l422 422l280 -284zM2048 2l-753 333l-420 419l-729 -729l-121 121l1877 1877l121 -121l-730 -730l407 -411zM140 1486q-32 31 -58 60.5t-44 62t-28 69.5t-10 84q0 61 23 113.5t63 91t93.5 60t114.5 21.5q47 0 83.5 -10t67.5 -28t59 -44t60 -57z" + }, + { + Name: "UneditableMirrored", + Code: "F4B9", + Path: "M576 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM256 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM843 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 0l-633 158l-263 263v182l276 -277q16 52 44.5 98.5t66.5 84.5t84 66t99 45l-1082 1081l-293 -293l384 -384h-182l-451 451q-48 48 -73 109.5t-25 127.5q0 70 26.5 131t72 106.5t106.5 72t130 26.5q67 0 128.5 -25t109.5 -73l1304 -1305l13 -12zM549 1792q-25 25 -47 48t-46.5 41t-53.5 28.5t-67 10.5q-43 0 -80.5 -16.5t-65.5 -44.5t-44.5 -66t-16.5 -81q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47zM1872 176l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87z" + }, + { + Name: "AdminALogo32", + Code: "F4BA", + Path: "M1757 692q-14 -19 -28 -37t-30 -35l75 -194l-262 -153l-132 172q-27 -5 -54.5 -8t-54.5 -3q-28 0 -55 3v-386l-1152 266v1414l1152 266v-386q9 1 18.5 1.5t18.5 0.5l83 187l293 -77l-28 -212q20 -14 38.5 -28t35.5 -31l192 74l152 -262l-170 -131q5 -23 7 -46t3 -46l189 -84l-77 -293zM1216 741q14 -2 27 -3.5t27 -1.5q60 0 112.5 22.5t91.5 61.5t61.5 91.5t22.5 112.5t-22.5 112.5t-61.5 91.5t-91.5 61.5t-112.5 22.5q-14 0 -27 -1.5t-27 -3.5v-167q25 12 54 12q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-29 0 -54 12v-167zM888 657q-55 189 -111 375.5t-109 375.5l-164 -10l-199 -705l146 -9l38 147h190l42 -164zM1625 636q30 27 55 58.5t45 66.5l198 -26l49 185l-177 79q0 5 0.5 11t0.5 11q0 35 -5 69t-13 70l158 121l-97 166l-180 -69q-57 57 -126 101l25 196l-186 49l-78 -175q-5 1 -11 1h-11q-14 0 -27 -3q-1 0 -1.5 -0.5t-3.5 -0.5h-24v-174q14 2 27 3t27 1q73 0 137 -27.5t112 -75.5t75.5 -112t27.5 -137t-27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5q-14 0 -27 1t-27 3v-175q13 -2 25 -2h25q71 0 140 18l122 -160l167 97zM582 1218q0 -2 4 -18.5t10 -41t13.5 -54t14.5 -56t12.5 -47t7.5 -27.5h-124l58 229q2 10 4 15z" + }, + { + Name: "AdminALogoFill32", + Code: "F4BB", + Path: "M2020 939l-63 -240l-206 27q-17 -26 -36.5 -51t-42.5 -47l72 -188l-214 -125l-127 166q-62 -14 -123 -14q-67 0 -131.5 15.5t-124.5 46.5v305q45 -61 112.5 -95.5t143.5 -34.5q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-76 0 -143.5 -34.5t-112.5 -95.5v305q61 32 126 47t134 15l80 181l240 -63l-27 -204q55 -35 100 -80l186 71l124 -214l-163 -125q6 -32 9.5 -63.5t3.5 -63.5zM691 1441l240 -819l-235 15l-42 167h-140l-39 -154l-211 13l215 765z" + }, + { + Name: "ToDoLogoInverse", + Code: "F4BC", + Path: "M384 1536l384 -384l-384 -384l-384 384zM1664 1792l384 -384l-1152 -1152l-384 384z" + }, + { + Name: "Snooze", + Code: "F4BD", + Path: "M640 768h256v-128h-384v512h128v-384zM640 1408q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM640 256q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1361 1397h239v-117h-448v66l250 329h-225v117h421v-78zM2048 1623v-87h-320v49l179 248h-161v87h301v-59l-170 -238h171z" + }, + { + Name: "CortanaLogoBeckonInner", + Code: "F4C6", + Path: "M1024 1749q100 0 193 -26t173.5 -73t146.5 -113t113 -146.5t73 -173.5t26 -193t-26 -193t-73 -173.5t-113 -146.5t-146.5 -113t-173.5 -73t-193 -26t-193 26t-173.5 73t-146.5 113t-113 146.5t-73 173.5t-26 193t26 193t73 173.5t113 146.5t146.5 113t173.5 73t193 26z" + }, + { + Name: "CortanaLogoBeckonOuter", + Code: "F4C7", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 384q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170t23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23z" + }, + { + Name: "CortanaLogoReadyInner", + Code: "F4C8", + Path: "M1024 1664q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23z" + }, + { + Name: "CortanaLogoReadyOuter", + Code: "F4C9", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 512q106 0 199.5 40t163 109.5t109.5 163t40 199.5t-40 199.5t-109.5 163t-163 109.5t-199.5 40t-199.5 -40t-163 -109.5t-109.5 -163t-40 -199.5t40 -199.5t109.5 -163t163 -109.5t199.5 -40z" + }, + { + Name: "ShowVisualFilter", + Code: "F4DE", + Path: "M384 789q-53 -70 -89 -149h-295v1152h384v-1003zM256 1664h-128v-896h128v896zM640 1022q-34 -21 -66 -44.5t-62 -49.5v608h384v-399q-33 -10 -64.5 -21.5t-63.5 -25.5v318h-128v-386zM1152 1181q-32 -2 -64 -5t-64 -9v881h384v-881q-32 6 -64 9t-64 5v739h-128v-739zM1216 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM1216 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1216 1024q100 0 200.5 -22t192.5 -64t172.5 -102.5t139.5 -139t93 -173t34 -203.5h-128q0 91 -29.5 169.5t-80.5 142.5t-119.5 113t-146.5 82.5t-162 51t-166 17.5t-166 -17.5t-162 -51t-146.5 -82.5t-119.5 -113t-80.5 -142.5t-29.5 -169.5h-128q0 109 34 203.5t93 173t139.5 139t172.5 102.5t192.5 64t200.5 22z" + }, + { + Name: "WaffleOffice365", + Code: "F4E0", + Path: "M192 2048q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 2048q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 1664q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM192 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM192 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15z" + }, + { + Name: "AddConnection", + Code: "F4E1", + Path: "M256 832q0 90 34 172t97 145l211 211l634 -634l-211 -211q-63 -63 -145 -97t-172 -34q-73 0 -141.5 22.5t-126.5 66.5l-327 -326l-90 90l326 327q-44 58 -66.5 126.5t-22.5 141.5zM704 509q63 0 110.5 17.5t87.5 47.5t76.5 69t78.5 81l-461 461q-41 -41 -80.5 -78t-70.5 -77.5t-49.5 -88t-18.5 -109.5q0 -69 25.5 -128t69.5 -102.5t104 -68t128 -24.5zM1664 1344q0 -89 -34 -171.5t-97 -145.5l-212 -211l-633 633l211 212q63 63 146 95t171 32q72 0 141 -21.5t127 -63.5l327 326l90 -90l-326 -327q44 -58 66.5 -126.5t22.5 -141.5zM1324 990q41 40 80.5 77.5t70 78t49.5 88.5t19 110q0 69 -25.5 128t-70 102.5t-104 68t-127.5 24.5q-63 0 -110.5 -18t-88 -47.5t-77 -68.5t-78.5 -81zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" + }, + { + Name: "ImageSearch", + Code: "F4E8", + Path: "M1664 1472q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM2048 1792v-639q-28 28 -60.5 50.5t-67.5 41.5v419h-1792v-677l448 447l556 -555q-12 -54 -12 -111q0 -16 2 -32l4 -32l-550 550l-448 -449v-421h835l-128 -128h-835v1536h2048zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "NewsSearch", + Code: "F4E9", + Path: "M1487 1280q-59 -20 -111.5 -52t-96.5 -76h-255v128h463zM1120 768q0 -32 4.5 -64t12.5 -64h-113v128h96zM2048 1536v-383q-28 28 -60.5 50.5t-67.5 41.5v163h-128v-113q-32 8 -64 12.5t-64 4.5v352h-1536v-1031q0 -25 9.5 -47t26 -38.5t38.5 -26t47 -9.5h842l-128 -128h-714q-51 0 -96.5 19.5t-79.5 53.5t-53.5 79.5t-19.5 96.5v1159h1792v-256h256zM1536 1408h-1280v128h1280v-128zM256 1280h640v-640h-640v640zM384 768h384v384h-384v-384zM1024 1024h128v-79q-9 -25 -15 -49h-113v128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "VideoSearch", + Code: "F4EA", + Path: "M2048 1792v-639q-28 28 -60.5 50.5t-67.5 41.5v419h-128v-128h-128v128h-1280v-128h-128v128h-128v-1152h128v128h128v-128h707l-128 -128h-963v1408h2048zM1792 1408v-113q-32 8 -64 12.5t-64 4.5v96h128zM384 1024h-128v128h128v-128zM384 1280h-128v128h128v-128zM256 896h128v-128h-128v128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "R", + Code: "F4EB", + Path: "M1023 384h-127v768h253q49 0 94.5 -12t80 -37t55 -64t20.5 -94q0 -83 -46 -136t-124 -76q39 -22 70 -58.5t54 -74.5l136 -216h-148l-123 206q-13 22 -27 41t-30.5 33.5t-37.5 23t-49 8.5h-51v-312zM1023 799h106q60 0 98 35.5t38 96.5q0 62 -39 90t-96 28h-107v-250zM1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z" + }, + { + Name: "FontColorA", + Code: "F4EC", + Path: "M1582 384h-135l-170 512h-634l-170 -512h-135l555 1664h134zM1234 1024l-274 821l-274 -821h548z" + }, + { + Name: "FontColorSwatch", + Code: "F4ED", + Path: "M1664 256v-256h-1408v256h1408z" + }, + { + Name: "LightWeight", + Code: "F4EE", + Path: "M1457 731q0 -111 -37.5 -199t-103.5 -149.5t-157 -94t-199 -32.5h-448v1664h438q89 0 167 -24.5t136 -73t91.5 -120.5t33.5 -166q0 -72 -19.5 -136t-57 -116t-92 -90.5t-123.5 -60.5v-4q84 -9 152 -40t117 -82t75.5 -120.5t26.5 -155.5zM627 1814v-644h232q81 0 153.5 21t127 63.5t87 107.5t32.5 153q0 84 -26.5 141.5t-74 92.5t-112.5 50t-142 15h-277zM1340 722q0 104 -40 171t-105.5 105.5t-150 53t-172.5 14.5h-245v-706h309q88 0 162.5 21t128 65.5t83.5 112.5t30 163z" + }, + { + Name: "NormalWeight", + Code: "F4EF", + Path: "M1536 735q0 -115 -44 -204t-118.5 -149.5t-172.5 -92t-205 -31.5h-484v1662h473q88 0 172.5 -22t150 -68.5t105.5 -118t40 -171.5q0 -69 -19.5 -132t-57 -114.5t-91 -89.5t-120.5 -58v-5q84 -9 152.5 -41.5t117 -85t75 -123.5t26.5 -156zM707 1744v-536h198q72 0 134.5 16.5t109 51.5t73 91t26.5 134q0 72 -26 119t-70 74.5t-101 38.5t-120 11h-224zM1332 738q0 90 -34.5 147t-91 89.5t-129 44.5t-148.5 12h-222v-597h263q73 0 138.5 17.5t115 54t79 94t29.5 138.5z" + }, + { + Name: "SemiboldWeight", + Code: "F4F0", + Path: "M1639 734q0 -82 -24 -149t-65.5 -120t-98 -92.5t-122.5 -65.5t-138.5 -38.5t-144.5 -12.5h-534v1664h528q59 0 120.5 -8.5t120 -27.5t109.5 -48.5t89.5 -71.5t61 -98t22.5 -126q0 -73 -21 -136t-60.5 -113.5t-95 -87.5t-124.5 -58v-5q85 -10 154.5 -42t119 -84t76.5 -122.5t27 -157.5zM787 1698v-473h179q63 0 119 14.5t98 46t66 80.5t24 119q0 64 -24 105.5t-64 65.5t-91 33t-106 9h-201zM1345 745q0 79 -31 129.5t-81.5 79t-115 39t-130.5 10.5h-200v-527h236q65 0 123.5 15t102.5 47t70 83.5t26 123.5z" + }, + { + Name: "GroupObject", + Code: "F4F1", + Path: "M256 1792h-256v256h256v-256zM2048 2048v-256h-256v256h256zM0 256h256v-256h-256v256zM1792 256h256v-256h-256v256zM768 256h896v-128h-1024v512h-512v1024h128v-896h384v640h640v384h-896v128h1024v-512h512v-1024h-128v896h-384v-640h-640v-384zM768 768h512v512h-512v-512z" + }, + { + Name: "UngroupObject", + Code: "F4F2", + Path: "M1920 1152v-896h128v-256h-256v128h-896v-128h-256v256h128v512h-512v-128h-256v256h128v896h-128v256h256v-128h896v128h256v-256h-128v-512h512v128h256v-256h-128zM768 896v256h-128v256h256v-128h256v512h-896v-896h512zM896 1152v-256h256v256h-256zM1792 1152h-512v-256h128v-256h-256v128h-256v-512h896v896z" + }, + { + Name: "AlignHorizontalLeft", + Code: "F4F3", + Path: "M0 2048h128v-2048h-128v2048zM1408 1152h-1152v512h1152v-512zM1280 1536h-896v-256h896v256zM1920 896v-512h-1664v512h1664zM1792 768h-1408v-256h1408v256z" + }, + { + Name: "AlignHorizontalCenter", + Code: "F4F4", + Path: "M1792 384h-768v-384h-128v384h-768v512h768v256h-512v512h512v384h128v-384h512v-512h-512v-256h768v-512zM512 1280h896v256h-896v-256zM1664 768h-1408v-256h1408v256z" + }, + { + Name: "AlignHorizontalRight", + Code: "F4F5", + Path: "M1920 2048v-2048h-128v2048h128zM512 1664h1152v-512h-1152v512zM640 1280h896v256h-896v-256zM0 896h1664v-512h-1664v512zM128 512h1408v256h-1408v-256z" + }, + { + Name: "AlignVerticalTop", + Code: "F4F6", + Path: "M2048 2048v-128h-2048v128h2048zM1152 1792h512v-1152h-512v1152zM1280 768h256v896h-256v-896zM384 1792h512v-1664h-512v1664zM512 256h256v1408h-256v-1408z" + }, + { + Name: "AlignVerticalCenter", + Code: "F4F7", + Path: "M2048 1024h-384v-512h-512v512h-256v-768h-512v768h-384v128h384v768h512v-768h256v512h512v-512h384v-128zM768 1792h-256v-1408h256v1408zM1536 1536h-256v-896h256v896z" + }, + { + Name: "AlignVerticalBottom", + Code: "F4F8", + Path: "M2048 256v-128h-2048v128h2048zM1664 384h-512v1152h512v-1152zM1536 1408h-256v-896h256v896zM896 384h-512v1664h512v-1664zM768 1920h-256v-1408h256v1408z" + }, + { + Name: "HorizontalDistributeCenter", + Code: "F4F9", + Path: "M640 1792h256v-1536h-256v-256h-128v256h-256v1536h256v256h128v-256zM768 1664h-384v-1280h384v1280zM1792 512h-256v-512h-128v512h-256v1024h256v512h128v-512h256v-1024zM1664 1408h-384v-768h384v768z" + }, + { + Name: "VerticalDistributeCenter", + Code: "F4FA", + Path: "M2048 1536v-128h-512v-256h-1024v256h-512v128h512v256h1024v-256h512zM1408 1664h-768v-384h768v384zM1792 640h256v-128h-256v-256h-1536v256h-256v128h256v256h1536v-256zM1664 768h-1280v-384h1280v384z" + }, + { + Name: "Ellipse", + Code: "F4FB", + Path: "M1024 1792q131 0 268.5 -27.5t264 -84.5t233 -144t174.5 -206q41 -71 62.5 -147.5t21.5 -158.5t-21.5 -158.5t-62.5 -147.5q-68 -119 -174.5 -206t-233 -144t-264 -84.5t-268.5 -27.5t-268.5 27.5t-264 84.5t-233 144t-174.5 206q-41 71 -62.5 147.5t-21.5 158.5t21.5 158.5t62.5 147.5q68 119 174.5 206t233 144t264 84.5t268.5 27.5zM1024 384q84 0 169 11.5t167 35.5t159.5 60.5t145.5 86.5q54 40 101 88.5t81 105t53.5 119.5t19.5 133t-19.5 133t-53.5 119.5t-81 105t-101 88.5q-68 50 -145.5 86.5t-159.5 60.5t-167 35.5t-169 11.5t-169 -11.5t-167 -35.5t-159.5 -60.5t-145.5 -86.5q-54 -40 -101 -88.5t-81 -105t-53.5 -119.5t-19.5 -133t19.5 -133t53.5 -119.5t81 -105t101 -88.5q68 -50 145.5 -86.5t159.5 -60.5t167 -35.5t169 -11.5z" + }, + { + Name: "Line", + Code: "F4FC", + Path: "M2029 109l-90 -90l-1920 1920l90 90z" + }, + { + Name: "Octagon", + Code: "F4FD", + Path: "M1920 1486v-796l-562 -562h-796l-562 562v796l562 562h796zM1792 1433l-487 487h-690l-487 -487v-690l487 -487h690l487 487v690z" + }, + { + Name: "Hexagon", + Code: "F4FE", + Path: "M2024 1088l-497 -960h-1006l-497 960l497 960h1006zM1880 1088l-431 832h-850l-431 -832l431 -832h850z" + }, + { + Name: "Pentagon", + Code: "F4FF", + Path: "M2042 1325l-389 -1197h-1258l-389 1197l1018 705zM1891 1274l-867 600l-867 -600l331 -1018h1072z" + }, + { + Name: "RightTriangle", + Code: "F500", + Path: "M2011 128h-1883v1883zM256 256h1445l-1445 1445v-1445z" + }, + { + Name: "HalfCircle", + Code: "F501", + Path: "M1536 2048v-1920q-59 0 -114 3t-109 11t-107.5 23t-107.5 38q-134 57 -242 147.5t-184.5 206t-118 251t-41.5 280.5q0 133 34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64zM1408 1918q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5t27 -209.5t76 -191t119 -165t155 -131.5t184 -90.5t207 -42.5v1660z" + }, + { + Name: "QuarterCircle", + Code: "F502", + Path: "M1920 1920v-1792h-1792q0 99 6.5 192t22.5 183.5t42 180t65 181.5q68 160 164 300.5t215 257.5t258.5 209.5t293.5 156.5t320.5 97.5t340.5 33.5h64zM1792 1791q-208 -8 -400 -67.5t-360 -160.5t-307 -240t-240 -307t-160.5 -360t-67.5 -400h1535v1535z" + }, + { + Name: "ThreeQuarterCircle", + Code: "F503", + Path: "M1920 1152q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896h896zM960 256q108 0 209.5 27t191 76t165 119t131.5 155t90.5 184t42.5 207h-894v894q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30z" + }, + { + Name: "6PointStar", + Code: "F504", + Path: "M1648 1024l307 -512h-615l-316 -514l-316 514h-615l306 511l-323 513h632l316 514l316 -514h615zM1499 1024l230 384h-460l-245 398l-245 -398h-471l242 -383l-231 -385h460l245 -398l245 398h460z" + }, + { + Name: "12PointStar", + Code: "F505", + Path: "M1754 828l142 -308l-338 -30l-30 -338l-308 142l-196 -277l-196 277l-308 -142l-30 338l-338 30l142 308l-277 196l277 196l-142 308l338 30l30 338l308 -142l196 277l196 -277l308 142l30 -338l338 -30l-142 -308l277 -196zM1704 632l-111 240l216 152l-216 152l111 240l-264 24l-24 264l-240 -111l-152 216l-152 -216l-240 111l-24 -264l-264 -24l111 -240l-216 -152l216 -152l-111 -240l264 -24l24 -264l240 111l152 -216l152 216l240 -111l24 264z" + }, + { + Name: "ArrangeBringToFront", + Code: "F506", + Path: "M1664 384h-1280v1280h1280v-1280zM1536 1536h-1024v-1024h1024v1024zM128 1280h128v-128h-256v896h896v-256h-128v128h-640v-640zM2048 896v-896h-896v256h128v-128h640v640h-128v128h256z" + }, + { + Name: "ArrangeSendToBack", + Code: "F507", + Path: "M512 512h512v-128h-640v640h128v-512zM1536 1536h-512v128h640v-640h-128v512zM896 1152h-896v896h896v-896zM768 1920h-640v-640h640v640zM2048 896v-896h-896v896h896zM1920 768h-640v-640h640v640z" + }, + { + Name: "ArrangeSendBackward", + Code: "F508", + Path: "M128 512h512v-128h-640v1664h1664v-640h-128v512h-1408v-1408zM2048 1280v-1280h-1280v1280h1280zM1920 1152h-1024v-1024h1024v1024z" + }, + { + Name: "ArrangeBringForward", + Code: "F509", + Path: "M1664 384h-1664v1664h1664v-1664zM1536 1920h-1408v-1408h1408v1408zM2048 1280v-1280h-1280v256h128v-128h1024v1024h-128v128h256z" + }, + { + Name: "BorderDash", + Code: "F50A", + Path: "M256 1920h-256v128h256v-128zM640 1920h-256v128h256v-128zM1024 1920h-256v128h256v-128zM1408 1920h-256v128h256v-128zM1792 1920h-256v128h256v-128zM0 1792h128v-256h-128v256zM0 1408h128v-256h-128v256zM0 1024h128v-256h-128v256zM0 640h128v-256h-128v256zM0 256h128v-256h-128v256zM1792 128h256v-128h-256v128zM1408 128h256v-128h-256v128zM1024 128h256v-128h-256v128zM640 128h256v-128h-256v128zM256 128h256v-128h-256v128zM1920 512h128v-256h-128v256zM1920 896h128v-256h-128v256zM1920 1280h128v-256h-128v256zM1920 1664h128v-256h-128v256zM2048 2048v-256h-128v256h128z" + }, + { + Name: "BorderDot", + Code: "F50B", + Path: "M0 2048h128v-128h-128v128zM384 2048h128v-128h-128v128zM768 2048h128v-128h-128v128zM1152 2048h128v-128h-128v128zM1536 2048h128v-128h-128v128zM2048 2048v-128h-128v128h128zM0 128h128v-128h-128v128zM384 128h128v-128h-128v128zM768 128h128v-128h-128v128zM1152 128h128v-128h-128v128zM1536 128h128v-128h-128v128zM0 512h128v-128h-128v128zM0 896h128v-128h-128v128zM0 1280h128v-128h-128v128zM0 1664h128v-128h-128v128zM1920 512h128v-128h-128v128zM1920 896h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1664h128v-128h-128v128zM1920 128h128v-128h-128v128z" + }, + { + Name: "LineStyle", + Code: "F50C", + Path: "M1920 1664v-128h-1920v128h1920zM128 1152h-128v128h128v-128zM384 1152h-128v128h128v-128zM512 1280h128v-128h-128v128zM896 1152h-128v128h128v-128zM1152 1152h-128v128h128v-128zM1280 1280h128v-128h-128v128zM1664 1152h-128v128h128v-128zM1792 1280h128v-128h-128v128zM256 768h-256v128h256v-128zM384 896h256v-128h-256v128zM768 896h256v-128h-256v128zM1152 896h256v-128h-256v128zM1536 896h256v-128h-256v128zM0 512h384v-128h-384v128zM512 512h128v-128h-128v128zM768 512h384v-128h-384v128zM1536 512h384v-128h-384v128zM1280 512h128v-128h-128v128z" + }, + { + Name: "LineThickness", + Code: "F50D", + Path: "M2048 1664v-128h-2048v128h2048zM0 1280h2048v-256h-2048v256zM0 768h2048v-384h-2048v384z" + }, + { + Name: "WindowEdit", + Code: "F50E", + Path: "M2048 1920v-640h-128v128h-1792v-1024h640v-128h-768v1664h2048zM1920 1792h-1792v-256h1792v256zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "HintText", + Code: "F50F", + Path: "M2048 1792v-384h-128v256h-1792v-1152h896v-128h-1024v1408h2048zM1536 1408q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-38.5 -195.5t-110.5 -165.5l-32 -34q-12 -13 -25 -29.5t-23.5 -35.5t-17 -38.5t-6.5 -37.5v-168q0 -41 -15.5 -76.5t-41.5 -61.5t-62 -41.5t-76 -15.5h-128q-41 0 -76.5 15.5t-61.5 41.5t-41.5 61.5t-15.5 76.5v168q-1 25 -11 49t-25 46t-33.5 42t-34.5 38q-72 76 -110.5 165.5t-38.5 195.5t40 199.5t109.5 163t163 109.5t199.5 40zM1661 253h-250v-61q0 -25 18 -43t43 -18h128q25 0 43 18t18 43v61zM1670 387q10 57 32 98.5t50 76t57.5 66t54 69t40.5 85t16 114.5q0 80 -30 150t-82 122t-122 82t-150 30t-150 -30t-122 -82t-82 -122t-30 -150q0 -76 29 -147.5t83 -127.5q27 -27 49.5 -52.5t40 -52.5t29.5 -58.5t19 -70.5h268z" + }, + { + Name: "MediaAdd", + Code: "F510", + Path: "M256 1664h128v-128h-128v128zM256 1408h128v-128h-128v128zM1152 1664h128v-128h-128v128zM1883 768h-310l155 154zM1408 1088q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM2048 1408v-896h-128v768h-1280v-549l320 319l448 -447l128 128v-182l-37 -37h-182l-357 358l-320 -321v-165h640v-128h-768v640h-512v1152h1536v-640h512zM1408 1408v512h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h128v384h896zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z" + }, + { + Name: "AnchorLock", + Code: "F511", + Path: "M1216 1408q26 0 45 -19t19 -45t-19 -45t-45 -19h-192v-1017q33 3 65 11.5t63 19.5v-136q-47 -14 -95 -22t-97 -8q-91 0 -176 22.5t-160 63.5t-138.5 99t-111 129t-77.5 153.5t-38 172.5h-131l192 256l192 -256h-121q11 -100 54 -187t110 -154t154 -110t187 -54v1017h-192q-26 0 -45 19t-19 45t19 45t45 19h192v140q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -30 -9.5 -58.5t-26 -52t-40.5 -41.5t-52 -28v-140h192zM960 1664q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "AutoHeight", + Code: "F512", + Path: "M448 1946l365 -365l-90 -90l-211 210v-549h-128v549l-211 -210l-90 90zM723 557l90 -90l-365 -365l-365 365l90 90l211 -210v549h128v-549zM2048 1792v-1536h-1152v128h1024v1280h-1024v128h1152zM1664 1536l-197 -320h340l-626 -704h-254l165 384h-236l320 640h488zM1239 1088l196 320h-179l-192 -384h222l-163 -384l398 448h-282z" + }, + { + Name: "ChartSeries", + Code: "F513", + Path: "M512 1408h384v-1280h-896v1536h512v-256zM384 1536h-256v-1280h256v1280zM512 1280v-1024h256v1024h-256zM2048 1152v-1024h-896v1792h512v-768h384zM1536 1792h-256v-1536h256v1536zM1920 1024h-256v-768h256v768z" + }, + { + Name: "ChartXAngle", + Code: "F514", + Path: "M384 1701v-1571q75 6 151.5 25t147.5 51t135 76.5t115 101.5h-293v128h512v-512h-128v293l-19 -18q-143 -137 -315 -206t-370 -69h-64v2011l1645 -1646l-90 -90z" + }, + { + Name: "ChartYAngle", + Code: "F515", + Path: "M2048 1024h-293l18 -19q137 -143 206 -315t69 -370v-64h-2011l1646 1645l90 -90l-1426 -1427h1571q-6 75 -25 151.5t-51 147.5t-76.5 135t-101.5 115v-293h-128v512h512v-128z" + }, + { + Name: "Combobox", + Code: "F516", + Path: "M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1536 896l-256 256h512zM512 1024h-256v128h256v-128zM1024 1024h-256v128h256v-128z" + }, + { + Name: "LineSpacing", + Code: "F517", + Path: "M448 1946l365 -365l-90 -90l-211 210v-549h-128v549l-211 -210l-90 90zM723 557l90 -90l-365 -365l-365 365l90 90l211 -210v549h128v-549zM2048 1664v-128h-1024v128h1024zM1024 1280h1024v-128h-1024v128zM1024 896h1024v-128h-1024v128zM1024 512h1024v-128h-1024v128z" + }, + { + Name: "Padding", + Code: "F518", + Path: "M0 2048h128v-128h-128v128zM1920 2048v-128h-128v128h128zM256 2048h256v-128h-256v128zM896 1920h-256v128h256v-128zM1280 1920h-256v128h256v-128zM1408 2048h256v-128h-256v128zM0 128h128v-128h-128v128zM1792 128h128v-128h-128v128zM256 128h256v-128h-256v128zM640 128h256v-128h-256v128zM1024 128h256v-128h-256v128zM1408 128h256v-128h-256v128zM1024 1445v-842l211 210l90 -90l-365 -365l-365 365l90 90l211 -210v842l-211 -210l-90 90l365 365l365 -365l-90 -90z" + }, + { + Name: "PaddingTop", + Code: "F519", + Path: "M0 128h1920v-128h-1920v128zM128 1920h-128v128h128v-128zM1920 2048v-128h-128v128h128zM512 1920h-256v128h256v-128zM896 1920h-256v128h256v-128zM1280 1920h-256v128h256v-128zM1664 1920h-256v128h256v-128zM685 1235l-90 90l365 365l365 -365l-90 -90l-211 210v-1061h-128v1061z" + }, + { + Name: "PaddingBottom", + Code: "F51A", + Path: "M0 1920h1920v128h-1920v-128zM128 128h-128v-128h128v128zM1920 0v128h-128v-128h128zM512 128h-256v-128h256v128zM896 128h-256v-128h256v128zM1280 128h-256v-128h256v128zM1664 128h-256v-128h256v128zM685 813l-90 -90l365 -365l365 365l-90 90l-211 -210v1061h-128v-1061z" + }, + { + Name: "PaddingLeft", + Code: "F51B", + Path: "M2048 2048v-1920h-128v1920h128zM0 2048h128v-128h-128v128zM0 256h128v-128h-128v128zM0 1792h128v-256h-128v256zM0 1408h128v-256h-128v256zM0 1024h128v-256h-128v256zM0 640h128v-256h-128v256zM603 1152h1061v-128h-1061l210 -211l-90 -90l-365 365l365 365l90 -90z" + }, + { + Name: "PaddingRight", + Code: "F51C", + Path: "M0 2048v-1920h128v1920h-128zM2048 2048h-128v-128h128v128zM2048 256h-128v-128h128v128zM2048 1792h-128v-256h128v256zM2048 1408h-128v-256h128v256zM2048 1024h-128v-256h128v256zM2048 640h-128v-256h128v256zM1445 1152h-1061v-128h1061l-210 -211l90 -90l365 365l-365 365l-90 -90z" + }, + { + Name: "NavigationFlipper", + Code: "F51D", + Path: "M771 733l290 291l-290 291l90 90l382 -381l-382 -381zM1664 2048v-2048h-1408v2048h1408zM1536 1920h-1152v-1792h1152v1792z" + }, + { + Name: "AlignJustify", + Code: "F51E", + Path: "M2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128zM0 1152h2048v-128h-2048v128zM0 1536h2048v-128h-2048v128zM0 768h2048v-128h-2048v128z" + }, + { + Name: "TextOverflow", + Code: "F51F", + Path: "M507 1398l234 -628h-115l-56 160h-247l-54 -160h-114l235 628h117zM543 1015l-88 250q-3 9 -5 20t-4 20q-2 -9 -3.5 -19.5t-5.5 -20.5l-87 -250h193zM1041 1229q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-85 0 -134 75v-65h-102v664h104v-294q51 89 152 89zM997 840q34 0 57.5 15.5t37.5 39.5t20 53.5t6 58.5q0 26 -6.5 51.5t-20 45.5t-34.5 32t-51 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55q0 -24 8 -45.5t22.5 -37.5t35 -25.5t45.5 -9.5zM1984 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1472 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "VisualsFolder", + Code: "F520", + Path: "M168 384h856v-128h-1024v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h352q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h256q26 0 49.5 -10t41 -27.5t27.5 -40.5t10 -49q0 -30 -14 -58l-99 -199h-143l128 256h-1368zM128 591l309 618q17 33 47.5 52t67.5 19h984v256h-736q-45 0 -77.5 9.5t-58 23.5t-45.5 31t-40.5 31t-44 23.5t-54.5 9.5h-352v-1073zM1920 640h128v-640h-128v640zM1664 768h128v-768h-128v768zM1408 512h128v-512h-128v512zM1152 256h128v-256h-128v256z" + }, + { + Name: "VisualsStore", + Code: "F521", + Path: "M1152 2048q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149v-128h256v-640h-128v512h-256v-768h-128v768h-1024v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640v-128h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1280h256v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q104 0 193 -52q89 52 191 52zM1408 1664q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-128zM2048 640v-640h-128v640h128zM1664 768h128v-768h-128v768zM1408 512h128v-512h-128v512zM1152 256h128v-256h-128v256z" + }, + { + Name: "PictureCenter", + Code: "F522", + Path: "M1792 512h-1536v1152h1536v-1152zM384 1536v-486l352 352l448 -447l192 191l288 -287v677h-1280zM384 640h933l-581 581l-352 -351v-230zM1664 640v37l-288 288l-102 -101l225 -224h165zM1472 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z" + }, + { + Name: "PictureFill", + Code: "F523", + Path: "M2048 2048v-2048h-2048v2048h2048zM1920 1061l-358 -357l358 -357v714zM1664 1792q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM128 1920v-677l448 447l896 -896l448 449v677h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 70 34 128h-1186zM1920 128v37l-1344 1345l-448 -449v-933h1792z" + }, + { + Name: "PicturePosition", + Code: "F524", + Path: "M512 1536h1024v-1024h-1024v1024zM640 640h549l-357 358l-192 -193v-165zM640 1408v-421l192 191l539 -538h37v768h-768zM1216 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM859 1701l-91 91l256 256l256 -256l-91 -91l-165 166zM1189 347l91 -91l-256 -256l-256 256l91 91l165 -166zM347 1189l-166 -165l166 -165l-91 -91l-256 256l256 256zM2048 1024l-256 -256l-91 91l166 165l-166 165l91 91z" + }, + { + Name: "PictureStretch", + Code: "F525", + Path: "M0 1280h1408v-1152h-1408v1152zM128 256h870l-582 581l-288 -288v-293zM1280 256v102l-224 223l-101 -101l223 -224h102zM128 1152v-421l288 287l448 -447l192 191l224 -224v614h-1152zM960 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 1408v293l-339 -338l-90 90l338 339h-293v128h512v-512h-128zM1152 1920h256v-128h-256v128zM1024 1792h-256v128h256v-128zM640 1792h-256v128h256v-128zM256 1792h-256v128h256v-128zM128 1408h-128v256h128v-256zM2048 1280v-256h-128v256h128zM1920 896h128v-256h-128v256zM1920 512h128v-256h-128v256zM1536 256h256v-128h-256v128z" + }, + { + Name: "PictureTile", + Code: "F526", + Path: "M704 1664q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 2048v-1920h-1920v1920h1920zM1024 1152h549l-357 358l-192 -193v-165zM128 1920v-421l192 191l539 -538h37v768h-768zM128 1152h549l-357 358l-192 -193v-165zM128 256h549l-357 358l-192 -193v-165zM896 1024h-768v-421l192 191l539 -538h37v768zM1024 256h549l-357 358l-192 -193v-165zM1792 1024h-768v-421l192 191l539 -538h37v768zM1792 1152v768h-768v-421l192 191l539 -538h37zM1600 1792q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM704 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z" + }, + { + Name: "Slider", + Code: "F527", + Path: "M2048 1024h-1158q-12 -56 -41 -103t-70.5 -81t-93.5 -53t-109 -19t-109 19t-93.5 53t-70.5 81t-41 103h-262v128h262q12 56 41 103t70.5 81t93.5 53t109 19t109 -19t93.5 -53t70.5 -81t41 -103h1158v-128zM576 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "SliderHandleSize", + Code: "F528", + Path: "M1919 799q61 -55 95 -129.5t34 -157.5q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-88 0 -167 38q-105 -38 -217 -38q-45 0 -89.5 6.5t-88.5 18.5q-51 -13 -102.5 -19t-103.5 -6q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q110 0 213 -25.5t195.5 -73.5t171.5 -115t140.5 -151t103.5 -181.5t60 -205.5q63 -79 98.5 -173.5t40.5 -195.5zM128 1024q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q-61 46 -108.5 103t-80.5 122.5t-50 138t-17 148.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50q86 0 168 -22t156 -66q-45 106 -118 193.5t-165.5 149t-200.5 95.5t-224 34q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM768 768q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q23 0 45.5 2t45.5 6q-45 52 -68 116t-23 132q0 79 30 149t82.5 122.5t122 82.5t149.5 30q60 0 116 -18q-19 88 -66 162t-113.5 127t-148.5 83t-172 30q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1664 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "DefaultRatio", + Code: "F529", + Path: "M640 1188q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM1280 1188q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM960 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 2048v-1920h-1920v1920h1920zM1792 1920h-1664v-1664h1664v1664z" + }, + { + Name: "NumberSequence", + Code: "F52A", + Path: "M1280 1572q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM1472 256h-384q0 13 -0.5 25.5t-0.5 25.5q0 25 3 49.5t12 47.5q11 28 33 54.5t49 52t55.5 50t51.5 49t38 48t15 46.5q0 27 -19 45.5t-45 18.5q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75q0 -59 -25 -102t-61.5 -79t-77 -68.5t-71.5 -70.5h235v-128zM525 1154h-114l235 628h117l234 -628h-115l-56 160h-247zM701 1689q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM525 258h-114l235 628h117l234 -628h-115l-56 160h-247zM701 793q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM1538 1031q21 0 34 12t20 29.5t9.5 37.5t2.5 36h-68v132h128v-132q0 -30 -6.5 -61t-21 -56.5t-38.5 -41.5t-60 -16v60zM2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z" + }, + { + Name: "GUID", + Code: "F52B", + Path: "M0 1920h384v-128h-384v128zM512 1920h768v-128h-768v128zM2048 1920v-128h-640v128h640zM0 1536h384v-128h-384v128zM512 1536h768v-128h-768v128zM1408 1536h640v-128h-640v128zM0 1152h384v-128h-384v128zM512 1152h768v-128h-768v128zM1408 1152h640v-128h-640v128zM0 768h384v-128h-384v128zM512 768h768v-128h-768v128zM1408 768h640v-128h-640v128zM0 384h384v-128h-384v128zM512 384h768v-128h-768v128zM1408 384h640v-128h-640v128z" + }, + { + Name: "ReportAdd", + Code: "F52C", + Path: "M1920 768h-384v896h384v-896zM0 1024h384v-640h-384v640zM1408 512h-128v-128h-256v1664h384v-1536zM512 1664h384v-1280h-384v1280zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "DashboardAdd", + Code: "F52D", + Path: "M1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5zM1437 768q48 71 73 152.5t25 166.5q0 62 -13 121.5t-38 115.5l116 52q31 -68 46.5 -140.5t15.5 -147.5q0 -84 -19 -164.5t-57 -155.5h-149zM128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q166 0 320 64v-136q-154 -56 -320 -56q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -166 -56 -320h-136q64 154 64 320q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q43 0 83 -19l368 368l90 -90zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "MapPinSolid", + Code: "F52E", + Path: "M1920 0h-1920l384 1152h512v262q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-262h512zM768 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1024 1024h-128v-480q0 -9 7.5 -15.5t18 -10t21 -5t17.5 -1.5t17.5 1.5t21 5t18 10t7.5 15.5v480z" + }, + { + Name: "WebPublish", + Code: "F52F", + Path: "M2048 1920v-1024h-128v512h-1792v-1024h1408v-128h-1536v1664h2048zM1920 1792h-1792v-256h1792v256zM1728 922l320 -319l-91 -91l-165 165v-677h-128v677l-165 -165l-91 91z" + }, + { + Name: "PieSingleSolid", + Code: "F530", + Path: "M1152 2048q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5h-896v896zM1024 1024h896q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896z" + }, + { + Name: "BlockedSolid", + Code: "F531", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -184 -63 -354.5t-183 -310.5l-1443 1443q140 120 310.5 183t354.5 63zM0 1024q0 184 63 354.5t183 310.5l1443 -1443q-140 -120 -310.5 -183t-354.5 -63q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272z" + }, + { + Name: "DrillDown", + Code: "F532", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 1133l90 -90l-620 -622l-622 622l90 90l467 -467v998h129v-997z" + }, + { + Name: "DrillDownSolid", + Code: "F533", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1645 1043l-90 90l-467 -466v997h-127v-998l-468 467l-90 -90l622 -622z" + }, + { + Name: "DrillExpand", + Code: "F534", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 877l90 -90l-301 -301l-301 301l90 90l147 -146v421h-512v-421l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v549h320v384h128v-384h320v-549z" + }, + { + Name: "DrillShow", + Code: "F535", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM915 877l90 -90l-301 -301l-301 301l90 90l147 -146v805h128v-805zM1555 877l90 -90l-301 -301l-301 301l90 90l147 -146v805h128v-805z" + }, + { + Name: "SpecialEvent", + Code: "F536", + Path: "M1920 1920v-1792h-1920v1792h384v128h128v-128h896v128h128v-128h384zM128 1792v-256h1664v256h-256v-128h-128v128h-896v-128h-128v128h-256zM1792 256v1152h-1664v-1152h1664zM1352 1024l-241 -189l101 -315l-252 197l-252 -197l101 315l-241 189h302l90 280l90 -280h302z" + }, + { + Name: "OneDriveFolder16", + Code: "F53B", + Path: "M2048 1792v-1536h-2048v1280h832l256 256h960zM646 640q-7 31 -7 67q0 92 53.5 150t140.5 78q29 110 105 171t192 61q63 0 118.5 -24t98.5 -71q15 4 30 6.5t30 3.5q1 10 1 19v19q0 13 -4 28t-9 26q-21 64 -64.5 111t-106.5 72q-51 21 -108 21q-78 0 -142 -41t-101 -108q-22 14 -52 21t-55 7q-47 0 -87.5 -18.5t-70.5 -49.5t-47 -73t-17 -88v-11t1 -12q-37 -3 -67 -18.5t-51 -41t-32 -58t-11 -68.5q0 -35 14.5 -67.5t39 -57t57 -39.5t67.5 -15h84zM1610 512q28 0 52.5 12.5t42.5 33t28 47t10 53.5q0 28 -8.5 54t-24.5 46t-39 32.5t-53 14.5v14q0 42 -13 78.5t-37.5 63.5t-60 42.5t-79.5 15.5q-24 0 -52.5 -6t-49.5 -18q-34 51 -83 79.5t-112 28.5q-50 0 -93 -16.5t-75 -46t-52 -71t-24 -91.5q-37 -1 -70.5 -13t-58.5 -34t-40 -53.5t-15 -70.5q0 -91 49.5 -143t141.5 -52h716z" + }, + { + Name: "FunctionalManagerDashboard", + Code: "F542", + Path: "M1152 1536h-256v256h128v-128h128v-128zM1664 504q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v264h-512v-264q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v264h-512v-264q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v392h640v261q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-261h640v-392zM640 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM448 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM1088 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM1600 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "BIDashboard", + Code: "F543", + Path: "M512 1152h384v-1152h-384v1152zM640 128h128v896h-128v-896zM1024 896h384v-896h-384v896zM1152 128h128v640h-128v-640zM0 640h384v-640h-384v640zM128 128h128v384h-128v-384zM1536 1408h384v-1408h-384v1408zM1664 128h128v1152h-128v-1152zM1389 1427q19 -41 19 -83q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v12t1 12l-188 94q-26 -26 -61 -40t-72 -14q-42 0 -83 19l-256 -256q19 -41 19 -83q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q42 0 83 -19l256 256q-19 41 -19 83q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-12t-1 -12l188 -94q26 26 61 40t72 14q42 0 83 -19l256 256q-19 41 -19 83q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-42 0 -83 19zM192 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1728 1920q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19zM704 1536q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1216 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z" + }, + { + Name: "CodeEdit", + Code: "F544", + Path: "M219 1024l205 -205l-37 -145l-350 350l430 429l90 -90zM2011 1024l-430 -429l-90 90l338 339l-149 149q26 26 47 48.5t38 47.5zM1464 1664q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1515 1415q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "RenewalCurrent", + Code: "F545", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM877 1261l429 -429l-429 -429l-90 90l339 339l-339 339z" + }, + { + Name: "RenewalFuture", + Code: "F546", + Path: "M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM1050 832l-429 -429l-90 90l339 339l-339 339l90 90zM1133 1261l429 -429l-429 -429l-90 90l339 339l-339 339z" + }, + { + Name: "SplitObject", + Code: "F547", + Path: "M1600 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 74 32.5 140t90.5 112l-302 603q-69 -23 -141 -23t-141 23l-302 -603q58 -46 90.5 -112t32.5 -140q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5q41 0 83 -11l302 603q-45 31 -81 71.5t-61 88.5t-38 100.5t-13 107.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -55 -13 -107.5t-38 -100.5t-61 -88.5t-81 -71.5l302 -603q42 11 83 11zM320 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM640 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "BulkUpload", + Code: "F548", + Path: "M512 128h1024v-128h-1152v256h-256v1792h859q202 -202 402 -402.5t403 -402.5v-91h-640v512h-640v-1536zM1280 1280h293l-293 293v-293zM384 384v1408h677l-128 128h-677v-1536h128zM1728 794l317 -317l-90 -90l-163 162v-549h-128v549l-163 -162l-90 90zM2048 1024v-128h-640v128h640z" + }, + { + Name: "DownloadDocument", + Code: "F549", + Path: "M256 128h1024v-128h-1152v2048h1115l549 -549v-347h-128v256h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1792 475l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v549h128v-549zM2048 128v-128h-640v128h640z" + }, + { + Name: "GreetingCard", + Code: "F54B", + Path: "M1664 1664v-1664h-1408v1647l1152 360v-343h256zM1280 1833l-541 -169h541v169zM1536 1536h-1152v-1408h1152v1408zM960 1146q37 34 83.5 52t97.5 18q55 0 104 -21t85 -57t57 -85t21 -105q0 -53 -20 -102t-58 -87l-370 -369l-370 369q-38 38 -58 87t-20 102q0 56 21 105t57 85t84.5 57t104.5 21q51 0 97.5 -18t83.5 -52zM1239 850q41 41 41 98q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-41 41 -98 41q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279z" + }, + { + Name: "Flower", + Code: "F54E", + Path: "M1600 1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-116q13 -23 27.5 -45.5t26.5 -46t20 -48.5t8 -52q0 -39 -15 -74t-41 -61.5t-61 -41.5t-75 -15q-48 0 -89.5 22t-68.5 61v-425q41 51 91.5 91t108 67t120.5 41.5t128 14.5h64v-64q0 -110 -39 -208.5t-108 -175.5t-162.5 -126.5t-202.5 -62.5v-131h-128v131q-109 13 -202.5 62.5t-162.5 126.5t-108 175.5t-39 208.5v64h64q65 0 128 -14.5t120.5 -41.5t108 -67t91.5 -91v425q-27 -39 -68.5 -61t-89.5 -22q-40 0 -75 15t-61 41.5t-41 61.5t-15 74q0 27 8 52t20 48.5t26.5 46t27.5 45.5h-116q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h116q-13 22 -27.5 45t-26.5 46.5t-20 48.5t-8 52q0 39 15 74t41 61.5t61 41.5t75 15q43 0 74.5 -13.5t54.5 -36.5t41.5 -53t36.5 -63l15 -26l15 26q18 33 36.5 63t41.5 53t54 36.5t75 13.5q40 0 75 -15t61 -41.5t41 -61.5t15 -74q0 -27 -8 -52t-20 -48.5t-26.5 -46.5t-27.5 -45h116q40 0 75 -15t61 -41t41 -61t15 -75zM1181 1920q-17 0 -32 -9t-23 -23l-97 -169q63 -18 110 -64l98 169q9 15 9 32q0 26 -19 45t-46 19zM960 1344q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM739 1920q-27 0 -46 -19t-19 -45q0 -17 9 -32l98 -169q47 46 110 64l-97 169q-8 14 -23 23t-32 9zM712 1408q-4 16 -6 31.5t-2 32.5t2 32.5t6 31.5h-200q-26 0 -45 -19t-19 -45t19 -45t45 -19h200zM739 1024q17 0 32 8.5t23 23.5l97 169q-63 18 -110 64l-98 -169q-9 -15 -9 -32q0 -26 19 -45t46 -19zM517 635q11 -72 44 -135t82.5 -112.5t112.5 -82.5t135 -44q-11 72 -44 135t-82.5 112.5t-112.5 82.5t-135 44zM1402 635q-72 -11 -135 -44t-112 -82.5t-82 -112.5t-44 -135q72 11 135 44t112.5 82.5t82 112.5t43.5 135zM1181 1024q27 0 46 19t19 45q0 17 -9 32l-98 169q-47 -46 -110 -64l97 -169q8 -15 23 -23.5t32 -8.5zM1408 1408q26 0 45 19t19 45t-19 45t-45 19h-200q4 -16 6 -31.5t2 -32.5t-2 -32.5t-6 -31.5h200z" + }, + { + Name: "WaitlistConfirm", + Code: "F550", + Path: "M1536 1408h-512v128h512v-128zM1024 1024h512v-128h-512v128zM1155 128l128 -128h-1027v2048h1536v-1283l-128 -128v1283h-1280v-1792h771zM941 1619l-237 -237l-173 173l90 90l83 -83l147 147zM941 1107l-237 -237l-173 173l90 90l83 -83l147 147zM704 538l147 147l90 -90l-237 -237l-173 173l90 90zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "WaitlistConfirmMirrored", + Code: "F551", + Path: "M1344 1050l147 147l90 -90l-237 -237l-173 173l90 90zM512 512h512v-128h-512v128zM1024 1408h-512v128h512v-128zM1024 896h-512v128h512v-128zM1581 1619l-237 -237l-173 173l90 90l83 -83l147 147zM1155 128l128 -128h-1027v2048h1536v-1283l-128 -128v1283h-1280v-1792h771zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z" + }, + { + Name: "LaptopSecure", + Code: "F552", + Path: "M884 512q15 -67 42 -128h-798q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 34.5t8.5 37.5t14 35.5t20.5 28.5l210 211v933h1536v-611q-30 17 -62.5 28t-65.5 19v436h-1280v-768h480v-128h-517l-206 -205q-3 -3 -5.5 -10t-4 -14.5t-2.5 -15t-1 -11.5h-64h820zM1536 1083q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50.5 -0.5t53.5 -0.5q53 0 106.5 6.5t95.5 32.5q50 29 99 42.5t107 13.5zM1920 861q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5v197z" + }, + { + Name: "DragObject", + Code: "F553", + Path: "M1043 653l90 -90l-173 -174l-173 174l90 90l83 -83zM877 1522l-90 91l173 173l173 -173l-90 -91l-83 83zM269 1171l-82 -83l82 -83l-90 -90l-173 173l173 173zM1914 1088l-173 -173l-90 90l83 83l-83 83l90 90zM384 1408h1152v-128h-1152v128zM384 1152h1152v-128h-1152v128zM384 896h1152v-128h-1152v128z" + }, + { + Name: "EntryView", + Code: "F554", + Path: "M777 128q15 -35 36.5 -67t47.5 -61h-861v2048h1536v-911q-32 9 -64 17t-64 13v753h-1280v-1792h649zM1280 1536h-1024v128h1024v-128zM256 1280h1024v-128h-1024v128zM1216 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM1216 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1216 1024q100 0 200.5 -21.5t193 -63.5t172.5 -103t139 -139t93 -173t34 -204h-128q0 91 -29.5 169t-80.5 142t-119.5 113.5t-146.5 83t-162 51t-166 17.5t-166 -17.5t-162 -51t-146.5 -83t-119.5 -113.5t-80.5 -142t-29.5 -169h-128q0 109 34 204t93 173t139 139t172.5 103t193 63.5t200.5 21.5z" + }, + { + Name: "EntryDecline", + Code: "F555", + Path: "M512 1280h1024v-128h-1024v128zM1536 1536h-1024v128h1024v-128zM1152 128l127 -128h-1023v2048h1536v-1348l-64 -63l-64 64v1219h-1280v-1792h768zM1728 3l3 -3h-6zM1536 896l-129 -128h-895v128h1024zM1219 512l128 -128h-835v128h707zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z" + }, + { + Name: "ContactCardSettings", + Code: "F556", + Path: "M1792 1152h-640v128h640v-128zM2048 1792v-987q-28 35 -59.5 66t-68.5 56v737h-1792v-1280h903q3 -33 10 -65t18 -63h-1059v1536h2048zM256 640q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128zM640 1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "ContactCardSettingsMirrored", + Code: "F557", + Path: "M256 1152h640v128h-640v-128zM0 1792v-987q28 35 59.5 66t68.5 56v737h1792v-1280h-903q-3 -33 -10 -65t-18 -63h1059v1536h-2048zM1792 640q0 52 -14 101.5t-40 93t-63 79.5t-83 61q34 35 53 81t19 96q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -50 19 -96t53 -81q-46 -25 -83 -61t-63 -79.5t-40 -93t-14 -101.5h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h128zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM10 560l124 -51q-6 -30 -6 -61t6 -61l-124 -51l49 -119l124 52q35 -51 86 -86l-52 -124l119 -49l51 124q30 -6 61 -6t61 6l51 -124l119 49l-52 124q51 35 86 86l124 -52l49 119l-124 51q6 30 6 61t-6 61l124 51l-49 119l-124 -52q-35 51 -86 86l52 124l-119 49l-51 -124q-30 6 -61 6t-61 -6l-51 124l-119 -49l52 -124q-51 -35 -86 -86l-124 52zM448 256q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15z" + }, + { + Name: "CalendarSettings", + Code: "F558", + Path: "M2048 1920v-1064q-57 62 -128 107v445h-1792v-1152h898q11 -34 25.5 -66t33.5 -62h-1085v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM896 640h-128v128h128v-128zM1152 1024h128v-61q-47 -30 -88 -67h-40v128zM1280 1152h-128v128h128v-128zM1664 1152h-128v128h128v-128zM512 640h-128v128h128v-128zM384 512h128v-128h-128v128zM512 896h-128v128h128v-128zM896 1152h-128v128h128v-128zM768 512h128v-128h-128v128zM896 896h-128v128h128v-128zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "CalendarSettingsMirrored", + Code: "F559", + Path: "M1280 1152h-128v128h128v-128zM896 640h-128v128h128v-128zM2048 1920v-1064q-57 62 -128 107v445h-1792v-1152h898q11 -34 25.5 -66t33.5 -62h-1085v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM1152 1024h128v-61q-47 -30 -88 -67h-40v128zM384 768h128v-128h-128v128zM512 1152h-128v128h128v-128zM512 896h-128v128h128v-128zM896 1152h-128v128h128v-128zM768 512h128v-128h-128v128zM896 896h-128v128h128v-128zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z" + }, + { + Name: "HardDriveLock", + Code: "F55A", + Path: "M1728 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-292q-20 50 -53 93t-75 76v123q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1152v-128h-1280v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1792 1280v-128h-128v128h128zM1536 1152h-128v128h128v-128zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h130v128q1 53 20.5 99.5t53.5 81.5t80 55t100 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z" + }, + { + Name: "HardDriveUnlock", + Code: "F55B", + Path: "M1728 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-292q-20 50 -53 93t-75 76v123q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1152v-128h-1280v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1792 1280v-128h-128v128h128zM1536 1152h-128v128h128v-128zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h512v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1920 512h-512v-384h512v384z" + }, + { + Name: "AccountManagement", + Code: "F55C", + Path: "M1148 896q-83 62 -179.5 95t-200.5 33q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q60 -23 113 -54v-152h-4zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 768v-768h-1024v768h256v256h512v-256h256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1920 640h-768v-128h768v128z" + }, + { + Name: "DiagnosticDataViewerApp", + Code: "F568", + Path: "M1472 1536q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-90 0 -175.5 27.5t-158.5 78.5l-462 -462q-28 -28 -68 -28t-68 28t-28 68t28 68l462 462q-51 73 -78.5 158.5t-27.5 175.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM1248 572q39 -23 82 -37t88 -20q22 27 22 61q0 40 -28 68t-68 28t-68 -28t-28 -68v-4zM1792 647q62 63 95 144t33 169q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-88 0 -169 -33t-144 -95h121v-384h-128v377q-62 -63 -95 -144t-33 -169q0 -86 32 -166.5t92 -142.5q4 -4 7.5 -6.5t6.5 -7.5q20 59 70 95t112 36q40 0 75 -15t61 -41t41 -61t15 -75q0 -32 -10 -61q36 5 70.5 15t67.5 25v213h128v-121zM535 384h-471q-27 0 -45.5 18.5t-18.5 45.5v1408q0 27 18.5 45.5t45.5 18.5h1792q27 0 45.5 -18.5t18.5 -45.5v-314q-29 23 -61 43.5t-67 36.5v42h-1664v-1152h534zM1600 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1600 992q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM891 1408q-23 -29 -43.5 -61t-35.5 -67h-556v128h635zM763 1152q-20 -63 -23 -128h-484v128h507zM740 896q3 -65 23 -128h-507v128h484z" + }, + { + Name: "ReportWarning", + Code: "F569", + Path: "M910 384l-64 -128h-590v1792h1536v-1179l-128 256v795h-1280v-1536h526zM640 1152h-128v128h128v-128zM1294 1152h-526v128h590zM512 896h128v-128h-128v128zM768 896h398l-64 -128h-334v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM1536 640v-320h-128v320h128zM1408 256h128v-128h-128v128zM2048 0h-1152l576 1152zM1077 112h790l-395 790z" + }, + { + Name: "PlaySolid", + Code: "F5B0", + Path: "M1792 1024l-1280 -896v1792z" + }, + { + Name: "TransitionPop", + Code: "F5B2", + Path: "M0 1664h2048v-1152h-2048v1152zM128 640h1792v896h-1792v-896zM1517 1405l318 -317l-318 -317l-90 90l162 163h-1114l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h1114l-162 163zM2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128z" + }, + { + Name: "TransitionPush", + Code: "F5B3", + Path: "M0 1664h2048v-1152h-2048v1152zM128 640h1792v896h-1792v-896zM2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128zM1371 1152h421v-128h-421l162 -163l-90 -90l-317 317l317 317l90 -90zM605 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z" + }, + { + Name: "TransitionEffect", + Code: "F5B4", + Path: "M1920 2048v-896h-1920v896h128v-768h768v421l-163 -162l-90 90l317 317l317 -317l-90 -90l-163 162v-421h768v768h128zM0 1024h1920v-896h-128v768h-768v-421l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v421h-768v-768h-128v896z" + }, + { + Name: "LookupEntities", + Code: "F5B5", + Path: "M2048 1213l-128 128v451h-512v-512h-128v512h-512v-1408h512v512h128v-512h512v451l128 128v-707h-2048v1664h2048v-707zM640 1280h-512v-384h512v384zM640 384v384h-512v-384h512zM640 1792h-512v-384h512v384zM1539 861l162 163h-677v128h677l-162 163l90 90l317 -317l-317 -317z" + }, + { + Name: "ExploreData", + Code: "F5B6", + Path: "M256 640v256h-256v1152h1536v-256h256v-512h-128v384h-1280v-896h768v-128h-896zM256 1024v768h1152v128h-1280v-896h128zM512 896v256h128v-256h-128zM768 896v512h128v-512h-128zM1024 896v384h128v-384h-128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "AddBookmark", + Code: "F5B7", + Path: "M1024 467l64 -32t64 -33v-143l-128 64l-640 -323v2048h1280v-1280h-128v1152h-1024v-1712q129 65 256 130t256 129zM1920 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" + }, + { + Name: "SearchBookmark", + Code: "F5B8", + Path: "M896 323l-640 -323v2048h1280v-753q-67 -16 -128 -50v675h-1024v-1712q129 65 256 130t256 129q26 -12 50.5 -24.5t49.5 -26.5zM1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "DrillThrough", + Code: "F5B9", + Path: "M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1133 1517l494 -492l-494 -494l-90 90l339 339h-550q-89 0 -171.5 34t-145.5 97t-97 145.5t-34 171.5h128q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q138 0 274.5 0.5t274.5 0.5l-338 338z" + }, + { + Name: "MasterDatabase", + Code: "F5BA", + Path: "M960 1280q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963q0 -23 19 -43.5t48.5 -38.5t65.5 -32t71 -25t64.5 -18t45.5 -10q49 -9 98.5 -14.5t99.5 -7.5v-130q-44 2 -108.5 9t-135.5 22t-142 39t-127.5 59t-91.5 82t-35 108v1152q0 47 22 86t58.5 69.5t83 54.5t95 41t95 28t83.5 18q66 12 133 17.5t134 5.5t134 -5.5t133 -17.5q36 -7 83 -18t95.5 -28.5t95 -40.5t83 -54t58.5 -70t22 -86v-448h-128v259q-59 -37 -130.5 -62t-148 -40.5t-153 -22t-144.5 -6.5zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM2048 1053v-1053h-1024v1049l304 -401l210 380l211 -380zM1920 664l-186 -253l-196 353l-194 -350l-192 254v-540h768v536z" + }, + { + Name: "CertifiedDatabase", + Code: "F5BB", + Path: "M384 448q0 -19 13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6q81 0 161 8.5t159 27.5v-130q-79 -18 -159 -26t-161 -8q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -86.5 17t-100 28t-101 40.5t-88 55t-62.5 71.5t-24 89v1152q0 49 24 89t62.5 71.5t88 55t101 40.5t100 28t86.5 17q60 10 120.5 14.5t121.5 4.5t121.5 -4.5t120.5 -14.5q37 -6 86 -17t100.5 -28t101 -40.5t88 -55t62.5 -71.5t24 -89v-320h-128v131q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5t-144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM2048 768q0 -82 -34 -156.5t-94 -129.5v-457l-256 128l-256 -128v457q-60 55 -94 129.5t-34 156.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 406q-64 -22 -128 -22t-128 22v-174l128 64l128 -64v174zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "MaximumValue", + Code: "F5BC", + Path: "M0 1536h128v-896h-128v896zM2048 1536v-896h-128v896h128zM1517 1405l318 -317l-318 -317l-90 90l162 163h-1114l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h1114l-162 163z" + }, + { + Name: "MinimumValue", + Code: "F5BD", + Path: "M1024 1536h128v-896h-128v896zM768 1536h128v-896h-128v896zM1920 1024h-421l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h421v-128zM349 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z" + }, + { + Name: "CriticalErrorSolid", + Code: "F5C9", + Path: "M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM1024 768h-128v-128h128v128zM1024 1536h-128v-640h128v640z" + }, + { + Name: "VisualStudioForWindows", + Code: "F5D0", + Path: "M2048 1713v-1378q0 -37 -19 -67t-52 -47l-358 -180q-26 -13 -58 -13q-25 0 -48.5 9.5t-41.5 27.5l-726 726l-461 -353q-19 -14 -39 -14q-12 0 -40 9.5t-59.5 21.5t-60.5 24t-43 17q-18 7 -30 23.5t-12 36.5v936q0 20 12 36.5t30 23.5q14 5 43 17t60.5 24t59.5 21.5t40 9.5q20 0 39 -14l461 -353l726 726q18 18 41.5 27.5t48.5 9.5q32 0 58 -13l358 -180q33 -17 52 -47t19 -67zM256 768l256 256l-256 256v-512zM1536 649v750l-488 -375z" + }, + { + Name: "PasteAsText", + Code: "F5D5", + Path: "M256 256h768v-128h-896v1664h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128v-1408zM512 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM2009 0h-135l-85 256h-378l-85 -256h-135l342 1024h134zM1746 384l-146 437l-146 -437h292z" + }, + { + Name: "PasteAsCode", + Code: "F5D6", + Path: "M256 256h512v-128h-640v1664h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128v-1408zM512 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1037 723l-210 -211l210 -211l-90 -90l-301 301l301 301zM2042 512l-301 -301l-90 90l210 211l-210 211l90 90zM1493 1024h128l-341 -1024h-128z" + }, + { + Name: "BrowserTab", + Code: "F5D7", + Path: "M1792 1792v-1792h-1664v2048h896v-256h768zM1664 1664h-768v256h-640v-1792h1408v1536z" + }, + { + Name: "BrowserTabScreenshot", + Code: "F5D8", + Path: "M256 128h384v-128h-512v2048h896v-256h768v-640h-128v512h-768v256h-640v-1792zM2048 896v-896h-1280v896h293l128 128h438l128 -128h293zM1920 768h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM1408 768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "DesktopScreenshot", + Code: "F5D9", + Path: "M1152 512v-128h256v-128h-640v128h256v128h-896v384h128v-256h1664v896h-512v128h640v-1152h-896zM1280 1024h-1280v896h293l128 128h438l128 -128h293v-896zM1152 1792h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM640 1792q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM640 1408q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "FileYML", + Code: "F5DA", + Path: "M256 1920v-1792h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896zM1280 1829v-293h293zM1748 640h112l-210 -408v-232h-106v230l-204 410h121l126 -274q4 -9 7 -19t6 -19h1q6 21 15 38zM1984 384q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1984 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "ClipboardSolid", + Code: "F5DC", + Path: "M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128z" + }, + { + Name: "ChevronDownEnd", + Code: "F5E4", + Path: "M1024 805l-749 750l90 90l659 -658l659 658l90 -90zM1792 512v-128h-1536v128h1536z" + }, + { + Name: "FabricUserFolder", + Code: "F5E5", + Path: "M2048 1536v-591q-20 59 -52 111.5t-76 96.5v383h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48 -51t39.5 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1764 459q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "FabricNetworkFolder", + Code: "F5E6", + Path: "M2048 1536v-503q-55 70 -128 126v377h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-223.5 45.5t-182.5 123.5t-123 183t-45 224t45 224t123 183t182.5 123.5t223.5 45.5zM1894 768q-37 81 -102 143t-147 96q28 -57 44.5 -117t25.5 -122h179zM1936 576q0 16 -1 32t-4 32h-204v-64v-32t-1 -32h205q3 16 4 32t1 32zM1600 384h-259q7 -49 19.5 -97.5t35.5 -93.5q4 -9 12.5 -22.5t18.5 -26.5t22 -22.5t24 -9.5q9 0 16.5 6t13.5 12q20 20 36 51.5t28 67.5t20 71.5t13 63.5zM1329 512h285q1 16 1.5 32t0.5 32t-0.5 32t-1.5 32h-285q0 -16 -0.5 -32t-0.5 -32t0.5 -32t0.5 -32zM1015 512h202v128h-202q-2 -16 -3.5 -32t-1.5 -32t1.5 -32t3.5 -32zM1341 768h260q-8 48 -20.5 95t-34.5 90q-3 6 -11.5 20.5t-19.5 29.5t-22.5 26t-20.5 11q-11 0 -22.5 -10t-22 -23.5t-19 -27.5t-12.5 -22q-21 -41 -34 -92.5t-21 -96.5zM1052 768h176q9 61 24.5 121t42.5 116q-81 -34 -144 -95.5t-99 -141.5zM1052 384q35 -79 98 -141t143 -95q-26 55 -41.5 115.5t-23.5 120.5h-176zM1646 146q83 33 147 95t101 143h-180q-10 -60 -26 -121.5t-42 -116.5z" + }, + { + Name: "BullseyeTarget", + Code: "F5F0", + Path: "M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1536q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1024 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z" + }, + { + Name: "AnalyticsView", + Code: "F5F1", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792zM256 1152h128v-640h-128v640zM512 768h128v-256h-128v256zM768 896h128v-384h-128v384zM1024 1280h128v-768h-128v768zM1536 1152h128v-640h-128v640zM1280 896h128v-384h-128v384z" + }, + { + Name: "Video360Generic", + Code: "F609", + Path: "M1024 2048q154 0 298 -44.5t267.5 -126t221 -197t157.5 -257.5q34 -81 56.5 -174t22.5 -181q0 -60 -3.5 -116t-12.5 -110t-24 -107.5t-39 -109.5q-60 -142 -157 -257.5t-220.5 -197t-268 -126t-298.5 -44.5t-298.5 44.5t-268 126t-220.5 197t-157 257.5q-24 56 -39 109.5t-24 107.5t-12.5 110t-3.5 116q0 88 22.5 181t56.5 174q60 142 157.5 257.5t221 197t267.5 126t298 44.5zM1502 1356q14 -82 20 -165t6 -167q0 -100 -9 -199q75 18 148.5 46t139.5 70q14 9 33 24t36.5 33t30 37.5t12.5 37.5q0 11 -1 23t-3 22q-6 30 -34.5 58.5t-65 52.5t-74 42.5t-62.5 28.5q-43 17 -87.5 31t-89.5 25zM1857 1356q-37 92 -93 173t-127 147.5t-155.5 117.5t-178.5 82q62 -84 104 -183t66 -200q101 -21 197 -53.5t187 -83.5zM1003 1920h-16t-16 -2q-6 -1 -20 -8t-19 -11q-29 -17 -54 -42t-46.5 -53.5t-39.5 -59.5t-32 -61q-20 -41 -35 -83t-28 -86q81 11 163 16.5t164 5.5t164 -5.5t163 -16.5q-13 44 -28 86t-35 83q-14 30 -32 61t-39.5 59.5t-46.5 53.5t-54 42q-5 4 -19 11t-20 8q-8 2 -16 2h-16h-42zM745 1876q-94 -31 -178.5 -82t-155.5 -117.5t-127 -147.5t-93 -173q91 51 187 83.5t197 53.5q24 101 66 200t104 183zM145 851q23 -119 77 -225.5t132 -195t177.5 -154.5t214.5 -104q-58 76 -96.5 165.5t-64.5 180.5q30 -6 60.5 -10.5t61.5 -8.5q14 -44 34 -92.5t46.5 -95t59 -87t71.5 -67.5q4 -3 11 -7t15 -8.5t15 -8t12 -4.5q6 -1 12.5 -1h13.5h48h16t16 2t22.5 9.5t21.5 11.5q41 26 75 66.5t61 87.5t48 96.5t35 93.5q41 126 58.5 261.5t17.5 267.5q0 90 -7.5 179t-24.5 177q-90 14 -179.5 21t-180.5 7t-180.5 -7t-179.5 -21q-17 -88 -24.5 -177t-7.5 -179v-29.5t2 -29.5q-29 5 -57 12t-56 16q-1 8 -1 15.5v15.5q0 84 6 167t20 165q-45 -11 -89.5 -25t-87.5 -31q-26 -11 -63.5 -29t-73.5 -42t-64 -52.5t-35 -58.5q-2 -10 -3 -22.5t-1 -22.5q0 -5 4.5 -16t6.5 -16q15 -29 42 -54t59 -46t65.5 -37t62.5 -28q74 -30 156 -50.5t166.5 -33.5t169 -18.5t163.5 -5.5h37l-146 147l90 90l301 -301l-301 -301l-90 90l147 147q-73 0 -152 3.5t-160.5 12.5t-163.5 24.5t-159.5 39t-149 56t-132.5 75.5zM1303 172q115 38 214.5 104.5t177.5 154.5t131.5 195t76.5 226q-43 -32 -92 -57t-100.5 -45t-105 -35t-104.5 -26q-11 -66 -28 -135t-41 -135.5t-56 -129.5t-73 -117z" + }, + { + Name: "Untag", + Code: "F60B", + Path: "M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM896 309l263 263l91 -90l-354 -354l-896 896l1024 1024h896v-896l-353 -353l-91 90l316 316v715h-715l-896 -896zM2045 547l-226 -227l226 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "RemoteApplication", + Code: "F621", + Path: "M0 1920h2048v-640h-128v128h-1792v-1024h896v-128h-1024v1664v0zM128 1536h1792v256h-1792v-256v0zM1171 659l90 90l366 -365l-366 -365l-90 90l274 275l-274 275v0zM1939 1133l90 -90l-274 -275l274 -275l-90 -90l-366 365l366 365v0z" + }, + { + Name: "Leave", + Code: "F627", + Path: "M2011 1088l-446 -445l-90 90l291 291h-998v128h998l-291 291l90 90zM1152 768h128v-640h-1280v1920h1280v-640h-128v512h-1024v-1664h1024v512z" + }, + { + Name: "Trending12", + Code: "F62D", + Path: "M2048 1707v-683h-171v391l-768 -768l-341 342l-665 -665l-121 120l786 786l341 -341l648 647h-392v171h683z" + }, + { + Name: "Blocked12", + Code: "F62E", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249t-33.5 -249t-94.5 -224.5t-146.5 -190.5t-190 -147t-224.5 -94.5t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t95 224.5t147 190t190 146.5t224 94.5t249.5 33.5zM939 137q111 0 213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5zM469 1024h939v-171h-939v171z" + }, + { + Name: "Warning12", + Code: "F62F", + Path: "M1884 0h-1891l946 1991zM263 171h1351l-675 1422zM1024 1195v-555h-171v555h171zM853 512h171v-171h-171v171z" + }, + { + Name: "CheckedOutByOther12", + Code: "F630", + Path: "M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249t-33.5 -249t-94.5 -224.5t-146.5 -190.5t-190 -147t-224.5 -94.5t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t95 224.5t147 190t190 146.5t224 94.5t249.5 33.5zM939 137q111 0 213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5zM1195 1195h170v-683h-682v171h391l-537 537l121 120l537 -537v392z" + }, + { + Name: "CheckedOutByYou12", + Code: "F631", + Path: "M939 1877q129 0 248.5 -33.5t224 -95t190 -147t147 -190t95 -224t33.5 -248.5t-33.5 -248.5t-95 -224t-147 -190.5t-190 -147.5t-224 -95t-248.5 -33.5t-249 33.5t-224.5 95t-190 147t-147 190t-95 224.5t-33.5 249t33.5 248.5t95 224t147.5 190t190.5 147t224 95t248.5 33.5zM1365 512v683h-170v-361l-522 521l-151 -150l522 -522h-361v-171h682z" + }, + { + Name: "CircleShapeSolid", + Code: "F63C", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5z" + }, + { + Name: "SquareShapeSolid", + Code: "F63D", + Path: "M1920 1920v-1792h-1792v1792h1792z" + }, + { + Name: "TriangleShapeSolid", + Code: "F63E", + Path: "M1920 128h-1920l960 1920z" + }, + { + Name: "DropShapeSolid", + Code: "F63F", + Path: "M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166z" + }, + { + Name: "RectangleShapeSolid", + Code: "F640", + Path: "M2048 1664v-1280h-2048v1280h2048z" + }, + { + Name: "ContentSettings", + Code: "F647", + Path: "M2048 1920v-1064q-28 31 -60.5 57.5t-67.5 49.5v445h-1792v-1024h868q3 -33 10 -65t18 -63h-1024v1664h2048zM1920 1792h-1792v-256h1792v256zM256 512v768h640v-768h-640zM384 640h384v512h-384v-512zM1408 1152h-384v128h384v-128zM1024 1022h384q-122 -41 -216 -126h-168v126zM2038 560l-124 -51q6 -30 6 -59q0 -32 -6 -63l124 -51l-49 -119l-124 52q-17 -25 -38.5 -47t-47.5 -39l52 -124l-119 -49l-51 124q-30 -6 -61 -6q-15 0 -30 3l-30 6l-52 -127l-119 49l52 125q-25 17 -45.5 39t-37.5 47l-127 -53l-49 119l124 51q-6 30 -6 59q0 31 6 63l-124 51l49 119l124 -52q17 25 38.5 47t47.5 39l-52 124l119 49l51 -124q30 6 59 6q31 0 63 -6l51 124l119 -49l-52 -124q25 -17 47 -38.5t39 -47.5l124 52zM1600 257q40 0 75 15t61 41t41 61t15 74t-15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74q0 -40 15 -74.5t41.5 -60.5t61.5 -41t74 -15z" + }, + { + Name: "DefaultSettings", + Code: "F648", + Path: "M930 382q17 -2 33.5 -3.5t33.5 -1.5q13 0 26 0.5t26 1.5l-73 -72l42 -42h-30l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l143 -89l-81 -81l-179 112q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86zM648 1024q0 78 29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5t146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5zM1288 1024q0 55 -20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5t103 20.5t84 56.5t56.5 84t20.5 103zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "ZoomToFit", + Code: "F649", + Path: "M749 1592l-90 91l365 365l365 -365l-90 -91l-275 275zM1299 456l90 -91l-365 -365l-365 365l90 91l275 -275zM456 1299l-275 -275l275 -275l-91 -90l-365 365l365 365zM2048 1024l-365 -365l-91 90l275 275l-275 275l91 90zM640 1408h768v-768h-768v768zM768 768h512v512h-512v-512z" + }, + { + Name: "InsertColumnsLeft", + Code: "F64A", + Path: "M2048 1920v-1664h-2048v512l128 -128v-256h512v512h512v384h-512v512h-512v-256l-128 -128v512h2048zM1920 768h-512v-384h512v384zM1920 1280h-512v-384h512v384zM1920 1792h-512v-384h512v384zM525 1427l-275 -275h774v-128h-774l275 -275l-90 -90l-429 429l429 429z" + }, + { + Name: "InsertColumnsRight", + Code: "F64B", + Path: "M2048 1408l-128 128v256h-512v-512h-512v-384h512v-512h512v256l128 128v-512h-2048v1664h2048v-512zM640 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM640 1792h-512v-384h512v384zM1523 749l275 275h-774v128h774l-275 275l90 90l429 -429l-429 -429z" + }, + { + Name: "InsertRowsAbove", + Code: "F64C", + Path: "M2048 1920v-1664h-2048v1664h512l-128 -128h-256v-384h640v-512h384v512h768v384h-384l-128 128h640zM640 768h-512v-384h512v384zM1280 768h-512v-384h512v384zM1920 768h-512v-384h512v384zM621 1523l-90 90l429 429l429 -429l-90 -90l-275 275v-774h-128v774z" + }, + { + Name: "InsertRowsBelow", + Code: "F64D", + Path: "M2048 1920v-1664h-640l128 128h384v384h-768v512h-384v-512h-640v-384h256l128 -128h-512v1664h2048zM640 1792h-512v-384h512v384zM1280 1792h-512v-384h512v384zM1920 1792h-512v-384h512v384zM1299 653l90 -90l-429 -429l-429 429l90 90l275 -275v774h128v-774z" + }, + { + Name: "DeleteColumns", + Code: "F64E", + Path: "M640 2048h640v-1092l-320 -319l-320 320v1091zM1920 2048v-1024h-512v128h384v896h128zM128 1152h384v-128h-512v1024h128v-896zM1277 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "DeleteRows", + Code: "F64F", + Path: "M896 1920h-896v128h1024v-512h-128v384zM1411 1088l-320 -320h-1091v640h1092zM896 640h128v-512h-1024v128h896v384zM1955 771l-227 227l-227 -227l-90 90l227 227l-227 227l91 90l226 -226l227 226l90 -90l-226 -227l227 -227z" + }, + { + Name: "DeleteRowsMirrored", + Code: "F650", + Path: "M1150 1920h896v128h-1024v-512h128v384zM635 1088l320 -320h1091v640h-1092zM1150 640h-128v-512h1024v128h-896v384zM91 771l227 227l227 -227l90 90l-227 227l227 227l-91 90l-226 -226l-227 226l-90 -90l226 -227l-227 -227z" + }, + { + Name: "DeleteTable", + Code: "F651", + Path: "M1819 320l227 -227l-91 -90l-227 227l-227 -227l-90 90l227 227l-227 227l91 90l226 -226l227 226l90 -90zM2045 320l3 3v-6zM2048 1920v-1152h-642l-126 -126v126h-512v-384h512v-128h-1280v1664h2048zM640 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM640 1792h-512v-384h512v384zM1280 1280h-512v-384h512v384zM1280 1792h-512v-384h512v384zM1920 1280h-512v-384h512v384zM1920 1792h-512v-384h512v384z" + }, + { + Name: "AccountBrowser", + Code: "F652", + Path: "M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792zM1210 848q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM896 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "VersionControlPush", + Code: "F664", + Path: "M1664 2048v-128h-1408v128h1408zM1024 1445v-554q83 -11 153.5 -50.5t121.5 -99t80 -135t29 -158.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 83 29 158.5t80 135t121.5 99t153.5 50.5v554l-339 -338l-90 90l493 493l493 -493l-90 -90zM1280 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5z" + }, + { + Name: "StackedColumnChart2", + Code: "F666", + Path: "M1920 256v-128h-1792v1792h128v-1664h1664zM768 384h-384v1152h384v-1152zM640 1024h-128v-512h128v512zM640 1408h-128v-256h128v256zM1280 384h-384v896h384v-896zM1152 768h-128v-256h128v256zM1152 1152h-128v-256h128v256zM1792 384h-384v1408h384v-1408zM1664 1280h-128v-768h128v768zM1664 1664h-128v-256h128v256z" + }, + { + Name: "StackedBarChartFull", + Code: "F668", + Path: "M1792 384h-1408v384h1408v-384zM1280 640h-768v-128h768v128zM1664 640h-256v-128h256v128zM1920 256v-128h-1792v1792h128v-1664h1664zM1792 896h-1408v384h1408v-384zM768 1152h-256v-128h256v128zM1664 1152h-768v-128h768v128zM1792 1408h-1408v384h1408v-384zM1024 1664h-512v-128h512v128zM1664 1664h-512v-128h512v128z" + }, + { + Name: "TripleColumnWide", + Code: "F66E", + Path: "M0 1792h512v-1536h-512v1536zM128 384h256v1280h-256v-1280zM2048 1792v-1536h-512v1536h512zM1920 1664h-256v-1280h256v1280zM640 1792h768v-1536h-768v1536zM768 384h512v1280h-512v-1280z" + }, + { + Name: "QuadColumn", + Code: "F66F", + Path: "M0 1792h384v-1536h-384v1536zM128 384h128v1280h-128v-1280zM1024 1792h384v-1536h-384v1536zM1152 384h128v1280h-128v-1280zM512 1792h384v-1536h-384v1536zM640 384h128v1280h-128v-1280zM1920 1792v-1536h-384v1536h384zM1792 1664h-128v-1280h128v1280z" + }, + { + Name: "WhiteBoardApp16", + Code: "F673", + Path: "M1262 1411l623 606l134 -138l-415 -405q-30 -30 -54 -55t-47 -48.5t-48 -47.5t-58 -51l-250 -113zM2048 1729v-1345h-2048v1408h1470l-131 -128h-1211v-279q34 21 87.5 51t113 57.5t117.5 47t100 19.5q49 0 83.5 -27.5t34.5 -79.5q0 -43 -20.5 -85t-42.5 -77q-40 -66 -63 -137.5t-23 -149.5q0 -33 7.5 -77t25 -83t46.5 -66.5t72 -27.5q49 0 98 32t92 77.5t78 95.5t56 86l110 -66q-22 -36 -49 -76.5t-59.5 -79.5t-69 -75t-77.5 -63t-85.5 -43t-91.5 -16q-75 0 -128 36t-87 92.5t-50 124t-16 130.5q0 96 27.5 184t77.5 170l2 4q10 17 19.5 33.5t16.5 35.5q-20 -3 -54 -15t-74 -29.5t-82.5 -39t-80 -43.5t-67.5 -42t-44 -35v-716h1792v1092z" + }, + { + Name: "WhiteBoardApp32", + Code: "F674", + Path: "M1254 1374l539 537l119 -119l-359 -359q-26 -26 -47 -48.5t-41 -43.5t-41.5 -42t-49.5 -45l-216 -101zM1920 1620v-1236h-1792v1344h1300l-129 -128h-1043v-319q27 14 60 30t68.5 29.5t71 22.5t66.5 9q44 0 73.5 -25t29.5 -71q0 -27 -8.5 -51.5t-21.5 -48t-28.5 -47t-28.5 -48t-21.5 -51.5t-8.5 -58q0 -32 11 -58t30 -44.5t45.5 -28.5t57.5 -10q54 0 105.5 26t97 65.5t82.5 86.5t63 89l109 -68q-36 -59 -84.5 -117t-106.5 -105t-125 -76t-141 -29q-58 0 -108 20t-86.5 56t-57 85t-20.5 108q0 45 9 78.5t23.5 63.5t33 59.5t37.5 65.5q-60 -17 -116.5 -45.5t-110.5 -58.5v-623h1536v980z" + }, + { + Name: "PinnedSolid", + Code: "F676", + Path: "M1990 1300q-33 -33 -64.5 -60.5t-65.5 -46.5t-73.5 -29.5t-88.5 -10.5q-34 0 -65 6l-379 -379q13 -38 19 -78t6 -80q0 -65 -13 -118.5t-37.5 -100t-59.5 -89t-79 -86.5l-386 386l-568 -569l-136 -45l45 136l569 568l-386 386q44 44 86.5 79t89 59.5t100 37.5t118.5 13q40 0 80 -6t78 -19l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5z" + }, + { + Name: "InsertSignatureLine", + Code: "F677", + Path: "M1664 516l128 128v-644h-1664v2048h1115l499 -499q-35 -11 -60.5 -23.5t-47.5 -28t-42 -35.5l-44 -44l-10 -10h-386v512h-896v-1792h1408v388zM1280 1536h293l-293 293v-293zM1848 1408q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719q-7 -2 -37 -9.5t-71.5 -18t-88.5 -22t-86.5 -21.5t-66 -16.5t-27.5 -6.5h-512v128h544l62 249l717 718q28 28 65 42.5t76 14.5zM1899 1159q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z" + }, + { + Name: "ArrangeByFrom", + Code: "F678", + Path: "M2048 1416v-464q-41 114 -128 201v36l-19 -18q-24 22 -50.5 40.5t-55.5 34.5l102 102l-873 436l-873 -436l324 -324h581q-16 -31 -28.5 -62.5t-20.5 -65.5h-586l-293 293v-933h787q-25 -61 -39 -128h-876v1288l1024 512zM1764 459q65 -32 117.5 -80.5t89.5 -108.5t57 -129t20 -141h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 72 20 141t57 129t89.5 108.5t117.5 80.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z" + }, + { + Name: "Phishing", + Code: "F679", + Path: "M2048 1664v-1280l-128 230v786l-896 -447l-896 447v-888h845l-64 -128h-909v1280h2048zM1024 1095l881 441h-1762zM1408 640h128v-320h-128v320zM1408 256h128v-128h-128v128zM1472 1152l576 -1152h-1152zM1867 112l-395 790l-395 -790h790z" + }, + { + Name: "CreateMailRule", + Code: "F67A", + Path: "M2048 896v-896h-1408v896h1408zM935 768l409 -245l409 245h-818zM1920 128v591l-576 -346l-576 346v-591h1152zM928 1536q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h384v-128h-512v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-736zM128 1664v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480z" + }, + { + Name: "Number", + Code: "F691", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM1082 1600h70v-1152h-128v906q-57 -36 -122.5 -55t-133.5 -19v128q103 0 184 51.5t130 140.5z" + }, + { + Name: "PublishCourse", + Code: "F699", + Path: "M1760 458q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 432q-32 -37 -58 -77.5t-46 -85.5q-53 55 -128.5 85t-151.5 30h-384v1280h-128v-1408h787q-14 -31 -23 -63t-15 -65h-877v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256v-640q-58 57 -128 95v417h-128v-369q-32 9 -64 13t-64 4v480h-256q-70 0 -136 -24.5t-120 -70.5v-1265zM896 445v1252q-54 46 -120 70.5t-136 24.5h-256v-1280h256q67 0 132 -17t124 -50z" + }, + { + Name: "DictionaryRemove", + Code: "F69A", + Path: "M256 128h766l128 -128h-894q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95t57.5 82t82 57.5t95 21.5h1408v-1219l-64 -64l-64 64v1091h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1316q29 17 61 26.5t67 9.5h963l64 -64l-64 -64h-963q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1280 1280h-896v384h896v-384zM512 1536v-128h640v128h-640zM1981 739l-291 -291l291 -291l-90 -90l-291 291l-291 -291l-90 90l291 291l-291 291l90 90l291 -291l291 291z" + }, + { + Name: "UserRemove", + Code: "F69B", + Path: "M1040 1102q119 -46 217 -128t164 -191l-93 -93q-42 77 -102 138.5t-132.5 105t-155 67t-170.5 23.5t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "UserEvent", + Code: "F69C", + Path: "M1190 1022l-58 -115q-80 57 -172.5 87t-191.5 30q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119.5t-76 -104t-101 -82.5q40 -16 78 -35.5t73 -43.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z" + }, + { + Name: "Encryption", + Code: "F69D", + Path: "M1920 1792v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6zM1792 1280v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244zM960 1728q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-128h128v-640h-896v640h128v128q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1280 768v384h-640v-384h640zM768 1280h384v128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-128z" + }, + { + Name: "LiveSite", + Code: "F6A6", + Path: "M960 1280q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1306 896q-15 80 -63 145t-120 103q29 -58 42 -121t17 -127h124zM1085 768h-251q1 -16 4.5 -44t10 -60t16.5 -64.5t24 -59t31.5 -43.5t39.5 -17q21 0 38 17t30.5 44t23.5 60t17 65t11 59.5t5 42.5zM834 896h252q-1 15 -5 42t-11 59t-17.5 65t-24 60.5t-31 44.5t-37.5 17q-22 0 -39.5 -17t-31 -44t-23.5 -60t-17 -65t-10.5 -59.5t-4.5 -42.5zM793 1142q-35 -19 -64.5 -45t-52.5 -57.5t-39 -68t-23 -75.5h124q4 63 16 125.5t39 120.5zM614 768q14 -78 61 -142.5t116 -102.5q-26 57 -37.5 119.5t-15.5 125.5h-124zM1124 520q71 38 119 103.5t63 144.5h-124q-5 -63 -18.5 -126.5t-39.5 -121.5zM1115 2048l549 -549v-1371h-1408v1920h859zM1152 1829v-293h293zM384 256h1152v1152h-512v512h-640v-1664z" + }, + { + Name: "PasswordField", + Code: "F6AA", + Path: "M0 1792h2048v-1408h-2048v1408zM1920 512v1152h-1792v-1152h1792zM512 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5zM1024 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5zM1536 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5z" + }, + { + Name: "OpenInNewTab", + Code: "F6AB", + Path: "M2048 2048v-1664h-384v-384h-1664v1664h384v384h1664zM1920 512v1408h-1408v-256h256v-128h-640v-1408h1408v640h128v-256h256zM941 851l-90 90l594 595h-421v128h640v-640h-128v421z" + }, + { + Name: "Hide3", + Code: "F6AC", + Path: "M74 1756l90 90l1630 -1629l-91 -91l-457 457q-54 -35 -105.5 -53t-116.5 -18q-80 0 -150 30t-122 82t-82 122t-30 150q0 65 18 116.5t53 105.5l-320 320q-125 -105 -194 -241t-69 -301h-128q0 91 21 179.5t60 170t94.5 153t125.5 129.5zM768 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q36 0 67 9.5t62 26.5l-349 349q-17 -31 -26.5 -62t-9.5 -67zM1096 1141l-133 133q15 2 30.5 4t30.5 2q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -15 -2 -30.5t-4 -30.5l-133 133q-42 131 -173 173zM2048 896h-128q0 118 -36 221t-99.5 188t-149.5 152t-185.5 113t-208 70t-217.5 24q-98 0 -192 -19t-185 -56l-98 98q116 53 231.5 79t243.5 26q144 0 285 -35.5t265.5 -104.5t225.5 -170.5t166 -233.5q40 -82 61 -171t21 -181z" + }, + { + Name: "VerifiedBrandSolid", + Code: "F6AD", + Path: "M1845 1024l124 -155q18 -23 28 -50.5t10 -56.5q0 -30 -9.5 -57t-26 -49t-40.5 -38t-52 -24l-191 -53q2 -51 5.5 -103t3.5 -104q0 -36 -13.5 -67t-37 -54.5t-55 -37t-67.5 -13.5q-31 0 -61 11l-185 70l-109 -165q-24 -37 -62.5 -57.5t-82.5 -20.5t-82.5 20.5t-62.5 57.5l-109 165l-185 -70q-30 -11 -61 -11q-36 0 -67.5 13.5t-55 37t-37 54.5t-13.5 67q0 52 3.5 104t5.5 103l-191 53q-29 8 -52.5 24t-40 38t-26 49t-9.5 57q0 29 10 56.5t28 50.5l124 155l-124 155q-38 47 -38 107q0 30 9.5 57t26 49t40 38t52.5 24l191 53q-2 51 -5.5 103t-3.5 104q0 36 13.5 67t37 54.5t55 37t67.5 13.5q31 0 61 -11l185 -70l109 165q24 37 62.5 57.5t82.5 20.5t82.5 -20.5t62.5 -57.5l109 -165l185 70q30 11 61 11q36 0 67.5 -13.5t55 -37t37 -54.5t13.5 -67q0 -52 -3.5 -104t-5.5 -103l191 -53q28 -8 52 -24t40.5 -38t26 -49t9.5 -57q0 -60 -38 -107zM896 655l569 568l-114 114l-455 -456l-199 200l-114 -114z" + }, + { + Name: "MarkAsProtected", + Code: "F6AE", + Path: "M1193 437l-704 704l283 283l704 -704zM1295 720l-523 523l-102 -102l523 -523zM1664 128v640h128v-768h-1664v2048h922l-128 -128h-666v-1792h1408zM1969 1609l-215 -87l245 -245l-268 -268l-72 73l-89 -86l-582 582l89 86l-70 69l268 268l241 -242l91 212l74 74l362 -362zM1694 1851l-98 -168l79 -82l172 97zM1818 1277l-543 543l-110 -121l543 -543z" + }, + { + Name: "AuthenticatorApp", + Code: "F6B1", + Path: "M1024 1408q197 0 389.5 -32t378.5 -96v-128q0 -189 -55 -365t-155.5 -327t-242 -269t-315.5 -191q-173 72 -315 190.5t-242.5 268.5t-155.5 326t-55 364q0 13 2 30t4.5 35t5 35t4.5 31q185 64 371 96t381 32zM1280 512v32q0 41 -12.5 79t-35.5 70t-55 56t-71 37q51 24 80.5 71t29.5 103q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -56 29.5 -103t80.5 -71q-39 -13 -71 -37t-55 -56t-35.5 -70t-12.5 -79v-32h512zM1024 1856q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5l-192 -32v32q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199v-32l-192 32q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25z" + }, + { + Name: "WebTemplate", + Code: "F6B2", + Path: "M768 1152h1280v-1152h-1280v1152zM1920 128v640h-1024v-640h1024zM1920 896v128h-1024v-128h1024zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM512 1920v128h128v-128h-128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128z" + }, + { + Name: "DefenderTVM", + Code: "F6B3", + Path: "M1664 640h-256v-256h128v-384h-1152v384h128v256h-256v512h384v-128h128v256h128v737l674 -289l-546 -234v-214h128v-256h128v128h384v-512zM1024 1823v-190l222 95zM1408 128v128h-896v-128h896zM640 384h640v256h-640v-256zM384 768h1152v256h-128v-128h-384v256h-128v-256h-384v128h-128v-256z" + }, + { + Name: "MedalSolid", + Code: "F6B9", + Path: "M1111 1536h-174l-357 512h888zM1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -67 -19.5 -121t-56.5 -109l-424 -635q-91 114 -217.5 179.5t-272.5 73.5l605 868h129zM990 1180q-146 -8 -272.5 -73.5t-217.5 -179.5l-425 637q-36 54 -55.5 108t-19.5 120q0 53 20 99.5t55 81.5t81.5 55t99.5 20h129zM1024 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40z" + }, + { + Name: "D365TalentLearn", + Code: "F6BB", + Path: "M128 384h-128q0 120 35.5 231t100 205t156 166t203.5 116q-56 36 -100 83.5t-75 103t-47.5 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -78 -22.5 -149.5t-63.5 -133t-98.5 -110t-128.5 -79.5q-45 -20 -91 -27t-92.5 -11l-93 -8t-92.5 -17q-104 -29 -190.5 -88.5t-148.5 -141t-96.5 -180.5t-34.5 -207zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122t-122.5 82.5t-149 30.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1792 257l-448 -225l-448 225q0 36 1 76.5t7.5 80t19.5 77t37 67.5l-193 88v-582h-128v640l704 320l704 -320l-321 -146q24 -31 37 -68t19.5 -76.5t7.5 -79.5t1 -77zM1344 884l-395 -180l395 -180l395 180zM1344 175l320 161q-1 26 -4.5 47.5t-10.5 41t-16.5 39t-22.5 41.5l-266 -121l-266 121q-14 -23 -23.5 -42.5t-15.5 -39t-9.5 -40.5t-4.5 -48z" + }, + { + Name: "D365TalentInsight", + Code: "F6BC", + Path: "M128 384h-128q0 121 35 232t100 204.5t156 165.5t204 116q-56 36 -100.5 83.5t-75 103t-47 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -78 -22 -150t-63 -133.5t-98.5 -109.5t-129.5 -79q-49 -21 -94.5 -28.5t-90 -10.5t-90 -6.5t-94.5 -17.5q-104 -29 -190.5 -88.5t-148.5 -141t-96.5 -180.5t-34.5 -207zM768 1152q80 0 150 30t122 82t82 122t30 150q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30zM1472 896q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-23.5 -119.5t-66.5 -101.5q-38 -42 -38 -99v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v128q0 29 -8.5 52.5t-28.5 45.5q-44 49 -67.5 102.5t-23.5 119.5q0 67 25 125.5t68 101.5t101.5 68t125.5 25zM1536 128v128h-128v-128h128zM1664 576q0 40 -15 75t-41 61t-61 41t-75 15q-41 0 -76 -14.5t-61 -40.5t-40.5 -61t-14.5 -76q0 -36 9.5 -60.5t23.5 -44.5t31 -39.5t32 -47.5h192q15 27 32 47t31 40.5t23.5 44.5t9.5 60zM1472 960q-26 0 -45 19t-19 45v64q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45.5v-64q0 -26 -19 -45t-45 -19zM1984 640q27 0 45.5 -18.5t18.5 -45.5t-18.5 -45.5t-45.5 -18.5h-64q-26 0 -45 19t-19 45t19 45t45 19h64zM1024 640q26 0 45 -19t19 -45t-19 -45t-45 -19h-64q-27 0 -45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5h64zM1898 938q0 -26 -19 -45q-9 -9 -19 -20.5t-20.5 -21.5t-23 -16.5t-27.5 -6.5q-26 0 -45.5 19.5t-19.5 45.5q0 15 6.5 27.5t16.5 23t21.5 20.5t20.5 19q19 19 45 19t45 -19t19 -45zM1155 828q-15 0 -27.5 6.5t-23 16.5t-20.5 21.5t-19 20.5q-19 19 -19 45t19 45t45 19t45 -19q9 -9 20.5 -19t21.5 -20.5t16.5 -23t6.5 -27.5q0 -26 -19.5 -45.5t-45.5 -19.5z" + }, + { + Name: "D365CoreHR", + Code: "F6BD", + Path: "M1766 1920q30 0 58 -10t49.5 -28.5t34 -44.5t12.5 -58v-1497q0 -32 -12.5 -60t-33.5 -49t-49 -33t-59 -12h-1497q-32 0 -58 12.5t-44.5 34t-28.5 49.5t-10 58v1497q0 29 11 54.5t30.5 45t45 30.5t54.5 11h1497zM768 256v486q0 8 -4 14.5t-9 11.5h-499v-486q0 -8 4 -14.5t9 -11.5h499zM1280 256v1011q-5 5 -12 9t-14 4h-371q-10 -69 -43 -128t-82.5 -101.5t-112.5 -66.5t-133 -24q-72 0 -138.5 25.5t-117.5 76.5v-166h499q32 0 58 -12.5t44.5 -34t28.5 -49.5t10 -58v-486h384zM256 1344q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1792 282v1497q-5 5 -12 9t-14 4h-1497l-13 -13v-154q51 52 117.5 77.5t138.5 25.5q70 0 133 -24t112.5 -66.5t82.5 -101.5t43 -128h371q30 0 58 -10t49.5 -28.5t34 -44.5t12.5 -58v-1011h358q10 0 18 8t8 18z" + }, + { + Name: "BacklogList", + Code: "F6BF", + Path: "M128 1920h1792v-512h-1792v512v0zM1792 1536v256h-1536v-256h1536v0zM512 768v512h1408v-512h-1408v0zM640 1152v-256h1152v256h-1152v0zM128 128v512h1792v-512h-1792v0zM256 512v-256h1536v256h-1536v0z" + }, + { + Name: "ButtonControl", + Code: "F6C0", + Path: "M0 1664h2048v-1152h-2048v1152zM1920 640v896h-1792v-896h1792zM1792 1152v-128h-1024v128h1024zM448 896q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM448 1152q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" + }, + { + Name: "BullseyeTargetDelete", + Code: "F6C1", + Path: "M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM1024 256q131 0 256 45v-135q-60 -22 -126 -30t-130 -8q-123 0 -237 32t-214 91t-181.5 140.5t-140.5 181.5t-91 214t-32 237t32 237t91 214t140.5 181.5t181.5 140.5t214 91t237 32t237 -32t214 -91t181.5 -140.5t140.5 -181.5t91 -214t32 -237q0 -64 -8 -130t-30 -126h-136q24 62 35 126t11 130q0 105 -27.5 203t-77.5 183.5t-120.5 155.5t-156 120.5t-183.5 78t-203 27.5q-106 0 -203.5 -27.5t-183 -77.5t-155.5 -120.5t-120.5 -156t-78 -183.5t-27.5 -203q0 -106 27.5 -203.5t78 -183t120.5 -155.5t155.5 -120.5t183.5 -78t203 -27.5zM1536 1024q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199zM1408 1024q0 79 -30.5 149t-82.5 122.5t-122 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1152 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z" + }, + { + Name: "TableGroup", + Code: "F6D9", + Path: "M384 1536h1664v-1536h-1664v1536v0zM896 128v256h-384v-256h384v0zM896 512v256h-384v-256h384v0zM896 896v256h-384v-256h384v0zM1408 128v256h-384v-256h384v0zM1408 512v256h-384v-256h384v0zM1408 896v256h-384v-256h384v0zM1920 128v256h-384v-256h384v0zM1920 512v256h-384v-256h384v0zM1920 896v256h-384v-256h384v0zM1920 1280v128h-1408v-128h1408v0zM128 1664v-256h128v-128h-128v-256h128v-128h-128v-256h128v-128h-256v1536h1664v-384h-1536v0zM128 1920v-128h1408v128h-1408v0z" + }, + { + Name: "MountainClimbing", + Code: "F6DB", + Path: "M1408 1231l616 -1231h-2000l744 1487v561h512v-384h-384v-177l320 -640l192 384v0zM896 1920v-128h256v128h-256v0zM989 1015l-157 314l-157 -314l157 -156l157 156v0zM1432 128l-383 767l-217 -218l-217 218l-383 -767h1200v0zM1576 128h240l-408 817l-120 -241l288 -576v0z" + }, + { + Name: "TagUnknown", + Code: "F6DF", + Path: "M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM181 1024l715 -715l384 384v-181l-384 -384l-896 896l1024 1024h896v-896l-105 -105q-44 9 -87 9q-25 0 -49.5 -3.5t-48.5 -9.5l162 162v715h-715zM1664 0v128h128v-128h-128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-37 -65t-52 -57.5t-59 -57.5q-20 -20 -25.5 -42.5t-5.5 -47.5q0 -8 0.5 -16.5t0.5 -16.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "TagUnknownMirror", + Code: "F6E0", + Path: "M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM181 1024l715 -715l384 384v-181l-384 -384l-896 896l1024 1024h896v-896l-105 -105q-44 9 -87 9q-25 0 -49.5 -3.5t-48.5 -9.5l162 162v715h-715zM1664 0v128h128v-128h-128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v48q0 29 -14 52t-35.5 45t-46.5 44.5t-46.5 50.5t-35.5 62.5t-14 81.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20z" + }, + { + Name: "TagUnknown12", + Code: "F6E1", + Path: "M1365 1621q0 36 25 61t61 25q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5zM853 418l248 248q28 -74 70 -135l-318 -318l-810 811l1024 1024h810v-683h-170v512h-606l-853 -853zM1536 0v171h171v-171h-171zM1621 1195q71 0 133 -27t108.5 -73.5t73.5 -108.5t27 -133q0 -61 -19 -108t-50 -87t-69.5 -76.5t-78.5 -75.5q-17 -17 -25.5 -36.5t-11.5 -41t-2.5 -43.5t0.5 -44h-171v64q0 62 19 109t47.5 84t61.5 67t61.5 59t47.5 59.5t19 69.5q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5t-66 -13.5t-54 -37t-36.5 -54.5t-13.5 -66h-171q0 70 26.5 132.5t73 109t108.5 73.5t133 27z" + }, + { + Name: "TagUnknown12Mirror", + Code: "F6E2", + Path: "M1365 1621q0 36 25 61t61 25q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5zM853 418l248 248q28 -74 70 -135l-318 -318l-810 811l1024 1024h810v-683h-170v512h-606l-853 -853zM1536 0v171h171v-171h-171zM1621 1195q71 0 133 -27t108.5 -73.5t73.5 -108.5t27 -133h-171q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5t-66 -13.5t-54 -37t-36.5 -54.5t-13.5 -66q0 -39 19 -70t47.5 -60t61.5 -59t61.5 -66.5t47.5 -83.5t19 -109v-64h-171v64q0 39 -19 70t-47.5 60t-61.5 59t-61.5 67t-47.5 83.5t-19 108.5q0 70 26.5 132.5t73 109t108.5 73.5t133 27z" + }, + { + Name: "Link12", + Code: "F6E3", + Path: "M1707 1333q76 -27 139 -75t108 -111t69.5 -138t24.5 -156q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5h-512q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h171q0 -35 -13.5 -66t-37 -54t-54.5 -36.5t-66 -13.5q-71 0 -133 -27t-108.5 -73.5t-73 -109t-26.5 -132.5q0 -71 27 -133t73 -108t108 -73t133 -27h512q70 0 132.5 27t108.5 73t73 108t27 133q0 92 -46 168.5t-124 122.5v189zM171 1365q0 -91 46 -167.5t124 -123.5v-189q-76 27 -139 75t-108 111t-69.5 138t-24.5 156q0 106 40.5 199t110 162.5t162.5 110t199 40.5h512q106 0 199 -40.5t162.5 -110t110 -162.5t40.5 -199t-40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5h-171q0 35 13.5 66t36.5 54.5t54 37t67 13.5q70 0 132.5 27t108.5 73t73 108t27 133q0 70 -26.5 132.5t-73 109t-108.5 73.5t-133 27h-512q-71 0 -133 -27t-108.5 -73.5t-73 -109t-26.5 -132.5z" + }, + { + Name: "Presentation", + Code: "F6E4", + Path: "M0 2048h1920v-128h-128v-896q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-640h512v-128h-1152v128h512v640h-640q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v896h-128v128zM1664 1024v896h-1408v-896h1408zM1408 1536v-128h-896v128h896z" + }, + { + Name: "Presentation12", + Code: "F6E5", + Path: "M1877 2048v-171h-170v-853q0 -35 -13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5h-512v-512h341v-170h-853v170h341v512h-512q-35 0 -66 13.5t-54 36.5t-36.5 54.5t-13.5 66.5v853h-171v171h1877zM1536 1024v853h-1195v-853h1195zM1365 1536v-171h-853v171h853z" + }, + { + Name: "Lock12", + Code: "F6E6", + Path: "M1536 1195h171v-1195h-1366v1195h171v341q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5v-341zM683 1536v-341h682v341q0 70 -27 132.5t-73 108.5t-108.5 73t-132.5 27q-71 0 -133 -27t-108 -73t-73 -108.5t-27 -132.5zM1536 171v853h-1024v-853h1024z" + }, + { + Name: "BuildDefinition", + Code: "F6E9", + Path: "M896 128h128v-128h-1024v128h128v832q0 76 28 143.5t76.5 119t114 83.5t141.5 37l608 627q35 36 82 57t98 21q36 0 72 -10t68 -29t57.5 -46t40.5 -61l384 -858q17 -37 17 -83q0 -40 -14.5 -75t-40 -61.5t-60.5 -41.5t-75 -15q-57 0 -104.5 31t-70.5 83l-251 562l-408 -421q2 -16 3.5 -31.5t1.5 -31.5v-832zM1394 1542l198 -440l117 50l-220 493q-19 -29 -45.5 -54t-49.5 -49zM1788 961q0 20 -9 38.5t-17 35.5l-118 -50q7 -15 13 -30.5t15 -28.5t21.5 -21.5t32.5 -8.5q27 0 44.5 19t17.5 46zM644 1321q62 -23 113 -65t85 -99l530 546q18 19 27 42t9 49t-10 49t-27 40t-40 27t-49 10q-56 0 -94 -39zM256 128h512v832q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-832zM512 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM512 896h64h-64zM1408 256v128h640v-128h-640zM1408 640h640v-128h-640v128zM1152 512v128h128v-128h-128zM1408 0v128h640v-128h-640zM1152 0v128h128v-128h-128zM1152 256v128h128v-128h-128z" + }, + { + Name: "ReleaseDefinition", + Code: "F6EA", + Path: "M2048 2048v-64q0 -167 -25.5 -310.5t-79.5 -272.5t-137.5 -248.5t-200.5 -237.5q-38 -38 -77 -75t-81 -72h-210q75 54 143.5 112t133.5 124q99 101 173 203t124 213t76.5 234t31.5 265q-142 -5 -265 -31.5t-233.5 -76.5t-212.5 -123.5t-203 -172.5q-100 -97 -182 -204t-155 -225l356 -355v-248q-138 -80 -279 -156l-418 418q76 141 156 279h-227v302l572 191v-1q127 136 252.5 236t263.5 166t295 98t345 32h64zM973 601l-372 372q-29 -51 -57.5 -102t-57.5 -102v-1l282 -282h1q51 29 102 57.5t102 57.5zM558 1152q29 46 58.5 91t61.5 89l-294 -98v-82h174zM1536 1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1152 1280q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-256v256q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM256 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM1408 256v128h640v-128h-640zM1408 512v128h640v-128h-640zM1152 0v128h128v-128h-128zM1152 512v128h128v-128h-128zM1408 0v128h640v-128h-640zM1152 256v128h128v-128h-128z" + }, + { + Name: "SaveTemplate", + Code: "F6EC", + Path: "M256 1536v-128h-128v128h128zM256 1280v-128h-128v128h128zM256 1024v-128h-128v128h128zM256 768v-128h-128v128h128zM256 512v-128h-128v128h128zM128 256h128v-128h-128v128zM256 0v128h128v-128h-128zM512 0v128h128v-128h-128zM256 1920h-128v128h128v-128zM512 2048v-128h-128v128h128zM768 2048v-128h-128v128h128zM1024 2048v-128h-128v128h128zM1280 2048v-128h-128v128h128zM1536 2048v-128h-128v128h128zM1664 1792h-128v128h128v-128zM1536 1536v128h128v-128h-128zM256 1792v-128h-128v128h128zM1920 1280q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1152h-1115l-165 165v987q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1024zM1152 1152v-384h512v384h-512zM1664 128v256h-512v-256h128v128h128v-128h256zM1920 128v1024h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128z" + }, + { + Name: "UserGauge", + Code: "F6ED", + Path: "M768 1024q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 119 35.5 230.5t100.5 206t156.5 167t203.5 114.5q-115 75 -177.5 186t-62.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q55 -21 105.5 -51t96.5 -67q-69 -24 -133 -62q-30 24 -72.5 43t-90 32t-94.5 20t-84 7zM768 1152q80 0 150 30t122 82t82 122t30 150q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30zM1931 688l-286 -286q19 -41 19 -82q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q41 0 82 -19l286 286zM1472 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1472 768q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -64 18.5 -125.5t52.5 -115.5l-102 -79q-48 72 -72.5 153.5t-24.5 166.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q65 0 127 -15t120 -43l-98 -97q-36 12 -73.5 19.5t-75.5 7.5zM1990 567q28 -58 43 -120t15 -127q0 -85 -24.5 -166.5t-72.5 -153.5l-102 79q34 54 52.5 115.5t18.5 125.5q0 38 -7.5 75.5t-19.5 73.5z" + }, + { + Name: "CRMResourceOptimizationApp32", + Code: "F6EF", + Path: "M768 896v128h128v-128h-128zM1280 1408v-128h-128v128h128zM896 1408v-128h-128v128h128zM1763 458q65 -32 118 -80.5t90 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t90 108t118 80.5q-74 54 -115.5 135.5t-41.5 174.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30v384h-1408v-896h128v-128h-256v1536h1664v-918q54 -20 100 -54t81 -81q38 -52 56 -109.5t18 -117.5q0 -89 -39.5 -171t-116.5 -139zM128 1664h1408v256h-1408v-256zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 448l-271 -271l-91 90l117 117h-523v779l-117 -117l-90 91l271 271l271 -271l-90 -91l-117 117v-651h395l-117 117l91 90z" + }, + { + Name: "WebSearch", + Code: "F6FA", + Path: "M1152 640h-473q20 -96 55 -192t90 -177q-21 -18 -40.5 -40.5t-34.5 -47t-24 -52t-9 -55.5q0 -15 3 -30q-160 50 -292 146.5t-227 225.5t-147.5 283.5t-52.5 322.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5q175 0 335 -56.5t291 -158.5t225.5 -243t138.5 -310h-1357q-9 -64 -13 -127.5t-4 -128.5t4 -128.5t13 -127.5h495v-128zM528 768q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256t37 -256h363zM1832 1408q-39 81 -92.5 152t-119.5 130.5t-142.5 105t-161.5 74.5q36 -49 65 -105t51.5 -115.5t39 -121t28.5 -120.5h332zM1024 1920q-49 0 -91.5 -27.5t-78 -72.5t-64.5 -101t-51 -113t-37 -109t-23 -89h689q-8 36 -23 88.5t-37 109.5t-51 113t-64.5 100.5t-77.5 72.5t-91 28zM732 1870q-85 -29 -162 -74.5t-143 -104.5t-119.5 -130.5t-92.5 -152.5h333q12 59 28.5 120.5t39 121t51.5 115.5t65 105zM732 178q-36 49 -65 105t-51.5 115.5t-39 121t-28.5 120.5h-333q39 -81 92.5 -152.5t119.5 -130.5t143 -104.5t162 -74.5zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "BlockedSiteSolid12", + Code: "F70A", + Path: "M1877 1798v-501q0 -144 -37.5 -274.5t-103 -247.5t-154.5 -221t-193.5 -194.5t-219 -168t-230.5 -142.5q-116 61 -230.5 138.5t-219 169t-194 197t-155 223.5t-103 248.5t-37.5 271.5v501q84 0 159.5 5.5t147 21.5t141.5 44.5t143 74.5q42 26 83 45.5t83 32.5t87 19.5t95 6.5q51 0 96 -6.5t87 -20t83 -33t83 -46.5q71 -45 141 -73t142 -44t148 -21.5t158 -5.5zM1439 760l-349 349l351 352l-151 150l-351 -351l-352 351l-150 -150l351 -352l-351 -351l150 -151l352 351l349 -349z" + }, + { + Name: "TagSolid", + Code: "F70E", + Path: "M1024 2048h896v-896l-1024 -1024l-896 896zM1472 1424q36 0 68 14t56 38t38 56t14 68t-14 68t-38 56t-56 38t-68 14t-68 -14t-56 -38t-38 -56t-14 -68t14 -68t38 -56t56 -38t68 -14z" + }, + { + Name: "OfficeChat", + Code: "F70F", + Path: "M384 768v-293l256 256v-182l-384 -384v475h-256v1280h1792v-512h-128v384h-1536v-1024h256zM768 1280h1280v-896h-256v-347l-347 347h-677v896zM1920 512v640h-1024v-640h603l165 -165v165h256z" + }, + { + Name: "OfficeChatSolid", + Code: "F710", + Path: "M1792 1920v-512h-1152v-859l-384 -384v475h-256v1280h1792zM768 1280h1280v-896h-256v-347l-347 347h-677v896z" + }, + { + Name: "ReportAlert", + Code: "F721", + Path: "M384 1280v-128h-128v128h128zM512 768v128h256v-128h-256zM128 384h640q5 -33 16.5 -65t25.5 -63h-810v1792h1536v-768h-128v640h-1280v-1536zM1258 1280q-133 -41 -243 -128h-503v128h746zM1280 1664v-128h-768v128h768zM256 768v128h128v-128h-128zM384 1664v-128h-128v128h128zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128z" + }, + { + Name: "ReportAlertMirrored", + Code: "F722", + Path: "M1024 1280v-128h-768v128h768zM768 768h-512v128h512v-128zM1280 1536h-128v128h128v-128zM1024 1664v-128h-768v128h768zM128 384h634q9 -33 21.5 -65t26.5 -63h-810v1792h1536v-768h-128v640h-1280v-1536zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128z" + }, + { + Name: "MailSchedule", + Code: "F72E", + Path: "M960 948l-832 535v-971h768v-128h-896v1280h1920v-601q-13 9 -29 19.5t-33 20t-34 18t-32 12.5v350zM1638 1536h-1356l678 -436zM2048 512q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128z" + }, + { + Name: "PowerShell2", + Code: "F730", + Path: "M768 384h1280v-128h-1280v128zM101 1762l1033 -738l-1033 -738l-74 104l887 634l-887 634z" + }, + { + Name: "WarningSolid", + Code: "F736", + Path: "M960 2048l960 -1920h-1920zM1024 384v128h-128v-128h128zM896 640h128v768h-128v-768z" + }, + { + Name: "Blocked2Solid", + Code: "F737", + Path: "M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -133 -34.5 -255.5t-97 -229t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-133 0 -255.5 34.5t-229 97t-194 150t-150 194t-97 229.5t-34.5 255t34.5 255t97 229.5t150 194t194 150t229.5 97t255 34.5zM1536 1024v128h-1152v-128h1152z" + }, + { + Name: "SkypeCircleArrow", + Code: "F747", + Path: "M1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1577 1024q0 22 -8.5 41.5t-23.5 34.5t-35 23.5t-42 8.5h-644q19 19 50.5 45t61.5 56t51.5 63.5t21.5 67.5q0 22 -8.5 42t-23.5 34t-35 22.5t-42 8.5q-21 0 -41 -8t-35 -23l-338 -339h-1q-14 -14 -23 -33t-9 -39q0 -23 7.5 -44t24.5 -38h1l338 -339q31 -31 77 -31q47 0 77.5 31.5t30.5 78.5q0 31 -22.5 64t-52.5 64t-61 57t-49 44h644q22 0 42 8.5t35 23.5t23.5 34.5t8.5 41.5z" + }, + { + Name: "SkypeArrow", + Code: "F748", + Path: "M1980 1084q0 -41 -15.5 -77t-42.5 -63t-63 -42.5t-77 -15.5h-1043l281 -280q28 -27 43 -64t15 -76q0 -41 -15.5 -77t-42.5 -63t-63 -42.5t-77 -15.5q-39 0 -75.5 15t-64.5 43l-615 616q-33 33 -47 68t-14 82q0 39 17.5 73.5t43.5 60.5l615 616q28 28 65 43t76 15q41 0 77 -16t62.5 -43t42 -63.5t15.5 -76.5q0 -39 -15 -75t-43 -64l-281 -280h1043q41 0 77 -15.5t63 -42.5t42.5 -63t15.5 -77z" + }, + { + Name: "SyncStatus", + Code: "F751", + Path: "M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM1024 640q55 0 107.5 15.5t97.5 44.5t81.5 69.5t60.5 90.5l116 -56q-32 -67 -80.5 -121t-109 -92t-130 -58.5t-143.5 -20.5q-110 0 -210.5 45t-173.5 128v-173h-128v384h384v-128h-158q54 -60 129.5 -94t156.5 -34zM1408 1363v173h128v-384h-384v128h158q-54 60 -129.5 94t-156.5 34q-55 0 -107.5 -15.5t-97.5 -44.5t-81.5 -69.5t-60.5 -90.5l-116 56q32 67 80.5 121t109 92t130 58.5t143.5 20.5q110 0 210.5 -45t173.5 -128z" + }, + { + Name: "SyncStatusSolid", + Code: "F752", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 490q77 0 149.5 21.5t135.5 61.5t114 96.5t84 125.5l-156 74q-23 -47 -57 -85t-77 -65t-92 -42t-101 -15q-72 0 -137.5 28t-116.5 78h126v128h-384v-384h128v142q75 -78 175 -121t209 -43zM1536 1152v384h-128v-142q-75 78 -175 121t-209 43q-77 0 -149.5 -21.5t-135.5 -61.5t-114 -96.5t-84 -125.5l156 -74q22 47 56.5 85t77.5 65t92 42t101 15q72 0 137.5 -28t116.5 -78h-126v-128h384z" + }, + { + Name: "ProjectDocument", + Code: "F759", + Path: "M457 1169q50 0 82.5 -21.5t32.5 -76.5q0 -56 -31.5 -78.5t-83.5 -22.5h-57v199h57zM1459 2048l589 -589v-1459h-1664v336l-384 61v1139l384 55v457h1075zM400 861h69q49 0 95.5 13t81.5 39.5t56.5 67t21.5 95.5q0 57 -18.5 96t-50.5 63t-76.5 34.5t-96.5 10.5h-226v-640h144v221zM1920 128v1152h-128v-1024h-768v128h640v128h-512v256h512v512h-640v128h256v512h-768v-311l384 55v-1408l-384 60v-188h1408zM1920 1408l-512 512v-512h512zM1536 1152v-256h-512v256h512z" + }, + { + Name: "ToDoLogoOutline", + Code: "F75B", + Path: "M2023 1508q25 -27 25 -60q0 -35 -25 -60l-1151 -1151q-12 -13 -27.5 -19t-32.5 -6q-35 0 -60 25l-636 636q-13 12 -19 27.5t-6 32.5q0 35 25 60l303 304q27 25 60 25q35 0 60 -25l273 -273l787 787q13 13 28.5 19t31.5 6q17 0 32.5 -6t28.5 -19zM237 933l242 -242l243 242l-243 243zM812 358l1090 1090l-243 242l-1089 -1090l7 -7z" + }, + { + Name: "VisioDiagramSync", + Code: "F762", + Path: "M1152 1280h896v-256h-128v128h-640v-128h-301l-339 -226v-158h384v-512h-896v512h384v158l-435 290l435 290v158h-296q-18 0 -34 7t-28 19t-19 28t-7 34v336q0 18 7 34t19 28t28 19t34 7h720q18 0 34 -7t28 -19t19 -28t7 -34v-336q0 -18 -7 -34t-19 -28t-28 -19t-34 -7h-296v-158l339 -226h173v128zM256 1920v-256h640v256h-640zM896 256v256h-640v-256h640zM576 909l269 179l-269 179l-269 -179zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "Event12", + Code: "F763", + Path: "M1536 1877h341v-1877h-1877v1877h341v171h171v-171h853v171h171v-171zM1707 171v1194h-1536v-1194h1536zM1707 1536v171h-1536v-171h1536z" + }, + { + Name: "EventDateMissed12", + Code: "F764", + Path: "M1536 1877h341v-1877h-1877v1877h341v171h171v-171h853v171h171v-171zM1707 171v1194h-1536v-1194h1536zM1707 1536v171h-1536v-171h1536zM853 683v512h171v-512h-171zM853 341v171h171v-171h-171z" + }, + { + Name: "UserOptional", + Code: "F767", + Path: "M1280 1536q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 256v384h128v-384h-128zM1408 768v128h128v-128h-128z" + }, + { + Name: "ResponsesMenu", + Code: "F768", + Path: "M640 512v384h384v-384h-384zM768 768v-128h128v128h-128zM1024 1536v-384h-384v384h384zM896 1280v128h-128v-128h128zM1408 1408v-128h-256v128h256zM256 2048h1536v-2048h-1246l128 128h990v1792h-1280v-1118l-61 61l-67 -66v1251zM1152 640v128h256v-128h-256zM768 256h-518l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h518v-128z" + }, + { + Name: "DoubleDownArrow", + Code: "F769", + Path: "M512 250l261 261l90 -90l-415 -415l-415 415l90 90l261 -261v1798h128v-1798zM1797 511l90 -90l-415 -415l-415 415l90 90l261 -261v1798h128v-1798z" + }, + { + Name: "DistributeDown", + Code: "F76A", + Path: "M1747 461l90 -90l-365 -365l-365 365l90 90l211 -211v774h-896v-774l211 211l90 -90l-365 -365l-365 365l90 90l211 -211v902h512v896h128v-896h512v-902z" + }, + { + Name: "BookmarkReport", + Code: "F76B", + Path: "M0 384v640h384v-640h-384zM1920 1664v-384h-384v384h384zM1408 2048v-768h-256v-896h-128v1664h384zM512 384v1280h384v-1280h-384zM1280 1152h768v-1152l-384 256l-384 -256v1152zM1920 1024h-512v-785q65 43 128.5 85t127.5 86q65 -42 128.5 -85t127.5 -86v785z" + }, + { + Name: "FilterSettings", + Code: "F76C", + Path: "M1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM0 1920h2048v-219l-768 -768q-10 -10 -26.5 -23.5t-35 -27.5t-36.5 -27t-30 -23v155l768 768v37h-1792v-37l768 -768v-731h163q12 -34 27 -66t35 -62h-353v805l-768 768v219z" + }, + { + Name: "GripperDotsVertical", + Code: "F772", + Path: "M1152 1664h256v-256h-256v256zM1152 896v256h256v-256h-256zM1152 384v256h256v-256h-256zM640 1408v256h256v-256h-256zM640 896v256h256v-256h-256zM640 384v256h256v-256h-256z" + }, + { + Name: "MailAttached", + Code: "F774", + Path: "M0 1664h2048v-768h-128v504l-244 -121q-71 0 -141.5 0.5t-141.5 0.5l512 256h-1762l881 -441v-142l-896 447v-888h896v-128h-1024v1280zM1920 768h128v-320q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v384q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-320q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v256h128v-256q0 -26 19 -45t45 -19t45 19t19 45v320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-384q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v320z" + }, + { + Name: "AddIn", + Code: "F775", + Path: "M1024 1920v-896h896v-1024h-1920v1920h1024zM896 128v768h-768v-768h768zM896 1024v768h-768v-768h768zM1792 896h-768v-768h768v768zM1664 1664h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z" + }, + { + Name: "LinkedDatabase", + Code: "F779", + Path: "M128 448q0 -20 13 -35.5t27 -27.5q35 -29 81 -50t98 -35t107.5 -23t110.5 -13.5t107 -6t96 -1.5v-128h-74q-47 0 -116.5 6t-146.5 20t-154 37.5t-138.5 59t-100 84.5t-38.5 113v1152q0 69 39.5 119.5t102.5 86t142 58t157 35t148 17t115 4.5t115 -4.5t148 -17t157 -35t142 -58t102.5 -86t39.5 -119.5v-576h-128v387q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM704 1792q-59 0 -132.5 -6t-147.5 -20.5t-142 -39.5t-114 -63q-14 -12 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q58 0 131.5 6t148 20.5t141.5 39.5t114 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114 63t-141.5 39.5t-148 20.5t-131.5 6zM1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105t-55.5 -93.5t-81.5 -73t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256zM1788 634q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5z" + }, + { + Name: "TableLink", + Code: "F77A", + Path: "M1024 1024v128h-384v-768h-640v1536h1664v-896h-128v128h-384v-128h-128zM1536 1280v256h-384v-256h384zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM128 1664h1408v128h-1408v-128zM640 1280h384v256h-384v-256zM2048 320q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5zM896 576q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75z" + }, + { + Name: "PromotedDatabase", + Code: "F77D", + Path: "M128 1411v-963q0 -20 13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q81 0 161 8t159 28v-130q-79 -18 -159 -26t-161 -8q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -87 17.5t-100.5 28.5t-101 40t-88 54.5t-62 71.5t-23.5 89v1152q0 69 39.5 119.5t102.5 86t142 58t157 35t148 17t115 4.5t115 -4.5t148 -17t157 -35t142 -58t102.5 -86t39.5 -119.5v-960h-128v771q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62zM128 1600q0 -20 13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q58 0 131.5 6t148 20.5t141.5 39.5t114 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114 63t-141.5 39.5t-148 20.5t-131.5 6q-59 0 -132.5 -6t-147.5 -20.5t-142 -39.5t-114 -63q-14 -12 -27 -27.5t-13 -35.5zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "BarChartVerticalFilter", + Code: "F77E", + Path: "M1408 1664v-768h-128v896h384v-896h-128v768h-128zM1024 512l128 -128h-384v896h384v-384h-128v256h-128v-640h128zM640 1536v-1152h-384v1152h384zM512 512v896h-128v-896h128zM1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152zM1664 376l234 264h-596l234 -264v-248h128v248zM128 1920v-1664h1152v-128h-1280v1792h128z" + }, + { + Name: "BarChartVerticalFilterSolid", + Code: "F77F", + Path: "M1024 512l128 -128h-384v896h384v-384h-128v-384zM1664 1792v-896h-384v896h384zM640 1536v-1152h-384v1152h384zM128 1920v-1664h1152v-128h-1280v1792h128zM1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152z" + }, + { + Name: "MicOff2", + Code: "F781", + Path: "M640 1724l-128 128v4q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-900l-128 128v772q0 27 -18.5 45.5t-45.5 18.5h-512q-27 0 -45.5 -18.5t-18.5 -45.5v-132zM1664 1024v-323l-128 127v196h128zM2029 109l-90 -90l-377 377q-59 -67 -139 -103.5t-169 -36.5h-230v-128h256v-128h-640v128h256v128h-230q-85 0 -159.5 32.5t-130 88t-88 130t-32.5 159.5v358h128v-358q0 -58 22.5 -109.5t60.5 -89.5t89.5 -60.5t109.5 -22.5h588q63 0 119.5 27t97.5 75l-102 103q-27 -36 -67.5 -56.5t-85.5 -20.5h-512q-40 0 -75 15t-61 41t-41 61t-15 75v741l-493 494l90 90zM1216 640q20 0 36.5 11t23.5 30l-636 636v-613q0 -27 18.5 -45.5t45.5 -18.5h512z" + }, + { + Name: "MicrosoftTranslatorLogo", + Code: "F782", + Path: "M737 332q0 -77 5.5 -153.5t19.5 -152.5l-148 -5q-5 22 -8 43.5t-3 44.5h-9q-66 -60 -147.5 -83t-168.5 -23q-60 0 -109 18t-83.5 51.5t-53.5 82t-19 109.5q0 88 30 151.5t82 105t122.5 61t151.5 19.5q63 0 126 -12q13 -2 33.5 -8.5t32.5 -6.5q5 0 6 2.5t1 7.5q0 11 -2 21t-2 21q0 63 -18.5 101t-51.5 58.5t-79 27t-100 6.5q-30 0 -52.5 -4.5t-43 -11t-41.5 -14t-49 -14.5l-24 130q35 10 66 19t61.5 15.5t63 10t69.5 3.5q80 0 144.5 -15t110.5 -50.5t70.5 -94t24.5 -145.5q0 -79 -4 -158t-4 -158zM348 132q67 0 131 17t117 61q-3 65 -4 128.5t-1 128.5q-35 11 -72 16.5t-74 5.5q-46 0 -95.5 -11t-90 -35t-66.5 -62t-26 -93q0 -42 14 -71.5t38 -48t57 -27.5t72 -9zM224 1696q75 52 162.5 77t178.5 25q43 0 88 -5.5t89 -17t85.5 -29t77.5 -41.5q-62 -5 -126.5 -25t-124 -53t-110 -77.5t-83.5 -97.5l297 -298h-758v766zM1290 766h758v-766l-224 223q-75 -52 -162.5 -76.5t-178.5 -24.5q-43 0 -87.5 5.5t-88.5 17t-86 29t-78 41.5q61 4 126 24.5t124.5 53.5t110 77.5t83.5 97.5zM1442 1055q-26 -27 -54.5 -52t-60.5 -44.5t-67.5 -31t-74.5 -11.5q-81 0 -119 49t-38 127q0 67 23.5 123t62.5 101.5t90.5 82t107.5 65.5q-1 17 -1.5 33t-0.5 33q0 47 2.5 93t7.5 92q-12 -1 -24.5 -1h-24.5h-36q-27 0 -48 1.5t-40 9t-37 22.5t-40 41q-9 11 -20 23.5t-11 26.5q0 19 14 27t31 8q22 0 35.5 -8t23 -18t17.5 -19t19 -12q14 -4 31 -4.5t33 -0.5h21q33 0 66 3q4 33 9 65.5t10 65.5q-5 14 -17 21t-24.5 12.5t-22 12.5t-9.5 21q0 20 15.5 25.5t30.5 5.5q11 0 26 -4.5t26 -6.5q12 -3 35.5 -8.5t47.5 -14.5t42 -21.5t18 -28.5q0 -2 -5 -18.5t-11 -36t-11.5 -37t-6.5 -22.5q56 19 104 55q23 17 51.5 32.5t58.5 15.5q26 0 44 -15t18 -42q0 -29 -16.5 -51.5t-43 -39t-60 -28.5t-67.5 -20.5t-65 -13.5t-52 -9q-11 -53 -17.5 -106.5t-8.5 -107.5q34 12 69 21.5t71 14.5q-9 8 -26 17.5t-34.5 20t-30 21.5t-12.5 23q0 20 14 25.5t31 5.5q26 0 63 -3.5t71 -14.5t58 -32.5t24 -57.5q68 -7 126.5 -29.5t101 -61.5t66.5 -94t24 -127q0 -17 -5 -40.5t-10 -40.5q-16 -51 -46.5 -94.5t-70 -79.5t-86 -64.5t-93.5 -50.5q-23 -11 -51 -23t-54 -17l-7 -1q-16 2 -33.5 13.5t-17.5 29.5q0 19 16 26t30 10q4 1 15 5.5t23.5 10.5t23.5 12t15 8q38 20 79.5 47.5t76.5 62t58 76t23 89.5q0 6 -0.5 12.5t-1.5 12.5q-28 205 -234 220q-37 -86 -81 -168.5t-99 -157.5q15 -22 31 -40.5t34 -38.5q9 -9 9 -19q0 -9 -6 -17t-14.5 -14t-18 -9.5t-17.5 -3.5q-12 0 -25 5t-26 13t-23.5 18t-16.5 19zM1565 1460q-69 -12 -135 -36q3 -40 9.5 -79.5t18.5 -77.5q13 21 28.5 45t30 49t27.5 50t21 49zM1141 1070q0 -26 18.5 -45.5t44.5 -19.5q22 0 47.5 17t49.5 41t44 49t32 41q-24 51 -37 105.5t-20 110.5q-34 -24 -66 -57.5t-57 -73t-40.5 -82.5t-15.5 -86z" + }, + { + Name: "Whiteboard", + Code: "F784", + Path: "M2048 896v-128h-530l146 -640h-131l-147 640h-709l-161 -640h-132l161 640h-545v128h128v1152h1792v-1152h128zM1792 896v1024h-1536v-1024h896v128h384v-128h256z" + }, + { + Name: "ShowTimeAs", + Code: "F787", + Path: "M0 2048h2048v-2048h-2048v2048v0zM128 1280v-165l165 165h-165v0zM128 933v-165h165l512 512h-330l-347 -347v0zM1920 859v330l-421 -421h330l91 91v0zM1317 768l512 512h-330l-512 -512h330v0zM805 768l512 512h-330l-512 -512h330v0zM128 1408h1792v512h-1792v-512v0z" + }, + { + Name: "FileRequest", + Code: "F789", + Path: "M2048 1536v-896h-128v896h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5z" + }, + { + Name: "AcceptMedium", + Code: "F78C", + Path: "M1902 1852l121 -120l-1340 -1341l-658 658l121 121l537 -537z" + }, + { + Name: "WorkItemAlert", + Code: "F78F", + Path: "M384 1664v-1536h896v-128h-1024v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-768h-128v640h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1920 384h128v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192zM1664 192v64h-128v-64q0 -26 19 -45t45 -19t45 19t19 45zM1408 384h384v192q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-192z" + }, + { + Name: "PowerBILogo16", + Code: "F790", + Path: "M384 905q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-306q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-41 29t-27 42.5t-9.5 51v306q0 27 9.5 51t27 42t41 29t50.5 11zM768 1384q27 0 50.5 -10.5t41 -29t27 -42.5t9.5 -51v-785q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-41 29t-27 42.5t-9.5 51v785q0 27 9.5 51t27 42.5t41 29t50.5 10.5zM1536 1715q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-1112q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-40.5 28.5t-27 42t-10 51v1113q0 27 9.5 51t27 42.5t41 29t50.5 10.5zM1152 1183q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-584q0 -27 -9.5 -51t-27 -42t-41 -29t-50.5 -11t-50.5 10.5t-41 29t-27 42.5t-9.5 51v584q0 27 10 51t27 42t40.5 29t50.5 11z" + }, + { + Name: "PowerBILogoBackplate16", + Code: "F791", + Path: "M0 2048h2048v-2048h-2048v2048z" + }, + { + Name: "BulletedListText", + Code: "F792", + Path: "M384 768v128h1664v-128h-1664zM384 384v128h1664v-128h-1664zM384 1152v128h1664v-128h-1664zM384 1664h1664v-128h-1664v128z" + }, + { + Name: "BulletedListBullet", + Code: "F793", + Path: "M0 384v128h128v-128h-128zM0 768v128h128v-128h-128zM0 1664h128v-128h-128v128zM0 1152v128h128v-128h-128z" + }, + { + Name: "BulletedListTextMirrored", + Code: "F794", + Path: "M0 384v128h1664v-128h-1664zM0 768v128h1664v-128h-1664zM0 1152v128h1664v-128h-1664zM0 1664h1664v-128h-1664v128z" + }, + { + Name: "BulletedListBulletMirrored", + Code: "F795", + Path: "M1920 768v128h128v-128h-128zM1920 384v128h128v-128h-128zM1920 1152v128h128v-128h-128zM1920 1664h128v-128h-128v128z" + }, + { + Name: "NumberedListText", + Code: "F796", + Path: "M512 512v128h1536v-128h-1536zM512 1664h1536v-128h-1536v128zM512 1024v128h1536v-128h-1536z" + }, + { + Name: "NumberedListNumber", + Code: "F797", + Path: "M135 1699q-14 -11 -38 -21.5t-42 -10.5v69q30 10 58.5 23.5t54.5 33.5h49v-385h-82v291zM96 965h160v-69h-251v12q0 17 1.5 34t8.5 34q12 28 38 52t52 46t46 44t20 46q0 27 -14.5 38t-40.5 11t-49.5 -11t-43.5 -28v73q50 32 111 32q51 0 86.5 -26t35.5 -81q0 -46 -25 -76.5t-55 -53t-55 -40t-25 -37.5zM256 492q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-26 0 -49 4t-46 15v73q20 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9.5 28.5t-24 15.5t-31.5 6.5t-32 1.5h-20v64h23q14 0 28.5 1.5t26.5 6t20 14t8 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 43.5 -5t39 -16.5t28.5 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1q37 -5 61.5 -27.5t24.5 -60.5z" + }, + { + Name: "NumberedListTextMirrored", + Code: "F798", + Path: "M0 512v128h1536v-128h-1536zM0 1024v128h1536v-128h-1536zM0 1664h1536v-128h-1536v128z" + }, + { + Name: "NumberedListNumberMirrored", + Code: "F799", + Path: "M1927 1699q-14 -11 -38 -21.5t-42 -10.5v69q30 10 58.5 23.5t54.5 33.5h49v-385h-82v291zM1888 965h160v-69h-251v12q0 17 1.5 34t8.5 34q12 28 38 52t52 46t46 44t20 46q0 27 -14.5 38t-40.5 11t-49.5 -11t-43.5 -28v73q50 32 111 32q51 0 86.5 -26t35.5 -81q0 -46 -25 -76.5t-55 -53t-55 -40t-25 -37.5zM2048 492q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-26 0 -49 4t-46 15v73q20 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9.5 28.5t-24 15.5t-31.5 6.5t-32 1.5h-20v64h23q14 0 28.5 1.5t26.5 6t20 14t8 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 43.5 -5t39 -16.5t28.5 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1q37 -5 61.5 -27.5t24.5 -60.5z" + }, + { + Name: "RemoveLinkChain", + Code: "F79A", + Path: "M1264 512l128 -128h-304q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19.5 130t55 117t86 96.5t112.5 69.5q30 13 57.5 20t54.5 10.5t55 4t58 0.5h14v-128h-44q-38 0 -70.5 -4t-73.5 -22q-45 -20 -81 -49.5t-61.5 -67.5t-39.5 -83t-14 -94q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h176zM2048 832q0 -46 -11 -96l-119 119q-3 45 -19 87t-41.5 78t-61 64t-77.5 45q-40 16 -74 19.5t-72 3.5h-37v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5zM1407 1216q0 -68 -19.5 -131t-55 -116.5t-86 -96t-112.5 -69.5q-29 -13 -56.5 -20t-54.5 -10.5t-55 -4t-58 -0.5h-14v128h43q38 0 71.5 4t73.5 21q44 19 80 49.5t62 69t40 83.5t14 93q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -49 14 -94t39.5 -83t61.5 -68.5t81 -49.5q39 -17 72.5 -21t71.5 -4h44v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174 -35.5t142 -96t96 -142t35 -174.5z" + }, + { + Name: "RemoveLinkX", + Code: "F79B", + Path: "M2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "FabricTextHighlight", + Code: "F79C", + Path: "M903 1124v-86h-135v882h135v-391h2q35 58 85 88.5t118 30.5q64 0 109.5 -24.5t74.5 -66t42.5 -94.5t13.5 -110q0 -4 -0.5 -7t-0.5 -7l-309 -310q-44 8 -77 32.5t-56 62.5h-2zM902 1287q0 -32 10.5 -60.5t29.5 -49.5t46.5 -33.5t60.5 -12.5q46 0 77 20t50 52t26.5 71.5t7.5 78.5q0 35 -8 68.5t-26 60t-46 42.5t-68 16q-39 0 -68.5 -14.5t-50 -39t-31 -57t-10.5 -68.5v-74zM630 1038h-131v93h-3q-61 -107 -181 -107q-41 0 -75 11.5t-59 33.5t-39 54.5t-14 74.5q0 46 14 80.5t39.5 58t61.5 38t79 20.5l177 25q0 62 -29 94.5t-92 32.5q-54 0 -102 -19t-90 -54v118q50 29 105.5 42.5t112.5 13.5q226 0 226 -223v-387zM499 1279v52l-125 -18q-25 -3 -46.5 -8.5t-37 -16.5t-24.5 -29t-9 -47q0 -43 30.5 -64.5t69.5 -21.5q33 0 59 12t44.5 33t28.5 49t10 59zM1901 1412q0 -25 -10 -48t-27 -40l-791 -790q-22 32 -40 55.5t-37 43t-42 37.5t-56 39l791 791q36 36 88 36q25 0 48 -10t39.5 -26.5t26.5 -39.5t10 -48zM936 413q0 -33 -12.5 -61.5t-34 -49.5t-50.5 -33.5t-61 -12.5h-210q-21 0 -37 16q42 19 66 57.5t24 83.5q0 32 12 62q18 43 58 69.5t87 26.5q33 0 61.5 -12.5t50 -34t34 -50t12.5 -61.5z" + }, + { + Name: "ClearFormattingA", + Code: "F79D", + Path: "M640 2048l329 -988l-105 -105l-65 197h-446l-85 -256h-140l384 1152h128zM396 1280h360l-180 540z" + }, + { + Name: "ClearFormattingEraser", + Code: "F79E", + Path: "M704 614l422 -422l-65 -64h-330l-211 211q-19 19 -19 45t19 45zM1344 1254l422 -422l-550 -550l-422 422z" + }, + { + Name: "Photo2Fill", + Code: "F79F", + Path: "M576 1073l560 -561h-880v240z" + }, + { + Name: "IncreaseIndentText", + Code: "F7A0", + Path: "M1792 1408v-128h-768v128h768zM1024 1664h1024v-128h-1024v128zM1792 896v-128h-768v128h768zM1024 512v128h1024v-128h-1024zM1024 1024v128h1024v-128h-1024z" + }, + { + Name: "IncreaseIndentArrow", + Code: "F7A1", + Path: "M573 1405l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z" + }, + { + Name: "DecreaseIndentText", + Code: "F7A2", + Path: "M1792 1408v-128h-768v128h768zM1792 896v-128h-768v128h768zM1024 1664h1024v-128h-1024v128zM1024 1024v128h1024v-128h-1024zM1024 512v128h1024v-128h-1024z" + }, + { + Name: "DecreaseIndentArrow", + Code: "F7A3", + Path: "M896 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z" + }, + { + Name: "IncreaseIndentTextMirrored", + Code: "F7A4", + Path: "M0 1024v128h1024v-128h-1024zM0 512v128h1024v-128h-1024zM256 768v128h768v-128h-768zM256 1280v128h768v-128h-768zM0 1664h1024v-128h-1024v128z" + }, + { + Name: "IncreaseIndentArrowMirrored", + Code: "F7A5", + Path: "M2048 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z" + }, + { + Name: "DecreaseIndentTextMirrored", + Code: "F7A6", + Path: "M256 768v128h768v-128h-768zM0 512v128h1024v-128h-1024zM0 1664h1024v-128h-1024v128zM0 1024v128h1024v-128h-1024zM256 1280v128h768v-128h-768z" + }, + { + Name: "DecreaseIndentArrowMirrored", + Code: "F7A7", + Path: "M1731 1405l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z" + }, + { + Name: "CheckListText", + Code: "F7A8", + Path: "M640 384v128h1408v-128h-1408zM640 768v128h1408v-128h-1408zM640 1664h1408v-128h-1408v128zM640 1152v128h1408v-128h-1408z" + }, + { + Name: "CheckListCheck", + Code: "F7A9", + Path: "M493 1699l-301 -301l-173 173l90 90l83 -82l211 210zM192 427l211 210l90 -90l-301 -301l-173 173l90 90zM192 1195l211 210l90 -90l-301 -301l-173 173l90 90zM192 811l211 210l90 -90l-301 -301l-173 173l90 90z" + }, + { + Name: "CheckListTextMirrored", + Code: "F7AA", + Path: "M0 1664h1408v-128h-1408v128zM0 768v128h1408v-128h-1408zM0 384v128h1408v-128h-1408zM0 1152v128h1408v-128h-1408z" + }, + { + Name: "CheckListCheckMirrored", + Code: "F7AB", + Path: "M1728 427l211 210l90 -90l-301 -301l-173 173l90 90zM2029 1699l-301 -301l-173 173l90 90l83 -82l211 210zM1728 1195l211 210l90 -90l-301 -301l-173 173l90 90zM1728 811l211 210l90 -90l-301 -301l-173 173l90 90z" + }, + { + Name: "NumberSymbol", + Code: "F7AC", + Path: "M1685 1280h-326l-80 -384h351l-32 -128h-333l-113 -512h-163l111 512h-322l-109 -512h-161l108 512h-318l24 128h330l79 384h-347l25 128h340l107 512h161l-107 -512h320l110 512h157l-107 -512h323zM1126 896l82 384h-322l-85 -384h325z" + }, + { + Name: "Coupon", + Code: "F7BC", + Path: "M624 1216q0 -36 -14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14t68 -14t56 -38t38 -56t14 -68zM448 1136q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM960 1008q36 0 68 -14t56 -38t38 -56t14 -68t-14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14zM960 752q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM842 1408h108l-384 -768h-108zM1408 1664l640 -640l-640 -640h-1408v1280h1408zM1355 512l512 512l-512 512h-1227v-1024h1227zM1536 1088q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" + }, + { + Name: "VerifiedBrand", + Code: "F7BD", + Path: "M1845 1024l124 -155q18 -23 28 -50.5t10 -56.5q0 -30 -9.5 -57t-26 -49t-40.5 -38t-52 -24l-191 -53q2 -51 5.5 -103t3.5 -104q0 -36 -13.5 -67t-37 -54.5t-55 -37t-67.5 -13.5q-31 0 -61 11l-185 70l-109 -165q-24 -36 -62.5 -57t-82.5 -21t-82.5 21t-62.5 57l-109 165l-185 -70q-30 -11 -61 -11q-36 0 -67.5 13.5t-55 37t-37 54.5t-13.5 67q0 52 3.5 104t5.5 103l-191 53q-29 8 -52.5 24t-40 38t-26 49t-9.5 57q0 29 10 56.5t28 50.5l124 155l-124 155q-38 47 -38 107q0 30 9.5 57t26 49t40 38t52.5 24l191 53q-2 51 -5.5 103t-3.5 104q0 36 13.5 67t37 54.5t55 37t67.5 13.5q31 0 61 -11l185 -70l109 165q24 36 62.5 57t82.5 21t82.5 -21t62.5 -57l109 -165l185 70q30 11 61 11q36 0 67.5 -13.5t55 -37t37 -54.5t13.5 -67q0 -52 -3.5 -104t-5.5 -103l191 -53q28 -8 52 -24t40.5 -38t26 -49t9.5 -57q0 -60 -38 -107zM1879 762q0 14 -10 27l-188 235l188 235q10 13 10 27q0 34 -34 44l-191 53l-98 27q3 76 8 152t5 152q0 17 -14 30.5t-31 13.5q-6 0 -27 -6.5t-49.5 -17t-61.5 -23.5t-64 -25t-56.5 -22t-38.5 -15l-56 85l-109 166q-13 20 -38 20t-38 -20l-109 -166l-56 -85q-13 5 -38.5 15t-56.5 22t-64 25t-61.5 23.5t-49.5 17t-27 6.5q-17 0 -31 -13.5t-14 -30.5q0 -76 5 -152t8 -152l-98 -27l-191 -53q-34 -10 -34 -44q0 -14 10 -27l188 -235l-188 -235q-10 -13 -10 -27q0 -34 34 -44l191 -53l98 -27q-3 -76 -8 -152t-5 -152q0 -17 14 -30.5t31 -13.5q6 0 27 6.5t49.5 17t61.5 23.5t64 25t56.5 22t38.5 15l56 -85l109 -166q13 -20 38 -20t38 20l109 166l56 85q13 -5 38.5 -15t56.5 -22t64 -25t61.5 -23.5t49.5 -17t27 -6.5q17 0 31 13.5t14 30.5q0 76 -5 152t-8 152l98 27l191 53q34 10 34 44zM896 859l467 466l90 -90l-557 -558l-301 302l90 90z" + }, + { + Name: "ReleaseGate", + Code: "F7BE", + Path: "M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1152 2048h512v-1920h-512v128h384v1664h-384v128z" + }, + { + Name: "ReleaseGateCheck", + Code: "F7BF", + Path: "M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1536 509v1411h-384v128h512v-1411zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z" + }, + { + Name: "ReleaseGateError", + Code: "F7C0", + Path: "M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1536 1024v896h-384v128h512v-1024h-128zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1704 632l80 -80l-105 -104l105 -104l-80 -80l-104 105l-104 -105l-80 80l105 104l-105 104l80 80l104 -105z" + }, + { + Name: "M365InvoicingLogo", + Code: "F7C1", + Path: "M1461 1331h-1031v205h1031v-205zM768 896h1280v-410q0 -74 -28 -139t-77 -114t-114 -77t-139 -28h-1332q-74 0 -139 28t-114 77t-77 114t-28 139v1562h1894v-998h-204v793h-1485v-1357q0 -32 12 -59.5t33 -48.5t48.5 -33t59.5 -12h256q31 0 59 12t49 33t33.5 49t12.5 59v410zM1843 486v205h-870v-205q0 -40 -8.5 -79t-26.5 -74h752q31 0 59 12t49 33t33 48.5t12 59.5z" + }, + { + Name: "XPowerY", + Code: "F7CA", + Path: "M1067 1193q0 -41 -22.5 -63t-64.5 -22q-16 0 -30.5 4.5t-29 9.5t-29.5 9.5t-30 4.5q-20 0 -42 -14.5t-44 -38t-43.5 -52t-40 -56.5t-33.5 -52.5t-23 -39.5l90 -379q2 -10 7 -30t12.5 -40.5t18.5 -35.5t26 -15q22 0 46 18t45.5 43t39.5 51.5t27 44.5l38 -19q-11 -20 -29 -47.5t-40.5 -57t-48.5 -58.5t-53.5 -51.5t-54.5 -36.5t-52 -14q-35 0 -58.5 20t-40.5 49q-7 12 -15.5 40t-18 64.5t-19 76.5t-18 77.5t-15 67.5t-9.5 45q-23 -41 -55.5 -95t-69.5 -108.5t-76 -103t-75 -78.5q-28 -23 -60.5 -39t-69.5 -16q-21 0 -40.5 7t-34 19.5t-23.5 30.5t-9 40q0 37 23.5 61t60.5 24q20 0 37 -9.5t31.5 -21t27 -21t23.5 -9.5q16 0 42 25t56 64t61.5 86t58.5 91.5t47 80t27 52.5q-21 83 -34 133.5t-20.5 80.5t-11.5 44.5t-8 25.5q-11 29 -26 56t-40 45q-26 19 -57.5 24.5t-62.5 5.5q-29 0 -59 -3v40l295 52q35 -37 57.5 -74t38 -76.5t26.5 -82t24 -90.5l97 145q18 26 46.5 57t62.5 58t70.5 45t69.5 18q20 0 38.5 -5.5t33 -16t23.5 -27t9 -38.5zM2048 1872q0 -38 -13 -75.5t-31 -71.5q-17 -31 -47.5 -78.5t-71.5 -104.5t-88.5 -120.5t-98 -126.5t-101 -122.5t-96.5 -109t-85 -86t-66 -52.5q-23 -14 -49 -25t-53 -11q-25 0 -44 19t-19 44q0 16 7 31t19 27t27 19t31 7q19 0 28 -9.5t13.5 -20.5t8.5 -20.5t15 -9.5q10 0 29.5 14t43.5 35.5t49.5 48.5t48.5 52t40.5 45.5t24.5 30.5l-45 515q-1 12 -3.5 34t-6.5 46t-10 45t-14 30q-14 17 -35 22.5t-42 5.5q-15 0 -30.5 -1.5t-30.5 -3.5l-7 30l238 58q18 -29 28.5 -59t16 -61t8.5 -63.5t6 -65.5l36 -400q14 17 42 53.5t62 82.5t70 97.5t65 98.5t48 84t19 55q0 13 -14 19t-31.5 14.5t-31.5 23.5t-14 47t17.5 53t50.5 21q23 0 39 -10t26.5 -25.5t15.5 -35.5t5 -40z" + }, + { + Name: "RemoveFromShoppingList", + Code: "F7D5", + Path: "M640 1280v-128h-128v128h128zM1536 1280v-128h-768v128h768zM512 768v128h128v-128h-128zM768 768v128h768v-128h-768zM640 1664v-128h-128v128h128zM1536 1664v-128h-768v128h768zM384 1920v-1536h896v-128h-1024v1792h1536v-1280h-128v1152h-1280zM2029 531l-211 -211l211 -211l-90 -90l-211 211l-211 -211l-90 90l211 211l-211 211l90 90l211 -211l211 211z" + }, + { + Name: "ShieldAlert", + Code: "F7D7", + Path: "M1024 512h-128v128h128v-128zM1024 1664v-896h-128v896h128zM960 3l-31 18q-117 67 -231 146t-217 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146zM128 1666v-386q0 -127 33.5 -244t91.5 -223t138 -200.5t172 -177.5t193.5 -154t203.5 -130q102 59 203.5 130t193.5 154t172 177.5t138 200.5t91.5 223t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z" + }, + { + Name: "StreamDiscover", + Code: "F7D9", + Path: "M768 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM768 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM0 1664h2048v-1280h-896q28 28 50.5 60.5t41.5 67.5h676v1024h-1792v-1152h-128v1280z" + }, + { + Name: "FabricTextHighlightComposite", + Code: "F7DA", + Path: "M903 1252v-86h-135v882h135v-391h2q35 58 85 88.5t118 30.5q64 0 109.5 -24.5t74.5 -66t42.5 -94.5t13.5 -110q0 -4 -0.5 -7t-0.5 -7l-309 -310q-44 8 -77 32.5t-56 62.5h-2zM902 1489v-74q0 -32 10.5 -60.5t29.5 -49.5t46.5 -33.5t60.5 -12.5q46 0 77 20t50 52t26.5 71.5t7.5 78.5q0 35 -8 68.5t-26 60t-46 42.5t-68 16q-39 0 -68.5 -14.5t-50 -39t-31 -57t-10.5 -68.5zM778 699q33 0 61.5 -12.5t50 -34t34 -50t12.5 -61.5t-12.5 -61.5t-34 -49.5t-50.5 -33.5t-61 -12.5h-210q-21 0 -37 16q42 19 66 57.5t24 83.5q0 32 12 62q18 43 58 69.5t87 26.5zM1901 1540q0 -25 -10 -48t-27 -40l-791 -790q-22 32 -40 55.5t-37 43t-42 37.5t-56 39l791 791q36 36 88 36q25 0 48 -10t39.5 -26.5t26.5 -39.5t10 -48zM496 1259q-61 -107 -181 -107q-41 0 -75 11.5t-59 33.5t-39 54.5t-14 74.5q0 46 14 80.5t39.5 58t61.5 38t79 20.5l177 25q0 62 -29 94.5t-92 32.5q-54 0 -102 -19t-90 -54v118q50 29 105.5 42.5t112.5 13.5q226 0 226 -223v-387h-131v93h-3zM257 1340q0 -43 30.5 -64.5t69.5 -21.5q33 0 59 12t44.5 33t28.5 49t10 59v52l-125 -18q-25 -3 -46.5 -8.5t-37 -16.5t-24.5 -29t-9 -47zM256 0v256h1408v-256h-1408z" + }, + { + Name: "LearningTools", + Code: "F7DB", + Path: "M384 512h128v-128h-256v1280h-128v-1408h384v-128h-512v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256v-819l-128 58v633h-128v-575l-128 59v644h-256q-71 0 -136.5 -24.5t-119.5 -70.5v-608l-128 -58v666q-54 46 -119.5 70.5t-136.5 24.5h-256v-1280zM1792 257l-448 -225l-448 225q0 36 1.5 76.5t8 80.5t19.5 77.5t36 66.5l-193 88v-582h-128v640l704 320l704 -320l-321 -146l8 -11q21 -31 32.5 -67t17 -73.5t6.5 -75.5t1 -74zM1344 884l-395 -180l395 -180l395 180zM1344 175l320 161q-1 26 -4.5 47.5t-10.5 41t-16.5 39t-22.5 41.5l-266 -121l-266 121q-15 -24 -24.5 -43t-15.5 -38t-9 -40.5t-4 -48.5z" + }, + { + Name: "Dataflows", + Code: "F7DD", + Path: "M1280 2048h640v-640h-256v-512h-1152v-256h256v-640h-640v640h256v768h-256v640h640v-640h-256v-384h1024v384h-256v640zM256 1536h384v384h-384v-384zM640 128v384h-384v-384h384zM1792 1536v384h-384v-384h384z" + }, + { + Name: "ShowGrid", + Code: "F7DE", + Path: "M1664 1024v128h128v-128h-128zM1664 2048v-128h-128v128h128zM1920 896h-128v128h128v-128zM1408 2048v-128h-128v128h128zM1152 1024v128h128v-128h-128zM896 2048v-128h-128v128h128zM1408 1024v128h128v-128h-128zM1920 1280v-128h-128v128h128zM1024 1152v-128h-128v128h128zM1024 1408v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1920 1536v-128h-128v128h128zM896 793v103h128v-26q-67 -33 -128 -77zM1920 1792v-128h-128v128h128zM1920 2048v-128h-128v128h128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM0 896v128h128v-128h-128zM256 1152v-128h-128v128h128zM0 1280h128v-128h-128v128zM256 128v128h128v-128h-128zM512 128v128h128v-128h-128zM512 1152v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM1024 1792h-128v128h128v-128zM768 1152v-128h-128v128h128zM128 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM2048 256h-128q0 66 -21.5 122.5t-59 102.5t-87 82t-106.5 60t-118 36.5t-120 12.5t-120 -12.5t-118 -36.5t-106.5 -59.5t-87 -82t-59 -103t-21.5 -122.5h-128q0 84 26 157t71.5 133.5t107 107.5t132.5 79.5t148.5 49.5t154.5 17t154.5 -17t148.5 -49.5t132.5 -79.5t107 -107.5t71.5 -133.5t26 -157zM1408 512q53 0 100 -20t81.5 -54.5t54.5 -81.5t20 -100t-20 -100t-54.5 -81.5t-81.5 -54.5t-100 -20t-100 20t-81.5 54.5t-54.5 81.5t-20 100t20 100t54.5 81.5t81.5 54.5t100 20zM1408 128q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10z" + }, + { + Name: "DiagnosticDataBarTooltip", + Code: "F7DF", + Path: "M128 2048h1792v-1792h-640l-256 -256l-256 256h-640v1792v0zM1792 384v1536h-1536v-1536h564l204 -204l204 204h564v0zM768 1408v-896h-256v896h256v0zM1152 1024v-512h-256v512h256v0zM1536 1664v-1152h-256v1152h256v0z" + }, + { + Name: "SaveToMobile", + Code: "F7E0", + Path: "M1792 384v-128h-256v128h256zM384 1920v-640h768v-128h-896v768h-128v-1381l154 -155h102v512h768v-128h-640v-384h128v256h128v-256h384v-128h-923l-229 230v1434q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-128v-512h-128v512h-1024zM2048 1152v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1920 128v1024h-512v-1024h512z" + }, + { + Name: "Orientation2", + Code: "F7E1", + Path: "M1536 1280v-128h-128v128h128zM1536 2048v-128h-128v128h128zM1792 2048v-128h-128v128h128zM1792 1280v-128h-128v128h128zM1920 1664v128h128v-128h-128zM1920 1408v128h128v-128h-128zM1280 2048v-1408h-896v1408h896zM1152 768v1152h-640v-1152h640zM1920 2048h128v-128h-128v128zM1920 1152v128h128v-128h-128zM1536 512v128h512v-512h-128v293q-103 -103 -199.5 -181.5t-201 -132t-224.5 -80.5t-271 -27q-142 0 -273 36.5t-244.5 103t-207 160t-160 207t-103 244.5t-36.5 273h128q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32q132 0 241 25.5t204.5 74.5t182.5 120.5t177 163.5h-293z" + }, + { + Name: "ScreenCast", + Code: "F7E2", + Path: "M1408 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v128q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128zM128 1664v-896h1024v-128h-128v-128h128v-128h-512v128h256v128h-896v1152h1920v-866q-59 56 -128 102v636h-1664zM1664 256q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30v128q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5h-128zM1920 256q0 132 -50.5 248.5t-137.5 203.5t-203.5 137.5t-248.5 50.5v128q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204h-128z" + }, + { + Name: "GenericScanFilled", + Code: "F7E3", + Path: "M1536 1920h512v-512h-128v384h-384v128zM128 1792v-384h-128v512h512v-128h-384zM1920 256v384h128v-512h-512v128h384zM256 384v1280h1536v-1280h-1536zM1536 1408v-768h128v768h-128zM1152 1408v-768h128v768h-128zM768 1408v-768h128v768h-128zM384 1408v-768h128v768h-128zM128 640v-384h384v-128h-512v512h128z" + }, + { + Name: "SnapToGrid", + Code: "F7E4", + Path: "M384 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM896 1280v128h128v-128h-128zM896 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM1024 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM1792 1408v128h128v-128h-128zM512 128v128h128v-128h-128zM768 1152v-128h-128v128h128zM1792 1152v128h128v-1152h-1152v128h128v896h896zM1792 256v768h-768v-768h768zM1792 2048h128v-128h-128v128zM1792 1664v128h128v-128h-128zM0 384v128h128v-128h-128zM512 1152v-128h-128v128h128zM0 896v128h128v-128h-128zM0 640v128h128v-128h-128zM0 1280h128v-128h-128v128zM256 1152v-128h-128v128h128zM256 128v128h128v-128h-128z" + }, + { + Name: "ContactList", + Code: "F7E5", + Path: "M740 587q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM256 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1280 640h768v-128h-768v128zM1280 256v128h768v-128h-768zM1280 0v128h768v-128h-768z" + }, + { + Name: "SyncOccurenceCancel", + Code: "F7E7", + Path: "M1024 1792q-138 0 -263 -46.5t-225.5 -129t-170 -196.5t-95.5 -249l-126 25q31 157 112 290t198.5 229.5t263.5 150.5t306 54q117 0 229 -30.5t211.5 -86.5t183 -136.5t144.5 -180.5v306h128v-512h-512v128h281q-51 88 -123 159.5t-158.5 121t-184 76.5t-199.5 27zM1384 348l27 -28l-158 -159q-57 -14 -114 -23.5t-115 -9.5q-118 0 -230 30t-211.5 86t-182.5 136.5t-144 181.5v-306h-128v512h512v-128h-281q51 -89 123 -160.5t158 -121t183.5 -76t200.5 -26.5q95 0 185.5 23.5t174.5 68.5zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z" + }, + { + Name: "NewMail", + Code: "F7EA", + Path: "M1792 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128zM0 1664h2048v-896h-128v632l-896 -447l-896 447v-888h1024v-128h-1152v1280zM143 1536l881 -441l881 441h-1762z" + }, + { + Name: "EyeShadow", + Code: "F7EB", + Path: "M1305 1152h743v-1024h-2048v1024h771q75 91 154 176t162 168q31 31 86 84t122.5 114.5t143 124t147.5 113.5t135 83.5t107 32.5q41 0 66.5 -25.5t25.5 -66.5q0 -35 -21 -82.5t-56.5 -103t-82 -116t-98 -121.5t-104 -119t-100.5 -108.5t-88 -90t-65 -63.5zM893 1098q25 -11 45.5 -31.5t31.5 -45.5q57 47 128.5 113t149 142t156 158.5t148 163.5t126 157.5t90.5 140.5q-64 -34 -140.5 -90.5t-157.5 -126t-163.5 -148t-158.5 -156t-142 -149t-113 -128.5zM792 991q-24 0 -57 -7t-69.5 -18.5t-74 -27t-72 -33t-62 -36t-44.5 -36.5q-16 -17 -22.5 -36t-6.5 -42q0 -44 21.5 -87.5t56 -78t78 -56t87.5 -21.5q23 0 42 6.5t36 22.5q18 17 36.5 44.5t36 61.5t33 72t27 74.5t18.5 69t7 57.5q0 41 -15 56t-56 15zM1920 256v768h-752q-45 -40 -89.5 -78.5t-91.5 -76.5q-5 -45 -23.5 -104t-45 -118t-58.5 -111t-65 -85q-35 -35 -78 -51t-92 -16q-71 0 -137.5 31.5t-118 83t-82.5 118t-31 137.5q0 54 17.5 94.5t47.5 72t69.5 56t82.5 47.5h-345v-768h1792zM1152 640q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5zM1408 768q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "FabricFolderConfirm", + Code: "F7FF", + Path: "M2048 1536v-734l-128 128v606h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h1054l-128 -128h-926q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1472 219l467 466l90 -90l-557 -558l-269 270l90 90z" + }, + { + Name: "InformationBarriers", + Code: "F803", + Path: "M384 1920h1664v-640h-128v-320l-320 320h-64v128h117l139 -139v139h128v384h-1408v-299q-42 -47 -73.5 -100t-51.5 -113h-3v640zM960 640q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35zM1280 1088q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM640 1088q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1536 512v512h128v-640h-1216l-320 -320v320h-128v640h384v-128h-256v-384h128v-139l139 139h1141z" + }, + { + Name: "CommentActive", + Code: "F804", + Path: "M1728 1408q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25t124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25zM1152 1152v256h218q18 -20 38 -38v-218q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128h-128zM768 1024v128h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1920 640v648q35 15 67 36t61 46v-858h-1317l-475 -475v475h-256v1408h1288q-27 -61 -36 -128h-1124v-1152h256v-293l293 293h1243z" + }, + { + Name: "ColumnVerticalSectionEdit", + Code: "F806", + Path: "M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51zM1408 1792h640v-556q-57 39 -128 53v375h-384v-532l-128 -128v788zM256 1664v128h256v-128h-256zM896 1792v-128h-256v128h256zM256 256v128h256v-128h-256zM640 256v128h200l-32 -128h-168zM0 1152v256h128v-256h-128zM0 1536v256h128v-256h-128zM0 384v256h128v-256h-128zM0 768v256h128v-256h-128zM1152 1280v-256h-128v256h128zM1152 1664v-256h-128v256h128zM1152 896v-128l-128 -128v256h128z" + }, + { + Name: "WavingHand", + Code: "F807", + Path: "M1920 647q0 -83 -19.5 -163.5t-56.5 -152t-89.5 -132t-118.5 -104.5t-144 -68.5t-165 -24.5q-59 0 -118 11.5t-114.5 33t-105.5 54t-92 74.5l-621 621q-27 27 -41.5 62.5t-14.5 73.5q0 57 31 104.5t84 70.5q-25 45 -25 95q0 57 31.5 105.5t84.5 70.5q-26 44 -26 95q0 40 15 75t41 61t61 41t75 15q50 0 95 -25q24 53 71 84t105 31q38 0 73 -14.5t62 -41.5l538 -538v181q0 38 14.5 73.5t41.5 62.5q27 26 62.5 41t73.5 15q40 0 75 -15t61 -41t41 -61t15 -75v-695zM1792 650v692q0 26 -19 45t-45 19q-27 0 -45.5 -18.5t-18.5 -45.5v-227q0 -33 -18 -60t-49 -40q-10 -5 -20.5 -6.5t-21.5 -1.5q-46 0 -77 31l-570 570q-19 19 -45 19t-45 -19t-19 -45t19 -45l361 -361q19 -19 19 -45t-19 -45t-45 -19t-45 19l-452 451q-19 19 -45 19t-45 -19t-19 -45t19 -45l451 -451q19 -19 19 -46q0 -26 -19 -45t-45 -19t-45 19l-361 361q-19 19 -45 19t-45 -19t-19 -45t19 -45l406 -406q19 -19 19 -45t-19 -45t-45 -19t-45 19l-317 315q-19 19 -44 19q-26 0 -45 -18.5t-19 -45.5q0 -25 19 -44l620 -621q66 -66 156 -100.5t183 -34.5q105 0 191 43.5t147 115.5t94.5 165.5t33.5 194.5zM1152 1984q0 26 19 45t45 19q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-26 0 -45 19t-19 45zM1152 1760q0 26 19 45t45 19q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -28 68t-68 28q-26 0 -45 19t-19 45zM512 192q0 -26 -19 -45t-45 -19q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 26 19 45t45 19t45 -19t19 -45q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q26 0 45 -19t19 -45zM512 416q0 -26 -19 -45t-45 -19q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 26 19 45t45 19t45 -19t19 -45q0 -40 28 -68t68 -28q26 0 45 -19t19 -45z" + }, + { + Name: "ShakeDevice", + Code: "F80A", + Path: "M1897 521q0 -34 -18.5 -63.5t-48.5 -44.5l-804 -400q-13 -6 -26 -9.5t-27 -3.5q-35 0 -63.5 17.5t-44.5 49.5l-701 1407q-13 28 -13 53q0 34 18.5 63.5t48.5 44.5l804 400q28 13 53 13q35 0 64 -18t44 -49l701 -1407q13 -28 13 -53zM976 131l790 393l-694 1393l-790 -393zM1403 514l-201 -100l-57 115l201 100zM1664 1701l-83 -82l-90 90l237 237l237 -237l-90 -90l-83 82v-293h-128v293zM384 347l83 82l90 -90l-237 -237l-237 237l90 90l83 -82v293h128v-293z" + }, + { + Name: "SmartGlassRemote", + Code: "F80B", + Path: "M768 896v-128h-128v128h128zM1152 512v128h128v-128h-128zM896 768v128h128v-128h-128zM1152 768v128h128v-128h-128zM768 640v-128h-128v128h128zM896 512v128h128v-128h-128zM768 384v-128h-128v128h128zM1152 256v128h128v-128h-128zM896 256v128h128v-128h-128zM960 1152q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25zM960 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM384 2048h1152v-2048h-1152v2048zM1408 128v1792h-896v-1792h896z" + }, + { + Name: "Rotate90Clockwise", + Code: "F80D", + Path: "M1939 1133l90 -90l-301 -301l-301 301l90 90l147 -146v37q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5v-128q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q135 0 261.5 -39t234 -110t192.5 -172.5t138 -225.5q40 -94 55 -189t15 -197zM896 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM896 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z" + }, + { + Name: "Rotate90CounterClockwise", + Code: "F80E", + Path: "M2048 1024q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32v128q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204v-37l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v10q0 98 16 191t54 185q52 124 137 225t193.5 172.5t235 110.5t260.5 39q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5zM1408 1024q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1024 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z" + }, + { + Name: "CampaignTemplate", + Code: "F811", + Path: "M2048 1108v-916l-517 74q-9 -57 -38 -105.5t-71.5 -84.5t-95.5 -56t-110 -20q-49 0 -94 13.5t-83 39t-68.5 61.5t-49.5 81q-15 35 -19 66t-4 66v29q-30 5 -67.5 11.5t-76.5 12.5t-76 10.5t-66 5.5h-14q-22 0 -43.5 -1t-42.5 -1v512q28 0 55 -1t55 -1q5 0 9 0.5t9 1.5zM1404 284l-378 54q-2 -5 -2 -9v-9q0 -40 15 -75t41 -61t61 -41t75 -15q34 0 65.5 11.5t56.5 32.5t42.5 49.5t23.5 62.5zM1920 340v620l-1280 -182v-256zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM640 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128z" + }, + { + Name: "ChartTemplate", + Code: "F812", + Path: "M128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM640 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128zM1408 1024v128h128v-128h-128zM1152 768v128h512v-128h-512zM1024 128h896v-128h-1024v1024h128v-896zM1152 640h384v-128h-384v128zM1152 256v128h640v-128h-640z" + }, + { + Name: "PageListFilter", + Code: "F813", + Path: "M1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152zM1664 376l234 264h-596l234 -264v-248h128v248zM1280 1664v-128h-768v128h768zM512 768v128h512v-128h-512zM128 384h1059l93 -105v-23h-1280v1792h1536v-1152h-128v1024h-1280v-1536zM1280 1280v-128h-768v128h768zM384 1664v-128h-128v128h128zM384 1280v-128h-128v128h128zM256 768v128h128v-128h-128z" + }, + { + Name: "SecondaryNav", + Code: "F814", + Path: "M1024 1664v-128h-1024v128h1024zM0 1152h2048v-128h-2048v128zM1024 512v128h1024v-128h-1024z" + }, + { + Name: "VirtualNetwork", + Code: "F815", + Path: "M621 1427l-402 -403l402 -403l-90 -90l-494 493l494 493zM1517 1517l494 -493l-494 -493l-90 90l402 403l-402 403zM640 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1536 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z" + }, + { + Name: "ColumnVerticalSection", + Code: "F81E", + Path: "M1408 1792h640v-1536h-640v1536zM1920 384v1280h-384v-1280h384zM256 1664v128h256v-128h-256zM640 1664v128h256v-128h-256zM256 256v128h256v-128h-256zM640 256v128h256v-128h-256zM0 1152v256h128v-256h-128zM0 1536v256h128v-256h-128zM0 384v256h128v-256h-128zM0 768v256h128v-256h-128zM1024 1024v256h128v-256h-128zM1024 1408v256h128v-256h-128zM1024 256v256h128v-256h-128zM1024 640v256h128v-256h-128z" + }, + { + Name: "SkypeCircleSlash", + Code: "F825", + Path: "M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1456 699q0 46 -31 77l-649 649q-31 31 -77 31q-22 0 -41.5 -8.5t-34.5 -23t-23.5 -34.5t-8.5 -42q0 -44 32 -76l649 -649q32 -32 76 -32q22 0 42 8.5t34.5 23.5t23 34.5t8.5 41.5z" + }, + { + Name: "SkypeSlash", + Code: "F826", + Path: "M1807 443q0 -41 -16 -77.5t-43.5 -64t-64 -43.5t-77.5 -16q-40 0 -76.5 15t-65.5 44l-1162 1162q-28 28 -43.5 65.5t-15.5 76.5q0 42 16 78.5t43.5 63.5t64 43t77.5 16q83 0 142 -59l1162 -1162q29 -29 44 -65.5t15 -76.5z" + }, + { + Name: "CustomizeToolbar", + Code: "F828", + Path: "M896 1024h-512v512h512v-512zM512 1408v-256h256v256h-256zM1664 1536v-512h-512v512h512zM1536 1152v256h-256v-256h256zM0 1792h2048v-768h-128v640h-1792v-768h896v-128h-1024v1024zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "DuplicateRow", + Code: "F82A", + Path: "M1664 1280h384v-768h-1664v384h-384v768h1664v-384zM384 1024v256h1152v256h-1408v-512h256zM1920 640v512h-1408v-512h1408z" + }, + { + Name: "RemoveFromTrash", + Code: "F82B", + Path: "M1086 1957l-805 -805h999v-960q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-768q-40 0 -75 15t-61 41t-41 61t-15 75v807l-37 -37l-91 90l272 272l-91 90q-18 18 -27.5 41.5t-9.5 49.5q0 51 37 90l271 272q18 18 41.5 27.5t49.5 9.5t49.5 -9.5t41.5 -27.5l90 -91l272 272zM1152 192v832h-896v-832q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM543 1776l-271 -271l90 -91l272 272zM1920 1792h128v-512h-512v128h292q-77 60 -167.5 91t-187.5 31q-115 0 -219 -43t-185 -124l-90 90q100 100 226 152.5t268 52.5q123 0 238 -41t209 -119v294zM1024 896v-640h-128v640h128zM768 896v-640h-128v640h128zM512 896v-640h-128v640h128z" + }, + { + Name: "MailOptions", + Code: "F82C", + Path: "M0 1664h2048v-805q-28 31 -60.5 57.5t-67.5 48.5v435l-896 -447l-896 447v-888h896v-128h-1024v1280zM143 1536l881 -441l881 441h-1762zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "Childof", + Code: "F82D", + Path: "M1024 1792v-128h-896v128h896zM1581 1069l365 -365l-365 -365l-90 90l210 211h-1189v896h128v-768h1061l-210 211z" + }, + { + Name: "Footer", + Code: "F82E", + Path: "M128 2048h1792v-2048h-1792v2048zM1792 128v1792h-1536v-1792h1536zM1664 768v-512h-1280v512h1280zM1536 384v256h-1024v-256h1024z" + }, + { + Name: "Header", + Code: "F82F", + Path: "M128 2048h1792v-2048h-1792v2048zM1792 128v1792h-1536v-1792h1536zM1664 1792v-512h-1280v512h1280zM1536 1408v256h-1024v-256h1024z" + }, + { + Name: "BarChartVerticalFill", + Code: "F830", + Path: "M1280 1280v-896h-384v896h384v0zM1792 1792v-1408h-384v1408h384v0zM256 256h1664v-128h-1792v1792h128v-1664v0zM768 1536v-1152h-384v1152h384v0z" + }, + { + Name: "StackedColumnChart2Fill", + Code: "F831", + Path: "M1792 1792v-1408h-384v1408h384zM1664 1408v256h-128v-256h128zM1280 1280v-896h-384v896h384zM1152 896v256h-128v-256h128zM768 1536v-1152h-384v1152h384zM640 1152v256h-128v-256h128zM256 256h1664v-128h-1792v1792h128v-1664z" + }, + { + Name: "D365BusinessCentral", + Code: "F833", + Path: "M1967 1218q32 -42 54.5 -90t22.5 -102t-22.5 -102t-54.5 -90q-29 -144 -96 -268.5t-165.5 -223t-223 -166t-268.5 -95.5q-42 -32 -90 -54.5t-102 -22.5t-102 22.5t-90 54.5q-144 28 -268.5 95.5t-223 166t-166 223t-95.5 268.5q-32 42 -54.5 90t-22.5 102t22.5 102t54.5 90q28 144 95.5 268.5t166 223t223 165.5t268.5 96q42 32 90 54.5t102 22.5t102 -22.5t90 -54.5q144 -29 268.5 -96t223 -165.5t165.5 -223t96 -268.5zM1022 1920q-58 0 -93 -35t-35 -93t35.5 -92.5t92.5 -34.5t92.5 34.5t35.5 92.5t-35 93t-93 35zM767 1818q-193 -67 -331.5 -205.5t-205.5 -331.5q30 0 54.5 -3t46.5 -10t44 -19.5t46 -30.5q48 154 151.5 257.5t257.5 151.5q-18 24 -30.5 46t-19.5 44t-10 46.5t-3 54.5zM128 1026q0 -58 35 -93t93 -35t92.5 35.5t34.5 92.5t-34.5 92.5t-92.5 35.5t-93 -35t-35 -93zM830 426q-72 24 -135.5 64t-116.5 92.5t-93 116.5t-64 135q-24 -18 -45.5 -30.5t-44 -20t-47 -10.5t-54.5 -3q33 -96 85.5 -179t121 -151.5t151.5 -120.5t179 -85q0 30 3 54.5t10 47t19.5 44t30.5 46.5zM1022 132q57 0 92.5 34.5t35.5 92.5t-35 93t-93 35t-93 -35t-35 -93t35.5 -92.5t92.5 -34.5zM1278 234q93 33 176 84t151.5 117.5t121.5 148t87 174.5h-25q-44 0 -83.5 14t-72 39t-55.5 60t-32 78h-179q-10 -60 -43 -111.5t-80 -89t-104.5 -59t-117.5 -21.5q-74 0 -139.5 28t-114 76.5t-76.5 114t-28 139.5q0 72 29 137t78 114t114 78t137 29q63 0 121 -22.5t104.5 -62.5t78 -93.5t41.5 -115.5h179q9 43 32 78t55.5 60t72 39t83.5 14h25q-33 96 -85.5 179t-120.5 151.5t-151 121t-179 85.5q0 -30 -3 -54.5t-10.5 -47t-20 -44t-30.5 -45.5q106 -29 197 -95t148 -161q-23 -22 -47 -42.5t-43 -47.5q-31 61 -77 108.5t-103 80.5t-122 50t-132 17q-105 0 -198 -40.5t-162.5 -110t-110 -162.5t-40.5 -198t40.5 -198t110 -162.5t162.5 -110t198 -40.5q67 0 130.5 18.5t120 52t103.5 80.5t80 104q35 -52 90 -89q-68 -87 -154.5 -152t-190.5 -103q18 -25 30.5 -46.5t20 -44t10.5 -47t3 -54.5zM1252 1026q0 48 -18 90t-49 73t-73 49t-90 18t-90 -18t-73 -49t-49 -73t-18 -90t18 -90t49 -73t73 -49t90 -18t90 18t73 49t49 73t18 90zM1789 898q58 0 92.5 35.5t34.5 92.5t-34.5 92.5t-92.5 35.5t-93 -35t-35 -93t35 -93t93 -35z" + }, + { + Name: "PlainText", + Code: "F834", + Path: "M128 513v255h128v-256h-128v1zM512 1408v-256h-128v256h128zM1024 384v128h128v-128h-128zM896 768h128v-256h-128v256zM768 1152h-128v256h128v-256zM640 1664v-256h-128v256h128zM768 1152h128v-384h-640v384h128v-256h384v256zM0 384v128h128v-128h-128zM1408 1280h384v-128h-384v128zM1280 1024v128h128v-128h-128zM1280 768h128v-256h-128v256zM1408 384v128h256v-128h-256zM1792 1152h128v-768h-128v128h-128v128h128v128h-384v128h384v256z" + }, + { + Name: "AccessibiltyChecker", + Code: "F835", + Path: "M128 1920v-1792h384v-128h-512v2048h1115l549 -549v-91h-640v512h-896zM1152 1829v-293h293zM1536 768l-192 -256l-192 256h128v512h128v-512h128zM2048 704l-256 -192v128h-192l96 128h96v128zM647 640q9 81 39.5 155.5t81.5 138.5l91 -91q-69 -90 -84 -203h-128zM775 512q15 -113 84 -203l-91 -91q-51 64 -81.5 138.5t-39.5 155.5h128zM1152 1017q-113 -15 -203 -84l-91 91q64 51 138.5 81.5t155.5 39.5v-128zM1573 309q69 90 84 203h128q-9 -81 -39.5 -155.5t-81.5 -138.5zM1280 135q113 15 203 84l91 -91q-64 -51 -138.5 -81.5t-155.5 -39.5v128zM858 128l91 91q90 -69 203 -84v-128q-81 9 -155.5 39.5t-138.5 81.5z" + }, + { + Name: "DatabaseSync", + Code: "F842", + Path: "M252 1479q-32 12 -63.5 26.5t-60.5 32.5v-706q0 -19 14.5 -37t35 -33t42.5 -26.5t36 -17.5v-136q-41 15 -86 37t-83 52.5t-62.5 70.5t-24.5 90v896q0 48 22.5 86.5t59.5 69.5t84 54.5t96 41t96 28.5t84 18q128 22 262 22q47 0 110.5 -4.5t133 -15.5t140 -29.5t131 -46.5t107 -66.5t68.5 -89.5q-50 9 -99 15.5t-100 9.5q-51 28 -112.5 47t-126.5 30.5t-130 16.5t-122 5q-58 0 -129 -5.5t-143 -19.5t-138.5 -37.5t-114.5 -58.5q-17 -12 -34 -30.5t-17 -40.5q0 -26 24 -48.5t56.5 -41t66 -31.5t52.5 -19q-23 -24 -42 -51t-33 -58zM1088 1024q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 61v-706q0 -23 18.5 -44t48 -38.5t66 -32t71.5 -25.5t64.5 -18.5t45.5 -10.5q49 -9 98.5 -14.5t99.5 -7.5v-128q-44 2 -108.5 9t-135.5 22t-142 39t-127.5 59t-91.5 82t-35 108v896q0 47 22 86t58.5 69.5t83 54t95 41t95.5 28.5t83 18q66 12 133 17.5t134 5.5t134 -5.5t133 -17.5q36 -7 83 -18t95.5 -28t95 -41t83 -54.5t58.5 -69.5t22 -86v-320h-128v130q-59 -36 -130.5 -61t-148 -40.5t-153 -22t-144.5 -6.5zM1088 1536q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35t-27.5 28q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q59 0 111.5 20t94.5 55.5t70.5 84.5t38.5 107l126 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z" + }, + { + Name: "ReservationOrders", + Code: "F845", + Path: "M896 1536v-128h-384v128h384zM512 1152v128h384v-128h-384zM512 896v128h256v-128h-256zM384 1536v-128h-128v128h128zM384 1280v-128h-128v128h128zM256 896v128h128v-128h-128zM128 1920v-1792h640v-128h-768v2048h1115l549 -549v-219h-128v128h-512v512h-896zM1152 1829v-293h293zM1792 1024h256v-1024h-1152v1024h256v128h128v-128h384v128h128v-128zM1920 128v512h-896v-512h896zM1920 768v128h-896v-128h896z" + }, + { + Name: "TabOneColumn", + Code: "F849", + Path: "M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h1408v-1280h-1408zM384 1408v-1024h1152v1024h-1152z" + }, + { + Name: "TabTwoColumn", + Code: "F84A", + Path: "M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h640v-1280h-640zM384 1408v-1024h384v1024h-384zM1664 1536v-1280h-640v1280h640zM1536 384v1024h-384v-1024h384z" + }, + { + Name: "TabThreeColumn", + Code: "F84B", + Path: "M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h384v-1280h-384zM384 1408v-1024h128v1024h-128zM768 256v1280h384v-1280h-384zM896 1408v-1024h128v1024h-128zM1664 1536v-1280h-384v1280h384zM1536 384v1024h-128v-1024h128z" + }, + { + Name: "BulletedTreeList", + Code: "F84C", + Path: "M512 1664h1536v-128h-1536v128zM1024 1024v128h1024v-128h-1024zM1024 512v128h1024v-128h-1024zM0 1408v384h384v-384h-384zM128 1664v-128h128v128h-128zM512 896v384h384v-384h-384zM640 1152v-128h128v128h-128zM512 384v384h384v-384h-384zM640 640v-128h128v128h-128z" + }, + { + Name: "MicrosoftTranslatorLogoGreen", + Code: "F852", + Path: "M1290 766h758v-766l-224 223q-75 -52 -162.5 -76.5t-178.5 -24.5q-43 0 -87.5 5.5t-88.5 17t-86 29t-78 41.5q61 4 126 24.5t124.5 53.5t110 77.5t83.5 97.5zM1442 1055q-26 -27 -54.5 -52t-60.5 -44.5t-67.5 -31t-74.5 -11.5q-81 0 -119 49t-38 127q0 67 23.5 123t62.5 101.5t90.5 82t107.5 65.5q-1 17 -1.5 33t-0.5 33q0 47 2.5 93t7.5 92q-12 -1 -24.5 -1h-24.5h-36q-27 0 -48 1.5t-40 9t-37 22.5t-40 41q-9 11 -20 23.5t-11 26.5q0 19 14 27t31 8q22 0 35.5 -8t23 -18t17.5 -19t19 -12q14 -4 31 -4.5t33 -0.5h21q33 0 66 3q4 33 9 65.5t10 65.5q-5 14 -17 21t-24.5 12.5t-22 12.5t-9.5 21q0 20 15.5 25.5t30.5 5.5q11 0 26 -4.5t26 -6.5q12 -3 35.5 -8.5t47.5 -14.5t42 -21.5t18 -28.5q0 -2 -5 -18.5t-11 -36t-11.5 -37t-6.5 -22.5q56 19 104 55q23 17 51.5 32.5t58.5 15.5q26 0 44 -15t18 -42q0 -29 -16.5 -51.5t-43 -39t-60 -28.5t-67.5 -20.5t-65 -13.5t-52 -9q-11 -53 -17.5 -106.5t-8.5 -107.5q34 12 69 21.5t71 14.5q-9 8 -26 17.5t-34.5 20t-30 21.5t-12.5 23q0 20 14 25.5t31 5.5q26 0 63 -3.5t71 -14.5t58 -32.5t24 -57.5q68 -7 126.5 -29.5t101 -61.5t66.5 -94t24 -127q0 -17 -5 -40.5t-10 -40.5q-16 -51 -46.5 -94.5t-70 -79.5t-86 -64.5t-93.5 -50.5q-23 -11 -51 -23t-54 -17l-7 -1q-16 2 -33.5 13.5t-17.5 29.5q0 19 16 26t30 10q4 1 15 5.5t23.5 10.5t23.5 12t15 8q38 20 79.5 47.5t76.5 62t58 76t23 89.5q0 6 -0.5 12.5t-1.5 12.5q-28 205 -234 220q-37 -86 -81 -168.5t-99 -157.5q15 -22 31 -40.5t34 -38.5q9 -9 9 -19q0 -9 -6 -17t-14.5 -14t-18 -9.5t-17.5 -3.5q-12 0 -25 5t-26 13t-23.5 18t-16.5 19zM1565 1460q-69 -12 -135 -36q3 -40 9.5 -79.5t18.5 -77.5q13 21 28.5 45t30 49t27.5 50t21 49zM1141 1070q0 -26 18.5 -45.5t44.5 -19.5q22 0 47.5 17t49.5 41t44 49t32 41q-24 51 -37 105.5t-20 110.5q-34 -24 -66 -57.5t-57 -73t-40.5 -82.5t-15.5 -86z" + }, + { + Name: "MicrosoftTranslatorLogoBlue", + Code: "F853", + Path: "M737 332q0 -77 5.5 -153.5t19.5 -152.5l-148 -5q-5 22 -8 43.5t-3 44.5h-9q-66 -60 -147.5 -83t-168.5 -23q-60 0 -109 18t-83.5 51.5t-53.5 82t-19 109.5q0 88 30 151.5t82 105t122.5 61t151.5 19.5q63 0 126 -12q13 -2 33.5 -8.5t32.5 -6.5q5 0 6 2.5t1 7.5q0 11 -2 21t-2 21q0 63 -18.5 101t-51.5 58.5t-79 27t-100 6.5q-30 0 -52.5 -4.5t-43 -11t-41.5 -14t-49 -14.5l-24 130q35 10 66 19t61.5 15.5t63 10t69.5 3.5q80 0 144.5 -15t110.5 -50.5t70.5 -94t24.5 -145.5q0 -79 -4 -158t-4 -158zM348 132q67 0 131 17t117 61q-3 65 -4 128.5t-1 128.5q-35 11 -72 16.5t-74 5.5q-46 0 -95.5 -11t-90 -35t-66.5 -62t-26 -93q0 -42 14 -71.5t38 -48t57 -27.5t72 -9zM461 1452l297 -298h-758v766l224 -224q75 52 162.5 77t178.5 25q43 0 88 -5.5t89 -17t85.5 -29t77.5 -41.5q-62 -5 -126.5 -25t-124 -53t-110 -77.5t-83.5 -97.5z" + }, + { + Name: "InternalInvestigation", + Code: "F854", + Path: "M512 640q0 83 40.5 154.5t110.5 116.5q-26 30 -40.5 67.5t-14.5 77.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -40 -14.5 -77.5t-40.5 -67.5q71 -45 111 -116t40 -155h-128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41.5t-41 -61.5t-15 -74h-128zM832 1152q-40 0 -68 -28t-28 -68t28 -68t68 -28q41 0 68.5 27.5t27.5 68.5q0 40 -28 68t-68 28zM384 384h579l-128 -128h-483q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h243l-129 256h143l129 -256h186l128 256h143l-128 -256h245q40 0 68 -28t28 -68v-451q-35 -19 -67.5 -41.5t-60.5 -50.5v511h-478q6 -13 21 -40t30.5 -57t27 -56.5t11.5 -38.5q0 -27 -19 -46t-45 -19q-18 0 -33.5 9.5t-23.5 25.5l-112 222h-275v-1280zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45q0 27 19 46l436 436q-34 49 -52.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z" + }, + { + Name: "ExpandAll", + Code: "F859", + Path: "M0 1920h2048v-128h-2048v128zM896 1408v128h1152v-128h-1152zM896 1024v128h1152v-128h-1152zM896 640v128h1152v-128h-1152zM896 256v128h1152v-128h-1152zM384 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v1189h128v-1189z" + }, + { + Name: "CollapseAll", + Code: "F85A", + Path: "M0 1920h2048v-128h-2048v128zM896 1408v128h1152v-128h-1152zM19 1261l301 301l301 -301l-90 -90l-147 146v-1189h-128v1189l-147 -146z" + }, + { + Name: "AddReaction", + Code: "F85D", + Path: "M1792 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM3200 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM2176 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM2560 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM2176 512q73 0 141.5 20t127.5 57t106.5 90t80.5 118l115 -58q-41 -81 -101 -147t-134 -112t-159.5 -71t-176.5 -25q-92 0 -177 25t-159 71t-134 112t-101 147l115 58q33 -65 80.5 -118t106.5 -90t127 -57t142 -20zM512 1536v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z", + Width: 3220 + }, + { + Name: "RevenueManagement", + Code: "F85E", + Path: "M128 1536v-768h768v-128h-896v1024h384v384h1408v-896h-128v768h-1152v-256h896v-512h-128v384h-1152zM1792 768h256v-768h-1024v768h256v256h512v-256zM1408 896v-128h256v128h-256zM1920 128v256h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768zM1920 512v128h-768v-128h768z" + }, + { + Name: "ContactHeart", + Code: "F862", + Path: "M2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q56 0 104.5 -21t84.5 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM1152 896q-87 65 -181 96.5t-203 31.5q-134 0 -251 -49.5t-203.5 -136t-136 -203.5t-49.5 -251h-128q0 121 35 232.5t100 205.5t156.5 166.5t205.5 114.5q-55 34 -99.5 82t-76 104.5t-48.5 119t-17 127.5q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -65 -17 -127.5t-48.5 -119t-76 -104.5t-99.5 -82q66 -23 121.5 -58.5t108.5 -81.5q-33 -11 -61.5 -28t-55.5 -39zM1152 1536q0 79 -30.5 148.5t-83 122t-122 83t-148.5 30.5t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5t30.5 -148.5t83 -122t122 -83t148.5 -30.5t148.5 30.5t122 83t83 122t30.5 148.5z" + }, + { + Name: "VisuallyImpaired", + Code: "F866", + Path: "M176 1194q27 24 56 46t58 43l769 -769q-9 0 -17.5 -1t-17.5 -1q-46 0 -91.5 4.5t-90.5 12.5zM2048 1024q-128 -144 -285 -257.5t-339 -179.5l349 -350l-90 -90l-398 398l-63 -13l-822 822l48 28l-429 429l90 90l461 -461q108 46 222 71t232 25q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203zM1024 1408q-77 0 -147.5 -29t-124.5 -83l181 -181q18 18 41.5 27.5t49.5 9.5q27 0 50.5 -10t40.5 -27t27 -40.5t10 -50.5q0 -26 -9.5 -49.5t-27.5 -41.5l181 -181q54 54 83 124.5t29 147.5q0 80 -30 150t-82 122t-122 82t-150 30zM1443 732q120 53 227 127t201 165q-94 91 -201 165t-227 127q45 -64 68 -139t23 -153t-23 -153t-68 -139zM0 1024q39 43 81 84l511 -511q-172 69 -320.5 179t-271.5 248z" + }, + { + Name: "EventToDoLogo", + Code: "F869", + Path: "M128 1408v-768h256v-128h-384v1408h256v128h128v-128h768v128h128v-128h256v-640h-128v128h-1280zM256 1792h-128v-256h1280v256h-128v-128h-128v128h-768v-128h-128v128zM2048 964q0 -20 -8.5 -39.5t-22.5 -33.5q-208 -208 -412 -414t-413 -412q-32 -30 -75 -30t-73 30l-411 410q-15 14 -23 33.5t-8 40.5q0 43 31 74l177 177q31 31 74 31q42 0 73 -31l160 -160l576 575q30 30 73 30q20 0 40.5 -8t34.5 -22l176 -177q14 -14 22.5 -33.5t8.5 -40.5zM885 406l143 143l-144 144l-143 -144zM1910 965l-144 144q-199 -200 -395.5 -397.5t-396.5 -396.5q36 -36 71.5 -72t71.5 -72q200 199 397 396.5t396 397.5z" + }, + { + Name: "Variable2", + Code: "F86D", + Path: "M139 1088q0 -223 59 -430t165 -402h-97q-62 91 -111 191.5t-83.5 206t-53 215.5t-18.5 220q0 230 71 435t195 396h97q-55 -108 -96.5 -205t-70 -195.5t-43 -203.5t-14.5 -228zM1624 1566q0 -48 -25.5 -72t-72.5 -24q-17 0 -34 5t-33.5 11t-33 11t-33.5 5q-21 0 -45 -16t-49.5 -42t-50 -58t-46 -64t-38 -60t-25.5 -45l101 -426q3 -13 8.5 -35.5t14 -45t21 -39t29.5 -16.5q23 0 50.5 20t52.5 48.5t45 58t29 49.5l43 -21q-12 -23 -32.5 -54t-45.5 -64t-54.5 -65t-60.5 -57.5t-61.5 -41.5t-58.5 -16q-39 0 -66 23t-45 55q-8 14 -18 45t-20.5 71t-21.5 85t-20 86.5t-16.5 76t-10.5 53.5q-26 -48 -62.5 -108.5t-78 -121.5t-85.5 -115t-85 -88q-32 -26 -68 -44t-78 -18q-24 0 -45.5 7.5t-38 22t-26.5 34.5t-10 45q0 42 26 69t68 27q22 0 41 -11t35.5 -23.5t31 -23.5t26.5 -11q18 0 47.5 28t63 72t69 97t65.5 103t52.5 90t31.5 59q-10 38 -20 75t-19 75q-8 32 -17 72.5t-22.5 81t-32.5 75t-47 54.5q-31 22 -64.5 28t-70.5 6q-33 0 -66 -3v44l332 59q40 -43 65 -85t42 -85.5t29.5 -91t27.5 -101.5q32 48 64.5 98t69 95.5t80 84t97.5 65.5q18 9 38 14.5t40 5.5q22 0 43.5 -6t37.5 -18t26 -30.5t10 -43.5zM2048 1089q0 -110 -18.5 -220t-53 -215.5t-83.5 -206t-111 -191.5h-97q106 195 165 402t59 430q0 146 -25.5 290.5t-77.5 281.5q-26 67 -57.5 131.5t-63.5 128.5h97q124 -191 195 -396t71 -435z" + }, + { + Name: "ModelingView", + Code: "F871", + Path: "M2048 1152h-896v512h-640v-256h384v-896h-384v-256h640v640h896v-896h-896v128h-768v384h-384v896h384v384h768v256h896v-896zM1280 1920v-128h640v128h-640zM1280 1664v-384h640v384h-640zM1280 768v-128h640v128h-640zM1280 512v-384h640v384h-640zM768 640v384h-640v-384h640zM768 1280h-640v-128h640v128z" + }, + { + Name: "DisconnectVirtualMachine", + Code: "F873", + Path: "M1277 547l-227 -227l227 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227zM608 384l64 -64l-64 -64h-480v128h480zM1248 320l64 64h480v-128h-480zM128 1920h1664v-1152h-768v-96l-64 -64l-64 64v96h-768v1152zM1664 896v896h-1408v-896h1408z" + }, + { + Name: "ReportLock", + Code: "F875", + Path: "M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM896 256h-256v384h256v-384zM512 256h-256v640h256v-640zM0 2048h987l549 -549v-347h-128v256h-512v512h-768v-1792h1024v-128h-1152v2048zM1024 1829v-293h293zM1280 1152v-384h-128v-512h-128v896h256z" + }, + { + Name: "Uneditable2", + Code: "F876", + Path: "M633 158l-633 -158l158 633l584 583l-723 723l90 90l1920 -1920l-90 -90l-723 722zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1126 832l-294 293l-506 -505q52 -17 98.5 -45t84.5 -66t66 -84.5t45 -98.5zM1420 945l-91 90l373 373l-294 293l-372 -372l-91 90l530 531h1q47 48 108.5 73t128.5 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -131q0 -66 -25 -127.5t-73 -109.5zM1859 1566q29 29 45 67t16 79q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48l293 -293l67 67h1h-1z" + }, + { + Name: "Uneditable2Mirrored", + Code: "F877", + Path: "M2048 0l-633 158l-583 583l-723 -722l-90 90l1920 1920l90 -90l-722 -723l583 -583zM1543 258l329 -82l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87zM1216 1125l-293 -293l505 -506q16 52 44.5 98.5t66.5 84.5t84 66t99 45zM0 1712q0 70 26.5 131t72 106.5t106.5 72t130 26.5q67 0 128.5 -25t109.5 -73l530 -531l-90 -90l-373 372l-293 -293l372 -373l-90 -90l-531 530q-48 48 -73 109.5t-25 127.5zM128 1712q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47l293 293q-25 25 -47 48t-46.5 41t-53.5 28.5t-67 10.5q-43 0 -80.5 -16.5t-65.5 -44.5t-44.5 -66t-16.5 -81z" + }, + { + Name: "Spelling", + Code: "F87B", + Path: "M547 1260q-29 -51 -71.5 -79.5t-102.5 -28.5q-40 0 -73.5 11.5t-57.5 33.5t-37 54.5t-13 73.5q0 45 13.5 78.5t38 57t59 38t76.5 20.5l170 25q0 30 -5.5 57.5t-18.5 48t-36 33t-57 12.5q-53 0 -99.5 -19t-85.5 -54v98q16 12 40.5 22t52 17.5t54 12t46.5 4.5q54 0 92 -15.5t62 -44.5t35 -70t11 -92v-387h-91v93h-2zM394 1233q37 0 65.5 14.5t48.5 39t30.5 56t10.5 65.5v60l-137 -21q-28 -5 -51.5 -11t-40 -18.5t-26 -32.5t-9.5 -53q0 -48 32 -73.5t77 -25.5zM859 1252v-85h-91v881h91v-391h2q33 59 87.5 89t120.5 30q63 0 107 -25.5t72 -67t41 -94t13 -107.5q0 -61 -14.5 -120t-45.5 -105.5t-80.5 -75.5t-118.5 -29q-57 0 -105 25t-77 75h-2zM859 1493v-83q0 -39 12.5 -71.5t35.5 -56t55 -36.5t71 -13q51 0 85 23.5t54 59.5t28.5 80.5t8.5 86.5q0 39 -8.5 77t-28 68t-50.5 48.5t-76 18.5t-80 -15.5t-59 -42.5t-36 -64t-12 -80zM1699 1695q-50 0 -87.5 -20t-62 -53t-36.5 -76t-12 -88t11.5 -86t35 -72t60 -49t86.5 -18q38 0 73.5 14.5t65.5 37.5v-91q-35 -23 -74 -32.5t-81 -9.5q-65 0 -115 23.5t-84.5 64t-52.5 95t-18 115.5q0 69 19 128.5t56 103.5t92.5 69t127.5 25q34 0 67.5 -7t63.5 -23v-97q-30 22 -64 34t-71 12zM895 219l724 722l90 -90l-814 -814l-428 430l90 90z" + }, + { + Name: "BarChartVerticalEdit", + Code: "F89D", + Path: "M1408 1664v-641l-128 -128v897h384v-531q-39 -22 -67.5 -50.5l-60.5 -60.5v514h-128zM640 1536v-1152h-384v1152h384zM512 512v896h-128v-896h128zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 64.5 43t76.5 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1920 954q0 32 -20 51t-52 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM896 512h1l-25.5 -25.5t-26.5 -25.5q-5 -20 -9.5 -39t-9.5 -38h-58v896h384v-513l-127 -127h-1v512h-128v-640zM128 1920v-1664h666l-32 -128h-762v1792h128z" + }, + { + Name: "GlobalNavButtonActive", + Code: "F89F", + Path: "M1728 1024q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25t124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25zM1254 1536q-12 -31 -19.5 -63t-12.5 -65h-1222v128h1254zM1332 1024q65 -80 153 -128h-1485v128h1332zM0 384v128h2048v-128h-2048z" + }, + { + Name: "PollResults", + Code: "F8A0", + Path: "M2048 1408v-640h-768v-512h-1152v-128h-128v1920h128v-128h1408v-512h512zM128 1792v-384h1280v384h-1280zM1152 384v384h-1024v-384h1024zM1920 896v384h-1792v-384h1792z" + }, + { + Name: "Rerun", + Code: "F8A1", + Path: "M1152 1408v128h421l-107.5 107.5l-107.5 107.5q-81 80 -182.5 122.5t-215.5 42.5q-79 0 -151.5 -21t-136 -58.5t-115.5 -90.5t-89.5 -117t-58 -137t-20.5 -151q0 -112 42.5 -214t121.5 -181l599 -599v-182l-690 690q-97 97 -149.5 224t-52.5 265q0 96 25.5 185.5t71.5 167t110.5 141.5t142.5 109.5t167.5 70.5t185.5 25q125 0 219.5 -34t174 -91.5t152.5 -133t155 -157.5v421h128v-640h-640zM1280 896l768 -448l-768 -448v896zM1408 673v-450l386 225z" + }, + { + Name: "QandA", + Code: "F8A2", + Path: "M1792 1664h128v-1280h-256v-384l-384 384h-512l128 128h437l203 -203v203h256v1152zM768 640l-384 -384v384h-384v1408h1664v-1408h-896zM128 768h384v-203l203 203h821v1152h-1408v-1152zM768 896v128h128v-128h-128zM832 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-37 -65t-52 -57.5t-59 -57.5q-20 -20 -25.5 -42t-5.5 -47q0 -8 0.5 -16.5t0.5 -17.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10z" + }, + { + Name: "QandAMirror", + Code: "F8A3", + Path: "M587 512h437l128 -128h-512l-384 -384v384h-256v1280h128v-1152h256v-203zM256 2048h1664v-1408h-384v-384l-384 384h-896v1408zM1792 768v1152h-1408v-1152h821l203 -203v203h384zM1024 896v128h128v-128h-128zM832 1536q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v48q0 29 -14 52.5t-35.5 45t-46.5 44t-46.5 50.5t-35.5 62.5t-14 81.5z" + }, + { + Name: "BookAnswers", + Code: "F8A4", + Path: "M384 2048h1408v-2048h-1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1664 128v256h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h1280zM1664 512v1408h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1314q60 34 128 34h1280zM896 768v640h128v-640h-128zM896 1536v128h128v-128h-128z" + }, + { + Name: "AlertSettings", + Code: "F8B6", + Path: "M1024 1536v-640h-128v640h128zM960 256q17 0 32.5 1.5t32.5 2.5q21 -65 56 -124q-30 -4 -60.5 -6t-60.5 -2q-133 0 -256 34t-229.5 96.5t-194 150t-150 194t-96.5 229.5t-34 256t34 256t96.5 229.5t150 194t194 150t229.5 96.5t256 34t256 -34t229.5 -96.5t194 -150t150 -194t96.5 -229.5t34 -256q0 -30 -2 -60.5t-6 -60.5q-29 18 -60.5 31.5t-63.5 24.5q1 17 2.5 32.5t1.5 32.5q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM896 640v128h128v-128h-128zM1920 448q0 -31 -6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119l-124 -51q6 -30 6 -61zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z" + }, + { + Name: "SpeechOff", + Code: "F8BA", + Path: "M1125 1292q-29 74 -86 131t-131 86l-154 154q4 0 7 0.5t7 0.5q106 0 199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -4 -0.5 -7t-0.5 -7zM1730 687q93 112 141.5 247.5t48.5 281.5q0 83 -16 163.5t-47 155t-76.5 142.5t-104.5 127l91 91q137 -137 209 -311.5t72 -367.5q0 -172 -58 -330.5t-170 -289.5zM1456 961q39 57 59.5 122t20.5 133q0 90 -34 172t-97 145l90 90q81 -81 124.5 -185t43.5 -219q0 -94 -30 -183.5t-87 -164.5zM122 1914l91 91l1792 -1792l-91 -91l-732 733q-29 -42 -66 -76t-80 -60q112 -42 204.5 -114.5t158 -167t101.5 -206t36 -231.5h-128q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 36 231.5t101.5 205.5t157.5 166.5t204 114.5q-56 35 -101 82.5t-76.5 103.5t-48.5 119t-17 129q0 62 14.5 121t42.5 112t68 99t90 82zM562 1475q-84 -53 -131 -138.5t-47 -184.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q99 0 184.5 47t138.5 131z" + }, + { + Name: "TrimStart", + Code: "F8BB", + Path: "M1664 1920h-768v-1792h768v-128h-1408v2048h1408v-128zM768 128v1792h-384v-1792h384z" + }, + { + Name: "TrimEnd", + Code: "F8BC", + Path: "M384 2048h1408v-2048h-1408v128h768v1792h-768v128zM1664 128v1792h-384v-1792h384z" + }, + { + Name: "TableComputed", + Code: "F8F5", + Path: "M1062 768h-422v-256h293l-65 -128h-868v1536h1664v-512h-128v128h-384v-256h168l-65 -128h-103v-205zM1024 896v256h-384v-256h384zM1024 1280v256h-384v-256h384zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM128 1664h1408v128h-1408v-128zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z" + }, + { + Name: "UniteShape", + Code: "F8FB", + Path: "M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM640 561v-226l207 -207h226zM128 1231l1103 -1103h226l-1329 1329v-226zM128 1615l1487 -1487h226l-1713 1713v-226zM1920 207v226l-1487 1487h-226zM591 1920l1329 -1329v226l-1103 1103h-226zM1408 1487v226l-207 207h-226zM1920 1359v49h-49zM1713 1408h-226l433 -433v226zM1408 1871v49h-49zM128 689v-49h49zM335 640h226l-433 433v-226zM640 177v-49h49z" + }, + { + Name: "SubtractShape", + Code: "F8FC", + Path: "M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM1359 1536h49v177l-207 207h-226zM128 1457v-226l384 -384v226zM128 1615l384 -384v226l-384 384v-226zM207 1920l384 -384h226l-384 384h-226zM975 1536h226l-384 384h-226zM1408 1871v49h-49zM128 689v-49h49zM335 640h177v49l-384 384v-226zM1920 128v1280h-1280v-1280h1280z" + }, + { + Name: "IntersectShape", + Code: "F8FD", + Path: "M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM128 640h384v896h896v384h-1280v-1280zM1329 1408h-226l305 -305v226zM945 1408h-226l689 -689v226zM719 640h226l-305 305v-226zM1103 640h226l-689 689v-226zM1920 128v1280h-384v-896h-896v-384h1280z" + } + ) + , Name=IconName).Path + DefaultExpandValue: =false + Fill: =ColorValue(ExpandMenu.Theme.palette.white) + Height: =640 + IsExpanded: =IsOpen + IsNavigationEnabled: =true + Items: |- + =Table( + {Icon: "PowerApps", Label: "Power Apps", Screen:App.ActiveScreen, Tooltip:"Power Apps Tooltip"}, + {Icon: "PowerBILogo", Label: "Power BI", Screen:App.ActiveScreen, Tooltip:"Power BI Tooltip"}, + {Icon: "PowerAutomateLogo", Label: "Power Automate", Screen:App.ActiveScreen, Tooltip:"Power Automate Tooltip"}, + {Icon: "Dataverse", Label: "Dataverse", Screen:App.ActiveScreen, Tooltip:"Dataverse Tooltip"} + ) + OnButtonSelect: =true + OnExpandSelect: =true + OnReset: =Set(IsOpen, ExpandMenu.DefaultExpandValue) + SelectedItem: =glExpandMenu.Selected + Theme: |- + ={ + palette: { + themePrimary: "#0078d4", + themeLighterAlt: "#eff6fc", + themeLighter: "#deecf9", + themeLight: "#c7e0f4", + themeTertiary: "#71afe5", + themeSecondary: "#2b88d8", + themeDarkAlt: "#106ebe", + themeDark: "#005a9e", + themeDarker: "#004578", + neutralLighterAlt: "#faf9f8", + neutralLighter: "#f3f2f1", + neutralLight: "#edebe9", + neutralQuaternaryAlt: "#e1dfdd", + neutralQuaternary: "#d0d0d0", + neutralTertiaryAlt: "#c8c6c4", + neutralTertiary: "#a19f9d", + neutralSecondary: "#605e5c", + neutralPrimaryAlt: "#3b3a39", + neutralPrimary: "#323130", + neutralDark: "#201f1e", + black: "#000000", + white: "#ffffff" + } + } + Width: =If(!Self.IsExpanded, 46, 221) + X: =0 + Y: =0 + ZIndex: =1 + + glExpandMenu As gallery.galleryVertical: + AccessibleLabel: ="Menu" + BorderColor: = + Fill: =Coalesce(ExpandMenu.Fill,ColorValue(ExpandMenu.Theme.palette.white)) + FocusedBorderThickness: =0 + Height: =ExpandMenu.Height + Items: =ExpandMenu.Items + Layout: =Layout.Vertical + OnSelect: =If(!IsBlank(ThisItem.Screen) && ExpandMenu.IsNavigationEnabled, Navigate(ThisItem.Screen));ExpandMenu.OnButtonSelect(); + TabIndex: =1 + TemplateFill: =/* If(ThisItem.Screen = App.ActiveScreen , ColorValue(ExpandMenu.Theme.palette.neutralLight), Transparent) */ + TemplatePadding: =0 + TemplateSize: =40 + Width: =Parent.Width + Y: =45 + ZIndex: =2 + + lbLabel As label: + BorderColor: = + Color: =ColorValue(ExpandMenu.Theme.palette.neutralPrimary) + DisabledFill: =RGBA(0,0,0,0) + Fill: =RGBA(0,0,0,0) + Font: =Font.'Segoe UI' + HoverFill: =ColorValue(ExpandMenu.Theme.palette.neutralLight) + OnSelect: =Select(Parent) + PaddingBottom: =0 + PaddingLeft: =46 + PaddingRight: =0 + PaddingTop: =0 + Size: =11 + Text: =ThisItem.Label + Tooltip: =ThisItem.Tooltip + Width: =Parent.Width + ZIndex: =1 + + imgIcon As image: + BorderColor: =ColorFade(imgIcon.Fill, -20%) + Fill: =RGBA(0,0,0,0) + FocusedBorderThickness: =0 + Height: =16 + HoverBorderColor: =ColorFade(imgIcon.BorderColor, 20%) + HoverFill: =ColorFade(imgIcon.Fill, 20%) + Image: |- + =If(IsBlank(ExpandMenu.GetMenuIconPath(ThisItem.Icon)), ThisItem.Icon, "data:image/svg+xml," & + EncodeUrl( + " + + + + " + )) + OnSelect: =Select(Parent) + PressedBorderColor: =ColorFade(imgIcon.BorderColor, -20%) + PressedFill: =ColorFade(imgIcon.Fill, -20%) + Width: =16 + X: =14 + Y: =12 + ZIndex: =2 + + rectHighlight As rectangle: + BorderColor: =ColorFade(rectHighlight.Fill, -20%) + DisabledFill: =rectHighlight.Fill + Fill: =ColorValue(ExpandMenu.Theme.palette.themePrimary) + FocusedBorderThickness: =0 + Height: =20 + HoverFill: =ColorFade(rectHighlight.Fill, 20%) + OnSelect: =Select(Parent) + PressedFill: =ColorFade(rectHighlight.Fill, -20%) + Visible: =false //ThisItem.Screen = App.ActiveScreen + Width: =3 + X: =5 + Y: =10 + ZIndex: =3 + + Image1_1 As image: + BorderColor: =RGBA(0, 0, 0, 0) + BorderStyle: =BorderStyle.None + DisabledBorderColor: =RGBA(0, 0, 0, 0) + DisabledFill: =RGBA(0, 0, 0, 0) + Fill: =ColorValue(ExpandMenu.Theme.palette.themePrimary) + FocusedBorderThickness: =4 + Height: =Parent.TemplateHeight - Self.Y*2 + HoverBorderColor: =RGBA(0, 0, 0, 0) + HoverFill: =RGBA(0, 0, 0, 0) + Image: = + OnSelect: =Select(Parent) + PressedBorderColor: =RGBA(0, 0, 0, 0) + PressedFill: =RGBA(0, 0, 0, 0) + RadiusBottomLeft: =50 + RadiusBottomRight: =50 + RadiusTopLeft: =50 + RadiusTopRight: =50 + Visible: =ThisItem.Screen = App.ActiveScreen + Width: =2 + X: =5 + Y: =8 + ZIndex: =4 + + imgExpandButton As image: + AccessibleLabel: ="Expand Collapase button" + BorderColor: =ColorFade(imgExpandButton.Fill, -20%) + Fill: =RGBA(0,0,0,0) + FocusedBorderThickness: =0 + Height: =46 + HoverBorderColor: =ColorFade(imgExpandButton.BorderColor, 20%) + HoverFill: =ColorValue(ExpandMenu.Theme.palette.neutralLight) + Image: |- + ="data:image/svg+xml," & + EncodeUrl(" + + + " + ) + OnSelect: =Set(IsOpen,!IsOpen);ExpandMenu.OnExpandSelect() + PaddingBottom: =14 + PaddingLeft: =14 + PaddingRight: =14 + PaddingTop: =14 + PressedBorderColor: =ColorFade(imgExpandButton.BorderColor, -20%) + PressedFill: =ColorFade(imgExpandButton.Fill, -20%) + TabIndex: =0 + Width: =46 + ZIndex: =4 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/ExpandMenu.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/ExpandMenu.json new file mode 100644 index 00000000..b26337e6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/ExpandMenu.json @@ -0,0 +1,2350 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": false, + "ComponentDefinitionInfo": { + "AllowAccessToGlobals": false, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(imgExpandButton.Fill, 20%)", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "FocusedBorderThicknessValue", + "InvariantPropertyName": "FocusedBorderThickness", + "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, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "AccessibleLabel", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "-1", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "ControlUniqueId": "61", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgExpandButton", + "Parent": "ExpandMenu", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 364, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"\"", + "Property": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "\"Expand Collapase button\"", + "Property": "AccessibleLabel", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "\"data:image/svg+xml,\" & \r\n EncodeUrl(\"\r\n \r\n \r\n \"\r\n)", + "Property": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "14", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "14", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "14", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "14", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgExpandButton.BorderColor, -20%)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgExpandButton.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0,0,0,0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "46", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "46", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgExpandButton.BorderColor, 20%)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgExpandButton.Fill, -20%)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorValue(ExpandMenu.Theme.palette.neutralLight)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "InvariantScript": "Set(IsOpen,!IsOpen);ExpandMenu.OnExpandSelect()", + "Property": "OnSelect", + "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": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "TemplateFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "63", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate7", + "Parent": "glExpandMenu", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 366, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "/* If(ThisItem.Screen = App.ActiveScreen , ColorValue(ExpandMenu.Theme.palette.neutralLight), Transparent) */", + "Property": "TemplateFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "InvariantScript": "If(!IsBlank(ThisItem.Screen) && ExpandMenu.IsNavigationEnabled, Navigate(ThisItem.Screen));ExpandMenu.OnButtonSelect();", + "Property": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/galleryTemplate", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "galleryTemplate", + "OverridableProperties": {}, + "Version": "1.0" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ThisItem.SampleHeading", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "defaultLabelColorValue", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PrimaryColor2Value", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "TextBodyFontFaceValue", + "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": "?" + }, + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "211", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "64", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbLabel", + "Parent": "glExpandMenu", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 367, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "\"\"", + "Property": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "ThisItem.Label", + "Property": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "ThisItem.Tooltip", + "Property": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "46", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "40", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "11", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0,0,0,0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1.2", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorValue(ExpandMenu.Theme.palette.neutralLight)", + "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": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "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": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorValue(ExpandMenu.Theme.palette.neutralPrimary)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "InvariantScript": "Select(Parent)", + "Property": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "221", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "65", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image1_1", + "Parent": "glExpandMenu", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 368, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "", + "Property": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "8", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.TemplateHeight - Self.Y*2", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorValue(ExpandMenu.Theme.palette.themePrimary)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.None", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "50", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "50", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "50", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "50", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ThisItem.Screen = App.ActiveScreen", + "Property": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "InvariantScript": "Select(Parent)", + "Property": "OnSelect", + "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": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PrimaryColor3Value", + "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": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnSelect", + "ZIndex", + "BorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "FocusedBorderThicknessValue", + "InvariantPropertyName": "FocusedBorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "ControlUniqueId": "66", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "rectHighlight", + "Parent": "glExpandMenu", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 369, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"\"", + "Property": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "3", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "20", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "3", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false //ThisItem.Screen = App.ActiveScreen", + "Property": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(rectHighlight.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorValue(ExpandMenu.Theme.palette.themePrimary)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(rectHighlight.Fill, -20%)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(rectHighlight.Fill, 20%)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "rectHighlight.Fill", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "10", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "InvariantScript": "Select(Parent)", + "Property": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultRectangleStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/shapes/rectangle", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "rectangle", + "OverridableProperties": {}, + "Version": "2.3.0" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "FocusedBorderThicknessValue", + "InvariantPropertyName": "FocusedBorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PaddingValue", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "ControlUniqueId": "67", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgIcon", + "Parent": "glExpandMenu", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 370, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"\"", + "Property": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "If(IsBlank(ExpandMenu.GetMenuIconPath(ThisItem.Icon)), ThisItem.Icon, \"data:image/svg+xml,\" & \r\n EncodeUrl(\r\n \"\r\n \r\n \r\n \r\n\"\r\n))", + "Property": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgIcon.Fill, 20%)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "14", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgIcon.Fill, -20%)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgIcon.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0,0,0,0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "12", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgIcon.BorderColor, 20%)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(imgIcon.BorderColor, -20%)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "InvariantScript": "Select(Parent)", + "Property": "OnSelect", + "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": "" + } + ], + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "PrimaryColor2Value", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "530", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "4", + "InvariantPropertyName": "FocusedBorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "AccessibleLabel", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "-1", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ContentLanguage" + ], + "ControlUniqueId": "62", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glExpandMenu", + "Parent": "ExpandMenu", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 365, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"\"", + "Property": "ContentLanguage", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "\"Menu\"", + "Property": "AccessibleLabel", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "1", + "Property": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "ExpandMenu.Items", + "Property": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Layout.Vertical", + "Property": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LoadingSpinner.None", + "Property": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Transition.None", + "Property": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "40", + "Property": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ExpandMenu.Height", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Coalesce(ExpandMenu.Fill,ColorValue(ExpandMenu.Theme.palette.white))", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "DisabledFill", + "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.BorderColor", + "Property": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "45", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/gallery", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "gallery", + "OverridableProperties": {}, + "Version": "2.13.2" + }, + "Type": "ControlInfo", + "VariantName": "galleryVertical" + } + ], + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "OnReset", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Table(\r\n{Icon: \"PowerApps\", Label: \"Power Apps\", Screen:App.ActiveScreen, Tooltip:\"Power Apps Label\"}, \r\n{Icon: \"PowerBILogo\", Label: \"Power BI\", Screen:App.ActiveScreen}, \r\n{Icon: \"PowerAutomateLogo\", Label: \"Power Automate\", Screen:App.ActiveScreen}, \r\n{Icon: \"Dataverse\", Label: \"Dataverse\", Screen:App.ActiveScreen}\r\n)", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "IsExpanded", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnExpandSelect", + "OnButtonSelect", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectedItem", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "IsNavigationEnabled", + "Theme", + "GetMenuIconPath_IconName", + "GetMenuIconPath", + "DefaultExpandValue" + ], + "LastModifiedTimestamp": "638314081460141072", + "Name": "ExpandMenu", + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Table(\r\n{Icon: \"PowerApps\", Label: \"Power Apps\", Screen:App.ActiveScreen, Tooltip:\"Power Apps Tooltip\"}, \r\n{Icon: \"PowerBILogo\", Label: \"Power BI\", Screen:App.ActiveScreen, Tooltip:\"Power BI Tooltip\"}, \r\n{Icon: \"PowerAutomateLogo\", Label: \"Power Automate\", Screen:App.ActiveScreen, Tooltip:\"Power Automate Tooltip\"}, \r\n{Icon: \"Dataverse\", Label: \"Dataverse\", Screen:App.ActiveScreen, Tooltip:\"Dataverse Tooltip\"}\r\n)", + "Property": "Items", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "IsOpen", + "Property": "IsExpanded", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "glExpandMenu.Selected", + "Property": "SelectedItem", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "true", + "Property": "IsNavigationEnabled", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "{\r\n\tpalette: {\r\n\t\tthemePrimary: \"#0078d4\",\r\n\t\tthemeLighterAlt: \"#eff6fc\",\r\n\t\tthemeLighter: \"#deecf9\",\r\n\t\tthemeLight: \"#c7e0f4\",\r\n\t\tthemeTertiary: \"#71afe5\",\r\n\t\tthemeSecondary: \"#2b88d8\",\r\n\t\tthemeDarkAlt: \"#106ebe\",\r\n\t\tthemeDark: \"#005a9e\",\r\n\t\tthemeDarker: \"#004578\",\r\n\t\tneutralLighterAlt: \"#faf9f8\",\r\n\t\tneutralLighter: \"#f3f2f1\",\r\n\t\tneutralLight: \"#edebe9\",\r\n\t\tneutralQuaternaryAlt: \"#e1dfdd\",\r\n\t\tneutralQuaternary: \"#d0d0d0\",\r\n\t\tneutralTertiaryAlt: \"#c8c6c4\",\r\n\t\tneutralTertiary: \"#a19f9d\",\r\n\t\tneutralSecondary: \"#605e5c\",\r\n\t\tneutralPrimaryAlt: \"#3b3a39\",\r\n\t\tneutralPrimary: \"#323130\",\r\n\t\tneutralDark: \"#201f1e\",\r\n\t\tblack: \"#000000\",\r\n\t\twhite: \"#ffffff\"\r\n\t}\r\n}", + "Property": "Theme", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "GetMenuIconPath_IconName", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "LookUp( Table(\r\n {\r\n Name: \"SizeLegacy\",\r\n Code: \"E2B2\",\r\n Path: \"M1920 896h128v-768h-2048v1792h1792v-512h128v-512zM128 256h512v1152h1024v384h-1536v-1536zM768 256h512v640h512v384h-1024v-1024zM1920 256v512h-512v-512h512z\"\r\n },\r\n {\r\n Name: \"PageLink\",\r\n Code: \"E302\",\r\n Path: \"M901 576q0 -65 37 -113.5t97 -69.5q-3 -18 -5 -36t-2 -37q0 -14 1.5 -29t3.5 -29q-57 11 -104.5 39.5t-82 70t-53.5 94t-19 110.5q0 66 25 124t67.5 101.5t100.5 69t124 25.5h254q65 0 123 -25.5t101 -69.5t68 -102t25 -123q0 -56 -19 -108t-52.5 -94t-80.5 -71.5t-102 -39.5v133q57 22 92 69.5t35 110.5q0 39 -15 74t-40.5 61.5t-60 41.5t-74.5 15h-254q-40 0 -75 -15t-60.5 -41t-40 -61t-14.5 -75zM2048 323q0 -66 -25 -125t-68.5 -103t-101.5 -69.5t-125 -25.5h-256q-67 0 -125 25.5t-101.5 69.5t-68.5 103t-25 125q0 56 19 108.5t53 95t81 72.5t103 40v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -40 15 -75.5t41 -62t61 -42t75 -15.5h256q40 0 75 15.5t61 42.5t41 62.5t15 74.5q0 31 -10 60t-27.5 54t-42.5 43.5t-55 27.5q3 18 5 36.5t2 36.5q0 15 -2 29.5t-4 28.5q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5zM128 1920v-1792h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512v512h-896zM1152 1829v-293h293z\"\r\n },\r\n {\r\n Name: \"DatabaseSource\",\r\n Code: \"E30A\",\r\n Path: \"M1626 1133l301 -301l-301 -301l-90 90l146 147h-786v128h786l-146 147zM1280 640h128v-192q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8t-158 8t-176.5 28t-168 53.5t-131.5 84.5q-31 30 -50.5 65.5t-19.5 80.5v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8t158 -8t176.5 -28t168 -53.5t131.5 -84.5q31 -30 50.5 -65.5t19.5 -80.5v-576h-128v386q-57 -37 -129 -62t-149 -40t-154 -21.5t-144 -6.5t-144 6.5t-154 21.5t-149 40t-129 62v-962q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q48 -20 101.5 -33t109.5 -21.5t111.5 -12t106.5 -3.5t106.5 3.5t111.5 12t109.5 21.5t101.5 33q15 6 40 18.5t49 28.5t41 35t17 40v192zM128 1600q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5t106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40t-17 40t-41 35t-49 28.5t-40 18.5q-47 19 -101 32.5t-110 22t-111.5 12t-106.5 3.5t-106.5 -3.5t-111.5 -12t-110 -22t-101 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35t-17 -40z\"\r\n },\r\n {\r\n Name: \"CommentSolid\",\r\n Code: \"E30E\",\r\n Path: \"M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM896 1408h-256v-256h128v-128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256zM1408 1408h-256v-256h128v-128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256z\"\r\n },\r\n {\r\n Name: \"ChangeEntitlements\",\r\n Code: \"E310\",\r\n Path: \"M128 128h899l128 -128h-1155v2048h1115l549 -549v-219h-128v128h-512v512h-896v-1792zM1152 1829v-293h293zM256 1536h639v-127h-639v127zM1407 1280v-127h-1151v127h1151zM256 1024h767v-127h-767v127zM1024 768v-127h-768v127h768zM256 385v127h768l-128 -127h-640zM1469 547l-163 -162h614v-129h-614l163 -163l-90 -90l-318 317l318 317zM1766 896l-163 163l90 90l318 -317l-318 -317l-90 90l163 163h-614v128h614z\"\r\n },\r\n {\r\n Name: \"Installation\",\r\n Code: \"E311\",\r\n Path: \"M1664 384h128v-384h-1664v384h128v-256h1408v256zM1517 915l-557 -557l-557 557l90 90l403 -402v1317h128v-1317l403 402z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderModule\",\r\n Code: \"E313\",\r\n Path: \"M1536 1920l512 -896l-512 -896h-1024l-512 896l512 896h1024zM1462 256l439 768l-439 768h-876l-439 -768l439 -768h876z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderFragment\",\r\n Code: \"E314\",\r\n Path: \"M768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364zM1664 1536l256 -448l-256 -448h-512l-256 448l256 448h512zM1590 768l183 320l-183 320h-364l-183 -320l183 -320h364z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderSlot\",\r\n Code: \"E315\",\r\n Path: \"M0 384v256h128v-256h-128v0zM256 2048v-128h-256v128h256v0zM0 0v256h128v-256h-128v0zM1792 2048v-128h-256v128h256v0zM0 768v256h128v-256h-128v0zM640 1664h768l384 -640l-384 -640h-768l-384 640l384 640v0zM1336 512l307 512l-307 512h-624l-307 -512l307 -512h624v0zM640 2048v-128h-256v128h256v0zM0 1152v256h128v-256h-128v0zM1024 2048v-128h-256v128h256v0zM1408 2048v-128h-256v128h256v0zM1920 256v256h128v-256h-128v0zM1920 1024v256h128v-256h-128v0zM1920 640v256h128v-256h-128v0zM1920 1408v256h128v-256h-128v0zM1920 2048h128v-256h-128v256v0zM0 1536v256h128v-256h-128v0zM640 0v128h256v-128h-256v0zM256 0v128h256v-128h-256v0zM1408 0v128h256v-128h-256v0zM1024 0v128h256v-128h-256v0zM1792 0v128h256v-128h-256v0z\"\r\n },\r\n {\r\n Name: \"BullseyeTargetEdit\",\r\n Code: \"E319\",\r\n Path: \"M2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5zM1920 954q0 33 -20 51t-52 18q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM1238 853q23 38 32.5 82.5t9.5 88.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30q45 0 88 10t83 32l-170 -170h-1q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t163 109.5t199.5 40q107 0 200.5 -40.5t162.5 -110t109 -163.5t40 -200zM796 263l-31 -125q-110 15 -209 56t-184 102.5t-154 142t-117 174t-74.5 197.5t-26.5 214q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32q148 0 282.5 -45t246 -127.5t195 -197.5t129.5 -255q-32 -10 -60.5 -22.5t-55.5 -33.5q-36 123 -108 225t-169 174.5t-214.5 113t-245.5 40.5q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204q0 -95 23 -185.5t65.5 -171t102.5 -150t134.5 -122t161 -87t181.5 -45.5zM1024 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderFragmentCreate\",\r\n Code: \"E31B\",\r\n Path: \"M768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 768v-128h-384l-256 448l256 448h512l256 -448l-183 -320h-147l183 320l-183 320h-364l-183 -320l183 -320h310zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364z\"\r\n },\r\n {\r\n Name: \"PageData\",\r\n Code: \"E31C\",\r\n Path: \"M2048 832v-618q0 -41 -19.5 -73t-52 -55.5t-73.5 -40t-83.5 -26.5t-83.5 -14.5t-72 -4.5q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74v618q0 39 20.5 69t53.5 51t75 35t84.5 22.5t82.5 11.5t69 3t69 -3t82.5 -11.5t84 -22t74.5 -35t53 -51t20 -69.5zM1920 214v470q-60 -24 -125 -34t-130 -10q-63 0 -130.5 10t-126.5 34v-470q0 -8 6.5 -13.5t11.5 -10.5q19 -17 49.5 -29t64 -19.5t66.5 -10.5t58 -3q26 0 59 3t66 10.5t63 19t50 29.5q5 5 11.5 10.5t6.5 13.5zM1920 835q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-19 0 -58.5 -3.5t-81 -12t-76 -21.5t-42.5 -31q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5zM1664 1408h-512v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-347h-128v256zM1280 1829v-293h293z\"\r\n },\r\n {\r\n Name: \"PageHeaderEdit\",\r\n Code: \"E31D\",\r\n Path: \"M128 1920v-1792h640q-10 -32 -19.5 -64t-16.5 -64h-732v2048h1792v-741q-35 -5 -66.5 -16t-61.5 -30v659h-1536zM2049 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 64.5 43t76.5 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1921 954q0 32 -20.5 51t-51.5 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM1536 1152h-1280v638h1280v-638zM384 1664v-384h1024v384h-1024zM384 512h514l-25.5 -25.5t-26.5 -25.5q-5 -20 -9.5 -39t-9.5 -38h-571v640h1154l-129 -128h-897v-384z\"\r\n },\r\n {\r\n Name: \"ProductList\",\r\n Code: \"E31E\",\r\n Path: \"M1024 1048v-959l-64 -32l-832 415v1040l832 416l832 -416v-744h-128v600zM960 1784l-241 -120l621 -314l245 122zM896 232v816l-640 320v-816zM335 1472l625 -312l238 118l-622 314zM1408 256v128h640v-128h-640zM1408 640h640v-128h-640v128zM1152 0v128h128v-128h-128zM1152 512v128h128v-128h-128zM1152 256v128h128v-128h-128zM1024 232h1h-1zM1408 0v128h640v-128h-640z\"\r\n },\r\n {\r\n Name: \"UnpublishContent\",\r\n Code: \"E31F\",\r\n Path: \"M768 1701l-403 -402l-90 90l557 557l557 -557l-90 -90l-403 402v-1317h-128v1317zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1776 181l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -67 25 -125t68.5 -101.5t101.5 -68.5t125 -25q47 0 92 13.5t84 39.5zM1920 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM1085 128q22 -37 48 -69t59 -59h-1192v384h128v-256h957z\"\r\n },\r\n {\r\n Name: \"DependencyAdd\",\r\n Code: \"E344\",\r\n Path: \"M128 1536v-640h512v-128h-640v896h1280v-512h-128v384h-1024zM768 128v896h1280v-896h-1280zM896 896v-640h1024v640h-1024zM1280 1919v129h257q51 0 98.5 -19.5t83.5 -55.5t55.5 -83.5t19.5 -98.5v-294l164 162l90 -90l-318 -318l-319 318l91 90l164 -162v294q0 27 -10 50.5t-27.5 40.5t-41 27t-50.5 10h-257z\"\r\n },\r\n {\r\n Name: \"DependencyRemove\",\r\n Code: \"E345\",\r\n Path: \"M128 1536v-640h512v-128h-640v896h1280v-512h-128v384h-1024zM768 128v896h1280v-896h-1280zM896 896v-640h1024v640h-1024zM2048 1956l-228 -228l228 -228l-91 -92l-229 229l-228 -229l-92 91l229 229l-229 229l92 91l228 -229l229 229z\"\r\n },\r\n {\r\n Name: \"EntitlementPolicy\",\r\n Code: \"E346\",\r\n Path: \"M128 1920v-1792h896v-128h-1024v2048h1115l549 -549v-731h-128v640h-512v512h-896zM1152 1829v-293h293zM256 1536h640v-128h-640v128zM1408 1280v-128h-1152v128h1152zM256 896v128h1152v-128h-1152zM256 640v128h768v-128h-768zM256 384v128h768v-128h-768zM1408 640h640v-128h-640v128zM1408 256v128h640v-128h-640zM1408 0v128h640v-128h-640zM1152 512v128h128v-128h-128zM1152 256v128h128v-128h-128zM1152 0v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"EntitlementRedemption\",\r\n Code: \"E347\",\r\n Path: \"M256 1536h640v-128h-640v128zM1408 1280v-128h-1152v128h1152zM1408 1024v-128h-1152v128h1152zM1408 768v-128h-1152v128h1152zM256 384v128h926l-128 -128h-798zM128 128h1027l128 -128h-1283v2048h1115l549 -549v-862l-128 -128v899h-512v512h-896v-1792zM1152 1829v-293h293zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z\"\r\n },\r\n {\r\n Name: \"SchoolDataSyncLogo\",\r\n Code: \"E34C\",\r\n Path: \"M2048 192q0 -26 -19 -45t-45 -19h-448v448q0 26 19 45t45 19t45 -19t19 -45v-305q124 126 190 287t66 338q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -168 61 -324t175 -280q72 106 174.5 184t223.5 120q-88 66 -137 159.5t-49 204.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -111 -49 -204.5t-137 -159.5q17 -6 38 -13t39 -17.5t30.5 -25.5t12.5 -37q0 -26 -19 -44.5t-45 -18.5q-15 0 -28 6q-72 32 -141 49t-149 17q-149 0 -282 -62t-230 -174q-24 -28 -42 -57t-38 -60q-11 -17 -23.5 -25.5t-32.5 -8.5q-23 0 -43 17q-38 31 -73 71t-66 83.5t-57.5 89.5t-46.5 91q-90 199 -90 419q0 141 36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -178 -57.5 -339.5t-168.5 -300.5h162q26 0 45 -19t19 -45zM704 960q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124z\"\r\n },\r\n {\r\n Name: \"PinSolid12\",\r\n Code: \"E352\",\r\n Path: \"M1963 1536h85v-853h-85q-103 0 -190 44.5t-150 125.5h-317q-37 -78 -93.5 -141t-126.5 -107.5t-151 -68.5t-167 -24h-85v512h-512l-171 85l171 86h512v512h85q86 0 167 -24t151.5 -69t126.5 -108t93 -141h317q62 81 149.5 126t190.5 45z\"\r\n },\r\n {\r\n Name: \"PinSolidOff12\",\r\n Code: \"E353\",\r\n Path: \"M2048 1536v-853h-85q-38 0 -75.5 8t-72.5 21l-990 991q78 -8 150 -35.5t134.5 -71t112.5 -102.5t84 -129h317q60 81 150 126t190 45h85zM25 1902l121 121l1877 -1877l-121 -121l-689 689q-42 -48 -93 -85.5t-108 -63.5t-118.5 -39.5t-125.5 -13.5h-85v512h-512l-171 85l171 86h512v50z\"\r\n },\r\n {\r\n Name: \"BugWarning\",\r\n Code: \"E357\",\r\n Path: \"M384 640q0 -90 30 -172t83.5 -148.5t127.5 -113.5t162 -66q-2 -3 -11 -21.5t-19.5 -39.5l-19 -38l-8.5 -17q-78 22 -148 62t-127 95t-99.5 123t-66.5 146q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -79 -36.5 -147.5t-101.5 -113.5q-26 12 -55 12q-36 0 -60.5 -14.5t-41.5 -37.5t-30 -51.5t-26 -56.5q-36 49 -82.5 89t-100.5 68.5t-113.5 44t-120.5 15.5q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256zM896 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z\"\r\n },\r\n {\r\n Name: \"BugAction\",\r\n Code: \"E358\",\r\n Path: \"M1664 1600q0 -89 -46 -164h-176q43 26 68.5 69.5t25.5 94.5v192h128v-192zM1278 1233q-36 40 -80 72.5t-93 55.5t-102 35t-107 12q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q23 0 44.5 2.5t43.5 6.5l-68 -135q-5 -1 -10 -1.5t-10 -0.5q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3q11 0 22 -0.5t22 -0.5q21 0 44 3zM1064 1510q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5zM1759 892h269l-672 -896h-264l256 512h-256l387 768h518zM1315 154l457 610h-243l238 384h-209l-258 -512h255z\"\r\n },\r\n {\r\n Name: \"SettingsSync\",\r\n Code: \"E359\",\r\n Path: \"M760 1024q0 -55 20.5 -103t56.5 -84t84 -56.5t103 -20.5q29 0 61 8q-36 -59 -56 -120h-5q-78 0 -146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5q79 0 147.5 -30t119.5 -82t80 -121t29 -148q-61 -20 -120 -56q8 32 8 61q0 55 -20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103zM999 379q7 -59 24 -114q-6 0 -12 -0.5t-11 -0.5q-3 0 -6 0.5t-6 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161v-35q-56 16 -114 24v24q0 11 -1 23t-2 23l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q18 -2 34.5 -2.5t34.5 -0.5zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"SettingsAdd\",\r\n Code: \"E35A\",\r\n Path: \"M1119 382l147 -236v-121l-45 -19l-161 259q-9 0 -18 -0.5t-18 -0.5t-18 0.5t-18 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l259 -161l-18 -44h-123l-235 147q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q23 -2 47 -4t47 -2q24 0 47.5 2t47.5 4zM1024 1400q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 760q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"GraphSymbol\",\r\n Code: \"E35D\",\r\n Path: \"M2048 1024q-125 -215 -247.5 -427.5t-247.5 -427.5l-18 -32h-1023l-18 32q-125 215 -247 428t-247 427q123 224 256 443.5t256 443.5h1023q61 -113 126 -223t130.5 -220.5t130.5 -221t126 -222.5zM1546 1101l-75 703l-685 -253q2 -7 2 -13.5v-13.5l732 -435q11 7 26 12zM779 590l703 410q-2 10 -2 16q0 11 3 22l-723 429q-13 -11 -31 -18l19 -840q19 -7 31 -19zM668 597q7 6 17 9l-19 845q-7 2 -12.5 6t-10.5 9l-521 -441zM1408 1848h-825l108 -229q2 0 4.5 0.5t4.5 0.5q13 0 25.5 -4t23.5 -11zM529 1815l-410 -710l494 418q0 20 4 36t18 31zM115 951l415 -718l125 234q-11 11 -17 27t-6 33v9t2 9zM584 200h831l-637 260q-16 -14 -31.5 -18t-35.5 -4zM1472 245l69 687q-14 4 -27 14l-707 -412v-18zM1537 266l420 726h-304q-5 -19 -18 -33.5t-30 -22.5zM1646 1056h311l-420 725l73 -688q24 -14 36 -37z\"\r\n },\r\n {\r\n Name: \"AddLink\",\r\n Code: \"E35E\",\r\n Path: \"M768 832q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h192v-128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1536 1152v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -88 -33 -169t-95 -144v313q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-64zM960 1664q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"SharepointAppIcon16\",\r\n Code: \"E365\",\r\n Path: \"M2048 896q0 -107 -40.5 -200.5t-111 -162.5t-164.5 -109t-201 -40q-12 -83 -51.5 -153t-98.5 -121.5t-134.5 -80.5t-158.5 -29t-158.5 29t-134.5 80.5t-98.5 121.5t-51.5 153h-517q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h289q30 86 84.5 156.5t126 121t156.5 78.5t176 28q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-65 0 -125.5 -18t-113.5 -51.5t-95.5 -81t-70.5 -105.5h597q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-197q29 16 58.5 29t61.5 22q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM624 608q60 0 115.5 12.5t99 41.5t69.5 76t26 115q0 55 -16.5 94.5t-45.5 68.5t-68 50.5t-85 40.5q-11 8 -35 17t-49.5 20t-44.5 25.5t-19 34.5q0 18 12.5 28.5t30.5 16.5t37 8t32 2q36 0 63.5 -4.5t52 -14t48.5 -23.5t54 -33v218q-55 23 -108.5 30.5t-113.5 7.5q-57 0 -114.5 -13t-103 -42.5t-74.5 -76t-29 -112.5q0 -64 27 -108t67.5 -74.5t87.5 -51t87.5 -38.5t67.5 -36t27 -43q0 -19 -12 -30t-29 -17t-35.5 -7.5t-32.5 -1.5q-24 0 -51.5 4.5t-54.5 13t-52 20t-44 26.5l-51 40v-231q62 -32 128.5 -43t135.5 -11zM1088 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 76 -33.5 143t-94.5 113v-192q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-378q12 -56 41 -103t70.5 -81t93.5 -53t109 -19zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-71 0 -137 -25.5t-119 -73.5v-328q51 -24 93.5 -59.5t75 -79.5t53.5 -95.5t29 -106.5h5z\"\r\n },\r\n {\r\n Name: \"DataflowsLink\",\r\n Code: \"E366\",\r\n Path: \"M2048 320q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5zM384 1024v-384h256v-640h-640v640h256v768h-256v640h640v-640h-256v-256h1024v256h-256v640h640v-640h-256v-384h-1152zM1280 1536h384v384h-384v-384zM128 1536h384v384h-384v-384zM512 512h-384v-384h384v384zM896 576q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75z\"\r\n },\r\n {\r\n Name: \"TimePicker\",\r\n Code: \"E367\",\r\n Path: \"M192 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM256 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM704 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM768 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1344 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM1408 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v128q0 40 15 75t41 61t61 41t75 15zM1920 944v160q0 26 -19 45t-45 19t-45 -19t-19 -45v-160q0 -26 19 -45t45 -19t45 19t19 45zM1024 1024q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1024 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1427 1427l-403 402l-403 -402l-90 90l493 494l493 -494zM1024 37l-493 494l90 90l403 -402l403 402l90 -90z\"\r\n },\r\n {\r\n Name: \"UserWarning\",\r\n Code: \"E368\",\r\n Path: \"M1219 1004l-59 -118q-85 66 -184.5 102t-207.5 36q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q96 -37 179 -98zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z\"\r\n },\r\n {\r\n Name: \"ComplianceAudit\",\r\n Code: \"E369\",\r\n Path: \"M1033 768q-14 -30 -21.5 -62.5t-12.5 -65.5h-615v128h649zM384 384v128h613q5 -33 14 -65t23 -63h-650zM256 128h1349l127 -128h-1604v2048h1115l549 -549v-568q-29 26 -61 47.5t-67 36.5v393h-512v512h-896v-1792zM1280 1829v-293h293zM1304 1024q-109 -41 -187 -128h-733v128h920zM384 1536h640v-128h-640v128zM1536 1280v-128h-1152v128h1152zM2048 64q0 -26 -19 -45t-45 -19t-45 19l-291 290q-39 -26 -84 -39.5t-92 -13.5q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -47 -13.5 -92t-39.5 -84l290 -291q19 -19 19 -45zM1280 576q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z\"\r\n },\r\n {\r\n Name: \"StickyNotesOutlineAppIcon\",\r\n Code: \"E36A\",\r\n Path: \"M1835 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1622q-35 0 -60 25t-25 60v1622q0 35 25 60t60 25h1622zM1792 256v1536h-1536v-1536h1536zM1024 951q0 30 21.5 51.5t51.5 21.5h695l-768 -768v695z\"\r\n },\r\n {\r\n Name: \"StickyNotesSolidAppIcon\",\r\n Code: \"E36B\",\r\n Path: \"M1835 128h-811l896 896v-811q0 -35 -25 -60t-60 -25zM1835 1920q35 0 60 -25t25 -60v-811h-811q-35 0 -60 -25t-25 -60v-811h-811q-35 0 -60 25t-25 60v1622q0 35 25 60t60 25h1622z\"\r\n },\r\n {\r\n Name: \"Webcam2Off\",\r\n Code: \"E36D\",\r\n Path: \"M1024 1920q-119 0 -231 -35.5t-209 -103.5l-91 91q116 86 251 131t280 45q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5q0 -144 -45 -280t-131 -251l-94 93q49 70 82.5 147.5t48.5 162.5h-330q-6 -20 -14 -39.5t-18 -38.5l-96 96q21 52 21 110q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25q-58 0 -110 -21l-96 96q48 26 100 39.5t106 13.5q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5h320q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5zM1537 420q-119 -84 -257 -126v-166h384v-128h-1280v128h384v166q-142 42 -260 126t-202.5 197t-131 249.5t-46.5 285.5q0 139 42 270t122 244l-273 273l90 90l1920 -1920l-90 -90zM717 1240q-6 -22 -9.5 -43.5t-3.5 -44.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q23 0 44.5 3.5t43.5 9.5zM383 1574q-63 -94 -95 -201.5t-32 -220.5h320q0 98 43 187zM1152 128v138q-32 -5 -64 -7.5t-64 -2.5t-64 2.5t-64 7.5v-138h256zM1024 384q113 0 219.5 33t200.5 96l-232 233q-89 -42 -188 -42q-74 0 -142 23.5t-124.5 66t-98 101t-62.5 129.5h-330q24 -138 92.5 -255.5t169.5 -203t228 -133.5t267 -48z\"\r\n },\r\n {\r\n Name: \"eDiscovery\",\r\n Code: \"E370\",\r\n Path: \"M220 256l-42 -128h1486v-128h-1664q2 6 12.5 37t24.5 73.5t30 90.5l29.5 88.5l22.5 67.5l9 27v768h-128v128l896 448v320h383v-256h-255v-64l896 -448v-128h-128v-128h-128v128h-128v-128h-128v128h-128v-128h-128v128h-128v-896h-804zM640 384v768h-128v-768h128zM896 384v768h-128v-768h128zM960 1617l-674 -337h1348zM256 1152v-768h128v768h-128zM2048 64q0 -26 -19 -45t-45 -19t-45 19l-291 290q-39 -26 -84 -39.5t-92 -13.5q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -47 -13.5 -92t-39.5 -84l290 -291q19 -19 19 -45zM1280 576q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z\"\r\n },\r\n {\r\n Name: \"CalendarYear\",\r\n Code: \"E371\",\r\n Path: \"M1664 1536h256v-1536h-1664v1536h256v128h128v-128h896v128h128v-128zM1792 1408h-128v-128h128v128zM1536 1408h-896v-128h896v128zM512 1408h-128v-128h128v128zM384 128h1408v1024h-1408v-1024zM256 1664v128h-128v-1408h-128v1536h256v128h128v-128h896v128h128v-128h256v-128h-256v-128h-128v128h-896v-128h-128zM640 640v128h128v-128h-128zM896 640v128h128v-128h-128zM1152 640v128h128v-128h-128zM1408 640v128h128v-128h-128zM640 384v128h128v-128h-128zM896 384v128h128v-128h-128zM1152 384v128h128v-128h-128zM896 896v128h128v-128h-128zM1152 896v128h128v-128h-128zM1408 896v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"IgnoreConversation\",\r\n Code: \"E372\",\r\n Path: \"M256 1536h1792v-640h-128v392l-768 -384l-768 384v-776h640v-128h-768v1152zM431 1408l721 -360l721 360h-1442zM1792 1792v-128h-1664v-1024h-128v1152h1792zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"CommonDataServiceCDS\",\r\n Code: \"E377\",\r\n Path: \"M1523 2048l525 -525v-998l-525 -525h-998l-525 525v998l525 525h998zM512 194l13 331l-397 384v-331zM512 706v331l-384 384v-331zM512 1218v636l-318 -318zM640 1920v-768h830l384 384l-384 384h-830zM640 909v-269h269zM640 512v-268l268 268h-268zM1920 578v331l-397 -397h-434l-384 -384h765zM1920 1090v331l-397 -397h-817l384 -384h380z\"\r\n },\r\n {\r\n Name: \"Forum\",\r\n Code: \"E378\",\r\n Path: \"M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243zM1792 1664v-896h-1536v896h1536zM512 896v256h-128v-256h128zM512 1280v256h-128v-256h128zM1664 896v256h-1024v-256h1024zM1664 1280v256h-1024v-256h1024z\"\r\n },\r\n {\r\n Name: \"SentimentAnalysis\",\r\n Code: \"E393\",\r\n Path: \"M1344 1408q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187q0 32 3 64q-133 0 -250 50t-204.5 136.5t-138 203t-50.5 250.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q89 0 171 -23t153 -65t129.5 -100.5t100 -130t64 -153.5t22.5 -171q31 3 64 3zM640 896q7 0 14 1l14 2q18 63 47.5 120.5t68.5 109.5q-35 11 -71 17t-73 6q-61 0 -119.5 -15t-112.5 -43l-58 114q68 34 141 53t149 19q62 0 121.5 -13t116.5 -36q59 52 127.5 90t143.5 59l2 14t1 14q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1344 128q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1600 736q-40 0 -68 28t-28 68t28 68t68 28t68 -28t28 -68t-28 -68t-68 -28zM1088 736q-40 0 -68 28t-28 68t28 68t68 28t68 -28t28 -68t-28 -68t-68 -28zM1344 384q43 0 84 11.5t77 33t66 51.5t51 68l111 -63q-30 -53 -72 -95.5t-92 -72t-107 -45.5t-118 -16t-118 16t-107.5 45.5t-92 72t-71.5 95.5l111 63q21 -38 51 -68t66 -51.5t76.5 -33t84.5 -11.5zM448 1520q-33 0 -56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5t-23.5 -56.5t-56.5 -23.5zM832 1520q-33 0 -56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5t-23.5 -56.5t-56.5 -23.5z\"\r\n },\r\n {\r\n Name: \"TextRecognition\",\r\n Code: \"E394\",\r\n Path: \"M128 896v-384h384v-128h-512v512h128zM518 1398h117l234 -628h-115l-56 160h-247l-54 -160h-114zM478 1015h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2q-2 -10 -3.5 -20t-4.5 -20zM128 1664v-384h-128v512h512v-128h-384zM1367 1007q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65h-102v664h102v-294h1q25 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83zM1263 1007q0 27 -6 52t-19 45t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59zM1536 1792h512v-512h-128v384h-384v128zM1920 512v384h128v-512h-512v128h384zM1664 760q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q55 0 108 -21v-95q-21 15 -47.5 25t-52.5 10q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -67 36.5 -108.5t105.5 -41.5q32 0 55.5 10.5t48.5 28.5v-88q-29 -17 -61.5 -24t-66.5 -7z\"\r\n },\r\n {\r\n Name: \"KeyPhraseExtraction\",\r\n Code: \"E395\",\r\n Path: \"M896 896v-128h-896v128h896zM1536 1152v-128h-896v128h896zM1371 2048l549 -549v-1499h-1664v640h128v-512h1408v1280h-512v512h-896v-896h-128v1024h1115zM1408 1536h293l-293 293v-293zM640 512v128h896v-128h-896z\"\r\n },\r\n {\r\n Name: \"AltText\",\r\n Code: \"E397\",\r\n Path: \"M1536 1344q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM0 1792h2048v-1024h-128v896h-1792v-677l448 447l640 -640l256 256l283 -282h-182l-101 102l-101 -102h-310l-485 486l-448 -449v-421h512v-128h-640v1536zM768 0v640h1280v-640h-1280zM896 512v-384h1024v384h-1024zM1152 256v128h512v-128h-512z\"\r\n },\r\n {\r\n Name: \"NumberedListMirrored\",\r\n Code: \"E398\",\r\n Path: \"M0 1536v128h1536v-128h-1536zM0 1024v128h1536v-128h-1536zM0 512v128h1536v-128h-1536zM1847 1667v69q31 11 59 24t54 33h49v-385h-82v291q-14 -11 -37.5 -21.5t-42.5 -10.5zM2048 965v-69h-251v28q0 34 12.5 59t30.5 44.5t40 35t40 31t30.5 32t12.5 38.5q0 27 -15 38t-40 11q-26 0 -49.5 -11t-43.5 -28v73q50 32 111 32q25 0 47.5 -6.5t39 -20t26 -33.5t9.5 -47q0 -31 -12 -54.5t-29.5 -42t-38.5 -33t-38.5 -27t-29.5 -25t-12 -25.5h160zM1962 580q36 -5 61 -27t25 -61q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-24 0 -48.5 4t-46.5 15v73q19 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9 28.5t-23 15.5t-31 6.5t-32 1.5h-22v64h26q13 0 27.5 1.5t26 6t19 14t7.5 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 44 -5t39 -16.5t28 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1z\"\r\n },\r\n {\r\n Name: \"IncreaseIndent\",\r\n Code: \"E399\",\r\n Path: \"M128 1920h1792v-128h-1792v128zM128 256v128h1792v-128h-1792zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM483 861l163 163h-646v128h646l-163 163l90 90l317 -317l-317 -317z\"\r\n },\r\n {\r\n Name: \"IncreaseIndentMirrored\",\r\n Code: \"E39A\",\r\n Path: \"M1920 1920v-128h-1792v128h1792zM128 256v128h1792v-128h-1792zM896 1408v-128h-768v128h768zM896 896v-128h-768v128h768zM1402 1152h646v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90z\"\r\n },\r\n {\r\n Name: \"DecreaseIndent\",\r\n Code: \"E39B\",\r\n Path: \"M128 1920h1792v-128h-1792v128zM128 256v128h1792v-128h-1792zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM317 1405l90 -90l-163 -163h646v-128h-646l163 -163l-90 -90l-317 317z\"\r\n },\r\n {\r\n Name: \"DecreaseIndentMirrored\",\r\n Code: \"E39C\",\r\n Path: \"M1920 1920v-128h-1792v128h1792zM128 256v128h1792v-128h-1792zM896 1408v-128h-768v128h768zM896 896v-128h-768v128h768zM1731 771l-90 90l163 163h-646v128h646l-163 163l90 90l317 -317z\"\r\n },\r\n {\r\n Name: \"IncreaseIndentHanging\",\r\n Code: \"E39D\",\r\n Path: \"M128 1920h1792v-128h-1792v128zM1152 256v128h768v-128h-768zM1152 1280v128h768v-128h-768zM1152 768v128h768v-128h-768zM483 1315l90 90l317 -317l-317 -317l-90 90l163 163h-646v128h646z\"\r\n },\r\n {\r\n Name: \"IncreaseIndentHangingMirrored\",\r\n Code: \"E39E\",\r\n Path: \"M1920 1920v-128h-1792v128h1792zM128 256v128h768v-128h-768zM128 1280v128h768v-128h-768zM128 768v128h768v-128h-768zM2048 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z\"\r\n },\r\n {\r\n Name: \"ArchiveUndo\",\r\n Code: \"E3A1\",\r\n Path: \"M1728 896q67 0 125.5 -25.5t102 -69t68 -102.5t24.5 -126q0 -91 -34 -171.5t-97 -145.5q-26 -26 -53 -50l-54 -48q-45 -40 -88 -79.5t-88 -78.5l-98 91q46 39 91 78t90 79q28 24 55.5 48.5t53.5 50.5q47 48 70.5 104.5t23.5 124.5q0 41 -15.5 76t-41.5 61t-62 40.5t-76 14.5q-66 0 -116.5 -21.5t-92 -57.5t-76.5 -82t-69 -95h293v-128h-512v512h128v-286q46 61 91 113t96.5 90.5t114.5 60.5t146 22zM0 1920h2048v-640h-128v-256h-128v256h-1536v-1024h1152v-128h-1280v1152h-128v640zM1920 1408v384h-1792v-384h1792zM1024 896h-384v128h384v-128z\"\r\n },\r\n {\r\n Name: \"LeaveUser\",\r\n Code: \"E3A8\",\r\n Path: \"M2048 512v-128h-646l211 -211l-90 -90l-365 365l365 365l90 -90l-211 -211h646zM1292 945l-88 -93q-89 84 -201.5 128t-234.5 44q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -137 -63.5 -248.5t-176.5 -185.5q70 -26 133.5 -66t118.5 -91zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z\"\r\n },\r\n {\r\n Name: \"EdgeLogo16\",\r\n Code: \"E3AA\",\r\n Path: \"M1865 529q11 0 21 -10t10 -21t-6.5 -21.5t-12.5 -18.5q-36 -54 -78 -102.5t-90 -91.5q-40 -36 -92.5 -71t-111 -63.5t-118.5 -46t-115 -17.5q-124 0 -223.5 44t-169 121.5t-107 181.5t-37.5 224q0 61 16.5 119.5t43.5 112.5q35 -102 106 -182.5t163 -136.5t197.5 -85.5t208.5 -29.5q95 0 185.5 19.5t175.5 61.5l17 8.5t17 4.5zM543 637q0 -92 17.5 -179.5t53.5 -167t91 -149t130 -124.5q-121 21 -229.5 70t-201 120.5t-167.5 162.5t-127.5 196t-81 221t-28.5 238q0 67 30.5 123t79 99.5t108 74t117.5 47.5q100 30 209 30q53 0 107.5 -8t107 -23.5t101.5 -40t91 -57.5l-14 -6q-28 -11 -52 -23t-49 -29q-65 -45 -118.5 -111t-92.5 -143t-60.5 -160t-21.5 -161zM1020 2048q145 0 284.5 -33t262 -98.5t223.5 -164.5t169 -231q42 -80 65.5 -166.5t23.5 -177.5q0 -76 -20 -145t-58.5 -127t-93.5 -103.5t-124 -75.5q-46 -20 -95 -31t-99 -11q-36 0 -82.5 2.5t-93.5 10.5t-90 24t-72 42q-10 8 -19 21.5t-9 27.5q0 13 13.5 30t30 42t30.5 59t14 81q0 96 -36.5 178t-97.5 148t-140 115t-164 78q-144 48 -298 48q-112 0 -221.5 -26.5t-208.5 -80.5q67 133 160.5 238t209 177.5t251 110.5t285.5 38z\"\r\n },\r\n {\r\n Name: \"EdgeLogo\",\r\n Code: \"E3AB\",\r\n Path: \"M1865 529q12 0 21.5 -10.5t9.5 -21.5q0 -10 -10.5 -27.5t-27 -39.5t-36.5 -45t-38 -43.5t-32 -35t-19 -19.5q-49 -46 -114 -89.5t-137.5 -77.5t-147.5 -54.5t-143 -20.5q-76 0 -144 24t-126 66.5t-104 99.5t-78.5 123t-50 137t-17.5 142q0 85 28 167.5t74 153.5q12 -81 47 -151t87 -128t118 -103.5t139.5 -76.5t151.5 -47.5t154 -16.5q95 0 185.5 19.5t175.5 61.5l17 8.5t17 4.5zM543 637q0 -93 23 -183.5t66.5 -172.5t106 -151.5t141.5 -119.5q-126 17 -239.5 63.5t-211.5 117t-177 162t-135 199t-86.5 227t-30.5 245.5q0 69 27 127t71.5 105t101.5 81.5t116 56.5q63 23 128.5 33.5t131.5 10.5q60 0 121.5 -9.5t119.5 -29t112 -49t99 -70.5q-30 0 -59 -6t-56 -20v2q-54 -24 -102.5 -63t-89.5 -88.5t-74 -107.5t-56 -119t-35.5 -122.5t-12.5 -118.5zM1020 2048q145 0 284.5 -33t262 -98.5t223.5 -164.5t169 -231q42 -80 65.5 -166.5t23.5 -177.5q0 -76 -20 -145t-58.5 -127t-93.5 -103.5t-124 -75.5q-46 -20 -95 -31t-99 -11q-36 0 -82.5 2.5t-93.5 10.5t-90 24t-72 42q-10 8 -19 21.5t-9 27.5q0 13 13.5 30t30 42t30.5 59t14 81q0 90 -34 167.5t-90.5 140t-130 109t-152.5 75.5q-72 26 -146.5 38t-150.5 12q-132 0 -261 -38.5t-235 -118.5q61 148 155 266.5t214.5 201t265 127t305.5 44.5z\"\r\n },\r\n {\r\n Name: \"FabricFolderUpload\",\r\n Code: \"E3AC\",\r\n Path: \"M2048 1536v-512h-128v512h-704q-47 0 -77 -6t-51 -16t-36 -22.5t-30 -26t-34 -26t-48 -22.5q-17 -6 -38 -7.5t-38 -1.5h-736v-896h1408v-128h-1408q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 68.5 -13.5t58.5 -36t49 -51t39 -58.5q13 -23 25.5 -40.5t28 -30.5t35.5 -19.5t48 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1017 1623q-15 16 -31.5 44.5t-35 56t-40 48t-46.5 20.5h-736v-256h736q27 0 46 9.5t36 23t33.5 28.5t37.5 26zM1408 731l320 319l320 -319l-91 -91l-165 165v-677h-128v677l-165 -165z\"\r\n },\r\n {\r\n Name: \"RedEye12\",\r\n Code: \"E3AD\",\r\n Path: \"M1024 1536q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203q-98 -110 -213.5 -203.5t-246 -162t-272.5 -107.5t-292 -39t-292 39t-272.5 107.5t-246.5 162t-213 203.5q97 109 213 203t246.5 162.5t272.5 107.5t292 39zM1024 658q76 0 142.5 29t116 78.5t78.5 116t29 142.5t-29 142.5t-78.5 116t-116 78.5t-142.5 29t-142.5 -29t-116 -78.5t-78.5 -116t-29 -142.5t29 -142.5t78.5 -116t116 -78.5t142.5 -29zM649 712q-55 66 -84 146t-29 166t29 166t84 146q-134 -53 -251.5 -132.5t-220.5 -179.5q103 -100 220.5 -179.5t251.5 -132.5zM1871 1024q-103 100 -220.5 179.5t-251.5 132.5q55 -66 84 -146t29 -166t-29 -166t-84 -146q134 53 251.5 132.5t220.5 179.5zM1024 1195q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66t-13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5t-66.5 13.5t-54.5 36.5t-36.5 54.5t-13.5 66.5t13.5 66t36.5 54.5t54.5 37t66.5 13.5z\"\r\n },\r\n {\r\n Name: \"MapPin12\",\r\n Code: \"E3AE\",\r\n Path: \"M1536 1024l341 -1024h-1877l341 1024h512v374q-57 14 -104 45.5t-80.5 75.5t-52.5 97.5t-19 111.5q0 71 27 133t73.5 108.5t108.5 73t133 26.5q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5q0 -58 -19 -111.5t-52.5 -97.5t-80.5 -75.5t-104 -45.5v-374h512zM768 1728q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54 36.5t36.5 54.5t13.5 66.5t-13.5 66t-36.5 54.5t-54 37t-66 13.5t-66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66zM464 853l-227 -682h1403l-227 682h-389v-256q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5v256h-389z\"\r\n },\r\n {\r\n Name: \"Insights\",\r\n Code: \"E3AF\",\r\n Path: \"M960 1664q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -63 -8 -118t-25.5 -105.5t-44 -99t-63.5 -99.5q-29 -40 -51 -72t-36 -64.5t-21 -70t-7 -88.5v-179q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v180q0 51 -7 88t-21.5 69.5t-36 64.5t-50.5 72q-37 51 -63.5 99.5t-44 99t-25.5 105.5t-8 118q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM1152 192v64h-384v-64q0 -26 19 -45t45 -19h256q26 0 45 19t19 45zM1408 1088q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35t-174.5 -35t-142.5 -96t-96 -142.5t-35 -174.5q0 -89 18.5 -153t47 -114.5t61 -94t61 -92t48 -108t20.5 -142.5h384q1 83 20.5 142.5t48 108t61 92t61 94t47 114.5t18.5 153zM960 1792q-26 0 -45 19t-19 45v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -26 -19 -45t-45 -19zM192 1120h-128q-26 0 -45 19t-19 45t19 45t45 19h128q26 0 45 -19t19 -45t-19 -45t-45 -19zM245 859q26 0 45 -19t19 -46q0 -20 -11.5 -35.5t-29.5 -23.5q-11 -5 -30.5 -13.5t-40.5 -17t-40.5 -15t-31.5 -6.5q-26 0 -45 19t-19 46q0 20 11.5 35.5t29.5 23.5q11 4 30.5 13t40.5 17.5t40.5 15t31.5 6.5zM397 1504q0 -26 -19 -45t-45 -19q-18 0 -33 9l-109 67q-14 9 -22.5 23.5t-8.5 31.5q0 26 19 45t45 19q16 0 33 -10l110 -66q14 -8 22 -23t8 -32zM480 1872q0 26 19 45t45 19q17 0 32.5 -9t23.5 -24l62 -112q8 -14 8 -30q0 -27 -19 -46t-45 -19q-17 0 -32.5 9t-23.5 24l-62 112q-8 14 -8 31zM1856 1248q26 0 45 -19t19 -45t-19 -45t-45 -19h-128q-26 0 -45 19t-19 45t19 45t45 19h128zM1858 747q0 -26 -19 -45t-45 -19q-11 0 -30.5 6.5t-40.5 15.5t-40.5 17.5t-30.5 13.5q-18 8 -29.5 24t-11.5 36q0 27 19.5 45.5t45.5 18.5q12 0 31 -7t40 -16t40.5 -18t30.5 -13q18 -8 29 -23.5t11 -35.5zM1587 1440q-26 0 -45 19t-19 45q0 17 8 32t22 23l110 66q17 10 33 10q26 0 45 -19t19 -45q0 -17 -8.5 -31.5t-22.5 -23.5l-109 -67q-15 -9 -33 -9zM1250 1761q0 16 8 30l62 112q8 15 23.5 24t32.5 9q26 0 45 -19t19 -45q0 -17 -8 -31l-62 -112q-8 -15 -23.5 -24t-32.5 -9q-26 0 -45 19t-19 46z\"\r\n },\r\n {\r\n Name: \"TaskList\",\r\n Code: \"E3B6\",\r\n Path: \"M768 1792h1280v-128h-1280v128zM768 1024v128h1280v-128h-1280zM768 384v128h1280v-128h-1280zM256 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM256 880q30 0 56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56t11.5 -56t31 -45.5t45.5 -31t56 -11.5zM256 640q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM256 240q30 0 56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56t11.5 -56t31 -45.5t45.5 -31t56 -11.5zM192 1690l275 275l90 -90l-365 -365l-173 173l90 90z\"\r\n },\r\n {\r\n Name: \"MachineLearning\",\r\n Code: \"E3B8\",\r\n Path: \"M1968 953q38 -36 59 -84t21 -101t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-21 0 -42 3l-471 -235q1 -6 1 -12v-12q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-52 0 -98.5 20t-82 54.5t-56 80.5t-20.5 98q0 7 0.5 13.5t1.5 13.5l-471 235q-21 -3 -42 -3q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 71 36.5 131.5t98.5 93.5l175 642q-54 69 -54 157q0 53 20 99.5t55 81.5t81.5 55t99.5 20q69 0 128 -34t94 -94h580q35 60 94 94t128 34q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -81.5t-39 -72.5zM1536 768q0 55 22 105t64 86l-449 337l-663 -497l2 -31h1024zM512 1536q-47 0 -92 17l-144 -530q55 -5 103.5 -31t81.5 -70l606 454l-350 262q-37 -48 -90.5 -75t-114.5 -27zM1753 1021q8 2 18 2.5t19 0.5h10t10 -1l-177 532q-49 -19 -97 -19q-20 0 -39 3l-217 -163zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1280 1792h-512l-2 -31l407 -305l193 145q-42 36 -64 86t-22 105zM512 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM128 768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 512q63 0 119.5 -29.5t91.5 -81.5l375 187q-11 12 -21.5 25t-18.5 27h-1092q-8 -14 -18.5 -27t-21.5 -25l375 -187q35 52 91.5 81.5t119.5 29.5zM1792 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 33 -16 62t-44 46l-1 -1l-1 1l1 1q-32 19 -67 19q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"HealthRefresh\",\r\n Code: \"E3BD\",\r\n Path: \"M129 1377q0 -47 11 -97h-131q-5 24 -6.5 48t-1.5 48q0 113 42.5 212t116 173t172.5 116.5t212 42.5q108 0 208.5 -41t176.5 -118l95 -96l95 96q76 77 176.5 118t208.5 41q112 0 211 -42.5t172.5 -115.5t116 -172t42.5 -211q0 -98 -34 -189t-97 -166h-470l-101 102l-101 -102h-182l283 282l155 -154h355q32 51 49 108t17 117q0 87 -32.5 162t-89 130.5t-132 87t-162.5 31.5q-82 0 -158.5 -30t-135.5 -88l-186 -186l-186 186q-60 60 -134.5 91t-159.5 31q-86 0 -162 -32.5t-132 -89t-88.5 -132t-32.5 -161.5zM308 1024l701 -701q8 -41 21.5 -80t33.5 -76l-40 -40l-865 864q-35 35 -62 75.5t-47 85.5h243l283 282l448 -447v-182l-448 449l-229 -230h-39zM1749 869h2h-2zM2048 447q0 -93 -35 -174t-95.5 -141.5t-142 -95.5t-173.5 -35q-93 0 -174 35t-142 95.5t-96 142t-35 173.5q0 91 35 174.5t100 146.5h-137v128h384v-384h-127v191q-60 -46 -94 -112.5t-34 -142.5q0 -66 25.5 -124.5t69 -102t102 -69t124.5 -25.5t124 25t101.5 68.5t68.5 102t25 124.5q0 51 -15.5 98t-43.5 87t-67.5 70t-87.5 47l43 120q67 -24 121.5 -66t93.5 -97.5t60.5 -121.5t21.5 -137z\"\r\n },\r\n {\r\n Name: \"FontSize2\",\r\n Code: \"E3C0\",\r\n Path: \"M585 1536h143l582 -1536h-158l-188 512h-621l-184 -512h-159zM387 639h529l-233 628q-20 53 -28 108h-5q-11 -56 -30 -108zM1604 1765l-230 -230l-90 91l320 320l320 -320l-91 -91zM1600 1178l230 230l90 -90l-320 -320l-320 320l90 90z\"\r\n },\r\n {\r\n Name: \"SharedDatabase\",\r\n Code: \"E3D9\",\r\n Path: \"M960 1280q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963q0 -20 13 -35.5t27 -27.5q30 -26 71 -45t88.5 -33.5t98.5 -24t101 -15.5t96.5 -8.5t85.5 -2.5q60 0 116 5.5t116 15.5q-6 -10 -16 -28.5t-19 -39t-16 -40t-7 -30.5q-42 -8 -88.5 -9.5t-89.5 -1.5q-33 0 -81 2.5t-104 9.5t-116.5 18.5t-118 29t-109.5 41.5t-91 55.5t-62 72.5t-23 91v1152q0 68 38.5 118t100.5 85.5t139.5 58.5t156 35.5t149.5 17.5t120 5t120 -4.5t149 -17.5t156 -35.5t140 -58t100.5 -86t38.5 -118.5v-672q-33 0 -65 -6t-63 -16v505q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5zM384 1600q0 -11 3.5 -19.5t9.5 -16.5q24 -32 65 -55.5t91 -41t106 -29t110.5 -18t103.5 -9.5t87 -3t87 3t103.5 10t110 18.5t105 28.5t90.5 41t66 55q14 17 14 36q0 11 -4 19.5t-10 16.5q-25 31 -65.5 55t-90.5 41t-105.5 28.5t-109.5 18.5t-103.5 10t-87.5 3q-37 0 -86.5 -3t-104 -10t-110.5 -18.5t-106 -28.5t-91 -41t-65 -55q-6 -8 -9.5 -16.5t-3.5 -19.5zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 100t-54.5 81.5t-81.5 54.5t-100 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-35 35 -53.5 81t-18.5 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -18.5 -96t-53.5 -81zM1664 384q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"WebEnvironment\",\r\n Code: \"E3DB\",\r\n Path: \"M1920 768l128 -640h-2048l128 640h232q-51 88 -77.5 185t-26.5 199q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5t204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204q0 -102 -26.5 -199t-77.5 -185h232zM1664 1152q0 32 -3.5 64t-9.5 64h-249q6 -65 6 -128q0 -64 -6 -128h249q6 32 9.5 64t3.5 64zM774 1024h500q6 64 6 128q0 63 -6 128h-500q-6 -65 -6 -128q0 -64 6 -128zM1256 896h-464q4 -23 14 -60.5t25.5 -80.5t35 -86t44 -78t53 -57t60.5 -22t60.5 22t53 57t44 78t35 86t25 80.5t14.5 60.5zM779 561q-46 76 -74 162t-43 173h-224q24 -53 60 -103.5t80.5 -94.5t95.5 -79.5t105 -57.5zM1386 896q-16 -86 -43.5 -172.5t-72.5 -162.5q54 24 104.5 59t95 78.5t80.5 93.5t60 104h-224zM1610 1408q-51 113 -138.5 200t-202.5 135q46 -76 73.5 -162t43.5 -173h224zM1024 1792q-32 0 -60.5 -22t-53 -57t-44 -78t-35 -86t-25.5 -80.5t-14 -60.5h464q-5 23 -14.5 60.5t-25 80.5t-35 86t-44 78t-53 57t-60.5 22zM779 1743q-115 -48 -202.5 -135t-138.5 -200h224q16 87 43.5 173t73.5 162zM397 1280q-6 -32 -9.5 -64t-3.5 -64t3.5 -64t9.5 -64h249q-6 64 -6 128q0 63 6 128h-249zM156 256h1736l-77 384h-220q-54 -61 -119.5 -108.5t-138.5 -80.5t-152 -50t-161 -17t-161 17t-152 50t-138.5 80.5t-119.5 108.5h-220z\"\r\n },\r\n {\r\n Name: \"FormatPainter\",\r\n Code: \"E3DC\",\r\n Path: \"M2037 1792q0 -48 -18 -93t-53 -80l-339 -339l120 -120q27 -27 41.5 -62.5t14.5 -73.5t-14.5 -73.5t-41.5 -62.5q-26 -26 -52.5 -54t-54.5 -51l-752 -616l-877 1024l103 23q83 19 147 37.5t116.5 40.5t96.5 49.5t87 64.5t88 84.5t99 110.5q33 38 68.5 74t71.5 72q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l120 -120l339 339q35 35 80 53t93 18q51 0 95.5 -19t78 -52.5t52.5 -78t19 -95.5zM244 1115l87 -102l987 -329l187 153l-670 669q-49 -57 -91.5 -102t-83.5 -82t-83.5 -66.5t-92 -54t-108 -45.5t-132.5 -41zM493 824l411 -479l297 243zM1909 1792q0 24 -9.5 45.5t-25 37t-37 25t-45.5 9.5q-48 0 -82 -34l-430 -430l-211 211q-19 19 -45 19q-16 0 -30 -8t-27 -20t-24 -25t-21 -22l678 -678q9 10 22 21t25 24t20 27t8 30q0 26 -19 45l-211 211l430 430q34 34 34 82z\"\r\n },\r\n {\r\n Name: \"IndentFirstLine\",\r\n Code: \"E3DD\",\r\n Path: \"M1152 1920h768v-128h-768v128zM768 256v128h1152v-128h-1152zM768 1280v128h1152v-128h-1152zM768 768v128h1152v-128h-1152zM573 2045l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z\"\r\n },\r\n {\r\n Name: \"AddSpaceBefore\",\r\n Code: \"E3DE\",\r\n Path: \"M128 256v128h1792v-128h-1792zM128 896h1792v-128h-1792v128zM1277 1347l-317 -317l-317 317l90 90l163 -163v646h128v-646l163 163z\"\r\n },\r\n {\r\n Name: \"AddSpaceAfter\",\r\n Code: \"E3DF\",\r\n Path: \"M128 1280v128h1792v-128h-1792zM128 1920h1792v-128h-1792v128zM1024 506l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v646h128v-646z\"\r\n },\r\n {\r\n Name: \"TextAlignTop\",\r\n Code: \"E3E0\",\r\n Path: \"M128 2048h1792v-128h-1792v128zM384 1536h1280v-128h-1280v128zM128 896v128h1792v-128h-1792z\"\r\n },\r\n {\r\n Name: \"TextAlignMiddle\",\r\n Code: \"E3E1\",\r\n Path: \"M128 1664h1792v-128h-1792v128zM384 1152h1280v-128h-1280v128zM128 512v128h1792v-128h-1792z\"\r\n },\r\n {\r\n Name: \"TextAlignBottom\",\r\n Code: \"E3E2\",\r\n Path: \"M128 1152h1792v-128h-1792v128zM384 640h1280v-128h-1280v128zM128 0v128h1792v-128h-1792z\"\r\n },\r\n {\r\n Name: \"TextParagraphOption\",\r\n Code: \"E3E3\",\r\n Path: \"M308 1408l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM448 1783l-92 -247h184zM512 378l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v774h128v-774zM1024 1920h896v-128h-896v128zM1024 1280v128h896v-128h-896zM1024 768v128h896v-128h-896zM1024 256v128h896v-128h-896z\"\r\n },\r\n {\r\n Name: \"TextRotation\",\r\n Code: \"E3E4\",\r\n Path: \"M1332 1408l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM1472 1783l-92 -247h184zM1699 541l90 -90l-317 -317l-317 317l90 90l163 -163v774h128v-774zM640 378l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v1542h128v-1542z\"\r\n },\r\n {\r\n Name: \"TextRotateHorizontal\",\r\n Code: \"E3E5\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM436 1152l-48 -128h-103l240 640h102l240 -640h-103l-48 128h-280zM576 1527l-92 -247h184zM1379 605l163 163h-1286v128h1286l-163 163l90 90l317 -317l-317 -317z\"\r\n },\r\n {\r\n Name: \"TextRotate90Degrees\",\r\n Code: \"E3E6\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM896 1293l-640 -240v103l128 48v280l-128 48v103l640 -240v-102zM512 1252l247 92l-247 92v-184zM1789 835l-317 -317l-317 317l90 90l163 -163v902h128v-902l163 163z\"\r\n },\r\n {\r\n Name: \"TextRotate270Degrees\",\r\n Code: \"E3E7\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM1920 384v1408h-1792v-1408h1792zM896 541l-640 240v102l640 240v-103l-128 -48v-280l128 -48v-103zM640 924l-247 -92l247 -92v184zM1408 1420l-163 -163l-90 90l317 317l317 -317l-90 -90l-163 163v-902h-128v902z\"\r\n },\r\n {\r\n Name: \"AutoFitContents\",\r\n Code: \"E3E8\",\r\n Path: \"M0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM1280 256v384h-512v-384h512zM1920 256v384h-512v-384h512zM128 1024v-256h1792v256h-1792zM128 640v-384h512v384h-512zM128 1536v-256h-128v640h128v-256h384v-128h-384zM1920 1920h128v-640h-128v256h-512v128h512v256zM896 1755l-91 -91l-165 165l91 91zM1280 1829l-165 -165l-91 91l165 165zM1280 1371l-91 -91l-165 165l91 91zM896 1445l-177 -165l-79 91l165 165z\"\r\n },\r\n {\r\n Name: \"AutoFitWindow\",\r\n Code: \"E3E9\",\r\n Path: \"M0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM1280 256v384h-512v-384h512zM1920 256v384h-512v-384h512zM128 1024v-256h1792v256h-1792zM128 640v-384h512v384h-512zM128 1536v-256h-128v640h128v-256h256v-128h-256zM1920 1920h128v-640h-128v256h-384v128h384v256zM797 1280h-128l451 768h128zM704 1664q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM704 1952q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM1024 1472q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75zM1312 1472q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68z\"\r\n },\r\n {\r\n Name: \"FixedColumnWidth\",\r\n Code: \"E3EA\",\r\n Path: \"M1920 2048h128v-768h-2048v768h128v-640h256v256h128v-256h256v512h128v-512h256v256h128v-256h256v512h128v-512h256v640zM0 0v1152h2048v-1152h-128v128h-512v-128h-128v128h-512v-128h-128v128h-512v-128h-128zM768 256h512v384h-512v-384zM1408 256h512v384h-512v-384zM128 1024v-256h1792v256h-1792zM640 640h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"RepeatHeaderRows\",\r\n Code: \"E3EB\",\r\n Path: \"M640 1664h1408v-1664h-1408v1664zM1920 128v1408h-1152v-1408h1152zM128 1920v-1408h384v-128h-512v1664h1408v-256h-128v128h-1152zM256 1792h256v-384h-128v-640h128v-128h-256v1152zM1792 256h-896v1152h896v-1152zM1280 1024h-256v-256h256v256zM1024 384h256v256h-256v-256zM1664 384v256h-256v-256h256zM1664 768v256h-256v-256h256z\"\r\n },\r\n {\r\n Name: \"TableHeaderRow\",\r\n Code: \"E3EC\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM768 896h512v384h-512v-384zM1280 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM1408 1280v-384h512v384h-512zM128 768v-384h512v384h-512zM1408 384h512v384h-512v-384z\"\r\n },\r\n {\r\n Name: \"TableTotalRow\",\r\n Code: \"E3ED\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM1920 1408v384h-512v-384h512zM1280 1280h-512v-384h512v384zM768 1408h512v384h-512v-384zM640 896v384h-512v-384h512zM1408 896h512v384h-512v-384zM640 1792h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"TableBrandedRow\",\r\n Code: \"E3EE\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM768 896h512v384h-512v-384zM640 1280h-512v-384h512v384zM1408 896h512v384h-512v-384z\"\r\n },\r\n {\r\n Name: \"TableFirstColumn\",\r\n Code: \"E3EF\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM1920 1408v384h-512v-384h512zM768 1792v-384h512v384h-512zM768 768v-384h512v384h-512zM768 896h512v384h-512v-384zM1408 1280v-384h512v384h-512zM1408 384h512v384h-512v-384z\"\r\n },\r\n {\r\n Name: \"TableLastColumn\",\r\n Code: \"E3F0\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM768 1280v-384h512v384h-512zM640 896v384h-512v-384h512zM1280 1408v384h-512v-384h512zM1280 768h-512v-384h512v384zM640 1792h-512v-384h512v384zM128 768v-384h512v384h-512z\"\r\n },\r\n {\r\n Name: \"TableBrandedColumn\",\r\n Code: \"E3F1\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664zM768 1280v-384h512v384h-512zM1280 1408v384h-512v-384h512zM768 768v-384h512v384h-512z\"\r\n },\r\n {\r\n Name: \"AutomateFlow\",\r\n Code: \"E3F5\",\r\n Path: \"M821 1280h568l-1076 -1024h-257l304 640h-360l535 1024h612zM262 384l807 768h-456l325 640h-325l-402 -768h351l-304 -640h4zM2048 1408h-256v-640h256v-640h-640v640h256v256h-384l128 128h256v256h-256v640h640v-640zM1920 640h-384v-384h384v384zM1536 1536h384v384h-384v-384z\"\r\n },\r\n {\r\n Name: \"TagGroup\",\r\n Code: \"E3F6\",\r\n Path: \"M1600 1216q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1792 1792h256v-859l-896 -896q-278 279 -556.5 558t-558.5 557l896 896h859v-256zM987 1920l-768 -768l165 -165l805 805h475v128h-677zM1920 987v677h-677l-768 -768l677 -677z\"\r\n },\r\n {\r\n Name: \"PhotoError\",\r\n Code: \"E3F7\",\r\n Path: \"M1408 448v320h128v-320h-128zM1408 256v128h128v-128h-128zM0 1920h2048v-1434l-128 256v1050h-1792v-677l448 447l572 -572l-60 -120l-512 512l-448 -449v-421h781l-64 -128h-845v1536zM1600 1536q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM896 128l576 1152l576 -1152h-1152zM1077 240h790l-395 790z\"\r\n },\r\n {\r\n Name: \"HexaditeInvestigation\",\r\n Code: \"E3F8\",\r\n Path: \"M1407 1244q-35 -19 -67 -41t-60 -50v16l-256 146l-256 -146v-290l256 -146l98 56q0 -5 -1 -10.5t-1 -10.5q0 -30 4.5 -60t11.5 -59l-112 -64l-384 220v438l384 220zM256 1462v-876l579 -330q-25 -26 -45.5 -47.5t-34.5 -54.5l-627 358v1024l896 512l896 -512v-291q-61 34 -128 50v167l-768 439zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"HexaditeInvestigationCancel\",\r\n Code: \"E3F9\",\r\n Path: \"M768 879l197 -113q9 -7 28 -25.5t40 -39.5t40 -41t29 -30l-78 -45l-384 220v438l384 220l384 -220v-286l-128 128v84l-256 146l-256 -146v-290zM256 1462v-876l742 -424l-94 -93l-776 443v1024l896 512l896 -512v-451l-128 -128v505l-768 439zM2029 787l-339 -339l339 -339l-90 -90l-339 339l-339 -339l-90 90l339 339l-339 339l90 90l339 -339l339 339z\"\r\n },\r\n {\r\n Name: \"HexaditeInvestigationSemiAuto\",\r\n Code: \"E3FA\",\r\n Path: \"M256 1462v-876l645 -368q-11 -32 -18.5 -64.5t-12.5 -65.5l-742 424v1024l896 512l896 -512v-384q-28 28 -60.5 50.5t-67.5 42.5v217l-768 439zM1024 1315l-256 -146v-290l225 -129q2 -42 10.5 -83t22.5 -81l-2 -1l-384 220v438l384 220l325 -186q-35 -14 -68.5 -31t-64.5 -40zM1763 459q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -92 -41 -173.5t-115 -135.5zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z\"\r\n },\r\n {\r\n Name: \"DriverOff\",\r\n Code: \"E3FB\",\r\n Path: \"M1152 1824q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-160h-384v-384h-224q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h224v-384h358l-4 -32t-2 -32q0 -32 4 -63t11 -62q1 -4 4 -13t6 -19t5 -18t2 -10v-195q-59 34 -93.5 92.5t-34.5 127.5v96h-384v384h-96q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h96v384h384v32q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-32h384v-512h-160q-46 0 -80.5 -30t-42.5 -75q-34 -5 -67 -13.5t-65 -21.5q0 3 -0.5 6t-0.5 6q0 53 20 99.5t55 81.5t81.5 55t99.5 20h32v256h-384v160q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"FileOff\",\r\n Code: \"E3FC\",\r\n Path: \"M1085 128q45 -71 107 -128h-1064v2048h1115l549 -549v-477q-31 11 -63.5 17.5t-64.5 10.5v358h-512v512h-896v-1792h829zM1280 1829v-293h293zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"ServiceOff\",\r\n Code: \"E3FD\",\r\n Path: \"M1044 1338l-855 -856q-29 -29 -45 -67t-16 -80t16.5 -80t44.5 -66t66 -44.5t80 -16.5q41 0 79.5 16t67.5 45l542 541v-181l-451 -451q-48 -48 -109.5 -73t-128.5 -25q-69 0 -129.5 26.5t-106.5 72.5t-72.5 106.5t-26.5 129.5t25 129.5t73 108.5l806 806q-4 23 -6 46.5t-2 46.5q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5q54 0 99.5 -8.5t87.5 -24t83 -37.5t86 -48l-394 -394l102 -102l394 394q24 -42 45.5 -84.5t38 -86.5t26.5 -90.5t10 -95.5q0 -66 -16.5 -131t-46.5 -124.5t-72.5 -111t-94.5 -91.5q-46 18 -94 28t-98 12q65 24 119 66t92.5 96.5t59.5 119t21 134.5q0 75 -24 144l-360 -359l-282 282l359 360q-68 24 -141 24q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -34 6 -67.5t14 -66.5zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"URLBlock\",\r\n Code: \"E3FE\",\r\n Path: \"M1351 1001q-75 -34 -139 -87t-112 -121q-52 -18 -101 -21.5t-103 -3.5v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -57 -15 -111t-42 -104zM1879 985q-21 38 -51 69t-66 52.5t-77 33.5t-85 12h-64v128h64q88 0 167 -32.5t139 -89.5t97 -134t42 -165q-71 77 -166 126zM768 832q0 -53 17 -102t48 -89.5t73.5 -70t93.5 -44.5q-3 -20 -5.5 -39t-2.5 -39q0 -14 2 -27.5t4 -27.5q-78 16 -143.5 57t-113.5 99.5t-74.5 130.5t-26.5 152q0 93 35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 384v128h384v-128h-384z\"\r\n },\r\n {\r\n Name: \"BugSync\",\r\n Code: \"E3FF\",\r\n Path: \"M1024 1408q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5v-128q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135q74 -2 137.5 -35.5t108.5 -91.5h-336q-22 83 -69.5 153.5t-113 121.5t-145.5 80t-166 29zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"BugBlock\",\r\n Code: \"E400\",\r\n Path: \"M1024 128q14 0 29 2t29 4q19 -32 40.5 -60.5t47.5 -54.5q-36 -8 -72.5 -13.5t-73.5 -5.5q-105 0 -201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135q42 -1 82 -13t75 -34t64 -52t50 -67q-65 34 -135.5 52.5t-143.5 18.5q-23 0 -44.5 -3t-43.5 -6q-25 79 -73 145t-112.5 114t-142 75t-160.5 27q-105 0 -198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"DeviceRun\",\r\n Code: \"E401\",\r\n Path: \"M128 1664v-896h1024v-128h-128v-128h128v-128h-512v128h256v128h-896v1152h1920v-1093l-128 76v889h-1664zM1280 896l747 -448l-747 -448v896zM1408 670v-444l370 222z\"\r\n },\r\n {\r\n Name: \"DeviceOff\",\r\n Code: \"E402\",\r\n Path: \"M128 1664v-896h957q-19 -30 -33.5 -62t-25.5 -66h-2v-7q-2 -12 -6.5 -24.5t-7.5 -23.5q-8 -34 -13 -68t-5 -69q0 -16 2 -32l4 -32h-358v128h256v128h-896v1152h1920v-829q-30 19 -62 33.5t-66 25.5v642h-1664zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"ProcessingCancel\",\r\n Code: \"E403\",\r\n Path: \"M1546 1034q-46 0 -86 10l-51 -124l-118 49l51 124q-74 47 -121 121l-124 -51l-49 118l124 51q-10 40 -10 86t10 86l-124 51l49 118l124 -51q47 74 121 121l-51 123l118 49l51 -123q40 10 86 10t86 -10l51 123l118 -49l-51 -123q74 -47 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-47 -74 -121 -121l51 -124l-118 -49l-51 124q-40 -10 -86 -10zM1546 1674q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM1108 1000l49 -119l-137 -56q14 -56 14 -111t-14 -111l137 -57l-49 -118l-137 57q-30 -51 -68 -88t-88 -69l57 -137l-119 -48l-56 137q-56 -14 -111 -14t-111 14l-57 -137l-118 48l57 137q-51 32 -88 69t-69 88l-137 -57l-48 118l137 57q-14 56 -14 111t14 111l-137 56l48 119l137 -57q32 50 69 88t88 68l-57 137l118 49l57 -137q56 14 111 14t111 -14l56 137l119 -49l-57 -137q97 -59 156 -156zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM2045 547l-226 -227l226 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"ProcessingRun\",\r\n Code: \"E404\",\r\n Path: \"M1930 1418q0 -22 -2.5 -43.5t-7.5 -42.5l123 -51l-49 -118l-124 51q-46 -74 -120 -120l51 -125l-118 -49l-52 124q-21 -5 -42 -7.5t-43 -2.5t-43.5 2.5t-42.5 7.5l-23 -56l-111 67l16 39q-74 46 -120 120l-125 -51l-49 118l124 51q-5 21 -7.5 42.5t-2.5 43.5t2.5 43t7.5 42l-124 52l49 118l125 -52q23 37 53 67.5t67 53.5l-51 124l118 49l51 -123q21 5 42.5 7.5t43.5 2.5t43 -2.5t42 -7.5l52 123l118 -49l-51 -124q74 -46 120 -120l124 51l49 -118l-123 -52q5 -21 7.5 -42t2.5 -43zM1546 1162q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM969 942l139 58l44 -106v-15l-133 -55q7 -27 11 -54.5t4 -55.5t-4 -55.5t-11 -54.5l133 -55v-15l-44 -106l-139 58q-29 -48 -68 -87.5t-87 -68.5l58 -139l-119 -49l-57 139q-27 -7 -54.5 -11t-55.5 -4t-55.5 4t-54.5 11l-58 -139l-118 49l58 140q-97 58 -155 155l-140 -58l-48 118l138 58q-7 27 -11 54.5t-4 55.5t4 55.5t11 54.5l-138 57l48 119l140 -58q58 97 155 155l-58 139l118 49l58 -138q27 7 54.5 11t55.5 4t55.5 -4t54.5 -11l57 138l119 -49l-58 -139q97 -58 155 -155zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1280 0v896l747 -448zM1408 670v-444l370 222z\"\r\n },\r\n {\r\n Name: \"ProcessingPause\",\r\n Code: \"E405\",\r\n Path: \"M1930 1418q0 -46 -10 -86l123 -51l-48 -118l-124 51q-47 -74 -121 -121l51 -124l-118 -49l-51 124q-40 -10 -86 -10t-86 10l-51 -124l-118 49l51 124q-74 47 -121 121l-124 -51l-49 118l124 51q-10 40 -10 86t10 86l-124 51l49 118l124 -51q47 74 121 121l-51 123l118 49l51 -123q40 10 86 10t86 -10l51 123l118 -49l-51 -123q74 -47 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86zM1546 1162q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1108 1000l49 -119l-137 -56q14 -56 14 -111t-14 -111l137 -57l-49 -118l-137 57q-30 -51 -68 -88t-88 -69l57 -137l-119 -48l-56 137q-56 -14 -111 -14t-111 14l-57 -137l-118 48l57 137q-51 32 -88 69t-69 88l-137 -57l-48 118l137 57q-14 56 -14 111t14 111l-137 56l48 119l137 -57q32 50 69 88t88 68l-57 137l118 49l57 -137q56 14 111 14t111 -14l56 137l119 -49l-57 -137q97 -59 156 -156zM586 394q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1792 0v768h128v-768h-128zM1408 0v768h128v-768h-128z\"\r\n },\r\n {\r\n Name: \"CalculatorDelta\",\r\n Code: \"E406\",\r\n Path: \"M896 1280v-128h-127v128h127zM1152 1792v-384h-896v384h896zM1024 1536v128h-640v-128h640zM640 768v-128h-127v128h127zM896 1024v-128h-127v128h127zM1025 384v128h76l-64 -128h-12zM513 384v128h127v-128h-127zM896 768v-128h-127v128h127zM769 384v128h127v-128h-127zM256 384v128h128v-128h-128zM1152 1280v-128h-127v128h127zM1152 768v-128h-127v128h127zM1152 1024v-128h-127v128h127zM640 1024v-128h-127v128h127zM128 1920v-1664h845l-64 -128h-909v1920h1408v-922l-128 -256v1050h-1152zM640 1280v-128h-127v128h127zM384 1280v-128h-128v128h128zM384 768v-128h-128v128h128zM384 1024v-128h-128v128h128zM1536 1024l512 -1024h-1024zM1536 738l-305 -610h610z\"\r\n },\r\n {\r\n Name: \"InputAddress\",\r\n Code: \"E41E\",\r\n Path: \"M128 1280v-512h1152v-128h-1280v768h1033q15 -35 36.5 -67t47.5 -61h-989zM1911 1408h137v-768h-384v128h256v512h-93q26 29 47.5 61t36.5 67zM1536 1286v-1030l-64 -128l-64 128v1030q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41zM1664 1600q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"ViewInAR\",\r\n Code: \"E41F\",\r\n Path: \"M256 1465v-249h-128v391l350 176l57 -115l-200 -100l201 -100l-58 -115zM896 1849l-222 -112l-57 115l343 172l343 -172l-57 -115l-222 112v-313h-128v313zM1024 327l222 112l58 -115l-344 -172l-343 172l57 115l222 -112v313h128v-313zM510 839l59 -114l-234 -117l200 -100l-57 -115l-350 176v391h128v-249zM960 1256l286 143l58 -115l-280 -140v-312h-128v312l-279 140l57 115zM1442 1783l350 -176v-391h-128v249l-222 -112l-57 115l200 100l-200 100zM1664 711v249h128v-391l-350 -176l-57 115l200 100l-234 117l59 114z\"\r\n },\r\n {\r\n Name: \"ImageInAR\",\r\n Code: \"E420\",\r\n Path: \"M1472 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM0 384v1408h1792v-645l-128 64v453h-1536v-421l192 191l512 -512l256 256l128 -128l-120 -60l-8 8l-166 -166l102 -102v-181l-704 705l-192 -193v-549h896v-128h-1024zM1428 978l172 86l172 -86l-57 -115l-115 57l-114 -57zM1869 929l179 -90v-199h-128v57l-51 -26l-57 115l29 14l-29 14zM1920 327v185h128v-264l-179 -89l-57 115zM1664 199l51 26l57 -115l-172 -86l-172 86l58 115l50 -26v57h128v-57zM1280 512v-184l108 -54l-57 -115l-179 89v264h128zM1331 929l57 -115l-29 -14l29 -14l-57 -115l-51 26v-57h-128v200zM1600 679l115 57l57 -114l-108 -54v-184h-128v184l-108 54l57 114z\"\r\n },\r\n {\r\n Name: \"CubeShapeSolid\",\r\n Code: \"E421\",\r\n Path: \"M960 1896l750 -376l-750 -375l-750 375zM128 441v942l768 -384v-942zM1024 999l768 384v-942l-768 -384v942z\"\r\n },\r\n {\r\n Name: \"ShapeSolid\",\r\n Code: \"E422\",\r\n Path: \"M896 1920h1152v-1152h-234l-517 896l-103 -177q-55 85 -131 152t-167 112v169zM1101 1325l-468 -810q-29 -3 -57 -3q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5q85 0 164.5 -24t148 -68t123 -106.5t89.5 -140.5zM595 128l702 1216l702 -1216h-1404z\"\r\n },\r\n {\r\n Name: \"Reset\",\r\n Code: \"E423\",\r\n Path: \"M1920 832q0 -115 -30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30t-221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221v64h128v-64q0 -97 25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25t187 25t168 71t142.5 110.5t110.5 142.5t71 168t25 187t-25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25h-838l291 -291l-90 -90l-445 445l445 445l90 -90l-291 -291h838q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221z\"\r\n },\r\n {\r\n Name: \"DeviceBug\",\r\n Code: \"E424\",\r\n Path: \"M1792 421v-74l237 -238l-90 -90l-174 173q-19 -44 -49 -79t-68.5 -60.5t-83 -39t-92.5 -13.5t-92.5 13.5t-83 39t-68.5 60.5t-49 79l-174 -173l-90 90l237 238v48q0 39 2 73.5t10.5 67.5t25.5 65t47 64q-21 48 -21 103q0 46 16 89t46 78l-107 108l90 90l124 -124q42 15 87 15t87 -15l124 124l90 -90l-107 -108q30 -35 46 -78t16 -89q0 -55 -21 -103q37 -41 58 -89l174 173l90 -90zM1600 768q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -13 3 -26q29 14 61 20t64 6t64 -6t61 -20q3 13 3 26zM1680 320v128q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5t-81 -16.5t-66 -44.5t-44.5 -66t-16.5 -81v-128q0 -43 16.5 -81t44.5 -66t66 -44.5t81 -16.5t81 16.5t66 44.5t44.5 66t16.5 81zM1024 384h-384v128h256v128h-896v1152h1920v-512h-128v384h-1664v-896h896v-384z\"\r\n },\r\n {\r\n Name: \"HomeDropdown\",\r\n Code: \"E427\",\r\n Path: \"M1152 512h896l-448 -448zM1152 640v128h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-293h-128v421l-640 640l-640 -640v-805h384v640h512v-256h-128z\"\r\n },\r\n {\r\n Name: \"ContentFeed\",\r\n Code: \"E428\",\r\n Path: \"M1024 128v128h256v-128h-256zM256 0v512h1536v-512h-128v384h-768v-384h-128v384h-384v-384h-128zM1024 896v128h512v-128h-512zM1536 1792v-128h-512v128h512zM256 640v640h1536v-640h-1536zM896 1152v-384h768v384h-768zM384 1152v-384h384v384h-384zM256 2048h1536v-640h-1536v640zM768 1536v384h-384v-384h384zM1664 1536v384h-768v-384h768z\"\r\n },\r\n {\r\n Name: \"CompareUneven\",\r\n Code: \"E42E\",\r\n Path: \"M1817 896h103v-128h-22q-20 -57 -56.5 -104t-84.5 -81t-104.5 -52.5t-116.5 -18.5t-117 18.5t-105 52t-84.5 81t-55.5 104.5h-22v128h103l187 560l-418 139v-1213q169 -11 317 -75t272 -179h179v-128h-1664v128h179q123 114 272.5 178.5t316.5 75.5v1256l-394 131l163 -489h103v-128h-22q-20 -57 -56.5 -104t-84.5 -81t-104.5 -52.5t-116.5 -18.5t-117 18.5t-105 52t-84.5 81t-55.5 104.5h-22v128h103l187 560l-262 87l41 121l827 -275v275h128v-318l867 -288l-41 -122l-197 66zM606 1152h-444q35 -60 94 -94t128 -34t128 34t94 94zM530 1280l-146 438l-146 -438h292zM960 256q-118 0 -231 -32.5t-213 -95.5h888q-99 63 -213 95.5t-231 32.5zM1536 1334l-146 -438h292zM1758 768h-444q35 -60 94 -94t128 -34t128 34t94 94z\"\r\n },\r\n {\r\n Name: \"VideoAdd\",\r\n Code: \"E430\",\r\n Path: \"M1536 1288l512 256v-1040l-527 264h-113v640h-1280v-768h1152v-128h-1280v1024h1536v-248zM1920 711v626l-384 -193v-240zM1536 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z\"\r\n },\r\n {\r\n Name: \"D365ProjectOperations\",\r\n Code: \"E432\",\r\n Path: \"M1913 1026q0 -43 -23 -80l-475 -744q-21 -32 -54.5 -50.5t-71.5 -18.5h-1009q-31 0 -58 11.5t-47.5 32t-32.5 47.5t-12 58v1489q0 31 12 58t32.5 47.5t47.5 32t58 11.5h1009q38 0 72 -18.5t54 -50.5l475 -744q23 -37 23 -81zM280 261h146q7 12 30 50.5t56.5 93.5t73 121.5t80 134.5t78.5 132.5t67.5 115t47.5 82.5t18 35t-18 35.5t-47.5 83t-68 115t-79 132.5t-80.5 134.5t-73 121.5t-56.5 93.5t-30.5 50.5h-144q-8 0 -15 -6t-7 -15v-1489q0 -9 6.5 -15t15.5 -6zM575 261h296q7 12 31 50.5t57.5 93.5t75 122t83 135t80.5 132.5t69.5 115t49 82.5t18.5 34t-18.5 34t-49 82.5t-70 115.5t-81.5 133t-83.5 135t-75.5 122.5t-57.5 94t-30.5 49.5h-296l411 -689q21 -35 21 -77q0 -20 -5 -39.5t-16 -36.5zM1786 1026q0 3 -19 34.5t-50.5 81.5t-72 114t-83.5 131t-85.5 133t-77.5 120t-59.5 92t-31.5 50q-7 10 -18 10h-270l421 -688q11 -18 17 -38t6 -40q0 -42 -22 -78l-420 -687h268q11 0 18 10q7 12 31.5 50t59.5 92t77.5 120t85.5 133t83.5 130.5t72 113.5t50.5 81.5t19 34.5z\"\r\n },\r\n {\r\n Name: \"FileSystem\",\r\n Code: \"E433\",\r\n Path: \"M1378 1664l64 -128h-836l64 128h708zM1634 1152l64 -128h-1348l64 128h1220zM1506 1408l64 -128h-1092l64 128h964zM1536 1920l512 -1024v-640h-2048v640l512 1024h1024zM591 1792l-448 -896h1762l-448 896h-866zM1920 384v384h-1792v-384h1792zM512 640v-128h-256v128h256z\"\r\n },\r\n {\r\n Name: \"SQLAnalyticsPool\",\r\n Code: \"E434\",\r\n Path: \"M1408 1274q16 1 31.5 1h31.5q37 0 94 -3.5t121 -14t129 -28t116.5 -45.5t84 -67.5t32.5 -92.5v-768q0 -54 -32.5 -93.5t-84 -68t-116 -47t-128.5 -29t-121 -14.5t-94 -4t-94 4t-121 14.5t-128.5 29t-116 47t-84 68.5t-32.5 93v768q0 41 20 73t52.5 57.5t74 44t84 31.5t82.5 21t71 12v273h-1024v-768h-128v768h-128v128l768 384l768 -384v-128h-128v-262zM286 1664h964l-482 241zM1920 256v603q-110 -51 -219 -71t-229 -20t-229 20t-219 71v-603q0 -11 10.5 -21t18.5 -15q38 -27 91.5 -45t111 -28.5t114.5 -14.5t102 -4t101.5 4t114.5 14.5t111.5 28.5t91.5 45q8 5 18.5 15t10.5 21zM1472 896q45 0 101.5 4t114.5 14.5t111.5 28.5t91.5 45q7 5 18 15t11 21t-11 21t-18 15q-38 27 -91.5 44.5t-111.5 28t-114.5 15t-101.5 4.5t-102 -4.5t-114.5 -15t-111 -28t-91.5 -44.5q-7 -5 -18 -15t-11 -21t11 -21t18 -15q38 -27 91.5 -45t111 -28.5t114.5 -14.5t102 -4zM384 768v128h128v-128h-128zM640 768v128h128v-128h-128zM384 1024v128h128v-128h-128zM384 1280v128h128v-128h-128zM640 1024v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"StorageAcount\",\r\n Code: \"E435\",\r\n Path: \"M0 2048h2048v-2048h-2048v2048zM1920 128v1408h-1792v-1408h1792zM1920 1664v256h-1792v-256h1792zM1792 1408v-512h-1536v512h1536zM1664 1024v256h-1280v-256h1280zM1792 768v-512h-1536v512h1536zM1664 384v256h-1280v-256h1280z\"\r\n },\r\n {\r\n Name: \"BlobStorage\",\r\n Code: \"E436\",\r\n Path: \"M0 2048h2048v-2048h-2048v2048zM1920 128v1408h-1792v-1408h1792zM1920 1664v256h-1792v-256h1792zM768 768v-512h-512v512h512zM640 384v256h-256v-256h256zM1792 1408v-512h-512v512h512zM1664 1024v256h-256v-256h256zM896 256v512h896v-512h-896zM1024 640v-256h640v256h-640zM1152 1408v-512h-896v512h896zM1024 1024v256h-640v-256h640z\"\r\n },\r\n {\r\n Name: \"DatabaseView\",\r\n Code: \"E437\",\r\n Path: \"M256 768v128h1152v-128h-1152zM384 2048h1664v-1536h-256v128h128v1024h-1536v384zM1920 1792v128h-1408v-128h1408zM0 0v1536h1664v-1536h-1664zM128 1408v-128h1408v128h-1408zM128 1152v-1024h1408v1024h-1408z\"\r\n },\r\n {\r\n Name: \"Column\",\r\n Code: \"E438\",\r\n Path: \"M512 2048h1024v-1920h-1024v1920zM1408 256v1408h-768v-1408h768zM1408 1792v128h-768v-128h768z\"\r\n },\r\n {\r\n Name: \"AzureDataExplorer\",\r\n Code: \"E439\",\r\n Path: \"M1984 2048q26 0 45 -19t19 -45v-1785q0 -26 -19 -45t-45 -19t-45 19l-1785 1785q-19 19 -19 45t19 45t45 19h1785zM1920 1353v567h-541l-513 -513l554 -553zM1198 1920h-844l422 -422zM1511 763l409 -409v818zM850 941l90 -90l-768 -768l-90 90zM609 158l512 512l91 -91l-512 -512zM669 1122l-512 -512l-91 91l512 512zM1296 1642l113 114l113 -114l-113 -113zM1756 1411l-113 -113l-114 113l114 113zM1046 1394l113 113l113 -113l-113 -113zM1280 1162l113 113l113 -113l-113 -113z\"\r\n },\r\n {\r\n Name: \"SortLinesAscending\",\r\n Code: \"E43A\",\r\n Path: \"M3 1565l317 318l317 -318l-90 -90l-163 163v-1510h-128v1510l-163 -163zM1280 1664v-128h-512v128h512zM1664 1280v-128h-896v128h896zM768 896h1280v-128h-1280v128z\"\r\n },\r\n {\r\n Name: \"TextDocumentEdit\",\r\n Code: \"E43B\",\r\n Path: \"M1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1920 954q0 32 -20.5 51t-51.5 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM256 1920v-1792h506l-31 -128h-603v2048h1115l549 -549v-192q-37 -5 -66.5 -15.5t-61.5 -30.5v147h-512v512h-896zM1280 1829v-293h293zM1408 1152v-128h-896v128h896zM512 512v128h513l-128 -128h-385zM1281 896l-128 -128h-641v128h769z\"\r\n },\r\n {\r\n Name: \"VideoOff2\",\r\n Code: \"E43C\",\r\n Path: \"M1536 1288l512 256v-1040l-250 125q-18 9 -33.5 15.5t-30.5 13t-29.5 14.5t-31.5 20q-15 10 -26 20.5t-20.5 21t-19 22t-22.5 24.5l-177 177v451h-451l-128 128h707v-248zM1920 711v626l-384 -193v-240zM19 1939l90 90l1920 -1920l-90 -90l-494 493h-1445v1024h421zM128 640h1189l-768 768h-421v-768z\"\r\n },\r\n {\r\n Name: \"FastForwardPointFiveX\",\r\n Code: \"E43E\",\r\n Path: \"M1024 1018v517l-640 -517v1035l640 -512v512l644 -515zM512 1286l312 252l-312 249v-501zM1152 1787v-501l312 251zM2048 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 77.5 -133t72.5 -136h3l160 269h113zM703 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1391 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-47 11t-42 19.5v107q42 -27 88 -42.5t96 -15.5q44 0 82 13t66 37.5t44 60t16 81.5q0 51 -18.5 86t-49.5 56.5t-72 31.5t-86 10h-27q-30 0 -61.5 -1.5t-60.5 -6.5l30 442h407v-91h-320l-17 -258q20 0 40 1.5t40 1.5q63 0 117.5 -16.5t94.5 -49.5t63 -83t23 -117zM292 896q59 0 102.5 -20t74 -54t49 -78.5t29 -94t14 -100.5t3.5 -97q0 -47 -5 -99t-17 -102t-33 -95.5t-53.5 -80t-77 -55t-104.5 -20.5q-57 0 -99.5 19.5t-73 52.5t-50 76.5t-31 91.5t-16 97t-4.5 94q0 48 4.5 101.5t16 105t32.5 98.5t53.5 82.5t78 56.5t107.5 21zM283 85q42 0 71.5 18t49.5 48t32 67.5t18 77.5t7.5 78t1.5 68q0 29 -1.5 67.5t-7 80t-17 81t-31 71t-48.5 51t-71 19.5q-44 0 -74.5 -19.5t-51 -51t-32.5 -71.5t-18 -82t-7.5 -81.5t-1.5 -70.5q0 -30 1.5 -68t8 -77t18 -76t32 -66t50 -46.5t71.5 -17.5z\"\r\n },\r\n {\r\n Name: \"FastForwardOneX\",\r\n Code: \"E43F\",\r\n Path: \"M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM858 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"FastForwardOneFiveX\",\r\n Code: \"E440\",\r\n Path: \"M1024 1018v517l-640 -517v1035l640 -512v512l644 -515zM512 1286l312 252l-312 249v-501zM1152 1787v-501l312 251zM346 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM575 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1287 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-46.5 11t-41.5 19.5v107q42 -27 87.5 -42.5t95.5 -15.5q44 0 82 12.5t66 37t44 60.5t16 82q0 51 -18.5 86t-49.5 57t-72 31.5t-86 9.5q-36 0 -75 -1t-74 -7l30 442h408v-91h-320l-18 -258q20 0 40.5 1.5t40.5 1.5q63 0 117.5 -16.5t94.5 -49.5t62.5 -83t22.5 -117zM1947 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 76.5 -133.5t74.5 -135.5h2l160 269h113z\"\r\n },\r\n {\r\n Name: \"FastForwardTwoX\",\r\n Code: \"E441\",\r\n Path: \"M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM562 90h439v-90h-544v44q0 25 2.5 50t9.5 49q15 55 50.5 96.5t79 76.5t90.5 68t86 71t64 85t25 110q0 75 -43.5 118t-118.5 43q-30 0 -59.5 -8.5t-56.5 -23.5t-51.5 -34.5t-43.5 -41.5v108q47 47 102 66t121 19q54 0 100.5 -16t80.5 -46t53 -74t19 -101q0 -83 -30 -141t-75 -102t-97.5 -78.5t-97.5 -70.5t-75 -77.5t-30 -99.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"FastForwardFourX\",\r\n Code: \"E442\",\r\n Path: \"M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM909 896v-592h115v-93h-115v-211h-101v211h-421v88q59 66 116.5 137.5t111 146.5t100.5 153.5t85 159.5h109zM808 304v439q-66 -118 -143.5 -225.5t-162.5 -213.5h306zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"FastForwardEightX\",\r\n Code: \"E443\",\r\n Path: \"M1668 1538l-644 -520v517l-640 -517v1035l640 -512v512zM512 1286l312 251l-312 250v-501zM1152 1787v-501l312 251zM1012 256q0 -61 -22.5 -108.5t-60.5 -80.5t-89 -50t-109 -17q-57 0 -108.5 17t-89.5 50t-60.5 80.5t-22.5 108.5q0 38 12 73.5t33 65.5t50.5 53t64.5 37q-54 30 -88.5 78t-34.5 112q0 51 20 92t53.5 69.5t78 44t92.5 15.5t92.5 -15.5t78 -44t53.5 -69.5t20 -92q0 -63 -34.5 -111.5t-87.5 -78.5q34 -14 63.5 -37.5t50.5 -53.5t33 -65.5t12 -72.5zM732 522q30 0 56 11.5t45.5 31.5t31 46t11.5 56t-11 56.5t-30.5 46t-45.5 31t-57 11.5q-32 0 -58 -11t-45.5 -30t-30 -46t-10.5 -58q0 -30 11 -56.5t30.5 -46t46 -31t56.5 -11.5zM906 264q0 38 -13 70.5t-36 56t-55 37t-70 13.5t-70 -13.5t-55.5 -37t-36.5 -56t-13 -70.5q0 -81 47 -128.5t128 -47.5q39 0 71 13t55 36t35.5 55.5t12.5 71.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"RewindPointFiveX\",\r\n Code: \"E444\",\r\n Path: \"M1024 1535v-517l-644 520l644 515v-512l640 512v-1035zM1536 1787l-312 -250l312 -251v501zM896 1286v501l-312 -250zM2048 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 77.5 -133t72.5 -136h3l160 269h113zM703 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1391 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-47 11t-42 19.5v107q42 -27 88 -42.5t96 -15.5q44 0 82 13t66 37.5t44 60t16 81.5q0 51 -18.5 86t-49.5 56.5t-72 31.5t-86 10h-27q-30 0 -61.5 -1.5t-60.5 -6.5l30 442h407v-91h-320l-17 -258q20 0 40 1.5t40 1.5q63 0 117.5 -16.5t94.5 -49.5t63 -83t23 -117zM292 896q59 0 102.5 -20t74 -54t49 -78.5t29 -94t14 -100.5t3.5 -97q0 -47 -5 -99t-17 -102t-33 -95.5t-53.5 -80t-77 -55t-104.5 -20.5q-57 0 -99.5 19.5t-73 52.5t-50 76.5t-31 91.5t-16 97t-4.5 94q0 48 4.5 101.5t16 105t32.5 98.5t53.5 82.5t78 56.5t107.5 21zM283 85q42 0 71.5 18t49.5 48t32 67.5t18 77.5t7.5 78t1.5 68q0 29 -1.5 67.5t-7 80t-17 81t-31 71t-48.5 51t-71 19.5q-44 0 -74.5 -19.5t-51 -51t-32.5 -71.5t-18 -82t-7.5 -81.5t-1.5 -70.5q0 -30 1.5 -68t8 -77t18 -76t32 -66t50 -46.5t71.5 -17.5z\"\r\n },\r\n {\r\n Name: \"RewindOneX\",\r\n Code: \"E445\",\r\n Path: \"M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM858 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"RewindOneFiveX\",\r\n Code: \"E446\",\r\n Path: \"M1024 1535v-517l-644 520l644 515v-512l640 512v-1035zM1536 1787l-312 -250l312 -251v501zM896 1286v501l-312 -250zM346 896h38v-896h-100v757q-19 -17 -44 -33t-52 -29.5t-54.5 -24.5t-52.5 -17v102q30 8 67 23t73 34t69 41t56 43zM575 192q19 0 37 -7.5t31 -21t21 -31t8 -36.5q0 -41 -28.5 -68.5t-68.5 -27.5t-67.5 28t-27.5 68q0 19 7.5 36.5t20.5 30.5t30 21t37 8zM1287 284q0 -69 -24.5 -122t-66.5 -89t-99 -54.5t-122 -18.5q-22 0 -46 1.5t-48 5t-46.5 11t-41.5 19.5v107q42 -27 87.5 -42.5t95.5 -15.5q44 0 82 12.5t66 37t44 60.5t16 82q0 51 -18.5 86t-49.5 57t-72 31.5t-86 9.5q-36 0 -75 -1t-74 -7l30 442h408v-91h-320l-18 -258q20 0 40.5 1.5t40.5 1.5q63 0 117.5 -16.5t94.5 -49.5t62.5 -83t22.5 -117zM1947 640l-215 -324l211 -316h-119q-39 64 -77.5 127.5t-76.5 128.5h-2q-42 -63 -80 -127.5t-78 -128.5h-118l218 314l-209 326h120q38 -67 76.5 -133.5t74.5 -135.5h2l160 269h113z\"\r\n },\r\n {\r\n Name: \"RewindTwoX\",\r\n Code: \"E447\",\r\n Path: \"M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM562 90h439v-90h-544v44q0 25 2.5 50t9.5 49q15 55 50.5 96.5t79 76.5t90.5 68t86 71t64 85t25 110q0 75 -43.5 118t-118.5 43q-30 0 -59.5 -8.5t-56.5 -23.5t-51.5 -34.5t-43.5 -41.5v108q47 47 102 66t121 19q54 0 100.5 -16t80.5 -46t53 -74t19 -101q0 -83 -30 -141t-75 -102t-97.5 -78.5t-97.5 -70.5t-75 -77.5t-30 -99.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"RewindFourX\",\r\n Code: \"E448\",\r\n Path: \"M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM909 896v-592h115v-93h-115v-211h-101v211h-421v88q59 66 116.5 137.5t111 146.5t100.5 153.5t85 159.5h109zM808 304v439q-66 -118 -143.5 -225.5t-162.5 -213.5h306zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"RewindEightX\",\r\n Code: \"E449\",\r\n Path: \"M1024 1541l640 512v-1035l-640 517v-517l-644 520l644 515v-512zM896 1286v501l-312 -250zM1536 1286v501l-312 -250zM1012 256q0 -61 -22.5 -108.5t-60.5 -80.5t-89 -50t-109 -17q-57 0 -108.5 17t-89.5 50t-60.5 80.5t-22.5 108.5q0 38 12 73.5t33 65.5t50.5 53t64.5 37q-54 30 -88.5 78t-34.5 112q0 51 20 92t53.5 69.5t78 44t92.5 15.5t92.5 -15.5t78 -44t53.5 -69.5t20 -92q0 -63 -34.5 -111.5t-87.5 -78.5q34 -14 63.5 -37.5t50.5 -53.5t33 -65.5t12 -72.5zM732 522q30 0 56 11.5t45.5 31.5t31 46t11.5 56t-11 56.5t-30.5 46t-45.5 31t-57 11.5q-32 0 -58 -11t-45.5 -30t-30 -46t-10.5 -58q0 -30 11 -56.5t30.5 -46t46 -31t56.5 -11.5zM906 264q0 38 -13 70.5t-36 56t-55 37t-70 13.5t-70 -13.5t-55.5 -37t-36.5 -56t-13 -70.5q0 -81 47 -128.5t128 -47.5q39 0 71 13t55 36t35.5 55.5t12.5 71.5zM1532 640h113l-215 -324l211 -316h-119q-38 64 -77 127.5t-77 128.5h-2q-8 -12 -14.5 -24.5t-14.5 -24.5l-129 -207h-118l218 314l-208 326h119q38 -67 76.5 -133.5t74.5 -135.5h2z\"\r\n },\r\n {\r\n Name: \"LockShare\",\r\n Code: \"E455\",\r\n Path: \"M1629 259l-90 90l162 163h-293q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20h293l-162 163l90 90l317 -317zM1152 0v128h640v-128h-640zM384 1024v-896h640v-128h-768v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256v-128h-1408zM640 1526v-374h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5z\"\r\n },\r\n {\r\n Name: \"FabricFolderLink\",\r\n Code: \"E45C\",\r\n Path: \"M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v128h256v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-445q-71 -45 -128 -107v936q0 26 10 49.5t27.5 41t41 27.5t49.5 10h736q37 0 69 -13.5t58.5 -36t48.5 -50.5t39 -58q13 -23 25.5 -41.5t27.5 -31t35 -19t49 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM640 64q0 -26 -19 -45t-45 -19h-128q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35h128q26 0 45 -19t19 -45t-19 -45t-45 -19h-128q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h128q26 0 45 -19t19 -45zM1088 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35h-128q-26 0 -45 19t-19 45t19 45t45 19h128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-128q-26 0 -45 19t-19 45t19 45t45 19h128zM384 448q0 26 19 45t45 19h640q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45z\"\r\n },\r\n {\r\n Name: \"LightningBoltSolid\",\r\n Code: \"E45F\",\r\n Path: \"M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719z\"\r\n },\r\n {\r\n Name: \"Gather\",\r\n Code: \"E460\",\r\n Path: \"M0 128v512h512v-512h-512zM128 512v-256h256v256h-256zM1536 1408h512v-896h-512v896zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM0 768v512h512v-512h-512zM128 1152v-256h256v256h-256zM0 1408v512h512v-512h-512zM128 1792v-256h256v256h-256zM1001 1187l90 90l317 -317l-317 -317l-90 90l163 163h-524v128h524z\"\r\n },\r\n {\r\n Name: \"AssignPolicy\",\r\n Code: \"E461\",\r\n Path: \"M384 1024v-768h128v-128h-256v1920h1536v-1024h-1408zM384 1920v-768h1280v768h-1280zM1152 1536v128h128v-256h-512v256h128v-128h256zM640 896h1408v-896h-1408v896zM1851 768h-1014l507 -262zM768 128h1152v539l-576 -297l-576 297v-539z\"\r\n },\r\n {\r\n Name: \"CalculatorGroup\",\r\n Code: \"E462\",\r\n Path: \"M1024 768v128h128v-128h-128zM1024 512v128h128v-128h-128zM1408 256v128h128v-128h-128zM1408 512v128h128v-128h-128zM1024 256v128h128v-128h-128zM1536 2048v-128h-1280v-1664h-128v1792h1408zM768 896v-128h-128v128h128zM768 640v-128h-128v128h128zM768 384v-128h-128v128h128zM384 1792h1408v-1792h-1408v1792zM1664 128v1536h-1152v-1536h1152zM1536 1536v-384h-896v384h896zM1408 1280v128h-640v-128h640zM1408 768v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"MobileAngled\",\r\n Code: \"E463\",\r\n Path: \"M2048 0h-129l-127 974q-3 26 -10.5 52.5t-26.5 45.5l-447 444l33 -398l88.5 -88.5t87.5 -88.5l-90 -90l-370 369q-28 28 -67 28q-19 0 -36 -7.5t-30 -20.5t-20.5 -30t-7.5 -36q0 -39 28 -67l164 -165v-154q0 -66 23.5 -123t65 -99.5t98 -68t121.5 -28.5q0 -3 -0.5 -6t-0.5 -6q0 -16 2 -35t4.5 -38.5t4.5 -38.5t2 -35q0 -35 -13.5 -64.5t-36 -51t-53 -34t-64.5 -12.5h-1086q-32 0 -60.5 11t-49.5 31t-33 47.5t-12 60.5q0 7 0.5 13t1.5 13l237 1524q4 23 19 40t35.5 28.5t44 17.5t43.5 6h766q20 0 43 -5.5t43 -17t34 -29t16 -40.5l9 -115l552 -550q36 -36 52 -79.5t23 -93.5zM1201 1258l-44 533q-3 1 -10 1h-766q-5 0 -9.5 -1t-9.5 -2l-234 -1505v-6q0 -11 8 -16.5t19 -5.5h1086q14 0 26.5 8t12.5 24q0 13 -1 26.5t-3 26.5q-52 15 -97.5 42t-83.5 64t-66.5 82t-45.5 96q-16 46 -19.5 89t-3.5 89v67l-127 126q-32 32 -48.5 72.5t-16.5 85.5q0 46 17.5 86.5t47.5 70.5t70.5 47.5t86.5 17.5q37 0 65.5 -9t52.5 -25t46 -37.5t47 -46.5zM576 384v128h256v-128h-256z\"\r\n },\r\n {\r\n Name: \"CopyEdit\",\r\n Code: \"E464\",\r\n Path: \"M1792 128v260l128 129v-517h-515l127 128h260zM1408 1152v384h-640v-1388q0 -1 -5.5 -22.5t-12 -48t-12.5 -50t-7 -27.5h-91v384h-512v1664h859l384 -384h128l355 -355q-82 0 -153 -29l-165 165v-165h165q-28 -12 -49 -25.5t-39 -29t-36 -34t-39 -39.5h-130zM640 1664h549l-256 256h-677v-1408h384v1152zM2048 954q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51z\"\r\n },\r\n {\r\n Name: \"EntityExtraction\",\r\n Code: \"E467\",\r\n Path: \"M1243 2048l549 -549v-1499h-1664v2048h1115zM1280 1829v-293h293zM256 128h1408v1280h-512v512h-896v-1792zM768 1664v-128h-384v128h384zM768 1280v-128h-384v128h384zM384 384v128h384v-128h-384zM896 1024v-128h-512v128h512zM1024 896v128h512v-128h-512zM1152 1280v-128h-256v128h256zM1280 1152v128h256v-128h-256zM640 768v-128h-256v128h256zM1024 768v-128h-256v128h256zM896 384v128h256v-128h-256zM1280 384v128h256v-128h-256zM1152 640v128h384v-128h-384z\"\r\n },\r\n {\r\n Name: \"MostySunnyDay\",\r\n Code: \"E468\",\r\n Path: \"M1024 2048v-384h-128v384h128zM896 128v384h128v-384h-128zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM236 454l271 272l91 -91l-272 -271zM1828 1472q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-421q-11 -83 -50.5 -153.5t-99 -121.5t-135 -80t-158.5 -29q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35q48 0 94 -10t90 -29q31 19 66 29t71 10q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM960 768q57 0 109 19t93.5 53t70.5 81t41 103q-52 1 -97.5 21.5t-79.5 55.5t-53.5 81t-19.5 98q0 30 7 59t20 56q-23 6 -45.5 9.5t-45.5 3.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1824 1152q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z\"\r\n },\r\n {\r\n Name: \"PartlySunnyDay\",\r\n Code: \"E469\",\r\n Path: \"M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-704q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5h9.5t9.5 -1q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM960 1408q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5zM992 512q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67 -32.5t-55 -50.5t-39.5 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h704zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271z\"\r\n },\r\n {\r\n Name: \"IntermittentCloudsDay\",\r\n Code: \"E46A\",\r\n Path: \"M1024 2048v-384h-128v384h128zM1536 1024v128h384v-128h-384zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1828 1728q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-459q43 -92 43 -192q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35q16 0 32 -1.5t32 -3.5q0 54 19.5 101.5t54 83t81.5 56t102 20.5q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 55 -18.5 107t-53.5 95q-42 13 -77 38t-60 60q-54 20 -111 20q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1824 1408q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544zM804 576q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20 99t55 81.5t81 55t99 20.5h2q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM800 256q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z\"\r\n },\r\n {\r\n Name: \"HazyDay\",\r\n Code: \"E46B\",\r\n Path: \"M1024 2048v-384h-128v384h128zM384 1152v-128h-384v128h384zM598 1541l-91 -91l-271 272l90 90zM1684 1722l-271 -272l-91 91l272 271zM2048 704q0 -26 -19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h199l-4 3q-32 30 -56 67t-41 78t-25.5 84.5t-8.5 87.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -16 -1.5 -32t-3.5 -32h325q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h442q6 31 6 64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1024q26 0 45 -19t19 -45zM1600 512q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h896z\"\r\n },\r\n {\r\n Name: \"Showers\",\r\n Code: \"E46C\",\r\n Path: \"M896 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1280 768l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z\"\r\n },\r\n {\r\n Name: \"MostyCloudyShowersDay\",\r\n Code: \"E46D\",\r\n Path: \"M896 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1280 768l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25zM256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181z\"\r\n },\r\n {\r\n Name: \"PartlySunnyShowersDay\",\r\n Code: \"E46E\",\r\n Path: \"M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-114q-11 34 -27 65t-32 63h173q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h45q-16 -32 -31.5 -62.5t-26.5 -64.5q-57 3 -107.5 26.5t-87.5 62t-58.5 89.5t-21.5 109q0 60 22.5 112.5t61.5 91.5t91 61.5t111 22.5q5 0 10.5 -0.5t10.5 -0.5q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 73 50.5t55.5 67.5t35 80t12.5 88q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM576 640l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61z\"\r\n },\r\n {\r\n Name: \"MostyCloudyTStormsDay\",\r\n Code: \"E46F\",\r\n Path: \"M256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM1472 640l-640 -640l256 512h-224l192 384h224l-128 -256h320z\"\r\n },\r\n {\r\n Name: \"PartlySunnyTStormsDay\",\r\n Code: \"E470\",\r\n Path: \"M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128h96q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -45 23.5 -82t62.5 -57l-56 -117q-36 19 -65 46t-50 60t-32 71t-11 79q0 60 22.5 112.5t61.5 91.5t91 61.5t111 22.5q5 0 10.5 -0.5t10.5 -0.5q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM696 768l-120 -256h256l-520 -512l200 384h-192l184 384h192z\"\r\n },\r\n {\r\n Name: \"MostyCloudyFlurriesDay\",\r\n Code: \"E471\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM1318 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55zM256 1280v-128h-256v128h256zM470 1669l-91 -91l-181 181l91 91zM896 2048v-256h-128v256h128zM1466 1759l-181 -181l-91 91l181 181z\"\r\n },\r\n {\r\n Name: \"PartlySunnyFlurriesDay\",\r\n Code: \"E472\",\r\n Path: \"M1408 1088q0 -58 -14.5 -113.5t-42.5 -105t-67.5 -91.5t-89.5 -72q22 -49 22 -98q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128h96q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67.5 -32.5t-55 -50.5t-39 -65.5l-21 -52q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -29 9.5 -54t27 -45.5t41 -34t50.5 -19.5v-132q-54 6 -101 30.5t-81.5 63t-54 87.5t-19.5 104q0 59 22.5 111.5t60.5 91.5t89.5 62t110.5 23h12t12 -1q35 60 88 104.5t119 67.5q8 86 46.5 160t98.5 128.5t137 85.5t164 31q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1019 830q44 -4 85 -28q40 20 72.5 50.5t55.5 68t35.5 80t12.5 87.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-57 0 -109 -19t-93.5 -53t-70.5 -81t-41 -103q69 -1 132 -26t112.5 -67.5t83.5 -101t45 -127.5zM1024 2048v-384h-128v384h128zM1536 1152h384v-128h-384v128zM598 1541l-91 -91l-271 272l90 90zM1322 635l91 91l271 -272l-90 -90zM1684 1722l-271 -272l-91 91l272 271zM806 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55z\"\r\n },\r\n {\r\n Name: \"Ice\",\r\n Code: \"E473\",\r\n Path: \"M1152 448l192 320l192 -320l-192 -320zM640 320l192 320l192 -320l-192 -320zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -57 19 -109t53 -93.5t81 -70.5t103 -40v-128q-82 12 -152.5 51t-122 98t-80.5 134t-29 158q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z\"\r\n },\r\n {\r\n Name: \"Sleet\",\r\n Code: \"E474\",\r\n Path: \"M1344 640q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -61 21.5 -115.5t60 -96.5t90.5 -69.5t112 -34.5q-18 -27 -31 -57.5t-20 -62.5q-78 16 -144 56t-114.5 98t-75.5 130t-27 152q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM832 384q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15z\"\r\n },\r\n {\r\n Name: \"FreezingRain\",\r\n Code: \"E475\",\r\n Path: \"M1152 448l192 320l192 -320l-192 -320zM832 512l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25l-61 -122q-83 11 -154 50t-122.5 98.5t-81 134.5t-29.5 159q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z\"\r\n },\r\n {\r\n Name: \"MostyClearNight\",\r\n Code: \"E476\",\r\n Path: \"M768 1536q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5q31 0 61.5 2t61.5 6q-68 -120 -164 -216.5t-211.5 -164t-246.5 -103.5t-269 -36q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261zM1658 392q-145 17 -276.5 67.5t-244.5 129t-205 182t-157 225t-100 258t-35 282.5q0 162 45 317q-126 -51 -229 -136t-175.5 -193.5t-112.5 -236t-40 -263.5q0 -124 32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32q181 0 343.5 68t290.5 196zM1828 1472q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20.5 100t55.5 81.5t81.5 54.5t99.5 20q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5zM1824 1152q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544z\"\r\n },\r\n {\r\n Name: \"PartlyClearNight\",\r\n Code: \"E477\",\r\n Path: \"M1984 608q0 -36 -11 -69.5t-31 -61t-48 -48.5t-62 -33q-73 -94 -163.5 -167.5t-194 -124.5t-217.5 -77.5t-233 -26.5q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -161 48 -311.5t142 -281.5q20 8 45.5 12.5t49.5 4.5h11t11 -1q26 45 62 81t79 60.5t91.5 38t100.5 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5zM1056 832q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h704q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-39 0 -75.5 -11.5t-67 -32.5t-55 -50.5t-39.5 -65.5l-21 -52q-23 6 -47 13t-47 7zM128 1024q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32q177 0 338.5 66t287.5 190h-594q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 57 21.5 109t61.5 93q-103 146 -157 314.5t-54 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263z\"\r\n },\r\n {\r\n Name: \"IntermittentCloudsNight\",\r\n Code: \"E478\",\r\n Path: \"M896 1536q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5q31 0 61.5 2t61.5 6q-68 -120 -164 -216.5t-211.5 -164t-246.5 -103.5t-269 -36q-130 0 -255 32.5t-239 95.5h-402q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 46 15.5 87.5t43 75t65 56.5t82.5 32q-38 93 -58 191t-20 198q0 129 31 250.5t88.5 229t138.5 199t181 161.5t216.5 115t245.5 61q-65 -115 -99 -243t-34 -261zM128 384q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h544q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1152 128q89 0 175.5 17.5t167.5 51.5t154.5 83t136.5 112q-145 17 -276.5 67.5t-244.5 129t-205 182t-157 225t-100 258t-35 282.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -166 61 -323q42 32 92 49.5t103 17.5q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5q46 -1 86 -19t70 -48t47 -70.5t17 -86.5q0 -59 -29 -110.5t-80 -81.5q117 -32 237 -32zM1280 1280q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20.5 100t55.5 81.5t81.5 54.5t99.5 20q45 60 112.5 94t142.5 34q48 0 92.5 -13.5t82.5 -39t68 -61t49 -78.5q46 -1 86 -19t70 -48t47 -70.5t17 -86.5t-17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-544zM1280 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h544q40 0 68 28t28 68t-28 68t-68 28h-91l-12 48q-8 31 -26 57.5t-42.5 46t-54 30t-62.5 10.5q-37 0 -65 -10.5t-50 -29t-40 -44t-34 -54.5q-17 3 -33.5 6.5t-33.5 3.5z\"\r\n },\r\n {\r\n Name: \"HazyNight\",\r\n Code: \"E479\",\r\n Path: \"M1984 768q26 0 45 -19t19 -45t-19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h1536zM1600 512q26 0 45 -19t19 -45t-17 -44t-43 -20q-133 -123 -299 -188t-347 -65q-132 0 -254.5 34t-229 96.5t-194 150t-150 194t-96.5 229t-34 254.5q0 121 29 234.5t82.5 214.5t129.5 186.5t169.5 151t203 107.5t229.5 57q-61 -109 -92.5 -228t-31.5 -244q0 -146 43 -284.5t126 -259.5h840q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 23 9 36t23.5 19t31.5 7.5t34 1.5q-72 125 -109.5 262.5t-37.5 281.5q0 72 9.5 143t27.5 140q-114 -49 -206 -128t-157.5 -178.5t-101 -215.5t-35.5 -240q0 -114 29.5 -220t84 -198.5t130 -168t168 -130t198.5 -84t220 -29.5q116 0 227 32t210 93h-691q-26 0 -45 19t-19 45t19 45t45 19h896z\"\r\n },\r\n {\r\n Name: \"PartlySunnyShowersNight\",\r\n Code: \"E47A\",\r\n Path: \"M1787 830q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-114q-11 34 -27 65t-32 63h173q40 0 68 28t28 68t-28 68t-68 28h-96v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-80 0 -143 -43.5t-94 -116.5q-5 -13 -10.5 -26t-10.5 -26q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5h45q-16 -32 -31.5 -62.5t-26.5 -64.5q-57 3 -107.5 26.5t-87.5 62t-58.5 89.5t-21.5 109q0 57 21.5 109t60.5 93q-103 146 -156.5 314.5t-53.5 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32h21t21 1q21 -36 50.5 -66t65.5 -51q-78 -12 -158 -12q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272q0 129 31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -160 48 -311t141 -282q48 17 96 17q5 0 10.5 -0.5t11.5 -0.5q25 45 61 81t79 60.5t92 38t101 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128zM1344 640l146 -291q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61z\"\r\n },\r\n {\r\n Name: \"MostyCloudyTStormsNight\",\r\n Code: \"E47B\",\r\n Path: \"M1787 830q42 -5 78 -24.5t62.5 -49t41.5 -68t15 -80.5q0 -46 -17.5 -87t-48 -71.5t-71.5 -48t-87 -17.5h-96v128q12 0 25 -0.5t27 -0.5q25 0 50 3t45 12.5t32.5 29t12.5 52.5t-12.5 52t-32.5 29t-45 13t-50 3q-14 0 -27 -0.5t-25 -0.5v64q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-80 0 -142.5 -43.5t-94.5 -116.5q-5 -13 -10.5 -26t-10.5 -26q-23 6 -47 13t-47 7q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62q0 -45 23.5 -82t62.5 -57l-56 -117q-36 19 -65 46t-50 60t-32 71t-11 79q0 57 21.5 109t60.5 93q-103 146 -156.5 314.5t-53.5 347.5q0 162 45 317q-126 -52 -229 -137t-175.5 -193.5t-112.5 -235.5t-40 -263q0 -118 29.5 -228t83.5 -207t130 -178t169 -141t201 -96.5t226 -43.5l-63 -123q-129 15 -246 60t-217.5 115t-182 161.5t-139 199.5t-88.5 230t-31 251t31 250.5t88.5 229t138.5 199t181 161.5t217 115t245 61q-65 -115 -99 -243t-34 -261q0 -160 48 -311t141 -282q48 17 96 17q5 0 10.5 -0.5t11.5 -0.5q25 45 61 81t79 60.5t92 38t101 13.5q70 0 134 -24.5t114.5 -67.5t85 -102t45.5 -128zM1464 768l-120 -256h256l-520 -512l200 384h-192l184 384h192z\"\r\n },\r\n {\r\n Name: \"PartlySunnyTStormsNight\",\r\n Code: \"E47C\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17q47 17 96 25.5t99 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38q56 38 120 58t132 20q74 0 147 -25zM1472 640l-640 -640l256 512h-224l192 384h224l-128 -256h320z\"\r\n },\r\n {\r\n Name: \"MostyCloudyFlurriesNight\",\r\n Code: \"E47D\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17q47 17 96 25.5t99 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38q56 38 120 58t132 20q74 0 147 -25zM1318 160q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -11 0.5 -24t0.5 -27q0 -17 -2 -34t-9 -30.5t-20 -21.5t-34 -8t-34 8t-20 21.5t-9 30.5t-2 34q0 14 0.5 27t0.5 24q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 11 -0.5 23.5t-0.5 26.5q0 17 2 34t9 30.5t20 22t34 8.5t34 -8.5t20 -22t9 -30.5t2 -34q0 -14 -0.5 -26.5t-0.5 -23.5q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55z\"\r\n },\r\n {\r\n Name: \"Sharepoint2013LogoInverse\",\r\n Code: \"E480\",\r\n Path: \"M64 257v1528l1152 207v-1936zM392 1179q0 -57 19 -95.5t47.5 -66t61.5 -47t61.5 -38.5t47.5 -39.5t19 -50.5q0 -19 -7 -31.5t-19 -19.5t-27 -10t-31 -3q-47 0 -85.5 22.5t-70.5 54.5l-14 -6v-160l4 -7q40 -29 89.5 -40t98.5 -11q53 0 96.5 14t74 42t47.5 69.5t17 96.5q0 59 -20 98.5t-50 68t-64.5 48t-64.5 38t-50 39.5t-20 51q0 20 8 33.5t21 21.5t29.5 11.5t33.5 3.5q36 0 71 -11.5t63 -34.5l13 7v159l-5 7q-24 11 -57 16.5t-59 5.5q-25 0 -49 -1.5t-48 -6.5q-85 -19 -133 -80t-48 -148zM1884 1213q35 -5 65 -21.5t52 -42t34.5 -57.5t12.5 -68t-12.5 -68t-34.5 -57.5t-52 -42t-65 -21.5q-40 -98 -114.5 -173t-173.5 -114q4 -16 4 -36q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-35 0 -68.5 13t-59.5 37v284q26 24 59.5 37t68.5 13q38 0 73.5 -14.5t61.5 -41.5q75 27 133.5 80.5t92.5 125.5q-48 24 -76.5 70t-28.5 100t28.5 100t76.5 70q-34 72 -92.5 125.5t-133.5 80.5q-26 -27 -61.5 -41.5t-73.5 -14.5q-35 0 -68.5 13t-59.5 37v284q26 24 59.5 37t68.5 13q40 0 75 -15t61 -41t41 -61t15 -75q0 -20 -4 -36q99 -39 173.5 -114t114.5 -173z\"\r\n },\r\n {\r\n Name: \"OutlookSpacesBucket\",\r\n Code: \"E481\",\r\n Path: \"M1472 2048q40 0 75 -15t61 -41t41 -61t15 -75v-1664q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1664q0 40 15 75t41 61t61 41t75 15h1024zM1536 192v1664q0 26 -19 45t-45 19h-1024q-26 0 -45 -19t-19 -45v-1664q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45zM512 1024v768h896v-768h-896zM640 1664v-512h640v512h-640zM512 256v640h896v-640h-896zM640 768v-384h640v384h-640z\"\r\n },\r\n {\r\n Name: \"CaretSolidAlt\",\r\n Code: \"E483\",\r\n Path: \"M640 1755l731 -731l-731 -731v1462z\"\r\n },\r\n {\r\n Name: \"PowerVirtualAgentsLogo\",\r\n Code: \"E484\",\r\n Path: \"M1899 2048q31 0 58 -12t47 -32t32 -47t12 -58v-854q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-214q-8 0 -14.5 -6.5t-6.5 -14.5v-342q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-584q-9 0 -15 -6l-350 -350q-15 -15 -34 -23.5t-41 -8.5t-41.5 8.5t-34 22.5t-23 33.5t-8.5 42.5v260q0 8 -6.5 14.5t-14.5 6.5h-214q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v854q0 31 11.5 58t32 47t47.5 32t58 12h235v363q0 31 11.5 58t32 47t47.5 32t58 12h1366zM1510 512l-378 378q-6 6 -15 6h-584q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v363h-235q-8 0 -14.5 -6.5t-6.5 -14.5v-854q0 -8 6.5 -14.5t14.5 -6.5h214q31 0 58 -12t47 -32t32 -47t12 -58v-209l314 314q44 44 105 44h579zM1920 1045v363h-1408v-363q0 -8 6.5 -14.5t14.5 -6.5h584q29 0 56.5 -11.5t48.5 -32.5l314 -314v209q0 31 11.5 58t32 47t47.5 32t58 12h214q8 0 14.5 6.5t6.5 14.5zM1920 1536v363q0 8 -6.5 14.5t-14.5 6.5h-1366q-8 0 -14.5 -6.5t-6.5 -14.5v-363h1408z\"\r\n },\r\n {\r\n Name: \"FluidLogo\",\r\n Code: \"E48A\",\r\n Path: \"M768 384v-128h-256q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v768h128v-768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h256zM768 1664v128h768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-256h-128v256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-768zM640 1600q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 40 15 75t41 61t61 41t75 15h256q40 0 75 -15t61 -41t41 -61t15 -75v-256zM128 1600q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v256q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45v-256zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-640q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v640q0 53 20 99.5t55 81.5t81.5 55t99.5 20h640zM1920 256v640q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-640q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-640q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640q27 0 50 10t40.5 27.5t27.5 40.5t10 50z\"\r\n },\r\n {\r\n Name: \"FormProcessing\",\r\n Code: \"E48B\",\r\n Path: \"M1499 2048l549 -549v-1499h-1536v2048h987zM1536 1829v-293h293zM640 128h1280v1280h-512v512h-768v-1792zM0 128v1792h384v-128h-256v-1536h256v-128h-384zM768 640v128h768v-128h-768zM1664 640v128h128v-128h-128zM768 896v128h768v-128h-768zM1152 1664v-128h-384v128h384zM1664 896v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"CategoryClassification\",\r\n Code: \"E48C\",\r\n Path: \"M1371 2048l549 -549v-1499h-1664v896h128v-768h1408v1280h-512v512h-896v-128h-128v256h1115zM1408 1829v-293h293zM640 384v128h896v-128h-896zM677 768l-256 256h-293v640h896v-640h-256v-256h768v-128h-896v128h37zM256 1536v-384h219l165 -165v165h256v384h-640zM507 1306l-14 -14q-9 -6 -21.5 -9t-23.5 -3v43h-64v85h128v-85q0 -4 -2 -8.5t-3 -8.5zM704 1280v43h-64v85h128v-85q0 -4 -2 -8.5t-3 -8.5l-14 -14q-9 -6 -21.5 -9t-23.5 -3z\"\r\n },\r\n {\r\n Name: \"PhishingCampaign\",\r\n Code: \"E48D\",\r\n Path: \"M1792 1792h256v-897q-27 37 -59 69.5t-69 59.5v504l-149 -74q-23 62 -67 109l201 101h-1506l753 -376l8 3q5 -32 16 -63t28 -58l-52 -26l-768 384v-760h512v-128h-640v256h-256v1152h1792v-256zM128 1024h128v768h1408v128h-1536v-896zM2048 512q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-110 162.5t-40.5 199v256l256 -256h-128q0 -79 30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149q0 67 -17.5 119t-46.5 93.5t-67 74.5t-79.5 63.5t-84.5 60.5t-80.5 64t-68 75.5t-48.5 94.5q-32 7 -59.5 25t-47 43t-30.5 55.5t-11 63.5q0 39 15 74t41.5 61.5t61.5 41.5t74 15t74 -15t61.5 -41.5t41.5 -61.5t15 -74q0 -54 -28.5 -100t-76.5 -71q19 -40 50 -72t68.5 -61.5t80 -58t83.5 -61t78.5 -71t66 -87.5t45.5 -110.5t17 -139.5z\"\r\n },\r\n {\r\n Name: \"PhishingHook\",\r\n Code: \"E48E\",\r\n Path: \"M1664 704q0 -97 -25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187v448l384 -384h-256v-64q0 -119 45.5 -224t123.5 -183t183 -123.5t224 -45.5t224 45.5t183 123.5t123.5 183t45.5 224q0 125 -51.5 238.5t-145.5 195.5q-72 63 -144.5 126t-144.5 126q-63 54 -101.5 128t-49.5 156q-59 20 -95 70t-36 112q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -60 -34 -109t-90 -71q9 -56 36.5 -104t69.5 -85l289 -252q57 -50 102 -110.5t76 -128.5t47 -142t16 -150zM960 1920q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z\"\r\n },\r\n {\r\n Name: \"SecurityTest\",\r\n Code: \"E48F\",\r\n Path: \"M128 1666v-386q0 -114 27 -219.5t75.5 -202t114.5 -184.5t144 -166.5t165 -147t176 -127.5q-21 -51 -21 -105q0 -19 3 -38q-104 65 -205 142t-191 165.5t-166.5 188.5t-132 210.5t-86.5 231.5t-31 252v512q83 0 161 6t153 22t147 45t143 76q83 54 169.5 78.5t185.5 24.5q100 0 187 -25t171 -79q71 -46 143 -75t146.5 -45t152.5 -22t161 -6v-512h-128v386q-103 5 -186 25.5t-154 48.5t-132 59.5t-119.5 57.5t-117 43.5t-123.5 17.5q-66 0 -124.5 -17.5t-117 -43.5t-119.5 -57.5t-131.5 -59.5t-154 -48.5t-185.5 -25.5zM1977 128q0 -26 -10.5 -49t-28 -40.5t-40.5 -28t-49 -10.5h-754q-26 0 -49 10.5t-40.5 28t-28 40.5t-10.5 49q0 23 19.5 73.5t49.5 114.5t67 135t72 135.5t63 117t42 79.5v241h-128v128h640v-128h-128v-241q13 -27 41.5 -79.5t63.5 -117t72 -135.5t67 -135t49.5 -114.5t19.5 -73.5zM1536 1024h-128v-271l-185 -369h498l-185 369v271z\"\r\n },\r\n {\r\n Name: \"OfficeCatchUp\",\r\n Code: \"E490\",\r\n Path: \"M1152 1920l512 -512v-1280h-1408v640h128v-512h1152v1024h-512v512h-640v-343l-121 -266h-7v737h896zM1152 1408h332l-332 332v-332zM544 1106l-96 -211h-320v128h238l178 391l297 -650l140 259h299v-128h-222l-226 -418z\"\r\n },\r\n {\r\n Name: \"DynamicList\",\r\n Code: \"E491\",\r\n Path: \"M0 2048h2048v-2048h-2048v2048zM640 128v512h-512v-512h512zM640 768v1152h-512v-1152h512zM1920 128v512h-1152v-512h1152zM1920 768v1152h-1152v-1152h1152z\"\r\n },\r\n {\r\n Name: \"GroupRemove\",\r\n Code: \"E495\",\r\n Path: \"M1251 714q34 -17 64 -37l-94 -93q-45 27 -95 41.5t-102 14.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q27 40 62 72t76 54t87.5 34t94.5 12t94 -12t87.5 -34t76.5 -54t62 -72q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-115.5 -136.5zM1536 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1955 637l90 -91l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227z\"\r\n },\r\n {\r\n Name: \"ReceiptProcessing\",\r\n Code: \"E496\",\r\n Path: \"M1408 1664v-128h-768v128h768zM1152 1280v-128h-512v128h512zM1152 1024v-128h-512v128h512zM1152 768v-128h-512v128h512zM1280 1152v128h128v-128h-128zM1280 896v128h128v-128h-128zM1280 640v128h128v-128h-128zM1664 512h384l-3 -70q-2 -46 -7.5 -90t-18.5 -89q-12 -40 -31.5 -82t-47.5 -78.5t-64 -63.5t-79 -38q-1 0 -2 -0.5t-3 -0.5h-1019q-29 0 -62 10t-66 25t-62.5 33.5t-51.5 35.5q-72 57 -109.5 128.5t-37.5 164.5v1139h-384l1 69q2 98 23 177t66.5 136t117.5 90t176 39v1h903q71 0 138.5 -17t120.5 -54t85.5 -94t32.5 -137v-1234zM384 1664v256q-24 0 -50.5 -3.5t-52 -11t-49 -19.5t-40.5 -30q-22 -23 -35 -44.5t-19.5 -44.5t-8 -48t-1.5 -55h256zM791 122q68 0 127 26.5t106 74.5q58 60 110.5 135t81.5 154h320v1228q0 37 -14 70t-38.5 57.5t-57.5 38.5t-70 14h-844v-1522q0 -60 24 -110.5t71 -88.5q17 -14 39.5 -27.5t47 -24.5t50 -18t47.5 -7zM1781 128q2 0 6 2t8 5t7.5 6t4.5 4q24 21 44.5 49t36 59.5t24 65t8.5 65.5h-641q-7 -27 -28 -63t-48 -72.5t-55 -69t-48 -51.5h681z\"\r\n },\r\n {\r\n Name: \"InboxActive\",\r\n Code: \"E497\",\r\n Path: \"M1728 1248q8 0 16 1.5t16 1.5q3 -8 16 -46.5t30.5 -91.5t37.5 -113t37 -110.5t28 -84l11 -33.5v-644h-1920v644l10 30.5t27.5 82.5t40.5 121.5t49.5 148.5t54.5 163.5t55.5 166t52 155.5t44 132.5l32.5 97.5t17 50h906q-14 -31 -22 -63t-13 -65h-779l-341 -1024h418l128 -256h560l128 256h418l-164 493q26 -6 52.5 -9.5t53.5 -3.5zM1792 256v384h-344l-128 -256h-720l-128 256h-344v-384h1664zM1728 2048q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25z\"\r\n },\r\n {\r\n Name: \"RingerActive\",\r\n Code: \"E498\",\r\n Path: \"M1664 1254v-742h128v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q130 0 248 -50q-10 -32 -16 -65t-7 -67q-53 26 -109.5 40t-115.5 14q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h1024v768q0 2 -0.5 4.5t-0.5 4.5q31 -14 63.5 -22t65.5 -13zM1024 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1728 2048q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25z\"\r\n },\r\n {\r\n Name: \"PopExpand\",\r\n Code: \"E49A\",\r\n Path: \"M1792 256v640h128v-768h-1792v1792h768v-128h-640v-1536h1536zM1152 1920h768v-768h-128v549l-723 -722l-90 90l722 723h-549v128z\"\r\n },\r\n {\r\n Name: \"FlowTemplate\",\r\n Code: \"E49C\",\r\n Path: \"M896 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1408 2048v-128h-128v128h128zM1536 1408v-128h-128v128h128zM1536 1664v-128h-128v128h128zM1408 1024v128h128v-128h-128zM128 0v128h128v-128h-128zM384 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM1536 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM896 128v128h-128v-128h128zM1792 640v128h-128v-128h128zM128 768v-128h-128v128h128zM0 256h128v-128h-128v128zM128 1024v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 512v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"TextDocumentSettings\",\r\n Code: \"E4AA\",\r\n Path: \"M1103 128q23 -37 52 -68.5t62 -59.5h-1089v2048h1115l549 -549v-494q-63 22 -128 29v374h-512v512h-896v-1792h847zM1280 1829v-293h293zM1152 831q-13 -15 -25.5 -30.5t-23.5 -32.5h-591v128h640v-65zM512 512v128h512v-60q0 -14 -4 -33.5t-6 -34.5h-502zM1408 1152v-128h-896v128h896zM1920 448q0 -31 -6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q18 25 39 47t47 39l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119l-124 -51q6 -30 6 -61zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"PowerAppsTemplate\",\r\n Code: \"E4AC\",\r\n Path: \"M896 2048v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1792v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM1408 1536v128h128v-128h-128zM1219 1084q0 27 17 47l165 207q11 14 26 21t32 7q37 0 59 -28l165 -207q16 -19 16 -47q0 -12 -4 -24t-12 -22l-165 -207q-22 -28 -59 -28q-17 0 -32 7t-26 21l-165 207q-17 20 -17 46zM0 256h128v-128h-128v128zM1210 112q0 -29 -16.5 -48t-34.5 -39q-22 -25 -56 -25q-17 0 -33 8t-27 22l-472 629q-15 19 -15 45q0 25 15 45l472 629q11 14 27 22t33 8q16 0 28.5 -5.5t22.5 -14.5t19 -20.5t19 -22.5q19 -22 19 -49t-18.5 -54.5t-40.5 -55t-40.5 -54.5t-18.5 -54q0 -25 16 -46l216 -283q15 -20 15 -45q0 -26 -15 -45l-216 -288q-15 -20 -15 -45q0 -28 18 -54.5t40 -53t40 -53t18 -53.5zM640 0v128h128v-128h-128zM2048 703q0 -12 -4 -24t-12 -22l-166 -207q-11 -13 -26 -20.5t-32 -7.5t-32 7.5t-26 20.5l-166 207q-17 20 -17 46q0 27 17 47l166 207q11 13 26 20.5t32 7.5t32 -7.5t26 -20.5l166 -207q16 -19 16 -47zM1699 322q0 -12 -4 -24t-12 -22l-165 -207q-22 -28 -59 -28q-17 0 -32 7t-26 21l-165 207q-17 20 -17 46q0 27 17 47l165 207q11 14 26 21t32 7q37 0 59 -28l165 -207q16 -19 16 -47zM640 2048v-128h-128v128h128zM128 512v-128h-128v128h128zM128 768v-128h-128v128h128zM128 0v128h128v-128h-128zM384 0v128h128v-128h-128zM384 2048v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"TemporaryAccessPass\",\r\n Code: \"E4AD\",\r\n Path: \"M1184 1344q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62zM1696 1344q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62zM0 2048h2048v-1106q-29 34 -60.5 64t-67.5 56v858h-1792v-1152h787q-13 -31 -22 -63t-16 -65h-877v1408zM352 1344q0 33 12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62zM1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128z\"\r\n },\r\n {\r\n Name: \"ChoiceColumn\",\r\n Code: \"E4AE\",\r\n Path: \"M1771 1198l104 104q23 -67 34 -137t11 -141q0 -124 -32 -238t-90.5 -213.5t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5t32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32q168 0 322 -60.5t279 -173.5l-90 -90q-106 94 -237 145t-274 51q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 45 -5.5 88t-15.5 86zM621 1133l339 -339l979 979l90 -90l-1069 -1069l-429 429z\"\r\n },\r\n {\r\n Name: \"CtrlButton\",\r\n Code: \"E4B8\",\r\n Path: \"M592 1480q38 0 77 -5t74 -21v-103q-64 38 -140 38q-54 0 -96 -18t-71.5 -49.5t-45 -75.5t-15.5 -96q0 -49 14.5 -90.5t41.5 -72t67 -47.5t91 -17q41 0 80 9.5t74 32.5v-96q-41 -22 -86 -29.5t-90 -7.5q-70 0 -126 23t-95 64.5t-59.5 98.5t-20.5 126q0 73 23 134.5t66 106.5t103 70t134 25zM970 1423v-133h108v-79h-108v-224q0 -34 12.5 -54t50.5 -20q25 0 45 15v-81q-18 -9 -38.5 -11.5t-40.5 -2.5q-63 0 -96.5 30t-33.5 95v253h-75v79h75v104zM1396 1288q11 0 21.5 -1.5t20.5 -6.5v-97q-11 9 -25 12t-28 3q-30 0 -50 -15t-32 -37.5t-17.5 -49t-5.5 -50.5v-214h-102v448h102v-92h1q13 39 42 69.5t73 30.5zM1498 832v694h102v-694h-102zM1568 1792q73 0 137 -27.5t112 -75.5t75.5 -112t27.5 -137v-704q0 -73 -27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5h-1216q-73 0 -137 27.5t-112 75.5t-75.5 112t-27.5 137v704q0 73 27.5 137t75.5 112t112 75.5t137 27.5h1216zM1792 736v704q0 46 -17.5 87t-48 71.5t-71.5 48t-87 17.5h-1216q-46 0 -87 -17.5t-71.5 -48t-48 -71.5t-17.5 -87v-704q0 -46 17.5 -87t48 -71.5t71.5 -48t87 -17.5h1216q46 0 87 17.5t71.5 48t48 71.5t17.5 87z\"\r\n },\r\n {\r\n Name: \"DensityDefault\",\r\n Code: \"E4B9\",\r\n Path: \"M0 256v128h1536v-128h-1536zM1536 1408v-128h-1536v128h1536zM0 768v128h2048v-128h-2048zM0 1920h2048v-128h-2048v128z\"\r\n },\r\n {\r\n Name: \"DensityComfy\",\r\n Code: \"E4BA\",\r\n Path: \"M1536 1152v-128h-1536v128h1536zM0 1920h2048v-128h-2048v128zM0 256v128h2048v-128h-2048z\"\r\n },\r\n {\r\n Name: \"ODLink\",\r\n Code: \"E4BB\",\r\n Path: \"M569 1152h910q26 0 41.5 -20t15.5 -44t-15.5 -44t-41.5 -20h-910q-26 0 -41.5 20t-15.5 44t15.5 44t41.5 20zM896 576q0 -26 -19 -45t-45 -19h-256q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-256q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5h256q26 0 45 -19t19 -45zM2048 1088q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5h-256q-26 0 -45 19t-19 45t19 45t45 19h256q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-256q-26 0 -45 19t-19 45t19 45t45 19h256q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224z\"\r\n },\r\n {\r\n Name: \"ODLink12\",\r\n Code: \"E4BC\",\r\n Path: \"M853 597q0 -35 -25 -60t-60 -25h-171q-123 0 -232 47t-190 128t-128 190t-47 232q0 82 21.5 158.5t60 143t93 121t121 93.5t143 60.5t158.5 21.5h171q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25h-171q-88 0 -165.5 -33.5t-135.5 -91.5t-91.5 -136t-33.5 -166t33.5 -165.5t91.5 -135.5t135.5 -91.5t165.5 -33.5h171q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5zM2048 1109q0 -123 -47 -232t-128 -190t-190 -128t-232 -47h-171q-35 0 -60 25t-25 60q0 18 6.5 33.5t18 27t27 18.5t33.5 7h171q88 0 165.5 33.5t135.5 91.5t91.5 135.5t33.5 165.5t-33.5 166t-91.5 136t-135.5 91.5t-165.5 33.5h-171q-35 0 -60 25t-25 60q0 18 6.5 33.5t18 27t27 18.5t33.5 7h171q82 0 158.5 -21.5t143 -60.5t121 -93.5t93 -121t60 -143t21.5 -158.5zM512 1109q0 18 6.5 33.5t18 27t27 18.5t33.5 7h854q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25h-854q-35 0 -60 25t-25 60z\"\r\n },\r\n {\r\n Name: \"TableColumn\",\r\n Code: \"E4BD\",\r\n Path: \"M128 1792h1664v-1536h-1664v1536zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM1664 384v256h-384v-256h384zM1664 768v256h-384v-256h384zM1664 1152v256h-384v-256h384zM1664 1536v128h-1408v-128h1408z\"\r\n },\r\n {\r\n Name: \"CalculatedTable\",\r\n Code: \"E4BE\",\r\n Path: \"M1280 384v-128h-128v128h128zM896 1408h1152v-1408h-1152v1408zM1920 128v1152h-896v-1152h896zM1408 256v128h128v-128h-128zM1280 640v-128h-128v128h128zM1664 512v128h128v-128h-128zM1792 1152v-384h-640v384h640zM1664 896v128h-384v-128h384zM1664 256v128h128v-128h-128zM1408 512v128h128v-128h-128zM640 1664v-256h128v-128h-128v-256h128v-128h-128v-256h128v-128h-768v1536h1664v-512h-128v128h-384v-128h-128v128h-384zM512 640v256h-384v-256h384zM512 1024v256h-384v-256h384zM512 1408v256h-384v-256h384zM128 1792h1408v128h-1408v-128z\"\r\n },\r\n {\r\n Name: \"ColumnSigma\",\r\n Code: \"E4BF\",\r\n Path: \"M2048 896v-128h-477l252 -320l-252 -320h477v-128h-640v128l252 320l-252 320v128h640zM1280 1024v-640h126l-101 -128h-1177v1536h1664v-768h-512zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384z\"\r\n },\r\n {\r\n Name: \"ColumnQuestion\",\r\n Code: \"E4C0\",\r\n Path: \"M1280 1024v-640h232q-5 -26 -6.5 -52t-1.5 -52v-24h-1376v1536h1664v-742l-32 4t-32 2q-82 0 -160 -32h-288zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM1664 0v128h128v-128h-128zM1984 640q0 -59 -19 -96.5t-46.5 -66.5t-58.5 -56t-54 -65q-10 -16 -12.5 -33.5t-2.5 -34.5q0 -8 0.5 -16t0.5 -16h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5z\"\r\n },\r\n {\r\n Name: \"ColumnQuestionMirrored\",\r\n Code: \"E4C1\",\r\n Path: \"M1984 640h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -34 22 -63t51.5 -58t59 -61t45.5 -73q9 -25 11.5 -47.5t2.5 -46.5v-35h-128v32q0 17 -2.5 34.5t-11.5 33.5q-23 38 -54 65t-58.5 56t-46.5 66.5t-19 96.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1664 0v128h128v-128h-128zM1504 285v-29h-1376v1536h1664v-742l-32 4t-32 2q-39 0 -82 -8q-5 -1 -17.5 -5t-25.5 -8t-23.5 -7.5t-11.5 -3.5h-288v-640h128q23 -27 47 -50.5t49 -48.5zM1664 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384z\"\r\n },\r\n {\r\n Name: \"ColumnFunction\",\r\n Code: \"E4C2\",\r\n Path: \"M2048 691q0 -29 -21 -43.5t-47 -14.5q-17 0 -33.5 4.5t-32.5 9.5q-35 -31 -61.5 -70t-50.5 -79q6 -26 13.5 -64.5t21 -73.5t35.5 -60t58 -25q6 0 15.5 1t19.5 2.5t19 3.5t14 5l-9 -34q-32 -14 -62.5 -24t-65.5 -10q-20 0 -38 5.5t-31 21.5q-9 12 -18 34.5t-16.5 47.5t-13.5 49l-10 40q-11 -18 -27.5 -43.5t-35.5 -51.5t-39 -48t-36 -34q-28 -21 -63 -21q-25 0 -40.5 13t-15.5 39q0 30 21.5 45t48.5 15q17 0 33 -6t32 -11q33 32 60.5 68.5t50.5 76.5q-2 13 -10 45.5t-19 67t-23 63.5t-22 35t-21.5 8.5t-22.5 2.5q-16 0 -32.5 -3t-30.5 -9l9 34q7 3 23 9.5t33.5 12.5t33.5 11t24 5q31 0 51 -14t32 -36t19 -48.5t13 -51.5q3 -12 7 -26.5t4 -26.5q18 25 38.5 60t44.5 67.5t53.5 55t66.5 22.5q23 0 38.5 -14.5t15.5 -37.5zM1083 384l-27 -128h-928v1536h1664v-704q-26 35 -56 54t-72 30v236h-384v-256h161q-6 -3 -13 -5t-13 -5q-38 -18 -70.5 -45.5t-59.5 -60.5t-48.5 -70.5t-37.5 -75.5h-47v134h-384v-256h299l-16 -64l-16 -64h-267v-256h315zM1152 1152v256h-384v-256h384zM256 1664v-128h1408v128h-1408zM640 384v1024h-384v-1024h384zM1546 730l-11 -47h-128l-91 -424q-10 -45 -33.5 -91t-57.5 -83.5t-77.5 -61t-93.5 -23.5q-15 0 -30 3t-28 9.5t-21 18.5t-8 30q0 23 14 39t38 16q15 0 27 -7.5t22 -18.5t18 -24t14 -24q27 2 47 25t33.5 54t22 64t13.5 54l96 444h-101l11 46h99q7 34 15 65t23 63q15 33 38 63t52 53.5t63.5 37t72.5 13.5q15 0 30.5 -3t28.5 -9.5t21 -18.5t8 -30q0 -25 -13 -40.5t-39 -15.5q-18 0 -30 7t-20.5 18t-15.5 24t-15 26q-21 -2 -37.5 -16.5t-29 -37t-22 -50.5t-16.5 -55.5t-11.5 -52t-7.5 -40.5h130z\"\r\n },\r\n {\r\n Name: \"PhotoBlock\",\r\n Code: \"E4C3\",\r\n Path: \"M1664 1344q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM0 1792h2048v-936q-57 62 -128 107v701h-1792v-677l448 447l577 -577q-22 -24 -40.5 -50t-35.5 -54l-501 501l-448 -449v-421h870q4 -32 10.5 -64.5t17.5 -63.5h-1026v1536zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"EditTable\",\r\n Code: \"E4C4\",\r\n Path: \"M1280 895l-255 -255h-257v-384h-640v1536h1664v-485q-37 -5 -66.5 -15.5t-61.5 -30.5v147h-384v-256h257l-128 -128h-129v-129zM1152 1152v256h-384v-256h384zM640 384v256h-384v-256h384zM640 768v256h-384v-256h384zM640 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128zM768 1024v-256h384v256h-384zM2048 954q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51z\"\r\n },\r\n {\r\n Name: \"AddTable\",\r\n Code: \"E4C6\",\r\n Path: \"M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 768v-128h-256v-384h-1152v1536h1664v-1024h-128v256h-384v-256h256zM1664 1152v256h-384v-256h384zM640 384v256h-384v-256h384zM640 768v256h-384v-256h384zM640 1152v256h-384v-256h384zM1152 384v256h-384v-256h384zM1152 768v256h-384v-256h384zM1152 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128z\"\r\n },\r\n {\r\n Name: \"AddField\",\r\n Code: \"E4C7\",\r\n Path: \"M1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128zM0 1792h2048v-1024h-128v896h-1792v-1152h1152v-128h-1280v1408z\"\r\n },\r\n {\r\n Name: \"CloudEdit\",\r\n Code: \"E4C8\",\r\n Path: \"M897 512l-128 -128h-257q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 62 92.5 111t115 83.5t132 52.5t143.5 18q96 0 184.5 -30.5t161.5 -86t126.5 -132t80.5 -169.5q-32 -20 -58.5 -47.5t-52.5 -53.5q-11 84 -49.5 155.5t-97.5 124t-135 82t-160 29.5q-63 0 -121 -17t-109 -48.5t-93 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h385zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51z\"\r\n },\r\n {\r\n Name: \"CloudLink\",\r\n Code: \"E4C9\",\r\n Path: \"M1088 1536q-63 0 -121.5 -17t-109 -48.5t-92.5 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h108q9 -65 35 -128h-143q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 62 92.5 111t115 83.5t132 52.5t143.5 18q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -41 -9 -80q-26 23 -57 41.5t-63 32.5q0 2 0.5 3t0.5 3q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM1091 768q-40 0 -75 -15t-60.5 -41t-40 -61t-14.5 -75q0 -32 9.5 -60.5t27.5 -52.5t42.5 -42t54.5 -28q-3 -18 -5 -36.5t-2 -36.5q0 -15 1.5 -29.5t3.5 -28.5q-57 10 -104.5 39t-82 71t-53.5 94.5t-19 109.5q0 66 25 124t67.5 101.5t100.5 69t124 25.5h254q65 0 123 -25.5t101 -69.5t68 -102t25 -123q0 -57 -18.5 -108.5t-52.5 -93.5t-80.5 -71t-102.5 -40v133q28 10 51.5 28t40.5 41.5t26 52t9 58.5q0 40 -15 75t-40.5 61t-60 41t-74.5 15h-254zM1786 639q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5q0 -66 -25 -124.5t-68.5 -103t-102 -70t-124.5 -25.5h-256q-66 0 -124.5 25.5t-102 70t-68.5 103t-25 124.5q0 57 19 109.5t53 94.5t81 71.5t103 40.5v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -39 15 -74.5t41 -62.5t61 -42.5t75 -15.5h256q40 0 75 15.5t61 42t41 62t15 75.5q0 31 -10 60.5t-28 54t-42.5 43t-54.5 27.5q3 17 5 34.5t2 35.5q0 15 -2 30.5t-4 30.5z\"\r\n },\r\n {\r\n Name: \"ExternalUser\",\r\n Code: \"E4CA\",\r\n Path: \"M570 592q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM256 768q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1536 1755l512 -512v-987h-128v933l-384 384l-384 -384v-933h-128v987zM1280 384v128h128v-128h-128zM1664 384v128h128v-128h-128zM1280 640v128h128v-128h-128zM1664 640v128h128v-128h-128zM1280 896v128h128v-128h-128zM1664 896v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"OrderLock\",\r\n Code: \"E4CB\",\r\n Path: \"M1024 1280v-128h-384v128h384zM640 896v128h384v-128h-384zM1024 1536v-128h-384v128h384zM1664 1408h-512v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-337q-31 10 -63 16t-65 6v224zM1280 1829v-293h293zM1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM512 1280v-128h-128v128h128zM512 1536v-128h-128v128h128zM384 896v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"MetricsUsage\",\r\n Code: \"E4CC\",\r\n Path: \"M128 878v-622h896q-11 -32 -17.5 -63t-10.5 -65h-996v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257zM2048 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -71 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM1792 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"MetricsInstall\",\r\n Code: \"E4CD\",\r\n Path: \"M1408 128h640v-128h-640v128zM1792 1024v-549l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v549h128zM128 878v-622h1152v-128h-1280v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257z\"\r\n },\r\n {\r\n Name: \"MetricsFailure\",\r\n Code: \"E4CE\",\r\n Path: \"M128 256h682q17 -34 36.5 -66t42.5 -62h-889v1792h128v-876l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257l-449 -449v-622zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 256v128h128v-128h-128zM1408 512v384h128v-384h-128z\"\r\n },\r\n {\r\n Name: \"CommunicationDetails\",\r\n Code: \"E4CF\",\r\n Path: \"M1280 896h-128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 98.5 -20.5t81.5 -55.5t55.5 -81.5t20.5 -98.5zM1536 896q0 105 -40.5 198t-110.5 163t-163 110.5t-198 40.5t-198.5 -40.5t-163 -110t-110 -163t-40.5 -198.5q0 -103 39 -196.5t111 -165.5l-91 -91q-91 93 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128zM390 262l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5t271.5 -36.5t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t37 -271.5h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -179 67.5 -343t194.5 -291zM1152 128v128h128v-128h-128zM1152 384v128h128v-128h-128zM1408 384v128h640v-128h-640zM1408 640v128h640v-128h-640zM1152 640v128h128v-128h-128zM1408 128v128h640v-128h-640z\"\r\n },\r\n {\r\n Name: \"CommunicationDetailsMirrored\",\r\n Code: \"E4D0\",\r\n Path: \"M2048 896h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -179 67.5 -343t194.5 -291l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5t271.5 -36.5t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t37 -271.5zM512 896q0 -103 39 -196.5t111 -165.5l-91 -91q-91 93 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128q0 105 -40.5 198t-110.5 163t-163 110.5t-198 40.5t-198.5 -40.5t-163 -110t-110 -163t-40.5 -198.5zM1280 896h-128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 98.5 -20.5t81.5 -55.5t55.5 -81.5t20.5 -98.5zM1920 384v128h128v-128h-128zM1152 128v128h640v-128h-640zM1920 128v128h128v-128h-128zM1920 640v128h128v-128h-128zM1152 640v128h640v-128h-640zM1152 384v128h640v-128h-640z\"\r\n },\r\n {\r\n Name: \"Variable3\",\r\n Code: \"E4D1\",\r\n Path: \"M421 1792v-112q-47 -1 -76 -18t-45 -45.5t-21 -67t-5 -81.5q0 -42 2.5 -86t2.5 -88q0 -45 -5 -87t-20 -77.5t-42 -62t-72 -40.5v-4q39 -11 65.5 -33.5t42.5 -52t22.5 -65t6.5 -72.5v-253q0 -40 5.5 -73t21 -56.5t44 -37t73.5 -14.5v-110q-93 1 -149 28t-85 71.5t-38 101.5t-9 119q0 45 2 88.5t2 85.5q0 45 -5 84t-20.5 69t-44 48.5t-74.5 21.5v102q46 3 74.5 21.5t43.5 49t20 70.5t5 85q0 40 -1.5 82.5t-1.5 84.5q0 62 8.5 120t38 103t85 72.5t149.5 28.5zM1262 1434h165l-313 -452l308 -442h-174q-57 90 -113.5 178.5t-110.5 179.5h-4q-55 -91 -113 -179.5t-116 -178.5h-172l318 439l-304 455h174q56 -94 111.5 -186.5t107.5 -188.5h4zM2048 1075v-102q-47 -3 -75 -21.5t-43.5 -48t-20.5 -69t-5 -84.5q0 -42 2 -86t2 -89q0 -62 -9 -119t-38 -101.5t-84.5 -71t-148.5 -27.5v110q44 1 72.5 14.5t44.5 37.5t22 57t6 72v253q0 37 6.5 72.5t22 65t42 52t65.5 33.5v4q-45 13 -72 39.5t-41.5 62t-19.5 77t-5 86.5t2 90t2 87q0 43 -5 81.5t-21 67t-44.5 45t-76.5 17.5v112q93 -1 148.5 -28t84.5 -72t38 -103t9 -120q0 -43 -2 -85.5t-2 -83.5q0 -45 5 -84.5t20.5 -70t43.5 -49t75 -21.5z\"\r\n },\r\n {\r\n Name: \"SettingsSecure\",\r\n Code: \"E4D2\",\r\n Path: \"M1024 1288q-55 0 -103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103q0 -62 27.5 -116.5t76.5 -91.5v-131q-49 23 -89 58.5t-68 80t-43.5 95.5t-15.5 105q0 78 29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5q50 0 97.5 -13t89.5 -37.5t77 -59.5t60 -78q-26 -9 -52 -21t-49 -27q-36 57 -95 90.5t-128 33.5zM782 146l146 234q13 -30 28.5 -58.5t33.5 -56.5h-2l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-115 -72h-7q-22 0 -43 3t-42 5q-14 9 -28 16.5t-28 15.5l123 77l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z\"\r\n },\r\n {\r\n Name: \"LightningSecure\",\r\n Code: \"E4D3\",\r\n Path: \"M358 128l508 509q2 -40 8.5 -79t17.5 -77l-482 -481h-290l384 768h-447l640 1280h719l-384 -768h658l-47 -48q-27 5 -54 8t-55 3q-81 0 -150 -19.5t-138 -60.5q-7 -4 -24 -7.5t-24 -3.5h-373l384 768h-433l-512 -1024h447l-384 -768h31zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z\"\r\n },\r\n {\r\n Name: \"MailSecure\",\r\n Code: \"E4D4\",\r\n Path: \"M0 1664h2048v-515h-128v251l-323 -161q-16 2 -31.5 3t-31.5 1q-79 0 -149.5 -19t-138.5 -61q-9 -5 -24 -8t-32 -4.5t-33 -1.5h-26l774 387h-1762l753 -384v-128l-768 376v-888h756q15 -67 42 -128h-926v1280zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z\"\r\n },\r\n {\r\n Name: \"CloudSecure\",\r\n Code: \"E4D5\",\r\n Path: \"M884 512q15 -67 42 -128h-414q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157q81 -5 154.5 -38.5t130.5 -90.5q-20 0 -39.5 1.5t-39.5 5.5q-59 40 -135.5 63t-150.5 23q-11 0 -22 -0.5t-22 -1.5q-24 66 -65.5 120.5t-96.5 93t-120 60t-135 21.5t-135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h372zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z\"\r\n },\r\n {\r\n Name: \"IoTSecure\",\r\n Code: \"E4D6\",\r\n Path: \"M768 1024q0 -58 25.5 -110t70.5 -88v-149q-44 21 -82 51.5t-67 69.5l-209 -105q6 -26 6 -53q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q56 0 105.5 -23t86.5 -65l210 105q-8 27 -13 54.5t-5 56.5q0 71 25.5 136.5t73.5 117.5l-123 153q-49 -23 -104 -23q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13.5 -81t-38.5 -72l123 -153q42 24 89 37t96 13q41 0 80 -8.5t76 -25.5l166 248q-32 35 -49 78.5t-17 91.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-22 0 -43 4t-41 11l-165 -248q20 -20 37 -42.5t31 -46.5q-30 -10 -55.5 -23t-53.5 -28q-2 -1 -3 -1t-3 -1q-35 55 -92.5 87t-123.5 32q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM512 1536q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM256 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50 -1t53 -1q54 0 107.5 7t95.5 33q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z\"\r\n },\r\n {\r\n Name: \"TestAdd\",\r\n Code: \"E4DC\",\r\n Path: \"M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1280 512v-384h256v-128h-1310q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q5 9 7.5 16t2.5 18v604h-128v128h768v-128h-128v-604q0 -11 2.5 -18.5t7.5 -16.5l374 -651v-118h-256zM410 640h972l-331 577q-13 23 -20 48t-7 51v604h-256v-604q0 -26 -7 -51t-20 -48z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderFragmentLock\",\r\n Code: \"E4DD\",\r\n Path: \"M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM1590 1408h-364l-183 -320l183 -320h-74v-128l-256 448l256 448h512l250 -437q-24 18 -46 31t-44.5 22.5t-47.5 15.5t-55 10zM256 1024h512l256 -448l-256 -448h-512l-256 448zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364zM768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderFragmentTest\",\r\n Code: \"E4DE\",\r\n Path: \"M1977 128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 31 14 57l299 598v241h-128v128h640v-128h-128v-241l299 -598q14 -26 14 -57zM1223 384h498l-185 369v271h-128v-271zM768 1152h-512l-256 448l256 448h512l256 -448zM330 1920l-183 -320l183 -320h364l183 320l-183 320h-364zM1024 864l-128 224l256 448h512l146 -256h-147l-73 128h-364l-73 -128h-129v-416zM768 1024l242 -424l-172 -344q-2 -4 -3 -8.5t-3 -8.5l-64 -111h-512l-256 448l256 448h512zM694 256l183 320l-183 320h-364l-183 -320l183 -320h364z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderModuleLock\",\r\n Code: \"E4DF\",\r\n Path: \"M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM147 1024l439 -768h566v-128h-640l-512 896l512 896h1024l512 -896l-27 -46q-37 62 -81.5 102.5t-110.5 69.5l-367 642h-876z\"\r\n },\r\n {\r\n Name: \"WebAppBuilderModuleTest\",\r\n Code: \"E4E0\",\r\n Path: \"M1664 783l299 -598q14 -26 14 -57q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 31 14 57l299 598v241h-128v128h640v-128h-128v-241zM1223 384h498l-185 369v271h-128v-271zM147 1024l439 -768h252q-31 -62 -31 -128h-295l-512 896l512 896h1024l366 -640h-147l-293 512h-876z\"\r\n },\r\n {\r\n Name: \"TestRemove\",\r\n Code: \"E4E1\",\r\n Path: \"M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM1412 320l-227 -226l93 -94h-924q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q5 9 7.5 16t2.5 18v604h-128v128h768v-128h-128v-604q0 -11 2.5 -18.5t7.5 -16.5l229 -400l-94 -93l-246 429q-13 23 -20 48t-7 51v604h-256v-604q0 -26 -7 -51t-20 -48l-331 -577h740l-93 -93z\"\r\n },\r\n {\r\n Name: \"SamsungGallery\",\r\n Code: \"E4E2\",\r\n Path: \"M1434 2048q85 0 163.5 -22t146.5 -62t124 -96t96 -124t62 -146.5t22 -163.5v-820q0 -85 -22 -163.5t-62 -146.5t-96 -124t-124 -96t-146.5 -62t-163.5 -22h-820q-85 0 -163.5 22t-146.5 62t-124 96t-96 124t-62 146.5t-22 163.5v820q0 85 22 163.5t62 146.5t96 124t124 96t146.5 62t163.5 22h820zM1295 1016q33 21 73.5 33.5t82.5 21.5t84 17.5t79 23t66 38.5t46 63q15 34 15 71q0 40 -16.5 73t-44 57t-63 37.5t-72.5 13.5q-34 0 -65.5 -12.5t-61.5 -32t-59.5 -43.5t-59.5 -47.5t-61 -44t-64 -31.5q6 48 14.5 95.5t19.5 95.5q5 23 11 45t11 45q1 4 1 8v8q0 39 -15 74t-40.5 60.5t-60 40.5t-73.5 15q-26 0 -48 -1.5t-48 -11.5q-27 -10 -48.5 -27.5t-36.5 -40.5t-23.5 -49.5t-8.5 -54.5v-10.5t1 -10.5q5 -23 11 -44.5t11 -44.5q21 -93 33 -189q-34 11 -65 31.5t-61 44.5t-59 49t-59.5 45t-63 33t-68.5 13q-40 0 -76.5 -14.5t-64 -40.5t-44 -61t-16.5 -75q0 -64 36.5 -107t95.5 -61q37 -12 79 -20.5t83.5 -18.5t80.5 -23.5t71 -34.5q-33 -22 -73 -34t-83 -21.5t-85 -18.5t-79 -24t-66.5 -38.5t-45.5 -61.5q-8 -17 -11 -35t-3 -36q0 -39 16 -73.5t42.5 -60t61.5 -40.5t74 -15q55 0 102.5 27.5t92 64t90 72.5t98.5 53q0 -36 -9 -70.5t-19.5 -68.5t-19.5 -68.5t-9 -69.5q0 -42 15.5 -77.5t42.5 -60.5t63.5 -39t77.5 -14q21 0 40 1.5t39 9.5q27 10 48.5 28t37 40.5t23.5 49.5t8 55q0 36 -8.5 70.5t-18.5 69t-19 69t-9 70.5q49 -18 93 -53.5t87 -71t88.5 -62t99.5 -26.5q40 0 76.5 14t64 39.5t43.5 60t16 75.5q0 63 -35.5 105t-92.5 61q-38 12 -79.5 21t-82.5 19t-79.5 24.5t-71.5 38.5zM1024 1229q42 0 79.5 -16t65.5 -44t44 -65.5t16 -79.5t-16 -79.5t-44 -65.5t-65.5 -44t-79.5 -16t-79.5 16t-65.5 44t-44 65.5t-16 79.5t16 79.5t44 65.5t65.5 44t79.5 16z\"\r\n },\r\n {\r\n Name: \"PBIDirectQuery\",\r\n Code: \"E4E9\",\r\n Path: \"M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM128 384h896l128 -128h-1152v1664h1792v-1024h-128v640h-1536v-1152zM128 1792v-128h1536v128h-1536z\"\r\n },\r\n {\r\n Name: \"PBIDual\",\r\n Code: \"E4EA\",\r\n Path: \"M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM1280 930l-128 -128v266q-61 -24 -125 -34t-130 -10q-64 0 -130.5 10t-126.5 34v-342q0 -9 6 -14l12 -10q19 -17 49.5 -29t64 -19.5t66.5 -10.5t58 -3q55 0 104 10l-119 -119l18 -19h-3q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74v490q0 39 20.5 69t53.5 51t74.5 35t84.5 22.5t83 11.5t69 3t69 -3t82.5 -11t84 -22t74.5 -35t53 -51t20 -70v-286zM1152 1219q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-12 0 -34.5 -1.5t-49.5 -5t-56 -9t-53.5 -13t-42 -17.5t-22.5 -22q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5zM128 384h900l92 -92v-36h-1120v1664h1792v-1024h-128v640h-1536v-1152zM128 1792v-128h1536v128h-1536z\"\r\n },\r\n {\r\n Name: \"PBIImport\",\r\n Code: \"E4EB\",\r\n Path: \"M128 1920h1792v-1664h-1792v1664zM1792 384v1152h-1536v-1152h1536zM1792 1664v128h-1536v-128h1536zM640 726v490q0 39 20.5 69t53.5 51t75 35t84.5 22.5t82.5 11.5t69 3t69 -3t82.5 -11t84 -22t74.5 -35t53 -51t20 -70v-490q0 -41 -19.5 -73t-52 -56t-73.5 -40t-83.5 -26t-83.5 -14.5t-72 -4.5q-32 0 -73 4t-83.5 14t-83.5 26t-73 40t-51.5 56t-19.5 74zM1280 726v342q-61 -24 -125 -34t-130 -10q-64 0 -130.5 10t-126.5 34v-342q0 -8 6.5 -13.5t11.5 -10.5q19 -17 49 -29t64 -19.5t67 -10.5t58 -3t58 3t67 10.5t64 19t49 29.5l12 10t6 14zM767 1212q13 -17 47.5 -28t74 -18.5t77.5 -10.5t59 -3q19 0 58 3.5t80 11.5t74.5 20.5t42.5 31.5q-12 16 -46 28t-73.5 19t-77.5 10.5t-58 3.5q-12 0 -34.5 -1.5t-49.5 -5t-56 -9t-53.5 -13t-42 -17.5t-22.5 -22z\"\r\n },\r\n {\r\n Name: \"PBILiveConnect\",\r\n Code: \"E4EC\",\r\n Path: \"M1875 327l90 -90l-237 -237l-237 237l90 90l83 -82v523h128v-523zM1581 531l-90 -90l-83 82v-523h-128v523l-83 -82l-90 90l237 237zM128 384h896l128 -128h-1152v1664h1664v-1024h-128v640h-1408v-1152zM128 1792v-128h1408v128h-1408zM1277 927l-143 -143q15 26 26.5 54t17.5 58h-124q-5 -64 -18.5 -126.5t-39.5 -121.5l6 4l-137 -137q-8 -1 -16.5 -2t-16.5 -1q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -8 -1 -16.5t-2 -16.5zM663 651q-26 59 -37 120t-16 125h-124q14 -78 60.5 -142.5t116.5 -102.5zM665 1270q-71 -38 -117.5 -102.5t-61.5 -143.5h124q5 64 16.5 125.5t38.5 120.5zM957 896h-251q1 -17 5 -44.5t10.5 -59.5t16 -65t23 -59t31 -43t40.5 -17q21 0 38 17t30.5 43.5t23.5 59.5t16.5 65t10.5 59.5t6 43.5zM706 1024h252q-2 16 -6 43.5t-11 59.5t-17 65t-23.5 59.5t-30.5 43.5t-38 17q-22 0 -39.5 -17t-31 -43.5t-23.5 -59t-16.5 -64.5t-10.5 -60t-5 -44zM1054 1024h124q-15 80 -63 145t-120 103q29 -60 41.5 -121t17.5 -127z\"\r\n },\r\n {\r\n Name: \"UserWindow\",\r\n Code: \"E4ED\",\r\n Path: \"M1763 459q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -92 -41 -173.5t-115 -135.5zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM0 1920h2048v-979q-20 60 -52 113t-76 98v256h-1792v-1024h858q-21 -30 -38.5 -62t-31.5 -66h-916v1664zM128 1536h1792v256h-1792v-256z\"\r\n },\r\n {\r\n Name: \"ObjectRecognition\",\r\n Code: \"E4EE\",\r\n Path: \"M0 1280v512h512v-128h-384v-384h-128zM1536 1792h512v-512h-128v384h-384v128zM1920 512v384h128v-512h-512v128h384zM128 896v-384h384v-128h-512v512h128zM576 640l448 896l448 -896h-896zM783 768h482l-241 482z\"\r\n },\r\n {\r\n Name: \"ClipboardListAdd\",\r\n Code: \"E4EF\",\r\n Path: \"M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1536 1024h-768v128h768v-128zM768 640v128h512v-128h-512zM384 1664v-1536h896v-128h-1024v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1024h-128v896h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM768 256v128h512v-128h-512zM640 1152v-128h-128v128h128zM512 256v128h128v-128h-128zM640 768v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"ClipboardListQuestion\",\r\n Code: \"E4F0\",\r\n Path: \"M1664 0v128h128v-128h-128zM1984 640q0 -59 -19 -96.5t-46.5 -66.5t-58.5 -56t-54 -65q-10 -16 -12.5 -33.5t-2.5 -34.5q0 -8 0.5 -16t0.5 -16h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1536 1152v-128h-768v128h768zM768 640v128h566q-10 -31 -16 -63t-6 -65h-544zM768 256v128h744q-5 -26 -6.5 -52t-1.5 -52v-24h-736zM384 1664v-1536h1120v-128h-1248v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-742l-32 4t-32 2t-32 -2l-32 -4v614h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM640 1152v-128h-128v128h128zM512 256v128h128v-128h-128zM640 768v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"ClipboardListReply\",\r\n Code: \"E4F1\",\r\n Path: \"M2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q51 0 98 -19.5t83 -55.5t55.5 -83t19.5 -98zM1348 768l-128 -128h-452v128h580zM768 256v128h324l128 -128h-452zM1536 1152v-128h-768v128h768zM640 1152v-128h-128v128h128zM640 768v-128h-128v128h128zM512 256v128h128v-128h-128zM384 128h964l128 -128h-1220v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1022l-128 128v766h-128v-256h-1024v256h-128v-1536zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256z\"\r\n },\r\n {\r\n Name: \"SurveyQuestionResponse\",\r\n Code: \"E4F2\",\r\n Path: \"M256 128h1091l128 -128h-1347v2048h1115l549 -549v-729l-128 128v510h-512v512h-896v-1792zM1280 1829v-293h293zM2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q51 0 98 -19.5t83 -55.5t55.5 -83t19.5 -98zM1024 513h-128v64q0 59 19 103.5t47.5 80.5t61.5 66t61.5 60t47.5 63t19 75q0 39 -15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74h-128q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -50 -12 -87t-31.5 -67t-44.5 -55t-51.5 -50t-52 -52t-45.5 -62q-13 -22 -16.5 -45.5t-3.5 -47.5q0 -11 0.5 -23t0.5 -23zM896 257v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"DesktopFlow\",\r\n Code: \"E4F3\",\r\n Path: \"M1664 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM1024 128v128h-128v-128h128zM1920 640v128h-128v-128h128zM640 640h256v128h-896v1152h1920v-896h-128v768h-1664v-896h1218l-51 -128h-271v-128h219l-51 -128h-552v128z\"\r\n },\r\n {\r\n Name: \"CCSolid\",\r\n Code: \"E4F4\",\r\n Path: \"M0 1664h2048v-1280h-2048v1280zM704 784q-50 0 -93.5 19t-76 51.5t-51.5 76t-19 93.5q0 49 19 93t51.5 76.5t76 51.5t93.5 19q48 0 91.5 -18t78.5 -52l113 113q-57 57 -130 87t-153 30q-83 0 -155.5 -31.5t-127 -86t-86 -127.5t-31.5 -155q0 -83 31.5 -155.5t86 -127t127 -86t155.5 -31.5q80 0 153 30t130 87l-113 113q-35 -34 -78.5 -52t-91.5 -18zM1472 784q-50 0 -93.5 19t-76 51.5t-51.5 76t-19 93.5q0 49 19 93t51.5 76.5t76 51.5t93.5 19q48 0 91.5 -18t78.5 -52l113 113q-57 57 -130 87t-153 30q-83 0 -155.5 -31.5t-127 -86t-86 -127.5t-31.5 -155q0 -83 31.5 -155.5t86 -127t127 -86t155.5 -31.5q80 0 153 30t130 87l-113 113q-35 -34 -78.5 -52t-91.5 -18z\"\r\n },\r\n {\r\n Name: \"DataEnrichment\",\r\n Code: \"E4F5\",\r\n Path: \"M1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM384 448q0 -9 5 -17.5t12 -16.5t15 -15t14 -12q50 -38 116.5 -63t138 -40t143.5 -21.5t132 -6.5q81 0 161.5 9.5t158.5 30.5v-133q-79 -18 -159 -26.5t-161 -8.5q-69 0 -137.5 6t-136.5 19q-34 6 -79.5 18t-93 30t-94 42t-82.5 54.5t-58.5 68t-22.5 82.5v384q0 51 29 92t72 73t92 54.5t90 36.5q-41 13 -90 36t-92 55t-72 73t-29 92v384q0 45 22.5 82.5t58.5 68t82.5 54.5t94 42t93 29.5t79.5 18.5q68 13 136.5 19t137.5 6t137.5 -6t136.5 -19q34 -7 79.5 -18.5t93 -29.5t94 -42t82.5 -54.5t58.5 -68t22.5 -82.5v-384q0 -51 -29 -92t-72 -73t-92.5 -55t-89.5 -36q40 -14 89.5 -36.5t92.5 -54.5t72 -73t29 -92v-64h-128v-120q-59 -38 -130.5 -64t-147.5 -42t-152.5 -23t-145.5 -7t-145.5 7t-152.5 23t-147.5 42t-130.5 64v-200zM960 1920q-60 0 -133.5 -6.5t-147.5 -22.5t-142 -42.5t-116 -66.5q-10 -9 -23.5 -24t-13.5 -30t13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30t-13.5 30t-23.5 24q-48 40 -116 66.5t-142 42.5t-147.5 22.5t-133.5 6.5zM384 1344q0 -15 13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30v200q-59 -38 -130.5 -64t-147.5 -42t-152.5 -23t-145.5 -7t-145.5 7t-152.5 23t-147.5 42t-130.5 64v-200zM960 1024q-60 0 -133.5 -6.5t-147.5 -22.5t-142 -42.5t-116 -66.5q-10 -9 -23.5 -24t-13.5 -30t13.5 -30t23.5 -24q48 -40 116 -66.5t142 -42.5t147.5 -22.5t133.5 -6.5t133.5 6.5t147.5 22.5t142 42.5t116 66.5q10 9 23.5 24t13.5 30t-13.5 30t-23.5 24q-48 40 -116 66.5t-142 42.5t-147.5 22.5t-133.5 6.5z\"\r\n },\r\n {\r\n Name: \"NetworkDeviceScanning\",\r\n Code: \"E4F6\",\r\n Path: \"M2048 1350v-647q0 -59 -27 -107t-69 -87q-52 -49 -121.5 -86t-150 -64.5t-167.5 -46t-173 -30t-167 -16.5t-149 -5t-149 5t-167 16.5t-173 30t-167.5 46t-150.5 65t-121 85.5q-42 39 -69 87t-27 107v647q0 58 27.5 107t68.5 87q51 49 121 86t150.5 65t167.5 46.5t173 29.5t167 16t149 5t149 -5t167 -16t173 -29.5t167.5 -46.5t150.5 -65t121 -86q41 -38 68.5 -87t27.5 -107zM128 1350q0 -38 27 -71t65 -59.5t79 -46t70 -31.5q73 -30 155 -50t167 -33t169.5 -18.5t163.5 -5.5t163.5 5.5t169 18.5t166.5 33t156 50q28 12 69.5 31.5t79.5 46t65 59.5t27 71q0 37 -27 70t-65.5 59.5t-79.5 46.5t-69 32q-72 30 -154.5 50t-168 32.5t-170 18t-162.5 5.5t-162.5 -5.5t-170 -18t-168 -32.5t-154.5 -50q-28 -12 -69 -32t-79.5 -46.5t-65.5 -59.5t-27 -70zM1920 703v425q-84 -64 -196 -106.5t-233.5 -68t-242.5 -36t-224 -10.5t-224 10.5t-242.5 36t-233.5 68t-196 106.5v-425q0 -38 27 -71t65 -59.5t79 -46t70 -31.5q73 -30 155 -50t167 -32.5t169.5 -18t163.5 -5.5t163.5 5.5t169 18t166.5 32.5t156 50q28 12 69.5 31.5t79.5 46t65 59.5t27 71zM1231 1470l-208 -61l-223 76l42 121l183 -63l170 50zM1025 1156l-183 -63l-42 121l223 77l208 -62l-36 -123zM1443 1163l-70 106l112 75l-112 75l70 106l272 -181zM675 1269l-70 -106l-272 181l272 181l70 -106l-112 -75z\"\r\n },\r\n {\r\n Name: \"D365CustomerVoiceApp\",\r\n Code: \"E4F7\",\r\n Path: \"M2040 987q0 -159 -51 -307q-25 -73 -64.5 -145.5t-88.5 -139.5t-106.5 -126.5t-118.5 -106.5q-21 -17 -42.5 -25t-47.5 -8q-19 0 -52.5 10t-70 23.5t-70 27t-53.5 21.5q-15 -45 -46 -70t-69.5 -36.5t-81.5 -13.5t-83 -2q-103 0 -205 21.5t-197.5 62.5t-182 100t-157 134t-123 164.5t-81.5 191.5q-41 146 -41 296q0 160 51 309q45 131 123.5 243.5t178.5 206.5q18 17 37 35t39 33q21 16 43 24.5t48 8.5q19 0 52.5 -10t69.5 -23.5t69.5 -27.5t53.5 -21q15 45 46 70t69.5 36.5t81.5 13.5t83 2q103 0 205 -21.5t197.5 -62.5t182 -100t157 -134t123 -164.5t81.5 -191.5q41 -146 41 -298zM995 217q14 0 27 0.5t27 1.5q-123 5 -230.5 55.5t-187 133.5t-125.5 193t-46 233q0 81 20.5 159t61.5 148q53 92 124.5 152.5t165.5 105.5q7 3 13 9t6 14q0 2 -5 21.5t-12.5 48.5t-16.5 62t-17.5 63t-14.5 52.5t-8 28.5q-5 2 -25 9.5t-47.5 18t-58 22t-56 21t-43.5 16t-19 6.5q-6 0 -9 -3q-84 -68 -154 -149t-121 -173t-79.5 -194t-28.5 -212q0 -66 9.5 -133t27.5 -131q25 -88 71 -165t108 -141t137 -115t158 -86t171.5 -53.5t176.5 -18.5zM1070 627q0 48 27 84t69 56q67 31 121.5 76.5t92.5 103t59 125t21 142.5q0 100 -38 189t-104 155t-154.5 104.5t-189.5 38.5q-16 0 -32 -1t-32 -3l63 -237q5 -22 5 -39q0 -48 -27 -84t-69 -56q-67 -31 -121.5 -76.5t-92.5 -103t-59 -125.5t-21 -143q0 -101 38.5 -190t105 -155t155.5 -104t190 -38q16 0 31 1t30 3l-63 238q-2 10 -3.5 19t-1.5 20zM1912 988q0 67 -9.5 133.5t-27.5 130.5q-37 132 -120.5 238.5t-195 182.5t-242.5 117t-264 41q-14 0 -27 -0.5t-27 -1.5q123 -5 231 -55.5t187.5 -134t125.5 -193.5t46 -233q0 -81 -21 -159t-62 -148q-53 -92 -124.5 -151.5t-165.5 -105.5q-7 -3 -13 -9.5t-6 -14.5q0 -2 5 -21.5t12.5 -48t16.5 -61.5t17.5 -63t14.5 -52.5t8 -28.5q6 -2 26 -10t47 -18t57.5 -21.5t56.5 -21t43.5 -16t19.5 -6.5q5 0 8 3q84 71 154.5 151t121.5 170.5t79 191.5t28 215z\"\r\n },\r\n {\r\n Name: \"DiamondUser\",\r\n Code: \"E4F9\",\r\n Path: \"M1158 1152h-489l309 -792q-69 -107 -94 -228l-869 1043q-15 18 -15 41q0 18 9 33l384 640q8 14 23 22.5t32 8.5h1152q17 0 32 -8.5t23 -22.5l384 -640q9 -15 9 -33q0 -14 -9 -30t-21 -31.5t-25 -30t-22 -24.5q-49 62 -112.5 108t-138.5 72h151l-307 512h-253l193 -484q-32 -2 -64 -8.5t-64 -16.5l-203 509h-298l-204 -512h695q-59 -20 -111.5 -51.5t-96.5 -76.5zM484 1792l-307 -512h356l204 512h-253zM822 406l-290 746h-331zM1771 459q64 -33 116.5 -81.5t90 -108t57.5 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1543 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"FabricChannelFolder\",\r\n Code: \"E4FA\",\r\n Path: \"M2048 1408h-128v128h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h512v-128h-512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM768 384v896h1280v-896h-677l-347 -347v347h-256zM896 1152v-640h256v-165l165 165h603v640h-1024z\"\r\n },\r\n {\r\n Name: \"ContentUnderstandingApp\",\r\n Code: \"E4FB\",\r\n Path: \"M1835 1920q18 0 34 -7.5t27 -20.5t17.5 -29t6.5 -34v-874q0 -29 -18.5 -53.5t-48.5 -28.5l-1 -1l-847 -109l852 -162q8 -2 12.5 -8.5t4.5 -14.5q0 -14 -11 -20l-784 -418q-23 -12 -50 -12q-32 0 -58 17l-809 526q-16 11 -25 27.5t-9 35.5v118q0 20 9 36.5t26 27.5l537 328l-530 175q-20 7 -31 23.5t-11 36.5v159q0 23 14.5 41.5t37.5 21.5l1619 215q9 2 18 3t18 1zM256 1525q148 -48 294 -96t293 -97l686 419l-1273 -169v-57zM1539 531q-173 33 -343 66t-343 65l-256 49q-13 0 -43 -3.5t-63.5 -8.5t-65 -9.5t-47.5 -6.5l652 -424zM1792 994v768l-1536 -946v-20z\"\r\n },\r\n {\r\n Name: \"KnowledgeManagementApp\",\r\n Code: \"E4FC\",\r\n Path: \"M1920 670q0 -111 -41.5 -209.5t-113.5 -172.5t-169.5 -117t-209.5 -43q-91 0 -182.5 30.5t-161.5 90.5q-17 14 -31.5 30t-30.5 30q-12 11 -23 17t-28 6t-35 -10q-35 -19 -66.5 -34t-63.5 -26t-66.5 -17t-75.5 -6q-101 0 -191 39t-157.5 106t-106.5 156.5t-39 190.5q0 58 14 115.5t40.5 110t64.5 97.5t86 79q22 16 45.5 26.5t46.5 24.5q20 11 30 25t10 37q0 26 -5.5 55.5t-5.5 60.5q0 116 44.5 218t121 177.5t178.5 119t218 43.5q115 0 216.5 -45t177.5 -121.5t120 -178.5t44 -217q0 -32 -3.5 -62.5t-9.5 -61.5q-2 -10 -2 -16q0 -21 11 -35t28 -25q12 -7 24.5 -12.5t24.5 -12.5q63 -35 113.5 -85t86 -110t54.5 -128t19 -140zM1430 1218q0 34 8 67t8 67q-79 -17 -156.5 -37.5t-156.5 -34.5l225 -468l272 180q-20 15 -41 26.5t-43 22.5q-53 26 -84.5 71.5t-31.5 105.5zM1429 1480q-18 63 -53.5 117t-84 94.5t-108 66t-124.5 32.5q10 -97 19.5 -194t18.5 -194zM1035 1190l-227 -373q106 -8 209.5 -14.5t209.5 -14.5zM931 1784q-60 -12 -113.5 -39.5t-97 -67t-75 -90.5t-47.5 -110l370 -73zM280 604l301 164l-245 191q-39 -48 -59.5 -107t-20.5 -121q0 -67 24 -127zM621 367q23 0 46 3l-24 286l-297 -162q52 -60 124 -93.5t151 -33.5zM434 1045l247 -191l258 426l-357 69q0 -26 5 -52t5 -52q0 -59 -30.5 -106t-83.5 -72q-11 -5 -22 -10.5t-22 -11.5zM929 460q40 0 65.5 -10t45.5 -26t39.5 -36.5t46.5 -41.5l116 313h1h-1q-119 7 -237 15t-237 16q5 -70 11 -140t13 -140q19 10 34 19.5t30.5 16t32.5 10.5t40 4zM1383 256q78 0 149 28t127 82l-298 246l-123 -329q69 -27 145 -27zM1739 466q26 46 39.5 97t13.5 104q0 62 -18.5 121t-53.5 110q-70 -47 -140.5 -92.5t-140.5 -92.5zM1721 899v-1v1z\"\r\n },\r\n {\r\n Name: \"TaskAdd\",\r\n Code: \"E4FD\",\r\n Path: \"M384 1664v-1536h1152v-128h-1280v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1024h-128v896h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM717 781l179 -178l467 466l90 -90l-557 -558l-269 270z\"\r\n },\r\n {\r\n Name: \"UnavailableOffline\",\r\n Code: \"E545\",\r\n Path: \"M2048 384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h195l128 -128h-195v-768h1280v768h-195l128 128h195v-933l208 -208q12 -12 21 -29t15 -36t9 -38.5t3 -35.5zM128 384h1792q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5zM749 1043l-90 90l274 275l-274 275l90 90l275 -274l275 274l90 -90l-274 -275l274 -275l-90 -90l-275 274z\"\r\n },\r\n {\r\n Name: \"SavedOffline\",\r\n Code: \"E546\",\r\n Path: \"M2048 384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h286l-128 -128h-30v-768h1280v768h-67l128 128h67v-933l208 -208q12 -12 21 -29t15 -36t9 -38.5t3 -35.5zM128 384h1792q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5zM1581 1747l-621 -621l-365 365l90 90l275 -275l531 531z\"\r\n },\r\n {\r\n Name: \"ZeroDayCalendar\",\r\n Code: \"E547\",\r\n Path: \"M1032 1152q71 0 118.5 -26.5t76.5 -70.5t41 -101.5t12 -118.5q0 -64 -14 -122.5t-45.5 -103t-81.5 -71t-122 -26.5q-71 0 -118.5 26.5t-76.5 70.5t-41.5 101t-12.5 119q0 64 14 122.5t45.5 103t82 71t122.5 26.5zM891 833v-17.5t2 -17.5l245 168q-14 39 -42 65.5t-72 26.5q-41 0 -67 -23.5t-40.5 -57.5t-20 -73.5t-5.5 -70.5zM1024 606q41 0 67 23.5t40.5 57.5t20 73t5.5 71q0 8 -1 16t-1 16l-244 -166q14 -39 41 -65t72 -26zM1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152z\"\r\n },\r\n {\r\n Name: \"PBIAnomaly\",\r\n Code: \"E548\",\r\n Path: \"M128 128h1005l147 -128h-1280v2048h128v-783l572 681l516 -403l480 486l91 -90l-563 -570l-508 397l-588 -700v-938zM2048 640q0 -103 -39 -196t-111 -166q-42 -42 -89.5 -78.5t-94.5 -73.5q-30 -24 -59 -50t-59 -51q-14 -11 -27.5 -17.5t-32.5 -6.5t-32.5 6t-27.5 18q-30 25 -59 50.5t-60 50.5q-46 37 -93.5 73.5t-89.5 78.5q-72 73 -111 166t-39 196q0 105 40.5 198.5t110 163.5t162.5 110.5t199 40.5t199 -40.5t162.5 -110.5t110 -163t40.5 -199zM1920 640q0 79 -30 149t-82.5 122.5t-122.5 83t-149 30.5q-80 0 -149.5 -30.5t-122 -83t-82.5 -122.5t-30 -149q0 -64 17 -115t46 -94t67.5 -79.5t81.5 -70t87 -67t85 -70.5q41 37 85 70.5t87 67t81.5 70t67.5 79.5t46 94t17 115zM1536 896q53 0 100 -20t81.5 -54.5t54.5 -81.5t20 -100t-20 -100t-54.5 -81.5t-81.5 -54.5t-100 -20t-100 20t-81.5 54.5t-54.5 81.5t-20 100t20 100t54.5 81.5t81.5 54.5t100 20zM1536 512q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10z\"\r\n },\r\n {\r\n Name: \"CareActivity\",\r\n Code: \"E549\",\r\n Path: \"M2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q55 0 104 -21t85 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM384 128h867l129 -128h-1124v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-801q-3 0 -5.5 0.5t-5.5 0.5q-30 0 -59 -5t-58 -13v690h-128v-256h-1024v256h-128v-1536zM640 1664v-128h768v128h-256v128q0 40 -21 70.5t-57 47.5q-23 10 -50 10t-50 -10q-36 -17 -57 -47.5t-21 -70.5v-128h-256z\"\r\n },\r\n {\r\n Name: \"CarePlan\",\r\n Code: \"E54A\",\r\n Path: \"M640 896v128h384v-128h-384zM1024 1280v-128h-384v128h384zM256 128h995l129 -128h-1252v2048h1115l549 -549v-508q-3 0 -5.5 0.5t-5.5 0.5q-30 0 -59 -5t-58 -13v434h-512v512h-896v-1792zM1280 1829v-293h293zM1024 1536v-128h-384v128h384zM512 1536v-128h-128v128h128zM2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q55 0 104 -21t85 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM512 1280v-128h-128v128h128zM384 896v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"ClinicalImpression\",\r\n Code: \"E54B\",\r\n Path: \"M384 1664v-1536h256v-128h-384v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 27 -10.5 50.5t-28.5 40.5t-41 27t-48 10q-27 0 -50 -10.5t-40.5 -28t-27.5 -41t-10 -48.5v-128h-256zM768 1024h1280v-1024h-1280v1024zM1920 128v256h-351l-95 99l-202 -270l-217 341l-62 -106h-97v-320h1024zM1920 512v384h-1024v-320h25l130 221l229 -360l180 240l161 -165h299z\"\r\n },\r\n {\r\n Name: \"Encounter\",\r\n Code: \"E54C\",\r\n Path: \"M896 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -71 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM640 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM2048 0h-128v43q0 38 -4 72.5t-21 72.5q-20 44 -50 80.5t-68 62t-83 39.5t-94 14t-94 -14t-83 -39.5t-68.5 -61.5t-49.5 -81q-17 -40 -21 -73.5t-4 -71.5v-43h-128v64q0 62 17 121t48 111t75.5 94t99.5 71q-54 47 -83 109t-29 134q0 66 25 124.5t68.5 102t102 68.5t124.5 25t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -72 -29 -134t-83 -109q81 -42 140 -114.5t83 -160.5q12 -45 14.5 -83.5t2.5 -82.5v-20zM1792 704q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1371 1664h677v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90zM467 1875l90 90l365 -365l-365 -365l-90 90l210 211h-677v128h677z\"\r\n },\r\n {\r\n Name: \"MedicalCare\",\r\n Code: \"E54D\",\r\n Path: \"M960 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM960 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM704 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM960 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1280 1088q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1920 576q0 -93 -35 -174.5t-96 -142t-142.5 -96t-174.5 -35.5q-89 0 -171.5 34t-145.5 97l-195 195l-195 -195q-63 -63 -145.5 -97t-171.5 -34q-93 0 -174.5 35.5t-142.5 96t-96 142t-35 174.5q0 90 34 172t97 145l195 195l-195 195q-63 63 -97 145t-34 172q0 93 35 174.5t96 142t142.5 96t174.5 35.5q89 0 171.5 -34t145.5 -97l195 -195l195 195q63 63 145.5 97t171.5 34q93 0 174.5 -35.5t142.5 -96t96 -142t35 -174.5q0 -90 -34 -172t-97 -145l-195 -195l195 -195q63 -63 97 -145t34 -172zM1050 1631l453 -453l195 196q46 47 70 103.5t24 122.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25t-122.5 -24t-103.5 -70zM417 1178l453 453l-196 195q-47 46 -103.5 70t-122.5 24t-124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t24 -122.5t70 -103.5zM870 545l-453 453l-195 -196q-46 -47 -70 -103.5t-24 -122.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25t122.5 24t103.5 70zM507 1088l453 -453l453 453l-453 453zM1792 576q0 66 -24 122.5t-70 103.5l-195 196l-453 -453l196 -195q47 -46 103.5 -70t122.5 -24t124.5 25t102 68.5t68.5 102t25 124.5z\"\r\n },\r\n {\r\n Name: \"MedicationAdmin\",\r\n Code: \"E54E\",\r\n Path: \"M1220 1003l-91 -91q-80 54 -172 83t-189 29q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q48 -19 93.5 -43.5t87.5 -55.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -65 -24 -122.5t-70 -103.5l-512 -512q-46 -46 -103.5 -70t-122.5 -24q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 65 24 122.5t70 103.5l512 512q46 46 103.5 70t122.5 24zM1562 395l-271 271l-211 -210q-27 -27 -41.5 -62.5t-14.5 -73.5q0 -40 15 -75t41 -61t61 -41t75 -15q38 0 73.5 14.5t62.5 41.5zM1920 832q0 40 -15 75t-41 61t-61 41t-75 15q-38 0 -73.5 -14.5t-62.5 -41.5l-210 -211l271 -271l211 210q27 27 41.5 62.5t14.5 73.5zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"MedicationRequest\",\r\n Code: \"E54F\",\r\n Path: \"M256 128h525q10 -38 29 -69t47 -59h-729v2048h1113l551 -551v-191h-128v102h-512v512h-896v-1792zM1280 1830v-294h294zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -65 -24 -122.5t-70 -103.5l-512 -512q-46 -46 -103.5 -70t-122.5 -24q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 65 24 122.5t70 103.5l512 512q46 46 103.5 70t122.5 24zM1562 395l-271 271l-211 -210q-27 -27 -41.5 -62.5t-14.5 -73.5q0 -40 15 -75t41 -61t61 -41t75 -15q38 0 73.5 14.5t62.5 41.5zM1920 832q0 40 -15 75t-41 61t-61 41t-75 15q-38 0 -73.5 -14.5t-62.5 -41.5l-210 -211l271 -271l211 210q27 27 41.5 62.5t14.5 73.5zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"VaccinationRecent\",\r\n Code: \"E550\",\r\n Path: \"M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -107 -40 -200t-109.5 -162.5t-163 -109.5t-199.5 -40q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t162.5 109.5t200 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128zM1024 1189l-102 -101l83 -83l-90 -90l-83 83l-101 -102l82 -83l-90 -90l-83 82l-128 -128v-165h165l230 230q-20 -54 -31 -110t-11 -114l-134 -134h-257l-202 -203l-272 -90l384 384v256l870 869l-99 99l90 90l99 -99l166 166l-99 99l90 90l544 -544l-90 -90l-99 99l-166 -166l99 -99l-90 -90l-99 99l-71 -71q-57 0 -113 -11t-110 -31l203 203l-165 165l-229 -229l82 -83l-90 -90zM1600 1765l-165 -165l165 -165l165 165z\"\r\n },\r\n {\r\n Name: \"XRay\",\r\n Code: \"E551\",\r\n Path: \"M0 2048h1920v-2048h-1920v2048zM1792 128v1792h-1664v-1792h1664zM896 1024v128h-448q-26 0 -45 19t-19 45t19 45t45 19h448v128h-320q-26 0 -45 19t-19 45t19 45t45 19h320q0 8 -0.5 16.5t-0.5 17.5q0 17 2 33.5t8.5 30t19.5 22t35 8.5t34.5 -8.5t19 -22t8.5 -30t2 -33.5v-34h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-320v-128h448q26 0 45 -19t19 -45t-19 -45t-45 -19h-448v-128h448q26 0 45 -19t19 -45t-19 -45t-45 -19h-448v-128h192q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 17 3.5 32.5t8.5 31.5h-152q5 -16 8.5 -31.5t3.5 -32.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h192v128h-448q-26 0 -45 19t-19 45t19 45t45 19h448zM704 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1216 640q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z\"\r\n },\r\n {\r\n Name: \"BulkPageBlock\",\r\n Code: \"E553\",\r\n Path: \"M512 1664v-1536h640v-128h-768v256h-256v1792h859l805 -805v-219h-128v128h-512v512h-640zM1280 1573v-293h293zM256 384h128v1408h677l-128 128h-677v-1536zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"PBIAnomaliesMarker\",\r\n Code: \"E554\",\r\n Path: \"M1024 1792q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1024 637q106 0 200 40.5t164.5 110.5t111 163.5t40.5 200.5q0 106 -40.5 200t-111 164t-164.5 110.5t-200 40.5q-107 0 -200.5 -40.5t-164 -110.5t-111 -164t-40.5 -200q0 -107 40.5 -200.5t111 -163.5t164 -110.5t200.5 -40.5zM1024 0q-61 0 -105 42q-133 130 -264 257.5t-264 257.5q-127 124 -195 282t-68 335q0 123 33 235.5t92 209.5t141.5 176t182 135.5t213 87t234.5 30.5t234.5 -30.5t213 -87t182 -135.5t142 -176t92 -209.5t32.5 -235.5q0 -177 -68 -335.5t-194 -281.5q-133 -130 -264.5 -257.5t-264.5 -257.5q-44 -42 -105 -42zM1792 1173q0 105 -28 201t-79 179t-122 151t-156 116t-182.5 74t-200.5 26t-200.5 -26t-182.5 -74t-156 -116t-122 -151t-79 -179t-28 -201q0 -151 58 -285t166 -239l528 -515q6 -6 16 -6t16 6l528 515q108 105 166 239t58 285z\"\r\n },\r\n {\r\n Name: \"Pronouns\",\r\n Code: \"E556\",\r\n Path: \"M0 2048h1920v-1536h-1189l-475 -475v475h-256v1536zM1792 640v1280h-1664v-1280h256v-293l293 293h1115zM640 768h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64zM768 1472q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z\"\r\n },\r\n {\r\n Name: \"ExpressRouteCircuits\",\r\n Code: \"E557\",\r\n Path: \"M1792 576q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-44 0 -84 14t-73 39.5t-56.5 61t-34.5 77.5h-1040q-11 -42 -34.5 -77.5t-56.5 -61t-73.5 -39.5t-83.5 -14q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q30 0 62 -8l531 973q-39 37 -60 85t-21 102q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -54 -21 -102t-60 -85l531 -973q32 8 62 8zM962 1480l-531 -973q26 -25 45 -56.5t28 -66.5h1040q9 35 28 66.5t45 56.5l-531 973q-32 -8 -62 -8t-62 8z\"\r\n },\r\n {\r\n Name: \"ErrorBadge12\",\r\n Code: \"E558\",\r\n Path: \"M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM1220 1340l120 -120l-281 -281l281 -281l-120 -121l-281 281l-281 -281l-121 121l281 281l-281 281l121 120l281 -281z\"\r\n },\r\n {\r\n Name: \"Completed12\",\r\n Code: \"E559\",\r\n Path: \"M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM768 718l537 537l121 -121l-658 -657l-316 316l120 121z\"\r\n },\r\n {\r\n Name: \"Info12\",\r\n Code: \"E55A\",\r\n Path: \"M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249q0 -130 -33.5 -249.5t-94.5 -224t-146.5 -190t-190 -147t-224.5 -95t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t94.5 224.5t147 190t190.5 146.5t224.5 94.5t249 33.5zM1741 939q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5t213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5zM853 512v512h171v-512h-171zM1024 1365v-170h-171v170h171z\"\r\n },\r\n {\r\n Name: \"ChevronUpEnd\",\r\n Code: \"E55B\",\r\n Path: \"M256 1664h1536v-128h-1536v128zM275 493l749 750l749 -750l-90 -90l-659 658l-659 -658z\"\r\n },\r\n {\r\n Name: \"PowerStandby\",\r\n Code: \"E55C\",\r\n Path: \"M960 2048v-1024h-128v1024h128zM889 128q52 -68 116 -121q-27 -3 -54.5 -5t-54.5 -2q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5q0 146 44.5 280.5t126 246.5t196 196t253.5 129l40 -121q-119 -39 -217 -111t-168 -168t-108.5 -211.5t-38.5 -240.5q0 -105 27 -202.5t77 -182.5t119 -155t154 -120.5t182 -78.5t202 -29zM1542 1308q-72 113 -177 195t-233 124l40 121q89 -29 169 -75t148.5 -106.5t123.5 -134.5t94 -159q-81 27 -165 35zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 896v-256h192v-128h-320v384h128z\"\r\n },\r\n {\r\n Name: \"BusinessRule\",\r\n Code: \"E562\",\r\n Path: \"M256 1792h768v-128h-768v128zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256zM128 1920v-1792h869l-64 -128h-933v2048h1792v-640h-128v512h-1536zM384 384h741l-64 -128h-805v384h741l-64 -128h-549v-128zM1536 1408h-1152v-128h936l-65 -128h-999v384h1280v-128zM256 768v128h768v-128h-768z\"\r\n },\r\n {\r\n Name: \"DataFlow\",\r\n Code: \"E577\",\r\n Path: \"M1600 2048q37 0 84.5 -5.5t97.5 -17.5t97.5 -31.5t85 -48t60.5 -66.5t23 -87v-640q0 -49 -23 -87t-60.5 -66.5t-85 -48t-97.5 -31.5t-97.5 -17.5t-84.5 -5.5t-84.5 5.5t-97.5 17.5t-97.5 31.5t-85 48t-60.5 66.5t-23 87v640q0 49 23 87t60.5 66.5t85 48t97.5 31.5t97.5 17.5t84.5 5.5zM1920 1152v458q-71 -41 -155 -57.5t-165 -16.5t-165 16.5t-155 57.5v-458q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4t74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23zM1600 1664q33 0 74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23t-7 22.5t-16 19.5q-25 25 -62 41.5t-78 26.5t-82.5 14t-74.5 4t-74.5 -4t-82.5 -14t-78 -26.5t-62 -41.5q-9 -8 -16 -19t-7 -23q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4zM659 1811l90 90l301 -301l-301 -301l-90 90l146 147h-165q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30h165zM576 1152q37 0 84.5 -5.5t97.5 -17.5t97.5 -31.5t85 -48t60.5 -66.5t23 -87v-640q0 -49 -23 -87t-60.5 -66.5t-85 -48t-97.5 -31.5t-97.5 -17.5t-84.5 -5.5t-84.5 5.5t-97.5 17.5t-97.5 31.5t-85 48t-60.5 66.5t-23 87v640q0 49 23 87t60.5 66.5t85 48t97.5 31.5t97.5 17.5t84.5 5.5zM896 256v458q-71 -41 -155 -57.5t-165 -16.5t-165 16.5t-155 57.5v-458q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4t74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23zM576 768q33 0 74.5 4t82.5 14t78 26.5t62 41.5q9 8 16 19t7 23t-7 22.5t-16 19.5q-25 25 -62 41.5t-78 26.5t-82.5 14t-74.5 4t-74.5 -4t-82.5 -14t-78 -26.5t-62 -41.5q-9 -8 -16 -19t-7 -23q0 -13 7 -23.5t16 -18.5q25 -25 62 -41.5t78 -26.5t82.5 -14t74.5 -4z\"\r\n },\r\n {\r\n Name: \"ItalicC\",\r\n Code: \"E5B2\",\r\n Path: \"M1792 1819l-42 -193q-91 61 -193.5 93t-212.5 32q-112 0 -209.5 -27t-178.5 -77t-144.5 -120t-107 -156t-66.5 -185.5t-23 -207.5q0 -122 33 -223.5t98.5 -174.5t162 -113t223.5 -40q61 0 116 6t107.5 19.5t104 35t104.5 51.5l-44 -198q-104 -47 -208.5 -66t-218.5 -19q-158 0 -283.5 52.5t-212.5 146.5t-133 223.5t-46 283.5q0 209 66 384.5t188 303t294.5 199t384.5 71.5q115 0 226.5 -24t214.5 -77z\"\r\n },\r\n {\r\n Name: \"BoldG\",\r\n Code: \"E5B3\",\r\n Path: \"M980 1201h684v-809q-66 -38 -137.5 -64t-146 -42t-150.5 -23t-152 -7q-189 0 -343.5 53.5t-264 156t-169 253t-59.5 344.5q0 199 67 358t186.5 270t284 170t358.5 59q115 0 228.5 -16t222.5 -55v-340q-104 60 -220.5 84t-235.5 24q-120 0 -214.5 -40.5t-160 -112t-100 -170t-34.5 -214.5q0 -113 29 -208t87.5 -164.5t147 -108.5t207.5 -39q52 0 105.5 7t101.5 30v314h-322v290z\"\r\n },\r\n {\r\n Name: \"UnderlineS\",\r\n Code: \"E5B4\",\r\n Path: \"M490 348v222q38 -34 91.5 -60.5t112.5 -45t118.5 -28.5t109.5 -10q63 0 125 10.5t111 38t79.5 76t30.5 125.5q0 68 -33.5 119t-88 93t-124 77t-142.5 71.5t-142.5 78t-124 94.5t-88 121.5t-33.5 159.5q0 114 50 195.5t130.5 133.5t180 76.5t198.5 24.5q39 0 85 -2t92.5 -8t90.5 -17t79 -30v-213q-81 56 -175 77.5t-191 21.5q-57 0 -118 -12t-110.5 -40t-81.5 -74.5t-32 -115.5q0 -28 5 -55t18 -52q22 -44 66 -80t101 -68.5t122.5 -64.5t130.5 -67.5t125.5 -76.5t106.5 -92.5t73.5 -116t27.5 -145.5q0 -83 -23 -147t-63 -112t-94.5 -81t-118.5 -54t-134 -30t-140 -9q-40 0 -95.5 6t-112.5 18t-109.5 29t-85.5 39zM384 128h1280v-128h-1280v128z\"\r\n },\r\n {\r\n Name: \"BoldF\",\r\n Code: \"E5B5\",\r\n Path: \"M1474 1615h-587v-409h539v-304h-539v-646h-375v1664h962v-305z\"\r\n },\r\n {\r\n Name: \"ItalicK\",\r\n Code: \"E5B6\",\r\n Path: \"M1834 1920l-897 -825l578 -839h-242l-504 758q-10 14 -18 30.5t-16 31.5h-4l-173 -820h-200l352 1664h202l-166 -782h4q14 14 27.5 28.5t27.5 28.5l765 725h264z\"\r\n },\r\n {\r\n Name: \"BoldN\",\r\n Code: \"E5B7\",\r\n Path: \"M1399 1920h354v-1664h-378l-686 1046q-22 34 -43.5 68t-40.5 70h-4q7 -67 8 -134.5t1 -135.5v-914h-354v1664h404l660 -1013q22 -34 43 -67.5t41 -68.5h4q-6 41 -7.5 83.5t-1.5 84.5v61v920z\"\r\n },\r\n {\r\n Name: \"UnderlineRussian\",\r\n Code: \"E5B8\",\r\n Path: \"M464 1343v577h180v-569q0 -129 69 -188t194 -59q113 0 223.5 34.5t210.5 83.5v698h180v-1536h-180v691q-106 -56 -220.5 -93t-235.5 -37q-96 0 -173.5 25t-132.5 75t-85 124.5t-30 173.5zM384 128h1152v-128h-1152v128z\"\r\n },\r\n {\r\n Name: \"BoldRussion\",\r\n Code: \"E5B9\",\r\n Path: \"M1511 1118l537 -734h-395l-415 607q-11 17 -20.5 34.5t-17.5 35.5h-4v-677h-310v677h-5q-16 -37 -38 -70l-416 -607h-394l537 734l-496 674h377l392 -589q11 -16 20.5 -32t17.5 -33h5v654h310v-654h4q8 17 17.5 33t20.5 32l392 589h378z\"\r\n },\r\n {\r\n Name: \"FontStyleKorean\",\r\n Code: \"E5BA\",\r\n Path: \"M683 1064v88h598q-4 -149 -47.5 -276t-119 -233.5t-179.5 -194.5t-230 -159l-77 80q106 44 200 114.5t167 161t120 197t60 222.5h-492zM1596 752h229v-88h-229v-664h-99v1280h99v-528zM1259 1430q12 0 27.5 -1t29 -5.5t23 -14t9.5 -25.5q0 -20 -16.5 -29t-33.5 -9h-253v-66h-94v643q0 9 -12.5 19.5t-31.5 21t-40.5 20.5t-40.5 19t-31.5 16t-12.5 11q0 6 8.5 9.5t19 5.5t21 2.5t13.5 0.5q9 0 32.5 -5t50 -11.5t50.5 -13t35 -10.5q13 -5 25.5 -12.5t12.5 -23.5q0 -12 -2 -23.5t-2 -23.5v-534h73q15 0 27.5 6t27 13.5t34.5 13.5t51 6zM727 1761q0 -6 -4 -12t-9 -12l-10 -12t-8 -11q-8 -15 -14 -30.5t-13 -30.5q-17 -36 -35.5 -71t-38.5 -70q-50 -86 -110 -162t-128 -143.5t-144 -128.5t-158 -116q-6 -5 -21 -14t-24 -9q-6 0 -6 4t5 10t11.5 12.5t12.5 11.5t8 7q32 28 63.5 55t62.5 56q61 60 126 135.5t123 158.5t103.5 170.5t67.5 171.5q-51 -2 -100.5 -5.5t-99.5 -6.5q-23 -2 -47 -2.5t-47 -5.5q-8 -2 -18.5 -5.5t-21 -8t-19.5 -7.5t-14 -3q-10 0 -36.5 9t-54 22t-48.5 27t-21 24q0 5 5 6.5t9 1.5q9 0 18.5 -2t18.5 -4q42 -8 84.5 -10t85.5 -2q69 0 138.5 2.5t137.5 9.5q21 2 40 9t40 7q6 0 21 -1t30 -3.5t27 -7.5t12 -14z\"\r\n },\r\n {\r\n Name: \"UnderlineKorean\",\r\n Code: \"E5BB\",\r\n Path: \"M1599 1309h321v-123h-321v-930h-139v1792h139v-739zM244 792q149 61 275.5 158t229.5 218q110 129 175.5 278.5t84.5 318.5h-689v123h837q-5 -209 -66 -386.5t-166.5 -326.5t-251.5 -272t-322 -223zM256 0v128h1408v-128h-1408z\"\r\n },\r\n {\r\n Name: \"ItalicKorean\",\r\n Code: \"E5BC\",\r\n Path: \"M387 1877h897q-64 -230 -179.5 -422.5t-271 -352t-343 -288.5t-395.5 -232l-84 120q180 68 339.5 172t301.5 232q149 135 260 291.5t179 346.5h-737zM1601 1257h344l-33 -133h-344l-250 -996h-149l482 1920h149z\"\r\n },\r\n {\r\n Name: \"BoldKorean\",\r\n Code: \"E5BD\",\r\n Path: \"M184 1674v209h949q-21 -222 -90 -414.5t-180.5 -358t-263.5 -304.5t-339 -254l-187 174q144 79 269 175.5t225.5 213.5t173 256t109.5 303h-666zM1623 1294h297v-210h-297v-951h-250v1915h250v-754z\"\r\n },\r\n {\r\n Name: \"FontColorKorean\",\r\n Code: \"E5BE\",\r\n Path: \"M1495 1366h297v-114h-297v-859h-128v1655h128v-682zM244 888q137 57 253.5 146t212.5 201q102 120 162.5 257t77.5 294h-635v114h772q-5 -193 -61 -357t-153.5 -302t-232.5 -251.5t-297 -205.5zM256 0v256h1408v-256h-1408z\"\r\n },\r\n {\r\n Name: \"ProductWarning\",\r\n Code: \"E5C0\",\r\n Path: \"M256 1432v-880l589 -295l-57 -115l-660 330v1104l832 415l832 -415v-706l-128 256v306l-640 -320v-498l-128 -256v754zM960 1849l-206 -103l584 -334l247 124zM616 1677l-281 -141l625 -313l240 120zM1408 640h128v-320h-128v320zM1408 128v128h128v-128h-128zM1472 1152l576 -1152h-1152zM1472 902l-395 -790h790z\"\r\n },\r\n {\r\n Name: \"SimplifiedView\",\r\n Code: \"E5C1\",\r\n Path: \"M1152 1920v-896h-1152v896h1152zM1024 1152v640h-896v-640h896zM0 768h2048v-128h-2048v128zM0 256v128h2048v-128h-2048z\"\r\n },\r\n {\r\n Name: \"Oauth\",\r\n Code: \"E5C3\",\r\n Path: \"M1408 2048v-768h-640v-640h-768v1408h1408zM128 1920v-512h512v512h-512zM640 768v512h-512v-512h512zM1280 1408v512h-512v-512h512zM1408 1152l512 -288v-576l-512 -288l-512 288v576zM1792 363v426l-384 216l-384 -216v-426l384 -216z\"\r\n },\r\n {\r\n Name: \"BoldBulgarian\",\r\n Code: \"E5C5\",\r\n Path: \"M1284 1920h376v-1664h-376v660q-110 -60 -228 -93.5t-244 -33.5q-125 0 -221 29.5t-161.5 90.5t-99.5 154.5t-34 221.5v635h373v-602q0 -58 16.5 -99t47.5 -67t75 -38t99 -12q101 0 196 31t181 83v704z\"\r\n },\r\n {\r\n Name: \"BoldK\",\r\n Code: \"E5C6\",\r\n Path: \"M1152 1126l642 -870h-483l-494 723q-14 21 -24.5 45t-20.5 47h-6v-815h-382v1664h382v-787h6q9 23 21 48t26 45l469 694h455z\"\r\n },\r\n {\r\n Name: \"BoldP\",\r\n Code: \"E5C7\",\r\n Path: \"M982 1920q136 0 253 -26t203.5 -87.5t135.5 -163.5t49 -253q0 -97 -26 -176t-72 -141.5t-109.5 -108t-138.5 -76t-158.5 -45t-170.5 -14.5h-182v-573h-382v1664h598zM916 1113q67 0 123.5 13.5t96.5 44.5t62.5 81.5t22.5 123.5q0 72 -23 121t-63.5 79t-96.5 43t-122 13h-150v-519h150z\"\r\n },\r\n {\r\n Name: \"BoldT\",\r\n Code: \"E5C8\",\r\n Path: \"M287 1920h1348v-305h-483v-1359h-383v1359h-482v305z\"\r\n },\r\n {\r\n Name: \"BoldKazakh\",\r\n Code: \"E5C9\",\r\n Path: \"M1477 512h251v-512h-320v256h-225l-494 723q-14 21 -24.5 45t-20.5 47h-6v-815h-382v1664h382v-787h6q9 23 21 48t26 45l469 694h455l-591 -794z\"\r\n },\r\n {\r\n Name: \"BoldSerbian\",\r\n Code: \"E5CA\",\r\n Path: \"M291 1920h1466v-1664h-382v1337h-702v-1337h-382v1664z\"\r\n },\r\n {\r\n Name: \"UnderlineSerbian\",\r\n Code: \"E5CB\",\r\n Path: \"M580 1739v-1483h-196v1664h1263v-1664h-198v1483h-869zM384 128h1280v-128h-1280v128z\"\r\n },\r\n {\r\n Name: \"UnderlineA\",\r\n Code: \"E5CC\",\r\n Path: \"M660 723l-169 -467h-221l650 1664h206l652 -1664h-219l-180 467h-719zM726 898h588l-266 709q-10 27 -15.5 55t-10.5 56h-5q-5 -28 -11 -56t-16 -55zM256 128h1536v-128h-1536v128z\"\r\n },\r\n {\r\n Name: \"UnderlineP\",\r\n Code: \"E5CD\",\r\n Path: \"M711 885v-629h-199v1664h466q121 0 225 -28.5t181 -88.5t121 -154t44 -226q0 -134 -49.5 -235t-134 -168.5t-196 -101t-235.5 -33.5h-223zM711 1744v-683h208q87 0 163.5 19t134 61t91 109t33.5 164q0 94 -30.5 157t-83.5 101.5t-125.5 55t-157.5 16.5h-233zM512 0v128h1024v-128h-1024z\"\r\n },\r\n {\r\n Name: \"ItalicD\",\r\n Code: \"E5CE\",\r\n Path: \"M1794 1247q0 -124 -24.5 -244.5t-77.5 -232.5q-65 -138 -160.5 -235.5t-214 -159.5t-255 -90.5t-281.5 -28.5h-527l354 1664h463q156 0 288.5 -44t229 -129.5t151 -211t54.5 -288.5zM1590 1233q0 134 -41.5 230.5t-116 159t-179 92t-230.5 29.5h-254l-281 -1312h310q181 0 327.5 57.5t250 162.5t159 253t55.5 328z\"\r\n },\r\n {\r\n Name: \"ItalicS\",\r\n Code: \"E5CF\",\r\n Path: \"M1557 1847l-38 -195q-34 23 -76.5 41.5t-88.5 31t-92 19.5t-87 7q-59 0 -117.5 -15.5t-104.5 -47.5t-74.5 -81.5t-28.5 -116.5q0 -63 23.5 -113t61.5 -92.5t87 -80t100.5 -75.5t100.5 -79t87 -90.5t61.5 -109.5t23.5 -136q0 -50 -9.5 -98t-29.5 -94q-34 -77 -87.5 -128t-120.5 -81.5t-142.5 -43.5t-153.5 -13q-51 0 -107 6.5t-111 19.5t-108 32t-98 44l33 195q43 -29 92 -52.5t100.5 -40t105 -25t105.5 -8.5q64 0 123.5 13.5t105.5 44.5t73.5 81t27.5 124q0 58 -23.5 104.5t-62 86.5t-88 76.5t-101 74.5t-101 80t-88 93.5t-62 115.5t-23.5 145q0 76 22 141t62.5 118.5t97.5 93.5t126 65q56 20 116 28t119 8q91 0 188 -19.5t181 -53.5z\"\r\n },\r\n {\r\n Name: \"ItalicT\",\r\n Code: \"E5D0\",\r\n Path: \"M499 1920h1178l-39 -176h-483l-319 -1488h-203l321 1488h-493z\"\r\n },\r\n {\r\n Name: \"ItalicL\",\r\n Code: \"E5D1\",\r\n Path: \"M697 437h676l-40 -181h-878l358 1664h206z\"\r\n },\r\n {\r\n Name: \"ItalicKazakh\",\r\n Code: \"E5D2\",\r\n Path: \"M862 1095l454 -647h187l-90 -448h-192l51 256h-68l-513 758q-10 14 -18.5 30t-16.5 32h-5l-176 -820h-203l358 1664h206l-169 -782h5q13 14 27 28.5t28 28.5l780 725h269z\"\r\n },\r\n {\r\n Name: \"InsertTextBoxKorean\",\r\n Code: \"E5D3\",\r\n Path: \"M768 1792q-4 -155 -49 -286.5t-123.5 -241.5t-186.5 -201t-238 -165l-79 83q110 45 207.5 118.5t172.5 167t124 204t62 230.5h-510v91h620zM998 1300v-660h-102v1280h102v-528h238v-92h-238zM1280 1664h768v-1536h-1792v384h128v-256h1536v1280h-640v128z\"\r\n },\r\n {\r\n Name: \"StrikethroughKorean\",\r\n Code: \"E5D4\",\r\n Path: \"M2048 1152v-128h-128v-512h-128v512h-512v-144q47 0 92.5 -0.5t92.5 -0.5q60 0 120.5 5t119.5 19l17 -110q-34 -8 -79 -13t-95.5 -8t-104 -4t-104.5 -1q-54 0 -102 0.5t-85 0.5v256h-256v-512h-128v512h-332q-63 -101 -149.5 -180.5t-187.5 -142.5l-99 93q81 45 153 101.5t129 128.5h-282v128h362q34 70 50 145h-353v111h503q-6 -66 -21 -130t-40 -126h267v384h128v-384h256v256h128v-256h512v384h128v-384h128z\"\r\n },\r\n {\r\n Name: \"PreviewBelow\",\r\n Code: \"E5D5\",\r\n Path: \"M640 2048h1408v-640h-1408v640zM1920 1536v384h-1152v-384h1152zM640 1152v128h1408v-640h-896q0 32 -5 64t-13 64h786v384h-1152v-18q-32 8 -64 13t-64 5zM640 1024q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-326 -325l-90 90l325 326q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM640 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"PreviewSideBySide\",\r\n Code: \"E5D6\",\r\n Path: \"M640 1024q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5q-60 0 -117 18t-105 53l-326 -325l-90 90l325 326q-35 48 -53 105t-18 117q0 79 30.5 149t82.5 122t122 82.5t149 30.5zM640 384q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM640 1152v896h640v-1408h-128q0 32 -5 64t-13 64h18v-23v1175h-384v-786q-32 8 -64 13t-64 5zM1408 2048h640v-1408h-640v1408zM1920 768v1152h-384v-1152h384z\"\r\n },\r\n {\r\n Name: \"LearningApp\",\r\n Code: \"E5D8\",\r\n Path: \"M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1798 516q0 15 -7 29t-20 22l-274 179q-14 10 -31 10q-24 0 -41 -19t-17 -42v-366q0 -23 17 -42t41 -19q17 0 32 10l274 187q13 8 19.5 22t6.5 29zM915 256q28 -67 71 -128h-474q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1408q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-659q-122 51 -256 51q-139 0 -261 -53t-213.5 -144.5t-144.5 -213.5t-53 -261q0 -32 3.5 -64t9.5 -64h-493q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h403zM512 1728v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45z\"\r\n },\r\n {\r\n Name: \"ProcessAdvisor\",\r\n Code: \"E5E4\",\r\n Path: \"M1024 128q146 0 282.5 45.5t253.5 133.5l91 -91q-136 -106 -295.5 -161t-331.5 -55t-331.5 55t-295.5 161l91 91q117 -88 253.5 -133.5t282.5 -45.5zM397 1832q136 106 295.5 161t331.5 55t331.5 -55t295.5 -161l-91 -91q-117 88 -253.5 133.5t-282.5 45.5t-282.5 -45.5t-253.5 -133.5zM216 1651l91 -91q-88 -117 -133.5 -253.5t-45.5 -282.5t45.5 -282.5t133.5 -253.5l-91 -91q-106 136 -161 295.5t-55 331.5t55 331.5t161 295.5zM448 704l192 192v256h-128v384h384v-384h-128v-256l128 -128h256v128h384v-384h-384v128h-256l-192 -192zM1280 768v-128h128v128h-128zM640 1408v-128h128v128h-128zM704 779l-75 -75l75 -75l75 75zM1832 1651q106 -136 161 -295.5t55 -331.5t-55 -331.5t-161 -295.5l-91 91q88 117 133.5 253.5t45.5 282.5t-45.5 282.5t-133.5 253.5z\"\r\n },\r\n {\r\n Name: \"PinToTab\",\r\n Code: \"E5E5\",\r\n Path: \"M1152 1920h768v-1664h-1920v1536h1152v128zM896 1664v-256h256v256h-256zM512 1664v-256h256v256h-256zM128 1664v-256h256v256h-256zM1792 384v1408h-512v-512h-1152v-896h1664z\"\r\n },\r\n {\r\n Name: \"CloudFlow\",\r\n Code: \"E5EA\",\r\n Path: \"M1243 640l-51 -128h-680q-107 0 -200 40t-162.5 109.5t-109.5 162.5t-40 200q0 106 40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q83 126 207 195.5t276 69.5q111 0 209.5 -39t174.5 -107.5t125.5 -162t63.5 -203.5q61 0 118 -18t105.5 -51.5t85 -81t55.5 -105.5h-141q-26 44 -56.5 69.5t-65.5 38.5t-74 16.5t-82 3.5h-70v14q0 30 -0.5 58t-4 55t-10.5 54.5t-20 57.5q-27 62 -69 112.5t-96 86t-117 55t-131 19.5q-69 0 -134 -21t-120.5 -59.5t-97.5 -92t-66 -118.5q-75 35 -158 35q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30h731zM1664 896h384v-384h-384v128h-110l-205 -512h-197v-128h-384v384h384v-128h110l205 512h197v128zM1024 128v128h-128v-128h128zM1920 640v128h-128v-128h128z\"\r\n },\r\n {\r\n Name: \"PBIReportTemplate\",\r\n Code: \"E5EC\",\r\n Path: \"M256 1536v-128h-128v128h128zM256 1280v-128h-128v128h128zM256 1792v-128h-128v128h128zM256 768v-128h-128v128h128zM256 1024v-128h-128v128h128zM1664 1792h-128v128h128v-128zM1536 2048v-128h-128v128h128zM256 0v128h128v-128h-128zM1536 1280v128h128v-128h-128zM1664 1664v-128h-128v128h128zM256 2048v-128h-128v128h128zM256 512v-128h-128v128h128zM1408 0v640h128v-640h-128zM1664 1152v-128h-128v128h128zM1152 1920v128h128v-128h-128zM1664 0v896h128v-896h-128zM1152 0v384h128v-384h-128zM1920 640h128v-640h-128v640zM768 2048v-128h-128v128h128zM512 0v128h128v-128h-128zM896 1920v128h128v-128h-128zM512 2048v-128h-128v128h128zM128 256h128v-128h-128v128zM768 0v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"UpperCase\",\r\n Code: \"E5ED\",\r\n Path: \"M454 1664h116l427 -1280h-127l-126 384h-464l-126 -384h-127zM322 896h380l-190 576zM1594 1664l427 -1280h-127l-126 384h-464l-126 -384h-127l427 1280h116zM1346 896h380l-190 576z\"\r\n },\r\n {\r\n Name: \"LowerCase\",\r\n Code: \"E5EE\",\r\n Path: \"M1920 1088v-704h-128v134q-63 -65 -146 -99.5t-174 -34.5q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 51 17.5 97t48.5 82.5t73.5 61.5t92.5 33l408 68v42q0 40 -15 75t-41 61t-61 41t-75 15q-90 0 -173 -32.5t-147 -95.5v163q71 46 153 69.5t167 23.5q67 0 125 -25t101.5 -68.5t68.5 -101.5t25 -125zM1792 832v84l-387 -64q-27 -5 -50 -18t-39.5 -33t-26 -45t-9.5 -52q0 -40 15 -75t41 -61t61 -41t75 -15q66 0 124.5 25t102 68.5t68.5 102t25 124.5zM896 1088v-704h-128v134q-63 -65 -146 -99.5t-174 -34.5q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 51 17.5 97t48.5 82.5t73.5 61.5t92.5 33l408 68v42q0 40 -15 75t-41 61t-61 41t-75 15q-90 0 -173 -32.5t-147 -95.5v163q71 46 153 69.5t167 23.5q67 0 125 -25t101.5 -68.5t68.5 -101.5t25 -125zM768 832v84l-387 -64q-27 -5 -50 -18t-39.5 -33t-26 -45t-9.5 -52q0 -40 15 -75t41 -61t61 -41t75 -15q66 0 124.5 25t102 68.5t68.5 102t25 124.5z\"\r\n },\r\n {\r\n Name: \"PeopleExternalShare\",\r\n Code: \"E5EF\",\r\n Path: \"M867 587q28 -14 53.5 -30.5t48.5 -36.5l-82 -98q-52 44 -115.5 67t-131.5 23q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2037 320l-298 -298l-85 85l149 149h-534l149 -150l-85 -84l-298 298l298 298l85 -84l-149 -150h534l-149 149l85 85z\"\r\n },\r\n {\r\n Name: \"BorderNone\",\r\n Code: \"E5F0\",\r\n Path: \"M128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 640v128h128v-128h-128zM0 896v128h128v-128h-128zM640 2048v-128h-128v128h128zM0 384v128h128v-128h-128zM0 128v128h128v-128h-128zM1408 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1024 1792h-128v128h128v-128zM1664 2048v-128h-128v128h128zM0 1280h128v-128h-128v128zM1152 2048v-128h-128v128h128zM1024 896v-128h-128v128h128zM1024 1152v-128h-128v128h128zM1024 1408v-128h-128v128h128zM896 512v128h128v-128h-128zM512 1152v-128h-128v128h128zM1920 896h-128v128h128v-128zM1792 640v128h128v-128h-128zM1792 384v128h128v-128h-128zM1792 128v128h128v-128h-128zM1664 1024v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1536 128v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1536 1152v-128h-128v128h128zM768 1152v-128h-128v128h128zM1024 128v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM896 384h128v-128h-128v128zM1280 128v128h128v-128h-128zM1280 1152v-128h-128v128h128zM256 1152v-128h-128v128h128zM768 128v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"BorderInsideVertical\",\r\n Code: \"E5F1\",\r\n Path: \"M0 896v128h128v-128h-128zM1024 128v128h128v-128h-128zM768 1152v-128h-128v128h128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM512 1152v-128h-128v128h128zM0 1280h128v-128h-128v128zM1408 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM1664 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM256 1152v-128h-128v128h128zM1664 1024v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1920 896h-128v128h128v-128zM1792 384v128h128v-128h-128zM1792 640v128h128v-128h-128zM768 128v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1152 2048v-128h-128v128h128zM1792 128v128h128v-128h-128zM768 2048h128v-128h-128v128zM1280 1152v-128h-128v128h128zM896 1920h128v-1664h-128v1664zM1536 128v128h128v-128h-128zM1536 1152v-128h-128v128h128zM1280 128v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"BorderInsideHorizontal\",\r\n Code: \"E5F2\",\r\n Path: \"M128 1536v-128h-128v128h128zM384 2048v-128h-128v128h128zM128 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM128 1792v-128h-128v128h128zM256 128v128h128v-128h-128zM0 384v128h128v-128h-128zM0 640v128h128v-128h-128zM1024 1792h-128v128h128v-128zM896 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM512 128v128h128v-128h-128zM896 1280v128h128v-128h-128zM640 2048v-128h-128v128h128zM1792 2048h128v-128h-128v128zM128 1024v128h1664v-128h-1664zM0 896v128h128v-128h-128zM0 1280h128v-128h-128v128zM1024 128v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 640v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1920 896h-128v128h128v-128zM896 512v128h128v-128h-128zM896 384h128v-128h-128v128zM1024 896v-128h-128v128h128zM1792 384v128h128v-128h-128zM768 128v128h128v-128h-128zM1792 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1536 128v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"BorderInside\",\r\n Code: \"E5F3\",\r\n Path: \"M0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM256 128v128h128v-128h-128zM0 128v128h128v-128h-128zM1536 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM128 1536v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM1792 128v128h128v-128h-128zM128 2048v-128h-128v128h128zM512 128v128h128v-128h-128zM1024 1920v-768h768v-128h-768v-768h-128v768h-768v128h768v768h128zM1792 1152v128h128v-128h-128zM1152 2048v-128h-128v128h128zM1792 1408v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1792 1664v128h128v-128h-128zM768 2048h128v-128h-128v128zM1792 640v128h128v-128h-128zM0 1280h128v-128h-128v128zM1920 896h-128v128h128v-128zM1792 384v128h128v-128h-128zM1152 128h-128v128h128v-128zM0 896v128h128v-128h-128zM768 128v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"BorderAll\",\r\n Code: \"E5F4\",\r\n Path: \"M0 2048h1920v-1920h-1920v1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 256v768h-768v-768h768zM1792 1152v768h-768v-768h768z\"\r\n },\r\n {\r\n Name: \"Bill\",\r\n Code: \"E5FA\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM384 1280h640v-128h-640v128zM384 1024h640v-128h-640v128zM384 768h640v-128h-640v128zM1408 1280h128v-128h-128v128zM1408 1024h128v-128h-128v128zM1408 768h128v-128h-128v128zM1152 1280h128v-128h-128v128zM1152 1024h128v-128h-128v128zM1152 768h128v-128h-128v128zM1408 512h128v-128h-128v128zM1152 512h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"BusinessCard\",\r\n Code: \"E5FB\",\r\n Path: \"M896 1280v-128h-640v128h640zM640 896v-128h-384v128h384zM0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1408 1408l384 -768h-768zM1408 1122l-177 -354h354z\"\r\n },\r\n {\r\n Name: \"PortalAppTemplate32\",\r\n Code: \"E5FC\",\r\n Path: \"M768 512q-107 0 -205 27.5t-183.5 77t-155.5 119.5t-119.5 155.5t-77 184t-27.5 204.5t27.5 204.5t77.5 183.5t120 155t155 120t183.5 77.5t204.5 27.5t204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204t-27.5 -204.5t-77.5 -183.5t-120 -155t-155 -120t-183.5 -77.5t-204.5 -27.5zM1440 1280q0 49 -7 97t-21 95h-272q12 -96 12 -192t-12 -192h272q14 47 21 95t7 97zM988 1915q56 -77 87.5 -166t49.5 -181h250q-29 60 -69 113.5t-90 98.5t-107.5 79.5t-120.5 55.5zM1056 1280q0 48 -3.5 96t-9.5 96h-550q-6 -48 -9.5 -96t-3.5 -96q0 -49 3.5 -96.5t9.5 -95.5h550q6 48 9.5 96t3.5 96zM509 1568h518q-6 29 -17.5 69t-28 82.5t-38 84.5t-48 74.5t-58.5 53t-69 20.5t-69 -20.5t-58.5 -53t-48 -74.5t-38 -84.5t-28 -82.5t-17.5 -69zM161 1568h250q18 92 49.5 181t87.5 166q-63 -21 -120.5 -55.5t-107.5 -79.5t-90.5 -98.5t-68.5 -113.5zM96 1280q0 -49 7 -97t21 -95h272q-12 96 -12 192t12 192h-272q-14 -47 -21 -95t-7 -97zM548 645q-56 77 -87 165.5t-50 181.5h-250q28 -60 68.5 -114t90.5 -98.5t107.5 -79t120.5 -55.5zM1027 992h-518q6 -30 17.5 -69.5t28 -82.5t37.5 -84.5t48 -74.5t59 -53t69 -20t69 20.5t59 53t48 74.5t37.5 84.5t28 82.5t17.5 69zM1375 992h-250q-19 -93 -50 -181.5t-87 -165.5q63 21 120.5 55.5t107.5 79t90 98.5t69 114zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z\"\r\n },\r\n {\r\n Name: \"ModelAppTemplate32\",\r\n Code: \"E5FD\",\r\n Path: \"M1344 1184v-384h-288v-32q0 -23 -2.5 -45.5t-12.5 -45.5q-23 -54 -71 -85.5t-106 -31.5q-59 0 -106.5 31.5t-70.5 85.5q-11 23 -13 45.5t-2 45.5v32h-288v288h-32q-23 0 -45.5 2t-45.5 13q-54 23 -85.5 70.5t-31.5 106.5q0 58 31.5 106t85.5 71q23 10 45.5 12.5t45.5 2.5h32v288h288v32q0 23 2 44.5t13 45.5q23 54 70.5 86t106.5 32t106.5 -32t70.5 -86q10 -24 12.5 -45.5t2.5 -44.5v-32h288v-384h-144q-40 0 -68 -28t-28 -68t28 -68t68 -28h144zM1248 896v192h-33q-23 0 -45 2t-45 13q-54 23 -85.5 71t-31.5 106t31.5 106t85.5 71q23 10 45 12.5t45 2.5h33v192h-288v144q0 40 -28 68t-68 28t-68 -28t-28 -68v-144h-288v-288h-144q-40 0 -68 -28t-28 -68t28 -68t68 -28h144v-288h288v-144q0 -40 28 -68t68 -28t68 28t28 68v144h288zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z\"\r\n },\r\n {\r\n Name: \"CanvasAppTemplate32\",\r\n Code: \"E5FE\",\r\n Path: \"M669 510q-5 -53 -28.5 -99.5t-61 -81t-86 -54t-101.5 -19.5h-224q-51 0 -93 27.5t-62 74.5q-9 20 -11.5 40.5t-2.5 41.5q0 11 0.5 20.5t0.5 19.5q9 0 18 -0.5t19 -0.5q16 0 31.5 3.5t26.5 14.5q17 17 17 39q0 53 19.5 101.5t54 86t81 61t99.5 28.5q134 131 266 264t263.5 266.5t263.5 266t267 263.5q31 30 70 46.5t82 16.5q44 0 83 -17t68 -46t46 -68t17 -83q0 -43 -16.5 -82t-46.5 -70q-131 -134 -263.5 -266.5t-266 -264t-266.5 -263.5t-264 -266zM560 536q0 35 -13 65.5t-36 53.5t-53.5 36t-65.5 13q-51 0 -93 -27.5t-62 -74.5q-13 -30 -13 -66q0 -48 -25.5 -89t-69.5 -62q15 -17 39 -17h224q35 0 65.5 13t53.5 36t36 53.5t13 65.5zM648 648l102 102q-54 90 -144 144l-102 -102q100 -44 144 -144zM1680 1722q0 21 -8 39.5t-22 32.5t-32.5 22t-39.5 8q-43 0 -73 -30l-818 -819q86 -58 144 -144l819 818q30 30 30 73zM2048 448v-128h-320v-320h-128v320h-320v128h320v320h128v-320h320z\"\r\n },\r\n {\r\n Name: \"TriggerPhrase\",\r\n Code: \"E5FF\",\r\n Path: \"M1408 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40h-384v-677l275 274l90 -90l-429 -429l-429 429l90 90l275 -274v677h-384q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40h896zM1408 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-896q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h896z\"\r\n },\r\n {\r\n Name: \"ChatSettings\",\r\n Code: \"E600\",\r\n Path: \"M0 1920h2048v-1064q-57 62 -128 107v829h-1792v-1152h256v-293l293 293h349q-11 -31 -17.5 -63.5t-10.5 -64.5h-267l-475 -475v475h-256v1408zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"MSListsConnected\",\r\n Code: \"E601\",\r\n Path: \"M1353 1317q-15 0 -25.5 10.5t-10.5 25.5v256h-293v-329l-76 -76l512 -512l39 39h512q15 0 26 -10t11 -26v-512l-183 -183h-512q-16 0 -26 11t-10 26v512l39 39l-512 512l-76 -76h-329v-293h256q15 0 25.5 -10.5t10.5 -25.5v-512l-182 -183h-512q-16 0 -26.5 10.5t-10.5 26.5v512l183 182h110v293h-242q-21 0 -36 15t-15 36v717l256 256h717q21 0 36 -15t15 -36v-242h293v110l182 183h512q16 0 26.5 -10.5t10.5 -26.5v-512l-183 -182h-512zM1463 1463h341l98 97v342h-342l-97 -98v-341zM244 585l-98 -97v-342h342l97 98v341h-341zM1463 146h341l98 98v341h-342l-97 -97v-342z\"\r\n },\r\n {\r\n Name: \"PAAction\",\r\n Code: \"E60B\",\r\n Path: \"M128 512h1664v-512h-1664v512zM256 128h1408v256h-1408v-256zM1792 2048v-512h-768v-774l163 163l90 -90l-317 -317l-317 317l90 90l163 -163v774h-768v512h1664zM1664 1920h-1408v-256h1408v256z\"\r\n },\r\n {\r\n Name: \"FlowTrigger\",\r\n Code: \"E60C\",\r\n Path: \"M2017 1280l-238 -384h269l-672 -896h-264l256 512h-256l387 768h518zM1792 768h-243l238 384h-209l-258 -512h256l-241 -482zM1408 2048h640v-640h-640v256h-120l-449 -896h-199v-256h-640v640h640v-256h120l449 896h199v256zM512 640v384h-384v-384h384zM1920 1536v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"LibraryAddTo\",\r\n Code: \"E60D\",\r\n Path: \"M639 1792h385v-1536h-385v1536v0zM768 383h129v1280h-129v-1280v0zM127 1792h385v-1536h-385v1536v0zM256 383h129v1280h-129v-1280v0zM2048 385v-129h-256v-256h-129v256h-254v129h254v254h129v-254h256v0zM1456 768l-311 931l346 116l349 -1047h-118l-302 905l-133 -44l287 -861h-118v0z\"\r\n },\r\n {\r\n Name: \"Factory\",\r\n Code: \"E60E\",\r\n Path: \"M896 1664h-128q0 53 20 100t54.5 81.5t81.5 54.5t100 20h384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5zM896 896v-256h-128v256h128zM512 896v-256h-128v256h128zM1664 896v-256h-128v256h128zM1024 1152h1024v-1152h-2048v1152h128v640h384v-640h128v384h384v-384zM768 1408v-256h128v256h-128zM256 1664v-512h128v512h-128zM1152 128v256h-256v-256h256zM1920 128v896h-1792v-896h640v384h512v-384h640zM1280 896v-256h-128v256h128z\"\r\n },\r\n {\r\n Name: \"ReportTrophy\",\r\n Code: \"E614\",\r\n Path: \"M1792 1024h256v-191q0 -57 -19.5 -109.5t-54 -94.5t-82 -71t-104.5 -39l1 25q-6 -52 -27 -98.5t-54 -84t-77 -63.5t-95 -36v-134h256v-128h-640v128h256v134q-51 10 -95 36t-77 63.5t-54 84t-27 98.5l1 -25q-57 12 -104.5 41t-82 70t-54 92.5t-19.5 110.5v191h256v128h640v-128zM1152 652v244h-128v-63q0 -30 9.5 -58.5t26.5 -52t40.5 -42t51.5 -28.5zM1664 576v448h-384v-448q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1920 833v63h-128v-244q28 10 52 28.5t40.5 42t26 51.5t9.5 59zM1408 1280h-384v768h384v-768zM0 384v640h384v-640h-384zM1920 1280h-384v384h384v-384zM896 522v-138h-384v1280h384v-512h-128v-319q0 -95 32.5 -168.5t95.5 -142.5z\"\r\n },\r\n {\r\n Name: \"PBIGoalEntry\",\r\n Code: \"E615\",\r\n Path: \"M128 1792h1792v-1408h-640l-256 -256l-256 256h-640v1408zM1792 512v1152h-1536v-1152h565q53 -50 102.5 -101t100.5 -102q51 51 100.5 102t102.5 101h565zM1536 1152v-128h-1024v128h1024zM1536 1408v-128h-1024v128h1024zM1152 896v-128h-640v128h640z\"\r\n },\r\n {\r\n Name: \"PBIGoalEntryAdd\",\r\n Code: \"E616\",\r\n Path: \"M1024 309q51 51 101 102t102 101h53v-128l-256 -256l-256 256h-640v1408h1792v-1024h-128v896h-1536v-1152h565q52 -50 102 -101t101 -102zM1536 1408v-128h-1024v128h1024zM1536 1152v-128h-1024v128h1024zM512 768v128h640v-128h-640zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"DatabaseBlock\",\r\n Code: \"E617\",\r\n Path: \"M2048 448q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5zM1776 181l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -67 25 -125t68.5 -101.5t101.5 -68.5t125 -25q47 0 92 13.5t84 39.5zM1920 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM384 1411v-963q0 -20 13 -35t27 -28q44 -38 112 -63t143.5 -39.5t149.5 -20.5t131 -6q17 0 32.5 1t32.5 2q11 -32 25 -64t32 -61q-31 -2 -61 -4t-61 -2q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -87 17.5t-100.5 28.5t-101 40t-88 54.5t-62 71.5t-23.5 89v1152q0 68 38.5 118t100.5 85.5t139.5 58.5t156 35.5t149.5 17.5t120 5t120 -5t149.5 -17.5t156 -35.5t139.5 -58.5t100.5 -85.5t38.5 -118v-551q-16 2 -31.5 4.5t-32.5 2.5t-32.5 -2.5t-31.5 -4.5v362q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62zM384 1600q0 -20 13 -35.5t27 -27.5q30 -25 70.5 -44.5t87.5 -34t97.5 -24t100.5 -15.5t96 -8.5t84 -2.5q60 0 133 6t146.5 20.5t140.5 39.5t115 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114.5 63t-141 39.5t-147 20.5t-132.5 6q-38 0 -84 -2.5t-96 -8.5t-100.5 -15.5t-97.5 -24t-87.5 -34t-70.5 -44.5q-14 -12 -27 -27.5t-13 -35.5z\"\r\n },\r\n {\r\n Name: \"PagePermission\",\r\n Code: \"E618\",\r\n Path: \"M1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -150t-82 -122t-122 -82t-150 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-6 22 -8.5 44.5t-2.5 45.5q0 80 30 150t82 122t122 82t150 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -32 9 -63.5t21 -61.5l-414 -413v-102h128v128h128v128h128v91l93 92q41 -23 77.5 -39t85.5 -16zM0 1920h2048v-767q-28 28 -60.5 50.5t-67.5 41.5v163h-1792v-1024h640v-128h-768v1664zM1920 1536v256h-1792v-256h1792z\"\r\n },\r\n {\r\n Name: \"TablePermission\",\r\n Code: \"E619\",\r\n Path: \"M640 512h259q-32 -32 -63.5 -64t-63.5 -64h-772v1536h1664v-608q-32 0 -64 -4.5t-64 -11.5v240h-384v-256h335q-118 -38 -208 -127v-1h-127v-138v-69q0 -3 -2 -11t-5 -16.5l-6 -17t-4 -13.5q-15 -59 -15 -119v-17t1 -17l-94 -94h-3v128h-384v-256zM1024 896v256h-384v-256h384zM1024 1280v256h-384v-256h384zM128 1792v-128h1408v128h-1408zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM2048 768q0 -80 -30 -150t-82 -122t-122 -82t-150 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-6 22 -8.5 44.5t-2.5 45.5q0 80 30 150t82 122t122 82t150 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1920 768q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -33 9 -63.5t21 -61.5l-414 -413v-102h128v128h128v128h128v91l93 92q21 -12 40 -22t38 -17.5t39.5 -11.5t45.5 -4q53 0 99.5 20t81.5 55t55 81.5t20 99.5zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"SQLServerLogo\",\r\n Code: \"E61A\",\r\n Path: \"M1927 1920q22 0 44 -9.5t39 -25t27.5 -36.5t10.5 -44v-1246q0 -23 -10.5 -43.5t-28 -36.5t-39 -25t-43.5 -9h-585q-9 -33 -17.5 -67.5t-8.5 -69.5q0 -42 20.5 -66t51 -36t67 -16t68.5 -6q45 -3 89 -3.5t89 -0.5v-122h-1354v122q46 0 91 1t91 3q37 3 80.5 7.5t80 19t61 42.5t24.5 78q0 29 -5.5 57.5t-13.5 56.5h-647q-23 0 -43 9.5t-34.5 25.5t-23 36.5t-8.5 42.5v1246q0 22 8.5 43t23 37t34.5 25.5t43 9.5h1818zM1891 601v1164h-1739v-1164h1739zM1593 1053v-90h-268v502h101v-412h167zM1028 954q-54 0 -95 20t-68 54.5t-41 79.5t-14 95q0 52 14 99.5t42 83.5t70 57.5t99 21.5q54 0 94.5 -20.5t67.5 -55.5t40 -80.5t13 -95.5q0 -26 -4 -53t-12 -53t-21.5 -49.5t-32.5 -41.5l114 -120h-142l-59 67q-32 -9 -65 -9zM916 1209q0 -27 5.5 -55t19 -51.5t35.5 -38t54 -14.5q33 0 55 14.5t34.5 37t18 50.5t5.5 55t-5 55.5t-17.5 52.5t-34 39t-54.5 15t-55 -14.5t-35.5 -38t-19.5 -52t-6 -55.5zM455 1318q0 39 14.5 67t39 45.5t56.5 26t67 8.5q29 0 57.5 -4t54.5 -15v-103q-23 17 -50.5 25.5t-56.5 8.5q-12 0 -25 -2t-24.5 -8t-18.5 -15.5t-7 -24.5q0 -21 15 -34t37.5 -25t48.5 -24t48.5 -30.5t37.5 -45.5t15 -67q0 -41 -14.5 -69t-39 -45.5t-57 -25t-68.5 -7.5q-31 0 -66 6t-62 21v111q25 -23 57 -37t67 -14q12 0 25 2.5t24.5 8t19 15t7.5 24.5q0 22 -15 36t-37.5 26t-48.5 24t-48.5 30t-37.5 44t-15 67z\"\r\n },\r\n {\r\n Name: \"EditListPencil\",\r\n Code: \"E61B\",\r\n Path: \"M2048 1713q0 -67 -25 -128.5t-73 -109.5l-1317 -1317l-633 -158l158 633l1317 1317q48 48 109.5 73t128.5 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -130zM620 326l1081 1082l-293 293l-1082 -1081q107 -35 183 -111t111 -183zM258 505l-82 -329l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48zM835 1536l-128 -128h-451v128h579zM579 1280l-128 -128h-195v128h323zM1091 1792l-128 -128h-707v128h835zM128 1792v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1536v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"CarePlanTemplate\",\r\n Code: \"E61E\",\r\n Path: \"M128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 2048v-128h-128v128h128zM1408 1536v128h128v-128h-128zM1408 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM128 768v-128h-128v128h128zM768 128h654l128 -128h-910v1408h731l421 -421v-194q-34 -6 -64 -19q-30 13 -64 19v103h-384v384h-512v-1152zM1408 1189v-165h165zM384 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM2048 448q0 -38 -14.5 -73.5t-41.5 -62.5l-264 -263l-264 263q-27 27 -41.5 62.5t-14.5 73.5q0 40 15 74.5t40.5 60.5t60 41t74.5 15q36 0 69.5 -13t60.5 -37q56 50 130 50q40 0 74.5 -15t60 -41t40.5 -60.5t15 -74.5zM1920 448q0 26 -18 44.5t-44 18.5q-25 0 -44 -17l-86 -78l-86 78q-19 17 -44 17q-26 0 -44 -18.5t-18 -44.5t19 -45l173 -173l173 173q19 19 19 45zM128 0v128h128v-128h-128zM128 512v-128h-128v128h128zM128 1024v-128h-128v128h128zM384 2048v-128h-128v128h128zM0 256h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"RecordRouting\",\r\n Code: \"E62D\",\r\n Path: \"M1645 877l301 -301l-301 -301l-90 90l146 147h-421v-512h-640v128h512v512h549l-146 147zM1280 963l-576 -287l-576 287v762l576 287l576 -287v-762zM1152 1042v540l-384 -192v-539zM704 1869l-369 -184l369 -184l369 184zM640 851v539l-384 192v-540z\"\r\n },\r\n {\r\n Name: \"QueueAdvanced\",\r\n Code: \"E62E\",\r\n Path: \"M1061 256h-677v128h-128v-256h741l-64 -128h-805v512h256v1280h859l384 -384h-182l-165 165v-165h104l-64 -128h-168v384h-640v-1280h613zM896 1280v-128h-256v128h256zM896 1536v-128h-256v128h256zM640 896v128h256v-128h-256zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z\"\r\n },\r\n {\r\n Name: \"CharticulatorArrangePolar\",\r\n Code: \"E632\",\r\n Path: \"M13 1639q208 103 431 162t455 72l85 -1537q-74 -4 -145 -23.5t-137 -51.5zM763 424q22 7 43.5 12.5t43.5 10.5l-72 1287q-154 -17 -302 -56.5t-290 -99.5zM1149 1873q232 -13 455.5 -72t431.5 -162l-690 -1378q-66 32 -137 51.5t-145 23.5zM1285 424l577 1154q-142 60 -290 99.5t-302 56.5l-72 -1287q22 -5 43.5 -10.5t43.5 -12.5z\"\r\n },\r\n {\r\n Name: \"CharticulatorArrangePolarAngles\",\r\n Code: \"E633\",\r\n Path: \"M1346 261q-18 9 -36.5 16.5t-37.5 15.5q19 -8 37.5 -15.5t36.5 -16.5zM1235 305l-11 3zM1235 305q9 -4 20 -7q-11 3 -20 7zM1264 295q4 0 8 -2q-2 1 -4 1t-4 1zM1264 295l-9 3zM2035 1639l-283 -567q-149 75 -310 116.5t-328 50.5l35 634q71 -4 140 -12.5t138 -20.5l-3 1q10 -5 23 -5.5t24 -3.5l-9 2q42 -9 82 -19t82 -20l-13 3q31 -7 61.5 -17t60.5 -19l-39 12q6 -2 24.5 -8t39.5 -12.5t38 -12.5t19 -8l-3 2l10 -4h-2q54 -22 107.5 -44t105.5 -48zM2035 1639q-35 17 -70 33t-70 30q35 -14 70 -30t70 -33zM1679 1780q-2 0 -8 2q6 -2 8 -2zM1649 1789q-2 0 -8 2q6 -2 8 -2zM1453 1835l-12 3zM1693 1240l169 338q-145 57 -291 98.5t-301 57.5l-21 -379q229 -29 444 -115zM1064 336l35 632q139 -8 273 -41.5t259 -96.5l-284 -569q-36 18 -75 32q-7 3 -18 5.5t-22.5 5.5t-22 6t-15.5 6h3q-2 0 -10 1.5t-10 2.5l2 -1q-2 1 -9.5 2.5t-16.5 3t-17 3t-11 1.5h4q-7 0 -15 2h2h-2l-17 2q-8 1 -16.5 2t-16.5 1zM1209 312h1h-1zM1219 827l-21 -381q23 -3 44.5 -9.5t42.5 -13.5l171 343q-113 41 -237 61zM1161 323h1h-1zM899 1873l35 -634q-167 -9 -328 -50.5t-310 -116.5l-284 567q78 38 158 70t163 60l-20 -7q143 47 289.5 75t296.5 36zM350 1774q-4 -2 -7.5 -2.5t-7.5 -2.5q4 2 7.5 2.5t7.5 2.5zM355 1240q215 86 444 115l-21 379q-155 -16 -301 -57.5t-291 -98.5zM417 830q125 63 259 96.5t273 41.5l35 -632q-71 -7 -145 -23.5t-137 -51.5zM592 766l171 -343q22 7 43 12.5t44 10.5l-21 381q-124 -20 -237 -61z\"\r\n },\r\n {\r\n Name: \"CharticulatorBand\",\r\n Code: \"E634\",\r\n Path: \"M0 384v768h128v-768h-128zM256 384v768l1536 512v-1280h-1536zM384 1060v-548h1280v974zM1920 1664h128v-1280h-128v1280z\"\r\n },\r\n {\r\n Name: \"CharticulatorGuideCoordinator\",\r\n Code: \"E635\",\r\n Path: \"M749 756q23 -23 49 -41.5t55 -32.5l-151 -208q-28 17 -54 35.5t-50 40.5zM686 1203q-31 -59 -40 -122l-246 81q7 32 17 62.5t23 59.5zM1088 1401q-16 3 -31.5 5t-32.5 2q-16 0 -32 -2l-32 -4v256l32 4t32 2q17 0 32.5 -2.5t31.5 -4.5v-256zM1362 1203l246 81q13 -29 23 -59.5t17 -62.5l-246 -81q-9 63 -40 122zM1221 863q-41 -51 -103 -76l-94 128l-94 -128q-30 12 -56.5 31t-46.5 45l93 128l-150 49q2 32 11.5 63.5t27.5 58.5l151 -50v159q16 4 31.5 6.5t32.5 2.5t32.5 -2.5t31.5 -6.5v-159l151 50q18 -27 27.5 -58.5t11.5 -63.5l-150 -49zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1602 341q75 64 134.5 141.5t100 165t62 182.5t21.5 194q0 56 -7 110.5t-21 108.5l-122 -40q-8 31 -17 61.5t-22 59.5l121 40q-48 118 -126 215.5t-177.5 169.5t-216.5 115.5t-244 52.5v-128l-32 2t-32 1t-32 -1l-32 -2v128q-127 -9 -244 -52.5t-216.5 -115.5t-177.5 -169.5t-126 -215.5l121 -40q-13 -29 -22 -59.5t-17 -61.5l-122 40q-14 -54 -21 -108.5t-7 -110.5q0 -99 21.5 -194t62 -182.5t100 -165t134.5 -141.5l75 103q47 -41 104 -75l-76 -103q107 -68 227.5 -103t247.5 -35t247.5 35t227.5 103l-76 103q28 17 53.5 36t50.5 39zM1195 682q29 14 55 32.5t49 41.5l151 -206q-24 -22 -50 -40.5t-54 -35.5z\"\r\n },\r\n {\r\n Name: \"CharticulatorGuideX\",\r\n Code: \"E636\",\r\n Path: \"M768 1664v-256h-128v256h128zM768 1280v-256h-128v256h128zM768 896v-256h-128v256h128zM768 2048v-256h-128v256h128zM1280 1664v-256h-128v256h128zM1280 896v-256h-128v256h128zM1280 2048v-256h-128v256h128zM1280 1280v-256h-128v256h128zM256 2048v-256h-128v256h128zM1664 1024v256h128v-256h-128zM1664 640v256h128v-256h-128zM1664 1408v256h128v-256h-128zM256 1664v-256h-128v256h128zM1664 2048h128v-256h-128v256zM256 1280v-256h-128v256h128zM1664 384v128h128v-384h-128v128h-1408v-128h-128v384h128v-128h1408zM256 896v-256h-128v256h128z\"\r\n },\r\n {\r\n Name: \"CharticulatorGuideY\",\r\n Code: \"E637\",\r\n Path: \"M512 1792v128h256v-128h-256zM896 256v128h256v-128h-256zM896 768v128h256v-128h-256zM896 1280v128h256v-128h-256zM512 1280v128h256v-128h-256zM896 1792v128h256v-128h-256zM0 1792v128h384v-128h-128v-1408h128v-128h-384v128h128v1408h-128zM512 768v128h256v-128h-256zM512 256v128h256v-128h-256zM1664 256v128h256v-128h-256zM1664 768v128h256v-128h-256zM1664 1280v128h256v-128h-256zM1664 1920h256v-128h-256v128zM1280 1280v128h256v-128h-256zM1280 768v128h256v-128h-256zM1280 256v128h256v-128h-256zM1280 1792v128h256v-128h-256z\"\r\n },\r\n {\r\n Name: \"CharticulatorLegend\",\r\n Code: \"E638\",\r\n Path: \"M640 1920v-512h-512v512h512zM512 1536v256h-256v-256h256zM128 1024q0 53 20 100t54.5 81.5t81.5 54.5t100 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5zM240 1024q0 -30 11.5 -56t31 -45.5t45.5 -31t56 -11.5t56 11.5t45.5 31t31 45.5t11.5 56t-11.5 56t-31 45.5t-45.5 31t-56 11.5t-56 -11.5t-45.5 -31t-31 -45.5t-11.5 -56zM896 1792h1152v-128h-1152v128zM896 1024v128h1152v-128h-1152zM896 384v128h1152v-128h-1152zM384 64l-320 576h640zM384 327l102 185h-204z\"\r\n },\r\n {\r\n Name: \"CharticulatorLine\",\r\n Code: \"E639\",\r\n Path: \"M192 768q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM192 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1856 1664q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1856 1395q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM469 791l1055 568q20 -57 55 -102l-1055 -568q-20 57 -55 102z\"\r\n },\r\n {\r\n Name: \"CharticulatorLineStyleDashed\",\r\n Code: \"E63A\",\r\n Path: \"M512 897v127h384v-127h-384v0zM1536 1024h384v-127h-384v127v0zM0 897v127h384v-127h-384v0zM1024 897v127h384v-127h-384v0z\"\r\n },\r\n {\r\n Name: \"CharticulatorLineStyleDotted\",\r\n Code: \"E63B\",\r\n Path: \"M256 897v127h128v-127h-128zM512 897v127h128v-127h-128zM768 897v127h128v-127h-128zM0 897v127h128v-127h-128zM1536 897v127h128v-127h-128zM1024 897v127h128v-127h-128zM1792 1024h128v-127h-128v127zM1280 897v127h128v-127h-128z\"\r\n },\r\n {\r\n Name: \"CharticulatorLinkingData\",\r\n Code: \"E63C\",\r\n Path: \"M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-30 0 -58 9.5t-52 26t-42 40t-28 52.5h-664q-5 -14 -11.5 -27t-15.5 -24l312 -467q11 2 23 4t24 2q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 32 10.5 61t28.5 54l-312 467q-11 -2 -23 -4t-24 -2q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9.5 58t26 52t40 42t52.5 28v664q-29 10 -52.5 28t-40 42t-26 52t-9.5 58q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -16 -3 -32t-8 -31l358 -286q46 29 101 29q12 0 24 -2t23 -4l312 467q-18 25 -28.5 54t-10.5 61q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -32 -10.5 -61t-28.5 -54l312 -467q11 2 23 4t24 2zM115 1600q0 -32 22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5zM192 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM340 697l2 -2zM651 1025q-5 15 -8 31t-3 32t3 32t8 31l-358 286q-20 -12 -37 -17v-664q17 -5 37 -17zM1344 397q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM832 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1344 1933q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM1676 1152q5 14 11.5 27t15.5 24l-312 467q-11 -2 -23 -4t-24 -2t-24 2t-23 4l-312 -467q9 -11 15.5 -24t11.5 -27h664zM1856 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5z\"\r\n },\r\n {\r\n Name: \"CharticulatorLinkingSequence\",\r\n Code: \"E63D\",\r\n Path: \"M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 41 16.5 77t45.5 64l-242 564q-3 0 -6 -0.5t-6 -0.5q-55 0 -101 29l-358 -286q5 -15 8 -31t3 -32q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q55 0 101 -29l358 286q-5 15 -8 31t-3 32q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-16.5 -77t-45.5 -64l242 -564q3 0 6 0.5t6 0.5q55 0 101 -29l358 286q-5 15 -8 31t-3 32q0 40 15 75t41 61t61 41t75 15zM192 883q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM832 1395q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1216 499q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5zM1856 1011q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5t-54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5z\"\r\n },\r\n {\r\n Name: \"CharticulatorOrderColumn\",\r\n Code: \"E63E\",\r\n Path: \"M1909 384l90 -91l-271 -271l-271 271l90 91l117 -117v1438l-87 -215l-119 49l206 505v4h128v-1781zM408 844l218 537l119 -49l-219 -537zM256 471l87 214l119 -48l-206 -505v-4h-128v1920h128v-1577zM1394 1381l119 -49l-219 -537l-118 49zM1024 471l87 214l119 -48l-206 -505v-4h-128v1577l-87 -215l-119 49l206 505v4h128v-1577z\"\r\n },\r\n {\r\n Name: \"CharticulatorOrderRow\",\r\n Code: \"E63F\",\r\n Path: \"M716 1304l-49 118l537 218l49 -118zM1362 1705l215 87h-1577v128h1920v-128h-4l-505 -206zM716 536l-49 118l537 218l49 -118zM1362 937l215 87h-1577v128h4l505 206l49 -119l-215 -87h1577v-128h-4l-505 -206zM1755 591l271 -271l-271 -271l-91 90l117 117h-1781v128h4l505 206l49 -119l-215 -87h1438l-117 117z\"\r\n },\r\n {\r\n Name: \"CharticulatorPlotCartesian\",\r\n Code: \"E640\",\r\n Path: \"M1920 1664h-128v-384h128v-128h-128v-384h128v-128h-128v-384h128v-128h-1792v1792h128v-128h384v128h128v-128h384v128h128v-128h384v128h128v-128h128v-128zM640 256v384h-384v-384h384zM640 768v384h-384v-384h384zM640 1280v384h-384v-384h384zM1152 256v384h-384v-384h384zM1152 768v384h-384v-384h384zM1152 1280v384h-384v-384h384zM1664 256v384h-384v-384h384zM1664 768v384h-384v-384h384zM1664 1280v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"CharticulatorPlotCurve\",\r\n Code: \"E641\",\r\n Path: \"M2048 1536v-1536q-102 0 -216 11t-228.5 33t-224 53.5t-201.5 73.5q-28 13 -46 22t-33 18t-32 19t-43 26t-43 26t-32 19t-33 17.5t-46 21.5q-92 42 -201.5 74t-224 54t-228.5 33t-216 11v1536q102 0 216 -11t228.5 -33t224 -54t201.5 -74q28 -13 46 -21.5t33 -17.5t32 -19t43 -26t43 -26t32 -19t33 -18t46 -22q92 -42 201.5 -73.5t224 -53.5t228.5 -33t216 -11zM637 1826l-30 -307q102 -26 199.5 -64t187.5 -93l77 255q-31 16 -60 33t-58 36q-73 48 -152.5 81.5t-163.5 58.5zM387 606l31 312q-72 13 -144.5 22t-145.5 14v-319q66 -4 130 -11t129 -18zM430 1045l38 374q-85 17 -169.5 29t-170.5 18v-383q76 -6 151.5 -15t150.5 -23zM481 1548l31 311q-95 21 -191 34.5t-193 20.5v-319q89 -7 177 -18.5t176 -28.5zM741 525l81 271q-67 31 -136.5 54.5t-141.5 40.5l-31 -308q58 -11 114.5 -26t113.5 -32zM557 1019q78 -18 154 -42t149 -57l96 316q-1 0 -1.5 0.5t-1.5 0.5q-87 52 -174 89t-185 64zM1408 223v311q-121 32 -235.5 77t-219.5 114q-4 2 -7.5 4.5t-8.5 4.5l-76 -252q62 -25 120 -54.5t114 -65.5q72 -48 151 -81.5t162 -57.5zM1408 666v380q-88 23 -173 53t-166 71l-93 -309q57 -35 107.5 -63t101 -51t104.5 -43t119 -38zM1408 1178v316q-56 14 -110.5 31.5t-108.5 39.5l-82 -270q72 -38 147.5 -66.5t153.5 -50.5zM1920 134v319q-97 6 -192.5 19t-191.5 32v-314q95 -22 191 -35.5t193 -20.5zM1920 581v384q-97 6 -192.5 19t-191.5 32v-382q96 -20 191.5 -33t192.5 -20zM1920 1093v320q-97 6 -192.5 19t-191.5 32v-317q188 -40 384 -54z\"\r\n },\r\n {\r\n Name: \"CharticulatorPolarCoordinates\",\r\n Code: \"E642\",\r\n Path: \"M1054 519q-26 -5 -52.5 -7.5t-53.5 -2.5q-16 0 -40 2t-40 8l21 127q37 -6 75 -6q17 0 34.5 1.5t34.5 3.5zM613 1372q-24 -29 -42 -61.5t-31 -67.5l-121 44q7 18 17.5 41t23 46t26.5 44t28 35zM512 1152v-128h-128v128h128zM1499 885q-6 -20 -17 -42t-24.5 -44.5t-27.5 -43t-27 -36.5l-99 82q24 29 43 61t32 67zM1303 621l-111 -64l-64 111l111 64zM420 886l120 45q27 -71 75 -129l-99 -81q-31 37 -55 78.5t-41 86.5zM1501 1285l-120 -44q-26 71 -74 130l100 80q30 -37 54 -79t40 -87zM1789 1152h131v-128h-131q-7 -94 -35 -183t-74 -169t-109 -148.5t-141 -121.5l65 -113l-110 -64l-66 113q-85 -40 -175 -61t-184 -21t-184 21t-175 61l-66 -113l-110 64l65 113q-78 53 -141 121.5t-109 148.5t-74 169t-35 183h-131v128h131q7 94 35 183t74 169t109 148.5t141 121.5q-11 27 -30.5 57t-34.5 56l110 64q15 -26 31.5 -58t34.5 -55q85 40 175 61t184 21t184 -21t175 -61q18 23 34.5 55t31.5 58l110 -64q-15 -26 -34.5 -56t-30.5 -57q78 -53 141 -121.5t109 -148.5t74 -169t35 -183zM1065 1397l110 -64l-104 -181h590q-8 90 -38 172.5t-77.5 153.5t-111 129t-138.5 99t-160 63.5t-176 22.5q-97 0 -187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187t25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25q91 0 176 22.5t160 63.5t138.5 99t111 129t77.5 153.5t38 172.5h-590l104 -181l-110 -64l-105 181l-105 -181l-110 64l104 181h-209v128h209l-104 181l110 64l105 -181zM1303 1555l-64 -111l-110 64l64 111zM727 557l-110 64l63 111l111 -64zM861 1655q23 4 46.5 5.5t46.5 1.5q26 0 53.5 -1t53.5 -6l-22 -126q-20 2 -40 4.5t-40 2.5q-19 0 -38 -1.5t-38 -5.5zM617 1555l110 64l64 -111l-110 -64z\"\r\n },\r\n {\r\n Name: \"CharticulatorSpiral\",\r\n Code: \"E643\",\r\n Path: \"M1216 1856q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221q0 -136 -35 -264.5t-99.5 -242t-155 -208.5t-200.5 -164t-237 -107t-265 -38q-135 0 -265.5 37.5t-248 106t-217 163t-172 208t-113 243t-40.5 266.5q0 139 34 274.5t97.5 258.5t155 228.5t207.5 184.5q17 11 37 11q26 0 44.5 -19t18.5 -45q0 -31 -27 -53q-35 -28 -68 -53.5t-65 -56.5q-73 -72 -130 -156.5t-96 -177.5t-59.5 -193t-20.5 -203q0 -121 36 -234t99.5 -212.5t151 -182t190.5 -142t218 -92.5t233 -33q120 0 231 33.5t207 94t174.5 143.5t134.5 182.5t86.5 212t30.5 230.5q0 97 -25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25t-187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187q0 -75 19.5 -144.5t55 -130t85 -110t110 -85t130 -55t144.5 -19.5t144.5 19.5t130 55t110 85t85 110t55 130t19.5 144.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -46 17.5 -87t48 -71.5t71.5 -48t87 -17.5t87 17.5t71.5 48t48 71.5t17.5 87q0 26 -19 45t-45 19q-24 0 -36 -9.5t-18.5 -23.5t-9.5 -31t-9.5 -31t-18.5 -23.5t-36 -9.5q-26 0 -45 19t-19 45q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -73 -27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5t-137 27.5t-112 75.5t-75.5 112t-27.5 137q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -139 -53 -261t-144.5 -213.5t-213.5 -144.5t-261 -53t-261 53t-213.5 144.5t-144.5 213.5t-53 261q0 115 30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30z\"\r\n },\r\n {\r\n Name: \"CharticulatorStackRadial\",\r\n Code: \"E644\",\r\n Path: \"M1024 1877q264 0 519.5 -60t491.5 -178l-283 -566q-170 85 -354 128t-374 43t-374 -43t-354 -128l-284 566q236 118 492 178t520 60zM1693 1240l169 338q-199 85 -410 128t-428 43t-428 -43t-410 -128l169 -338q160 65 328 98.5t341 33.5t341 -33.5t328 -98.5zM417 830q142 70 295.5 106.5t311.5 36.5t311.5 -36.5t295.5 -106.5l-285 -569q-75 38 -156.5 57t-165.5 19t-165.5 -19t-156.5 -57zM1285 424l171 342q-104 39 -212.5 59t-219.5 20t-219.5 -20t-212.5 -59l171 -342q128 41 261 41t261 -41z\"\r\n },\r\n {\r\n Name: \"CharticulatorStackY\",\r\n Code: \"E645\",\r\n Path: \"M256 2048h1536v-896h-1536v896zM1664 1280v640h-1280v-640h1280zM256 128v896h1536v-896h-1536zM384 896v-640h1280v640h-1280z\"\r\n },\r\n {\r\n Name: \"ODSharedChannel\",\r\n Code: \"E649\",\r\n Path: \"M1920 1088v-512q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-512q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h128v-64q0 -40 15 -75t41 -61t61 -41t75 -15h512q40 0 75 15t61 41t41 61t15 75v512q0 40 -15 75t-41 61t-61 41t-75 15h-715q-10 -29 -28 -52.5t-42 -40.5t-52.5 -26t-58.5 -9q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q30 0 58.5 -9t52.5 -26t42 -40.5t28 -52.5h715q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5zM704 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1344 640q-30 0 -58.5 9t-52.5 26t-42 40.5t-28 52.5h-715q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v512q0 66 25 124.5t68.5 102t102 68.5t124.5 25h512q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5v-64h-128v64q0 40 -15 75t-41 61t-61 41t-75 15h-512q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-512q0 -40 15 -75t41 -61t61 -41t75 -15h715q10 29 28 52.5t42 40.5t52.5 26t58.5 9q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM1344 896q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z\"\r\n },\r\n {\r\n Name: \"ODSharedChannel12\",\r\n Code: \"E64A\",\r\n Path: \"M1280 512q-41 0 -78.5 12.5t-69 35t-56 54t-37.5 69.5h-527q-71 0 -133 27t-108 73t-73 108t-27 133v512q0 70 27 132.5t73 108.5t108 73t133 27h512q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5h-170q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5h-512q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66v-512q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5h527q13 38 37.5 69.5t56 54t69 35t78.5 12.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1877 1024v-512q0 -71 -27 -133t-73 -108t-108.5 -73t-132.5 -27h-512q-71 0 -133 27t-108 73t-73 108t-27 133h170q0 -35 13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5h512q35 0 66 13.5t54.5 36.5t37 54.5t13.5 66.5v512q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5h-527q-14 -38 -38 -69.5t-55.5 -54t-69.5 -35t-78 -12.5q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q40 0 78 -12.5t69.5 -35t55.5 -54t38 -69.5h527q70 0 132.5 -27t108.5 -73t73 -108.5t27 -132.5z\"\r\n },\r\n {\r\n Name: \"AppIconSecure\",\r\n Code: \"E657\",\r\n Path: \"M1505 1152q-101 -43 -168 -128h-313v-896h-1024v1920h1920v-955q-57 46 -128 69v758h-768v-768h481zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512z\"\r\n },\r\n {\r\n Name: \"PBIPerspective\",\r\n Code: \"E658\",\r\n Path: \"M1280 1792v-256h-128v256h128zM1024 768v128h256v-128h-256zM1280 1280v-256h-128v256h128zM768 768h-256v128h256v-128zM1280 2048v-128h-256v128h256zM128 1280v-256h-128v256h128zM128 1792v-256h-128v256h128zM256 896v-128h-256v128h256zM768 2048v-128h-256v128h256zM256 2048v-128h-256v128h256zM256 1024v455l624 313h144v-72l-561 -280l561 -280v-136h-16l-624 313v-313h-128zM1408 1735l512 -256v-1038l-832 -417l-832 417v199h128v-120l640 -321v441h128v-441l640 321v817l-384 -193v144l305 152l-305 152v143z\"\r\n },\r\n {\r\n Name: \"Dataverse\",\r\n Code: \"E659\",\r\n Path: \"M2047 1170q0 -123 -29 -239.5t-83 -220t-131.5 -190.5t-174 -149.5t-210.5 -97.5t-242 -35q-68 0 -136 12t-132 35t-123 58t-109 82q-22 -38 -53.5 -69t-69 -52.5t-79.5 -33t-86 -11.5q-78 0 -137 29t-102.5 77t-72.5 111t-46.5 132t-25 138.5t-7.5 131.5q0 123 29 239.5t83 220t131.5 190t174.5 149t211 97.5t242 35q67 0 135 -11.5t132 -35t123 -58.5t109 -81q22 38 53.5 69t69 52.5t80 33t86.5 11.5q78 0 137 -28.5t102.5 -77t72.5 -111.5t46 -132t24.5 -138.5t7.5 -131.5zM389 387q74 0 119 38t78 99q-62 81 -95 177.5t-33 198.5q0 95 31.5 189t90 168.5t141.5 121t186 46.5q85 0 170 -28t153 -80t110.5 -126.5t42.5 -167.5q0 -54 -15.5 -106t-47.5 -96q34 30 60.5 68t44 80t26.5 87.5t9 90.5q0 79 -23 149.5t-64 130t-97 107t-122 80.5t-139 50.5t-148 17.5q-110 0 -207 -30.5t-179.5 -85t-148 -130t-111.5 -165t-70.5 -189.5t-24.5 -205q0 -41 4 -93t15 -106.5t30 -107t48 -93t70 -65.5t96 -25zM1919 1171q0 41 -4 93t-15 106.5t-30 106.5t-48 93t-69.5 66t-95.5 25q-74 0 -119.5 -38t-78.5 -99q62 -81 95.5 -177.5t33.5 -199.5q0 -63 -14.5 -126.5t-41.5 -122t-66.5 -108.5t-89.5 -87.5t-110 -58.5t-128 -21q-85 0 -170 28t-153 80t-110.5 126t-42.5 167q0 55 17 106t46 97q-34 -30 -60 -68t-44 -80.5t-27 -88t-9 -90.5q0 -79 23 -149.5t64 -130t97 -106.5t122 -80t139 -50.5t148 -17.5q110 0 207.5 30.5t180 85t148 129.5t111 164.5t70 190t24.5 205.5z\"\r\n },\r\n {\r\n Name: \"PBIHomeLayoutDefault\",\r\n Code: \"E65B\",\r\n Path: \"M512 1920v-512h-512v512h512zM384 1536v256h-256v-256h256zM1280 1920v-512h-512v512h512zM1152 1536v256h-256v-256h256zM1536 1920h512v-512h-512v512zM1920 1536v256h-256v-256h256zM0 1024v128h2048v-128h-2048zM0 256v128h2048v-128h-2048zM0 640v128h2048v-128h-2048z\"\r\n },\r\n {\r\n Name: \"PBIHomeLayoutExpanded\",\r\n Code: \"E65C\",\r\n Path: \"M0 0v512h2048v-512h-2048zM128 384v-256h1792v256h-1792zM0 2048h2048v-512h-2048v512zM1920 1664v256h-1792v-256h1792zM0 768v512h2048v-512h-2048zM128 1152v-256h1792v256h-1792z\"\r\n },\r\n {\r\n Name: \"BullseyeTargetAdd\",\r\n Code: \"E664\",\r\n Path: \"M1536 1024q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1024 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM256 1024q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q133 0 256 45v-135q-126 -38 -256 -38q-124 0 -238 32t-213.5 90.5t-181.5 140.5t-140.5 181.5t-90.5 214t-32 237.5t32 237.5t90.5 214t140.5 181.5t181.5 140.5t214 90.5t237.5 32t237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5q0 -130 -38 -256h-135q45 123 45 256q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"ZeroDayPatch\",\r\n Code: \"E665\",\r\n Path: \"M1032 1152q71 0 118.5 -26.5t76.5 -70.5t41 -101.5t12 -118.5q0 -64 -14 -122.5t-45.5 -103t-81.5 -71t-122 -26.5q-71 0 -118.5 26.5t-76.5 70.5t-41.5 101t-12.5 119q0 64 14 122.5t45.5 103t82 71t122.5 26.5zM891 815q0 -5 0.5 -8.5t1.5 -8.5l245 168q-14 39 -42 65.5t-72 26.5t-70.5 -26t-40.5 -63.5t-18 -79.5t-4 -74zM1157 831q0 8 -1 16t-1 16l-244 -166q14 -39 41 -65t72 -26q41 0 67 23.5t40.5 57.5t20 73t5.5 71zM1664 1920h384v-1024h-128v512h-1792v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128zM128 1536h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256zM1472 219l467 466l90 -90l-557 -558l-269 270l90 90z\"\r\n },\r\n {\r\n Name: \"UserClapper\",\r\n Code: \"E666\",\r\n Path: \"M1972 1062l44 -167l-992 -255l-44 167zM1024 640h1024v-512q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-768q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v512zM1920 128v384h-768v-384h768zM1280 1536q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 36 231.5t101.5 205.5t157.5 166.5t204 114.5q-56 35 -101 82.5t-76.5 103.5t-48.5 119t-17 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30z\"\r\n },\r\n {\r\n Name: \"StreamingDataset\",\r\n Code: \"E667\",\r\n Path: \"M1229 521q-24 -32 -37 -70.5t-13 -78.5t13 -78.5t37 -70.5l-100 -74q-36 48 -55 105t-19 117q0 61 19.5 118.5t55.5 106.5zM1030 670q-48 -65 -74.5 -141t-26.5 -157t26.5 -157t74.5 -140l-99 -75q-60 80 -92 175.5t-32 195.5q0 101 31.5 196.5t92.5 176.5zM1725 596q36 -48 55.5 -105.5t19.5 -117.5t-19 -118t-56 -106l-99 75q49 66 49 148q0 40 -12.5 78.5t-36.5 70.5zM1924 745q60 -81 92 -176.5t32 -196.5q0 -100 -32 -195.5t-92 -176.5l-99 75q48 65 74.5 140.5t26.5 156.5t-26.5 157t-74.5 141zM1427 497q25 0 48 -10t40 -27t27 -40t10 -48t-10 -47.5t-27.5 -39.5t-40 -27t-47.5 -10t-47.5 10t-39.5 27t-27 39.5t-10 47.5t10 47.5t26.5 40t39 27.5t48.5 10zM1552 1368q-56 -35 -126 -59.5t-145 -39.5t-150 -21.5t-140 -6.5t-139.5 6.5t-149.5 21.5t-144.5 39t-124.5 60v-934q0 -27 27 -51t63.5 -42.5t74 -31.5t59.5 -18q4 -34 10 -67.5t15 -66.5q-51 11 -115.5 31.5t-121.5 53.5t-96 80t-39 112v1118q0 46 21.5 83.5t57 67.5t80.5 53t92 39.5t92.5 27.5t81.5 18q63 11 127.5 16t128.5 5q66 0 129.5 -5.5t127.5 -16.5q36 -6 81.5 -17t93 -28t92.5 -40t80.5 -53t57 -67.5t21.5 -83.5v-799l-122 -93v709zM1550 1552q0 17 -13.5 33.5t-26.5 27.5q-43 36 -109 60.5t-138.5 38.5t-144.5 20t-127 6t-127 -6t-145 -20.5t-139 -38.5t-109 -60q-14 -11 -26 -26t-12 -35t12 -35t26 -26q48 -38 113 -62t135.5 -38.5t141.5 -20t130 -5.5q60 0 130 5.5t140.5 20t135.5 38.5t113 62q14 11 27 26.5t13 34.5z\"\r\n },\r\n {\r\n Name: \"StreamingDataflow\",\r\n Code: \"E668\",\r\n Path: \"M1407 512q27 0 50.5 -10t41 -27t27.5 -40.5t10 -50.5t-10 -50.5t-27 -40.5t-40.5 -27t-50.5 -10t-50 10t-40.5 27t-27.5 40t-10 50t9.5 50.5t27 41t40.5 27.5t50 10zM1203 537q-51 -68 -51 -153q0 -42 13 -81.5t38 -72.5l-102 -76q-37 50 -57 108.5t-20 120.5q0 63 19.5 122t57.5 109zM1920 768q62 -84 95 -182t33 -202q0 -103 -32.5 -201.5t-95.5 -181.5l-103 76q51 66 78 144.5t27 162.5t-27 162.5t-78 144.5zM1715 615q37 -51 57 -109.5t20 -121.5t-19.5 -121.5t-57.5 -108.5l-102 77q51 68 51 153q0 42 -13 81.5t-38 72.5zM384 640h256v-640h-640v640h256v768h-256v640h640v-640h-256v-384h1024v384h-256v640h640v-640h-256v-512h-1152v-256zM1664 1536v384h-384v-384h384zM512 1536v384h-384v-384h384zM128 512v-384h384v384h-384zM999 691q-51 -66 -78 -144.5t-27 -162.5t27 -162.5t78 -144.5l-103 -77q-63 83 -95.5 181t-32.5 202t32.5 202.5t95.5 181.5z\"\r\n },\r\n {\r\n Name: \"StreamPlaylist\",\r\n Code: \"E669\",\r\n Path: \"M1946 1024q0 -32 -15.5 -59.5t-42.5 -44.5l-1290 -799q-30 -19 -65 -19q-26 0 -48 9.5t-39 26.5t-26.5 39t-9.5 48v1598q0 25 9.5 47.5t26.5 39.5t39 26.5t48 9.5q35 0 65 -19l1290 -799q27 -17 42.5 -44.5t15.5 -59.5zM538 234l1170 725h-1170v-725zM538 1087h1172l-1172 727v-727z\"\r\n },\r\n {\r\n Name: \"CellSplitVertical\",\r\n Code: \"E66C\",\r\n Path: \"M128 1920h1664v-1664h-1664v1664zM1664 384v640h-1408v-640h1408zM1664 1152v640h-1408v-640h1408z\"\r\n },\r\n {\r\n Name: \"GlobalNavButton\",\r\n Code: \"E700\",\r\n Path: \"M2048 1408h-2048v128h2048v-128v0zM2048 384h-2048v128h2048v-128v0zM2048 897h-2048v127h2048v-127v0z\"\r\n },\r\n {\r\n Name: \"InternetSharing\",\r\n Code: \"E704\",\r\n Path: \"M896 1408h128v-1408h-128v1408zM372 1804q-58 -58 -103.5 -126.5t-76.5 -143.5t-47.5 -155.5t-16.5 -162.5t16.5 -162.5t47.5 -155.5t76.5 -143.5t103.5 -126.5l-91 -91q-136 137 -208.5 311.5t-72.5 367.5t72.5 367.5t208.5 311.5zM1639 1895q136 -137 208.5 -311.5t72.5 -367.5t-72.5 -367.5t-208.5 -311.5l-91 91q58 58 103.5 126.5t76.5 143.5t47.5 155.5t16.5 162.5t-16.5 162.5t-47.5 155.5t-76.5 143.5t-103.5 126.5zM1367 1623q81 -81 125 -186.5t44 -220.5t-44 -220.5t-125 -186.5l-90 90q63 63 96.5 145.5t33.5 171.5t-33.5 171.5t-96.5 145.5zM643 1533q-63 -63 -97 -145.5t-34 -171.5t34 -171.5t97 -145.5l-90 -90q-81 81 -125 186.5t-44 220.5t44 220.5t125 186.5z\"\r\n },\r\n {\r\n Name: \"Brightness\",\r\n Code: \"E706\",\r\n Path: \"M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z\"\r\n },\r\n {\r\n Name: \"MapPin\",\r\n Code: \"E707\",\r\n Path: \"M1920 0h-1920l384 1152h512v262q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-262h512zM768 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM178 128h1564l-298 896h-420v-480q0 -9 -7.5 -15.5t-18 -10t-21 -5t-17.5 -1.5t-17.5 1.5t-21 5t-18 10t-7.5 15.5v480h-420z\"\r\n },\r\n {\r\n Name: \"Airplane\",\r\n Code: \"E709\",\r\n Path: \"M1792 1280q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-448l-384 -768h-448l256 768h-256l-64 -128h-448l128 384l-128 384h448l64 -128h256l-256 768h448l384 -768h448zM1792 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-527q-99 192 -193 383.5t-191 384.5h-191q64 -193 127 -384.5t129 -383.5h-513l-64 128h-191q21 -64 41.5 -128t43.5 -128q-23 -64 -43.5 -128t-41.5 -128h191l64 128h513q-66 -192 -129 -383.5t-127 -384.5h191q97 193 191 384.5t193 383.5h527z\"\r\n },\r\n {\r\n Name: \"Tablet\",\r\n Code: \"E70A\",\r\n Path: \"M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1216q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1920 416v1216q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h1728q14 0 23 9t9 23zM896 512v128h256v-128h-256z\"\r\n },\r\n {\r\n Name: \"QuickNote\",\r\n Code: \"E70B\",\r\n Path: \"M1920 1920v-1792h-1280l-512 512v1280h1792zM640 309v331h-331zM1792 1792h-1536v-1024h512v-512h1024v1536z\"\r\n },\r\n {\r\n Name: \"ChevronDown\",\r\n Code: \"E70D\",\r\n Path: \"M1939 1581l90 -90l-1005 -1005l-1005 1005l90 90l915 -915z\"\r\n },\r\n {\r\n Name: \"ChevronUp\",\r\n Code: \"E70E\",\r\n Path: \"M1955 515l-931 930l-931 -930l-90 90l1021 1022l1021 -1022z\"\r\n },\r\n {\r\n Name: \"Edit\",\r\n Code: \"E70F\",\r\n Path: \"M2048 1713q0 -66 -25 -128t-73 -110l-1317 -1317l-633 -158l158 633l1317 1317q48 48 110 73t128 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -130zM326 620q106 -35 182.5 -111.5t111.5 -182.5l1081 1082l-293 293zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 80.5t-45 66t-66 45t-80.5 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48z\"\r\n },\r\n {\r\n Name: \"Add\",\r\n Code: \"E710\",\r\n Path: \"M2048 1088v-128h-960v-960h-128v960h-960v128h960v960h128v-960h960z\"\r\n },\r\n {\r\n Name: \"Cancel\",\r\n Code: \"E711\",\r\n Path: \"M1115 1024l690 -691l-90 -90l-691 690l-691 -690l-90 90l690 691l-690 691l90 90l691 -690l691 690l90 -90z\"\r\n },\r\n {\r\n Name: \"More\",\r\n Code: \"E712\",\r\n Path: \"M256 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1792 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"Settings\",\r\n Code: \"E713\",\r\n Path: \"M1783 1060q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l259 -161l-159 -383l-297 68q-24 -26 -50 -50l68 -297l-383 -159l-161 259q-9 0 -18 -0.5t-18 -0.5t-18 0.5t-18 0.5l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383zM1666 930q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86l148 236q23 -2 47 -4t47 -2q24 0 47.5 2t47.5 4l147 -236l208 86l-63 271q38 31 70 63.5t64 70.5l271 -63l86 208zM1024 1400q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 760q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5z\"\r\n },\r\n {\r\n Name: \"Video\",\r\n Code: \"E714\",\r\n Path: \"M2048 504l-512 256v-248h-1536v1024h1536v-248l512 256v-1040zM1408 1408h-1280v-768h1280v768zM1920 1337l-384 -193v-240l384 -193v626z\"\r\n },\r\n {\r\n Name: \"Mail\",\r\n Code: \"E715\",\r\n Path: \"M2048 1664v-1280h-2048v1280h2048zM143 1536l881 -441l881 441h-1762zM1920 512v888l-896 -447l-896 447v-888h1792z\"\r\n },\r\n {\r\n Name: \"People\",\r\n Code: \"E716\",\r\n Path: \"M1636 1355q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149q0 -91 -41.5 -173t-114.5 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5q91 0 173 -41.5t136 -114.5q38 75 97 134t134 97q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149q0 -91 -41.5 -173t-114.5 -136zM640 640q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1152 1664q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99z\"\r\n },\r\n {\r\n Name: \"Phone\",\r\n Code: \"E717\",\r\n Path: \"M1607 835q44 0 84.5 -16.5t71.5 -47.5l220 -220q31 -31 47.5 -71.5t16.5 -84.5t-16.5 -84.5t-47.5 -71.5l-14 -14q-54 -54 -99 -96t-94 -70.5t-109 -43.5t-143 -15q-125 0 -257 39t-262.5 108t-256 164t-237 207.5t-205.5 238t-162 256t-106 260.5t-38 252q0 83 14.5 142t43 108t70 93.5t95.5 98.5l16 16q31 31 71 48t85 17q44 0 84.5 -17t71.5 -48l220 -220q31 -31 47.5 -71.5t16.5 -84.5t-15 -78.5t-37 -62.5t-48.5 -51t-48.5 -45t-37 -44.5t-15 -48.5q0 -38 27 -65l551 -551q27 -27 65 -27q26 0 48.5 15t44.5 37t45 48.5t51 48.5t62.5 37t78.5 15zM1524 128q72 0 120.5 13.5t87.5 39t76 63.5t85 86q27 27 27 65q0 18 -14.5 42.5t-37.5 51.5t-51.5 55.5t-56 54t-51 47t-36.5 34.5q-27 27 -66 27q-26 0 -48 -15t-44 -37t-45.5 -48.5t-51.5 -48.5t-62.5 -37t-78.5 -15t-84.5 16.5t-71.5 47.5l-551 551q-31 31 -47.5 71.5t-16.5 84.5t15 78.5t37 62.5t48.5 51.5t48.5 45.5t37 44t15 48q0 39 -27 66q-13 13 -34.5 36.5t-47 51t-54 56t-55.5 51.5t-51.5 37.5t-42.5 14.5q-38 0 -65 -27q-48 -48 -85.5 -85t-64 -76t-40 -87.5t-13.5 -119.5q0 -112 36.5 -231t101 -238t152.5 -234.5t192 -218.5t219.5 -190t234 -150.5t236 -99t225.5 -35.5z\"\r\n },\r\n {\r\n Name: \"Pin\",\r\n Code: \"E718\",\r\n Path: \"M2048 1536v-896h-64q-78 0 -143 33.5t-112 94.5h-494q-28 -59 -70 -106.5t-94.5 -80.5t-113 -51t-125.5 -18h-64v512h-640l-128 64l128 64h640v512h64q65 0 125.5 -18t113 -51t94.5 -80.5t70 -106.5h494q47 61 112 94.5t143 33.5h64zM1920 1397q-24 -8 -41 -20t-30.5 -26.5t-25 -32.5t-23.5 -38h-653l-15 43q-28 79 -91 134t-145 72v-882q82 17 145 72t91 134l15 43h653q12 -20 23.5 -38t25 -32.5t30.5 -26.5t41 -20v618z\"\r\n },\r\n {\r\n Name: \"Shop\",\r\n Code: \"E719\",\r\n Path: \"M1792 1536v-1280q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-1152q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5v1280h256v128q0 79 30.5 149t82.5 122t122 82.5t149 30.5q104 0 193 -52q89 52 191 52q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149v-128h256zM1408 1664q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99v-128zM1314 128q-34 60 -34 128v1152h-1024v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h930zM1664 1408h-256v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v1152z\"\r\n },\r\n {\r\n Name: \"Stop\",\r\n Code: \"E71A\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z\"\r\n },\r\n {\r\n Name: \"Link\",\r\n Code: \"E71B\",\r\n Path: \"M1536 1280v-128q76 0 145.5 -17.5t122.5 -56t84.5 -99t31.5 -147.5q0 -66 -25.5 -124t-69 -101.5t-101.5 -69t-124 -25.5h-512q-66 0 -124 25.5t-101.5 69t-69 101.5t-25.5 124q0 87 31.5 147.5t84.5 99t122.5 56t145.5 17.5v128h-64q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5h512q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-64zM896 768v128q76 0 145.5 17.5t122.5 56t84.5 99t31.5 147.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124q0 -87 31.5 -147.5t84.5 -99t122.5 -56t145.5 -17.5v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64z\"\r\n },\r\n {\r\n Name: \"Filter\",\r\n Code: \"E71C\",\r\n Path: \"M2048 1920v-219l-768 -768v-805h-512v805l-768 768v219h2048zM1920 1792h-1792v-37l768 -768v-731h256v731l768 768v37z\"\r\n },\r\n {\r\n Name: \"AllApps\",\r\n Code: \"E71D\",\r\n Path: \"M0 640v384h384v-384h-384zM128 896v-128h128v128h-128zM0 1152v384h384v-384h-384zM128 1408v-128h128v128h-128zM0 1664v384h384v-384h-384zM128 1920v-128h128v128h-128zM640 1280v128h1152v-128h-1152zM1536 896v-128h-896v128h896zM640 1920h1408v-128h-1408v128zM0 128v384h384v-384h-384zM128 384v-128h128v128h-128zM640 256v128h1152v-128h-1152z\"\r\n },\r\n {\r\n Name: \"Zoom\",\r\n Code: \"E71E\",\r\n Path: \"M2048 70q0 -28 -17 -49t-47 -21q-26 0 -45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5q15 -15 57.5 -57t102 -100t130 -127.5t142 -141t138.5 -139.5t119 -123t83 -91.5t31 -44.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5z\"\r\n },\r\n {\r\n Name: \"ZoomOut\",\r\n Code: \"E71F\",\r\n Path: \"M2048 70q0 -28 -17 -49t-47 -21q-26 0 -45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5q15 -15 57.5 -57t102 -100t130 -127.5t142 -141t138.5 -139.5t119 -123t83 -91.5t31 -44.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM384 1408h640v-128h-640v128z\"\r\n },\r\n {\r\n Name: \"Microphone\",\r\n Code: \"E720\",\r\n Path: \"M704 512q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-512zM640 704q0 -26 19 -45t45 -19h512q26 0 45 19t19 45v1152q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-1152zM1664 1024v-362q0 -84 -32 -158t-87 -129t-129 -87t-158 -32h-234v-128h256v-128h-640v128h256v128h-234q-84 0 -158 32t-129 87t-87 129t-32 158v362h128v-362q0 -57 22 -108t59.5 -88.5t88.5 -59.5t108 -22h596q57 0 108 22t88.5 59.5t59.5 88.5t22 108v362h128z\"\r\n },\r\n {\r\n Name: \"Search\",\r\n Code: \"E721\",\r\n Path: \"M1344 2048q97 0 187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187t-25 -187t-71 -168t-110.5 -142.5t-142.5 -110.5t-168 -71t-187 -25q-125 0 -239.5 42t-210.5 121l-785 -784q-19 -19 -45 -19t-45 19t-19 45t19 45l784 785q-79 96 -121 210.5t-42 239.5q0 97 25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25zM1344 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5z\"\r\n },\r\n {\r\n Name: \"Camera\",\r\n Code: \"E722\",\r\n Path: \"M2048 1792v-1536h-2048v1536h549l128 128h694l128 -128h549zM1920 1664h-475l-128 128h-586l-128 -128h-475v-1280h1792v1280zM1024 1536q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1024 640q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5zM320 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"Attach\",\r\n Code: \"E723\",\r\n Path: \"M1536 1664v-1216q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v1280q0 66 25.5 124t69 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-1280q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v1088h128v-1088q0 -26 19 -45t45 -19t45 19t19 45v1280q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1280q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5t124 25.5t101.5 69t69 101.5t25.5 124v1216h128z\"\r\n },\r\n {\r\n Name: \"Send\",\r\n Code: \"E724\",\r\n Path: \"M1997 1088l-1979 -883l220 883l-220 883zM206 1747l149 -598h1190zM353 1021l-147 -592l1327 592h-1180z\"\r\n },\r\n {\r\n Name: \"FavoriteList\",\r\n Code: \"E728\",\r\n Path: \"M2048 1280v-128h-878q-36 118 -72.5 233.5t-73.5 233.5q-37 -118 -73.5 -233.5t-72.5 -233.5h-502q102 -78 202 -156t203 -155q-40 -124 -78 -246.5t-76 -246.5l397 306v-162l-640 -492l248 794l-632 486h784l240 768l240 -768h784zM1152 896h896v-128h-896v128zM1152 512h896v-128h-896v128z\"\r\n },\r\n {\r\n Name: \"PageSolid\",\r\n Code: \"E729\",\r\n Path: \"M1755 1536h-475v475zM1792 1408v-1408h-1664v2048h1024v-640h640z\"\r\n },\r\n {\r\n Name: \"Forward\",\r\n Code: \"E72A\",\r\n Path: \"M2042 1024l-941 -941l-90 90l787 787h-1798v128h1798l-787 787l90 90z\"\r\n },\r\n {\r\n Name: \"Back\",\r\n Code: \"E72B\",\r\n Path: \"M2048 960h-1798l787 -787l-90 -90l-941 941l941 941l90 -90l-787 -787h1798v-128z\"\r\n },\r\n {\r\n Name: \"Refresh\",\r\n Code: \"E72C\",\r\n Path: \"M1297 2010q166 -45 304 -140.5t237.5 -226t154.5 -289t55 -330.5q0 -141 -36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 140 37 272t105.5 248.5t166.5 212t221 163.5h-274v128h512v-512h-128v297q-117 -56 -211.5 -140.5t-161.5 -190t-103 -227.5t-36 -251q0 -123 32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 150 -48.5 289t-135.5 253t-207.5 197.5t-265.5 123.5l34 123v0z\"\r\n },\r\n {\r\n Name: \"Share\",\r\n Code: \"E72D\",\r\n Path: \"M1408 512l128 128v-384h-1536v1280h128v-1152h1280v128zM1280 1024q-128 0 -250.5 -25.5t-236.5 -75t-217.5 -121t-191.5 -162.5v128q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32v384l704 -704l-704 -704v384zM1381 1536q-56 0 -105 -1t-97 -6.5t-96 -18t-102 -34.5q-87 -36 -161.5 -92t-133 -127.5t-99 -155t-59.5 -175.5q168 112 359 169t393 57h128v-203l395 395l-395 395v-203h-27z\"\r\n },\r\n {\r\n Name: \"Lock\",\r\n Code: \"E72E\",\r\n Path: \"M1792 1152v-1152h-1536v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374zM1664 1024h-1280v-896h1280v896z\"\r\n },\r\n {\r\n Name: \"BlockedSite\",\r\n Code: \"E72F\",\r\n Path: \"M1314 1374l-68 68l-286 -286l-286 286l-68 -68l286 -286l-286 -286l68 -68l286 286l284 -284l68 68l-284 284zM960 3q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5zM128 1666v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z\"\r\n },\r\n {\r\n Name: \"ReportHacked\",\r\n Code: \"E730\",\r\n Path: \"M1024 512h-128v128h128v-128zM1024 1664h-128v-896h128v896zM960 3q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5zM128 1666v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z\"\r\n },\r\n {\r\n Name: \"EMI\",\r\n Code: \"E731\",\r\n Path: \"M1536 1920v-1792h-512v512h-128v-512h-512v1792h1152zM1408 1792h-896v-1536h256v512h384v-512h256v1536zM768 1408h-128v256h128v-256zM1024 1408h-128v256h128v-256zM768 1024h-128v256h128v-256zM1024 1024h-128v256h128v-256zM1280 1408h-128v256h128v-256zM1280 1024h-128v256h128v-256z\"\r\n },\r\n {\r\n Name: \"MiniLink\",\r\n Code: \"E732\",\r\n Path: \"M1728 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-256q-57 0 -109 19t-93.5 53t-70.5 81t-41 103h-268q-12 -56 -41 -103t-70.5 -81t-93.5 -53t-109 -19h-256q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5h256q57 0 109 -19t93.5 -53t70.5 -81t41 -103h268q12 56 41 103t70.5 81t93.5 53t109 19h256zM576 128q30 0 58.5 9t52.5 26t42 40.5t28 52.5h-181q-26 0 -45 19t-19 45t19 45t45 19h181q-10 29 -28 52.5t-42 40.5t-52.5 26t-58.5 9h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15h256zM1728 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15h-256q-30 0 -58.5 -9t-52.5 -26t-42 -40.5t-28 -52.5h181q26 0 45 -19t19 -45t-19 -45t-45 -19h-181q10 -29 28 -52.5t42 -40.5t52.5 -26t58.5 -9h256z\"\r\n },\r\n {\r\n Name: \"Blocked\",\r\n Code: \"E733\",\r\n Path: \"M1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1024 128q164 0 313.5 56t273.5 163l-1264 1264q-107 -124 -163 -273.5t-56 -313.5q0 -124 32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1701 437q107 124 163 273.5t56 313.5q0 124 -32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32q-164 0 -313.5 -56t-273.5 -163z\"\r\n },\r\n {\r\n Name: \"FavoriteStar\",\r\n Code: \"E734\",\r\n Path: \"M1416 794l248 -794l-640 492l-640 -492l248 794l-632 486h784l240 768l240 -768h784zM1421 348q-38 124 -76 246.5t-78 246.5q103 77 203 155t202 156h-502l-146 467l-146 -467h-502q102 -78 202 -156t203 -155q-40 -124 -78 -246.5t-76 -246.5l397 306z\"\r\n },\r\n {\r\n Name: \"FavoriteStarFill\",\r\n Code: \"E735\",\r\n Path: \"M1416 794l248 -794l-640 492l-640 -492l248 794l-632 486h784l240 768l240 -768h784z\"\r\n },\r\n {\r\n Name: \"ReadingMode\",\r\n Code: \"E736\",\r\n Path: \"M1920 1792v-1664h-1920v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256zM1280 1792q-70 0 -136 -23.5t-120 -68.5v-1254q59 33 124 49.5t132 16.5h256v1280h-256zM384 512h256q67 0 132 -16.5t124 -49.5v1254q-54 45 -120 68.5t-136 23.5h-256v-1280zM128 256h806q-32 31 -65 54.5t-68.5 40t-75 25t-85.5 8.5h-384v1280h-128v-1408zM1792 1664h-128v-1280h-384q-46 0 -85.5 -8.5t-75 -25t-68.5 -40t-65 -54.5h806v1408z\"\r\n },\r\n {\r\n Name: \"Favicon\",\r\n Code: \"E737\",\r\n Path: \"M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792z\"\r\n },\r\n {\r\n Name: \"Remove\",\r\n Code: \"E738\",\r\n Path: \"M2048 960h-2048v128h2048v-128z\"\r\n },\r\n {\r\n Name: \"Checkbox\",\r\n Code: \"E739\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z\"\r\n },\r\n {\r\n Name: \"CheckboxComposite\",\r\n Code: \"E73A\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM768 421l-429 430l90 90l339 -338l851 850l90 -90z\"\r\n },\r\n {\r\n Name: \"CheckboxFill\",\r\n Code: \"E73B\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048z\"\r\n },\r\n {\r\n Name: \"CheckboxIndeterminate\",\r\n Code: \"E73C\",\r\n Path: \"M1536 1536v-1024h-1024v1024h1024z\"\r\n },\r\n {\r\n Name: \"CheckboxCompositeReversed\",\r\n Code: \"E73D\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1709 1363l-90 90l-851 -850l-339 338l-90 -90l429 -430z\"\r\n },\r\n {\r\n Name: \"CheckMark\",\r\n Code: \"E73E\",\r\n Path: \"M1837 1491l-1069 -1070l-557 558l90 90l467 -466l979 978z\"\r\n },\r\n {\r\n Name: \"BackToWindow\",\r\n Code: \"E73F\",\r\n Path: \"M256 896h640v-640h-128v421l-675 -674l-90 90l674 675h-421v128zM1371 1280h421v-128h-640v640h128v-421l675 674l90 -90z\"\r\n },\r\n {\r\n Name: \"FullScreen\",\r\n Code: \"E740\",\r\n Path: \"M1920 1920v-640h-128v421l-1445 -1445h421v-128h-640v640h128v-421l1445 1445h-421v128h640z\"\r\n },\r\n {\r\n Name: \"SwitchUser\",\r\n Code: \"E748\",\r\n Path: \"M1339 896h-187q-83 63 -181.5 95.5t-202.5 32.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q86 -32 162 -84.5t137 -121.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1152 768h554l-85 85l86 86l236 -235l-236 -235l-86 86l85 85h-554v128zM1451 469l-85 -85h554v-128h-554l85 -85l-86 -86l-236 235l236 235z\"\r\n },\r\n {\r\n Name: \"Print\",\r\n Code: \"E749\",\r\n Path: \"M1920 1280q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-896h-512v-256h-1024v256h-512v896q0 26 10 49.5t27.5 41t41 27.5t49.5 10h384v768h1024v-768h384zM640 1280h768v640h-768v-640zM1408 640h-768v-512h768v512zM1920 1152h-1792v-768h384v384h1024v-384h384v768zM320 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"Up\",\r\n Code: \"E74A\",\r\n Path: \"M1875 1011l-787 787v-1798h-128v1798l-787 -787l-90 90l941 941l941 -941z\"\r\n },\r\n {\r\n Name: \"Down\",\r\n Code: \"E74B\",\r\n Path: \"M1965 947l-941 -941l-941 941l90 90l787 -787v1798h128v-1798l787 787z\"\r\n },\r\n {\r\n Name: \"OEM\",\r\n Code: \"E74C\",\r\n Path: \"M1600 1024h192v-896h-1664v1664h896v-192l448 448l576 -576zM1054 1472l418 -418l418 418l-418 418zM1024 1344v-320h320zM256 1024h640v640h-640v-640zM896 896h-640v-640h640v640zM1024 896v-640h640v640h-640z\"\r\n },\r\n {\r\n Name: \"Delete\",\r\n Code: \"E74D\",\r\n Path: \"M1792 1664h-128v-1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1472h-128v128h512v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h512v-128zM768 1792h384v128h-384v-128zM1536 1664h-1152v-1472q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45v1472zM768 384h-128v1024h128v-1024zM1024 384h-128v1024h128v-1024zM1280 384h-128v1024h128v-1024z\"\r\n },\r\n {\r\n Name: \"Save\",\r\n Code: \"E74E\",\r\n Path: \"M1792 1920q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1664h-1563l-229 230v1434q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1536zM512 1152h1024v640h-1024v-640zM1280 640h-640v-384h128v256h128v-256h384v384zM1792 1792h-128v-768h-1280v768h-128v-1381l154 -155h102v512h896v-512h384v1536z\"\r\n },\r\n {\r\n Name: \"ReturnKey\",\r\n Code: \"E751\",\r\n Path: \"M1792 896h-1317l466 -467l-90 -90l-621 621l621 621l90 -90l-466 -467h1189v640h128v-768z\"\r\n },\r\n {\r\n Name: \"Cloud\",\r\n Code: \"E753\",\r\n Path: \"M1661 1152q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q40 62 92.5 111.5t114.5 83.5t132 52t144 18q111 0 209.5 -39t174.5 -107.5t125.5 -162.5t63.5 -203zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1152z\"\r\n },\r\n {\r\n Name: \"Flashlight\",\r\n Code: \"E754\",\r\n Path: \"M2048 1664v-1152h-475l-256 256h-1317v640h1317l256 256h475zM128 896h1152v384h-1152v-384zM1627 640h37v896h-37l-219 -219v-458zM1920 1536h-128v-896h128v896zM1088 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"CommandPrompt\",\r\n Code: \"E756\",\r\n Path: \"M2048 1920v-1664h-2048v1664h2048zM128 1792v-128h1792v128h-1792zM1920 384v1152h-1792v-1152h1792zM1392 1280l257 -640h-91l-257 640h91zM736 1204q-53 0 -96.5 -16.5t-74 -48t-47.5 -78t-17 -105.5q0 -55 15.5 -100t45 -76.5t72.5 -48.5t98 -17q35 0 69.5 7t57.5 18l16 -62q-22 -11 -63 -19.5t-96 -8.5q-63 0 -117.5 20t-94.5 58.5t-62.5 95t-22.5 130.5q0 70 23 128.5t64.5 100t99 64.5t127.5 23q57 0 92 -9.5t51 -17.5l-19 -63q-22 11 -52.5 18t-68.5 7zM1024 1152h128v-128h-128v128zM1024 896h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"Sad\",\r\n Code: \"E757\",\r\n Path: \"M640 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1408 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 768q138 0 261.5 -56.5t215.5 -159.5l-96 -85q-74 83 -171.5 128t-209.5 45t-209.5 -45t-171.5 -128l-96 85q92 103 215.5 159.5t261.5 56.5z\"\r\n },\r\n {\r\n Name: \"RealEstate\",\r\n Code: \"E758\",\r\n Path: \"M1280 128h384v-128h-512v896h-384v-896h-512v1061l-83 -82l-90 90l877 877l877 -877l-90 -90l-83 82v-165h-128v293l-576 577l-576 -577v-1061h256v896h640v-896zM2048 768v-768h-128v256h-512v512h640zM1920 640h-384v-256h384v256z\"\r\n },\r\n {\r\n Name: \"SIPMove\",\r\n Code: \"E759\",\r\n Path: \"M493 1299l-274 -275l274 -275l-90 -90l-366 365l366 365zM1299 493l90 -90l-365 -366l-365 366l90 90l275 -274zM2011 1024l-366 -365l-90 90l274 275l-274 275l90 90zM749 1555l-90 90l365 366l365 -366l-90 -90l-275 274zM1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"EraseTool\",\r\n Code: \"E75C\",\r\n Path: \"M1115 256h421v-128h-1083l-403 404q-24 24 -37 56.5t-13 67.5t13 67.5t38 57.5l1197 1198l794 -795zM1248 1798l-710 -710l614 -613l709 709zM933 256l128 128l-613 614l-306 -307q-14 -14 -14 -35t14 -35l364 -365h427z\"\r\n },\r\n {\r\n Name: \"GripperTool\",\r\n Code: \"E75E\",\r\n Path: \"M1024 2048q132 0 248.5 -50.5t203.5 -137.5t137.5 -203.5t50.5 -248.5v-768q0 -132 -50.5 -248.5t-137.5 -203.5t-203.5 -137.5t-248.5 -50.5t-248.5 50.5t-203.5 137.5t-137.5 203.5t-50.5 248.5v768q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5zM1024 1024q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5zM1024 1675q55 0 103.5 -21t85 -57.5t57.5 -85t21 -103.5t-21 -103.5t-57.5 -85t-85 -57.5t-103.5 -21t-103.5 21t-85 57.5t-57.5 85t-21 103.5t21 103.5t57.5 85t85 57.5t103.5 21z\"\r\n },\r\n {\r\n Name: \"Dialpad\",\r\n Code: \"E75F\",\r\n Path: \"M640 1664h-256v256h256v-256zM1152 1664h-256v256h256v-256zM1664 1664h-256v256h256v-256zM640 1152h-256v256h256v-256zM1152 1152h-256v256h256v-256zM1664 1152h-256v256h256v-256zM640 640h-256v256h256v-256zM1152 640h-256v256h256v-256zM1152 128h-256v256h256v-256zM1664 640h-256v256h256v-256z\"\r\n },\r\n {\r\n Name: \"PageLeft\",\r\n Code: \"E760\",\r\n Path: \"M1029 1920q123 0 236.5 -32t212.5 -90t180.5 -139.5t139.5 -180.5t90 -212.5t32 -236.5t-32 -236.5t-90 -212.5t-139.5 -180.5t-180.5 -139.5t-212.5 -90t-236.5 -32t-236.5 32t-212.5 90t-180.5 139.5t-139.5 180.5t-90 212.5t-32 236.5t32 236.5t90 212.5t139.5 180.5t180.5 139.5t212.5 90t236.5 32zM1029 266q105 0 202.5 27.5t182.5 77t154.5 119t119 154.5t77 182.5t27.5 202.5t-27.5 202.5t-77 182t-119.5 154.5t-154.5 119.5t-182 77t-202.5 27.5t-202.5 -27.5t-182.5 -77t-154.5 -119t-119 -154.5t-77 -182.5t-27.5 -202.5t27.5 -202.5t77 -182.5t119 -154.5t154.5 -119t182.5 -77t202.5 -27.5zM1229 1395l-370 -371l370 -371l-90 -90l-462 461l462 461z\"\r\n },\r\n {\r\n Name: \"PageRight\",\r\n Code: \"E761\",\r\n Path: \"M1029 1792q-105 0 -202.5 -27.5t-182.5 -77t-154.5 -119t-119 -154.5t-77 -182.5t-27.5 -202.5t27.5 -202.5t77 -182.5t119 -154.5t154.5 -119t182.5 -77t202.5 -27.5t202.5 27.5t182.5 77t154.5 119t119 154.5t77 182.5t27.5 202.5t-27.5 202.5t-77 182t-119.5 154.5t-154.5 119.5t-182 77t-202.5 27.5zM1029 1920q123 0 236.5 -32t212.5 -90t180.5 -139.5t139.5 -180.5t90 -212.5t32 -236.5t-32 -236.5t-90 -212.5t-139.5 -180.5t-180.5 -139.5t-212.5 -90t-236.5 -32t-236.5 32t-212.5 90t-180.5 139.5t-139.5 180.5t-90 212.5t-32 236.5t32 236.5t90 212.5t139.5 180.5t180.5 139.5t212.5 90t236.5 32zM941 563l-90 90l370 371l-370 371l90 90l461 -461z\"\r\n },\r\n {\r\n Name: \"MultiSelect\",\r\n Code: \"E762\",\r\n Path: \"M2048 1664v-128h-1280v128h1280zM768 1280h1280v-128h-1280v128zM768 896h1280v-128h-1280v128zM768 512h1280v-128h-1280v128zM478 1058l68 -68l-354 -354l-178 178l68 68l110 -110zM478 1826l68 -68l-354 -354l-178 178l68 68l110 -110z\"\r\n },\r\n {\r\n Name: \"KeyboardClassic\",\r\n Code: \"E765\",\r\n Path: \"M1783 1664q30 0 55 -12t43 -31.5t28.5 -46t10.5 -54.5v-864q0 -29 -10.5 -55t-28.5 -45.5t-43 -31.5t-55 -12h-1646q-30 0 -55 12t-43 31.5t-28.5 45.5t-10.5 55v864q0 28 10.5 54.5t28.5 46t43 31.5t55 12h1646zM1792 1520q0 11 -9 16h-1646q-9 -5 -9 -16v-864q0 -11 9 -16h1646q9 5 9 16v864zM384 1280h-128v128h128v-128zM256 1152h256v-128h-256v128zM1408 1152h256v-128h-256v128zM1408 896h256v-128h-256v128zM256 896h256v-128h-256v128zM640 896h640v-128h-640v128zM640 1280h-128v128h128v-128zM640 1152h128v-128h-128v128zM896 1152h128v-128h-128v128zM1152 1152h128v-128h-128v128zM896 1280h-128v128h128v-128zM1152 1280h-128v128h128v-128zM1408 1280h-128v128h128v-128zM1536 1408h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"Play\",\r\n Code: \"E768\",\r\n Path: \"M1792 1024l-1280 -896v1792zM640 374l929 650l-929 650v-1300z\"\r\n },\r\n {\r\n Name: \"Pause\",\r\n Code: \"E769\",\r\n Path: \"M640 1792h128v-1536h-128v1536zM1408 1792v-1536h-128v1536h128z\"\r\n },\r\n {\r\n Name: \"ChevronLeft\",\r\n Code: \"E76B\",\r\n Path: \"M1443 3l-1022 1021l1022 1021l90 -90l-930 -931l930 -931z\"\r\n },\r\n {\r\n Name: \"ChevronRight\",\r\n Code: \"E76C\",\r\n Path: \"M515 93l930 931l-930 931l90 90l1022 -1021l-1022 -1021z\"\r\n },\r\n {\r\n Name: \"InkingTool\",\r\n Code: \"E76D\",\r\n Path: \"M1920 1536h-120l-449 -896h-72q-1 -28 -3.5 -70.5t-8 -93t-15 -105t-23 -107.5t-32.5 -101t-44 -84t-57 -57.5t-72 -21.5q-53 0 -92 37t-67 95.5t-46.5 131t-29 144t-15 133t-5.5 99.5h-72l-449 896h-120v512h128v-384h1536v384h128v-512zM1024 128q23 12 41 47.5t32 84.5t23.5 105t16 109t10 97t4.5 69h-254q1 -25 4.5 -69t10 -97t16 -109t23.5 -105t32 -84.5t41 -47.5zM1656 1536h-1264l384 -768h496z\"\r\n },\r\n {\r\n Name: \"Emoji2\",\r\n Code: \"E76E\",\r\n Path: \"M640 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1408 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 512q73 0 141.5 20t127.5 57t106.5 90t80.5 118l115 -58q-41 -81 -101 -147t-134 -112t-159.5 -71t-176.5 -25q-92 0 -177 25t-159 71t-134 112t-101 147l115 58q33 -65 80.5 -118t106.5 -90t127 -57t142 -20z\"\r\n },\r\n {\r\n Name: \"GripperBarHorizontal\",\r\n Code: \"E76F\",\r\n Path: \"M0 1280h2048v-128h-2048v128zM0 768v128h2048v-128h-2048z\"\r\n },\r\n {\r\n Name: \"System\",\r\n Code: \"E770\",\r\n Path: \"M2000 523q12 -12 21 -29t15 -36t9 -38.5t3 -35.5q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 35.5t9 38.5t15 36t21 29l208 208v933h1536v-933zM384 768h1280v768h-1280v-768zM1920 384q0 11 -4 28.5t-12 25.5l-203 202h-1354l-203 -202q-8 -8 -12 -25.5t-4 -28.5h1792z\"\r\n },\r\n {\r\n Name: \"Personalize\",\r\n Code: \"E771\",\r\n Path: \"M1024 256v-128h256v-128h-640v128h256v128h-896v1152h1024l-129 -128h-767v-896h1664v768l128 128v-1024h-896zM512 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 49 17.5 93t48 78t72 56.5t90.5 27.5l711 711q28 28 65 43t76 15q41 0 77.5 -15.5t63.5 -42.5t42.5 -63.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-711 -711q-5 -48 -27 -90t-56.5 -72.5t-78 -48t-92.5 -17.5h-640v128h256zM1720 1664q-29 0 -50 -21l-445 -445q57 -44 101 -101l445 445q21 21 21 50q0 30 -21.5 51t-50.5 21zM1042 1015q61 -40 101 -101l92 91q-42 60 -102 102zM1024 768q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -68 -34 -128h162q26 0 49.5 10t41 27.5t27.5 41t10 49.5z\"\r\n },\r\n {\r\n Name: \"SearchAndApps\",\r\n Code: \"E773\",\r\n Path: \"M1664 1152q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5q-60 0 -117 18t-105 53q-16 -16 -53.5 -55.5t-86.5 -90t-103.5 -105t-102.5 -100t-85 -75t-51 -29.5q-26 0 -45 19t-19 45q0 14 29.5 51t75 85t100 102.5t105 103.5t90 86.5t55.5 53.5q-35 48 -53 105t-18 117q0 79 30.5 149t82.5 122t122 82.5t149 30.5zM1664 512q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM256 640v256h-256v1152h1536v-256h256v-530q-32 8 -64 13t-64 5v384h-1280v-896h768q0 -32 5 -64t13 -64h-914zM256 1024v768h1152v128h-1280v-896h128z\"\r\n },\r\n {\r\n Name: \"Globe\",\r\n Code: \"E774\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1833 1408q-38 81 -92 152.5t-120 130.5t-143 105t-161 75q36 -50 65 -106t51.5 -115.5t38.5 -120.5t28 -121h333zM1920 1024q0 133 -37 256h-363q8 -64 12 -127.5t4 -128.5t-4 -128.5t-12 -127.5h363q37 123 37 256zM1024 128q49 0 91.5 27t78.5 71t64.5 99.5t50.5 112.5t37 110t23 92h-690q8 -39 23 -92t37 -110t50.5 -112.5t64.5 -99.5t78.5 -71t91.5 -27zM1391 768q8 64 12.5 127.5t4.5 128.5t-4.5 128.5t-12.5 127.5h-734q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h734zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM1024 1920q-49 0 -91.5 -27t-78.5 -71t-64.5 -99.5t-50.5 -112.5t-37 -110t-23 -92h690q-8 39 -23 92t-37 110t-50.5 112.5t-64.5 99.5t-78.5 71t-91.5 27zM731 1871q-84 -29 -161 -75t-143 -105t-120 -130.5t-92 -152.5h333q12 60 28 121t38.5 120.5t51.5 115.5t65 106zM215 640q38 -81 92 -152.5t120 -130.5t143 -105t161 -75q-36 50 -65 106t-51.5 115.5t-38.5 120.5t-28 121h-333zM1317 177q84 29 161 75t143 105t120 130.5t92 152.5h-333q-12 -60 -28 -121t-38.5 -120.5t-51.5 -115.5t-65 -106z\"\r\n },\r\n {\r\n Name: \"EaseOfAccess\",\r\n Code: \"E776\",\r\n Path: \"M3 1024q11 132 61.5 254t136.5 223l90 -91q-69 -82 -109 -181t-51 -205h-128zM291 1591q101 86 223 136.5t254 61.5v-128q-106 -11 -205 -51t-181 -109zM201 419q-86 101 -136.5 223t-61.5 254h128q11 -106 51 -205t109 -181zM768 131q-132 11 -254 61.5t-223 136.5l91 90q82 -69 181 -109t205 -51v-128zM1661 896q-11 -132 -61.5 -254t-136.5 -223l-90 91q69 82 109 181t51 205h128zM1373 329q-101 -86 -223 -136.5t-254 -61.5v128q106 11 205 51t181 109zM1024 1920v-768h192l-256 -256l-256 256h192v768h128zM1792 832v192h-523l128 128h395v192l256 -256z\"\r\n },\r\n {\r\n Name: \"UpdateRestore\",\r\n Code: \"E777\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-172 0 -330.5 55t-289 154.5t-226 237.5t-140.5 304l123 34q40 -145 123.5 -265.5t197.5 -207.5t253 -135.5t289 -48.5q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -251 -36t-227.5 -103t-190.5 -161.5t-140 -211.5h297v-128h-512v512h128v-274q67 123 163 221t212.5 166.5t248.5 105.5t272 37z\"\r\n },\r\n {\r\n Name: \"ContactInfo\",\r\n Code: \"E779\",\r\n Path: \"M740 971q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149q0 -91 -41.5 -173t-114.5 -136zM256 1280q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99zM2048 1664v-128h-896v128h896zM1152 1152h896v-128h-896v128zM1152 640h896v-128h-896v128z\"\r\n },\r\n {\r\n Name: \"Unpin\",\r\n Code: \"E77A\",\r\n Path: \"M1472 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1990 1300q-33 -33 -64.5 -60.5t-65 -46.5t-73 -29.5t-89.5 -10.5q-34 0 -65 6l-134 -135h-182l278 278l10 -3q23 -7 46 -12.5t47 -5.5q55 0 104 26l-495 495q-26 -49 -26 -104q0 -24 5.5 -47t12.5 -46l3 -10l-492 -491q-24 10 -46 19t-44 15t-45.5 9.5t-50.5 3.5q-57 0 -111 -16.5t-100 -48.5l483 -483v-182l-192 193l-568 -569l-136 -45l45 136l569 568l-386 386l45 45q70 70 162 107t191 37q39 0 77.5 -6.5t76.5 -18.5l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5z\"\r\n },\r\n {\r\n Name: \"Contact\",\r\n Code: \"E77B\",\r\n Path: \"M1330 845q136 -47 245.5 -131.5t186 -195.5t117.5 -243t41 -275h-128q0 164 -58.5 304.5t-161.5 243.5t-243.5 161.5t-304.5 58.5q-107 0 -206 -27t-184.5 -76.5t-155 -119t-119 -155t-76.5 -184.5t-27 -206h-128q0 144 42 275.5t119 241.5t186.5 194t244.5 133q-78 42 -140 102t-105.5 133.5t-67 157t-23.5 171.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -88 -23.5 -171t-67 -156t-105 -133.5t-138.5 -102.5zM512 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199z\"\r\n },\r\n {\r\n Name: \"Memo\",\r\n Code: \"E77C\",\r\n Path: \"M1600 1536q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-1152q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -21 -4.5 -50.5t-12.5 -61t-20 -64t-27 -61t-33 -50.5t-38 -33h526q-20 11 -38 33t-33 50.5t-27 61t-20 64t-12.5 60.5t-4.5 51q0 93 35.5 174.5t96 142t142 96t174.5 35.5zM128 1088q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5t124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124zM1600 768q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5z\"\r\n },\r\n {\r\n Name: \"IncomingCall\",\r\n Code: \"E77E\",\r\n Path: \"M1530 741q39 0 76 -15t65 -43q21 -21 47.5 -44.5t54.5 -49t54 -53.5t47 -57.5t33.5 -61.5t12.5 -66q0 -39 -15 -76t-43 -65q-51 -51 -92 -90t-85.5 -66t-98.5 -40.5t-129 -13.5q-109 0 -224 34t-229 94t-223 143t-206.5 181t-179.5 207t-141 222.5t-92.5 227t-33.5 219.5q0 76 13.5 130t40 98t65.5 85.5t91 92.5q28 28 65 43t76 15q50 0 96.5 -27t88.5 -66t79 -82t68 -74q28 -28 43 -65t15 -76t-13 -70t-32.5 -55.5t-42 -45t-42 -39.5t-32.5 -37.5t-13 -39.5q0 -12 18.5 -38.5t49.5 -61.5t71.5 -77t84 -85t87 -85t81 -78t66 -63t41.5 -40q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1457 128q61 0 102.5 11.5t74.5 33.5t64.5 54t72.5 73q21 21 21 50q0 13 -16 37.5t-40.5 54t-55 59.5t-59.5 55t-53.5 41t-37.5 16q-21 0 -40 -13t-37.5 -32.5t-39 -42t-45.5 -42t-55.5 -32.5t-69.5 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 13 -16 37t-40.5 53.5t-55 60t-60 55t-53.5 40.5t-37 16q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -96 31 -198.5t86.5 -205.5t131.5 -202t165 -187.5t188.5 -163.5t201.5 -130t203 -85.5t194 -30.5zM1792 1024h-640v640h128v-421l595 594l90 -90l-594 -595h421v-128z\"\r\n },\r\n {\r\n Name: \"Paste\",\r\n Code: \"E77F\",\r\n Path: \"M1920 1280v-1280h-1024v128h-768v1664h512q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99h512v-512h256zM512 1664v-128h768v128h-256q0 16 0.5 33.5t0.5 35.5q0 34 -3.5 67.5t-17 60t-39 43t-69.5 16.5t-69.5 -16.5t-39 -43t-17 -60t-3.5 -67.5q0 -18 0.5 -35.5t0.5 -33.5h-256zM896 256v1024h640v384h-128v-256h-1024v256h-128v-1408h640zM1792 1152h-768v-1024h768v1024z\"\r\n },\r\n {\r\n Name: \"WindowsLogo\",\r\n Code: \"E782\",\r\n Path: \"M0 1780l768 107v-735h-768v628zM1920 2048v-896h-1024v753zM896 1024h1024v-896l-1024 143v753zM0 1024h768v-735l-768 107v628z\"\r\n },\r\n {\r\n Name: \"Error\",\r\n Code: \"E783\",\r\n Path: \"M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q114 0 220.5 30t199 84t168.5 130t130 168.5t84 198.5t30 221q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5t30 -220.5t84 -199t130 -168.5t168.5 -130t198.5 -84t221 -30zM896 1536h128v-640h-128v640zM896 768h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"GripperBarVertical\",\r\n Code: \"E784\",\r\n Path: \"M768 0v2048h128v-2048h-128zM1152 2048h128v-2048h-128v2048z\"\r\n },\r\n {\r\n Name: \"Unlock\",\r\n Code: \"E785\",\r\n Path: \"M1792 1152v-1152h-1536v1152h1152v384q0 82 -29.5 152t-81 121.5t-121.5 81t-152 29.5t-152 -29.5t-121.5 -81t-81 -121.5t-29.5 -152h-128q0 109 39 202.5t108 162.5t162.5 108t202.5 39t202.5 -39t162.5 -108t108 -162.5t39 -202.5v-384h256zM1664 1024h-1280v-896h1280v896z\"\r\n },\r\n {\r\n Name: \"Slideshow\",\r\n Code: \"E786\",\r\n Path: \"M1280 1024l-512 -256v512zM864 923l201 101l-201 101v-202zM2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM1792 512h-1536v1024h1536v-1024zM1664 1408h-1280v-768h1280v768z\"\r\n },\r\n {\r\n Name: \"Calendar\",\r\n Code: \"E787\",\r\n Path: \"M768 1280h128v-128h-128v128zM1152 512h128v-128h-128v128zM1536 1280h128v-128h-128v128zM1152 1280h128v-128h-128v128zM768 1024h128v-128h-128v128zM384 1024h128v-128h-128v128zM1536 1024h128v-128h-128v128zM1152 1024h128v-128h-128v128zM768 768h128v-128h-128v128zM384 768h128v-128h-128v128zM1536 768h128v-128h-128v128zM1152 768h128v-128h-128v128zM768 512h128v-128h-128v128zM384 512h128v-128h-128v128zM2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792z\"\r\n },\r\n {\r\n Name: \"Megaphone\",\r\n Code: \"E789\",\r\n Path: \"M0 1280q14 0 38.5 -1t47.5 -1q11 0 20.5 0.5t15.5 1.5l1798 320q6 1 16 1.5t22 0.5q24 0 50 -1t40 -1v-1152q-14 0 -39 -0.5t-49 -0.5h-30t-21 2l-763 136q-10 -57 -38.5 -106t-70.5 -84t-94.5 -55t-110.5 -20q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 28 6 57l-396 71q-8 1 -17.5 1.5t-20.5 0.5q-22 0 -44.5 -1t-39.5 -1v512zM832 448q35 0 67 12t57 33.5t42 50.5t23 64l-378 67q-3 -18 -3 -35q0 -40 15 -75t41 -61t61 -41t75 -15zM1920 1471l-1792 -319v-256q7 0 11 -1l1781 -318v894z\"\r\n },\r\n {\r\n Name: \"Trim\",\r\n Code: \"E78A\",\r\n Path: \"M640 1664h-128v128h128v-128zM1408 1792h128v-128h-128v128zM640 1408h-128v128h128v-128zM1408 1536h128v-128h-128v128zM512 384h128v-128h-128v128zM1408 384h128v-128h-128v128zM512 640h128v-128h-128v128zM1408 640h128v-128h-128v128zM0 1280h128v-512h-128v512zM256 1280h128v-512h-128v512zM1664 1280h128v-512h-128v512zM2048 1280v-512h-128v512h128zM512 1280h1024v-512h-1024v512zM640 896h768v256h-768v-256z\"\r\n },\r\n {\r\n Name: \"AutoEnhanceOn\",\r\n Code: \"E78D\",\r\n Path: \"M0 64q0 26 19 45l1216 1216q19 19 45 19t45 -19t19 -45t-19 -45l-1216 -1216q-19 -19 -45 -19t-45 19t-19 45zM1408 2048h128v-256h-128v256zM1201 1653l-182 181l91 91l181 -182zM1152 1408h-256v128h256v-128zM1408 1152h128v-256h-128v256zM1743 1291l182 -181l-91 -91l-181 182zM2048 1536v-128h-256v128h256zM1743 1653l-90 90l181 182l91 -91zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"AutoEnhanceOff\",\r\n Code: \"E78E\",\r\n Path: \"M1939 813l90 -90l-685 -686l-365 366l90 90l275 -274zM0 64q0 26 19 45l1216 1216q19 19 45 19t45 -19t19 -45t-19 -45l-1216 -1216q-19 -19 -45 -19t-45 19t-19 45zM1408 2048h128v-256h-128v256zM1201 1653l-182 181l91 91l181 -182zM1152 1408h-256v128h256v-128zM1408 1152h128v-256h-128v256zM1743 1291l182 -181l-91 -91l-181 182zM2048 1536v-128h-256v128h256zM1743 1653l-90 90l181 182l91 -91zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"Color\",\r\n Code: \"E790\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 49 9.5 85.5t23.5 66.5t31 56t31 52.5t23.5 56t9.5 67.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-38 0 -67.5 -9.5t-56 -23.5t-52.5 -31t-56 -31t-67 -23.5t-85 -9.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q38 0 67.5 9.5t56 23.5t52 31t55 31t66.5 23.5t87 9.5q80 0 150 -30t122 -82t82 -122t30 -150q0 -49 -9.5 -86.5t-23.5 -67t-31 -55t-31 -52t-23.5 -56t-9.5 -67.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM896 1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1408 1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1536 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1280 640q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"SaveAs\",\r\n Code: \"E792\",\r\n Path: \"M1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34zM768 512h128l-128 -128h-475l-165 165v1243q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512l-128 -128v640h-128v-640h-1024v640h-128v-1189l91 -91h37v512h896v-128l-128 -128v128h-640v-384h128v256h128v-256zM512 1280h768v512h-768v-512z\"\r\n },\r\n {\r\n Name: \"Light\",\r\n Code: \"E793\",\r\n Path: \"M960 1536q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM960 768q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5q-35 0 -64 -7v-626q29 -7 64 -7zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z\"\r\n },\r\n {\r\n Name: \"Filters\",\r\n Code: \"E795\",\r\n Path: \"M1600 2048q40 0 75 -15t61 -41t41 -61t15 -75v-64h-34q-17 0 -33.5 -2t-30 -8.5t-22 -19t-8.5 -34.5v-832q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v512h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v896q0 53 20 99.5t55 81.5t81.5 55t99.5 20h960zM1536 896v128h-1024v-128h384v-640q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v640h384zM1536 1728q0 55 29.5 102t79.5 71q-8 10 -20 14.5t-25 4.5h-960q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-640h1024v576z\"\r\n },\r\n {\r\n Name: \"AspectRatio\",\r\n Code: \"E799\",\r\n Path: \"M0 1792h128v-128h-128v128zM0 1536h128v-128h-128v128zM0 1280h128v-128h-128v128zM0 1024h128v-128h-128v128zM0 512h128v-128h-128v128zM256 1792h128v-128h-128v128zM256 512h128v-128h-128v128zM1920 512h128v-128h-128v128zM0 768h128v-128h-128v128zM1920 768h128v-128h-128v128zM1920 1024h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1536h128v-128h-128v128zM2048 1792v-128h-128v128h128zM1664 512h128v-128h-128v128zM1664 1792h128v-128h-128v128zM512 1792h1024v-1408h-1024v1408zM640 512h768v1152h-768v-1152z\"\r\n },\r\n {\r\n Name: \"Contrast\",\r\n Code: \"E7A1\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-65 0 -128 -9v-1774q63 -9 128 -9z\"\r\n },\r\n {\r\n Name: \"Redo\",\r\n Code: \"E7A6\",\r\n Path: \"M1152 1536h421q-71 72 -135.5 140t-134.5 121.5t-152.5 86t-190.5 32.5q-117 0 -221 -45.5t-182 -123.5t-123.5 -182t-45.5 -221q0 -112 43 -215.5t122 -182.5l836 -837l-90 -90l-837 836q-97 97 -149.5 224.5t-52.5 264.5q0 96 25 185t71 167t110 142t142 110t167 71t185 25q84 0 153.5 -15.5t129 -43t112 -66t103 -85t100.5 -99t106 -108.5v421h128v-640h-640v128z\"\r\n },\r\n {\r\n Name: \"Undo\",\r\n Code: \"E7A7\",\r\n Path: \"M1088 2044q96 0 185 -25t167 -71t142 -110t110 -142t71 -167t25 -185q0 -137 -52.5 -264.5t-149.5 -224.5l-837 -836l-90 90l836 837q79 79 122 182.5t43 215.5q0 117 -45.5 221t-123.5 182t-182 123.5t-221 45.5q-108 0 -190.5 -32.5t-152.5 -86t-134.5 -121.5t-135.5 -140h421v-128h-640v640h128v-421q55 56 105.5 108.5t101 99t103 85t112 66t129 43t153.5 15.5z\"\r\n },\r\n {\r\n Name: \"Crop\",\r\n Code: \"E7A8\",\r\n Path: \"M2048 512v-129h-385v-383h-127v383h-1153v1153h-383v127h383v385h129v-385h1061l365 366l91 -90l-366 -366v-1061h385zM512 1536v-933l933 933h-933zM1536 512v933l-933 -933h933z\"\r\n },\r\n {\r\n Name: \"PhotoCollection\",\r\n Code: \"E7AA\",\r\n Path: \"M1472 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM2048 1536v-1280h-1792v256h-256v1280h1792v-256h256zM1573 640l-357 358l-166 -166l193 -192h330zM128 1664v-549l320 319l512 -512l256 256l448 -447v933h-1536zM1061 640l-613 614l-320 -321v-293h933zM1920 1408h-128v-896h-1408v-128h1536v1024z\"\r\n },\r\n {\r\n Name: \"Album\",\r\n Code: \"E7AB\",\r\n Path: \"M1856 1792q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1856v1536h1856zM128 384h128v1280h-128v-1280zM1920 1600q0 26 -19 45t-45 19h-1472v-1280h1472q26 0 45 19t19 45v1152zM768 1408h768v-384h-768v384zM896 1152h512v128h-512v-128z\"\r\n },\r\n {\r\n Name: \"OpenWith\",\r\n Code: \"E7AC\",\r\n Path: \"M2045 829l-317 317l-317 -317l90 -90l162 163v-583h129v583l163 -163zM1792 1663h-1153v129h1153v-129zM1536 383h-897v129h897v-129zM384 1536h-384v384h384v-384zM128 1664h128v128h-128v-128zM384 896h-384v384h384v-384zM128 1024h128v128h-128v-128zM384 256h-384v384h384v-384zM128 384h128v128h-128v-128zM1408 1024h-768v128h896z\"\r\n },\r\n {\r\n Name: \"Rotate\",\r\n Code: \"E7AD\",\r\n Path: \"M1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM2048 1024q0 -140 -37 -272t-105.5 -248.5t-166.5 -212.5t-221 -163h274v-128h-512v512h128v-297q117 55 211.5 140t161.5 190.5t103 227.5t36 251q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5h-128q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272z\"\r\n },\r\n {\r\n Name: \"PanoIndicator\",\r\n Code: \"E7B0\",\r\n Path: \"M1472 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM0 1769q241 -115 499.5 -172.5t524.5 -57.5t524.5 57.5t499.5 172.5v-1488q-241 115 -499.5 173t-524.5 58t-524.5 -58t-499.5 -173v1488zM128 471q153 59 311 96t321 54l-312 312l-320 -319v-143zM930 632q24 1 48.5 1.5t48.5 0.5q197 0 391 -30l-330 329l-229 -229zM1920 614l-192 191l-166 -165l83 -83q70 -18 138.5 -39t136.5 -47v143zM1920 1579q-215 -83 -440 -127t-456 -44t-456 44t-440 127v-785l320 321l320 -321l320 321l384 -384l256 256l192 -193v785z\"\r\n },\r\n {\r\n Name: \"Translate\",\r\n Code: \"E7B2\",\r\n Path: \"M651 1152l341 -1024h-139l-85 256h-384l-85 -256h-139l341 1024h150zM725 512l-149 448l-149 -448h298zM806 1504q1 40 1 79v79v58t-1 58q0 5 2 11q8 2 13 2q42 -1 83.5 -2t83.5 -1h275v11q0 30 -1 61t-8 60q69 0 137 -6q6 -1 12.5 -3t6.5 -10q0 -6 -3 -12t-5 -12q-2 -5 -3.5 -15.5t-2 -22t-0.5 -22v-16.5v-13h296q42 0 83.5 1t83.5 2q7 0 13 -3q3 -5 3 -10q-1 -17 -2 -35.5t-1 -35.5v-58q0 -36 1 -72.5t2 -72.5q0 -3 -0.5 -7t-2.5 -6q-8 -2 -13 -2t-25 -0.5t-41 -0.5q-19 0 -34 1t-17 3q-2 8 -2.5 24t-0.5 36q0 33 1 68t1 52h-802v-14.5t0.5 -25t0.5 -31v-33.5q0 -29 -1 -52.5t-3 -25.5q-8 -2 -13 -2h-102q-11 0 -13 3t-2 13zM1228 895q24 0 36.5 7.5t12.5 33.5v190h-319q-40 0 -80 -1l-80 -2q-8 0 -12 3q-2 6 -2 11v96q0 3 0.5 7.5t2.5 6.5q6 2 11 2l80 -2t80 -1h319q-2 26 -2.5 52.5t-5.5 52.5q20 -2 39.5 -3.5t39.5 -3.5q2 0 3.5 -0.5t3.5 -0.5q35 25 67 53t64 57h-308q-42 0 -83.5 -1t-83.5 -2q-8 0 -12 3q-2 6 -2 11v95q0 4 2 12q8 2 12 2q42 -1 83.5 -2t83.5 -1h373q16 0 30 4.5t25 4.5q8 0 23 -12t30 -28t26.5 -32.5t11.5 -24.5q0 -10 -6.5 -15.5t-14.5 -9.5q-14 -7 -27 -18t-25 -21q-52 -43 -104.5 -83.5t-109.5 -77.5v-11h321q40 0 79 1t79 2q7 0 13 -3q2 -8 2 -13v-96q0 -4 -2 -12q-8 -2 -13 -2q-40 1 -79 2t-79 1h-321v-33q0 -52 1 -104t3 -104v-4q0 -24 -9 -48t-29 -38q-14 -10 -39.5 -15.5t-54.5 -8t-56.5 -3t-43.5 -0.5q-6 0 -19 0.5t-18 5.5q-3 3 -7 16t-6 18q-7 26 -16.5 48.5t-23.5 45.5q34 -4 68 -5.5t68 -1.5zM1875 595l-83 82v-165q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-165l82 -83l-90 -90l-237 237l237 237l90 -90l-82 -83h165q27 0 50 10t40.5 27.5t27.5 40.5t10 50v165l-83 -82l-90 90l237 237l237 -237z\"\r\n },\r\n {\r\n Name: \"RedEye\",\r\n Code: \"E7B3\",\r\n Path: \"M1024 1536q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203q-98 -110 -213.5 -203.5t-246 -162t-272.5 -107.5t-292 -39t-292 39t-272.5 107.5t-246.5 162t-213 203.5q97 109 213 203t246.5 162.5t272.5 107.5t292 39zM1408 1024q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149zM177 1024q94 -91 200 -166.5t227 -126.5q-45 64 -68.5 139.5t-23.5 153.5t23.5 153.5t68.5 139.5q-121 -51 -227 -126.5t-200 -166.5zM1444 731q121 51 227 126.5t200 166.5q-94 91 -200 166.5t-227 126.5q45 -64 68.5 -139.5t23.5 -153.5t-23.5 -153.5t-68.5 -139.5zM1024 896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z\"\r\n },\r\n {\r\n Name: \"ViewOriginal\",\r\n Code: \"E7B4\",\r\n Path: \"M1280 1152h-1024v640h1024v-640zM1152 1664h-768v-384h768v384zM2048 1408v-1024h-1152v128h1024v768h-384v-384h-768v-256l-128 128v128h-640v1152h1536v-640h512zM1408 1920h-1280v-896h1280v896zM464 634l315 -314l-319 -318l-74 74l179 180h-181q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5h128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20h181l-175 176z\"\r\n },\r\n {\r\n Name: \"ThumbnailView\",\r\n Code: \"E7B6\",\r\n Path: \"M0 896h640v-640h-640v640zM128 384h384v384h-384v-384zM0 1792h640v-640h-640v640zM128 1280h384v384h-384v-384zM2048 1664v-128h-1152v128h1152zM1664 1280h-768v128h768v-128zM896 768h1152v-128h-1152v128zM896 512h768v-128h-768v128z\"\r\n },\r\n {\r\n Name: \"Package\",\r\n Code: \"E7B8\",\r\n Path: \"M2048 1280h-128v-1152h-1792v1152h-128v640h2048v-640zM1792 1280h-1536v-1024h1536v1024zM1920 1792h-1792v-384h1792v384zM1024 640h-640v128h640v-128zM384 384v128h512v-128h-512z\"\r\n },\r\n {\r\n Name: \"Telemarketer\",\r\n Code: \"E7B9\",\r\n Path: \"M1920 0h-128q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h-128q0 145 42.5 276t120.5 240.5t187.5 193t243.5 134.5q-124 67 -210 180h-64q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 38 14 72t38.5 60t57.5 42t71 18q39 88 99.5 159t137 121t165.5 77t185 27t185 -27t165.5 -77t137 -121t99.5 -159q38 -2 71 -18t57.5 -42t38.5 -60t14 -72v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-30 0 -57 9q-43 -59 -97.5 -107t-119.5 -82q134 -51 243.5 -134.5t187.5 -193t120.5 -240.5t42.5 -276zM1664 1472q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM384 1216q0 -26 19 -45t45 -19h64v320q0 26 -19 45t-45 19t-45 -19t-19 -45v-256zM685 1024q70 -62 157.5 -95t181.5 -33q62 0 121 14.5t112.5 42t100 67t82.5 90.5q-16 23 -24 50.5t-8 55.5v256q0 46 20.5 87t58.5 68q-32 67 -80.5 121t-108.5 92.5t-130 59t-144 20.5t-144 -20.5t-130 -59t-108.5 -92.5t-80.5 -121q38 -27 58.5 -68t20.5 -87v-320h128q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-211z\"\r\n },\r\n {\r\n Name: \"Warning\",\r\n Code: \"E7BA\",\r\n Path: \"M1920 128h-1920l960 1920zM207 256h1506l-753 1506zM1024 1280v-640h-128v640h128zM896 512h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"Financial\",\r\n Code: \"E7BB\",\r\n Path: \"M1792 1152h128v-1152h-128v1152zM512 704l128 128v-832h-128v704zM256 448l128 128v-576h-128v448zM768 960l128 128v-1088h-128v960zM1024 1088l128 -128v-959h-128v1087zM1344 768l64 64v-832h-128v832zM1536 960l128 128v-1088h-128v960zM0 192l128 128v-320h-128v192zM2048 1792v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128h512z\"\r\n },\r\n {\r\n Name: \"Education\",\r\n Code: \"E7BE\",\r\n Path: \"M1582 983q41 -72 61.5 -150.5t20.5 -160.5v-103l-640 -321l-640 321q0 60 1.5 112t9 101.5t24 98t47.5 102.5l-210 105v-587q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5v-320h-384v320q0 30 9 58.5t26 52.5t40.5 42t52.5 28v651l-128 64l1024 512l1024 -512zM256 320q0 26 -19 45t-45 19t-45 -19t-19 -45v-192h128v192zM286 1216l738 -369l738 369l-738 369zM1536 648q0 77 -15 143.5t-53 134.5l-444 -222l-444 222q-33 -58 -50.5 -122.5t-17.5 -131.5v-24l512 -256z\"\r\n },\r\n {\r\n Name: \"ShoppingCart\",\r\n Code: \"E7BF\",\r\n Path: \"M1600 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 31 11 64h-534q11 -33 11 -64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 55 29.5 102t79.5 71l-432 1299h-189v128h281l85 -256h1682l-298 -896h-1085l85 -256h850zM409 1536l213 -640h1035l213 640h-1461zM768 320q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1600 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z\"\r\n },\r\n {\r\n Name: \"Train\",\r\n Code: \"E7C0\",\r\n Path: \"M576 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1472 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1280 1664h-512v128h512v-128zM1445 256h-842l-256 -256h-182l258 258q-35 4 -65.5 21t-53 42.5t-35.5 58t-13 68.5v1408q0 40 15 75t41 61t61 41t75 15h1152q40 0 75 -15t61 -41t41 -61t15 -75v-1408q0 -36 -13 -68.5t-35.5 -58t-53 -42.5t-65.5 -21l258 -258h-182zM1664 1408h-1280v-512h1280v512zM448 1920q-26 0 -45 -19t-19 -45v-320h1280v320q0 26 -19 45t-45 19h-1152zM384 448q0 -26 19 -45t45 -19h1152q26 0 45 19t19 45v320h-1280v-320z\"\r\n },\r\n {\r\n Name: \"Flag\",\r\n Code: \"E7C1\",\r\n Path: \"M1920 1792v-1024h-896v256h-640v-1024h-128v2048h896v-256h768zM1024 1152v768h-640v-768h640zM1792 1664h-640v-768h640v768z\"\r\n },\r\n {\r\n Name: \"Move\",\r\n Code: \"E7C2\",\r\n Path: \"M245 1024l206 -205l-91 -91l-360 360l360 360l91 -91l-206 -205h395v-128h-395zM1920 1088l-356 -355l-90 90l201 201h-395v128h395l-206 205l91 91zM695 1602l-90 90l355 356l360 -360l-91 -91l-205 206v-395h-128v395zM1229 579l91 -91l-360 -360l-360 360l91 91l205 -206v395h128v-395z\"\r\n },\r\n {\r\n Name: \"Page\",\r\n Code: \"E7C3\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408z\"\r\n },\r\n {\r\n Name: \"TouchPointer\",\r\n Code: \"E7C9\",\r\n Path: \"M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-141 0 -266.5 55.5t-227.5 156.5l-319 318l-272 -136l-138 277l-249 -250v1334l896 -896v741q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-331q27 10 59 10q49 0 95 -23.5t72 -64.5q44 25 94 25q51 0 93.5 -24t68.5 -65q44 25 94 25zM424 1088h190l-486 485v-714l156 156l161 -321l141 71zM1920 1088q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v192q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v192q0 26 -19 45t-45 19t-45 -19t-19 -45v-128q0 -26 -19 -45t-45 -19t-45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -33 -18 -60.5t-49 -40.5q-19 -8 -42 -8q-44 0 -78 32l-75 75q-21 21 -50 21q-30 0 -51 -21q-11 -11 -16 -24t-5 -27q0 -30 21 -51l408 -408q81 -85 184.5 -129t218.5 -44q93 0 174.5 35.5t142 96t96 142t35.5 174.5v384z\"\r\n },\r\n {\r\n Name: \"Merge\",\r\n Code: \"E7D5\",\r\n Path: \"M1792 256v-256h-43q-225 0 -409 122q-163 107 -279 301q-22 37 -42 76t-38 81q-17 -42 -37 -81t-42 -76q-116 -194 -279 -301q-185 -122 -410 -122h-42v256h42q291 0 469 298q41 68 73 148t53.5 167.5t33 180t11.5 187.5v399l-240 -60q-8 -2 -13 -2q-20 0 -32.5 15t-12.5 33q0 19 14 33l379 379q14 14 33 14q18 0 34 -14l379 -379q14 -14 14 -34q0 -18 -13 -32.5t-33 -14.5q-5 0 -13 2l-240 60v-399q0 -95 11.5 -187.5t33.5 -180t54 -167.5t73 -148q178 -298 468 -298h43z\"\r\n },\r\n {\r\n Name: \"TurnRight\",\r\n Code: \"E7DB\",\r\n Path: \"M1451 2005q9 0 44 -29t82.5 -73t100 -97t97 -100t73.5 -82.5t29 -44.5q0 -7 -17 -29t-44.5 -53.5t-63.5 -69.5t-74.5 -76t-76 -74t-68.5 -63.5t-53 -44.5t-29 -17q-20 0 -33.5 14.5t-13.5 34.5q0 3 4 21t10 43.5t13.5 55t14.5 56t12 47t7 27.5h-740q-26 0 -49 -10.5t-40.5 -28t-28 -40.5t-10.5 -49v-1323h-256v1323q0 79 30.5 148.5t83 122t122 83t148.5 30.5h740l-7 28t-12 46.5t-14.5 56t-13.5 55t-10 43.5t-4 22q0 20 13.5 33.5t33.5 13.5z\"\r\n },\r\n {\r\n Name: \"Ferry\",\r\n Code: \"E7E3\",\r\n Path: \"M1768 256h152v-128h-216q-32 -63 -74.5 -95.5t-93.5 -32.5q-54 0 -103.5 21.5t-87.5 62.5q-20 21 -44.5 32.5t-52.5 11.5q-56 0 -97 -44q-38 -41 -87.5 -62.5t-103.5 -21.5t-103.5 21.5t-87.5 62.5q-20 21 -45 32.5t-52 11.5q-56 0 -97 -44q-38 -41 -87.5 -62.5t-103.5 -21.5q-51 0 -93.5 32.5t-74.5 95.5h-216v128h152l-152 305v157l256 85v477h152l128 256h232v256h384v-256h232l128 -256h152v-477l256 -85v-157zM896 1536h128v128h-128v-128zM552 1280h816l-64 128h-688zM384 846l576 192l576 -192v306h-1152v-306zM863 172q15 -17 33 -27v737l-768 -256v-35l202 -403q15 -31 30 -45.5t24 -14.5q27 0 52 11.5t45 32.5q38 41 87.5 62.5t103.5 21.5t103.5 -21.5t87.5 -62.5zM1792 591v35l-768 256v-737q18 10 33 27q38 41 87.5 62.5t103.5 21.5t103.5 -21.5t87.5 -62.5q41 -44 97 -44q9 0 24 14.5t30 45.5z\"\r\n },\r\n {\r\n Name: \"Highlight\",\r\n Code: \"E7E6\",\r\n Path: \"M2048 2048v-512q-87 0 -149 -19.5t-105.5 -54.5t-70 -82.5t-40.5 -104.5t-19 -120t-5 -129t2.5 -131t2.5 -127h-256v-384l-768 -384v768h-256q0 62 2.5 127t2.5 131t-5 129t-19 120t-40.5 104.5t-70 82.5t-106 54.5t-148.5 19.5v512h128v-384h1792v384h128zM1280 768h-512v-561l512 256v305zM1536 896q0 45 -1 88t-1 86q0 64 5 126t20.5 120.5t46 113.5t81.5 106h-1326q51 -51 81.5 -106.5t46 -114t20.5 -120t5 -125.5q0 -43 -1 -86t-1 -88h1024z\"\r\n },\r\n {\r\n Name: \"PowerButton\",\r\n Code: \"E7E8\",\r\n Path: \"M1088 1024h-128v1024h128v-1024zM1300 1748q138 -44 252.5 -128t196 -197t126.5 -248t45 -279q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 144 45 279t126.5 248t196 197t252.5 128l40 -121q-119 -39 -217 -111t-168 -168t-108.5 -211.5t-38.5 -240.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 125 -38.5 240.5t-108.5 211.5t-168 168t-217 111z\"\r\n },\r\n {\r\n Name: \"Tab\",\r\n Code: \"E7E9\",\r\n Path: \"M1920 1664v-1664h-1408v384h-384v1664h1408v-384h384zM256 512h1152v1408h-1152v-1408zM1792 1536h-256v-1152h-896v-256h1152v1408z\"\r\n },\r\n {\r\n Name: \"Admin\",\r\n Code: \"E7EF\",\r\n Path: \"M2048 1152v-384q0 -170 -88 -328q-68 -121 -190 -231q-48 -44 -94.5 -78t-83.5 -57t-62 -36t-31 -16l-27 -13q-20 10 -23.5 12t-4.5 2q-6 3 -30.5 15.5t-62 35.5t-84 56.5t-94.5 77.5q-60 55 -107 112.5t-82 119.5q-88 158 -88 328v384h64q62 0 107 6t79.5 15.5t61 22t50.5 25.5q21 11 43.5 21.5t48 19t55.5 13.5t67 5t67 -5t55.5 -13.5t48 -19t43.5 -21.5q24 -13 50.5 -25.5t61 -22t79.5 -15.5t107 -6h64zM1920 1026q-57 3 -101 11.5t-79 20t-62 24.5t-51 25q-19 10 -36 18t-35 14t-38.5 9.5t-45.5 3.5q-26 0 -46 -3.5t-38 -9.5t-35 -14t-36 -18q-24 -12 -51 -25t-62 -24.5t-79 -20t-101 -11.5v-258q0 -87 26 -162t67.5 -139t92.5 -116t101 -91.5t93 -66.5t68 -41q16 9 39.5 23t52 33.5t60.5 44t64 53.5q232 211 232 462v258zM128 896h640v-128h-768v1024h1792v-412q-11 4 -21 8t-19 9q-20 14 -42 24t-46 19v224h-1536v-768z\"\r\n },\r\n {\r\n Name: \"CC\",\r\n Code: \"E7F0\",\r\n Path: \"M2048 1664v-1280h-2048v1280h2048zM1920 1536h-1792v-1024h1792v1024zM704 640q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q77 0 147 -29t124 -83l-90 -91q-36 36 -83 55.5t-98 19.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q51 0 98 19.5t83 55.5l90 -91q-54 -54 -124 -83t-147 -29zM1472 640q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q77 0 147 -29t124 -83l-90 -91q-36 36 -83 55.5t-98 19.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q51 0 98 19.5t83 55.5l90 -91q-54 -54 -124 -83t-147 -29z\"\r\n },\r\n {\r\n Name: \"SDCard\",\r\n Code: \"E7F1\",\r\n Path: \"M1792 1696v-1568q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v512l128 128v352l-128 160v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1056zM1664 1643l-277 277h-1003v-595l128 -160v-450q-31 -33 -63.5 -64.5t-64.5 -63.5v-459h1280v1515zM640 1792h128v-384h-128v384zM896 1792h128v-384h-128v384zM1152 1792h128v-384h-128v384z\"\r\n },\r\n {\r\n Name: \"TVMonitor\",\r\n Code: \"E7F4\",\r\n Path: \"M1920 640h-896v-128h256v-128h-640v128h256v128h-896v1152h1920v-1152zM128 1664v-896h1664v896h-1664z\"\r\n },\r\n {\r\n Name: \"Speakers\",\r\n Code: \"E7F5\",\r\n Path: \"M512 1792v-1664h1024v1664h-1024zM1664 0h-1280v1920h1280v-1920zM1024 896q-79 0 -149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5zM1024 1536q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5zM1024 256q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5zM1024 640q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM928 1280q0 19 7.5 36.5t21 31t30.5 21t37 7.5q19 0 36.5 -7.5t31 -21t21 -31t7.5 -36.5q0 -20 -7.5 -37t-21 -30.5t-31 -21t-36.5 -7.5q-20 0 -37 7.5t-30.5 21t-21 30.5t-7.5 37z\"\r\n },\r\n {\r\n Name: \"Game\",\r\n Code: \"E7FC\",\r\n Path: \"M1879 1495q82 -82 125.5 -186.5t43.5 -220.5q0 -35 -2 -84t-8.5 -106t-19 -117.5t-32.5 -118.5q-30 -86 -70 -140.5t-83 -85t-87 -41.5t-82 -11q-33 0 -60.5 11.5t-52 29.5t-46 41.5t-42.5 47.5t-41.5 46t-42.5 39.5t-46.5 28.5t-53.5 12h-510q-29 -1 -53.5 -12t-46.5 -28.5t-42.5 -39.5t-41.5 -46t-42.5 -47.5t-46 -41.5t-52 -29.5t-60.5 -11.5q-38 0 -82 11t-87 41.5t-83 85t-70 140.5q-20 58 -32.5 118.5t-19 117.5t-8.5 106t-2 84q0 116 43.5 220.5t125.5 186.5q81 82 186 125.5t221 43.5h896q116 0 220.5 -43.5t186.5 -125.5zM1865 704q19 53 30 110t16.5 109.5t7 95.5t1.5 69q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5h-896q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -26 1.5 -69t7 -95.5t16.5 -109.5t30 -110q25 -72 55 -111t58.5 -57t52 -21t35.5 -3q22 0 48.5 26.5t55.5 59.5q24 28 51.5 57.5t61 54t74.5 40.5t91 18h1h515q50 -2 91 -18t74.5 -40.5t61 -54t51.5 -57.5q29 -33 55.5 -59.5t48.5 -26.5q12 0 35.5 3t52 21t58.5 57t55 111zM512 1152h128v-128h-128v-128h-128v128h-128v128h128v128h128v-128zM1664 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"HorizontalTabKey\",\r\n Code: \"E7FD\",\r\n Path: \"M475 1536h1573v-128h-1573l210 -211l-90 -90l-365 365l365 365l90 -90zM128 1792v-640h-128v640h128zM1363 851l90 90l365 -365l-365 -365l-90 90l210 211h-1573v128h1573zM1920 256v640h128v-640h-128z\"\r\n },\r\n {\r\n Name: \"UnstackSelected\",\r\n Code: \"E7FE\",\r\n Path: \"M2048 1408v-1152h-1536v256h-256v256h-256v1152h1313q-69 -20 -133.5 -52t-122.5 -76h-929v-896h1280v512h64l64 -64v-576h-1152v-128h1280v640l128 128v-896h-1152v-128h1280v1024h128zM896 1152q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23h165l-146 147l90 90l301 -301l-301 -301l-90 90l146 147h-165q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128z\"\r\n },\r\n {\r\n Name: \"StackIndicator\",\r\n Code: \"E7FF\",\r\n Path: \"M1707 1195h341v-1024h-1365v341h-342v341h-341v1024h1365v-341h342v-341zM171 1707v-683h1024v683h-1024zM512 853v-170h1024v682h-171v-512h-853zM1877 341v683h-170v-512h-854v-171h1024z\"\r\n },\r\n {\r\n Name: \"Nav2DMapView\",\r\n Code: \"E800\",\r\n Path: \"M1344 1625l704 234v-1414l-704 -235l-640 213l-704 -234v1414l704 235zM768 1682v-1145l512 -171v1145zM128 1511v-1145l512 171v1145zM1920 537v1145l-512 -171v-1145z\"\r\n },\r\n {\r\n Name: \"StreetsideSplitMinimize\",\r\n Code: \"E802\",\r\n Path: \"M1363 1544l90 -91l-429 -429l-429 429l90 91l276 -275v523h126v-523zM1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM165 768q10 -33 22.5 -64.5t26.5 -62.5h972l-23 127h-998zM814 512l-42 -127h462l-24 127h-396zM679 512h-390q59 -84 134.5 -152.5t165.5 -118.5zM1024 128q129 0 251 36l-17 92h-529l-23 -70q77 -29 157 -43.5t161 -14.5zM1397 209q109 50 201 127t161 176h-418zM1834 641q14 31 26.5 62.5t22.5 64.5h-590l24 -127h517zM1911 897q9 63 9 127q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -64 9 -127h1774z\"\r\n },\r\n {\r\n Name: \"Car\",\r\n Code: \"E804\",\r\n Path: \"M384 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1664 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM2011 1152l-66 -65q2 -5 10 -30t19.5 -59t24.5 -73t24 -71.5t18 -54l7 -21.5v-650q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v650l7 21.5t18 54t24 71.5t24.5 73t19.5 59t10 30l-66 65h-37v128h91l57 -58l74 223q16 49 46.5 89.5t70.5 69t87.5 44.5t99.5 16h996q52 0 99.5 -16t87.5 -44.5t70 -69t47 -89.5l74 -223l57 58h91v-128h-37zM526 1536q-63 0 -112.5 -36t-69.5 -95l-85 -253h1530l-85 253q-20 59 -69.5 95t-112.5 36h-996zM1408 305l-104 207h-560l-104 -207v-49h768v49zM1920 256v502l-6 18.5t-15.5 46.5t-20.5 61.5t-21 63t-17.5 50.5t-8.5 26h-1614q-2 -5 -9 -26t-17 -50.5t-21 -63t-20.5 -61.5t-15.5 -46.5l-6 -18.5v-502h384v79l152 305h720l152 -305v-79h384z\"\r\n },\r\n {\r\n Name: \"Bus\",\r\n Code: \"E806\",\r\n Path: \"M1920 1408v-256h-128v-960q0 -34 -3.5 -68.5t-16 -62t-38 -44.5t-70.5 -17q-25 0 -53.5 -1t-57 1t-55 8.5t-46.5 20.5t-32 38t-12 61h-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-69 0 -118 1t-79.5 17.5t-44.5 56t-14 117.5v960h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1280q40 0 75 -15t61 -41t41 -61t15 -75v-320h128zM1664 768h-1408v-256h128q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h896q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h128v256zM896 896v512h-640v-512h640zM1664 1408h-640v-512h640v512zM320 1792q-26 0 -45 -19t-19 -45v-192h1408v192q0 26 -19 45t-45 19h-1280zM1664 256v128h-1408v-128h1408z\"\r\n },\r\n {\r\n Name: \"EatDrink\",\r\n Code: \"E807\",\r\n Path: \"M960 2048q26 0 45 -19t19 -45v-704q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v-960q0 -26 -19 -45t-45 -19t-45 19t-19 45v960q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5v704q0 26 19 45t45 19t45 -19t19 -45v-704q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10v832q0 26 19 45t45 19t45 -19t19 -45v-832q27 0 50 10t40.5 27.5t27.5 40.5t10 50v704q0 26 19 45t45 19zM1664 2048v-1984q0 -26 -19 -45t-45 -19t-45 19t-19 45v576q-37 0 -80 -1t-85.5 1.5t-82 12t-70 31t-48.5 57t-18 91.5v768q0 93 35.5 174.5t96 142t142 96t174.5 35.5h64zM1536 1914q-56 -11 -102.5 -40.5t-81 -71.5t-53.5 -93.5t-19 -108.5v-768q0 -26 19 -45t45 -19h192v1146z\"\r\n },\r\n {\r\n Name: \"SeeDo\",\r\n Code: \"E808\",\r\n Path: \"M1408 2048q40 0 78 -12.5t70 -35.5t56.5 -54.5t37.5 -69.5l363 -1088q35 -103 35 -212q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5q-89 0 -171.5 34t-145.5 97t-97 145.5t-34 171.5v448h-256v-448q0 -89 -34 -171.5t-97 -145.5t-145.5 -97t-171.5 -34q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 109 35 212q5 14 23 68.5t44.5 134t59 176t65.5 195t64 192t55 165.5t38.5 116l14.5 44q15 37 39 68.5t55.5 53.5t68.5 34.5t78 12.5q74 0 121.5 -24t76 -64.5t41.5 -93t16.5 -109.5t2 -114.5t-1.5 -106.5h256q0 49 -1.5 106.5t2 114.5t16.5 109.5t41.5 93t76 64.5t121.5 24zM448 256q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5zM768 1792q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-39 0 -73.5 -24t-47.5 -62l-289 -866q51 27 106 41.5t112 14.5q33 0 80.5 -9.5t95 -27t87 -42.5t57.5 -56v903zM1152 1152v256h-256v-256h256zM1280 889q18 31 57.5 56t87 42.5t95 27t80.5 9.5q57 0 112 -14.5t106 -41.5l-289 866q-13 38 -47.5 62t-73.5 24q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-903zM1600 256q66 0 124 25.5t101.5 69t69 101.5t25.5 124t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124 -25.5t-101.5 -69t-69 -101.5t-25.5 -124t25.5 -124t69 -101.5t101.5 -69t124 -25.5z\"\r\n },\r\n {\r\n Name: \"LocationCircle\",\r\n Code: \"E80E\",\r\n Path: \"M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z\"\r\n },\r\n {\r\n Name: \"Home\",\r\n Code: \"E80F\",\r\n Path: \"M1024 1883l941 -942l-90 -90l-83 82v-805h-640v640h-256v-640h-640v805l-83 -82l-90 90zM1664 256v805l-640 640l-640 -640v-805h384v640h512v-640h384z\"\r\n },\r\n {\r\n Name: \"SwitcherStartEnd\",\r\n Code: \"E810\",\r\n Path: \"M211 1581l365 365l365 -365l-90 -90l-211 210v-1701h-128v1701l-211 -210zM1747 557l90 -90l-365 -365l-365 365l90 90l211 -210v1701h128v-1701z\"\r\n },\r\n {\r\n Name: \"ParkingLocation\",\r\n Code: \"E811\",\r\n Path: \"M2048 768q0 -76 -41 -139t-110 -94q-31 -69 -94 -110t-139 -41q-69 0 -128 34t-94 94h-708q-35 -60 -94 -94t-128 -34t-128 34t-94 94h-162q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256q0 80 30 150t82 122t122 82t150 30h37l328 328q27 27 62.5 41.5t73.5 14.5h907v-128h-29l256 -563q20 -45 24.5 -82t4.5 -80v-43zM1581 1536h-301v-256h459l-99 219q-8 17 -24.5 27t-34.5 10zM603 1280h549v256h-267q-26 0 -45 -19zM512 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h384v512h-768q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-256h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1664 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 768v72q0 41 -17 80l-106 232h-517v-512h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20q42 0 81 -13t71 -37t56 -57.5t37 -73.5q11 27 11 53z\"\r\n },\r\n {\r\n Name: \"IncidentTriangle\",\r\n Code: \"E814\",\r\n Path: \"M1920 0h-1920l960 1920zM1024 384h-128v-128h128v128zM1024 512v640h-128v-640h128z\"\r\n },\r\n {\r\n Name: \"Touch\",\r\n Code: \"E815\",\r\n Path: \"M1600 1152q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-144 0 -268.5 55t-225.5 156l-472 472q-28 28 -43 65t-15 76q0 42 16 78.5t43 63.5t63.5 42.5t77.5 15.5q82 0 141 -59l107 -106v336q-59 28 -106 70.5t-80.5 95t-51.5 113.5t-18 126q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-37 -178.5t-105 -148.5q35 -9 63.5 -30.5t48.5 -51.5q45 25 94 25q50 0 93 -23.5t69 -65.5q45 25 94 25zM512 1600q0 -75 34 -143t94 -113v256q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-256q60 45 94 113t34 143q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1664 960q0 26 -19 45t-45 19q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-37 0 -50.5 23.5t-15.5 59.5t2 77t2 77t-15.5 59.5t-50.5 23.5q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-37 0 -50.5 23.5t-15.5 59.5t2 77t2 77t-15.5 59.5t-50.5 23.5q-34 0 -47.5 -19t-16 -47.5t-0.5 -61.5t-0.5 -61.5t-16 -47.5t-47.5 -19q-26 0 -45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -23 -8.5 -42.5t-23 -34.5t-34.5 -23.5t-42 -8.5t-42.5 8t-36.5 24l-139 139q-21 21 -50 21t-50.5 -21t-21.5 -51q0 -29 21 -50l472 -473q84 -84 184 -128.5t219 -44.5q93 0 174.5 35.5t142 96t96 142t35.5 174.5v384z\"\r\n },\r\n {\r\n Name: \"MapDirections\",\r\n Code: \"E816\",\r\n Path: \"M1024 2048l1024 -1024l-1024 -1024l-1024 1024zM768 437l256 -256l843 843l-843 843l-843 -843l459 -459v587h549l-210 211l90 90l365 -365l-365 -365l-90 90l210 211h-421v-587z\"\r\n },\r\n {\r\n Name: \"CaretHollow\",\r\n Code: \"E817\",\r\n Path: \"M640 1755l731 -731l-731 -731v1462zM768 1445v-842l421 421z\"\r\n },\r\n {\r\n Name: \"CaretSolid\",\r\n Code: \"E818\",\r\n Path: \"M549 512l987 987v-987h-987v0z\"\r\n },\r\n {\r\n Name: \"History\",\r\n Code: \"E81C\",\r\n Path: \"M1024 1536v-549l365 -366l-90 -90l-403 402v603h128zM1968 1423q80 -192 80 -399t-80 -399q-78 -183 -220 -325t-325 -220q-192 -80 -399 -80q-174 0 -336 57q-158 55 -289 156q-130 101 -223 238q-47 69 -81.5 144t-56.5 156l123 34q40 -145 123.5 -266t197.5 -208t253 -135t289 -48q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-130 0 -252 -36.5t-227.5 -103.5t-190 -161.5t-139.5 -210.5h297v-128h-512v512h128v-274q17 32 37 62.5t42 59.5q94 125 220 216q132 94 283 143t314 49q207 0 399 -80q183 -78 325 -220t220 -325z\"\r\n },\r\n {\r\n Name: \"Location\",\r\n Code: \"E81D\",\r\n Path: \"M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1408q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5t-149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5z\"\r\n },\r\n {\r\n Name: \"MapLayers\",\r\n Code: \"E81E\",\r\n Path: \"M1664 1216l384 -192l-384 -192l384 -192l-1024 -512l-1024 512l384 192l-384 192l384 192l-384 192l1024 512l1024 -512zM286 1408l738 -369l738 369l-738 369zM1762 640l-241 120l-497 -248l-497 248l-241 -120l738 -369zM1024 655l738 369l-241 120l-497 -248l-497 248l-241 -120z\"\r\n },\r\n {\r\n Name: \"SearchNearby\",\r\n Code: \"E820\",\r\n Path: \"M1280 617q38 -5 90.5 -15.5t109.5 -27t113 -39.5t100 -54.5t71.5 -71t27.5 -89.5t-27.5 -89t-68 -68.5t-87.5 -50.5t-86 -34q-64 -22 -134.5 -37t-143.5 -24t-145.5 -13t-139.5 -4q-68 0 -140 4t-145 13t-143.5 24t-134.5 37q-39 13 -86 34t-87.5 50.5t-68 68.5t-27.5 89t27.5 89.5t71.5 71t100 54.5t113 39.5t109.5 26.5t90.5 16v162q-29 10 -52.5 28t-40.5 42t-26 52.5t-9 58.5v512q0 40 15 75t41 61t61 41t75 15h34q-34 60 -34 128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -68 -34 -128h34q40 0 75 -15t61 -41t41 -61t15 -75v-512q0 -30 -9 -58.5t-26 -52.5t-40.5 -42t-52.5 -28v-162zM832 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM960 128q43 0 100 2.5t119.5 9t127.5 17t125 26.5t110.5 37.5t85.5 50.5q10 8 23 21.5t13 27.5t-13 28t-30.5 26.5t-35.5 22t-28 14.5q-64 30 -135.5 48t-141.5 29v-168q0 -12 -17 -21t-39 -15t-43 -10t-29 -5v627q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v512q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-512q0 -28 13 -41.5t32.5 -18.5t42 -4.5t40.5 0.5v-627q-8 1 -29 5t-43 10t-39 15t-17 21v168q-70 -11 -141.5 -29t-135.5 -48q-10 -5 -28 -14.5t-35.5 -22t-30.5 -26.5t-13 -28t13 -27.5t23 -21.5q34 -29 85 -50.5t111 -37.5t125 -26.5t127.5 -17t119.5 -9t100 -2.5zM896 896h128v-639q-16 -1 -32 -1h-32h-32t-32 1v639z\"\r\n },\r\n {\r\n Name: \"Work\",\r\n Code: \"E821\",\r\n Path: \"M2048 1664v-1280h-2048v1280h640v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h640zM768 1664h512v128h-512v-128zM128 1536v-185l640 -319v120h512v-120l640 319v185h-1792zM896 1024v-128h256v128h-256zM1920 512v697l-640 -321v-120h-512v120l-640 321v-697h1792z\"\r\n },\r\n {\r\n Name: \"Recent\",\r\n Code: \"E823\",\r\n Path: \"M1024 0q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5zM1024 1920q-123 0 -237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32zM1024 1024v640h-128v-768h512v128h-384z\"\r\n },\r\n {\r\n Name: \"Hotel\",\r\n Code: \"E824\",\r\n Path: \"M2048 896v-768h-128v128h-1792v-128h-128v768h128v-113l256 512v625h128v-128h1024v128h128v-384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256q0 -39 -21 -70l149 -299v113h128zM1152 1408v-256h512v256h-512zM512 1664v-384h512v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h384v128h-1024zM264 768h1520l-128 256h-504q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-569zM1920 384v256h-1792v-256h1792z\"\r\n },\r\n {\r\n Name: \"Bank\",\r\n Code: \"E825\",\r\n Path: \"M1792 1280v-768q0 -1 9 -27.5t22.5 -67l29.5 -88.5t30 -90.5t24.5 -73t12.5 -37.5h-1920q2 7 12.5 37.5t24.5 73t30 90.5l29.5 88.5t22.5 67t9 27.5v768h-128v128l960 480l960 -480v-128h-128zM286 1408h1348l-674 337zM1536 1280v-768h128v768h-128zM1280 1280v-768h128v768h-128zM1024 1280v-768h128v768h-128zM768 1280v-768h128v768h-128zM512 1280v-768h128v768h-128zM256 512h128v768h-128v-768zM1742 256l-42 128h-1480l-42 -128h1564z\"\r\n },\r\n {\r\n Name: \"LocationDot\",\r\n Code: \"E827\",\r\n Path: \"M1024 1408q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149t-30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5t-149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5z\"\r\n },\r\n {\r\n Name: \"Dictionary\",\r\n Code: \"E82D\",\r\n Path: \"M1664 2048v-2048h-1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95.5t57 82t81.5 57t96 21.5h1408zM1536 384h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h1280v256zM128 478q60 34 128 34h1280v1408h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1314zM384 1664h896v-384h-896v384zM512 1408h640v128h-640v-128z\"\r\n },\r\n {\r\n Name: \"ChromeBack\",\r\n Code: \"E830\",\r\n Path: \"M2048 1024h-1656l674 -674l-144 -145l-922 921l922 922l144 -145l-674 -674h1656v-205z\"\r\n },\r\n {\r\n Name: \"CortanaLogoOuter\",\r\n Code: \"E831\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 141q122 0 234.5 31.5t210.5 89t179 138.5t138.5 179t89 210.5t31.5 234.5t-31.5 234.5t-89 210.5t-138.5 179t-179 138.5t-210.5 89t-234.5 31.5t-234.5 -31.5t-210.5 -89t-179 -138.5t-138.5 -179t-89 -210.5t-31.5 -234.5t31.5 -234.5t89 -210.5t138.5 -179t179 -138.5t210.5 -89t234.5 -31.5z\"\r\n },\r\n {\r\n Name: \"CortanaLogoInner\",\r\n Code: \"E832\",\r\n Path: \"M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 303q99 0 191.5 26t172.5 72.5t146 112.5t112.5 146t72.5 172t26 192q0 99 -26 191.5t-72.5 172.5t-112.5 146t-146 112.5t-172.5 72.5t-191.5 26t-191.5 -26t-172.5 -72.5t-146 -112.5t-112.5 -146t-72.5 -172.5t-26 -191.5t26 -191.5t72.5 -172.5t112.5 -146t146 -112.5t172 -72.5t192 -26z\"\r\n },\r\n {\r\n Name: \"ProvisioningPackage\",\r\n Code: \"E835\",\r\n Path: \"M1521 1161l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-46 -75 -121 -121l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-75 46 -121 121l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51zM1024 768q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1803 320l-230 -229l-74 74l90 91h-1333v512h128v-384h1205l-90 91l74 74zM475 1499l-230 229l230 229l74 -74l-90 -91h1333v-512h-128v384h-1205l90 -91z\"\r\n },\r\n {\r\n Name: \"FolderOpen\",\r\n Code: \"E838\",\r\n Path: \"M1536 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-928q0 -31 9.5 -54t23.5 -43.5t31 -41t31 -45.5t23.5 -58t9.5 -78v-288q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-896v-128q0 -39 -21.5 -71t-57.5 -47q-23 -10 -49 -10q-53 0 -91 38l-293 293v1717h1280zM640 480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v645l-384 384v-1445l256 -256v352zM1664 672q0 31 -9.5 54t-23.5 43.5t-31 41t-31 45.5t-23.5 58t-9.5 78v928h-1061l384 -384q18 -18 27.5 -41.5t9.5 -49.5v-645q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-96h896v288z\"\r\n },\r\n {\r\n Name: \"DefenderApp\",\r\n Code: \"E83D\",\r\n Path: \"M1024 2040q81 -8 153 -31.5t140 -68.5q69 -46 141.5 -75t148 -45t154 -22t159.5 -6v-512q0 -32 -2.5 -64t-6.5 -64h-887v888zM0 1792q81 0 159.5 6t154.5 22t148.5 45t141.5 76q67 45 139 68t153 31v-888h-887q-4 32 -6.5 64t-2.5 64v512zM896 40q-141 82 -278 184t-253 225t-203 267t-129 308h863v-984zM1024 1024h863q-42 -164 -129 -308t-203 -267t-253 -225t-278 -184v984z\"\r\n },\r\n {\r\n Name: \"Pinned\",\r\n Code: \"E840\",\r\n Path: \"M1990 1300q-33 -33 -64.5 -60.5t-65 -46.5t-73 -29.5t-89.5 -10.5q-34 0 -65 6l-379 -379q13 -38 19 -78t6 -80q0 -65 -13 -118t-37.5 -100t-59.5 -89.5t-79 -86.5l-386 386l-568 -569l-136 -45l45 136l569 568l-386 386l45 45q70 70 160.5 107t189.5 37q82 0 157 -25l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5zM1698 1281q55 0 104 26l-495 495q-26 -49 -26 -104q0 -28 6.5 -52.5t14.5 -50.5l-492 -491q-25 10 -47 19t-44 15t-45.5 9.5t-50.5 3.5q-57 0 -110.5 -16.5t-99.5 -48.5l673 -673q32 46 49 99.5t17 109.5q0 27 -3.5 50.5t-10 46t-15.5 44.5t-19 47l491 492q26 -8 50.5 -14.5t52.5 -6.5z\"\r\n },\r\n {\r\n Name: \"PinnedFill\",\r\n Code: \"E842\",\r\n Path: \"M1900 1300q-41 -40 -93.5 -61.5t-109.5 -21.5q-44 0 -84 12l-433 -433q17 -41 26.5 -84.5t9.5 -88.5q0 -86 -33 -165t-93 -140l-772 772q61 60 140 93t165 33q45 0 88.5 -9.5t84.5 -26.5l433 433q-12 40 -12 84q0 57 21.5 109.5t61.5 93.5z\"\r\n },\r\n {\r\n Name: \"RevToggleKey\",\r\n Code: \"E845\",\r\n Path: \"M1152 1536q155 0 294.5 -58t248.5 -167t167 -248.5t58 -294.5q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-896v128h896q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23h-821l426 -427l-74 -74l-566 565l566 565l74 -74l-426 -427h821z\"\r\n },\r\n {\r\n Name: \"USB\",\r\n Code: \"E88E\",\r\n Path: \"M768 1792h128v-128h-128v128zM1152 1792v-128h-128v128h128zM1408 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10v512h896v-512zM640 1536h640v384h-640v-384zM1408 1408h-896v-1280h896v1280z\"\r\n },\r\n {\r\n Name: \"View\",\r\n Code: \"E890\",\r\n Path: \"M1024 1280q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 1792q143 0 284 -35.5t266 -104.5t226.5 -170.5t165.5 -233.5q40 -83 61 -171.5t21 -180.5h-128q0 118 -36 221t-99.5 188t-149.5 152t-185.5 113t-208.5 70t-217 24t-217 -24t-208.5 -70t-185.5 -113t-149.5 -152t-99.5 -188t-36 -221h-128q0 92 21 180.5t61 171.5q64 132 165.5 233.5t226.5 170.5t266 104.5t284 35.5z\"\r\n },\r\n {\r\n Name: \"Previous\",\r\n Code: \"E892\",\r\n Path: \"M256 256v1536h128v-1536h-128zM704 1024l1088 768v-1536zM1664 503v1042l-738 -521z\"\r\n },\r\n {\r\n Name: \"Next\",\r\n Code: \"E893\",\r\n Path: \"M1664 1792h128v-1536h-128v1536zM256 256v1536l1088 -768zM384 1545v-1042l738 521z\"\r\n },\r\n {\r\n Name: \"Clear\",\r\n Code: \"E894\",\r\n Path: \"M1115 1024l914 -915l-90 -90l-915 914l-915 -914l-90 90l914 915l-914 915l90 90l915 -914l915 914l90 -90z\"\r\n },\r\n {\r\n Name: \"Sync\",\r\n Code: \"E895\",\r\n Path: \"M1024 128q154 0 295.5 47.5t258 134t203 208t131.5 269.5l122 -38q-50 -167 -149 -304.5t-232.5 -236.5t-294 -153.5t-334.5 -54.5q-137 0 -267 34t-245.5 98.5t-213.5 157t-170 209.5v-243h-128v512h512v-128h-316q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5zM2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128z\"\r\n },\r\n {\r\n Name: \"Download\",\r\n Code: \"E896\",\r\n Path: \"M384 0v128h1152v-128h-1152zM1581 979l-621 -626l-621 626l90 90l467 -470v1449h128v-1449l467 470z\"\r\n },\r\n {\r\n Name: \"Help\",\r\n Code: \"E897\",\r\n Path: \"M896 128h128v-128h-128v128zM960 2048q79 0 152.5 -20.5t137.5 -58t117 -90.5t90.5 -117t58 -137.5t20.5 -152.5q0 -84 -22 -152t-58 -124.5t-82 -104.5t-94 -93t-94 -89.5t-82 -94.5t-58 -108t-22 -130v-192h-128v192q0 84 22 152t58 124.5t82 104t94 92.5t94 90t82 95t58 108t22 130q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5h-128q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5z\"\r\n },\r\n {\r\n Name: \"Upload\",\r\n Code: \"E898\",\r\n Path: \"M1536 2048v-128h-1152v128h1152zM1581 1069l-90 -90l-467 470v-1449h-128v1449l-467 -470l-90 90l621 626z\"\r\n },\r\n {\r\n Name: \"Emoji\",\r\n Code: \"E899\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM640 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h-256q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1408 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h-256q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1472 1280q40 0 75 -15t61 -41t41 -61t15 -75v-64q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5q0 48 8 94t29 82t58.5 58t96.5 22q74 0 129 -20t104.5 -44t100 -44t114.5 -20t114.5 20t100 44t104.5 44t129 20zM1536 1088q0 26 -19 45t-45 19q-43 0 -79 -9.5t-69.5 -23.5t-66 -31t-68 -31t-76 -23.5t-89.5 -9.5t-89.5 9.5t-76 23.5t-68 31t-66 31t-69.5 23.5t-79 9.5q-26 0 -45 -19t-19 -45v-64q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199v64z\"\r\n },\r\n {\r\n Name: \"MailForward\",\r\n Code: \"E89C\",\r\n Path: \"M0 1664h2048v-896v-128l-128 128v697l-896 -449l-896 449v-953h1024v-128h-1152v1280zM1024 1160l753 376h-1506zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-518v128h518z\"\r\n },\r\n {\r\n Name: \"ClosePane\",\r\n Code: \"E89F\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384zM989 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z\"\r\n },\r\n {\r\n Name: \"OpenPane\",\r\n Code: \"E8A0\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384zM1280 1152v-128h-421l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h421z\"\r\n },\r\n {\r\n Name: \"PreviewLink\",\r\n Code: \"E8A1\",\r\n Path: \"M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1792 1536v-384h-1536v384h1536zM1664 1280v128h-1280v-128h1280zM1280 512v512h512v-512h-512zM1408 896v-256h256v256h-256zM1024 1024v-128h-768v128h768zM1024 640v-128h-768v128h768z\"\r\n },\r\n {\r\n Name: \"ZoomIn\",\r\n Code: \"E8A3\",\r\n Path: \"M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-96 -79 -210.5 -121t-239.5 -42q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -125 -42 -239.5t-121 -210.5zM704 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM768 1408h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"Bookmarks\",\r\n Code: \"E8A4\",\r\n Path: \"M0 1536v128h128v-128h-128zM384 1664h1664v-128h-1664v128zM0 384v128h128v-128h-128zM384 384v128h1664v-128h-1664zM896 1152v128h1152v-128h-1152zM1408 768v128h640v-128h-640z\"\r\n },\r\n {\r\n Name: \"Document\",\r\n Code: \"E8A5\",\r\n Path: \"M549 2048h1243v-1755l-293 -293h-1243v1755zM1664 347v1573h-1061l-219 -219v-1573h1061z\"\r\n },\r\n {\r\n Name: \"ProtectedDocument\",\r\n Code: \"E8A6\",\r\n Path: \"M1920 768v-768h-896v768h128q0 76 17.5 145.5t56 122.5t99 84.5t147.5 31.5t147.5 -31.5t99 -84.5t56 -122.5t17.5 -145.5h128zM1280 768h384v64q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-64zM1792 640h-640v-512h640v512zM384 128h512v-128h-640v1755l293 293h1243v-860q-29 26 -61 47t-67 37v648h-1061l-219 -219v-1573z\"\r\n },\r\n {\r\n Name: \"OpenInNewWindow\",\r\n Code: \"E8A7\",\r\n Path: \"M1536 1792h384v-384h-128v165l-456 -456l-91 91l456 456h-165v128zM1536 1024l128 128v-768h-1664v1152h1280l-128 -128h-1024v-896h1408v512z\"\r\n },\r\n {\r\n Name: \"MailFill\",\r\n Code: \"E8A8\",\r\n Path: \"M64 1600h1920v-1152h-1920v1152v0z\"\r\n },\r\n {\r\n Name: \"ViewAll\",\r\n Code: \"E8A9\",\r\n Path: \"M128 1920h1664v-1664h-1664v1664zM1664 1152v640h-640v-640h640zM896 1792h-640v-640h640v640zM256 1024v-640h640v640h-640zM1024 384h640v640h-640v-640z\"\r\n },\r\n {\r\n Name: \"Switch\",\r\n Code: \"E8AB\",\r\n Path: \"M2048 640v-128h-1798l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h1798zM1635 1245l163 163h-1798v128h1798l-163 163l90 90l317 -317l-317 -317z\"\r\n },\r\n {\r\n Name: \"Rename\",\r\n Code: \"E8AC\",\r\n Path: \"M255 899v254h770v-254h-770zM1281 639h-1282v770h1282v-130h-1152v-510h1152v-130zM2049 1409v-770h-386v130h256v510h-256v130h386zM1537 481q111 -96 255 -96h1v-130h-1q-176 0 -318 110q-70 -54 -151.5 -82t-170.5 -28h-1v130h1q145 0 255 93v1096q-52 44 -116.5 66.5t-138.5 22.5h-1v130h1q91 0 172.5 -27t149.5 -79q138 106 318 106h1v-130h-1q-148 0 -255 -92v-1090z\"\r\n },\r\n {\r\n Name: \"Go\",\r\n Code: \"E8AD\",\r\n Path: \"M1024 2048h1024v-1024h-128v805l-1827 -1826l-90 90l1826 1827h-805v128v0z\"\r\n },\r\n {\r\n Name: \"Remote\",\r\n Code: \"E8AF\",\r\n Path: \"M259 1315l90 90l701 -701l-701 -701l-90 90l611 611zM1789 1955l-611 -611l611 -611l-90 -90l-701 701l701 701z\"\r\n },\r\n {\r\n Name: \"SelectAll\",\r\n Code: \"E8B3\",\r\n Path: \"M0 1920v128h128v-128h-128zM0 1664v128h128v-128h-128zM0 1408v128h128v-128h-128zM0 1152v128h128v-128h-128zM0 896v128h128v-128h-128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM0 128v128h128v-128h-128zM1792 1664v128h128v-128h-128zM1792 1408v128h128v-128h-128zM1792 1152v128h128v-128h-128zM1792 896v128h128v-128h-128zM1792 640v128h128v-128h-128zM1792 384v128h128v-128h-128zM1792 128v128h128v-128h-128zM384 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1920v128h128v-128h-128zM256 128v128h128v-128h-128zM512 128v128h128v-128h-128zM768 128v128h128v-128h-128zM1024 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1536 128v128h128v-128h-128zM1792 2048h128v-128h-128v128zM1536 1664v-1152h-1152v1152h1152zM1408 1152v384h-384v-384h384zM896 1536h-384v-384h384v384zM512 1024v-384h384v384h-384zM1024 640h384v384h-384v-384z\"\r\n },\r\n {\r\n Name: \"Orientation\",\r\n Code: \"E8B4\",\r\n Path: \"M1408 384h-1408v896h1408v-896zM1280 1152h-1152v-640h1152v640zM128 1408h-128v128h128v-128zM128 1664h-128v128h128v-128zM128 1920h-128v128h128v-128zM896 1920h-128v128h128v-128zM384 1920h-128v128h128v-128zM640 1920h-128v128h128v-128zM896 1664h-128v128h128v-128zM896 1408h-128v128h128v-128zM1627 1920q102 -102 180.5 -197.5t132 -200t81 -225.5t27.5 -273q0 -141 -36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5v128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5q0 133 -25.5 242t-74 204t-120 182t-164.5 177v-293h-128v512h512v-128h-293z\"\r\n },\r\n {\r\n Name: \"Import\",\r\n Code: \"E8B5\",\r\n Path: \"M557 1459l-308 -309h1543v-128h-1540l305 -305l-90 -90l-461 461l461 461zM1920 1536h128v-896h-128v896z\"\r\n },\r\n {\r\n Name: \"Folder\",\r\n Code: \"E8B7\",\r\n Path: \"M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1536v2048h1408zM384 128h1152v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-1792zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480z\"\r\n },\r\n {\r\n Name: \"Picture\",\r\n Code: \"E8B9\",\r\n Path: \"M1792 1536h256v-1280h-1792v256h-256v1280h1792v-256zM128 1664v-1024h1536v1024h-1536zM1920 384v1024h-128v-896h-1408v-128h1536zM256 768v768h1280v-768h-1280zM384 1408v-512h1024v512h-1024z\"\r\n },\r\n {\r\n Name: \"ChromeClose\",\r\n Code: \"E8BB\",\r\n Path: \"M1169 1024l879 -879l-145 -145l-879 879l-879 -879l-145 145l879 879l-879 879l145 145l879 -879l879 879l145 -145z\"\r\n },\r\n {\r\n Name: \"ShowResults\",\r\n Code: \"E8BC\",\r\n Path: \"M384 256v128h1664v-128h-1664zM0 1664v128h128v-128h-128zM0 640v128h128v-128h-128zM384 640v128h1664v-128h-1664zM384 1792h1664v-128h-1664v128zM384 1280v128h1664v-128h-1664z\"\r\n },\r\n {\r\n Name: \"Message\",\r\n Code: \"E8BD\",\r\n Path: \"M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243z\"\r\n },\r\n {\r\n Name: \"CalendarDay\",\r\n Code: \"E8BF\",\r\n Path: \"M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM1920 256v1152h-1792v-1152h1792zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 1024v-640h-1280v640h1280zM1536 512v384h-1024v-384h1024zM1664 1280v-128h-1280v128h1280z\"\r\n },\r\n {\r\n Name: \"CalendarWeek\",\r\n Code: \"E8C0\",\r\n Path: \"M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM768 384v896h128v-896h-128zM384 384v896h128v-896h-128zM1536 384v896h128v-896h-128zM1152 384v896h128v-896h-128z\"\r\n },\r\n {\r\n Name: \"MailReplyAll\",\r\n Code: \"E8C2\",\r\n Path: \"M2048 1664v-1082q-29 23 -61 39.5t-67 28.5v815l-896 -449l-896 449v-953h704v-128h-832v1280h2048zM1024 1160l753 376h-1506zM1115 448l226 -227l-90 -90l-318 317l318 317l90 -90zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z\"\r\n },\r\n {\r\n Name: \"Read\",\r\n Code: \"E8C3\",\r\n Path: \"M1024 1928l1024 -512v-1288h-2048v1288zM1897 1348l-873 436l-873 -436l324 -324h1098zM128 256h1792v933l-293 -293h-1206l-293 293v-933z\"\r\n },\r\n {\r\n Name: \"Cut\",\r\n Code: \"E8C6\",\r\n Path: \"M1416 512q51 -2 96.5 -22.5t79 -55.5t53 -81t19.5 -97q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 71 36.5 132t99.5 94l-266 531l-265 -529q32 -17 57.5 -41t43.5 -54t28 -63.5t10 -69.5q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 51 19 96.5t52 80t77.5 55.5t95.5 24l322 646l-339 678l58 175l353 -708l353 708l58 -175l-339 -678zM640 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"PaymentCard\",\r\n Code: \"E8C7\",\r\n Path: \"M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1088q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1088q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM160 1664q-14 0 -23 -9t-9 -23v-224h1792v224q0 14 -9 23t-23 9h-1728zM1888 512q14 0 23 9t9 23v736h-1792v-736q0 -14 9 -23t23 -9h1728zM1408 896h256v-128h-256v128z\"\r\n },\r\n {\r\n Name: \"Copy\",\r\n Code: \"E8C8\",\r\n Path: \"M1920 1243v-1243h-1280v384h-512v1664h859l384 -384h128zM1536 1280h165l-165 165v-165zM640 1664h549l-256 256h-677v-1408h384v1152zM1792 1152h-384v384h-640v-1408h1024v1024z\"\r\n },\r\n {\r\n Name: \"Important\",\r\n Code: \"E8C9\",\r\n Path: \"M1152 640h-256v1280h256v-1280v0zM1152 128h-256v256h256v-256v0z\"\r\n },\r\n {\r\n Name: \"MailReply\",\r\n Code: \"E8CA\",\r\n Path: \"M2048 1664v-1082q-29 23 -61 39.5t-67 28.5v815l-896 -449l-896 449v-953h1024v-128h-1152v1280h2048zM1024 1160l753 376h-1506zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z\"\r\n },\r\n {\r\n Name: \"Sort\",\r\n Code: \"E8CB\",\r\n Path: \"M1069 1549l-90 -90l-338 337l-1 -1796h-128l1 1799l-340 -340l-90 90l493 493zM1876 589l91 -90l-493 -493l-494 493l91 90l338 -338l-1 1797h128l1 -1798z\"\r\n },\r\n {\r\n Name: \"Priority\",\r\n Code: \"E8D0\",\r\n Path: \"M768 250l307 307l90 -90l-461 -461l-461 461l90 90l307 -307v1798h128v-1798zM1536 2048h128v-1664h-128v1664zM1536 0v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"GotoToday\",\r\n Code: \"E8D1\",\r\n Path: \"M1536 1920h384v-1792h-768v128h640v1152h-1664v-1152h640v-128h-768v1792h384v128h128v-128h896v128h128v-128zM128 1536h1664v256h-256v-128h-128v128h-896v-128h-128v128h-256v-256zM1187 387l-163 162v-549h-128v549l-163 -162l-90 90l317 317l317 -317zM1152 1280v-384h-384v384h384zM1024 1024v128h-128v-128h128z\"\r\n },\r\n {\r\n Name: \"Font\",\r\n Code: \"E8D2\",\r\n Path: \"M765 1024h-378l-85 -256h-135l342 1024h134l268 -802l-81 -162zM722 1152l-146 438l-146 -438h292zM1704 473q17 -41 31.5 -73t34.5 -54.5t50 -34t78 -11.5v-44h-449v44q17 0 37.5 -0.5t38.5 4t30 16.5t12 37q0 14 -6.5 39t-16 54t-21 59.5t-22 57.5t-18.5 46.5t-11 26.5h-448q-3 -8 -12 -27.5t-20.5 -46t-24 -56.5t-23 -58.5t-17 -53.5t-6.5 -40q0 -24 12.5 -35.5t30.5 -16t38.5 -5t36.5 -1.5v-44h-377v44q49 9 76 21t44 32.5t30 51.5t33 79l392 924h82zM1413 768l-177 381l-169 -381h346z\"\r\n },\r\n {\r\n Name: \"FontColor\",\r\n Code: \"E8D3\",\r\n Path: \"M256 128h1408v-128h-1408v128zM643 768l-170 -512h-135l555 1664h135l554 -1664h-135l-171 512h-633zM960 1717l-274 -821h548z\"\r\n },\r\n {\r\n Name: \"FolderFill\",\r\n Code: \"E8D5\",\r\n Path: \"M1664 1984q26 0 45 -19t19 -45v-992q0 -57 20 -93t44 -67t44 -67t20 -93v-480q0 -26 -19 -45t-45 -19h-1472v1920h1344v0z\"\r\n },\r\n {\r\n Name: \"Permissions\",\r\n Code: \"E8D7\",\r\n Path: \"M2048 475v-475h-512v256h-256v256h-256v207q-74 -39 -155 -59t-165 -20q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -51 -8 -101t-23 -98zM1920 421l-690 690q22 57 36 114.5t14 118.5q0 119 -45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5q97 0 190.5 33t168.5 95h89v-256h256v-256h256v-256h256v293zM512 1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"DisableUpdates\",\r\n Code: \"E8D8\",\r\n Path: \"M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM512 1280h-512v512h128v-275q67 122 163.5 220.5t212.5 167.5t248 106t272 37q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -39 -3.5 -78t-9.5 -77q-26 27 -56 51.5t-62 44.5q1 15 2 29.5t1 29.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -250.5 -36.5t-226.5 -103t-189.5 -161t-139.5 -211.5h294v-128zM1083 131q20 -32 44.5 -62t51.5 -56q-38 -6 -77 -9.5t-78 -3.5q-114 0 -223.5 25t-208.5 71.5t-187 113.5t-159 150.5t-124.5 182t-83.5 208.5l123 34q40 -145 123.5 -265.5t197.5 -207.5t253 -135.5t289 -48.5q15 0 29.5 1t29.5 2z\"\r\n },\r\n {\r\n Name: \"Unfavorite\",\r\n Code: \"E8D9\",\r\n Path: \"M1609 1056q-125 0 -234.5 -44t-192 -122.5t-132.5 -186t-56 -234.5l-610 -469l248 794l-632 486h784l240 768l240 -768h784l-313 -240q-31 7 -62.5 11.5t-63.5 4.5zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1280 448q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"Italic\",\r\n Code: \"E8DB\",\r\n Path: \"M1568 1792h-217l-469 -1408h366l-128 -128h-704l128 128h161l469 1408h-310l128 128h704z\"\r\n },\r\n {\r\n Name: \"Underline\",\r\n Code: \"E8DC\",\r\n Path: \"M1011 256q-161 0 -274 46.5t-184.5 133t-104.5 209t-33 274.5v1001h192v-988q0 -109 21.5 -201t71 -159.5t130.5 -105.5t201 -38q115 0 193.5 36.5t126.5 101t69 154t21 194.5v1006h192v-975q0 -158 -34.5 -285.5t-109 -217t-192.5 -138t-286 -48.5zM384 128h1280v-128h-1280v128z\"\r\n },\r\n {\r\n Name: \"Bold\",\r\n Code: \"E8DD\",\r\n Path: \"M1255 1147q92 0 173.5 -35t142 -95.5t95.5 -141.5t35 -173t-35 -173.5t-95.5 -142t-142 -95.5t-173.5 -35h-743v1664h743q80 0 150 -30.5t122.5 -83t83 -122.5t30.5 -150t-30 -150.5t-82.5 -123t-123 -83t-150.5 -30.5zM1047 1682h-151v-475h151q49 0 92.5 19t75.5 51t51 75.5t19 92.5t-19 92t-51 75.5t-75.5 51t-92.5 18.5zM1106 494q49 0 92.5 18.5t75.5 51t51 75.5t19 92t-18.5 92.5t-51 76t-76 51t-92.5 18.5h-210v-475h210z\"\r\n },\r\n {\r\n Name: \"MoveToFolder\",\r\n Code: \"E8DE\",\r\n Path: \"M1792 928q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1536v2048h1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-1280v-1792h1152v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v224h128v-224zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM2048 1408v-128h-677l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h677z\"\r\n },\r\n {\r\n Name: \"Dislike\",\r\n Code: \"E8E0\",\r\n Path: \"M960 1792q178 0 345 -69q72 -29 144.5 -44t150.5 -15h448v-896h-417q-65 0 -122.5 -24t-103.5 -70l-622 -621q-25 -25 -50 -39t-61 -14q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62q0 81 18 154.5t53 145.5q20 43 34 87.5t19 92.5h-444q-39 0 -74 15t-61.5 41t-41.5 61t-15 75q0 32 10 61l256 768q20 59 70 95t112 36h512zM1920 1536h-320q-179 0 -345 69q-144 59 -295 59h-512q-20 0 -37 -12t-24 -32q-5 -14 -18.5 -54t-32.5 -96.5t-42 -124t-46 -136.5t-44.5 -134.5t-38.5 -118t-27 -86t-10 -38.5q0 -26 19 -45t45 -19h576q0 -53 -2.5 -98.5t-10 -88.5t-21.5 -86t-37 -91q-28 -58 -42.5 -118.5t-14.5 -125.5q0 -14 9 -23t23 -9q6 0 10.5 4.5l8.5 8.5l623 624q32 32 68.5 56t77.5 41q80 34 171 34h289v640z\"\r\n },\r\n {\r\n Name: \"Like\",\r\n Code: \"E8E1\",\r\n Path: \"M1856 1408q39 0 74 -15t61.5 -41t41.5 -61t15 -75q0 -32 -10 -61l-256 -768q-10 -29 -28 -53.5t-42 -41.5t-52.5 -26.5t-59.5 -9.5h-512q-179 0 -345 69q-72 29 -144.5 44t-150.5 15h-448v896h417q65 0 122.5 24t103.5 70l622 621q25 25 50 39t61 14q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62q0 -81 -18 -154.5t-53 -145.5q-20 -43 -34 -87.5t-19 -92.5h444zM1600 384q20 0 37 12t24 32q5 14 18.5 54t32.5 96.5t42 124t46 136.5t44.5 134.5t38.5 118t27 86t10 38.5q0 26 -19 45t-45 19h-576q0 53 2.5 98.5t10 88.5t21.5 86t37 91q28 58 42.5 118.5t14.5 125.5q0 14 -9 23t-23 9q-6 0 -10.5 -4.5l-8.5 -8.5l-623 -624q-32 -32 -68.5 -56t-77.5 -41q-80 -34 -171 -34h-289v-640h320q178 0 345 -69q144 -59 295 -59h512z\"\r\n },\r\n {\r\n Name: \"AlignRight\",\r\n Code: \"E8E2\",\r\n Path: \"M0 1920h2048v-128h-2048v128zM0 256v128h2048v-128h-2048zM0 1024v128h2048v-128h-2048zM512 1408v128h1536v-128h-1536zM512 640v128h1536v-128h-1536z\"\r\n },\r\n {\r\n Name: \"AlignCenter\",\r\n Code: \"E8E3\",\r\n Path: \"M0 1920h2048v-128h-2048v128zM256 1536h1536v-128h-1536v128zM256 768h1536v-128h-1536v128zM0 256v128h2048v-128h-2048zM0 1024v128h2048v-128h-2048z\"\r\n },\r\n {\r\n Name: \"AlignLeft\",\r\n Code: \"E8E4\",\r\n Path: \"M2048 1920v-128h-2048v128h2048zM2048 256h-2048v128h2048v-128zM2048 1024h-2048v128h2048v-128zM1536 1408h-1536v128h1536v-128zM1536 640h-1536v128h1536v-128z\"\r\n },\r\n {\r\n Name: \"OpenFile\",\r\n Code: \"E8E5\",\r\n Path: \"M1955 515l-163 162v-677h-128v677l-163 -162l-90 90l317 317l317 -317zM256 128h1280v-128h-1408v2048h1115l549 -549v-475h-128v384h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"ClearSelection\",\r\n Code: \"E8E6\",\r\n Path: \"M1713 1152q69 0 130 -26.5t106.5 -72t72 -107t26.5 -130.5q0 -66 -25 -127.5t-73 -109.5l-449 -448l-90 90l448 449q29 29 45 67t16 79q0 43 -16.5 80.5t-45 66t-66 45t-80.5 16.5q-41 0 -79 -16t-67 -45l-195 -195h165v-128h-384v384h128v-165q47 47 93 99t97.5 95t110.5 71t132 28zM1792 1280h-128v128h128v-128zM1792 1536h-128v128h128v-128zM1792 1792h-128v128h128v-128zM1536 1792h-128v128h128v-128zM1280 1792h-128v128h128v-128zM896 1920h128v-128h-128v128zM640 1920h128v-128h-128v128zM384 1920h128v-128h-128v128zM128 1920h128v-128h-128v128zM128 1664h128v-128h-128v128zM128 1408h128v-128h-128v128zM128 1152h128v-128h-128v128zM128 896h128v-128h-128v128zM128 640h128v-128h-128v128zM128 384h128v-128h-128v128zM384 384h128v-128h-128v128zM640 384h128v-128h-128v128zM896 384h128v-128h-128v128zM1152 384h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"FontDecrease\",\r\n Code: \"E8E7\",\r\n Path: \"M1027 1280l342 -1024h-135l-85 256h-378l-85 -256h-135l342 1024h134zM1106 640l-146 437l-146 -437h292zM2048 2048l-320 -320l-320 320h640z\"\r\n },\r\n {\r\n Name: \"FontIncrease\",\r\n Code: \"E8E8\",\r\n Path: \"M1027 1920l555 -1664h-135l-170 512h-634l-170 -512h-135l555 1664h134zM1234 896l-274 822l-274 -822h548zM2048 1664h-640l320 320z\"\r\n },\r\n {\r\n Name: \"FontSize\",\r\n Code: \"E8E9\",\r\n Path: \"M1966 256h-135l-170 512h-634l-170 -512h-135l-85 256h-378l-85 -256h-135l342 1024h134l274 -821l488 1461h134zM594 640l-146 437l-146 -437h292zM1618 896l-274 821l-274 -821h548z\"\r\n },\r\n {\r\n Name: \"CellPhone\",\r\n Code: \"E8EA\",\r\n Path: \"M1536 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM1536 1920h-1024v-1792h1024v1792zM896 384h256v-128h-256v128z\"\r\n },\r\n {\r\n Name: \"Tag\",\r\n Code: \"E8EC\",\r\n Path: \"M1472 1472q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1024 2048h896v-896l-1024 -1024l-896 896zM1792 1205v715h-715l-896 -896l715 -715z\"\r\n },\r\n {\r\n Name: \"RepeatAll\",\r\n Code: \"E8EE\",\r\n Path: \"M128 1024q0 -69 15.5 -136.5t44 -130t70 -117.5t94.5 -100l-91 -91q-62 55 -110 120.5t-82 139t-51.5 153t-17.5 162.5q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5h646l-163 163l90 90l317 -317l-317 -317l-90 90l163 163h-646q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170zM1787 1598q62 -54 110.5 -119.5t82 -139t51 -153.5t17.5 -162q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170q0 70 -15 137.5t-43.5 129.5t-70 117.5t-94.5 100.5z\"\r\n },\r\n {\r\n Name: \"Calculator\",\r\n Code: \"E8EF\",\r\n Path: \"M256 2048h1408v-2048h-1408v2048zM1536 128v1792h-1152v-1792h1152zM1408 1792v-384h-896v384h896zM1280 1536v128h-640v-128h640zM640 1152v-128h-128v128h128zM896 1024v128h128v-128h-128zM1280 1024v128h128v-128h-128zM640 768v-128h-128v128h128zM896 640v128h128v-128h-128zM1280 640v128h128v-128h-128zM640 384v-128h-128v128h128zM896 256v128h128v-128h-128zM1280 256v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"Library\",\r\n Code: \"E8F1\",\r\n Path: \"M640 256v1536h384v-1536h-384zM768 1664v-1280h128v1280h-128zM128 256v1536h384v-1536h-384zM256 1664v-1280h128v1280h-128zM1491 1815l484 -1450l-346 -116l-484 1450zM1287 1629l412 -1238l134 44l-413 1238z\"\r\n },\r\n {\r\n Name: \"PostUpdate\",\r\n Code: \"E8F3\",\r\n Path: \"M640 1664h1408v-1152h-1408v1152zM1920 640v896h-1152v-896h1152zM128 1024v128h384v-128h-384zM0 1280v128h512v-128h-512zM256 768v128h256v-128h-256zM1792 1408v-128h-896v128h896zM1408 768v384h384v-384h-384zM1536 1024v-128h128v128h-128zM1280 896v-128h-384v128h384zM1280 1152v-128h-384v128h384z\"\r\n },\r\n {\r\n Name: \"NewFolder\",\r\n Code: \"E8F4\",\r\n Path: \"M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152v128h896v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-768h-128v896h1408zM1920 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM896 384h-384v-384h-128v384h-384v128h384v384h128v-384h384v-128z\"\r\n },\r\n {\r\n Name: \"CalendarReply\",\r\n Code: \"E8F5\",\r\n Path: \"M896 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM896 896h-128v128h128v-128zM512 896h-128v128h128v-128zM1152 1024h128v-128h-128v128zM1664 1152h-128v128h128v-128zM1536 1024h128v-128h-128v128zM1152 768h128v-128h-128v128zM896 640h-128v128h128v-128zM512 640h-128v128h128v-128zM768 512h128v-128h-128v128zM384 512h128v-128h-128v128zM2048 1920v-1380q-28 26 -60.5 44.5t-67.5 31.5v792h-1792v-1152h1120l128 -128h-1376v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1499 512q50 0 110.5 2.5t121.5 -0.5t118 -14.5t101.5 -40t71 -77.5t26.5 -126q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90z\"\r\n },\r\n {\r\n Name: \"UnsyncFolder\",\r\n Code: \"E8F6\",\r\n Path: \"M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-832l128 128h448v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-870q-32 -4 -64.5 -10.5t-63.5 -17.5v1026h1408zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM768 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-47 0 -92 -13.5t-84 -39.5l443 -443q36 56 47 123l127 -22q-9 -53 -30 -101.5t-53 -91.5l87 -87l-90 -90l-87 86q-58 -43 -127 -66t-141 -23q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q47 0 92 13.5t84 39.5l-443 443q-36 -56 -47 -123l-127 22q9 53 30 101.5t53 91.5l-87 87l90 90l87 -86q58 43 127 66t141 23q91 0 174 -35.5t146 -101.5v137z\"\r\n },\r\n {\r\n Name: \"SyncFolder\",\r\n Code: \"E8F7\",\r\n Path: \"M1664 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-992q0 -31 9.5 -54.5t23.5 -44t31 -40.5t31 -45.5t23.5 -58t9.5 -77.5v-480q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-936q62 57 107 128h573v480q0 45 9.5 77.5t23.5 58t31 45.5t31 40.5t23.5 44t9.5 54.5v992h-1280v-870q-32 -4 -64.5 -10.5t-63.5 -17.5v1026h1408zM1792 608q0 24 -4.5 42t-13 33t-20 29.5t-26.5 31.5q-15 -17 -26.5 -31.5t-20 -29.5t-13 -33t-4.5 -42v-480h128v480zM448 768q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128v-384h-384v128h190q-45 60 -112 94t-142 34zM889 373q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q58 0 111 20t95 55.5t70 84.5t38 107z\"\r\n },\r\n {\r\n Name: \"BlockContact\",\r\n Code: \"E8F8\",\r\n Path: \"M1301 938q-27 -17 -52.5 -35.5t-48.5 -41.5q-89 80 -200.5 121.5t-231.5 41.5q-134 0 -251 -49.5t-203.5 -136t-136 -203.5t-49.5 -251h-128q0 120 35 232t100 206.5t156.5 166.5t205.5 114q-55 35 -99.5 82.5t-76 103.5t-48.5 118.5t-17 128.5q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -17 -128.5t-48.5 -118.5t-76 -103.5t-99.5 -82.5q74 -26 139.5 -68.5t122.5 -96.5zM384 1536q0 -79 30.5 -149t82.5 -122t122 -82.5t149 -30.5t149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1600 128q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -66 25.5 -124t69 -101.5t101.5 -69t124 -25.5zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"AddFriend\",\r\n Code: \"E8FA\",\r\n Path: \"M1536 512h-13q-23 112 -81 206t-141.5 162t-187 106t-217.5 38q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q112 -43 206.5 -118.5t161.5 -175.5v-296zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"Accept\",\r\n Code: \"E8FB\",\r\n Path: \"M640 293l-621 622l90 90l531 -530l1299 1298l90 -90l-1389 -1390v0z\"\r\n },\r\n {\r\n Name: \"BulletedList\",\r\n Code: \"E8FD\",\r\n Path: \"M0 768v128h128v-128h-128zM0 1152v128h128v-128h-128zM384 1152v128h1664v-128h-1664zM0 1536v128h128v-128h-128zM384 1664h1664v-128h-1664v128zM384 768v128h1664v-128h-1664zM0 384v128h128v-128h-128zM384 384v128h1664v-128h-1664z\"\r\n },\r\n {\r\n Name: \"Preview\",\r\n Code: \"E8FF\",\r\n Path: \"M1115 2048l549 -549v-91h-640v640h91zM1152 1536h293l-293 293v-293zM1536 1152v128h128v-128h-128zM1536 896v128h128v-128h-128zM1536 640v128h128v-128h-128zM1536 384v128h128v-128h-128zM1536 128v128h128v-128h-128zM1280 128v128h128v-128h-128zM1024 128v128h128v-128h-128zM768 128v128h128v-128h-128zM512 128v128h128v-128h-128zM256 128v128h128v-128h-128zM256 1152v128h128v-128h-128zM256 1408v128h128v-128h-128zM256 1664v128h128v-128h-128zM256 1920v128h128v-128h-128zM512 1920v128h128v-128h-128zM768 1920v128h128v-128h-128zM256 896v128h128v-128h-128zM256 640v128h128v-128h-128zM256 384v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"News\",\r\n Code: \"E900\",\r\n Path: \"M2048 1536v-896q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5h-1543q-51 0 -96.5 20t-79 53.5t-53.5 79t-20 96.5v1159h1792v-256h256zM1920 1408h-128v-704q0 -26 -19 -45t-45 -19t-45 19t-19 45v960h-1536v-1031q0 -25 9.5 -47t26 -38.5t38.5 -26t47 -9.5h1543q27 0 50 10t40.5 27.5t27.5 40.5t10 50v768zM1536 1408h-1280v128h1280v-128zM1536 640h-512v128h512v-128zM1536 896h-512v128h512v-128zM1536 1152h-512v128h512v-128zM896 640h-640v643h640v-643zM384 768h384v387h-384v-387z\"\r\n },\r\n {\r\n Name: \"Chat\",\r\n Code: \"E901\",\r\n Path: \"M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243z\"\r\n },\r\n {\r\n Name: \"Group\",\r\n Code: \"E902\",\r\n Path: \"M1850 1360q45 -25 82 -61.5t62.5 -80t39.5 -93t14 -101.5h-128q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -91 -41.5 -173t-114.5 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-73 54 -114.5 136t-41.5 173q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99h-128q0 52 14 101.5t39.5 93t62.5 80t82 61.5q-33 35 -51.5 81t-18.5 95q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q54 80 138.5 126t181.5 46t181.5 -46t138.5 -126q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -49 -18.5 -95t-51.5 -81zM256 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5zM1536 1536q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z\"\r\n },\r\n {\r\n Name: \"World\",\r\n Code: \"E909\",\r\n Path: \"M496 1165q13 0 29 -4.5t32.5 -10.5t32 -13t28.5 -12q-8 -1 -16.5 -2t-16.5 -1q-17 0 -31 5.5t-26.5 12.5t-24 12.5t-21.5 5.5t-18 -4t-16 -9q0 4 -7 4q7 7 26 11.5t29 4.5zM631 1120q41 0 75 -14q-14 -5 -28 -8.5t-29 -3.5q-20 0 -36 4q5 8 10 10.5t8 11.5zM1024 2048q141 0 271.5 -37t244 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244t37 -271.5t-37 -271.5t-103.5 -244t-160.5 -207.5t-207.5 -160.5t-244 -103.5t-271.5 -37t-271.5 37t-244 103.5t-207.5 160.5t-160.5 207.5t-103.5 244t-37 271.5t37 271.5t103.5 244t160.5 207.5t207.5 160.5t244 103.5t271.5 37zM1786 1493q-14 22 -28 42.5t-29 40.5q-2 -9 -5.5 -13t-3.5 -18q0 -9 7.5 -17.5t18 -15.5t21.5 -12t19 -7zM1717 1591q0 -8 -3 -11h6q4 0 6 -1zM1024 128q114 0 223 29t206.5 82.5t180 130t144.5 171.5q-13 30 -25 61t-12 64q0 36 3.5 58.5t6.5 38.5t4.5 29.5t-3.5 30.5t-17.5 41t-36.5 62q1 7 3.5 19t3.5 25t0.5 24.5t-4.5 18.5q-26 3 -54.5 11t-49.5 24l6 5q-13 -3 -26 -8.5t-25.5 -10.5t-25.5 -8.5t-27 -3.5l-16 2l3 7q-14 -4 -30.5 -10t-30.5 -6q-10 0 -29 7t-38.5 17t-34 22t-14.5 23l2 3q-5 6 -13 11t-15.5 10t-12.5 11t-5 14l11 9l-23 3l-8 30q2 -5 9.5 -4t10.5 4l-36 19l25 64q-14 52 -6.5 80t26.5 46.5t44.5 36t48.5 48.5l-3 12l66 80l15 2q28 0 63 2.5t71 7t71 10t64 12.5q-32 38 -67.5 72t-74.5 65q-11 -4 -27.5 -11.5t-31.5 -18t-25.5 -23.5t-10.5 -27l6 -19q-18 -29 -40 -36.5t-45.5 -8t-48 0.5t-47.5 -9l-16 34l15 58l-17 25l173 54q-11 28 -36.5 42t-54.5 14v10l56 9q-93 46 -193.5 70t-204.5 24q-87 0 -172 -17t-164.5 -49.5t-152.5 -79.5t-135 -108q26 0 40.5 -13.5t26 -29t24.5 -29t35 -13.5l16 12l-2 22l33 47l-26 74q5 3 15.5 10t16.5 7q30 0 46.5 -3t27.5 -11.5t21 -23t28 -37.5l36 28q10 -4 32.5 -13.5t44.5 -22t39 -26.5t17 -26q0 -15 -11.5 -24t-28.5 -15t-37.5 -9.5t-37.5 -7.5t-29 -10.5t-12 -16.5l58 -19q-20 -17 -43.5 -31.5t-47.5 -25.5l4 -17l-92 -36v-28l-7 -3l5 35l-4 1q-7 0 -8.5 -3t-0.5 -7t2.5 -8t0.5 -6l-13 7l2 -4q0 -3 3.5 -9t8 -11.5t8 -10l3.5 -4.5q0 -3 -4.5 -6t-9.5 -4.5t-8 -2.5t0 -1q14 0 5.5 -2t-24.5 -10t-31.5 -23.5t-15.5 -43.5q0 -17 1.5 -33t-1.5 -33q-14 38 -42 58t-68 20l-43 -4l21 -14q-17 2 -35.5 4t-36.5 0.5t-34.5 -8t-29.5 -20.5l-6 -45q0 -32 14.5 -52.5t48.5 -20.5q30 0 59 9.5t57 20.5q-9 -22 -20 -42.5t-16 -43.5l13 -6q24 16 44 5t39 -32t39 -43.5t43 -31.5l-34 -18l-80 45q1 -2 2.5 -9t-1.5 -3l-36 61q-32 1 -68.5 10.5t-72.5 24t-69.5 33t-58.5 37.5l-7 -107q0 -122 33 -238t93.5 -218t146.5 -186.5t193 -142.5q-5 21 -1 42t10.5 42t13 42.5t6.5 42.5q0 32 -10 67.5t-24.5 71t-30.5 70.5t-27.5 66.5t-15.5 58t6 46.5l-15 7q6 14 16.5 27t20.5 26.5t17 27.5t7 30q0 10 -4.5 21.5t-6.5 20.5l21 -5q17 39 46.5 53.5t72.5 14.5q5 0 21 -4.5t34 -10.5l34.5 -11.5t23.5 -7.5q0 -7 8.5 -9.5t8.5 -6.5l-2 -8q3 -1 14.5 -7.5t24 -14.5t23 -16t13.5 -11q18 0 49.5 -12t67.5 -30.5t73.5 -43t67.5 -50t49.5 -50t19.5 -43.5l-34 -36q4 -51 -7.5 -78.5t-34 -44.5t-53 -30t-64.5 -34q0 -20 -10 -43.5t-25.5 -44t-36 -34.5t-41.5 -14l-42 32q2 -2 -0.5 -7.5t-4.5 -1.5q10 -19 5 -44t-17 -51t-27 -49.5t-27 -38.5q54 -14 108 -21t109 -7z\"\r\n },\r\n {\r\n Name: \"Comment\",\r\n Code: \"E90A\",\r\n Path: \"M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048zM1920 1792h-1792v-1152h256v-293l293 293h1243v1152zM1280 1152h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128zM768 1152h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128z\"\r\n },\r\n {\r\n Name: \"DockLeft\",\r\n Code: \"E90C\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM128 1536v-896h384v896h-384zM1920 640v896h-1280v-896h1280z\"\r\n },\r\n {\r\n Name: \"DockRight\",\r\n Code: \"E90D\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM128 1536v-896h1280v896h-1280zM1920 640v896h-384v-896h384z\"\r\n },\r\n {\r\n Name: \"Repair\",\r\n Code: \"E90F\",\r\n Path: \"M1930 1828q26 -45 47.5 -86t37.5 -83t24.5 -87.5t8.5 -99.5q0 -79 -20.5 -152.5t-58 -137.5t-90.5 -117t-117 -90.5t-137.5 -58t-152.5 -20.5q-23 0 -46.5 2t-46.5 6l-806 -806q-48 -48 -109.5 -73t-128.5 -25q-69 0 -130 26.5t-106.5 72t-72 106.5t-26.5 130q0 67 25 128.5t73 109.5l806 806q-4 23 -6 46.5t-2 46.5q0 79 20.5 152.5t58 137.5t90.5 117t117 90.5t137.5 58t152.5 20.5q54 0 99.5 -8.5t87.5 -24.5t83 -37.5t86 -47.5l-394 -394l102 -102zM1472 1024q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 73 -24 141l-360 -359l-282 282l359 360q-68 24 -141 24q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -35 6 -68t14 -66l-855 -856q-29 -29 -45 -67t-16 -80t16.5 -80t44.5 -66t66 -44.5t80 -16.5t80 16t67 45l856 855q33 -8 66 -14t68 -6z\"\r\n },\r\n {\r\n Name: \"Accounts\",\r\n Code: \"E910\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -55 -10.5 -114.5t-31.5 -116.5t-53 -108t-74.5 -89.5t-96.5 -61t-118 -22.5q-54 0 -105.5 14.5t-95.5 41.5t-80.5 66t-60.5 88q-30 -47 -69 -85.5t-85 -66.5t-98.5 -43t-109.5 -15q-102 0 -185 44.5t-141.5 116.5t-90 164t-31.5 187t31.5 187t90 164t141.5 116.5t185 44.5q95 0 176.5 -41t143.5 -112v153h128v-512v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q44 0 80.5 18.5t65 49t49.5 70t34.5 82.5t20 85.5t6.5 78.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32q178 0 343 68l49 -118q-94 -39 -192.5 -58.5t-199.5 -19.5q-141 0 -272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM960 640q75 0 134.5 34.5t100.5 89.5t63 123.5t22 136.5t-22 136.5t-63 123.5t-100.5 89.5t-134.5 34.5t-134.5 -34.5t-100.5 -89.5t-63 -123.5t-22 -136.5t22 -136.5t63 -123.5t100.5 -89.5t134.5 -34.5z\"\r\n },\r\n {\r\n Name: \"Street\",\r\n Code: \"E913\",\r\n Path: \"M861 1027l-90 90l637 638l637 -638l-90 -90l-35 34v-549h-384v384h-256v-384h-384v549zM1024 640h128v384h512v-384h128v549l-384 384l-384 -384v-549zM2048 384v-128h-2048v128h2048zM256 902q-56 11 -102.5 40.5t-81 71.5t-53.5 93.5t-19 108.5q0 73 14 132t37 114.5t53.5 111t63.5 121.5q10 20 26.5 38t36.5 31t43 20.5t46 7.5q48 0 81 -22.5t57.5 -56.5t42.5 -74t36 -74l15 -30q21 -42 37.5 -77t28 -70.5t17 -76.5t5.5 -95q0 -57 -19 -108.5t-53.5 -93.5t-81.5 -71.5t-102 -40.5v-390h-128v390zM320 1664q-9 0 -23.5 -18t-32 -46t-35 -62t-33 -65t-27 -56t-15.5 -35q-15 -38 -20.5 -82t-5.5 -84t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-5.5 84t-20.5 82q-4 10 -15.5 35t-27 56t-33.5 65t-35 62t-31.5 46t-23.5 18z\"\r\n },\r\n {\r\n Name: \"RadioBullet\",\r\n Code: \"E915\",\r\n Path: \"M1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30z\"\r\n },\r\n {\r\n Name: \"Stopwatch\",\r\n Code: \"E916\",\r\n Path: \"M1408 896v-128h-512v640h128v-512h384zM1639 1548q135 -136 208 -297.5t73 -354.5q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 111 26.5 216t75 198t117.5 172.5t154 141t185 102.5t210 57v137h-256v128h640v-128h-256v-128q139 0 270.5 -41t244.5 -122l208 208l90 -90zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5z\"\r\n },\r\n {\r\n Name: \"Clock\",\r\n Code: \"E917\",\r\n Path: \"M1024 0q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32zM1024 1664q-159 0 -298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5t298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5zM1024 896v512h-128v-640h512v128h-384z\"\r\n },\r\n {\r\n Name: \"WorldClock\",\r\n Code: \"E918\",\r\n Path: \"M896 1280h-384v512h128v-384h256v-128zM2048 640q0 -87 -22.5 -168t-64 -152.5t-99.5 -130t-128.5 -101t-151.5 -65.5t-168 -23q-134 0 -251.5 49.5t-205 136t-138.5 203.5t-51 251q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5t248.5 -50.5t203.5 -137.5t137.5 -203.5t50.5 -248.5zM1408 128q21 0 37.5 15.5t28.5 39.5t21 53.5t15 58t9 52.5t5 37h-230q1 -13 5 -37t10 -52t15 -58t21 -54t27.5 -39.5t35.5 -15.5zM1533 512q3 64 3 128q0 63 -3 128h-250q-3 -65 -3 -128q0 -64 3 -128h250zM896 640q0 -32 4 -64t12 -64h243q-6 128 0 256h-243q-8 -32 -12 -64t-4 -64zM1408 1152q-19 0 -34 -15.5t-27 -40t-21 -54t-15.5 -58t-10.5 -52.5t-5 -36h225q-1 11 -5.5 34.5t-11 52t-15.5 58.5t-21 54.5t-27 40.5t-32 16zM1661 768q3 -64 3 -128t-2 -128h242q8 32 12 64t4 64t-4 64t-12 64h-243zM1851 896q-43 75 -108 131.5t-145 88.5q20 -53 32.5 -108t19.5 -112h201zM1214 1114q-78 -32 -142.5 -88.5t-106.5 -129.5h200q7 56 18 110.5t31 107.5zM965 384q42 -73 105.5 -129t141.5 -88q-20 52 -30.5 107t-16.5 110h-200zM1608 169q77 32 139 87.5t104 127.5h-198q-5 -55 -15.5 -109t-29.5 -106zM640 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5v-128q-88 0 -170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 132 50.5 248.5t137.5 203.5t203.5 137.5t248.5 50.5z\"\r\n },\r\n {\r\n Name: \"AlarmClock\",\r\n Code: \"E919\",\r\n Path: \"M1408 896v-128h-512v640h128v-512h384zM1648 1920q83 0 156 -31.5t127 -85.5t85.5 -127t31.5 -156q0 -50 -12 -97.5t-35 -90.5t-56 -80t-74 -64q25 -71 37 -144t12 -148q0 -162 -56.5 -313.5t-162.5 -273.5l200 -200l-90 -90l-200 200q-122 -106 -273.5 -162.5t-313.5 -56.5t-313.5 56.5t-273.5 162.5l-200 -200l-90 90l200 200q-106 122 -162.5 273.5t-56.5 313.5q0 75 12 148t37 144q-41 27 -74 64t-56 80t-35 90.5t-12 97.5q0 83 31.5 156t85.5 127t127 85.5t156 31.5q49 0 97 -12t91 -35t80 -56t64 -74q71 25 144 37t148 12t148 -12t144 -37q27 41 64 74t80 56t90.5 35t97.5 12zM400 1792q-56 0 -105.5 -21.5t-86.5 -58.5t-58.5 -86.5t-21.5 -105.5q0 -62 26.5 -117.5t74.5 -93.5q64 124 161 221t221 161q-38 48 -93.5 74.5t-117.5 26.5zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5zM1819 1309q48 38 74.5 93.5t26.5 117.5q0 56 -21.5 105.5t-58.5 86.5t-86.5 58.5t-105.5 21.5q-62 0 -117.5 -26.5t-93.5 -74.5q124 -64 221 -161t161 -221z\"\r\n },\r\n {\r\n Name: \"Photo\",\r\n Code: \"E91B\",\r\n Path: \"M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM1792 1536v-1024h-1536v1024h1536zM1664 640v768h-1280v-768h1280z\"\r\n },\r\n {\r\n Name: \"ActionCenter\",\r\n Code: \"E91C\",\r\n Path: \"M0 2048h2048v-1664h-640l-384 -384l-384 384h-640v1664zM1920 512v1408h-1792v-1408h565l331 -331l331 331h565z\"\r\n },\r\n {\r\n Name: \"Hospital\",\r\n Code: \"E91D\",\r\n Path: \"M896 1280v-256h-256v-256h256v-256h256v256h256v256h-256v256h-256zM1280 1152h256v-512h-256v-256h-512v256h-256v512h256v256h512v-256zM1856 1664q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h320q0 37 -1 82t9.5 83.5t37 64.5t82.5 26h768q37 0 61 -12t38 -32t20.5 -46.5t8.5 -55t1 -57t-1 -53.5h320zM640 1664h768v128h-768v-128zM1920 1472q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-1152q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45v1152z\"\r\n },\r\n {\r\n Name: \"Timer\",\r\n Code: \"E91E\",\r\n Path: \"M1639 1548q135 -136 208 -297.5t73 -354.5q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 111 26.5 216t75 198t117.5 172.5t154 141t185 102.5t210 57v137h-256v128h640v-128h-256v-128q139 0 270.5 -41t244.5 -122l208 208l90 -90zM1024 128q159 0 298.5 60.5t244 165t165 244t60.5 298.5t-60.5 298.5t-165 244t-244 165t-298.5 60.5t-298.5 -60.5t-244 -165t-165 -244t-60.5 -298.5t60.5 -298.5t165 -244t244 -165t298.5 -60.5zM1664 1024v-128q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 136.5t-137 203t-50 249.5q0 88 23 170t64.5 153t100 129.5t129.5 100.5t152.5 65t170.5 23h128v-512h512zM1024 384q106 0 199.5 40t163 109.5t109.5 163t40 199.5h-512v512q-107 0 -200 -40.5t-162.5 -110t-109.5 -163.5t-40 -200t40.5 -199t110 -162t162.5 -109t199 -40z\"\r\n },\r\n {\r\n Name: \"FullCircleMask\",\r\n Code: \"E91F\",\r\n Path: \"M2048 1024q0 -141 -36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272z\"\r\n },\r\n {\r\n Name: \"LocationFill\",\r\n Code: \"E920\",\r\n Path: \"M1024 1856q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5z\"\r\n },\r\n {\r\n Name: \"ChromeMinimize\",\r\n Code: \"E921\",\r\n Path: \"M2048 1229v-205h-2048v205h2048z\"\r\n },\r\n {\r\n Name: \"ChromeRestore\",\r\n Code: \"E923\",\r\n Path: \"M2048 410h-410v-410h-1638v1638h410v410h1638v-1638zM1434 1434h-1229v-1229h1229v1229zM1843 1843h-1229v-205h1024v-1024h205v1229z\"\r\n },\r\n {\r\n Name: \"Annotation\",\r\n Code: \"E924\",\r\n Path: \"M1115 1024h677l-128 -128h-677l-314 -313q45 -36 70 -88.5t25 -110.5q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5l35 -2l258 258h-327q-35 -59 -94 -93.5t-128 -34.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99h421l512 512h182zM256 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM512 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 1792h128v-128h-128v128zM2048 2048v-128h-128v128h128zM1664 2048h128v-128h-128v128zM1536 1920h-128v128h128v-128zM1280 1920h-128v128h128v-128zM1024 1920h-128v128h128v-128zM768 1920h-128v128h128v-128zM512 1920h-128v128h128v-128zM512 1664h-128v128h128v-128zM512 1408h-128v128h128v-128zM1920 1536h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1024h128v-128h-128v128zM1920 768h128v-128h-128v128zM1920 512h128v-128h-128v128zM1664 512h128v-128h-128v128zM1408 512h128v-128h-128v128zM1152 512h128v-128h-128v128zM896 512h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"Fingerprint\",\r\n Code: \"E928\",\r\n Path: \"M1024 832q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-26 0 -45 19t-19 45t19 45t45 19q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 26 19 45t45 19t45 -19t19 -45zM960 1792q-131 0 -248 -31.5t-234 -88.5q-16 -8 -30 -8q-26 0 -45 19t-19 45q0 37 34 56q58 34 125 59.5t137.5 42.5t142 25.5t137.5 8.5q67 0 138 -8.5t141.5 -25.5t137 -42.5t125.5 -59.5q34 -19 34 -55q0 -27 -18.5 -46t-45.5 -19q-10 0 -16 1.5t-14 6.5q-115 59 -233.5 89.5t-248.5 30.5zM960 1664q112 0 219 -29t203 -86q43 -26 86.5 -59t82.5 -72t72.5 -82t57.5 -88q8 -16 8 -31q0 -27 -19 -46t-45 -19q-19 0 -32 8.5t-23 23.5q-20 31 -40 60t-45 56q-50 56 -110 100t-127.5 74t-140 46t-147.5 16q-121 0 -234 -40.5t-207 -115.5q-23 -18 -43 -38.5t-41 -40.5q-11 -11 -21.5 -16t-25.5 -5q-27 0 -45.5 19t-18.5 45q0 13 4 23t12 20q24 31 57 60t69.5 55t74.5 48t74 39q81 38 168 56.5t177 18.5zM960 1408q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -94 -15.5 -186.5t-47.5 -180.5q-13 -36 -32.5 -79t-42.5 -85.5t-49 -81.5t-51 -67q-11 -11 -22.5 -17.5t-27.5 -6.5q-26 0 -45 18.5t-19 45.5q0 21 14 40q19 26 37 51t35 53q69 113 103.5 238.5t34.5 257.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM960 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -103 -25.5 -203t-73.5 -190t-117 -167t-156 -133q-8 -5 -16 -8t-19 -3q-27 0 -45.5 19t-18.5 45q0 18 7 30t21 23q27 22 53.5 41.5t51.5 44.5q101 100 155.5 229.5t54.5 271.5q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-26 0 -45 19t-19 45t19 45t45 19q40 0 75 15t61 41t41 61t15 75q0 66 25 124t68.5 101.5t102 69t124.5 25.5z\"\r\n },\r\n {\r\n Name: \"Handwriting\",\r\n Code: \"E929\",\r\n Path: \"M1562 1664q26 0 62.5 3t76 3.5t79 -3.5t70.5 -18.5t50.5 -41.5t19.5 -71v-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1664q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v896q0 27 10 50t27.5 40.5t40.5 27.5t50 10h870l325 325q28 28 64.5 43.5t76.5 15.5q41 0 77 -16t63 -43t43 -63.5t16 -77.5q0 -33 -7.5 -57.5t-21 -45.5t-32 -40.5t-40.5 -40.5zM1464 1920q-29 0 -50 -21l-820 -820l-34 -135l135 34l681 680q-2 2 0.5 5t4.5 1q12 12 38 34t52 47.5t45.5 52.5t19.5 50q0 30 -21.5 51t-50.5 21zM1792 1536h-358l-673 -674l-377 -94l94 377l392 391h-742v-896h1664v896z\"\r\n },\r\n {\r\n Name: \"ChromeFullScreen\",\r\n Code: \"E92D\",\r\n Path: \"M2048 2048v-819h-205v469l-1493 -1493h469v-205h-819v819h205v-469l1493 1493h-469v205h819z\"\r\n },\r\n {\r\n Name: \"Completed\",\r\n Code: \"E930\",\r\n Path: \"M1491 1453l90 -90l-749 -749l-365 365l90 90l275 -275zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z\"\r\n },\r\n {\r\n Name: \"Label\",\r\n Code: \"E932\",\r\n Path: \"M1720 1920q41 0 77 -16t63 -43t43 -63.5t16 -77.5q0 -37 -10.5 -65.5t-28.5 -52.5t-41 -46t-47 -46v-1254h-1536v1536h1254q24 24 46.5 47t46.5 41t52 29t65 11zM1720 1792q-29 0 -50 -21l-948 -948l-34 -135l135 34l948 948q21 21 21 50q0 30 -21.5 51t-50.5 21zM1664 1382l-775 -776l-377 -94l94 377l776 775h-998v-1280h1280v998z\"\r\n },\r\n {\r\n Name: \"FlickDown\",\r\n Code: \"E935\",\r\n Path: \"M1024 1024l1024 -1024h-2048l1024 1024v0z\"\r\n },\r\n {\r\n Name: \"FlickUp\",\r\n Code: \"E936\",\r\n Path: \"M1024 1024l-1024 1024h2048l-1024 -1024v0z\"\r\n },\r\n {\r\n Name: \"FlickLeft\",\r\n Code: \"E937\",\r\n Path: \"M1024 1024l-1024 -1024v2048l1024 -1024v0z\"\r\n },\r\n {\r\n Name: \"FlickRight\",\r\n Code: \"E938\",\r\n Path: \"M1024 1024l1024 1024v-2048l-1024 1024v0z\"\r\n },\r\n {\r\n Name: \"MiniExpand\",\r\n Code: \"E93A\",\r\n Path: \"M1243 1024l-91 91l549 549h-421v128h640v-640h-128v421zM1792 896h128v-640h-1792v1536h896v-128h-768v-768h768v-512h768v512zM256 768v-384h640v384h-640z\"\r\n },\r\n {\r\n Name: \"MiniContract\",\r\n Code: \"E93B\",\r\n Path: \"M1792 768h128v-512h-1792v1536h768v-128h-640v-768h768v-512h768v384zM256 768v-384h640v384h-640zM1792 1024h-640v640h128v-421l549 549l91 -91l-549 -549h421v-128z\"\r\n },\r\n {\r\n Name: \"Streaming\",\r\n Code: \"E93E\",\r\n Path: \"M1024 1269q51 0 95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5t-19.5 -95.5t-52.5 -77.5t-77.5 -52.5t-95.5 -19.5t-95.5 19.5t-77.5 52.5t-52.5 77.5t-19.5 95.5t19.5 95.5t52.5 77.5t77.5 52.5t95.5 19.5zM1024 885q29 0 54.5 11t44 29.5t29.5 44t11 54.5t-11 54.5t-29.5 44t-44 29.5t-54.5 11t-54.5 -11t-44 -29.5t-29.5 -44t-11 -54.5t11 -54.5t29.5 -44t44 -29.5t54.5 -11zM1740 1740q72 -71 127 -154t93 -174t57.5 -189t19.5 -199t-19.5 -199t-57.5 -189t-93 -174t-127 -154l-75 75q64 64 113.5 138t83 156t51 169.5t17.5 177.5t-17.5 177.5t-51 169.5t-83 156t-113.5 138zM383 1665q-64 -64 -113.5 -138t-83.5 -156t-51.5 -169.5t-17.5 -177.5t17.5 -177.5t51.5 -169.5t83.5 -156t113.5 -138l-75 -75q-72 71 -127 154t-93 174t-57.5 189t-19.5 199t19.5 199t57.5 189t93 174t127 154zM1469 1469q89 -90 136.5 -204.5t47.5 -240.5t-47.5 -240.5t-136.5 -204.5l-75 75q74 74 113.5 169.5t39.5 200.5t-39.5 200.5t-113.5 169.5zM654 1394q-74 -74 -113.5 -169.5t-39.5 -200.5t39.5 -200.5t113.5 -169.5l-75 -75q-89 90 -136.5 204.5t-47.5 240.5t47.5 240.5t136.5 204.5z\"\r\n },\r\n {\r\n Name: \"PlaylistMusic\",\r\n Code: \"E93F\",\r\n Path: \"M0 640v128h2048v-128h-2048zM0 256v128h2048v-128h-2048zM0 1664l538 -384l-538 -384v768zM106 1459v-358l250 179zM448 1536h1600v-128h-1408zM448 1024l192 128h1408v-128h-1600z\"\r\n },\r\n {\r\n Name: \"MusicInCollection\",\r\n Code: \"E940\",\r\n Path: \"M1792 640q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v977l-896 -224v-1214q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v1109l1152 288v-1346zM448 256q27 0 60 8t62.5 23.5t49.5 39.5t20 57t-20 57t-49.5 39.5t-62.5 23.5t-60 8t-60 -8t-62.5 -23.5t-49.5 -39.5t-20 -57t20 -57t49.5 -39.5t62.5 -23.5t60 -8zM1472 512q27 0 60 8t62.5 23.5t49.5 39.5t20 57t-20 57t-49.5 39.5t-62.5 23.5t-60 8t-60 -8t-62.5 -23.5t-49.5 -39.5t-20 -57t20 -57t49.5 -39.5t62.5 -23.5t60 -8z\"\r\n },\r\n {\r\n Name: \"OneDriveLogo\",\r\n Code: \"E941\",\r\n Path: \"M1660 1215q82 -5 152.5 -40t123 -91t82.5 -129t30 -155q0 -86 -33 -161.5t-89.5 -132t-132 -89.5t-161.5 -33h-1120q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199q0 84 26.5 161t73.5 141.5t113 113t146 73.5q37 11 72.5 16t73.5 7h1q44 67 103 120.5t128 91t145.5 57t157.5 19.5q109 0 209.5 -35.5t183 -99t141.5 -152t86 -194.5zM1040 1568q-113 0 -215 -46.5t-174 -133.5q38 -10 72.5 -25.5t67.5 -35.5l408 -244l233 98q23 10 46.5 17.5t49.5 12.5q-25 80 -73 145.5t-112.5 112.5t-141.5 73t-161 26zM206 665l846 357l-327 196q-50 30 -105 46t-113 16q-78 0 -147 -31t-120.5 -83.5t-81.5 -122.5t-30 -147q0 -60 20 -121.5t58 -109.5zM1632 512q48 0 92 15t82 44l-617 369l-879 -370q45 -28 96.5 -43t105.5 -15h1120zM1889 670q31 62 31 130q0 66 -25 120t-67.5 91.5t-99.5 58t-120 20.5q-36 0 -71.5 -8.5t-69.5 -21.5t-67 -28.5t-65 -29.5z\"\r\n },\r\n {\r\n Name: \"CompassNW\",\r\n Code: \"E942\",\r\n Path: \"M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM1024 258q102 8 196 39.5t176.5 82.5t151.5 120t120 151.5t82.5 176.5t39.5 196h-126v128h126q-8 102 -39.5 196t-82.5 176.5t-120 151.5t-151.5 120t-176.5 82.5t-196 39.5v-126h-128v126q-102 -8 -196 -39.5t-176.5 -82.5t-151.5 -120t-120 -151.5t-82.5 -176.5t-39.5 -196h126v-128h-126q8 -102 39.5 -196t82.5 -176.5t120 -151.5t151.5 -120t176.5 -82.5t196 -39.5v126h128v-126zM1109 1237l299 -597l-597 299l-299 597zM1172 876l-141 283l-283 141l141 -283z\"\r\n },\r\n {\r\n Name: \"Code\",\r\n Code: \"E943\",\r\n Path: \"M128 1152q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 71 -3 142t4.5 138.5t32 130.5t78.5 117t125 83t147 29v-128q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -56 2 -110.5t0.5 -107t-9.5 -102t-27 -94.5t-52 -86t-85 -76q52 -35 85 -76t52 -86t27 -94.5t9.5 -102t-0.5 -107t-2 -110.5q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5v-128q-76 0 -147 29t-125 83t-78.5 117t-32 130.5t-4.5 138.5t3 142q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5v128zM1280 2048q76 0 147 -29t125 -83t78.5 -117t32 -130.5t4.5 -138.5t-3 -142q0 -53 20.5 -99.5t55 -81t81 -55t99.5 -20.5v-128q-53 0 -99.5 -20.5t-81 -55t-55 -81.5t-20.5 -99q0 -71 3 -142t-4.5 -138.5t-32 -130.5t-78.5 -117t-125 -83t-147 -29v128q52 0 99 20.5t81.5 55t55 81t20.5 99.5q0 56 -2 110.5t-0.5 107t9.5 102t27 94.5t52 86t85 76q-52 35 -85 76t-52 86t-27 94.5t-9.5 102t0.5 107t2 110.5q0 52 -20.5 99t-55 81.5t-81.5 55t-99 20.5v128z\"\r\n },\r\n {\r\n Name: \"LightningBolt\",\r\n Code: \"E945\",\r\n Path: \"M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719zM549 128l1024 1024h-557l384 768h-433l-512 -1024h449l-384 -768h29z\"\r\n },\r\n {\r\n Name: \"Info\",\r\n Code: \"E946\",\r\n Path: \"M960 128q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34t255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34zM960 1920q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5t30 -220.5t84 -199t130 -168.5t168.5 -130t198.5 -84t221 -30q114 0 220.5 30t199 84t168.5 130t130 168.5t84 198.5t30 221q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30zM896 1280h128v-640h-128v640zM896 1536h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"CalculatorMultiply\",\r\n Code: \"E947\",\r\n Path: \"M1805 1843l-755 -755l755 -755l-90 -90l-755 755l-755 -755l-90 90l755 755l-755 755l90 90l755 -755l755 755l90 -90v0z\"\r\n },\r\n {\r\n Name: \"CalculatorAddition\",\r\n Code: \"E948\",\r\n Path: \"M1920 1152v-128h-896v-896h-128v896h-896v128h896v896h128v-896h896v0z\"\r\n },\r\n {\r\n Name: \"CalculatorSubtract\",\r\n Code: \"E949\",\r\n Path: \"M0 1152h1920v-128h-1920v128v0z\"\r\n },\r\n {\r\n Name: \"CalculatorPercentage\",\r\n Code: \"E94C\",\r\n Path: \"M768 1664q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM384 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1536 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1536 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1512 2048l-960 -1920h-144l960 1920h144z\"\r\n },\r\n {\r\n Name: \"CalculatorEqualTo\",\r\n Code: \"E94E\",\r\n Path: \"M0 640v128h1920v-128h-1920zM0 1536h1920v-128h-1920v128z\"\r\n },\r\n {\r\n Name: \"PrintfaxPrinterFile\",\r\n Code: \"E956\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 768v-128h128v384h-128v-128h-640v128h-128v-384h128v128h640zM768 640v-128h384v128h-384zM1152 1024v384h-384v-384h384zM1280 1536h293l-293 293v-293zM1664 128v1280h-384v-256h256v-640h-256v-128h-640v128h-256v640h256v384h512v384h-896v-1792h1408z\"\r\n },\r\n {\r\n Name: \"StorageOptical\",\r\n Code: \"E958\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"Communications\",\r\n Code: \"E95A\",\r\n Path: \"M1024 1152q52 0 99 -20.5t81.5 -55t55 -81.5t20.5 -99q0 -53 -20.5 -99.5t-55 -81t-81.5 -55t-99 -20.5q-53 0 -99.5 20.5t-81 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81 55t99.5 20.5zM1024 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 1920q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5q0 -102 -20 -200.5t-58 -191t-94 -176.5t-128 -156l-90 90q63 63 111.5 136.5t82 154.5t51 167.5t17.5 175.5q0 124 -32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5q0 -89 17.5 -175.5t51 -167.5t82 -154.5t111.5 -136.5l-90 -90q-72 72 -128 156t-94 176.5t-58 191t-20 200.5q0 141 36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1024 1536q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -128 -48.5 -245t-138.5 -208l-91 91q72 72 111 166t39 196q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -102 39 -196t111 -166l-91 -91q-90 91 -138.5 208t-48.5 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50z\"\r\n },\r\n {\r\n Name: \"Headset\",\r\n Code: \"E95B\",\r\n Path: \"M1024 2048q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204v-448q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-192v640h192q17 0 33 -3.5t31 -8.5q0 135 -49 253.5t-134.5 207t-203 140t-253.5 51.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170v-12q15 5 31 8.5t33 3.5h192v-640h-128v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5v140q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5v448q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5zM896 128h256v128h-256v-128zM448 1152q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h64v384h-64zM1664 1088q0 26 -19 45t-45 19h-64v-384h64q26 0 45 19t19 45v256z\"\r\n },\r\n {\r\n Name: \"FlashAuto\",\r\n Code: \"E95C\",\r\n Path: \"M1223 1280h660l-1280 -1280h-290l384 768h-449l640 1280h719zM549 128l1024 1024h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1466 640h200l128 -640h-130l-26 128h-285l-64 -128h-143zM1417 256h196l-56 280z\"\r\n },\r\n {\r\n Name: \"Health\",\r\n Code: \"E95E\",\r\n Path: \"M347 1024h-39l716 -716l588 588h181l-769 -769l-865 864q-35 35 -62 75.5t-47 85.5h243l283 282l448 -447l320 319l155 -154h355q32 51 49 108t17 117q0 87 -32.5 162t-89 130.5t-132 87t-162.5 31.5q-84 0 -149 -26.5t-120 -69.5t-105.5 -97.5t-105.5 -110.5q-54 54 -105 109t-106.5 99t-121 72t-147.5 28q-86 0 -161.5 -32.5t-132 -89t-89 -132t-32.5 -161.5q0 -47 11 -97h-131q-5 24 -6.5 48t-1.5 48q0 113 42.5 212t116 173t172.5 116.5t212 42.5q83 0 148 -19t120.5 -52.5t106 -80.5t105.5 -103q55 56 105.5 103t106 80.5t120.5 52.5t148 19q112 0 211 -42.5t172.5 -115.5t116 -172t42.5 -211q0 -97 -34 -188.5t-97 -166.5h-470l-101 102l-320 -321l-448 449z\"\r\n },\r\n {\r\n Name: \"Webcam2\",\r\n Code: \"E960\",\r\n Path: \"M1920 1152q0 -148 -46.5 -285t-131 -250.5t-202.5 -197.5t-260 -126v-165h384v-128h-1280v128h384v165q-143 42 -260.5 126t-202 197.5t-131 250.5t-46.5 285q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5zM1024 1920q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h320q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5h320q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5zM1344 1152q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25t-124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124.5 25t102 68.5t68.5 102t25 124.5zM267 1024q15 -92 51.5 -175.5t89.5 -154.5t120.5 -128.5t146.5 -97.5t167 -62t182 -22q93 0 181.5 22t167.5 62t146.5 97.5t120.5 128.5t89 154.5t52 175.5h-328q-20 -71 -62 -130t-99 -101t-126 -65.5t-142 -23.5q-74 0 -142.5 23.5t-125.5 65.5t-99 101t-62 130h-328zM1152 128v137q-63 -9 -128 -9t-128 9v-137h256z\"\r\n },\r\n {\r\n Name: \"FrontCamera\",\r\n Code: \"E96B\",\r\n Path: \"M1258 850q91 -36 166 -96.5t128.5 -138t82.5 -169t29 -190.5h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128q0 99 29 190.5t82.5 169t128 138t166.5 96.5q-71 54 -110.5 133t-39.5 169q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -90 -39.5 -169t-110.5 -133zM768 1152q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2048 1792v-1280h-267q-11 33 -25 65t-31 63h195v1024h-1792v-1024h195q-17 -31 -31 -63t-25 -65h-267v1280h2048z\"\r\n },\r\n {\r\n Name: \"ChevronUpSmall\",\r\n Code: \"E96D\",\r\n Path: \"M1024 1607l1017 -1017l-242 -241l-775 775l-775 -775l-242 241l1017 1017v0z\"\r\n },\r\n {\r\n Name: \"ChevronDownSmall\",\r\n Code: \"E96E\",\r\n Path: \"M1799 1699l242 -241l-1017 -1017l-1017 1017l242 241l775 -775l775 775v0z\"\r\n },\r\n {\r\n Name: \"ChevronLeftSmall\",\r\n Code: \"E96F\",\r\n Path: \"M1699 1799l-775 -775l775 -775l-241 -242l-1017 1017l1017 1017l241 -242v0z\"\r\n },\r\n {\r\n Name: \"ChevronRightSmall\",\r\n Code: \"E970\",\r\n Path: \"M590 2041l1017 -1017l-1017 -1017l-241 242l775 775l-775 775l241 242v0z\"\r\n },\r\n {\r\n Name: \"ChevronUpMed\",\r\n Code: \"E971\",\r\n Path: \"M1902 537l-878 878l-878 -878l-121 121l999 999l999 -999l-121 -121v0z\"\r\n },\r\n {\r\n Name: \"ChevronDownMed\",\r\n Code: \"E972\",\r\n Path: \"M1024 391l-999 999l121 121l878 -878l878 878l121 -121l-999 -999v0z\"\r\n },\r\n {\r\n Name: \"ChevronLeftMed\",\r\n Code: \"E973\",\r\n Path: \"M1390 25l-999 999l999 999l121 -121l-878 -878l878 -878l-121 -121v0z\"\r\n },\r\n {\r\n Name: \"ChevronRightMed\",\r\n Code: \"E974\",\r\n Path: \"M658 25l-121 121l878 878l-878 878l121 121l999 -999l-999 -999v0z\"\r\n },\r\n {\r\n Name: \"Devices2\",\r\n Code: \"E975\",\r\n Path: \"M2048 385q0 -27 -10 -50.5t-27.5 -41t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v128h-646q-25 0 -47.5 9.5t-39 26t-26 39t-9.5 47.5q0 35 11.5 70t35.5 61l209 220v807h1408v-512h256q26 0 49 -10t40.5 -27t28 -40t10.5 -49v-769zM768 640v256h-420l-206 -217q-6 -7 -9.5 -18.5t-4.5 -20.5h640zM768 1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640v384h-1152v-640h384v128zM1920 384v768h-1024v-768h1024zM1280 640h256v-128h-256v128z\"\r\n },\r\n {\r\n Name: \"PC1\",\r\n Code: \"E977\",\r\n Path: \"M2048 512h-640v-128h256v-128h-640v128h256v128h-384v-256h-896v1664h896v-512h1152v-896zM1920 640v640h-1152v-640h1152zM768 384v128h-512v128h384v128h-384v128h384v512h128v384h-640v-1408h640zM640 1664v-128h-384v128h384z\"\r\n },\r\n {\r\n Name: \"PresenceChickletVideo\",\r\n Code: \"E979\",\r\n Path: \"M1536 1288l512 256v-1040l-512 256v-248h-1536v1024h1536v-248v0z\"\r\n },\r\n {\r\n Name: \"Reply\",\r\n Code: \"E97A\",\r\n Path: \"M1152 1408q128 0 245 -48t208 -139t139 -208t48 -245q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50v128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5h-677l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h677z\"\r\n },\r\n {\r\n Name: \"HalfAlpha\",\r\n Code: \"E97E\",\r\n Path: \"M1105 1920l640 -1920h-135l-171 512h-824l-170 -512h-135l640 1920h155zM658 640h739l-370 1108z\"\r\n },\r\n {\r\n Name: \"ConstructionCone\",\r\n Code: \"E98F\",\r\n Path: \"M1650 128h270v-128h-1792v128h270l448 1792h356zM626 512l-96 -384h988l-416 1664h-156l-192 -768h414l32 -128h-478l-64 -256h606l32 -128h-670z\"\r\n },\r\n {\r\n Name: \"DoubleChevronLeftMed\",\r\n Code: \"E991\",\r\n Path: \"M1170 1902l-879 -878l879 -878l-121 -121l-999 999l999 999zM2023 1902l-878 -878l878 -878l-121 -121l-999 999l999 999z\"\r\n },\r\n {\r\n Name: \"Volume0\",\r\n Code: \"E992\",\r\n Path: \"M677 1792h91v-1536h-90l-385 384h-293v768h293zM640 475v1098l-293 -293h-219v-512h219z\"\r\n },\r\n {\r\n Name: \"Volume1\",\r\n Code: \"E993\",\r\n Path: \"M1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z\"\r\n },\r\n {\r\n Name: \"Volume2\",\r\n Code: \"E994\",\r\n Path: \"M1402 1658q126 -128 194 -291t68 -343t-68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249zM1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z\"\r\n },\r\n {\r\n Name: \"Volume3\",\r\n Code: \"E995\",\r\n Path: \"M1673 1929q90 -90 160 -195t117.5 -220t72.5 -239t25 -251q0 -128 -25 -251.5t-72.5 -238.5t-117.5 -220t-160 -195l-91 91q81 81 144 175.5t106 198t65 214.5t22 226t-22 226t-65 214.5t-106 198t-144 175.5zM1664 1024q0 -180 -68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249l91 91q126 -128 194 -291t68 -343zM1130 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166l-90 90q54 54 83 124.5t29 147.5t-29 147.5t-83 124.5zM677 1792h91v-1536h-90l-385 384h-293v768h293zM640 1573l-293 -293h-219v-512h219l293 -293v1098z\"\r\n },\r\n {\r\n Name: \"Chart\",\r\n Code: \"E999\",\r\n Path: \"M1408 1536h512v-512h-128v293l-576 -575l-256 256l-704 -705v-37h1664v-128h-1792v1792h128v-1445l704 703l256 -256l485 486h-293v128v0z\"\r\n },\r\n {\r\n Name: \"Robot\",\r\n Code: \"E99A\",\r\n Path: \"M640 1280h128v-128h-128v128zM1152 1280h128v-128h-128v128zM1621 640q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66v-469h-128v469q0 18 -12.5 30.5t-30.5 12.5h-1322q-18 0 -30.5 -12.5t-12.5 -30.5v-469h-128v469q0 35 13.5 66t36.5 54.5t54.5 37t66.5 13.5h341v128h-85q-35 0 -66.5 13.5t-54.5 36.5t-36.5 54.5t-13.5 66.5v85h-128v256h128v85q0 35 13.5 66t36.5 54.5t54.5 37t66.5 13.5h341v209q-29 17 -46.5 47t-17.5 64q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50q0 -34 -17.5 -64t-46.5 -47v-209h341q35 0 66 -13.5t54.5 -37t37 -54.5t13.5 -66v-85h128v-256h-128v-85q0 -35 -13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5h-85v-128h341zM512 939q0 -18 12.5 -30.5t30.5 -12.5h810q18 0 30.5 12.5t12.5 30.5v426q0 18 -12.5 30.5t-30.5 12.5h-810q-18 0 -30.5 -12.5t-12.5 -30.5v-426zM768 640h384v128h-384v-128z\"\r\n },\r\n {\r\n Name: \"Manufacturing\",\r\n Code: \"E99C\",\r\n Path: \"M2048 731v-219h-128v165l-109 110l3 3q-40 -22 -89 -22q-44 0 -81 18l-108 -109v-165h-128v219l145 144l-3 7l-251 562l-408 -421q2 -16 3.5 -31.5t1.5 -31.5v-832h128v-128h-1024v128h128v832q0 76 28 143.5t76.5 119t114 83.5t141.5 37l608 627q36 38 84 58t100 20q35 0 70.5 -10.5t67 -30t56.5 -46t40 -59.5l384 -858q9 -20 13 -41t4 -42q0 -24 -5.5 -47.5t-16.5 -44.5l8 8zM768 128v832q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-832h512zM644 1321q62 -23 113 -65t85 -99l530 546q36 38 36 89q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-55 0 -92 -39zM1489 1645q-18 -29 -44.5 -53.5t-49.5 -48.5l197 -441l117 50zM1725 896q29 0 46 19t17 46q0 20 -9.5 38.5t-17.5 35.5l-117 -50q6 -15 12 -31t15 -29t21.5 -21t32.5 -8zM512 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"LockSolid\",\r\n Code: \"E9A2\",\r\n Path: \"M1792 1152v-1152h-1536v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374z\"\r\n },\r\n {\r\n Name: \"FitPage\",\r\n Code: \"E9A6\",\r\n Path: \"M1664 1152v256h-256v128h384v-384h-128zM384 1408v-256h-128v384h384v-128h-256zM1792 896v-384h-384v128h256v256h128zM640 640v-128h-384v384h128v-256h256zM0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792z\"\r\n },\r\n {\r\n Name: \"FitWidth\",\r\n Code: \"E9A7\",\r\n Path: \"M0 1792h2048v-1536h-2048v1536zM1920 384v1280h-1792v-1280h1792zM555 939l-86 -86l-236 235l236 235l86 -86l-85 -85h426v-128h-426zM1493 939l85 85h-426v128h426l-85 85l86 86l236 -235l-236 -235z\"\r\n },\r\n {\r\n Name: \"BidiLtr\",\r\n Code: \"E9AA\",\r\n Path: \"M128 1562l666 -666l-666 -666v1332zM256 538l358 358l-358 358v-716zM1792 1792v-1536h128v-128h-640v128h128v768h-192q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35h704v-128h-128zM1408 1152v640h-192q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h192zM1664 256v1536h-128v-1536h128z\"\r\n },\r\n {\r\n Name: \"RightDoubleQuote\",\r\n Code: \"E9B1\",\r\n Path: \"M0 1982h332v-343q0 -51 -7 -105t-23 -104.5t-41.5 -95.5t-61.5 -78.5t-84.5 -53t-109.5 -19.5v157q37 0 64.5 14.5t46.5 38t30.5 54.5t18 64t9 66.5t2.5 61.5h-176v343zM875 1982v-343q0 -78 -16 -159t-54 -147t-100.5 -108t-156.5 -42v157q55 0 89.5 30.5t53 76t25 97.5t6.5 95h-176v343h329z\"\r\n },\r\n {\r\n Name: \"Sunny\",\r\n Code: \"E9BD\",\r\n Path: \"M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1920 1152v-128h-384v128h384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 726l271 -272l-90 -90l-272 271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90z\"\r\n },\r\n {\r\n Name: \"CloudWeather\",\r\n Code: \"E9BE\",\r\n Path: \"M1661 1152q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q46 0 93 -9q40 62 92.5 111.5t114.5 83.5t132 52t144 18q111 0 209.5 -39t174.5 -107.5t125.5 -162.5t63.5 -203zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35 174.5t-96 142.5t-142.5 96t-174.5 35q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1152z\"\r\n },\r\n {\r\n Name: \"Cloudy\",\r\n Code: \"E9BF\",\r\n Path: \"M1761 1012q64 -18 116.5 -53.5t90.5 -84t59 -108.5t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 75 24 144q-71 54 -111.5 134t-40.5 170q0 79 30 149t82.5 122.5t122 82.5t149.5 30q11 0 21.5 -0.5t21.5 -1.5q27 60 69.5 107.5t95 81t114 51.5t126.5 18q84 0 159.5 -29.5t135 -81t99 -122.5t50.5 -154q84 -8 160.5 -40.5t140 -84.5t111 -120t73.5 -148zM384 1408q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -54 21.5 -102.5t61.5 -85.5q63 89 159.5 138.5t205.5 49.5q38 0 75 -6t72 -19q32 57 78 104t101 83t117 59t127 31q-11 56 -39.5 104t-70.5 82.5t-94.5 54t-109.5 19.5q-62 0 -117.5 -22.5t-98 -62t-69.5 -93t-32 -115.5q-30 17 -63 27t-68 10zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81.5t-84 53.5t-102 19q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088z\"\r\n },\r\n {\r\n Name: \"PartlyCloudyDay\",\r\n Code: \"E9C0\",\r\n Path: \"M1761 1012q64 -18 116.5 -53.5t90.5 -84t59 -108.5t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 66 19 128.5t54 116.5t84.5 96.5t110.5 68.5q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 173 -33t152.5 -82t121.5 -124t79 -157zM832 1536q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q38 0 75 -6t72 -19q29 51 69.5 94.5t88.5 78t102.5 59t111.5 36.5q-44 66 -114 103.5t-149 37.5zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91z\"\r\n },\r\n {\r\n Name: \"PartlyCloudyNight\",\r\n Code: \"E9C1\",\r\n Path: \"M1761 1012q63 -18 116 -53.5t91 -84t59 -108.5t21 -126q0 -79 -30.5 -149t-82.5 -122t-122 -82.5t-149 -30.5h-1088q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 78 25 149.5t74 131.5q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -1 -17t-2 -17l4 1q48 15 94 24t97 9q93 0 179 -28.5t157.5 -81t125.5 -125.5t83 -161zM761 1700q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q43 -52 104 -84q57 38 120 57.5t132 19.5q38 0 75 -6t72 -19q29 52 69.5 93.5t86.5 78.5q17 54 17 109q0 85 -35 161t-100 131zM1664 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81.5t-84 53.5t-102 19q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-77 0 -146.5 -24.5t-126.5 -69t-98.5 -106t-60.5 -135.5q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h1088z\"\r\n },\r\n {\r\n Name: \"ClearNight\",\r\n Code: \"E9C2\",\r\n Path: \"M128 512q141 0 272 36.5t244.5 103.5t207 160.5t160.5 207t103.5 244.5t36.5 272q0 133 -34 261t-99 243q128 -16 245 -61t217 -115t181 -161.5t138.5 -199t88.5 -229t31 -250.5q0 -141 -36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-138 0 -269 36t-246.5 103.5t-211.5 164t-164 216.5q31 -4 61.5 -6t61.5 -2zM896 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5q0 136 -40 263.5t-112.5 236t-175.5 193.5t-229 136q45 -155 45 -317q0 -146 -35 -282.5t-100 -258t-157 -225t-205 -182t-244.5 -129t-276.5 -67.5q128 -128 290.5 -196t343.5 -68z\"\r\n },\r\n {\r\n Name: \"RainShowersDay\",\r\n Code: \"E9C3\",\r\n Path: \"M1042 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1426 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91z\"\r\n },\r\n {\r\n Name: \"Rain\",\r\n Code: \"E9C4\",\r\n Path: \"M850 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1618 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1234 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126t-22 -126.5t-61 -110t-93 -84.5t-118 -51l-60 120q48 6 89.5 27.5t71.5 55.5t47.5 77t17.5 92q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -53 17 -102t47.5 -89.5t73 -70t93.5 -44.5l-57 -114q-67 23 -122.5 65t-95.5 97t-62 120.5t-22 137.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z\"\r\n },\r\n {\r\n Name: \"AddMultiple\",\r\n Code: \"E9C5\",\r\n Path: \"M1664 1152h-768v-768h-128v768h-768v128h768v768h128v-768h768v-128zM2048 512v-128h-384v-384h-128v384h-384v128h384v384h128v-384h384z\"\r\n },\r\n {\r\n Name: \"Thunderstorms\",\r\n Code: \"E9C6\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-384l128 128h256q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h256l-64 -128h-192q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 75 24 144q-71 54 -111.5 134t-40.5 170q0 79 30 149t82.5 122.5t122 82.5t149.5 30q11 0 21.5 -0.5t21.5 -1.5q27 60 69.5 107.5t95 81t114 51.5t126.5 18q84 0 159.5 -29.5t135 -81t99 -122.5t50.5 -154q84 -9 160 -41.5t139.5 -84t111.5 -119.5t74 -148zM723 1127q34 57 79.5 104.5t100 83t116 58.5t127.5 31q-11 56 -40 104t-70.5 82.5t-94 54t-109.5 19.5q-62 0 -117.5 -22.5t-98 -62t-69.5 -93t-32 -115.5q-30 17 -63 27t-68 10q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -54 21.5 -103t62.5 -85q63 89 159 138.5t205 49.5q74 0 147 -25zM832 0l256 512h-224l192 384h224l-128 -256h320z\"\r\n },\r\n {\r\n Name: \"RainSnow\",\r\n Code: \"E9C7\",\r\n Path: \"M1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-13 0 -26.5 5.5t-27 13t-26 16t-22.5 14.5q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-11 -6 -23 -14.5t-25.5 -16t-27 -13t-26.5 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5zM978 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -61 -18.5 -117.5t-52 -103.5t-81 -83t-104.5 -56v139q59 35 93.5 93.5t34.5 127.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25l-61 -122q-83 11 -154 50t-122.5 98.5t-81 134.5t-29.5 159q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5z\"\r\n },\r\n {\r\n Name: \"Snow\",\r\n Code: \"E9C8\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1542 343q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41z\"\r\n },\r\n {\r\n Name: \"BlowingSnow\",\r\n Code: \"E9C9\",\r\n Path: \"M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -26 10 -49.5t27.5 -41t41 -27.5t49.5 -10t49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM902 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 27 18.5 45.5t45.5 18.5q13 0 26.5 -5.5t27 -13t26 -16t22.5 -14.5q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14.5t26 16t27 13t26.5 5.5q27 0 45.5 -18.5t18.5 -45.5q0 -36 -32 -55l-70 -41zM154 1504q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 27 18.5 45.5t45.5 18.5q13 0 26.5 -5.5t27 -13t26 -16t22.5 -14.5q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14.5t26 16t27 13t26.5 5.5q26 0 45.5 -18.5t19.5 -45.5q0 -18 -9 -32t-24 -23l-70 -41l70 -41q15 -9 24 -23t9 -32q0 -26 -19.5 -45t-45.5 -19q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5z\"\r\n },\r\n {\r\n Name: \"Frigid\",\r\n Code: \"E9CA\",\r\n Path: \"M1024 629q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9 58.5t26 52.5t40.5 42t52.5 28v395h128v-395zM1280 729q57 -63 88.5 -141t31.5 -163q0 -90 -35.5 -167.5t-96 -134.5t-140.5 -90t-168 -33t-168 33t-140.5 90t-96 134.5t-35.5 167.5q0 85 31.5 163t88.5 141v999q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-999zM960 128q62 0 118.5 23t99.5 63t68.5 95t25.5 118q0 75 -33 137.5t-87 112.5v1051q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1051q-54 -50 -87 -112.5t-33 -137.5q0 -63 25.5 -118t68.5 -95t99.5 -63t118.5 -23v-64v64z\"\r\n },\r\n {\r\n Name: \"Fog\",\r\n Code: \"E9CB\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -85t59.5 -109.5t21 -125q0 -33 -6.5 -65t-17.5 -63h-139q17 29 26 61.5t9 66.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -52 17 -101t49 -91h-149q-22 45 -33.5 93.5t-11.5 98.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM704 512q-26 0 -45 19t-19 45t19 45t45 19h896q26 0 45 -19t19 -45t-19 -45t-45 -19h-896zM1856 384q26 0 45 -19t19 -45t-19 -45t-45 -19h-1536q-26 0 -45 19t-19 45t19 45t45 19h1536zM1472 128q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h896z\"\r\n },\r\n {\r\n Name: \"Squalls\",\r\n Code: \"E9CC\",\r\n Path: \"M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"Duststorm\",\r\n Code: \"E9CD\",\r\n Path: \"M1536 1408q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-1152v128h1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h128q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-1408v128h1408h384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1728 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM576 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"Unknown\",\r\n Code: \"E9CE\",\r\n Path: \"M960 2044q132 0 254 -34t228.5 -96.5t193.5 -149.5t149.5 -193.5t96.5 -228.5t34 -254t-34 -254t-96.5 -228.5t-149.5 -193.5t-193.5 -149.5t-228.5 -96.5t-254 -34t-254 34t-228.5 96.5t-193.5 149.5t-149.5 193.5t-96.5 228.5t-34 254t34 254t96.5 228.5t149.5 193.5t193.5 149.5t228.5 96.5t254 34zM960 252q115 0 222 30t200 84.5t169 130.5t130.5 169t84.5 200t30 222t-30 222t-84.5 200t-130.5 169t-169 130.5t-200 84.5t-222 30t-222 -30t-200 -84.5t-169 -130.5t-130.5 -169t-84.5 -200t-30 -222t30 -222t84.5 -200t130.5 -169t169 -130.5t200 -84.5t222 -30zM896 640h128v-128h-128v128zM960 1600q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z\"\r\n },\r\n {\r\n Name: \"Precipitation\",\r\n Code: \"E9CF\",\r\n Path: \"M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166zM1024 128q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 48 -11 95t-33 90l-468 937l-468 -937q-22 -43 -33 -90t-11 -95q0 -106 40 -199.5t109.5 -163t163 -109.5t199.5 -40z\"\r\n },\r\n {\r\n Name: \"SortLines\",\r\n Code: \"E9D0\",\r\n Path: \"M384 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM768 768v128h512v-128h-512zM768 1152v128h896v-128h-896zM768 1664h1280v-128h-1280v128z\"\r\n },\r\n {\r\n Name: \"Ribbon\",\r\n Code: \"E9D1\",\r\n Path: \"M1024 1024q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30zM1024 1664q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM1664 1408q0 -104 -32.5 -202.5t-95.5 -181.5v-1024l-512 256l-512 -256v1024q-63 83 -95.5 181.5t-32.5 202.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5zM1024 1920q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5zM1408 192v704q-83 -63 -181.5 -95.5t-202.5 -32.5t-202.5 32.5t-181.5 95.5v-704l384 192z\"\r\n },\r\n {\r\n Name: \"AreaChart\",\r\n Code: \"E9D2\",\r\n Path: \"M256 256l1664 -1v-128l-1792 1v1791h128v-1663zM1920 1115v-731h-1536v904l320 160l435 -218l333 332zM704 1304l-192 -95v-441h433l540 270l307 -307v330l-320 321l-307 -308zM512 512h1280v37l-333 333l-484 -242h-463v-128z\"\r\n },\r\n {\r\n Name: \"Assign\",\r\n Code: \"E9D3\",\r\n Path: \"M2011 320l-318 -317l-90 90l163 163h-614v128h614l-163 163l90 90zM1387 128l128 -128h-1259v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1073l-128 128v817h-128v-256h-1024v256h-128v-1536h1003zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256z\"\r\n },\r\n {\r\n Name: \"FlowChart\",\r\n Code: \"E9D4\",\r\n Path: \"M1408 896h640v-640h-640v256h-416l-416 -416l-480 480l416 416v416h-256v640h640v-640h-256v-416l352 -352h416v256zM384 1920v-384h384v384h-384zM576 288l288 288l-288 288l-288 -288zM1920 384v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"CheckList\",\r\n Code: \"E9D5\",\r\n Path: \"M640 1152v128h1408v-128h-1408zM640 1664h1408v-128h-1408v128zM640 768v128h1408v-128h-1408zM640 384v128h1408v-128h-1408zM192 1579l211 210l90 -90l-301 -301l-173 173l90 90zM192 1195l211 210l90 -90l-301 -301l-173 173l90 90zM192 811l211 210l90 -90l-301 -301l-173 173l90 90zM192 427l211 210l90 -90l-301 -301l-173 173l90 90z\"\r\n },\r\n {\r\n Name: \"Diagnostic\",\r\n Code: \"E9D9\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM256 1792v-1024h150l109 109q19 19 45 19t45 -19l177 -176l244 947q5 21 22.5 34.5t39.5 13.5q23 0 40 -13.5t22 -35.5l102 -417h156q22 0 39.5 -13.5t22.5 -34.5l72 -286h250v896h-1536zM1792 256v512h-300q-23 0 -40 13.5t-22 35.5l-72 285h-156q-23 0 -40 13.5t-22 35.5l-54 218l-208 -809q-5 -21 -22.5 -34.5t-39.5 -13.5q-26 0 -45 19l-211 211l-83 -83q-19 -19 -45 -19h-176v-384h1536z\"\r\n },\r\n {\r\n Name: \"Generate\",\r\n Code: \"E9DA\",\r\n Path: \"M2011 320l-318 -317l-90 90l163 163h-614v128h614l-163 163l90 90zM1342 128l128 -128h-1342v2048h1115l549 -549v-734l-128 128v515h-512v512h-896v-1792h1086zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"Invoice\",\r\n Code: \"E9DC\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1024 1408h-640v128h640v-128zM384 1152h1152v-896h-1152v896zM896 384h512v640h-512v-640zM512 384h256v640h-256v-640z\"\r\n },\r\n {\r\n Name: \"ProjectManagement\",\r\n Code: \"E9DE\",\r\n Path: \"M0 1792h2048v-1408h-2048v1408zM1921 511v1153h-514v-384h-127v384h-512v-128h-128v128h-512v-1153h512v641h128v-641h512v129h127v-129h514zM1280 768v128h512v-128h-512zM256 1280v128h640v-128h-640zM1536 1152v-128h-639v128h639z\"\r\n },\r\n {\r\n Name: \"Total\",\r\n Code: \"E9DF\",\r\n Path: \"M1664 1920v-128h-1112l652 -768l-652 -768h1112v-128h-1280v128l652 768l-652 768v128h1280z\"\r\n },\r\n {\r\n Name: \"LineChart\",\r\n Code: \"E9E6\",\r\n Path: \"M705 1070l-449 -449v-366h1664v-128h-1792v1792h128v-1132l449 449l255 -257l704 704l256 -256v-166l-256 256l-704 -704l-255 257v0z\"\r\n },\r\n {\r\n Name: \"Equalizer\",\r\n Code: \"E9E9\",\r\n Path: \"M2048 1792v-128h-768v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-896v128h896v64q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-64h768zM1600 768q40 0 75 -15t61 -41t41 -61t15 -75v-64h256v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-1408v128h1408v64q0 40 15 75t41 61t61 41t75 15zM448 1408q40 0 75 -15t61 -41t41 -61t15 -75v-64h1408v-128h-1408v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h256v64q0 40 15 75t41 61t61 41t75 15zM512 1216q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM1152 1856q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256zM1664 576q0 26 -19 45t-45 19t-45 -19t-19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v256z\"\r\n },\r\n {\r\n Name: \"BarChartHorizontal\",\r\n Code: \"E9EB\",\r\n Path: \"M1536 1792v-384h-1152v384h1152zM1408 1536v128h-896v-128h896zM1280 1280v-384h-896v384h896zM1152 1024v128h-640v-128h640zM1792 768v-384h-1408v384h1408zM1664 512v128h-1152v-128h1152zM256 256h1664v-128h-1792v1792h128v-1664z\"\r\n },\r\n {\r\n Name: \"BarChartVertical\",\r\n Code: \"E9EC\",\r\n Path: \"M768 1536v-1152h-384v1152h384zM640 512v896h-128v-896h128zM1280 1280v-896h-384v896h384zM1152 512v640h-128v-640h128zM1792 1792v-1408h-384v1408h384zM1664 512v1152h-128v-1152h128zM256 256h1664v-128h-1792v1792h128v-1664z\"\r\n },\r\n {\r\n Name: \"Count\",\r\n Code: \"E9EE\",\r\n Path: \"M1917 1827l-253 -254v-1445h-128v1317l-256 -255v-1062h-128v934l-256 -256v-678h-128v550l-256 -256v-294h-128v166l-163 -163l-90 91l253 253v1445h128v-1317l256 256v1061h128v-933l256 256v677h128v-549l256 256v293h128v-165l163 162l90 -90v0z\"\r\n },\r\n {\r\n Name: \"Freezing\",\r\n Code: \"E9EF\",\r\n Path: \"M1792 760q61 -63 94.5 -143.5t33.5 -168.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 88 33.5 168.5t94.5 143.5v968q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-968zM1472 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 83 -34 143t-94 113v1024q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1024q-60 -53 -94 -113t-34 -143q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 629q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9 58.5t26 52.5t40.5 42t52.5 28v395h128v-395zM1024 1664l-128 -768l-86 516l-138 -644l-142 664l-82 -408l-93 466l-99 -594l-128 768h896z\"\r\n },\r\n {\r\n Name: \"FunnelChart\",\r\n Code: \"E9F1\",\r\n Path: \"M0 2048h2048l-1024 -2048zM1841 1920h-1634l128 -256h1378zM783 768l241 -482l241 482h-482zM1329 896l128 256h-866l128 -256h610zM1521 1280l128 256h-1250l128 -256h994z\"\r\n },\r\n {\r\n Name: \"Process\",\r\n Code: \"E9F3\",\r\n Path: \"M274 540q105 -161 266 -266l-49 -119q-103 63 -188 148t-148 188zM151 1212q-11 -47 -17 -93.5t-6 -94.5t6 -95t17 -94l-119 -49q-14 59 -23 118.5t-9 119.5t9 119.5t23 118.5zM1024 128q48 0 95 6t94 17l49 -119q-59 -14 -118.5 -23t-119.5 -9t-119.5 9t-118.5 23l49 119q47 -11 94 -17t95 -6zM2016 1262q14 -59 22.5 -118.5t8.5 -119.5t-8.5 -119.5t-22.5 -118.5l-119 49q11 47 17 94t6 95t-6 94.5t-17 93.5zM1773 1508q-51 80 -118 147t-147 118l49 119q103 -63 188 -147.5t148 -187.5zM1508 274q161 105 266 266l119 -49q-63 -103 -148 -188t-188 -148zM256 2048h512v-512h-128v293q-112 -53 -206 -134t-161 -186l-120 49q70 114 166 205.5t213 156.5h-276v128z\"\r\n },\r\n {\r\n Name: \"Processing\",\r\n Code: \"E9F5\",\r\n Path: \"M837 1204q-23 -37 -53.5 -67.5t-67.5 -53.5l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-37 23 -67.5 53.5t-53.5 67.5l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51l48 -118l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118zM512 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1920 704q0 -55 -14 -111l137 -56l-48 -119l-138 57q-59 -98 -156 -156l57 -137l-119 -49l-56 137q-56 -14 -111 -14t-111 14l-56 -137l-119 49l57 137q-98 58 -156 156l-138 -57l-48 119l137 56q-14 56 -14 111t14 111l-137 56l48 119l138 -57q58 97 156 156l-57 138l119 48l56 -137q56 14 111 14t111 -14l56 137l119 -48l-57 -138q97 -59 156 -156l138 57l48 -119l-137 -56q14 -56 14 -111zM1472 384q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z\"\r\n },\r\n {\r\n Name: \"ProcessMap\",\r\n Code: \"E9F6\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1152 768h384v-384h-384v128h-256l-192 -192l-256 256l192 192v384h-128v384h384v-384h-128v-384l128 -128h256v128z\"\r\n },\r\n {\r\n Name: \"Quantity\",\r\n Code: \"E9F8\",\r\n Path: \"M1472 1448l575 -288v-782l-575 -288l-576 286v321l-320 -159l-576 286l1 784l575 288l575 -288l1 -321zM1840 1121l-368 183l-368 -183l368 -184zM944 1569l-368 183l-368 -183l368 -184zM129 1465l-1 -561l384 -191v561zM640 713l257 127v320l127 63l-1 242l-383 -191v-561zM1025 1017l-1 -561l384 -191v561zM1536 265l383 192v560l-383 -191v-561z\"\r\n },\r\n {\r\n Name: \"ReportDocument\",\r\n Code: \"E9F9\",\r\n Path: \"M1792 1499v-1499h-1536v2048h987zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-768v-1792h1280zM896 640h256v-384h-256v384zM512 896h256v-640h-256v640zM1280 1152h256v-896h-256v896z\"\r\n },\r\n {\r\n Name: \"StackColumnChart\",\r\n Code: \"E9FC\",\r\n Path: \"M256 256h1664v-128h-1792v1791h128v-1663zM1792 1792v-1408h-384v1408h384zM1536 512h128v768h-128v-768zM1664 1408v256h-128v-256h128zM1280 1792v-1408h-384v1408h384zM1152 512v256h-128v-256h128zM1152 896v768h-128v-768h128zM768 1792v-1408h-384v1408h384zM640 512v512h-128v-512h128zM640 1152v512h-128v-512h128z\"\r\n },\r\n {\r\n Name: \"SnowShowerDay\",\r\n Code: \"E9FD\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 67 19 129.5t54 116t84.5 95.5t110.5 69q-12 49 -12 102q0 93 35 174.5t96 142.5t142.5 96t174.5 35q64 0 125 -18t113.5 -51.5t95 -81t69.5 -105.5q90 -3 172.5 -33.5t152 -82.5t121.5 -123.5t80 -156.5zM723 1127q61 103 158 173t214 95q-44 66 -114 103.5t-149 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -17 1.5 -33.5t6.5 -33.5q28 3 56 3q74 0 147 -25zM256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45 18.5t-19 45.5q0 36 32 55l70 41l-70 41q-32 19 -32 55q0 26 18.5 45t44.5 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5z\"\r\n },\r\n {\r\n Name: \"SummaryChart\",\r\n Code: \"E9FE\",\r\n Path: \"M1920 1152v-128h-896v-896h-128v896h-896v128h896v896h128v-896h896zM256 1280h-128v512h128v-512zM512 1280h-128v384h128v-384zM768 1280h-128v640h128v-640zM1664 1792h-512v128h512v-128zM1536 1536h-384v128h384v-128zM1792 1280h-640v128h640v-128zM384 512h256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v-256zM512 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-256v256zM1472 522l320 321v-181l-320 -321l-192 193l-128 -128v181l128 128z\"\r\n },\r\n {\r\n Name: \"HailDay\",\r\n Code: \"EA00\",\r\n Path: \"M256 1152h-256v128h256v-128zM379 1578l-181 181l91 91l181 -181zM896 1792h-128v256h128v-256zM1285 1578l-91 91l181 181l91 -91zM1280 752q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1280 368q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 624q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 240q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-83.5 53.5t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 66 19 128.5t54 116t84.5 96t110.5 69.5q-12 49 -12 102q0 93 35.5 174.5t96 142t142 96t174.5 35.5q65 0 125.5 -18t113 -51.5t94.5 -81t70 -105.5q90 -3 173 -33.5t152 -82.5t121 -123.5t80 -156.5zM723 1127q61 103 158.5 173t214.5 95q-45 66 -114.5 103.5t-149.5 37.5q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -32 8 -67q28 3 56 3q74 0 147 -25z\"\r\n },\r\n {\r\n Name: \"WorkFlow\",\r\n Code: \"EA01\",\r\n Path: \"M640 1536v297q-132 -63 -236 -164t-172 -230l-119 49q70 137 176.5 247t240.5 185h-274v128h512v-512h-128zM1816 1439q-63 121 -159.5 217.5t-217.5 159.5l49 118q144 -74 258.5 -188t188.5 -258zM128 1024q0 -68 10 -135t31 -132l-118 -49q-51 153 -51 316t51 316l119 -49q-20 -65 -31 -132t-11 -135zM231 609q63 -121 160 -218t218 -160l-49 -119q-144 75 -258.5 189.5t-189.5 258.5zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178zM1920 1024q0 68 -11 135t-31 132l119 49q51 -153 51 -316h-128zM757 169q65 -21 132 -31t135 -10v-128q-164 0 -317 51z\"\r\n },\r\n {\r\n Name: \"LightSnow\",\r\n Code: \"EA02\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 101.5t-56.5 81t-83.5 54t-101.5 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5q74 0 147 -25q39 65 92.5 117t117 88.5t135.5 56t148 19.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM1342 247q14 -8 23 -23t9 -32q0 -26 -19 -45t-45 -19q-17 0 -32 9l-126 72v-145q0 -26 -19 -45t-45 -19t-45 19t-19 45v145l-126 -72q-15 -9 -32 -9q-26 0 -45 19t-19 45q0 17 9 32t23 23l126 73l-126 73q-14 8 -23 23t-9 32q0 26 19 45t45 19q17 0 32 -9l126 -72v145q0 26 19 45t45 19t45 -19t19 -45v-145l126 72q15 9 32 9q26 0 45 -19t19 -45q0 -17 -9 -32t-23 -23l-126 -73z\"\r\n },\r\n {\r\n Name: \"HourGlass\",\r\n Code: \"EA03\",\r\n Path: \"M1664 1792q0 -106 -30.5 -206.5t-90.5 -188.5q-31 -45 -65 -82t-72.5 -67.5t-81.5 -56.5t-92 -49q-37 -17 -58.5 -46.5t-21.5 -71.5t21.5 -71.5t58.5 -46.5q49 -23 92 -49t81.5 -56.5t72.5 -67.5t65 -82q60 -88 90.5 -188.5t30.5 -206.5h128v-128h-1664v128h128q0 106 30.5 206.5t90.5 188.5q32 47 66 83.5t71.5 66.5t80.5 55t93 49q36 17 58 47t22 72t-21.5 71.5t-58.5 46.5q-49 23 -92 49t-81.5 56.5t-72.5 67.5t-65 82q-60 88 -90.5 188.5t-30.5 206.5h-128v128h1664v-128h-128zM1024 1024q0 82 43 142t115 95q29 14 56 27.5t53 32.5q58 40 103.5 92.5t77 113t48 128t16.5 137.5h-1152q0 -70 16.5 -137.5t48 -128t77 -113t103.5 -92.5q26 -19 53 -32.5t56 -27.5q72 -35 115 -95t43 -142t-43 -142t-115 -95q-29 -14 -56 -27.5t-53 -32.5q-58 -40 -103.5 -92.5t-77 -113t-48 -128t-16.5 -137.5h1152q0 70 -16.5 137.5t-48 128t-77 113t-103.5 92.5q-26 19 -53 32.5t-56 27.5q-72 35 -115 95t-43 142z\"\r\n },\r\n {\r\n Name: \"StoreLogoMed20\",\r\n Code: \"EA04\",\r\n Path: \"M1536 1536h410v-1452q0 -35 -24 -59.5t-59 -24.5h-1780q-35 0 -59 24.5t-24 59.5v1452h410v307l204 205h717l205 -205v-307zM922 410v307h-308v-307h308zM922 819v307h-308v-307h308zM1331 410v307h-307v-307h307zM1331 819v307h-307v-307h307zM1331 1536v307h-717v-307h717z\"\r\n },\r\n {\r\n Name: \"TimeSheet\",\r\n Code: \"EA05\",\r\n Path: \"M1920 1792v-1664h-1792v1664h256v-128h-128v-1408h1536v1408h-128v128h256zM1536 1408h-1024v640h1024v-640zM1408 1920h-768v-384h768v384zM1024 896h128v-128h-256v256h128v-128zM576 832q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5zM1344 832q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5z\"\r\n },\r\n {\r\n Name: \"TriangleSolid\",\r\n Code: \"EA08\",\r\n Path: \"M1024 1902l1024 -1774h-2048l1024 1774v0z\"\r\n },\r\n {\r\n Name: \"UpgradeAnalysis\",\r\n Code: \"EA0B\",\r\n Path: \"M1277 797l-90 -90l-163 163v-550h-128v550l-163 -163l-90 90l317 318zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM256 128h896v-128h-1024v2048h1115l549 -549v-734l-128 -128v771h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"VideoSolid\",\r\n Code: \"EA0C\",\r\n Path: \"M0 640v896h1408v-896h-1408zM1536 1280l512 256v-896l-512 256v384z\"\r\n },\r\n {\r\n Name: \"RainShowersNight\",\r\n Code: \"EA0F\",\r\n Path: \"M1042 221q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1426 477q14 -30 14 -61q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62q0 31 14 61l146 291zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-108q17 29 27 61.5t14 66.5h67q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h96l-64 -128h-32q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 29 -4 57.5t-10 56.5q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5v-17t-1 -17q47 17 95 25.5t98 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM324 1074q56 38 120 58t132 20q74 0 147 -25q61 102 157 172q8 26 12 53.5t4 55.5q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38z\"\r\n },\r\n {\r\n Name: \"SnowShowerNight\",\r\n Code: \"EA11\",\r\n Path: \"M1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -70 -24 -133.5t-67 -114t-101.5 -85t-127.5 -46.5v131q42 11 77.5 34.5t61 56.5t39.5 73t14 84q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-77 0 -146.5 -25t-126.5 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5q0 -48 13.5 -92.5t39 -82.5t60.5 -68.5t79 -49.5v-136q-71 21 -130 63t-101 98.5t-65.5 125t-23.5 142.5q0 77 25.5 148.5t73.5 131.5q-81 55 -136.5 134.5t-76.5 175.5q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 56 -14 114q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5q0 -8 -0.5 -17t-1.5 -17q47 17 95.5 25.5t98.5 8.5q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM723 1127q60 101 156 171q17 56 17 110q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q42 -51 104 -85q56 38 120 58t132 20q74 0 147 -25zM1030 215q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45.5 19t-19.5 45q0 18 9 32t24 23l70 41l-70 41q-15 9 -24 23t-9 32q0 26 19 45t45 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41zM1511 544q26 0 44.5 -19t18.5 -45q0 -36 -32 -55l-70 -41l70 -41q32 -19 32 -55q0 -27 -19 -45.5t-45 -18.5q-12 0 -26 5.5t-27.5 13.5t-26 16t-22.5 14q0 -19 1 -44t-3.5 -47.5t-18 -38t-43.5 -15.5t-44 15.5t-18.5 38t-3 47.5t1.5 44q-10 -6 -22.5 -14t-26 -16t-27.5 -13.5t-26 -5.5q-26 0 -45.5 19t-19.5 45q0 18 9 32t24 23l70 41l-70 41q-15 9 -24 23t-9 32q0 26 19 45t45 19q13 0 27 -5.5t27.5 -13.5t26 -16t22.5 -14q0 19 -1.5 44t3 47.5t18.5 38t44 15.5t43.5 -15.5t18 -38t3.5 -47.5t-1 -44q10 6 22.5 14t26 16t27.5 13.5t27 5.5z\"\r\n },\r\n {\r\n Name: \"Teamwork\",\r\n Code: \"EA12\",\r\n Path: \"M1664 960q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -52 -16.5 -101t-47.5 -91v-424l-256 128l-256 -128v424q-31 42 -47.5 91t-16.5 101q0 66 25 124.5t68.5 102t102 68.5t124.5 25zM1664 832q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM1792 232v115q-60 -27 -128 -27t-128 27v-115l128 64zM1664 1536q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-115.5 -136.5q19 -9 36.5 -20t34.5 -23l-75 -104q-49 35 -106 54t-117 19q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q82 -45 134 -124q27 40 62 72t76 54t87.5 34t94.5 12t94 -12t87.5 -34t76.5 -54t62 -72q52 79 134 124q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM1536 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 1792q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM768 1280q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z\"\r\n },\r\n {\r\n Name: \"HailNight\",\r\n Code: \"EA13\",\r\n Path: \"M1280 752q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1280 368q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 624q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM896 240q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5t9 43.5t24 35.5t35.5 24t43.5 9zM1761 1012q63 -17 115.5 -52.5t91 -84.5t59.5 -109t21 -126q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 55 -20.5 102t-56.5 81t-84 53.5t-102 19.5q-12 82 -51 152.5t-98 122t-134 80.5t-158 29q-76 0 -146 -25t-127 -69t-98.5 -106t-60.5 -135q-44 38 -97 58.5t-111 20.5q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 77 25.5 149t73.5 132q-81 54 -136.5 134t-76.5 175q58 -14 114 -14q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 29 -4 57.5t-10 56.5q87 -20 160 -67t126 -113t82.5 -147.5t29.5 -170.5v-17t-1 -17q92 34 193 34q93 0 178.5 -29t157.5 -81.5t126 -125t83 -160.5zM324 1074q56 38 120 58t132 20q74 0 147 -25q61 102 157 172q8 26 12 53.5t4 55.5q0 85 -35 161t-100 131q-15 -105 -62 -197t-118.5 -163.5t-163.5 -118.5t-197 -62q22 -26 48.5 -47t55.5 -38z\"\r\n },\r\n {\r\n Name: \"PeopleAdd\",\r\n Code: \"EA15\",\r\n Path: \"M1280 1152q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1024 1536q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z\"\r\n },\r\n {\r\n Name: \"Glasses\",\r\n Code: \"EA16\",\r\n Path: \"M1280 1536q16 0 29 -7l739 -369v-136q-26 0 -45 -19t-19 -45v-128q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5q0 26 -19 45t-45 19t-45 -19t-19 -45q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v128q0 26 -19 45t-45 19v136l739 369q13 7 29 7q26 0 45 -19q10 -10 24.5 -22.5t27.5 -26.5t22 -29t9 -31q0 -26 -19 -45t-45 -19q-25 0 -42.5 16.5t-34.5 33.5l-484 -242h497q38 0 65.5 -9.5t49 -23.5t38.5 -31t32.5 -31t32.5 -23.5t38 -9.5t38 9.5t32.5 23.5t32.5 31t38.5 31t49 23.5t65.5 9.5h497l-484 242q-17 -17 -34.5 -33.5t-42.5 -16.5q-26 0 -45 19t-19 45q0 16 9 31t22 29t27.5 26.5t24.5 22.5q19 19 45 19zM832 896q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-448q-26 0 -45 -19t-19 -45v-128q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v64zM1536 512q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 22 -1 47t-1 50t2.5 49.5t10.5 45.5h-523q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25z\"\r\n },\r\n {\r\n Name: \"DateTime2\",\r\n Code: \"EA17\",\r\n Path: \"M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256z\"\r\n },\r\n {\r\n Name: \"Shield\",\r\n Code: \"EA18\",\r\n Path: \"M960 2048q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146l-31 -18l-31 18q-116 67 -230.5 146t-217.5 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5zM1792 1666q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48v-386q0 -127 33.5 -244t91.5 -223t138 -200.5t172 -177.5t193.5 -154t203.5 -130q102 59 203.5 130t193.5 154t172 177.5t138 200.5t91.5 223t33.5 244v386z\"\r\n },\r\n {\r\n Name: \"Header1\",\r\n Code: \"EA19\",\r\n Path: \"M1792 1664v-1408h-128v1146q-66 -59 -149 -90.5t-171 -31.5v128q54 0 103.5 15.5t91.5 44t75.5 68.5t54.5 89l17 39h106zM896 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640z\"\r\n },\r\n {\r\n Name: \"PageAdd\",\r\n Code: \"EA1A\",\r\n Path: \"M1664 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM384 1920v-1536h768v-128h-896v1792h859l549 -549v-731h-128v640h-512v512h-640zM1152 1829v-293h293z\"\r\n },\r\n {\r\n Name: \"NumberedList\",\r\n Code: \"EA1C\",\r\n Path: \"M2048 1664v-128h-1536v128h1536zM512 1152h1536v-128h-1536v128zM512 640h1536v-128h-1536v128zM135 1699q-14 -11 -37.5 -21.5t-42.5 -10.5v69q31 11 59 24t54 33h49v-385h-82v291zM134 1279q25 0 47.5 -6.5t39 -20t26 -33.5t9.5 -47q0 -31 -12 -54.5t-29.5 -42t-38.5 -33t-38.5 -27t-29.5 -25t-12 -25.5h160v-69h-251q0 23 0.5 41t9.5 39q15 34 41 57.5t51.5 43.5t44.5 40t19 47t-15 38t-40 11q-26 0 -49.5 -11t-43.5 -28v73q50 32 111 32zM170 580q36 -5 61 -27t25 -61q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-24 0 -48.5 4t-46.5 15v73q19 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 22 -13 32.5t-31.5 15t-38.5 4.5h-34v64h32t34.5 3.5t28 13.5t11.5 31q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 44 -5t39 -16.5t28 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1z\"\r\n },\r\n {\r\n Name: \"PowerBILogo\",\r\n Code: \"EA1E\",\r\n Path: \"M1771 2048q31 0 58 -12t47 -32t32 -47t12 -58v-1750q0 -31 -12 -58t-32 -47.5t-47 -32t-58 -11.5h-1622q-31 0 -58 11.5t-47.5 32t-32 47.5t-11.5 58v726q0 31 11.5 58t32 47t47.5 32t58 12h363v363q0 31 11.5 58t32 47t47.5 32t58 12h363v363q0 31 11.5 58t32 47t47.5 32t58 12h598zM768 128v746q0 9 -6.5 15.5t-15.5 6.5h-597q-8 0 -14.5 -6.5t-6.5 -14.5v-726q0 -8 6.5 -14.5t14.5 -6.5h619zM1280 128v1259q0 8 -6.5 14.5t-14.5 6.5h-598q-8 0 -14.5 -6.5t-6.5 -14.5v-363h106q31 0 58.5 -12t47.5 -32t32 -47.5t12 -58.5v-746h384zM1792 149v1750q0 8 -6.5 14.5t-14.5 6.5h-598q-8 0 -14.5 -6.5t-6.5 -14.5v-363h107q31 0 58 -12t47 -32t32 -47t12 -58v-1259h363q8 0 14.5 6.5t6.5 14.5z\"\r\n },\r\n {\r\n Name: \"Info2\",\r\n Code: \"EA1F\",\r\n Path: \"M896 0v1536h256v-1536h-256zM896 2048h256v-256h-256v256z\"\r\n },\r\n {\r\n Name: \"MusicInCollectionFill\",\r\n Code: \"EA36\",\r\n Path: \"M1792 640q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v977l-896 -224v-1214q0 -62 -29.5 -109.5t-76 -80t-103.5 -49.5t-111 -17t-111 17t-103.5 49.5t-76 80t-29.5 109.5q0 61 29.5 109t76 80.5t103.5 49.5t111 17q51 0 100 -12.5t92 -38.5v1109l1152 288v-1346z\"\r\n },\r\n {\r\n Name: \"List\",\r\n Code: \"EA37\",\r\n Path: \"M0 512v128h1280v-128h-1280zM0 1152h2048v-128h-2048v128zM1664 1664v-128h-1664v128h1664z\"\r\n },\r\n {\r\n Name: \"Asterisk\",\r\n Code: \"EA38\",\r\n Path: \"M1943 1480l-791 -456l791 -456l-64 -112l-791 457v-913h-128v913l-791 -457l-64 112l791 456l-791 456l64 112l791 -457v913h128v-913l791 457l64 -112v0z\"\r\n },\r\n {\r\n Name: \"ErrorBadge\",\r\n Code: \"EA39\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1467 1377l-352 -353l352 -353l-90 -90l-353 352l-353 -352l-90 90l352 353l-352 353l90 90l353 -352l353 352z\"\r\n },\r\n {\r\n Name: \"CircleRing\",\r\n Code: \"EA3A\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32z\"\r\n },\r\n {\r\n Name: \"CircleFill\",\r\n Code: \"EA3B\",\r\n Path: \"M32 1024q0 137 35.5 264t100 237t155 200.5t200.5 155t237 100t264 35.5t264 -35.5t237 -100t200.5 -155t155 -200.5t100 -237t35.5 -264t-35.5 -264t-100 -237t-155 -200.5t-200.5 -155t-237 -100t-264 -35.5t-264 35.5t-237 100t-200.5 155t-155 200.5t-100 237t-35.5 264z\"\r\n },\r\n {\r\n Name: \"Record2\",\r\n Code: \"EA3F\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z\"\r\n },\r\n {\r\n Name: \"AllAppsMirrored\",\r\n Code: \"EA40\",\r\n Path: \"M2048 640v384h-384v-384h384zM1920 896v-128h-128v128h128zM2048 1152v384h-384v-384h384zM1920 1408v-128h-128v128h128zM2048 1664v384h-384v-384h384zM1920 1920v-128h-128v128h128zM1408 1280v128h-1152v-128h1152zM512 896v-128h896v128h-896zM1408 1920h-1408v-128h1408v128zM2048 128v384h-384v-384h384zM1920 384v-128h-128v128h128zM1408 256v128h-1152v-128h1152z\"\r\n },\r\n {\r\n Name: \"BookmarksMirrored\",\r\n Code: \"EA41\",\r\n Path: \"M2048 1536v128h-128v-128h128zM1664 1664h-1664v-128h1664v128zM2048 384v128h-128v-128h128zM1664 384v128h-1664v-128h1664zM1152 1152v128h-1152v-128h1152zM640 768v128h-640v-128h640z\"\r\n },\r\n {\r\n Name: \"BulletedListMirrored\",\r\n Code: \"EA42\",\r\n Path: \"M2048 768v128h-128v-128h128zM2048 1152v128h-128v-128h128zM1664 1152v128h-1664v-128h1664zM2048 1536v128h-128v-128h128zM1664 1664h-1664v-128h1664v128zM1664 768v128h-1664v-128h1664zM2048 384v128h-128v-128h128zM1664 384v128h-1664v-128h1664z\"\r\n },\r\n {\r\n Name: \"CaretHollowMirrored\",\r\n Code: \"EA45\",\r\n Path: \"M1371 1755l-731 -731l731 -731v1462zM1243 1445v-842l-421 421z\"\r\n },\r\n {\r\n Name: \"CaretSolidMirrored\",\r\n Code: \"EA46\",\r\n Path: \"M1536 512l-987 987v-987h987v0z\"\r\n },\r\n {\r\n Name: \"ChromeBackMirrored\",\r\n Code: \"EA47\",\r\n Path: \"M7 1024h1656l-674 -674l144 -145l922 921l-922 922l-144 -145l674 -674h-1656v-205z\"\r\n },\r\n {\r\n Name: \"ClearSelectionMirrored\",\r\n Code: \"EA48\",\r\n Path: \"M463 1152q-69 0 -130 -26.5t-106.5 -72t-72 -107t-26.5 -130.5q0 -66 25 -127.5t73 -109.5l449 -448l90 90l-448 449q-29 29 -45 67t-16 79q0 43 16.5 80.5t45 66t66 45t80.5 16.5q41 0 79 -16t67 -45l195 -195h-165v-128h384v384h-128v-165q-47 47 -93 99t-97.5 95t-110.5 71t-132 28zM384 1280h128v128h-128v-128zM384 1536h128v128h-128v-128zM384 1792h128v128h-128v-128zM640 1792h128v128h-128v-128zM896 1792h128v128h-128v-128zM1280 1920h-128v-128h128v128zM1536 1920h-128v-128h128v128zM1792 1920h-128v-128h128v128zM2048 1920h-128v-128h128v128zM2048 1664h-128v-128h128v128zM2048 1408h-128v-128h128v128zM2048 1152h-128v-128h128v128zM2048 896h-128v-128h128v128zM2048 640h-128v-128h128v128zM2048 384h-128v-128h128v128zM1792 384h-128v-128h128v128zM1536 384h-128v-128h128v128zM1280 384h-128v-128h128v128zM1024 384h-128v-128h128v128z\"\r\n },\r\n {\r\n Name: \"ClosePaneMirrored\",\r\n Code: \"EA49\",\r\n Path: \"M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-1280v896h1280zM128 640v896h384v-896h-384zM1059 1405l-317 -317l317 -317l90 90l-162 163h421v128h-421l162 163z\"\r\n },\r\n {\r\n Name: \"ContactInfoMirrored\",\r\n Code: \"EA4A\",\r\n Path: \"M1308 971q-65 -33 -117.5 -81.5t-89.5 -108t-57 -128t-20 -141.5h128q0 79 30.5 149t82.5 122t122 82.5t149 30.5t149 -30.5t122 -82.5t82.5 -122t30.5 -149h128q0 73 -20 141.5t-57 128t-89.5 108t-117.5 81.5q73 54 114.5 136t41.5 173q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149q0 -91 41.5 -173t114.5 -136zM1792 1280q0 -53 -20.5 -99.5t-55 -81t-81 -55t-99.5 -20.5q-52 0 -99 20.5t-81.5 55t-55 81t-20.5 99.5q0 52 20.5 99t55 81.5t81.5 55t99 20.5q53 0 99.5 -20.5t81 -55t55 -81.5t20.5 -99zM0 1664v-128h896v128h-896zM896 1152h-896v-128h896v128zM896 640h-896v-128h896v128z\"\r\n },\r\n {\r\n Name: \"DockLeftMirrored\",\r\n Code: \"EA4C\",\r\n Path: \"M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-384v896h384zM128 640v896h1280v-896h-1280z\"\r\n },\r\n {\r\n Name: \"DoubleChevronLeftMedMirrored\",\r\n Code: \"EA4D\",\r\n Path: \"M903 1902l879 -878l-879 -878l121 -121l999 999l-999 999zM50 1902l878 -878l-878 -878l121 -121l999 999l-999 999z\"\r\n },\r\n {\r\n Name: \"GoMirrored\",\r\n Code: \"EA4F\",\r\n Path: \"M1027 2048h-1024v-1024h128v805l1827 -1826l90 90l-1826 1827h805v128v0z\"\r\n },\r\n {\r\n Name: \"HelpMirrored\",\r\n Code: \"EA51\",\r\n Path: \"M1024 128h-128v-128h128v128zM960 2048q-79 0 -152.5 -20.5t-137.5 -58t-117 -90.5t-90.5 -117t-58 -137.5t-20.5 -152.5q0 -84 22 -152t58 -124.5t82 -104.5t94 -93t94 -89.5t82 -94.5t58 -108t22 -130v-192h128v192q0 84 -22 152t-58 124.5t-82 104t-94 92.5t-94 90t-82 95t-58 108t-22 130q0 93 35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5h128q0 79 -20.5 152.5t-58 137.5t-90.5 117t-117 90.5t-137.5 58t-152.5 20.5z\"\r\n },\r\n {\r\n Name: \"ImportMirrored\",\r\n Code: \"EA52\",\r\n Path: \"M1497 1459l308 -309h-1543v-128h1540l-305 -305l90 -90l461 461l-461 461zM134 1536h-128v-896h128v896z\"\r\n },\r\n {\r\n Name: \"ImportAllMirrored\",\r\n Code: \"EA53\",\r\n Path: \"M1030 1152v-128l772 -1l-289 -290l90 -90l445 445l-445 445l-90 -90l292 -292zM902 1536h-896v-896h896v896zM134 1152v256h256v-256h-256zM518 1408h256v-256h-256v256zM774 1024v-256h-256v256h256zM390 768h-256v256h256v-256z\"\r\n },\r\n {\r\n Name: \"ListMirrored\",\r\n Code: \"EA55\",\r\n Path: \"M2048 512v128h-1280v-128h1280zM2048 1152h-2048v-128h2048v128zM384 1664v-128h1664v128h-1664z\"\r\n },\r\n {\r\n Name: \"MailForwardMirrored\",\r\n Code: \"EA56\",\r\n Path: \"M2048 1664h-2048v-896v-128l128 128v697l896 -449l896 449v-953h-1024v-128h1152v1280zM1024 1160l-753 376h1506zM413 675l-90 90l-317 -317l317 -317l90 90l-163 163h518v128h-518z\"\r\n },\r\n {\r\n Name: \"MailReplyMirrored\",\r\n Code: \"EA57\",\r\n Path: \"M0 1664v-1082q29 23 61 39.5t67 28.5v815l896 -449l896 449v-953h-1024v-128h1152v1280h-2048zM1024 1160l-753 376h1506zM549 512q-50 0 -110.5 2.5t-121.5 -0.5t-118 -14.5t-101.5 -40t-71 -77.5t-26.5 -126q0 -53 20.5 -99.5t55 -81t81.5 -55t99 -20.5v128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10h293l-162 -163l90 -90l317 317l-317 317l-90 -90z\"\r\n },\r\n {\r\n Name: \"MailReplyAllMirrored\",\r\n Code: \"EA58\",\r\n Path: \"M0 1664v-1082q29 23 61 39.5t67 28.5v815l896 -449l896 449v-953h-704v-128h832v1280h-2048zM1024 1160l-753 376h1506zM933 448l-226 -227l90 -90l318 317l-318 317l-90 -90zM549 512q-50 0 -110.5 2.5t-121.5 -0.5t-118 -14.5t-101.5 -40t-71 -77.5t-26.5 -126q0 -53 20.5 -99.5t55 -81t81.5 -55t99 -20.5v128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10h293l-162 -163l90 -90l317 317l-317 317l-90 -90z\"\r\n },\r\n {\r\n Name: \"MiniContractMirrored\",\r\n Code: \"EA59\",\r\n Path: \"M256 768h-128v-512h1792v1536h-768v-128h640v-768h-768v-512h-768v384zM1792 768v-384h-640v384h640zM256 1024h640v640h-128v-421l-549 549l-91 -91l549 -549h-421v-128z\"\r\n },\r\n {\r\n Name: \"MiniExpandMirrored\",\r\n Code: \"EA5A\",\r\n Path: \"M805 1024l91 91l-549 549h421v128h-640v-640h128v421zM256 896h-128v-640h1792v1536h-896v-128h768v-768h-768v-512h-768v512zM1792 768v-384h-640v384h640z\"\r\n },\r\n {\r\n Name: \"OpenPaneMirrored\",\r\n Code: \"EA5B\",\r\n Path: \"M2048 1664h-2048v-1152h2048v1152zM1920 1536v-896h-1280v896h1280zM128 640v896h384v-896h-384zM768 1152v-128h421l-162 -163l90 -90l317 317l-317 317l-90 -90l162 -163h-421z\"\r\n },\r\n {\r\n Name: \"OpenWithMirrored\",\r\n Code: \"EA5C\",\r\n Path: \"M0 829l317 317l317 -317l-90 -90l-162 163v-583h-129v583l-163 -163zM253 1663h1153v129h-1153v-129zM509 383h897v129h-897v-129zM1661 1536h384v384h-384v-384zM1917 1664h-128v128h128v-128zM1661 896h384v384h-384v-384zM1917 1024h-128v128h128v-128zM1661 256h384v384h-384v-384zM1917 384h-128v128h128v-128zM637 1024h768v128h-896z\"\r\n },\r\n {\r\n Name: \"ParkingLocationMirrored\",\r\n Code: \"EA5E\",\r\n Path: \"M0 768q0 -76 41 -139t110 -94q31 -69 94 -110t139 -41q69 0 128 34t94 94h708q35 -60 94 -94t128 -34t128 34t94 94h162q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256q0 80 -30 150t-82 122t-122 82t-150 30h-37l-328 328q-27 27 -62.5 41.5t-73.5 14.5h-907v-128h29l-256 -563q-20 -45 -24.5 -82t-4.5 -80v-43zM467 1536h301v-256h-459l99 219q8 17 24.5 27t34.5 10zM1445 1280h-549v256h267q26 0 45 -19zM1536 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1536 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-384v512h768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-256h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM384 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM128 768v72q0 41 17 80l106 232h517v-512h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-42 0 -81 -13t-71 -37t-56 -57.5t-37 -73.5q-11 27 -11 53z\"\r\n },\r\n {\r\n Name: \"SendMirrored\",\r\n Code: \"EA63\",\r\n Path: \"M2030 1971l-220 -883l220 -883l-1979 883zM1693 1149l149 598l-1339 -598h1190zM1842 429l-147 592h-1180z\"\r\n },\r\n {\r\n Name: \"ShowResultsMirrored\",\r\n Code: \"EA65\",\r\n Path: \"M1664 256v128h-1664v-128h1664zM2048 1664v128h-128v-128h128zM2048 640v128h-128v-128h128zM1664 640v128h-1664v-128h1664zM1664 1792h-1664v-128h1664v128zM1664 1280v128h-1664v-128h1664z\"\r\n },\r\n {\r\n Name: \"ThumbnailViewMirrored\",\r\n Code: \"EA67\",\r\n Path: \"M2048 896h-640v-640h640v640zM1920 384h-384v384h384v-384zM2048 1792h-640v-640h640v640zM1920 1280h-384v384h384v-384zM0 1664v-128h1152v128h-1152zM384 1280h768v128h-768v-128zM1152 768h-1152v-128h1152v128zM1152 512h-768v-128h768v128z\"\r\n },\r\n {\r\n Name: \"Media\",\r\n Code: \"EA69\",\r\n Path: \"M2048 1378v-898q0 -51 -22.5 -92t-58.5 -70.5t-82 -45.5t-93 -16t-93 16t-82 45.5t-58.5 70.5t-22.5 92t22.5 92.5t58.5 70.5t82 45t93 16q66 0 128 -31v541l-640 -160v-702q0 -51 -22.5 -92t-58.5 -70.5t-82 -45.5t-93 -16t-93 16t-82 45.5t-58.5 70.5t-22.5 92t22.5 92.5t58.5 70.5t82 45t93 16q66 0 128 -31v609zM1024 256q20 0 42.5 6t41.5 18t31.5 30t12.5 42t-12.5 42t-31.5 30t-41.5 18t-42.5 6t-42.5 -6t-41.5 -18t-31.5 -30t-12.5 -42t12.5 -42t31.5 -30t41.5 -18t42.5 -6zM1792 384q20 0 42.5 6t41.5 18t31.5 30t12.5 42t-12.5 42t-31.5 30t-41.5 18t-42.5 6t-42.5 -6t-41.5 -18t-31.5 -30t-12.5 -42t12.5 -42t31.5 -30t41.5 -18t42.5 -6zM384 1408h-128v128h128v-128zM256 1280h128v-128h-128v128zM1152 1536h128v-128h-128v128zM1024 768h-1024v1152h1536v-512l-128 -32v416h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h640v-128z\"\r\n },\r\n {\r\n Name: \"SyncError\",\r\n Code: \"EA6A\",\r\n Path: \"M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM880 140q29 -39 62.5 -74t71.5 -65q-135 1 -264 36.5t-243.5 101t-211 157.5t-167.5 207v-247h-128v512h512v-128h-314q50 -99 122 -183t159.5 -148.5t189 -107.5t211.5 -61zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"Devices3\",\r\n Code: \"EA6C\",\r\n Path: \"M256 1664h1664v-1024h-768v-128h256v-128h-640v128h256v128h-384v-256h-512v768h128v512zM512 512v512h-256v-512h256zM640 768h1152v768h-1408v-384h256v-384z\"\r\n },\r\n {\r\n Name: \"FlashOff\",\r\n Code: \"EA6E\",\r\n Path: \"M1472 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1016 1152l384 768h-433l-512 -1024h449l-384 -768h29l347 347v-182l-293 -293h-290l384 768h-449l640 1280h719l-384 -768h660l-256 -256h-182l128 128h-557z\"\r\n },\r\n {\r\n Name: \"Focus\",\r\n Code: \"EA6F\",\r\n Path: \"M1024 1928q125 0 240.5 -32.5t216 -91t183 -141t141 -183t91 -216t32.5 -240.5t-32.5 -240.5t-91 -216t-141 -183t-183 -141t-216 -91t-240.5 -32.5t-240.5 32.5t-216 91t-183 141t-141 183t-91 216t-32.5 240.5t32.5 240.5t91 216t141 183t183 141t216 91t240.5 32.5zM1024 248q107 0 206 28t185.5 78.5t157 121t121 157t78.5 185.5t28 206t-28 206t-78.5 185.5t-121 157t-157 121t-185.5 78.5t-206 28t-206 -28t-185.5 -78.5t-157 -121t-121 -157t-78.5 -185.5t-28 -206t28 -206t78.5 -185.5t121 -157t157 -121t185.5 -78.5t206 -28zM1304 1408q21 0 40 -8t33.5 -22.5t22.5 -33.5t8 -40v-560q0 -21 -8 -40t-22.5 -33.5t-33.5 -22.5t-40 -8h-560q-21 0 -40 8t-33.5 22.5t-22.5 33.5t-8 40v560q0 21 8 40t22.5 33.5t33.5 22.5t40 8h560zM1280 1280h-512v-512h512v512z\"\r\n },\r\n {\r\n Name: \"VideoLightOff\",\r\n Code: \"EA74\",\r\n Path: \"M1024 1088q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1600 896q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1664v-808q-57 62 -128 107v573h-128v-514q-31 11 -63.5 17.5t-64.5 10.5v486h-37l-219 -219v-295q-34 -11 -66 -25.5t-62 -33.5v317h-1152v-384h1064q-62 -57 -107 -128h-1085v640h1317l256 256h475z\"\r\n },\r\n {\r\n Name: \"Lightbulb\",\r\n Code: \"EA80\",\r\n Path: \"M960 2048q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -145 -55 -269t-157 -225q-83 -82 -127.5 -183t-44.5 -219v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v256q0 118 -44.5 219t-127.5 183q-102 101 -157 225t-55 269q0 97 25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1088 128q26 0 45 19t19 45v192h-384v-192q0 -26 19 -45t45 -19h256zM1155 512q13 129 66 234t143 196q83 84 127.5 183.5t44.5 218.5t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t44.5 -218.5t127.5 -183.5q90 -91 143 -196t66 -234h390z\"\r\n },\r\n {\r\n Name: \"StatusTriangle\",\r\n Code: \"EA82\",\r\n Path: \"M1472 1152l576 -1152h-1152l576 1152v0z\"\r\n },\r\n {\r\n Name: \"VolumeDisabled\",\r\n Code: \"EA85\",\r\n Path: \"M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM640 1280v-512h122q-8 -32 -14 -64t-9 -64h-227v768h293l384 384h91v-506q-67 -18 -128 -48v335l-294 -293h-218zM1709 723l-147 -147l147 -147l-90 -90l-147 146l-147 -146l-90 90l146 147l-146 147l90 90l147 -147l147 147z\"\r\n },\r\n {\r\n Name: \"Puzzle\",\r\n Code: \"EA86\",\r\n Path: \"M1600 1152q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h192v-512h-384v-64q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v64h-384v384h-64q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h64v384h384v64q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-64h384v-512h-192zM1600 768q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h64v256h-384v192q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-192h-384v-384h-192q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h192v-384h384v-192q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v192h384v256h-64z\"\r\n },\r\n {\r\n Name: \"EmojiNeutral\",\r\n Code: \"EA87\",\r\n Path: \"M640 640h768v-128h-768v128zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM768 1152q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"EmojiDisappointed\",\r\n Code: \"EA88\",\r\n Path: \"M1024 768q72 0 149 -16t147 -48.5t128 -82.5t92 -118l-115 -57q-26 51 -72 87.5t-101.5 60.5t-115.5 35t-112 11q-54 0 -113.5 -10.5t-115 -34t-101 -60.5t-71.5 -89l-115 57q34 69 91.5 119.5t127.5 82.5t147 47.5t150 15.5zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM767 1131q-47 21 -97 21q-35 0 -68.5 -10t-62 -28.5t-51 -44.5t-37.5 -58l-117 53q22 49 57 89t79 68t94.5 43.5t104.5 15.5q80 0 151 -33zM1228 1247q35 17 73.5 25t77.5 8q54 0 104.5 -15.5t94.5 -43.5t78.5 -68t57.5 -89l-117 -53q-15 32 -37.5 58t-51 44.5t-62 28.5t-68.5 10q-52 0 -98 -21z\"\r\n },\r\n {\r\n Name: \"HomeSolid\",\r\n Code: \"EA8A\",\r\n Path: \"M1024 1882l941 -941l-90 -90l-83 82v-805h-512v640h-512v-640h-512v805l-83 -82l-90 90l941 941v0z\"\r\n },\r\n {\r\n Name: \"Ringer\",\r\n Code: \"EA8F\",\r\n Path: \"M1792 512v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-768h128zM1536 512v768q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h1024zM1024 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"PDF\",\r\n Code: \"EA90\",\r\n Path: \"M1920 384h-128v-384h-1664v384h-128v1024h128v640h1243l421 -421v-219h128v-1024zM1408 1664h165l-165 165v-165zM256 1408h1408v128h-384v384h-1024v-512zM1664 384h-1408v-256h1408v256zM1792 1280h-1664v-768h1664v768zM448 1152q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-64v-128h-128v512h192zM448 896q26 0 45 19t19 45t-19 45t-45 19h-64v-128h64zM896 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v512h128zM896 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10v-256zM1280 1152h320v-128h-192v-128h192v-128h-192v-128h-128v512z\"\r\n },\r\n {\r\n Name: \"HeartBroken\",\r\n Code: \"EA92\",\r\n Path: \"M1504 1921q113 0 212 -42.5t173 -116.5t116.5 -173t42.5 -212q0 -109 -41.5 -208.5t-117.5 -175.5l-865 -865l-865 865q-76 76 -117.5 175.5t-41.5 208.5q0 113 42.5 212t116.5 173t173 116.5t212 42.5q111 0 208.5 -40.5t176.5 -118.5q24 -23 47.5 -47t47.5 -48q24 24 47.5 48t47.5 47q79 78 176.5 118.5t208.5 40.5zM1798 1083q59 59 90 135t31 159q0 87 -32.5 162.5t-88.5 132t-131.5 89t-162.5 32.5q-84 0 -159 -31t-135 -90q-66 -65 -128.5 -131t-126.5 -132l384 -384l-302 -301l-90 90l211 211l-384 384l163 164q-26 23 -50 49t-49 50q-60 59 -134.5 90t-159.5 31q-87 0 -162.5 -32.5t-132 -89t-89 -132t-32.5 -162.5q0 -82 32 -159t90 -135l774 -774z\"\r\n },\r\n {\r\n Name: \"StoreLogo16\",\r\n Code: \"EA96\",\r\n Path: \"M1536 1536h384v-1453q0 -35 -23.5 -59t-58.5 -24h-1756q-34 0 -58 24.5t-24 58.5v1453h384v256l256 256h640l256 -256v-256zM640 1792v-256h640v256h-640zM896 256v384h-384v-384h384zM896 768v384h-384v-384h384zM1408 256v384h-384v-384h384zM1408 768v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"MultiSelectMirrored\",\r\n Code: \"EA98\",\r\n Path: \"M1294 1664v-128h-1280v128h1280v0zM1294 1152h-1280v128h1280v-128v0zM1294 768h-1280v128h1280v-128v0zM1294 384h-1280v128h1280v-128v0zM1694 772l286 286l68 -68l-354 -354l-178 178l68 68l110 -110v0zM1694 1540l286 286l68 -68l-354 -354l-178 178l68 68l110 -110v0z\"\r\n },\r\n {\r\n Name: \"Broom\",\r\n Code: \"EA99\",\r\n Path: \"M1984 2048q26 0 45 -19t19 -45t-19 -45l-730 -730q54 -69 81.5 -150t27.5 -168q0 -103 -39 -197.5t-112 -167.5l-68 -68l-227 -454l-958 958l454 227l68 68q73 73 167.5 112t197.5 39q87 0 168 -27.5t150 -81.5l730 730q19 19 45 19zM1069 505l-564 564l-285 -142l707 -707zM1152 603q61 60 94.5 130.5t33.5 157.5q0 81 -30.5 151.5t-83.5 123.5t-123.5 83.5t-151.5 30.5q-87 0 -157.5 -33t-130.5 -95z\"\r\n },\r\n {\r\n Name: \"AddToShoppingList\",\r\n Code: \"EA9A\",\r\n Path: \"M640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM512 896h128v-128h-128v128zM768 896h768v-128h-768v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256zM384 384h896v-128h-1024v1792h1536v-1280h-128v1152h-1280v-1536z\"\r\n },\r\n {\r\n Name: \"Cocktails\",\r\n Code: \"EA9D\",\r\n Path: \"M1792 1984q0 -26 -19 -45l-749 -750v-1061h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-768q-26 0 -45 19t-19 45t19 45t45 19h320v1061l-749 750q-19 19 -19 45t19 45t45 19h1536q26 0 45 -19t19 -45zM346 1920l614 -614l613 614h-1227z\"\r\n },\r\n {\r\n Name: \"Wines\",\r\n Code: \"EABF\",\r\n Path: \"M1536 1344q0 -110 -39 -208.5t-108 -175t-162.5 -126.5t-202.5 -63v-643h192q26 0 45 -19t19 -45t-19 -45t-45 -19h-512q-26 0 -45 19t-19 45t19 45t45 19h192v643q-109 13 -202.5 63t-162.5 126.5t-108 175t-39 208.5q0 88 14.5 172.5t42.5 168.5l121 363h796l121 -363q28 -84 42.5 -168.5t14.5 -172.5zM512 1344q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5q0 76 -13.5 149t-34 144t-45.5 141.5t-49 141.5h-612l-92 -277q-24 -73 -37 -147t-13 -152z\"\r\n },\r\n {\r\n Name: \"Articles\",\r\n Code: \"EAC1\",\r\n Path: \"M1536 1280v-128h-1024v128h1024zM1280 1792v-128h-768v128h768zM1024 256v640h512v-640h-512zM1152 768v-384h256v384h-256zM1536 1536v-128h-1024v128h1024zM256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM896 384v-128h-384v128h384zM896 896v-128h-384v128h384zM896 640v-128h-384v128h384z\"\r\n },\r\n {\r\n Name: \"Cycling\",\r\n Code: \"EAC7\",\r\n Path: \"M384 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM384 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1664 896q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1408 960q-26 0 -45 19l-115 114l-102 -101q9 -9 21.5 -20t23 -23t18 -25t7.5 -28v-448q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v294q-27 27 -54 54.5t-55 54.5q-39 38 -61 76.5t-22 95.5q0 30 6 54t17 45t27.5 40t36.5 39l429 429q-2 8 -3 17t-1 17q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -80.5t-36.5 -70.5t-56.5 -55.5t-73 -36.5l77 -77h166q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-320zM1408 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM992 992q0 26 19 45l192 192q19 19 45 19t45 -19l141 -141h294q26 0 45 19t19 45t-19 45t-45 19h-192q-26 0 -45 19l-275 275l-403 -403q-18 -18 -31.5 -36.5t-13.5 -46.5q0 -26 12 -44t29 -35l132 -132q19 -19 19 -45v-320q0 -26 19 -45t45 -19t45 19t19 45v422l-77 77q-19 19 -19 45z\"\r\n },\r\n {\r\n Name: \"DietPlanNotebook\",\r\n Code: \"EAC8\",\r\n Path: \"M1668 1919h124v-1919h-1536v1919h126v129h128v-129h258v129h128v-129h258v129h128v-129h258v129h128v-129zM1664 128v1663h-1280v-1663h1280zM1408 1535v-128h-768v128h768zM640 382v128h768v-128h-768zM640 895v128h768v-128h-768z\"\r\n },\r\n {\r\n Name: \"Pill\",\r\n Code: \"EACB\",\r\n Path: \"M1536 1344q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45q0 27 18.5 45.5t45.5 18.5zM1152 1344q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1531 2048q107 0 201.5 -40.5t164.5 -110.5t110.5 -164.5t40.5 -201.5q0 -103 -39 -197.5t-112 -167.5l-1015 -1015q-73 -73 -167.5 -112t-197.5 -39q-107 0 -201.5 40.5t-164.5 110.5t-110.5 164.5t-40.5 201.5q0 103 39 197.5t112 167.5l1015 1015q73 73 167.5 112t197.5 39zM517 128q78 0 148 29t126 85l464 464l-549 549l-464 -464q-55 -55 -84.5 -126t-29.5 -149q0 -81 30.5 -151.5t83.5 -123t123.5 -83t151.5 -30.5zM1806 1257q55 55 84.5 125.5t29.5 148.5q0 81 -30.5 151.5t-83.5 123.5t-123.5 83.5t-151.5 30.5q-78 0 -148.5 -29.5t-125.5 -84.5l-461 -460l550 -550z\"\r\n },\r\n {\r\n Name: \"ExerciseTracker\",\r\n Code: \"EACC\",\r\n Path: \"M128 1408q42 0 67 -20t43.5 -44t36.5 -44t45 -20q48 0 85 19t68.5 47.5t61 61.5t63.5 61.5t74.5 47.5t95.5 19q36 0 70 -11.5t63 -31.5l1 -2q17 -12 32.5 -24.5t32.5 -24.5q12 12 25.5 21t31.5 9q27 0 45.5 -19.5t18.5 -45.5q0 -20 -13 -38q32 -20 64 -38.5t64 -36.5q16 17 34 33.5t43 16.5q26 0 45 -19t19 -45q0 -16 -6.5 -26t-14.5 -22q34 -17 68.5 -33t69.5 -31q16 16 33.5 32t41.5 16q26 0 45 -19t19 -45q0 -21 -12 -37q63 -26 127.5 -48t128.5 -46q34 -13 70.5 -33.5t66 -48.5t48.5 -63t19 -76v-32q0 -56 -27.5 -101t-69.5 -80.5t-92.5 -61.5t-95.5 -43q-145 -55 -300.5 -76.5t-310.5 -21.5h-128q-42 0 -75.5 10t-62.5 22t-57 22t-61 10q-27 0 -50.5 -6.5t-47.5 -18.5q-38 -19 -76.5 -29t-81.5 -10h-320q-40 0 -75 15t-61 41t-41 61t-15 75v704q0 27 10 50t27.5 40.5t40.5 27.5t50 10zM1920 800q0 16 -13.5 31.5t-32.5 29t-39.5 24t-33.5 15.5q-78 30 -155.5 57t-154.5 59l-102 -101q-19 -19 -45 -19t-45 19t-19 45q0 15 9.5 30.5t22.5 30t27.5 27.5t24.5 23q-35 16 -69 32.5t-68 33.5l-94 -94q-19 -19 -45 -19t-45 19t-19 45t19 45l66 67q-32 18 -63.5 37t-62.5 39l-106 -105q-19 -19 -45 -19t-45 19t-19 45t19 45l89 89q-24 19 -49.5 38.5t-58.5 19.5q-28 0 -53 -12t-44 -32h-1q-40 -40 -76.5 -78t-76 -68t-87 -48t-110.5 -18q-32 0 -58 9t-47.5 25t-40.5 37t-36 45q-6 8 -10 11v-511h1792v32zM512 512q33 0 60.5 10t56.5 22t62 22t77 10t81.5 -10t76.5 -29q35 -17 67.5 -22t70.5 -5q87 0 184.5 4.5t195 18t189.5 39t169 68.5h-1674v-64q0 -26 19 -45t45 -19h320z\"\r\n },\r\n {\r\n Name: \"HandsFree\",\r\n Code: \"EAD0\",\r\n Path: \"M1600 1792q40 0 75 -15t61 -41t41 -61t15 -75v-896q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-144 0 -268.5 55t-225.5 156l-472 472q-28 28 -43 65t-15 76q0 42 16 78.5t43 63.5t63.5 42.5t77.5 15.5q40 0 76 -15.5t65 -43.5l107 -106v741q0 40 15 75t41 61t61 41t75 15q37 0 71 -14q8 31 26 57t42.5 45t54.5 29.5t62 10.5t62 -10.5t54.5 -29.5t42.5 -45t26 -57q34 14 71 14q32 0 62 -10.5t54.5 -29.5t42.5 -45t26 -57q34 14 71 14zM1664 1600q0 26 -19 45t-45 19t-45 -19t-19 -45v-448q0 -26 -19 -45t-45 -19t-45 19t-19 45v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-512q0 -26 -19 -45t-45 -19t-45 19t-19 45v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-640q0 -26 -19 -45t-45 -19t-45 19t-19 45v512q0 26 -19 45t-45 19t-45 -19t-19 -45v-787q0 -23 -8.5 -42.5t-23 -34.5t-34.5 -23.5t-42 -8.5t-42.5 8t-36.5 24l-139 139q-21 21 -50 21t-50.5 -21t-21.5 -51q0 -29 21 -50l472 -473q84 -84 184 -128.5t219 -44.5q93 0 174.5 35.5t142 96t96 142t35.5 174.5v896z\"\r\n },\r\n {\r\n Name: \"Medical\",\r\n Code: \"EAD4\",\r\n Path: \"M1728 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-102q0 -89 -22 -173.5t-62.5 -159.5t-98 -137t-129 -107t-154.5 -70t-174 -25t-174 25t-154.5 70t-129 107t-98 137t-62.5 159.5t-22 173.5v229q-123 11 -218.5 59t-160.5 126t-99 181t-34 223v558h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-192v-430q0 -106 29.5 -192t86.5 -147t140.5 -94t191.5 -33q101 0 184 31t141.5 89t90.5 140.5t32 184.5v451h-192q-26 0 -45 19t-19 45t19 45t45 19h320v-558q0 -120 -34 -223t-99 -181t-160.5 -126t-218.5 -59v-229q0 -107 38.5 -205.5t107 -173.5t162 -120t204.5 -45t204.5 45t162 120t107 173.5t38.5 205.5v102q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"Running\",\r\n Code: \"EADA\",\r\n Path: \"M1792 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-320q-26 0 -45 19l-147 146l-102 -101l211 -211q19 -19 19 -45v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v229l-128 128l-147 -146q-19 -19 -45 -19h-448q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h293l80 79q-53 23 -85 71t-32 106v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -42 -13 -80.5t-36.5 -70.5t-56 -56t-72.5 -37l141 -140h165zM1408 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10q24 0 47 9.5t41 26t29 38t11 46.5q0 28 -9 53t-25.5 43.5t-40.5 29t-53 10.5zM1792 1024q26 0 45 19t19 45q0 32 -18 46t-46 18t-63 1.5t-68 -4t-61.5 2t-44.5 19.5l-366 365h-549v-384q0 -26 19 -45t45 -19q37 0 50.5 23.5t15.5 59.5t-2 77t-2 77t15.5 59.5t50.5 23.5h192q26 0 45 -19t19 -45t-19 -45t-45 -19h-128v-192q0 -26 -19 -45l-256 -256q-19 -19 -45 -19h-320q-26 0 -45 -19t-19 -45t19 -45t45 -19h421l174 173q19 19 45 19t45 -19l192 -192q19 -19 19 -45v-256q0 -26 19 -45t45 -19t45 19t19 45v357l-237 238q-19 19 -19 45t19 45l192 192q19 19 45 19t45 -19l174 -173h293z\"\r\n },\r\n {\r\n Name: \"Weights\",\r\n Code: \"EADB\",\r\n Path: \"M1883 1408l128 -128l-283 -282l-320 319l-677 -677l319 -320l-282 -283l-128 128l-160 -159l-192 191q-10 -9 -20.5 -21t-22 -22.5t-25 -18t-28.5 -7.5q-26 0 -45 19t-19 45q0 15 7.5 28.5t18 25t22.5 22t21 20.5l-191 192l159 160l-128 128l283 282l320 -319l677 677l-319 320l282 283l128 -128l160 159l192 -191q10 9 20.5 21t22 22.5t25 18t28.5 7.5q26 0 45 -19t19 -45q0 -15 -7.5 -28.5t-18 -25t-22.5 -22t-21 -20.5l191 -192zM549 256l-293 293l-69 -69l293 -293zM870 320l-550 550l-101 -102l549 -549zM1499 1792l293 -293l69 69l-293 293zM1829 1280l-549 549l-102 -101l550 -550z\"\r\n },\r\n {\r\n Name: \"Trackers\",\r\n Code: \"EADF\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1024 1152h512v-128h-512v128zM1024 768h512v-128h-512v128zM1024 384h512v-128h-512v128zM851 1325l90 -90l-237 -237l-173 173l90 90l83 -83zM851 941l90 -90l-237 -237l-173 173l90 90l83 -83zM851 557l90 -90l-237 -237l-173 173l90 90l83 -83z\"\r\n },\r\n {\r\n Name: \"Vaccination\",\r\n Code: \"EAE0\",\r\n Path: \"M1955 1411l-99 99l-166 -166l99 -99l-90 -90l-99 99l-869 -870h-257l-202 -203l-272 -90l384 384v256l870 869l-99 99l90 90l99 -99l166 166l-99 99l90 90l544 -544zM677 512l832 832l-165 165l-229 -229l82 -83l-90 -90l-83 82l-102 -101l83 -83l-90 -90l-83 83l-101 -102l82 -83l-90 -90l-83 82l-128 -128v-165h165zM1600 1435l165 165l-165 165l-165 -165z\"\r\n },\r\n {\r\n Name: \"AddNotes\",\r\n Code: \"EAE3\",\r\n Path: \"M0 1792h2048v-128h-2048v128zM0 1152v128h2048v-128h-2048zM0 640v128h1280v-128h-1280zM0 128v128h1280v-128h-1280zM1790 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z\"\r\n },\r\n {\r\n Name: \"AllCurrency\",\r\n Code: \"EAE4\",\r\n Path: \"M959 1022q-48 2 -99 12t-94 31q-17 8 -27 23.5t-10 34.5q0 26 19 45t45 19q13 0 27 -6q66 -29 138 -30v219q-37 13 -71.5 32t-61 45.5t-42.5 60.5t-16 77q0 41 16.5 74t43 57.5t61 41t70.5 24.5q0 29 16 50.5t48 21.5q27 0 45.5 -18.5t18.5 -45.5q35 -2 66.5 -9.5t64.5 -16.5l-44 -120q-21 8 -43 12t-44 6v-200q34 -12 68.5 -32t62 -47t44.5 -61t17 -74q0 -44 -15 -80t-40.5 -63t-61 -45.5t-75.5 -27.5q0 -28 -17.5 -48t-46.5 -20q-25 0 -43 17t-20 41zM1086 1165q28 11 46 30.5t18 51.5q0 12 -6.5 23t-16 20.5t-20.5 17t-21 13.5v-156zM895 1585q0 -28 20.5 -46.5t42.5 -29.5v139q-3 -1 -13 -5.5t-12 -6.5q-14 -5 -26 -20t-12 -31zM1640 1234q92 -36 167 -96t128.5 -137.5t83 -169t29.5 -190.5q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100.5t-153 -65t-170 -23q-104 0 -202 33t-181 96q-84 -63 -182 -96t-203 -33q-89 0 -170.5 23t-152.5 64.5t-129.5 100t-100 130t-64.5 153t-23 170.5q0 99 29.5 190.5t83 169t128.5 137.5t167 96q-24 84 -24 173q0 88 23 170t64.5 153t100 129.5t129.5 100.5t153 65t170 23t170 -23t153 -65t129.5 -100.5t100 -129.5t64.5 -153t23 -170q0 -89 -24 -173zM1024 1920q-106 0 -199.5 -40.5t-163 -110.5t-109.5 -163t-40 -199t40 -199.5t109.5 -163t163 -110t199.5 -40.5t199.5 40.5t163 110t109.5 163t40 199.5t-40 199t-109.5 163t-163 110.5t-199.5 40.5zM640 128q106 0 199.5 40.5t163 110t109.5 163t40 199.5q0 68 -20 134q-54 -9 -108 -9q-105 0 -203.5 33t-182.5 97q-7 -4 -13 -5q-88 -26 -133.5 -91.5t-45.5 -156.5v-2h126q26 0 45 -19t19 -45q0 -31 -17 -44.5t-41 -18t-51 -3t-46 1.5q35 -59 93.5 -92.5t127.5 -33.5q29 0 54.5 6t51.5 17q13 5 26 5q26 0 45 -18.5t19 -44.5q0 -29 -22.5 -47t-54 -28.5t-64.5 -14t-55 -3.5q-61 0 -117.5 18.5t-104 51.5t-83.5 80t-57 104q-16 0 -31 3t-26.5 10t-18.5 19.5t-7 31.5q0 26 17.5 44t43.5 20q0 56 14 109.5t41 100t67.5 83.5t93.5 60q-23 29 -43.5 60t-37.5 64q-74 -29 -133.5 -77.5t-102.5 -111t-66 -136t-23 -152.5q0 -106 40 -199.5t109.5 -163t163 -110t199.5 -40.5zM1408 128q106 0 199.5 40.5t163 110t109.5 163t40 199.5q0 79 -23 152.5t-66 135.5t-103 110.5t-133 77.5q-38 -74 -93 -136t-124 -108l93 -126l140 187q19 26 51 26q27 0 46 -19t19 -46q0 -20 -13 -38l-180 -239v-105q19 0 41.5 0.5t42 -4.5t33 -18.5t13.5 -41.5t-13.5 -41.5t-33 -18.5t-42 -4.5t-41.5 0.5q0 -19 0.5 -41.5t-4.5 -42t-18.5 -33t-41.5 -13.5t-41.5 13.5t-18.5 33t-4.5 42t0.5 41.5q-19 0 -41 -0.5t-41.5 4.5t-32.5 18.5t-13 41.5t13 41.5t32.5 18.5t42 4.5t40.5 -0.5v105l-142 194l-6 -2q12 -41 17 -84t5 -85q0 -118 -40.5 -226.5t-118.5 -196.5q64 -44 136.5 -67t150.5 -23z\"\r\n },\r\n {\r\n Name: \"BarChart4\",\r\n Code: \"EAE7\",\r\n Path: \"M0 0v640h384v-640h-384zM512 0v1152h384v-1152h-384zM1536 1152h384v-1152h-384v1152zM1024 0v1664h384v-1664h-384z\"\r\n },\r\n {\r\n Name: \"CircleDollar\",\r\n Code: \"EAED\",\r\n Path: \"M1088 1064q45 -23 91 -50.5t82.5 -63t59.5 -80.5t23 -102t-19 -109t-53 -93.5t-81 -70.5t-103 -41v-134h-128v134q-72 12 -133.5 50.5t-107.5 94.5l98 82q28 -34 64 -59.5t79 -36.5v399q-45 23 -91 50.5t-82.5 63t-59.5 80.5t-23 102t19 109t53 93.5t81 70.5t103 41v134h128v-134q72 -12 133.5 -50.5t107.5 -94.5l-98 -82q-28 34 -64 59.5t-79 36.5v-399zM832 1280q0 -26 12.5 -48.5t31.5 -42t41.5 -35t42.5 -26.5v333q-29 -10 -52.5 -28t-40.5 -42t-26 -52.5t-9 -58.5zM1088 587q28 10 52 28.5t40.5 42.5t26 52t9.5 58q0 25 -12.5 48t-31.5 42.5t-41.5 35t-42.5 26.5v-333zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z\"\r\n },\r\n {\r\n Name: \"CirclePlus\",\r\n Code: \"EAEE\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90 -214t140 -181.5t181.5 -140t214 -90t238.5 -32zM1088 1089h448v-128h-448v-449h-128v449h-448v128h448v447h128v-447z\"\r\n },\r\n {\r\n Name: \"Coffee\",\r\n Code: \"EAEF\",\r\n Path: \"M448 1024q56 0 101.5 -25.5t81.5 -67.5t61.5 -96t42.5 -111t25 -112t8 -100t-8 -100t-25 -112t-42.5 -111t-61.5 -96t-81.5 -67.5t-101.5 -25.5q-35 0 -64 17q-29 -17 -64 -17q-56 0 -101.5 25.5t-81.5 67.5t-61.5 96t-42.5 111t-25 112t-8 100t8 100t25 112t42.5 111t61.5 96t81.5 67.5t101.5 25.5q35 0 64 -17q29 17 64 17zM127 512q0 -45 7 -91t21 -90.5t36 -86t51 -75.5q16 -19 34.5 -30t43.5 -11v768q-25 0 -43.5 -11t-34.5 -30q-29 -35 -51 -76t-36 -85.5t-21 -90.5t-7 -91zM448 128q25 0 43.5 11t34.5 30q29 34 50.5 75.5t36 86t21.5 90.5t7 91t-7 91t-21.5 90.5t-36 85.5t-50.5 76q-16 19 -34.5 30t-43.5 11v-768zM2048 448q0 -35 -17 -64q17 -29 17 -64q0 -56 -25.5 -101.5t-67.5 -81.5t-96 -61.5t-111 -42.5t-112 -25t-100 -8t-100 8t-112 25t-111 42.5t-96 61.5t-67.5 81.5t-25.5 101.5q0 35 17 64q-17 29 -17 64q0 56 25.5 101.5t67.5 81.5t96 61.5t111 42.5t112 25t100 8t100 -8t112 -25t111 -42.5t96 -61.5t67.5 -81.5t25.5 -101.5zM1536 641q-45 0 -91 -7t-90.5 -21.5t-86 -36t-75.5 -50.5q-19 -16 -30 -34.5t-11 -43.5h768q0 25 -11 43.5t-30 34.5q-35 29 -76 50.5t-85.5 36t-90.5 21.5t-91 7zM1536 127q45 0 91 7t90.5 21t85.5 36t76 51q19 16 30 34.5t11 43.5h-768q0 -25 11 -43.5t30 -34.5q34 -29 75.5 -51t86 -36t90.5 -21t91 -7zM1152 1041q-29 -17 -64 -17q-56 0 -101.5 25.5t-81.5 67.5t-61.5 96t-42.5 111t-25 112t-8 100t8 100t25 112t42.5 111t61.5 96t81.5 67.5t101.5 25.5q35 0 64 -17q29 17 64 17q56 0 101.5 -25.5t81.5 -67.5t61.5 -96t42.5 -111t25 -112t8 -100t-8 -100t-25 -112t-42.5 -111t-61.5 -96t-81.5 -67.5t-101.5 -25.5q-35 0 -64 17zM1409 1536q0 45 -7 91t-21.5 90.5t-36 85.5t-50.5 76q-16 19 -34.5 30t-43.5 11v-768q25 0 43.5 11t34.5 30q29 34 50.5 75.5t36 86t21.5 90.5t7 91zM895 1536q0 -45 7 -91t21 -90.5t36 -86t51 -75.5q16 -19 34.5 -30t43.5 -11v768q-25 0 -43.5 -11t-34.5 -30q-29 -35 -51 -76t-36 -85.5t-21 -90.5t-7 -91z\"\r\n },\r\n {\r\n Name: \"Cotton\",\r\n Code: \"EAF3\",\r\n Path: \"M1504 1655q91 -18 167 -64t131.5 -112.5t86.5 -150t31 -176.5q0 -101 -37.5 -191.5t-102.5 -160t-153 -112t-189 -47.5q-71 -106 -178.5 -173t-235.5 -81v-387h-128v387q-128 14 -235.5 81t-178.5 173q-101 5 -189 47.5t-153 112t-102.5 160t-37.5 191.5q0 93 31 176.5t86.5 150t131.5 112.5t167 64q29 88 83 160t125.5 124t157 80.5t178.5 28.5t178.5 -28.5t157 -80.5t125.5 -124t83 -160zM1408 768q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-2 0 -3 -0.5t-3 -0.5q-12 82 -51 152.5t-98 122.5t-134 81t-159 29t-159 -29t-134 -81t-98 -122.5t-51 -152.5q-2 0 -3 0.5t-3 0.5q-80 -1 -150 -31t-122 -81.5t-82 -121.5t-30 -150t30 -149.5t82.5 -122t122 -82.5t149.5 -30h45q24 -51 59 -93.5t79 -75t94.5 -53.5t106.5 -29v129q-56 12 -103 41t-81 70.5t-53 93.5t-19 109h128q0 -30 9 -58.5t26 -52.5t40.5 -42t52.5 -28v373h128v-373q29 10 52.5 28t40.5 42t26 52.5t9 58.5h128q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-129q55 8 106 29t95 53.5t79 75t59 93.5h45z\"\r\n },\r\n {\r\n Name: \"Currency\",\r\n Code: \"EAF5\",\r\n Path: \"M512 1128q64 -32 132.5 -71t124 -89.5t91.5 -115t36 -148.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-133h-128v132q-109 13 -204.5 69.5t-164.5 141.5l98 82q52 -63 121 -106.5t150 -57.5v659q-43 21 -88 45.5t-88 53t-80.5 62t-66 73.5t-45 87t-16.5 103q0 83 29 158.5t80 135t121.5 99t153.5 50.5v133h128v-132q109 -13 204.5 -69.5t164.5 -141.5l-98 -82q-52 63 -121 106.5t-150 57.5v-659zM128 1472q0 -51 25 -93.5t62.5 -78t82.5 -62.5t86 -46v594q-56 -12 -103 -41t-81 -70.5t-53 -93.5t-19 -109zM512 390q56 12 103 41t81 70.5t53 93.5t19 109q0 51 -25 94t-62.5 78t-83 62t-85.5 46v-594zM2033 407q-57 -69 -135.5 -110t-169.5 -41q-83 0 -153 28t-128.5 75.5t-105 110.5t-81.5 134t-58 146t-35 146h-143v128h130q-1 16 -1.5 32t-0.5 32t0.5 32t1.5 32h-130v128h143q12 71 35 146t58 146t81.5 134t105 110.5t128.5 75.5t153 28q92 0 169.5 -41t135.5 -110l-98 -82q-38 47 -91.5 76t-115.5 29q-63 0 -116.5 -23.5t-98.5 -62.5t-80.5 -91t-62.5 -108.5t-45 -115t-28 -111.5h239v-128h-254q-1 -16 -1.5 -32t-0.5 -32t0.5 -32t1.5 -32h254v-128h-239q10 -53 28 -111.5t45 -115t62.5 -108.5t80.5 -91t98.5 -62.5t116.5 -23.5q62 0 115.5 29t91.5 76z\"\r\n },\r\n {\r\n Name: \"Market\",\r\n Code: \"EAFC\",\r\n Path: \"M2048 1664v-640h-62h-66v421l-768 -768l-384 384l-675 -674l-90 90l765 766l384 -384l677 677h-421v128h640z\"\r\n },\r\n {\r\n Name: \"Money\",\r\n Code: \"EAFD\",\r\n Path: \"M2048 1664v-1280h-1920v256h-128v1152h1792v-128h256zM1536 1664q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10v128h-128zM128 1536q27 0 50 10t40.5 27.5t27.5 40.5t10 50h-128v-128zM128 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h1024q0 53 20 99.5t55 81.5t81.5 55t99.5 20v384q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5h-1024q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v-384zM1664 896q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h128v128zM128 768h128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v-128zM1920 1536h-128v-896h-1536v-128h1664v1024zM448 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1344 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM896 896q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM768 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128z\"\r\n },\r\n {\r\n Name: \"PieDouble\",\r\n Code: \"EB04\",\r\n Path: \"M1024 1920q58 0 113.5 -3t109.5 -11.5t107.5 -23t107.5 -37.5q133 -57 241.5 -148t185 -206.5t118 -250.5t41.5 -280q0 -133 -34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34q-195 0 -368 72t-311 209l-45 45l660 661v933zM1088 128q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221q0 108 -27 209.5t-76 191t-119 165t-155 131.5t-184 90.5t-207 42.5v-857l-605 -605q114 -98 252.5 -149t288.5 -51zM896 1152h-896q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32v-896zM768 1910q-121 -21 -226.5 -76.5t-188.5 -138.5t-138.5 -188.5t-76.5 -226.5h630v630zM864 1024l-624 -624q-118 128 -179 289t-61 335h864zM138 896q13 -81 41 -157.5t73 -145.5l303 303h-417z\"\r\n },\r\n {\r\n Name: \"PieSingle\",\r\n Code: \"EB05\",\r\n Path: \"M1152 2048q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5h-896v896zM1280 1280h630q-21 121 -76.5 226.5t-138.5 188.5t-188.5 138.5t-226.5 76.5v-630zM1024 1024h896q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896zM896 896v894q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q108 0 209.5 27t191 76t165 119t131.5 155t90.5 184t42.5 207h-894z\"\r\n },\r\n {\r\n Name: \"Rate\",\r\n Code: \"EB07\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1408 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 640q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM896 1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM640 1152q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1351 1536l-512 -1024h-142l512 1024h142z\"\r\n },\r\n {\r\n Name: \"RemoveFilter\",\r\n Code: \"EB08\",\r\n Path: \"M128 1920h1792v-1792h-1792v1792zM1792 256v1536h-1536v-1536h1536zM621 531l-90 90l402 403l-402 403l90 90l403 -402l403 402l90 -90l-402 -403l402 -403l-90 -90l-403 402z\"\r\n },\r\n {\r\n Name: \"Savings\",\r\n Code: \"EB0B\",\r\n Path: \"M576 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1678 1604q84 -39 152.5 -99.5t117 -136.5t74.5 -163.5t26 -180.5q0 -79 -18 -154t-51 -144t-80.5 -130t-106.5 -113v-163q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-128q-30 0 -58.5 9t-52.5 26t-42 40.5t-28 52.5h-278q-10 -29 -28 -52.5t-42 -40.5t-52.5 -26t-58.5 -9h-128q-40 0 -75 15t-61 41t-41 61t-15 75v80q-68 18 -128.5 53t-108.5 84t-82.5 109t-50.5 129q-32 8 -58 26t-44.5 42.5t-29 54.5t-10.5 62v128q0 34 11.5 65.5t32.5 57t49.5 43t62.5 23.5q74 104 162 194t194 162v358l399 -199h123q14 56 45 103t74 81t96 53t111 19q69 0 130.5 -26.5t107 -72t72 -107t26.5 -130.5q0 -56 -18 -108zM1360 1920q-43 0 -81 -16.5t-66 -44.5t-44.5 -66t-16.5 -81q0 -35 10 -65l342 -85q30 29 47 68.5t17 81.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5zM1664 542q57 46 104 99t81 113t52.5 127t18.5 143t-22 147.5t-62 132.5t-96.5 109.5t-125.5 79.5q-17 -21 -37.5 -38.5t-43.5 -31.5l-462 115q-15 31 -27 61t-17 65h-146l-241 120v-218q-70 -47 -126 -91.5t-104 -93t-92.5 -104t-91.5 -125.5q-17 0 -34.5 -1.5t-31.5 -7.5t-23 -19t-9 -36v-128q0 -26 19 -45t45 -19h64q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30v-192q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v64h512q0 -18 -0.5 -40.5t4.5 -42t18.5 -32.5t41.5 -13h128q26 0 45 19t19 45v222z\"\r\n },\r\n {\r\n Name: \"Sell\",\r\n Code: \"EB0C\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 1133l90 -90l-620 -622l-622 622l90 90l468 -467l-1 998h128l1 -997z\"\r\n },\r\n {\r\n Name: \"StockDown\",\r\n Code: \"EB0F\",\r\n Path: \"M384 1664h1280l-640 -1280l-640 1280v0z\"\r\n },\r\n {\r\n Name: \"StockUp\",\r\n Code: \"EB11\",\r\n Path: \"M1024 1664l640 -1280h-1280l640 1280v0z\"\r\n },\r\n {\r\n Name: \"MSNVolume\",\r\n Code: \"EB15\",\r\n Path: \"M0 640v128h512v-128h-512zM0 896v128h512v-128h-512zM0 384v128h512v-128h-512zM0 128v128h512v-128h-512zM768 1920v128h512v-128h-512zM768 1664v128h512v-128h-512zM768 1408v128h512v-128h-512zM768 1152v128h512v-128h-512zM768 896v128h512v-128h-512zM768 640v128h512v-128h-512zM768 384v128h512v-128h-512zM768 128v128h512v-128h-512zM1536 1536h512v-128h-512v128zM1536 1152v128h512v-128h-512zM1536 896v128h512v-128h-512zM1536 640v128h512v-128h-512zM1536 384v128h512v-128h-512zM1536 128v128h512v-128h-512z\"\r\n },\r\n {\r\n Name: \"Lamp\",\r\n Code: \"EB19\",\r\n Path: \"M1024 128h384v-128h-896v128h384v1024h-665l299 896h860l299 -896h-409v-192q0 -26 -19 -45t-45 -19t-45 19t-19 45v192h-128v-1024zM409 1280h1102l-213 640h-676z\"\r\n },\r\n {\r\n Name: \"Source\",\r\n Code: \"EB1B\",\r\n Path: \"M1151 1407v-127h-895v127h895zM1151 895v-127h-895v127h895zM1407 1663h641v-1407h-1409v256h-639v1407h1407v-256zM127 1792v-129h1153v129h-1153zM127 639h1153v897h-1153v-897zM1919 383v897h-512v-129h385v-127h-385v-129h385v-127h-385v-129h385v-127h-1024v-129h1151zM1919 1407v129h-512v-129h512zM1151 1151v-127h-895v127h895z\"\r\n },\r\n {\r\n Name: \"MSNVideos\",\r\n Code: \"EB1C\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90 -214t140 -181.5t181.5 -140t214 -90t238.5 -32zM768 1536l768 -509l-768 -515v1024zM896 752l409 274l-409 272v-546z\"\r\n },\r\n {\r\n Name: \"Cricket\",\r\n Code: \"EB1E\",\r\n Path: \"M1280 640q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1280 256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1984 2048q26 0 45 -19t19 -45t-19 -45l-546 -547q26 -39 39.5 -84t13.5 -92v-27l-1189 -1189l-347 347l1189 1189q58 0 105.5 -10.5t97.5 -42.5l547 546q19 19 45 19zM1406 1241q-4 32 -18.5 60.5t-36 50t-50 36t-60.5 18.5l-1060 -1059l166 -166z\"\r\n },\r\n {\r\n Name: \"Golf\",\r\n Code: \"EB1F\",\r\n Path: \"M960 2048q97 0 187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187t-25 -187t-71 -168t-110.5 -142.5t-142.5 -110.5t-168 -71t-187 -25t-187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25zM960 768q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1088 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM832 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1088 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1344 1408q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 1152q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM832 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1309 455l-285 -142v-313h-128v313l-285 142l58 114l291 -145l291 145z\"\r\n },\r\n {\r\n Name: \"Baseball\",\r\n Code: \"EB20\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM384 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM640 1472q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM896 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1152 1408q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 1472q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1664 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 704q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1152 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM896 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM640 704q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM384 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"Soccer\",\r\n Code: \"EB21\",\r\n Path: \"M1261 704h-474l-147 451l384 279l384 -279zM1257 1107l-233 169l-233 -169l89 -275h288zM1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1911 1153q-22 151 -94 288l-135 20l-35 -235l167 -169zM1175 1907q-38 7 -75.5 10t-75.5 3t-75.5 -3t-75.5 -10l-61 -122l212 -106l212 106zM231 1441q-72 -137 -94 -288l97 -96l167 169l-35 235zM383 399q107 -110 245 -178l120 62l-109 211l-234 39zM788 160q117 -32 236 -32t236 32l-133 69l198 381l423 70l25 -147q66 101 103 214.5t43 234.5l-107 -106l-301 306l64 425l148 -22q-75 94 -172.5 164.5t-209.5 112.5l67 -134l-384 -192l-384 192l67 134q-112 -42 -209.5 -112.5t-172.5 -164.5l148 22l64 -425l-301 -306l-107 106q6 -121 43 -234.5t103 -214.5l25 147l423 -70l198 -381zM1420 221q138 68 245 178l-22 134l-234 -39l-109 -211z\"\r\n },\r\n {\r\n Name: \"MoreSports\",\r\n Code: \"EB22\",\r\n Path: \"M621 877l256 -256l-90 -90l-256 256zM1216 2048q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5q0 -146 -48 -279t-134.5 -241t-205.5 -184t-261 -108q9 -74 9 -148q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-159 0 -306.5 41t-275.5 116t-233 180t-180 233t-116 275.5t-41 306.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20q74 0 148 -9q32 142 108 261t184 205.5t241 134.5t279 48zM1570 1479q48 -35 105 -53t117 -18q50 0 98 12q-20 68 -54 130t-79 116zM1666 1757q-54 45 -116 79t-130 54q-12 -48 -12 -98q0 -60 18 -117t53 -105zM1295 1915q-20 3 -39.5 4t-39.5 1q-124 0 -239.5 -42.5t-210.5 -121.5l450 -450l172 172q-53 67 -80.5 147.5t-27.5 166.5q0 63 15 123zM675 1666q-53 -63 -90 -136.5t-55 -154.5q137 -32 263 -99t231 -161l102 101zM1152 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 141 -36.5 272t-103.5 244.5t-160.5 207t-207 160.5t-244.5 103.5t-272 36.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -141 36.5 -272t103.5 -244.5t160.5 -207t207 -160.5t244.5 -103.5t272 -36.5zM1115 1024q94 -105 161 -231t99 -263q81 18 154.5 55t136.5 90l-450 451zM1756 766q79 95 121.5 210.5t42.5 239.5q0 20 -1 39.5t-4 39.5q-60 -15 -123 -15q-86 0 -166.5 27.5t-147.5 80.5l-172 -172z\"\r\n },\r\n {\r\n Name: \"AutoRacing\",\r\n Code: \"EB24\",\r\n Path: \"M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1600 1376q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5l-91 91q81 81 125 185t44 219q0 124 -52 239zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5z\"\r\n },\r\n {\r\n Name: \"CollegeHoops\",\r\n Code: \"EB25\",\r\n Path: \"M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM1411 1024q10 -128 59.5 -246t134.5 -215q81 98 127.5 216t57.5 245h-379zM1790 1152q-11 127 -57.5 245t-127.5 216q-85 -97 -134.5 -215t-59.5 -246h379zM1516 1706q-103 93 -228.5 147t-263.5 65v-766h258q11 155 70.5 297t163.5 257zM896 1918q-138 -11 -263.5 -65t-228.5 -147q104 -115 163.5 -257t70.5 -297h258v766zM315 563q85 97 134.5 215t59.5 246h-379q11 -127 57.5 -245t127.5 -216zM509 1152q-10 128 -59.5 246t-134.5 215q-81 -98 -127.5 -216t-57.5 -245h379zM404 470q103 -93 228.5 -147t263.5 -65v766h-258q-11 -155 -70.5 -297t-163.5 -257zM1024 258q138 11 263.5 65t228.5 147q-104 115 -163.5 257t-70.5 297h-258v-766z\"\r\n },\r\n {\r\n Name: \"CollegeFootball\",\r\n Code: \"EB26\",\r\n Path: \"M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1920 1536q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-68 0 -135 -6.5t-133 -19.5l626 -626q13 66 19.5 133t6.5 135zM128 512q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q68 0 135 6.5t133 19.5l-626 626q-13 -66 -19.5 -133t-6.5 -135zM925 190q167 51 314.5 140.5t268 210t210 268t140.5 314.5l-735 735q-167 -51 -314.5 -140.5t-268 -210t-210 -268t-140.5 -314.5zM1235 1325l90 -90l-512 -512l-90 90z\"\r\n },\r\n {\r\n Name: \"ProFootball\",\r\n Code: \"EB27\",\r\n Path: \"M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1261 1453l192 -192l-90 -90l-51 50l-101 -101l50 -51l-90 -90l-51 51l-102 -102l51 -51l-90 -90l-51 50l-101 -101l50 -51l-90 -90l-192 192l90 90l51 -50l101 101l-50 51l90 90l51 -51l102 102l-51 51l90 90l51 -50l101 101l-50 51z\"\r\n },\r\n {\r\n Name: \"ProHockey\",\r\n Code: \"EB28\",\r\n Path: \"M1324 2048q78 0 149.5 -23t127.5 -79l345 -345q56 -56 79 -127.5t23 -149.5q0 -104 -34 -216t-95 -224.5t-144 -222t-181 -207.5t-207.5 -181t-222 -144t-224.5 -95t-216 -34q-77 0 -149 23t-128 79l-345 345q-56 56 -79 127.5t-23 149.5q0 104 34 216t94.5 225t144 222t181.5 207t207 181.5t222 144t225 94.5t216 34zM128 721q0 -121 65.5 -184t185.5 -63q90 0 189.5 31.5t200.5 87.5t200 132t188.5 165.5t165.5 188.5t132 200t87.5 200.5t31.5 189.5q0 121 -64 186t-185 65q-91 0 -190.5 -31.5t-201 -87.5t-200.5 -132.5t-188.5 -166t-165.5 -189t-132 -200.5t-87.5 -201t-31.5 -191zM721 128q91 0 191 31.5t201.5 87.5t201 132t189 165.5t165.5 189t132 201t87.5 201.5t31.5 191q0 51 -14.5 98.5t-50.5 84.5l-152 153q-2 -103 -36.5 -214.5t-95 -223t-143.5 -219.5t-180.5 -205.5t-205.5 -180.5t-219.5 -143.5t-223 -95.5t-214.5 -36l153 -152q37 -36 84.5 -50.5t98.5 -14.5z\"\r\n },\r\n {\r\n Name: \"Rugby\",\r\n Code: \"EB2D\",\r\n Path: \"M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1536 1920q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -60 18 -117t53 -105l1559 1559q-48 35 -105 53t-117 18zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 60 -18 117t-53 105l-1559 -1559q48 -35 105 -53t117 -18z\"\r\n },\r\n {\r\n Name: \"SubstitutionsIn\",\r\n Code: \"EB31\",\r\n Path: \"M1045 2048l875 -1278h-512v-770h-770v770h-510zM1280 898h397l-635 927l-665 -927h389v-770h514v770z\"\r\n },\r\n {\r\n Name: \"Tennis\",\r\n Code: \"EB33\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 1920q-123 0 -237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -65 9 -128q122 2 219.5 49t173.5 123t131.5 174t94.5 203q24 66 54.5 130.5t67.5 125t81.5 116t97.5 102.5q-8 1 -16.5 1h-16.5zM165 769q32 -108 90 -204t136 -174t174 -136t204 -90q8 140 62.5 252t141 199t197.5 151t233 109q66 24 138 60t139 82.5t123 102.5t90 121q-30 120 -90.5 225t-145.5 190t-190 145.5t-225 90.5q-65 -34 -121 -90t-102.5 -123t-82.5 -139t-60 -138q-45 -122 -109 -233t-151 -197.5t-199 -141t-252 -62.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238v16.5t-1 16.5q-47 -53 -102.5 -97.5t-116 -81.5t-125 -67.5t-130.5 -54.5q-105 -39 -203 -94.5t-174 -131.5t-123 -173.5t-49 -219.5q63 -9 128 -9z\"\r\n },\r\n {\r\n Name: \"Arrivals\",\r\n Code: \"EB34\",\r\n Path: \"M1920 832q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1600l-128 512h384l32 -128h256l-160 640h320l320 -640h576q40 0 75 -15t61 -41t41 -61t15 -75zM228 768h1500q26 0 45 19t19 45t-19 45t-45 19h-655q-78 162 -158.5 320.5t-161.5 319.5h-77q40 -161 79.5 -320t80.5 -320h-520l-16 64l-16 64h-120zM2048 384v-128h-1408v128h1408z\"\r\n },\r\n {\r\n Name: \"SecurityCamera\",\r\n Code: \"EB35\",\r\n Path: \"M1833 1123l-71 18l-234 -469l-632 158v-702h-896v128h768v606l-128 32v-510h-640v128h512v414l-462 115q57 224 112 446t111 446l1747 -437zM366 1777l-36 -146l1413 -354l-13 -54l13 54l21 -5l70 139zM1635 1172l-1336 334l-93 -371l1253 -314z\"\r\n },\r\n {\r\n Name: \"Design\",\r\n Code: \"EB3C\",\r\n Path: \"M1280 1920h768v-1920h-2048v2011l1280 -1280v1189zM128 128h1573l-1573 1573v-1573zM1755 256l128 -128h37v1664h-512v-128h256v-128h-256v-128h256v-128h-256v-128h384v-128h-384v-128h256v-128h-256v-128h256v-128h-165l128 -128h165v-128h-37zM384 987l603 -603h-603v603zM512 677v-165h165z\"\r\n },\r\n {\r\n Name: \"Website\",\r\n Code: \"EB41\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1621 1008l48 144h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74zM1157 1152h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74l48 -144zM645 1152h75l-85 -256h-75l-48 144l-48 -144h-75l-85 256h75l48 -144l48 144h74l48 -144z\"\r\n },\r\n {\r\n Name: \"Drop\",\r\n Code: \"EB42\",\r\n Path: \"M1606 882q58 -114 58 -242q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 127 56 241l579 1167z\"\r\n },\r\n {\r\n Name: \"HistoricalWeather\",\r\n Code: \"EB43\",\r\n Path: \"M128 384h1920v-128h-2048v1536h128v-441l525 263l340 -340l459 -115l487 486l90 -90l-537 -538l-565 141l-300 300l-499 -249v-297l520 115l519 -259h354l434 217l58 -114l-462 -231h-414l-505 253l-504 -112v-397v0z\"\r\n },\r\n {\r\n Name: \"SkiResorts\",\r\n Code: \"EB45\",\r\n Path: \"M1472 1408l574 -1152h-2046l768 1536l447 -897zM1472 1121l-185 -369l47 -95l111 111h203zM898 1245l-130 260l-130 -260l130 -130zM207 384h1121l-370 740l-190 -191l-191 191zM1470 384h369l-127 256h-213l-104 -104z\"\r\n },\r\n {\r\n Name: \"Snowflake\",\r\n Code: \"EB46\",\r\n Path: \"M1871 772l33 -124l-200 -53l53 -201l-124 -33l-63 237l-546 315v-631l173 -173l-90 -90l-147 146l-147 -146l-90 90l173 173v631l-546 -315l-63 -237l-124 33l53 201l-200 53l33 124l237 -63l546 315l-546 315l-237 -63l-33 124l200 53l-53 201l124 33l63 -237l546 -315v631l-173 173l90 90l147 -146l147 146l90 -90l-173 -173v-631l546 315l63 237l124 -33l-53 -201l200 -53l-33 -124l-237 63l-546 -315l546 -315l237 63v0z\"\r\n },\r\n {\r\n Name: \"BusSolid\",\r\n Code: \"EB47\",\r\n Path: \"M1920 1408v-256h-128v-960v-64q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-896q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64v960h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1280q40 0 75 -15t61 -41t41 -61t15 -75v-320h128zM256 896h640v512h-640v-512zM512 576q0 26 -19 45t-45 19t-45 -19t-19 -45v-64h128v64zM1664 384h-1408v-128h1408v128zM1536 512v64q0 26 -19 45t-45 19t-45 -19t-19 -45v-64h128zM1664 1408h-640v-512h640v512z\"\r\n },\r\n {\r\n Name: \"FerrySolid\",\r\n Code: \"EB48\",\r\n Path: \"M1768 256h152v-128h-216q-12 -24 -29 -47t-38 -41t-46 -29t-55 -11q-41 0 -71 9.5t-53.5 23.5t-42 30.5t-37 30.5t-38.5 23.5t-46 9.5t-46 -9.5t-38 -23t-36.5 -30t-41.5 -30t-53.5 -23t-72.5 -9.5t-72.5 9.5t-53.5 23t-41.5 30t-36.5 30t-38 23t-46 9.5t-46 -9.5t-38.5 -23.5t-37 -30.5t-42 -30.5t-53.5 -23.5t-71 -9.5q-31 0 -56 10.5t-45.5 28.5t-37 41t-29.5 48l-2 3l-214 -3v128h152l-152 305v157l256 85v477h152l128 256h232v256h384v-256h232l128 -256h152v-477l256 -85v-157zM896 1536h128v128h-128v-128zM1536 846v306h-1152v-306l576 192z\"\r\n },\r\n {\r\n Name: \"EndPointSolid\",\r\n Code: \"EB4B\",\r\n Path: \"M256 0v2048h768v-1024h-640v-1024h-128zM1152 1792h768v-1024h-768v1024z\"\r\n },\r\n {\r\n Name: \"AirplaneSolid\",\r\n Code: \"EB4C\",\r\n Path: \"M1856 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15h-544l-384 -768h-266l256 768h-662l-67 -128h-189l108 320l-108 320h189l67 -128h662l-256 768h266l384 -768h544z\"\r\n },\r\n {\r\n Name: \"TrainSolid\",\r\n Code: \"EB4D\",\r\n Path: \"M1882 0h-181l-256 256h-843l-256 -256h-181l259 258q-36 4 -67 21t-53.5 42.5t-35 58t-12.5 68.5v1408q0 40 15 75t41 61t61 41t75 15h1152q40 0 75 -15t61 -41t41 -61t15 -75v-1408q0 -36 -13 -68.5t-35.5 -58t-53 -42.5t-66.5 -21zM768 1664h512v128h-512v-128zM1664 896v512h-1280v-512h1280zM576 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1472 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z\"\r\n },\r\n {\r\n Name: \"Heart\",\r\n Code: \"EB51\",\r\n Path: \"M1504 1920q113 0 212 -43t173 -116.5t116.5 -173t42.5 -211.5q0 -109 -41.5 -209t-117.5 -176l-865 -864l-865 864q-76 76 -117.5 176t-41.5 209q0 112 42.5 211.5t116.5 173t173 116.5t212 43q83 0 148 -19t120.5 -52.5t106 -80.5t105.5 -103q55 56 105.5 103t106 80.5t120.5 52.5t148 19zM1798 1082q59 59 90 135t31 159q0 87 -32 162.5t-88.5 131t-132 87t-162.5 31.5q-84 0 -149 -26.5t-120 -69.5t-105.5 -97.5t-105.5 -110.5q-54 54 -105 109t-106.5 99t-121 72t-147.5 28q-86 0 -162 -32.5t-132.5 -89t-89 -132.5t-32.5 -162q0 -83 31.5 -159t90.5 -135l774 -774z\"\r\n },\r\n {\r\n Name: \"HeartFill\",\r\n Code: \"EB52\",\r\n Path: \"M1889 1761q53 -53 88.5 -116t53 -131t17.5 -138.5t-17.5 -138t-53 -130.5t-88.5 -116l-865 -864l-865 864q-53 53 -88.5 116t-53 130.5t-17.5 138t17.5 138.5t53 131t88.5 116q78 77 177 118t208 41t208 -41t177 -118l95 -96l95 96q78 77 177 118t208 41t208 -41t177 -118z\"\r\n },\r\n {\r\n Name: \"Ticket\",\r\n Code: \"EB54\",\r\n Path: \"M2048 1152q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-512h-2048v512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10v512h2048v-512zM1920 1536h-1792v-290q60 -35 94 -94t34 -128t-34 -128t-94 -94v-290h1792v290q-60 35 -94 94t-34 128t34 128t94 94v290z\"\r\n },\r\n {\r\n Name: \"WifiWarning4\",\r\n Code: \"EB63\",\r\n Path: \"M576 1152l576 -1152h-1152zM971 112l-395 790l-395 -790h790zM512 640h128v-320h-128v320zM512 256h128v-128h-128v128zM1728 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM763 1135q109 126 241 224t280 166t308.5 103.5t327.5 35.5v-128q-160 0 -313.5 -35.5t-293.5 -102.5t-264 -165t-224 -222zM954 754q80 123 186 220.5t230.5 165.5t263.5 104t286 36v-128q-141 0 -273.5 -37t-248.5 -106.5t-212.5 -168t-163.5 -221.5zM1175 312q32 128 102.5 235.5t169.5 185t220 120.5t253 43v-128q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-13z\"\r\n },\r\n {\r\n Name: \"Devices4\",\r\n Code: \"EB66\",\r\n Path: \"M2048 384h-256v-256h-896v256h-256v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h128v384h640v256h-1152v-640h162q-34 -60 -34 -128h-165l-211 -211q-8 -8 -8 -19t7.5 -18.5t18.5 -7.5h358v-128h-358q-32 0 -60 12t-49 33t-33 49t-12 60q0 31 11.5 59.5t33.5 50.5l211 211v805h1408v-384h128v-384h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640zM1024 1152h640v256h-640v-256zM1664 512h-640v-256h640v256zM1920 1024h-1152v-512h128v128h896v-128h128v512zM960 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"NUIFace\",\r\n Code: \"EB68\",\r\n Path: \"M1019 473q-101 0 -199.5 26t-187 74.5t-163.5 117.5t-127 156q-17 26 -17 56q0 21 8 40t22.5 33t33 22t39.5 8q28 0 50 -13t38 -36q94 -136 220.5 -207t295.5 -71q160 0 286.5 74.5t215.5 203.5q15 22 35.5 35.5t48.5 13.5q45 0 76 -28t31 -75q0 -15 -4 -27.5t-12 -25.5q-24 -44 -57.5 -82t-69.5 -73q-115 -109 -260 -165.5t-303 -56.5zM815 1469q0 -33 -13 -63t-35 -52.5t-51.5 -35.5t-63.5 -13t-63.5 13t-51.5 35t-35 51.5t-13 63.5t12.5 64t34.5 52.5t51.5 35.5t63.5 13t63.5 -13t52 -35.5t35.5 -52t13 -63.5zM1235 1469q0 34 13 64t35 52t52 35t64 13t63.5 -13t51.5 -35.5t34.5 -52t12.5 -63.5t-13 -63.5t-35 -52t-51.5 -35.5t-63.5 -13t-63.5 13t-51.5 35.5t-35 52t-13 63.5z\"\r\n },\r\n {\r\n Name: \"AzureIcon\",\r\n Code: \"EB6A\",\r\n Path: \"M1197 1705l851 -1475h-1581l968 171l-497 592zM1129 1818l-659 -1414h-470l521 903z\"\r\n },\r\n {\r\n Name: \"BingLogo\",\r\n Code: \"EB6B\",\r\n Path: \"M1779 734q0 -106 -38 -203t-110 -174l22 27q-23 -32 -57 -60.5t-72.5 -54t-78 -48t-72.5 -42.5q-53 -32 -103.5 -64t-103 -57.5t-109 -41.5t-121.5 -16q-106 0 -199.5 37.5t-166.5 103t-121 154.5t-61 193q-2 11 -3 23t-1 23v1432q0 34 24 58t58 24q14 0 24.5 -3.5t21.5 -10.5q65 -41 128 -83t127 -84l-2 1q1 0 2 -1q51 -36 79 -88t28 -115v-1272l-1 -1l1 1v2q148 85 293 172t292 174q11 7 22.5 13.5t23.5 13.5q-60 25 -123.5 42t-123.5 42q-35 15 -56 40.5t-35.5 56.5t-25 65t-24.5 65q-4 9 -12.5 29.5t-18.5 45.5t-20.5 52.5t-19.5 52.5t-14.5 44.5t-5.5 28.5q0 32 21.5 54.5t54.5 22.5q16 0 31 -6q28 -12 55.5 -26t54.5 -28q34 -17 84.5 -42.5t102 -54t98 -57.5t73.5 -53q86 -78 132 -184.5t46 -222.5z\"\r\n },\r\n {\r\n Name: \"MSNLogo\",\r\n Code: \"EB6C\",\r\n Path: \"M1260 1350q0 -149 -23.5 -293.5t-70.5 -287.5q-23 -71 -44.5 -140t-46 -134.5t-54.5 -126.5t-70 -116t-93 -104.5t-124 -90.5q-45 -26 -94 -41.5t-101 -15.5q-56 0 -97 18.5t-68 51.5t-40.5 77.5t-13.5 97.5q0 67 26 139t68 139t96 123t110 91q7 4 13 6.5t14 2.5q5 0 22 -6.5t39.5 -17t48.5 -23t49.5 -24t42.5 -21t28 -13.5q14 -6 27.5 -9.5t27.5 -8.5l4 8l-52 40t-51 42q-136 117 -222 257t-122 316q-13 65 -22.5 130t-9.5 131q0 14 0.5 27.5t1.5 27.5q3 47 14 98.5t30 101t46.5 94t64.5 78.5t83 54t102 20q45 0 88 -13.5t82 -36.5q72 -42 125.5 -110t89.5 -148.5t54.5 -167.5t20.5 -166q1 -14 1 -28v-28zM1763 1462q22 0 36 -10t21.5 -25t10.5 -34t3 -37q0 -81 -32 -168.5t-80.5 -172.5t-105 -162t-104.5 -138q-35 -44 -76 -78.5t-95 -52.5l3 -7h90q-10 -68 -22.5 -128.5t-33.5 -117t-53.5 -109t-81.5 -103.5q-9 -9 -22 -20t-27.5 -20.5t-30 -16t-28.5 -6.5q-22 0 -36 12.5t-21.5 31t-10.5 39.5t-3 38q0 35 14.5 92t37.5 125.5t51.5 142t56.5 142t52.5 126.5t39.5 94q45 106 97 208.5t126 190.5q29 34 62.5 65.5t67.5 60.5q17 14 44.5 26t49.5 12z\"\r\n },\r\n {\r\n Name: \"OutlookLogoInverse\",\r\n Code: \"EB6D\",\r\n Path: \"M672 1021q0 -39 -9 -74.5t-28 -63.5t-50 -44.5t-74 -16.5q-42 0 -72 17.5t-49 46t-28 64.5t-9 73q0 38 9 74.5t28.5 65t50.5 46t74 17.5q44 0 74 -18t48.5 -47t26.5 -65.5t8 -74.5zM2048 1024v-800q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v288h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h555v294q0 38 26 64t64 26h1100q38 0 64 -26t26 -64v-38v-670l106 -61h1q9 -6 15 -16t6 -21zM1536 1728v-256h256v256h-256zM1536 1344v-256h256v256h-256zM1536 960v-156l260 156h-260zM1088 1728v-256h320v256h-320zM1088 1344v-256h320v256h-320zM1088 960v-173l206 -128l114 68v233h-320zM768 1728v-192h171q5 0 10.5 -1t10.5 -3v196h-192zM510 684q77 0 137 26.5t101 73t62.5 109.5t21.5 137q0 71 -21 132t-61 106t-98 70.5t-132 25.5q-79 0 -140 -25.5t-103 -72t-63.5 -110.5t-21.5 -140q0 -72 22 -133t63 -105t100 -69t133 -25zM640 256h1057l-673 420v-79q0 -35 -25 -60t-60 -25h-299v-256zM1920 267v618l-504 -302z\"\r\n },\r\n {\r\n Name: \"OfficeLogo\",\r\n Code: \"EB6E\",\r\n Path: \"M1792 1643v-1238q0 -65 -38 -115.5t-101 -68.5l-555 -159q-11 -3 -23.5 -4.5t-23.5 -1.5q-32 0 -58 8.5t-53 23.5l-363 205q-20 11 -31.5 29.5t-11.5 41.5q0 35 24.5 59.5t59.5 24.5h470v1142l-353 -126q-43 -15 -69 -53t-26 -83v-651q0 -40 -20 -73.5t-55 -52.5l-167 -91q-23 -12 -46 -12q-40 0 -68 28t-28 68v917q0 50 26.5 96t70.5 71l596 339q20 11 43 17t46 6q17 0 30.5 -2.5t29.5 -7.5l555 -153q31 -9 56.5 -26.5t44 -42t28.5 -54t10 -61.5zM1664 405v1238q0 22 -13 38.5t-34 22.5l-273 75q-32 9 -64 18.5t-64 17.5v-1586l401 115q21 6 34 22.5t13 38.5z\"\r\n },\r\n {\r\n Name: \"SkypeLogo\",\r\n Code: \"EB6F\",\r\n Path: \"M1894 897q35 -63 53.5 -132.5t18.5 -141.5q0 -116 -44 -218t-120 -177.5t-178 -119.5t-218 -44q-75 0 -147.5 20t-137.5 58q-26 -3 -53 -5t-53 -2q-122 0 -235.5 31.5t-212 89t-180 138t-139 179t-89.5 212t-32 235.5q0 32 3 64.5t8 64.5q-36 63 -55 133.5t-19 142.5q0 116 44 218t120.5 177.5t178.5 119.5t218 44q78 0 153.5 -21.5t141.5 -62.5q24 2 47.5 3.5t47.5 1.5q122 0 235.5 -31.5t212 -89t180 -138t139 -179t89.5 -212t32 -235.5q0 -31 -2.5 -61.5t-6.5 -61.5zM1375 803q0 64 -21.5 112t-57 84t-81 62.5t-93 47t-93 38.5t-81 36.5t-57 40.5t-21.5 52q0 29 14 48t36 30.5t47.5 16.5t49.5 5q27 0 49.5 -3t44 -9t43 -14.5t45.5 -18.5q25 -10 47 -10q43 0 67.5 28t24.5 70q0 33 -16.5 56.5t-43 40t-60.5 26.5t-68.5 15t-67 7t-55.5 2q-68 0 -138 -16.5t-127 -52.5t-93.5 -92t-36.5 -135q0 -63 21.5 -110.5t57 -83t81 -62t93 -47.5t93 -39.5t81 -38t57 -43t21.5 -54.5t-13 -51t-33 -31t-46 -15.5t-51 -4.5q-47 0 -82 11.5t-64 25t-56 25t-57 11.5q-44 0 -72.5 -25.5t-28.5 -70.5q0 -36 19 -62.5t49.5 -45t69.5 -30t78 -18t75.5 -9t62.5 -2.5q73 0 143 15.5t124 51t87 93.5t33 143z\"\r\n },\r\n {\r\n Name: \"Door\",\r\n Code: \"EB75\",\r\n Path: \"M1664 2048v-2048h-1280v2048h1280zM1536 1920h-1024v-1792h1024v1792zM1344 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"EditMirrored\",\r\n Code: \"EB7E\",\r\n Path: \"M0 1713q0 -66 25 -128t73 -110l1317 -1317l633 -158l-158 633l-1317 1317q-48 48 -110 73t-128 25q-69 0 -130 -26.5t-106.5 -72t-72 -106.5t-26.5 -130zM1722 620q-106 -35 -182.5 -111.5t-111.5 -182.5l-1081 1082l293 293zM1872 176l-329 82q10 46 32.5 87t54.5 73t73 54.5t87 32.5zM256 1499q-25 25 -48 47t-41 46.5t-28.5 53t-10.5 66.5q0 43 16.5 80.5t45 66t66 45t80.5 16.5q38 0 66.5 -10.5t53 -28.5t46.5 -41t47 -48z\"\r\n },\r\n {\r\n Name: \"GiftCard\",\r\n Code: \"EB8E\",\r\n Path: \"M1936 1792q23 0 43.5 -9t35.5 -24t24 -35.5t9 -43.5v-1184q0 -23 -9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9h-1824q-23 0 -43.5 9t-35.5 24t-24 35.5t-9 43.5v1184q0 23 9 43.5t24 35.5t35.5 24t43.5 9h1824zM1920 1664h-1280v-139q33 11 64 11q40 0 75 -15t61 -41t41 -61t15 -75q0 -31 -11 -64h1035v384zM384 1344q0 -26 19 -45t45 -19h64v64q0 26 -19 45t-45 19t-45 -19t-19 -45zM704 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45v-64h64zM128 1664v-384h139q-11 33 -11 64q0 40 15 75t41 61t61 41t75 15q31 0 64 -11v139h-384zM128 512h384v549l-147 -146l-90 90l146 147h-293v-640zM1920 512v640h-1189l146 -147l-90 -90l-147 146v-549h1280z\"\r\n },\r\n {\r\n Name: \"DoubleBookmark\",\r\n Code: \"EB8F\",\r\n Path: \"M1792 2048v-1767l-256 128v-385l-640 320l-640 -320v1768h256v256h1280zM1408 232v1432h-1024v-1432l512 256zM1664 488v1432h-1024v-128h896v-1240z\"\r\n },\r\n {\r\n Name: \"StatusErrorFull\",\r\n Code: \"EB90\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1137 1024l342 342l-113 113l-342 -342l-342 342l-113 -113l342 -342l-342 -342l113 -113l342 342l342 -342l113 113z\"\r\n },\r\n {\r\n Name: \"Certificate\",\r\n Code: \"EB95\",\r\n Path: \"M896 768q0 -82 -33.5 -156.5t-94.5 -129.5v-458l-256 128l-256 -128v458q-61 55 -94.5 129.5t-33.5 156.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30.5t122 -82.5t82.5 -122t30.5 -149zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM640 406q-61 -22 -123 -22q-70 0 -133 22v-174l128 64l128 -64v174zM1920 1499v-1499h-1024v128h896v1280h-512v512h-896v-624q-33 -8 -65.5 -20t-62.5 -28v800h1115zM1701 1536l-293 293v-293h293z\"\r\n },\r\n {\r\n Name: \"FastForward\",\r\n Code: \"EB9D\",\r\n Path: \"M1152 1669l806 -645l-806 -650v1295zM1280 1403v-762l474 383zM256 374v1295l806 -645zM384 1403v-762l474 383z\"\r\n },\r\n {\r\n Name: \"Rewind\",\r\n Code: \"EB9E\",\r\n Path: \"M896 374l-806 650l806 645v-1295zM768 641v762l-474 -379zM986 1024l806 645v-1295zM1664 641v762l-474 -379z\"\r\n },\r\n {\r\n Name: \"Photo2\",\r\n Code: \"EB9F\",\r\n Path: \"M2048 1792v-1536h-2048v1536h2048zM128 1664v-677l448 447l640 -640l256 256l448 -447v1061h-1792zM128 384h1317l-869 870l-448 -449v-421zM1920 384v37l-448 449l-166 -166l321 -320h293zM1600 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"OpenSource\",\r\n Code: \"EBC2\",\r\n Path: \"M1792 1344q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 40v782q-56 11 -103 40t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM384 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM768 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1472 1152q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"Movers\",\r\n Code: \"EBCD\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1667l597 -598l-91 -90l-440 440v-1035h-128v1040l-446 -446l-90 90z\"\r\n },\r\n {\r\n Name: \"CloudDownload\",\r\n Code: \"EBD3\",\r\n Path: \"M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128v-128h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1152 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v677h128v-677z\"\r\n },\r\n {\r\n Name: \"Family\",\r\n Code: \"EBDA\",\r\n Path: \"M1790 331q98 -48 162.5 -135.5t80.5 -195.5h-110q-11 57 -41 106t-73 84.5t-97 55.5t-112 20q-59 0 -112.5 -20t-96.5 -55.5t-73 -84.5t-41 -106h-110q16 108 80.5 195.5t162.5 135.5q-57 45 -88.5 109t-31.5 136q0 45 12.5 87.5t36 79t56.5 66t74 48.5q-27 39 -62 69.5t-76 52.5t-86.5 33.5t-92.5 11.5q-80 0 -153 -31.5t-127 -90.5q24 -65 24 -134q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q85 0 161.5 -36t131.5 -100q26 25 56.5 45.5t62.5 37.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q70 -37 126.5 -90t94.5 -123q64 0 120.5 -24.5t98.5 -66.5t66 -98.5t24 -120.5q0 -72 -31.5 -136t-88.5 -109zM512 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM896 1408q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1600 778q-42 0 -78.5 -16t-64 -43.5t-43.5 -64t-16 -78.5t16 -78.5t43.5 -64t64 -43.5t78.5 -16t78.5 16t64 43.5t43.5 64t16 78.5t-16 78.5t-43.5 64t-64 43.5t-78.5 16z\"\r\n },\r\n {\r\n Name: \"WindDirection\",\r\n Code: \"EBE6\",\r\n Path: \"M1024 2048l683 -2048l-683 683l-683 -683l683 2048v0z\"\r\n },\r\n {\r\n Name: \"Bug\",\r\n Code: \"EBE8\",\r\n Path: \"M1608 1151q65 -2 122 -27.5t99 -68.5t66.5 -100.5t24.5 -122.5v-192h-128v192q0 32 -10.5 61.5t-29 54t-44.5 42t-57 26.5q6 -29 9.5 -59.5t3.5 -60.5v-256q0 -7 -1 -13t-2 -13l6 6q60 -60 92 -138t32 -163t-32 -162.5t-92 -137.5l-90 90q42 42 64 95.5t22 113.5q0 68 -31 132q-31 -100 -90.5 -183t-139.5 -142t-176.5 -92t-201.5 -33t-201.5 33t-176.5 92t-139.5 142t-90.5 183q-31 -64 -31 -132q0 -60 22 -113.5t64 -95.5l-90 -90q-60 60 -92.5 137.5t-32.5 162.5t32.5 163t92.5 138l6 -6q-1 7 -2 13t-1 13v256q0 30 3.5 60.5t9.5 59.5q-31 -9 -57 -26.5t-44.5 -42t-29 -54t-10.5 -61.5v-192h-128v192q0 65 24.5 122.5t66.5 100.5t99 68.5t122 27.5q31 70 80 135q-57 10 -105.5 38.5t-83.5 70.5t-55 94.5t-20 110.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h64v-3q47 35 96 59q-15 32 -23.5 66.5t-8.5 69.5q0 70 31 135l-140 140l90 90l127 -127q45 39 98.5 60.5t113.5 21.5t113.5 -21.5t98.5 -60.5l127 127l90 -90l-140 -140q31 -65 31 -135q0 -35 -8.5 -69.5t-23.5 -66.5q26 -13 49.5 -27.5t46.5 -31.5v3h64q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -58 -20 -110.5t-55 -94.5t-83.5 -70.5t-105.5 -38.5q49 -65 80 -135zM1024 1792q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -50 24 -90q42 11 83.5 17.5t84.5 6.5t84.5 -6.5t83.5 -17.5q24 40 24 90q0 40 -15 75t-41 61t-61 41t-75 15zM1536 896q0 104 -41 197t-110.5 163t-162.5 111t-198 41t-198 -41t-162.5 -111t-110.5 -163t-41 -197v-256q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199v256z\"\r\n },\r\n {\r\n Name: \"SiteScan\",\r\n Code: \"EBEC\",\r\n Path: \"M2048 1920v-1031q-28 28 -60.5 50.5t-67.5 39.5v429h-1792v-1024h1088l-128 -128h-1088v1664h2048zM1920 1536v256h-1792v-256h1792zM1411 582q0 66 25 123t68 99.5t100.5 66.5t123.5 24q67 0 125 -25t101 -68.5t68 -101.5t25 -125q0 -65 -24.5 -122.5t-66.5 -100.5t-99 -68t-123 -25q-48 0 -94 13.5t-87 38.5l-201 -201q-23 -23 -45 -46.5t-46 -44.5q-10 -9 -19.5 -14t-23.5 -5q-26 0 -46 20t-20 46q0 14 5 23.5t14 19.5q21 24 44.5 46t46.5 45q51 51 100.5 101t100.5 101q-25 41 -38.5 86.5t-13.5 93.5zM1539 570q0 -38 14.5 -71t39 -58t58 -39t71.5 -14q39 0 74.5 15.5t63.5 42.5t44.5 62t16.5 74q0 36 -15.5 69.5t-41.5 60t-60 42t-70 15.5q-39 0 -74.5 -16.5t-62 -44.5t-42.5 -63.5t-16 -74.5z\"\r\n },\r\n {\r\n Name: \"BrowserScreenShot\",\r\n Code: \"EBED\",\r\n Path: \"M2048 1920v-896h-128v384h-1792v-1024h512v-128h-640v1664h2048zM1920 1536v256h-1792v-256h1792zM1755 896h293v-896h-1280v896h293l128 128h438zM1920 768h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM1408 768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"F12DevTools\",\r\n Code: \"EBEE\",\r\n Path: \"M2048 1792v-1280h-86l-128 128h86v1024h-1792v-1024h512v-128h-640v1280h2048zM1781 512h-576q-218 -219 -437 -437v1450zM1472 640l-576 576v-832l256 256h320z\"\r\n },\r\n {\r\n Name: \"CSS\",\r\n Code: \"EBEF\",\r\n Path: \"M1792 984l128 128v-856h-1920v1664h1631q-40 -26 -73 -60.5t-66 -67.5h-1364v-256h1108l-128 -128h-980v-1024h1664v600zM1848 1792q42 0 78 -15.5t63 -42t42.5 -62.5t15.5 -78q0 -33 -8 -57.5t-21.5 -45.5t-32 -40.5t-39.5 -40.5l-128 -128l-541 -542q-6 -48 -28 -89.5t-56 -71.5t-77.5 -47.5t-91.5 -17.5h-640v126h256q27 0 50 10.5t40.5 28.5t27.5 41.5t10 49.5q0 48 17.5 91.5t47.5 77.5t71.5 56t89.5 28l387 387l326 325q28 28 64.5 42.5t76.5 14.5zM1024 642q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -69 -35 -128h163zM1362 1007q-21 29 -46.5 55t-54.5 46l-115 -115q66 -35 101 -101zM1899 1543q21 21 21 51q0 29 -21 50t-51 21q-31 0 -51 -20l-445 -445q58 -43 102 -101z\"\r\n },\r\n {\r\n Name: \"JS\",\r\n Code: \"EBF0\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM1493 587q0 36 -25.5 60.5t-64.5 45.5t-83.5 41.5t-83.5 48.5t-64.5 67.5t-25.5 97.5q0 55 25 94t65 63.5t88.5 35.5t95.5 11q19 0 41.5 -1t45 -3.5t44 -7.5t39.5 -14v-122q-35 26 -77 35.5t-85 9.5q-23 0 -49.5 -4t-49.5 -15t-38 -30t-15 -48q0 -26 10 -44t30 -33q26 -20 56.5 -33t59.5 -27q34 -16 68 -38t61.5 -49.5t44.5 -62t17 -76.5q0 -60 -25 -99.5t-65 -63t-90 -33t-100 -9.5q-18 0 -45.5 3t-56 8.5t-54.5 13t-40 17.5v127q17 -15 40.5 -27.5t49.5 -21.5t52.5 -13.5t49.5 -4.5q25 0 52.5 3.5t50 14.5t37 31t14.5 52zM767 384q-41 0 -79.5 12.5t-70.5 36t-56.5 56t-36.5 71.5l103 32q16 -43 51.5 -71.5t83.5 -28.5q38 0 61.5 18.5t36 47t17 61.5t4.5 63v458h123v-477q0 -56 -14 -107t-43 -89t-73.5 -60.5t-106.5 -22.5z\"\r\n },\r\n {\r\n Name: \"Transportation\",\r\n Code: \"EBF1\",\r\n Path: \"M960 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1654 1152q41 0 79.5 -12.5t70 -35.5t55.5 -55.5t37 -71.5q2 -8 14.5 -45.5t29.5 -89t36 -109.5t35 -107t26.5 -81.5l10.5 -32.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-640q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64h1l2 320h-131q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v64v704h-128v256h128v320q0 40 15 75t41 61t61 41t75 15h1024q40 0 75 -15t61 -41t41 -61t15 -75v-320h128v-256h-128v-128h118zM1775 936q-14 40 -46.5 64t-74.5 24h-620q-42 0 -74.5 -24t-46.5 -64l-56 -168h974zM765 896h-509v-256h128q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5h167zM768 1536h-512v-512h512v512zM896 1109q31 20 66 31.5t72 11.5h374v384h-512v-427zM320 1920q-26 0 -45 -19t-19 -45v-192h1152v192q0 26 -19 45t-45 19h-1024zM1920 256v246l-3 10t-8 24t-11 31.5t-11 32.5t-8.5 26t-4.5 14h-1060q-1 -3 -4.5 -14t-8.5 -26t-11 -32t-11 -31.5t-8 -24.5l-3 -10v-246h320l64 128h384l64 -128h320z\"\r\n },\r\n {\r\n Name: \"DeliveryTruck\",\r\n Code: \"EBF4\",\r\n Path: \"M2048 512h-524q-10 -29 -28 -52.5t-41.5 -40t-52 -26t-58.5 -9.5t-58.5 9.5t-52 26t-41.5 40t-28 52.5h-536q-10 -29 -28 -52.5t-41.5 -40t-52 -26t-58.5 -9.5t-58.5 9.5t-52 26t-41.5 40t-28 52.5h-268v1152h1408v-128h360l280 -561v-463zM128 640h140q10 28 28 52t41.5 40.5t52 26t58.5 9.5t58.5 -9.5t52 -26t41.5 -40.5t28 -52h536q14 41 44.5 71.5t71.5 44.5v780h-1152v-896zM448 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1344 512q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1920 945l-232 463h-280v-652q41 -14 71.5 -44.5t44.5 -71.5h396v305z\"\r\n },\r\n {\r\n Name: \"ReminderPerson\",\r\n Code: \"EBF7\",\r\n Path: \"M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1595 523q-111 122 -259 183.5t-312 61.5q-108 0 -206.5 -27t-184 -76.5t-155 -119t-119 -155t-76.5 -184t-27 -206.5h-128q0 143 41.5 275t118.5 243t186.5 195t244.5 132q-78 42 -140 102t-105.5 133t-66.5 156t-23 172q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -89 -23.5 -172t-67 -156t-105.5 -133t-140 -102q102 -36 192 -95.5t163 -138.5zM512 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199z\"\r\n },\r\n {\r\n Name: \"ReminderGroup\",\r\n Code: \"EBF8\",\r\n Path: \"M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM736 586q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q94 0 175 -42.5t135 -117.5q38 76 98 136t136 98q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -94 -42.5 -175t-117.5 -135zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM256 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z\"\r\n },\r\n {\r\n Name: \"ReminderTime\",\r\n Code: \"EBF9\",\r\n Path: \"M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1024 1664v-512h384v-128h-512v640h128zM960 256q16 0 32 1l32 2l114 -114q-45 -8 -89 -12.5t-89 -4.5q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -50 -6 -101l-168 -169q46 133 46 270q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30z\"\r\n },\r\n {\r\n Name: \"TabletMode\",\r\n Code: \"EBFC\",\r\n Path: \"M1920 1013q29 -10 52.5 -28t40.5 -42t26 -52.5t9 -58.5v-256q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-110 0 -208.5 39t-175.5 108t-127 162.5t-62 202.5h-771q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-779zM896 768q0 53 20 99.5t55 81.5t81.5 55t99.5 20v320q0 40 15 75t41 61t61 41t75 15t74.5 -15t60.5 -41t41 -61t15 -75q0 -81 0.5 -160t0.5 -160h256v768h-1664v-1152h768v128zM1920 832q0 26 -19 45t-45 19h-448v448q0 26 -19 45t-45 19t-45 -19t-19 -45v-768q0 -26 -19 -45t-45 -19t-45 19t-19 45v320q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-192q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5v256z\"\r\n },\r\n {\r\n Name: \"Umbrella\",\r\n Code: \"EC04\",\r\n Path: \"M960 1920q183 0 351.5 -66.5t302.5 -191.5q137 -128 211 -285.5t91 -343.5q0 -2 0.5 -3.5t0.5 -3.5q0 -12 -4.5 -23.5t-13 -20.5t-19.5 -14.5t-23 -5.5q-6 0 -14.5 1.5t-14.5 3.5q-8 4 -14 8.5t-12 11.5q-41 48 -89 74.5t-113 26.5q-61 0 -115 -27.5t-90 -76.5q-9 -12 -15.5 -24.5t-13.5 -25.5q-9 -17 -24 -27.5t-35 -10.5h-54q-20 0 -35 10.5t-24 27.5q-15 28 -31.5 51t-36.5 41.5t-45 31.5t-57 22v-696q0 -52 -20.5 -98.5t-55.5 -81.5t-81.5 -55.5t-98.5 -20.5t-98.5 20.5t-81.5 55.5t-55.5 81.5t-20.5 98.5q0 18 -0.5 40.5t4.5 42t18.5 32.5t41.5 13t41.5 -13t18.5 -32.5t4.5 -42t-0.5 -40.5q0 -26 10.5 -49t28 -40.5t40.5 -28t49 -10.5q25 0 48.5 10.5t41 28t28 40.5t10.5 49v696q-32 -9 -57 -22t-45 -31.5t-36.5 -41.5t-31.5 -51q-9 -17 -24 -27.5t-35 -10.5h-54q-20 0 -35 10.5t-24 27.5q-7 13 -13.5 25.5t-15.5 24.5q-36 49 -90 76.5t-115 27.5q-66 0 -113 -26.5t-89 -74.5q-11 -12 -22.5 -18.5t-28.5 -6.5q-26 0 -45 19.5t-19 45.5v4q11 125 50.5 240t104 213.5t150 179t188.5 137.5t220 88t244 31zM1600 1216q42 0 82.5 -9t78.5 -27q-37 135 -114.5 247.5t-183.5 193.5t-234.5 126t-268.5 45t-269 -45t-235 -126t-183 -193.5t-114 -247.5q38 18 78.5 27t82.5 9q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5t181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5z\"\r\n },\r\n {\r\n Name: \"NetworkTower\",\r\n Code: \"EC05\",\r\n Path: \"M1188 1254q45 43 69.5 99t24.5 119t-24.5 119t-69.5 99l89 92q64 -62 98.5 -141.5t34.5 -168.5t-34.5 -168.5t-98.5 -141.5zM1455 1966q50 -48 89.5 -105t66.5 -120t41 -131t14 -138t-14 -138t-41 -131t-66.5 -120t-89.5 -105l-89 92q83 80 127.5 183.5t44.5 218.5t-44.5 218.5t-127.5 183.5zM643 1162q-64 62 -98.5 141.5t-34.5 168.5t34.5 168.5t98.5 141.5l89 -92q-45 -43 -69.5 -99t-24.5 -119t24.5 -119t69.5 -99zM465 978q-50 48 -89.5 105t-66.5 120t-41 131t-14 138t14 138t41 131t66.5 120t89.5 105l89 -92q-83 -80 -127.5 -183.5t-44.5 -218.5t44.5 -218.5t127.5 -183.5zM1152 1472q0 -45 -19.5 -84.5t-54.5 -66.5l397 -1193h-134l-86 256h-590l-86 -256h-134l397 1193q-35 27 -54.5 66.5t-19.5 84.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75zM960 1536q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19zM960 1270l-125 -374h250zM1213 512l-86 256h-334l-86 -256h506z\"\r\n },\r\n {\r\n Name: \"CityNext\",\r\n Code: \"EC06\",\r\n Path: \"M1280 2011l640 -640v-1371h-128v1317l-384 384v-421h128v-1280h-384v384h-128v-384h-384v1280h384v128h-768v-1408h-128v1536h1024v-256h128v731zM1408 128v1024h-640v-1024h128v384h384v-384h128zM384 1152v128h128v-128h-128zM384 896v128h128v-128h-128zM384 640v128h128v-128h-128zM384 384v128h128v-128h-128zM384 128v128h128v-128h-128zM1280 1024v-128h-128v128h128zM1280 768v-128h-128v128h128zM1024 1024v-128h-128v128h128zM1024 768v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"CityNext2\",\r\n Code: \"EC07\",\r\n Path: \"M512 1024h-128v256h128v-256zM768 1024h-128v256h128v-256zM1024 1024h-128v256h128v-256zM512 640h-128v256h128v-256zM768 640h-128v256h128v-256zM1024 640h-128v256h128v-256zM1408 1280q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5v-768h-128v768q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-128v-1152h-512v384h-128v-384h-512v1536h128v256h256v256h384v-256h256v-256h128v-256h128zM640 1792h128v128h-128v-128zM384 1536h640v128h-640v-128zM1152 1408h-896v-1280h256v384h384v-384h256v1280zM1408 896h256v-128h-256v128zM1408 640h256v-128h-256v128zM1408 384h256v-128h-256v128zM1408 128h256v-128h-256v128z\"\r\n },\r\n {\r\n Name: \"Section\",\r\n Code: \"EC0C\",\r\n Path: \"M1620 1472q23 0 46.5 -8.5t44 -23t36.5 -34t24 -41.5l277 -789h-2048l278 789q8 22 23.5 41.5t35.5 34t43.5 23t47.5 8.5h1192zM428 1344q-3 0 -7.5 -2.5t-9.5 -5.5t-8.5 -6.5t-4.5 -6.5l-217 -619h1686l-217 619q-1 3 -4.5 6.5t-8.5 6.5t-9.5 5.5t-7.5 2.5h-1192z\"\r\n },\r\n {\r\n Name: \"OneNoteLogoInverse\",\r\n Code: \"EC0D\",\r\n Path: \"M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM389 1109l242 -420h152v670h-148v-429l-233 429h-161v-670h148v420zM1920 256v256h-256v-256h256zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM1920 1408v384h-1280v-256h299q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-299v-256h896v1152h384z\"\r\n },\r\n {\r\n Name: \"ToggleFilled\",\r\n Code: \"EC11\",\r\n Path: \"M1582 558h-1116q-96 0 -181 37t-148 100t-100 148t-37 181t37 181t100 148t148 100t181 37h1116q96 0 181 -37t148 -100t100 -148t37 -181t-37 -181t-100 -148t-148 -100t-181 -37z\"\r\n },\r\n {\r\n Name: \"ToggleBorder\",\r\n Code: \"EC12\",\r\n Path: \"M1582 1490q96 0 181 -37t148 -100t100 -148t37 -181t-37 -181t-100 -148t-148 -100t-181 -37h-1116q-96 0 -181 37t-148 100t-100 148t-37 181t37 181t100 148t148 100t181 37h1116zM1582 652q77 0 145 29.5t118.5 80t80 118t29.5 144.5t-29.5 144.5t-80 118t-118.5 80t-145 29.5h-1116q-77 0 -145 -29.5t-118.5 -80t-80 -118t-29.5 -144.5t29.5 -144.5t80 -118t118.5 -80t145 -29.5h1116z\"\r\n },\r\n {\r\n Name: \"SliderThumb\",\r\n Code: \"EC13\",\r\n Path: \"M1365 1707v-1366q0 -70 -27 -132t-73.5 -108.5t-108.5 -73.5t-132 -27t-132 27t-108.5 73.5t-73.5 108.5t-27 132v1366q0 70 27 132t73.5 108.5t108.5 73.5t132 27t132 -27t108.5 -73.5t73.5 -108.5t27 -132z\"\r\n },\r\n {\r\n Name: \"ToggleThumb\",\r\n Code: \"EC14\",\r\n Path: \"M1031 2048q143 0 274 -36.5t244 -103t205 -160.5t157.5 -208t101 -245t35.5 -273q0 -140 -36.5 -270t-102.5 -243.5t-159 -207.5t-206 -160.5t-243 -103.5t-270 -37t-271 36.5t-245.5 103.5t-209 160.5t-162.5 207t-105.5 243.5t-37.5 271q0 143 37 274.5t104 245.5t161 207t208.5 159.5t246 103t274.5 36.5z\"\r\n },\r\n {\r\n Name: \"Documentation\",\r\n Code: \"EC17\",\r\n Path: \"M1920 1536v-1408h-1152v256h-256v256h-256v1408h731l256 -256h421v-256h256zM1024 1664h165l-165 165v-165zM1280 768v768h-384v384h-512v-1152h896zM1536 512v1152h-128v-1024h-768v-128h896zM1793 1408h-129v-1024h-768v-128h897v1152z\"\r\n },\r\n {\r\n Name: \"Badge\",\r\n Code: \"EC1B\",\r\n Path: \"M1792 1407q0 -23 12 -52.5t29.5 -59.5t36.5 -57t34 -44q72 -86 108 -178t36 -206q0 -108 -46.5 -200.5t-122.5 -166.5q-38 -37 -85 -71t-98.5 -62.5t-105 -50t-105.5 -34.5q-114 -28 -219.5 -64t-210.5 -89q-16 -8 -31 -8t-31 8q-105 53 -210.5 89t-219.5 64q-52 13 -105.5 34.5t-105 50t-98.5 62.5t-85 71q-76 74 -122.5 166.5t-46.5 200.5q0 114 36 205.5t108 178.5q14 17 33.5 44t37 57t29.5 59.5t12 52.5q0 66 -27 113.5t-75 89.5q-13 11 -19 23.5t-6 29.5q0 25 18 43l255 259q9 9 21.5 14t24.5 5q15 0 25 -5t21 -15q42 -38 87.5 -56t102.5 -18q37 0 78 8.5t79.5 25t72 40t56.5 54.5q11 14 23.5 22t30.5 8t30.5 -8t23.5 -22q22 -31 56 -54.5t72.5 -40t79.5 -25t78 -8.5q57 0 102.5 18t87.5 56q11 10 21 15t24 5q28 0 47 -19l255 -259q18 -18 18 -43q0 -17 -6 -29.5t-19 -23.5q-48 -42 -75 -89.5t-27 -113.5zM1024 200q81 42 165.5 72.5t171.5 53.5q24 7 48 12t48 12q52 14 106.5 37.5t105.5 55t97 71t80 86.5t54 101t20 114q0 73 -15.5 123t-41 91.5t-58.5 82t-67 94.5q-14 21 -27 45.5t-23.5 50.5t-17 52.5t-6.5 52.5q0 72 25.5 138t73.5 119l-167 169q-51 -36 -110.5 -53.5t-121.5 -17.5q-41 0 -88 9t-92.5 25t-87.5 39t-72 51q-31 -28 -72.5 -51t-87.5 -39t-92.5 -25t-87.5 -9q-62 0 -121.5 17.5t-110.5 53.5l-167 -169q48 -53 73.5 -119t25.5 -138q0 -26 -6.5 -52.5t-17 -52.5t-24 -50.5t-26.5 -45.5q-34 -54 -67 -94.5t-58.5 -82t-41 -91.5t-15.5 -123q0 -60 20 -114t54 -101t80 -86.5t97 -71t105.5 -55t106.5 -37.5q24 -7 48 -12t48 -12q87 -23 171.5 -53.5t165.5 -72.5z\"\r\n },\r\n {\r\n Name: \"Giftbox\",\r\n Code: \"EC1F\",\r\n Path: \"M1792 1280v-1280h-1664v1280h292q-35 59 -35 128q0 53 20 99.5t54.5 81.5t81 55t99.5 20q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h292zM896 1152h-640v-1024h640v1024zM896 1280q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h256zM1280 1536q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1664 1152h-640v-1024h640v1024z\"\r\n },\r\n {\r\n Name: \"VisualStudioForWindowsAlt\",\r\n Code: \"EC22\",\r\n Path: \"M2048 1713v-1378q0 -37 -19 -67t-52 -47l-358 -180q-26 -13 -58 -13q-25 0 -48.5 9.5t-41.5 27.5l-726 726l-461 -353q-19 -14 -39 -14q-12 0 -40 9.5t-59.5 21.5t-60.5 24t-43 17q-18 7 -30 23.5t-12 36.5v936q0 20 12 36.5t30 23.5q14 5 43 17t60.5 24t59.5 21.5t40 9.5q20 0 39 -14l461 -353l726 726q18 18 41.5 27.5t48.5 9.5q32 0 58 -13l358 -180q33 -17 52 -47t19 -67zM256 768l256 256l-256 256v-512zM1536 649v750l-488 -375z\"\r\n },\r\n {\r\n Name: \"HomeGroup\",\r\n Code: \"EC26\",\r\n Path: \"M320 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM320 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1852 818q46 -30 82.5 -71t61.5 -89t38.5 -101.5t13.5 -108.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 50 10 94q-88 29 -160.5 83t-124.5 126t-80.5 158t-28.5 179q0 119 45.5 224t123.5 183t183 123.5t224 45.5q18 0 36 -1t36 -3q-8 35 -8 68q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -53 -17 -102.5t-48 -90t-74 -70.5t-94 -45q52 -73 78.5 -157.5t26.5 -174.5q0 -71 -17 -139t-51 -131zM1536 1728q0 -62 37 -111q35 -15 68 -35t63 -44q6 -1 12 -1.5t12 -0.5q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM896 1088q0 -72 22.5 -139.5t63.5 -124t98 -98.5t126 -64q62 109 165 171.5t229 62.5q71 0 137 -21q27 49 41 103t14 110q0 95 -38.5 181t-107.5 150l-4 1q-35 29 -69.5 50t-76.5 39l-1 1q-73 26 -151 26q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 70 -26 128.5t-71 101t-105 66.5t-128 24q-64 0 -120.5 -26.5t-98.5 -71t-66.5 -102t-24.5 -120.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25z\"\r\n },\r\n {\r\n Name: \"MyNetwork\",\r\n Code: \"EC27\",\r\n Path: \"M1836 1531q42 -87 63 -184.5t21 -194.5q0 -131 -36 -252.5t-102.5 -226.5t-161.5 -190t-212 -141v-86h-640v-128h256v-128h-640v128h256v128h-640v896h128q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q130 0 252 -36t227.5 -102.5t190 -161.5t140.5 -212h2v-5zM1689 1536q-73 127 -187 217.5t-254 133.5q48 -78 77.5 -169.5t46.5 -181.5h317zM1792 1152q0 132 -44 256h-356q16 -128 16 -255v-257h340q44 124 44 256zM1280 1152q0 65 -4 128.5t-12 127.5h-480q-8 -64 -12 -127.5t-4 -128.5h512zM1024 1915q-29 0 -55.5 -21.5t-49 -56t-41 -77.5t-33 -85t-24.5 -79t-15 -60h436q-5 23 -15 60t-24.5 79t-33 85t-41 77.5t-49 56t-55.5 21.5zM800 1887q-140 -43 -254 -133.5t-187 -217.5h317q17 90 46.5 181.5t77.5 169.5zM300 1408q-44 -124 -44 -256h384q0 65 4 128.5t12 127.5h-356zM128 384h1152v640h-1152v-640zM1408 487q88 51 159.5 122t122.5 159h-282v-281z\"\r\n },\r\n {\r\n Name: \"ExcelLogoInverse\",\r\n Code: \"EC28\",\r\n Path: \"M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM512 915l121 -227h183l-203 330l199 324h-175l-112 -205q-2 -3 -3.5 -6.5t-3.5 -7.5q-27 55 -55 109.5t-56 109.5h-186l194 -326l-212 -328h184zM1216 256v256h-576v-256h576zM1216 640v320h-192v-320h192zM1216 1088v320h-192v-320h192zM1216 1536v256h-576v-256h576zM1920 256v256h-576v-256h576zM1920 640v320h-576v-320h576zM1920 1088v320h-576v-320h576zM1920 1536v256h-576v-256h576z\"\r\n },\r\n {\r\n Name: \"WordLogoInverse\",\r\n Code: \"EC29\",\r\n Path: \"M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM515 1092l123 -404h140l134 672h-141l-80 -397l-113 384h-119l-120 -386l-80 399h-147l134 -672h140zM1920 256v256h-1280v-256h1280zM1920 640v320h-896v-320h896zM1920 1088v320h-896v-320h896zM1920 1536v256h-1280v-256h1280z\"\r\n },\r\n {\r\n Name: \"PowerPointLogoInverse\",\r\n Code: \"EC2A\",\r\n Path: \"M1152 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32q-110 0 -215 26t-199.5 75.5t-176 121t-144.5 161.5h-332q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h332q63 90 144.5 161.5t176 121t199.5 75.5t215 26zM1216 1789v-701h701q-12 140 -70.5 262.5t-152 216t-216.5 152t-262 70.5zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1152 256q100 0 193 24.5t175.5 70t151.5 109t121 142t84 169.5t40 190h-828v828q-148 -12 -279 -77.5t-230 -175.5h359q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-359q55 -61 120.5 -108.5t138.5 -80.5t152 -50t161 -17zM496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96z\"\r\n },\r\n {\r\n Name: \"Cafe\",\r\n Code: \"EC32\",\r\n Path: \"M1663 1536q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-103q-44 -77 -105 -142t-135 -114h279q26 0 45 -19t19 -45t-19 -45t-45 -19h-1408q-26 0 -45 19t-19 45t19 45t45 19h279q-81 54 -144.5 124t-107.5 152.5t-67.5 174.5t-23.5 189v384h1536zM895 512q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170v256h-1280v-256q0 -88 23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23zM1663 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20q0 -65 1.5 -130t-1.5 -129t-12.5 -127.5t-31.5 -125.5h44z\"\r\n },\r\n {\r\n Name: \"SpeedHigh\",\r\n Code: \"EC4A\",\r\n Path: \"M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1600 1376q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5l-91 91q81 81 125 185t44 219q0 124 -52 239zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5z\"\r\n },\r\n {\r\n Name: \"Commitments\",\r\n Code: \"EC4D\",\r\n Path: \"M1344 2048q26 0 45 -19l640 -640q19 -19 19 -45t-19 -45l-243 -243q25 -25 49 -48t42.5 -47.5t30 -53.5t11.5 -67q0 -40 -15 -76t-41 -63t-61 -43t-75 -17q-2 -41 -17 -75.5t-40.5 -60t-60 -40.5t-74.5 -16q-1 -40 -17 -75t-43 -61.5t-63 -41.5t-76 -15q-32 0 -65 11q-11 -31 -29.5 -56.5t-43.5 -44t-55 -28.5t-63 -10q-26 0 -46 4.5t-37.5 13.5t-34 22t-34.5 29q-35 -32 -68.5 -50.5t-83.5 -18.5q-40 0 -76 15t-63 41t-43 61t-17 76q-39 1 -74 16t-61 41t-41 61t-16 74q-40 1 -74.5 16t-60 41t-41 61t-16.5 74q-41 1 -76 17t-61 43t-41 62.5t-15 75.5q0 41 15.5 77t43.5 65l106 107l-146 147q-19 19 -19 45t19 45l640 640q19 19 45 19t45 -19l132 -132q13 4 50.5 17t86.5 29.5t103.5 35t102 34t80.5 25.5t40 10zM312 1088q-29 0 -50 -21l-113 -112q-21 -21 -21 -51t20.5 -50.5t50.5 -20.5q31 0 51 20l113 112q21 21 21 51t-21 51t-51 21zM504 896q-14 0 -27.5 -5.5t-23.5 -15.5l-112 -113q-21 -21 -21 -51q0 -29 21 -49.5t51 -20.5q14 0 27.5 5t23.5 15l112 113q21 21 21 50q0 30 -21 51t-51 21zM696 704q-29 0 -50 -21l-113 -112q-21 -21 -21 -51t20.5 -50.5t50.5 -20.5q31 0 51 20l113 112q21 21 21 51t-21 51t-51 21zM704 327q0 -29 21 -49.5t51 -20.5q14 0 27.5 5t23.5 15l112 113q21 21 21 50q0 30 -21.5 51t-50.5 21q-14 0 -27.5 -5.5t-23.5 -15.5l-112 -113q-21 -21 -21 -51zM1720 768q29 0 50.5 21t21.5 50q0 30 -21 51l-632 633q-3 3 -10 5.5t-14.5 4t-15 2.5t-11.5 1q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-40 0 -75 15t-61 41t-41 61t-15 75q0 24 5 53.5t16 51.5l187 375q9 16 27 26l-43 43l-550 -549l135 -134q45 5 85 -6.5t70 -37t48 -63t19 -82.5q40 -2 75 -16.5t60.5 -40t40.5 -60t16 -75.5q40 -2 75 -16.5t60.5 -40t40.5 -60t16 -75.5q41 -2 76 -17t61 -41.5t41 -61.5t15 -77q0 -45 -18 -84t-52 -68q15 -14 27.5 -23t34.5 -9q29 0 50.5 21t21.5 50q0 30 -21 51l90 91l65 -64q23 -21 50 -21q29 0 50.5 21t21.5 50q0 30 -21 51l-113 113l91 90l112 -112q21 -21 51 -21t51 21t21 51t-21 51l-113 112l91 91l113 -113q21 -21 50 -21zM1893 1344l-566 567l-504 -168l-174 -348q-5 -9 -7 -25t-2 -26q0 -26 19 -45t45 -19q27 0 50 10t40.5 27.5t27.5 40.5t10 50q0 53 20 99.5t55 81.5t81.5 55t99.5 20q16 0 34.5 -3t37.5 -8.5t35.5 -14t28.5 -20.5l472 -472z\"\r\n },\r\n {\r\n Name: \"ThisPC\",\r\n Code: \"EC4E\",\r\n Path: \"M0 2048h1920v-1152h-896v-128h256v-128h-640v128h256v128h-896v1152zM1792 1024v896h-1664v-896h1664zM228 512h1464l228 -334v-50h-1920v50zM208 256h1504l-88 128h-1328z\"\r\n },\r\n {\r\n Name: \"MusicNote\",\r\n Code: \"EC4F\",\r\n Path: \"M1152 2048q0 -104 46 -186.5t123 -148.5q99 -86 157 -193t58 -240h-128q0 104 -46 186.5t-123 148.5q-24 20 -45.5 42t-41.5 46v-1415q0 -9 -3 -21.5t-7 -25.5t-9.5 -25t-9.5 -20q-25 -48 -64 -85t-86 -61.5t-100 -37t-105 -12.5q-68 0 -136.5 22t-123.5 63t-89.5 100.5t-34.5 134.5t34.5 134.5t89.5 100.5t123.5 63t136.5 22q69 0 135 -20.5t121 -62.5v1491h128zM768 128q41 0 86 12t83 36t62.5 60t24.5 84t-24.5 84t-62.5 60t-83 36t-86 12t-86 -12t-83 -36t-62.5 -60t-24.5 -84t24.5 -84t62.5 -60t83 -36t86 -12z\"\r\n },\r\n {\r\n Name: \"MicOff\",\r\n Code: \"EC54\",\r\n Path: \"M704 512q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-834q-34 -11 -66 -25.5t-62 -33.5v893q0 26 -19 45t-45 19h-512q-26 0 -45 -19t-19 -45v-1152q0 -26 19 -45t45 -19h192h130q-2 -2 -2.5 -20.5t-0.5 -40.5t0.5 -42t0.5 -25h-320zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1085 128q45 -71 107 -128h-552v128h256v128h-234q-84 0 -158 32t-129 87t-87 129t-32 158v362h128v-362q0 -57 22 -108t59.5 -88.5t88.5 -59.5t108 -22h362v-256h61z\"\r\n },\r\n {\r\n Name: \"PlaybackRate1x\",\r\n Code: \"EC57\",\r\n Path: \"M2048 1024q0 -140 -37 -272t-106 -248t-167.5 -212.5t-220.5 -163.5h275v-128h-512v512h128v-294q117 55 211.5 139.5t161 189.5t103 226.5t36.5 250.5q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -150 48 -289t135 -253t208 -197.5t266 -123.5l-34 -123q-110 31 -208.5 84t-182 124t-150.5 159t-113.5 187t-71.5 208t-25 224q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272zM1536 1024l-768 -443v886zM896 802l384 222l-384 222v-444z\"\r\n },\r\n {\r\n Name: \"EdgeOldLogo\",\r\n Code: \"EC60\",\r\n Path: \"M1983 832h-1309q0 -74 23 -134t63 -106.5t94 -80t115 -55.5t126.5 -32.5t129.5 -10.5q81 0 153 13t140.5 35.5t135.5 53.5t137 68v-434q-78 -38 -154.5 -65.5t-154.5 -46.5t-159 -28t-168 -9q-115 0 -222 26.5t-201 76t-172 120.5t-134 160t-87 194t-31 223q0 126 34.5 240.5t99.5 210.5t158.5 170.5t210.5 121.5q-64 -64 -99.5 -151.5t-45.5 -175.5h729q0 110 -22.5 192.5t-72.5 137t-129 82t-191 27.5q-132 0 -264 -39.5t-251 -109.5t-219 -165.5t-168 -207.5q15 130 55.5 248.5t104 220t148.5 184t188.5 141t223.5 90t255 31.5q78 0 156.5 -14t152.5 -39q148 -51 264 -141.5t195 -209t120.5 -261t41.5 -296.5v-255z\"\r\n },\r\n {\r\n Name: \"CompletedSolid\",\r\n Code: \"EC61\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1627 1363l-136 136l-659 -659l-275 275l-136 -136l411 -411z\"\r\n },\r\n {\r\n Name: \"AlbumRemove\",\r\n Code: \"EC62\",\r\n Path: \"M1856 1792q40 0 75 -15t61 -41t41 -61t15 -75v-768h-128v768q0 26 -19 45t-45 19h-1472v-1280h832v-128h-1216v1536h1856zM256 1664h-128v-1280h128v1280zM1536 1024h-768v384h768v-384zM1408 1280h-512v-128h512v128zM1994 595l-226 -227l226 -226l-90 -90l-226 226l-225 -224l-90 90l224 224l-224 225l90 90l225 -224l226 226z\"\r\n },\r\n {\r\n Name: \"MessageFill\",\r\n Code: \"EC70\",\r\n Path: \"M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048z\"\r\n },\r\n {\r\n Name: \"TabletSelected\",\r\n Code: \"EC74\",\r\n Path: \"M896 640h256v-128h-256v128zM1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-843l-128 123v720q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h800l128 -128h-928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1939 701l90 -91l-557 -557l-269 269l90 91l179 -179z\"\r\n },\r\n {\r\n Name: \"MobileSelected\",\r\n Code: \"EC75\",\r\n Path: \"M1073 384l-57 -56l72 -72h-256v128h241zM1216 128l128 -128h-832q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1264l-128 -128v1392h-1024v-1792h704zM2029 610l-557 -557l-269 269l90 91l179 -179l467 467z\"\r\n },\r\n {\r\n Name: \"LaptopSelected\",\r\n Code: \"EC76\",\r\n Path: \"M1016 456l72 -72h-960q-25 0 -48 10.5t-41 28.5t-28.5 41t-10.5 48q0 16 3.5 36t10 39t16 36.5t21.5 29.5l205 206v805h1408v-805l-91 -91h-1226l-203 -202q-3 -3 -6 -10.5t-5.5 -15.5t-3.5 -16t-1 -12h945zM384 896h1152v640h-1152v-640zM2029 738l-557 -557l-269 269l90 91l179 -179l467 467z\"\r\n },\r\n {\r\n Name: \"TVMonitorSelected\",\r\n Code: \"EC77\",\r\n Path: \"M1716 768l-128 -128h-564v-256h-384v128h256v128h-896v1152h1920v-820l-128 -128v820h-1664v-896h1588zM1939 765l90 -91l-557 -557l-269 269l90 91l179 -179z\"\r\n },\r\n {\r\n Name: \"DeveloperTools\",\r\n Code: \"EC7A\",\r\n Path: \"M1664 896h-128v-704q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v704h-128v128h256v549l-128 128v347h384v-347l-128 -128v-549h256v-128zM1280 1755l64 -65l64 65v165h-128v-165zM1408 896h-128v-704q0 -26 19 -45t45 -19t45 19t19 45v704zM704 2048q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -75 -34 -142.5t-94 -112.5v-1281q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v1281q-60 45 -94 112.5t-34 142.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM768 1544q28 16 51.5 34t40.5 39.5t26.5 48.5t9.5 62q0 30 -9.5 58t-26 52t-40.5 42t-52 28v-180l-64 -64l-64 64v180q-29 -10 -52.5 -28t-40 -42t-26 -52t-9.5 -58q0 -35 9.5 -62t26.5 -48.5t40.5 -39.5t51.5 -34v-1352q0 -26 19 -45t45 -19t45 19t19 45v1352z\"\r\n },\r\n {\r\n Name: \"Shapes\",\r\n Code: \"EC7C\",\r\n Path: \"M2048 768h-419l370 -640h-1404l267 463q-66 -38 -138 -58.5t-148 -20.5q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5q85 0 166.5 -24.5t153.5 -72.5v353h1152v-1152zM576 640q93 0 174.5 35.5t142 96.5t96 142.5t35.5 173.5t-35.5 173.5t-96 142.5t-142 96.5t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1777 256q-121 209 -240 416t-240 416q-121 -209 -240 -416t-240 -416h960zM1920 1792h-896v-347q61 -75 94 -165.5t34 -187.5l145 252l258 -448h365v896z\"\r\n },\r\n {\r\n Name: \"InsertTextBox\",\r\n Code: \"EC7D\",\r\n Path: \"M2048 1660v-1524h-1780v384h116v-268h1548v1292h-780v116h896zM374 776h-374v44q19 3 38 5.5t37 7.5q14 4 30.5 26t31.5 49t27.5 53.5t18.5 40.5l388 918h82l382 -928q9 -22 21.5 -50t29 -53.5t38 -44t48.5 -21.5q28 -3 56 -3v-44h-446v44q17 0 37 -0.5t37.5 4t29.5 16t12 36.5q0 22 -11 60.5t-26 79.5t-30.5 79.5t-25.5 61.5h-446q-9 -23 -26.5 -61.5t-34 -79.5t-29 -79t-12.5 -60q0 -24 12 -35.5t30 -15.5t38.5 -4.5t36.5 -1.5v-44zM402 1285h344l-176 378z\"\r\n },\r\n {\r\n Name: \"LowerBrightness\",\r\n Code: \"EC8A\",\r\n Path: \"M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v192h128v-192zM507 1450l-135 136l90 90l136 -135zM384 1024h-192v128h192v-128zM507 726l91 -91l-136 -135l-90 90zM896 512h128v-192h-128v192zM1413 726l135 -136l-90 -90l-136 135zM1728 1152v-128h-192v128h192zM1413 1450l-91 91l136 135l90 -90z\"\r\n },\r\n {\r\n Name: \"WebComponents\",\r\n Code: \"EC8B\",\r\n Path: \"M1024 1024h768v-896h-1664v1664h896v-768zM256 1664v-640h640v640h-640zM896 256v640h-640v-640h640zM1664 256v640h-640v-640h640zM1280 2048h768v-768h-768v768zM1920 1408v512h-512v-512h512z\"\r\n },\r\n {\r\n Name: \"OfflineStorage\",\r\n Code: \"EC8C\",\r\n Path: \"M960 1920q70 0 158 -8t176.5 -28t168 -53.5t131.5 -84.5q31 -30 50.5 -65.5t19.5 -80.5v-1152q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8t-158 8t-176.5 28t-168 53.5t-131.5 84.5q-31 30 -50.5 65.5t-19.5 80.5v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8zM960 1792q-51 0 -106.5 -3.5t-111 -12t-109.5 -22t-102 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35.5t-17 -39.5q0 -8 3 -15t8 -14q21 -32 60.5 -56t89 -42t105.5 -30.5t112 -20t107 -11t91 -3.5t91 3.5t107 11t112 20t105.5 30.5t88.5 42t61 56q5 7 8 14t3 15q0 20 -17 39.5t-41 35.5t-49 28.5t-40 18.5q-48 19 -102 32.5t-109.5 22t-111 12t-106.5 3.5zM960 256q51 0 106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40v194q-57 -38 -129 -63t-149 -40t-154 -21t-144 -6t-144 6t-154 21t-149 40t-129 63v-194q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5zM960 640q51 0 106.5 3.5t111.5 12t110 21.5t101 33q15 6 40 18.5t49 28.5t41 35t17 40v194q-57 -38 -129 -63t-149 -40t-154 -21t-144 -6t-144 6t-154 21t-149 40t-129 63v-194q0 -21 17 -40t41 -35t49 -28.5t40 -18.5q47 -20 101 -33t110 -21.5t111.5 -12t106.5 -3.5zM960 1024q52 0 107 3.5t110.5 12t109.5 21.5t102 33q15 6 40 18.5t49 28.5t41 35.5t17 39.5v194q-57 -37 -128.5 -62t-149 -40t-154.5 -21.5t-144 -6.5t-144 6.5t-154.5 21.5t-149 40t-128.5 62v-194q0 -20 17 -39.5t41 -35.5t49 -28.5t40 -18.5q48 -20 102 -33t109.5 -21.5t110.5 -12t107 -3.5z\"\r\n },\r\n {\r\n Name: \"DOM\",\r\n Code: \"EC8D\",\r\n Path: \"M1536 768h-512v256h-384v-512h384v128h512v-512h-512v256h-512v1152h-128v512h512v-512h-256v-384h384v128h512v-512zM1138 1166v-284h284v284h-284zM498 1650h284v284h-284v-284zM1138 526v-284h284v284h-284z\"\r\n },\r\n {\r\n Name: \"CloudUpload\",\r\n Code: \"EC8E\",\r\n Path: \"M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-320v128h320q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h384v-128h-384q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1299 659l-147 146v-677h-128v677l-147 -146l-90 90l301 301l301 -301z\"\r\n },\r\n {\r\n Name: \"ScrollUpDown\",\r\n Code: \"EC8F\",\r\n Path: \"M1024 1829l-595 -594l-90 90l685 686l685 -686l-90 -90zM1024 219l595 594l90 -90l-685 -686l-685 686l90 90z\"\r\n },\r\n {\r\n Name: \"DateTime\",\r\n Code: \"EC92\",\r\n Path: \"M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 86 24.5 167t72.5 153h-97v128h128v-86q41 51 91.5 90.5t108 67t120.5 42t128 14.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256zM384 1024h128v-128h-128v128zM640 1024h128v-128h-128v128zM640 1280h128v-128h-128v128zM384 768h128v-128h-128v128zM640 768h128v-128h-128v128zM1024 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM1536 1152h-128v128h128v-128z\"\r\n },\r\n {\r\n Name: \"CloudNotSynced\",\r\n Code: \"EC9C\",\r\n Path: \"M512 1280q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h512v-128h-512q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157q84 -6 158 -40.5t129.5 -91t89.5 -130.5t39 -158q-35 39 -77 70.5t-89 55.5q-21 38 -51 69t-66 52.5t-77 33.5t-85 12q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"AddMedium\",\r\n Code: \"ECA1\",\r\n Path: \"M2048 1229v-410h-819v-819h-410v819h-819v410h819v819h410v-819h819v0z\"\r\n },\r\n {\r\n Name: \"Event\",\r\n Code: \"ECA3\",\r\n Path: \"M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152z\"\r\n },\r\n {\r\n Name: \"Cake\",\r\n Code: \"ECA4\",\r\n Path: \"M1216 1792q-26 0 -45 19t-19 45q0 12 8 31t18.5 40t21 40t16.5 30q6 -11 16.5 -30t21 -40t18.5 -40t8 -31q0 -26 -19 -45t-45 -19zM2048 1152v-1152h-2048v1152l1152 384v160q0 9 7.5 15.5t18 10t21 5t17.5 1.5t17.5 -1.5t21 -5t18 -10t7.5 -15.5v-117l256 85zM1216 1280q-7 0 -17.5 1.5t-21 5t-18 10t-7.5 15.5v89l-747 -249h1462l-366 366l-221 -74v-132q0 -9 -7.5 -15.5t-18 -10t-21 -5t-17.5 -1.5zM128 1024v-384h1792v384h-1792zM1920 128v384h-1792v-384h1792z\"\r\n },\r\n {\r\n Name: \"Tiles\",\r\n Code: \"ECA5\",\r\n Path: \"M1280 1792v-640h-1280v640h1280zM1152 1280v384h-1024v-384h1024zM1408 1792h640v-640h-640v640zM1920 1280v384h-384v-384h384zM768 384v640h1280v-640h-1280zM896 896v-384h1024v384h-1024zM0 384v640h640v-640h-640zM128 896v-384h384v384h-384z\"\r\n },\r\n {\r\n Name: \"Org\",\r\n Code: \"ECA6\",\r\n Path: \"M1664 768h256v-640h-640v640h256v256h-1152v-256h256v-640h-640v640h256v384h640v256h-256v640h640v-640h-256v-256h640v-384zM768 1920v-384h384v384h-384zM512 256v384h-384v-384h384zM1792 256v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"PartyLeader\",\r\n Code: \"ECA7\",\r\n Path: \"M1168 1102q38 -15 74 -33t70 -41q-22 -24 -40 -50.5t-33 -55.5q-77 50 -164.5 76t-178.5 26q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1984 704q0 -52 -16.5 -101t-47.5 -91v-512l-256 128l-256 -128v512q-31 42 -47.5 91t-16.5 101q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM1664 896q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM1792 207v204q-60 -27 -128 -27t-128 27v-204q32 16 64 31.5t64 32.5q32 -17 64 -32.5t64 -31.5z\"\r\n },\r\n {\r\n Name: \"DRM\",\r\n Code: \"ECA8\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1152h-1152v-128h1152v128z\"\r\n },\r\n {\r\n Name: \"CloudAdd\",\r\n Code: \"ECA9\",\r\n Path: \"M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128v-128h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM1152 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z\"\r\n },\r\n {\r\n Name: \"AppIconDefault\",\r\n Code: \"ECAA\",\r\n Path: \"M0 2048h1920v-1024h-896v-896h-1024v1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768z\"\r\n },\r\n {\r\n Name: \"Photo2Add\",\r\n Code: \"ECAB\",\r\n Path: \"M1408 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM2048 512v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256zM922 832l358 -357v-91h-1280v1408h1792v-896h-128v768h-1536v-421l192 191l512 -512l256 256l448 -447v-91h-91l-357 358zM320 1254l-192 -193v-549h933z\"\r\n },\r\n {\r\n Name: \"Photo2Remove\",\r\n Code: \"ECAC\",\r\n Path: \"M1408 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1818 448l227 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227l90 -90zM1457 448l-65 -64h-1392v1408h1792v-1008l-64 -65l-64 65v880h-1536v-421l192 191l512 -512l256 256l323 -322l-91 -91l-232 233l-166 -166l321 -320h149zM1061 512l-741 742l-192 -193v-549h933z\"\r\n },\r\n {\r\n Name: \"Calories\",\r\n Code: \"ECAD\",\r\n Path: \"M1280 1984q0 -179 66 -330t190 -278t190 -278t66 -330q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5t-204 27.5t-183.5 77.5t-155.5 120t-120 155.5t-77.5 183.5t-27.5 204q0 84 18 165t52 155.5t84 140.5t113 121q7 -38 19 -78.5t28.5 -80t37.5 -76t46 -66.5q20 -25 52 -25q27 0 45.5 19t18.5 46q0 11 -3.5 20t-9.5 18q-28 41 -49.5 81t-36.5 82t-23 87t-8 95q0 119 45.5 224t123.5 183t183 123.5t224 45.5h64v-64zM1024 128q133 0 249.5 50t203.5 137t137 203.5t50 249.5q0 151 -56 281t-162 236q-130 131 -204.5 289t-87.5 342q-83 -11 -153.5 -50.5t-122.5 -99t-81 -135t-29 -159.5q0 -78 23 -141.5t68 -125.5q19 -26 29.5 -54.5t10.5 -61.5q0 -40 -15.5 -75t-41.5 -61.5t-61 -41.5t-75 -15q-46 0 -81 17.5t-62 46t-48.5 64.5t-39.5 72q-46 -73 -68.5 -157.5t-22.5 -170.5q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50z\"\r\n },\r\n {\r\n Name: \"POI\",\r\n Code: \"ECAF\",\r\n Path: \"M1024 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -69 -16.5 -131.5t-47.5 -124.5l-576 -1152l-576 1152q-31 62 -47.5 124.5t-16.5 131.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1500 1202q0 1 0.5 1t0.5 1q25 47 38 99t13 105q0 109 -41.5 205t-113.5 168t-168 113.5t-205 41.5t-205 -41.5t-168 -113.5t-113.5 -168t-41.5 -205q0 -53 13 -105t38 -99q0 -1 0.5 -1t0.5 -1l476 -952zM1024 1784q78 0 146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5t29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5zM1024 1144q55 0 103 20.5t84 56.5t56.5 84t20.5 103t-20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5z\"\r\n },\r\n {\r\n Name: \"RemoveContent\",\r\n Code: \"ECC7\",\r\n Path: \"M2045 803l-355 -355l355 -355l-90 -90l-355 355l-355 -355l-90 90l355 355l-355 355l90 90l355 -355l355 355zM256 256h864l-128 -128h-864v1792h1792v-864l-128 -128v864h-1536v-1536z\"\r\n },\r\n {\r\n Name: \"AddTo\",\r\n Code: \"ECC8\",\r\n Path: \"M1088 1088h320v-128h-320v-320h-128v320h-320v128h320v320h128v-320zM1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z\"\r\n },\r\n {\r\n Name: \"RadioBtnOff\",\r\n Code: \"ECCA\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32z\"\r\n },\r\n {\r\n Name: \"RadioBtnOn\",\r\n Code: \"ECCB\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1024 1696q93 0 178.5 -24t160.5 -68t136 -105t105 -136t68 -160.5t24 -178.5t-24 -178.5t-68 -160.5t-105 -136t-136 -105t-160.5 -68t-178.5 -24t-178.5 24t-160.5 68t-136 105t-105 136t-68 160.5t-24 178.5t24 178.5t68 160.5t105 136t136 105t160.5 68t178.5 24z\"\r\n },\r\n {\r\n Name: \"ExploreContent\",\r\n Code: \"ECCD\",\r\n Path: \"M2048 2048v-1792h-128v1664h-1664v128h1792zM128 1792h1664v-1664h-1664v1664zM256 256h1408v1408h-1408v-1408zM1024 1024h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z\"\r\n },\r\n {\r\n Name: \"Embed\",\r\n Code: \"ECCE\",\r\n Path: \"M467 1453l90 -90l-338 -339l338 -339l-90 -90l-430 429zM1581 1453l430 -429l-430 -429l-90 90l338 339l-338 339zM701 256l512 1536h134l-512 -1536h-134z\"\r\n },\r\n {\r\n Name: \"CreditCardBill\",\r\n Code: \"ECD6\",\r\n Path: \"M1664 512h-256v128h256v-128zM1888 1536q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1088q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1600q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v608h-128v1152h896v-512h992zM128 1024h640v896h-640v-896zM1920 1024h-1024v-128h-640v-608q0 -14 9 -23t23 -9h1600q14 0 23 9t9 23v736zM1920 1376q0 14 -9 23t-23 9h-992v-256h1024v224zM512 1664h-256v128h256v-128zM512 1408h-256v128h256v-128zM256 1280h384v-128h-384v128z\"\r\n },\r\n {\r\n Name: \"Product\",\r\n Code: \"ECDC\",\r\n Path: \"M960 1928l832 -416v-1040l-832 -415l-832 415v1040zM1585 1472l-625 312l-241 -120l621 -314zM960 1160l238 118l-622 314l-241 -120zM256 1368v-816l640 -320v816zM1024 232l640 320v816l-640 -320v-816z\"\r\n },\r\n {\r\n Name: \"ProgressLoopInner\",\r\n Code: \"ECDE\",\r\n Path: \"M448 1024q0 -60 12.5 -118t35.5 -112l-111 -64q-32 69 -48.5 143.5t-16.5 150.5q0 91 22.5 176t63.5 160t99 138.5t129 111t153.5 77.5t172.5 38v-129q-109 -12 -202.5 -61.5t-162.5 -126.5t-108 -175.5t-39 -208.5zM1088 1725q90 -8 172.5 -38t153.5 -77.5t129 -111t99 -138.5t63.5 -160t22.5 -176q0 -77 -16.5 -151.5t-48.5 -143.5l-111 64q23 55 35.5 113t12.5 118q0 110 -39 208.5t-108 175.5t-162.5 126.5t-202.5 61.5v129zM1024 448q69 0 134.5 16t125 46.5t111 74t92.5 98.5l111 -65q-50 -70 -113.5 -125.5t-137 -93.5t-155.5 -58.5t-168 -20.5t-168 20.5t-156 59t-138 94t-113 125.5l112 64q41 -55 92.5 -98.5t111 -74t125 -46.5t134.5 -16z\"\r\n },\r\n {\r\n Name: \"ProgressLoopOuter\",\r\n Code: \"ECDF\",\r\n Path: \"M960 1917q-128 -9 -245 -53t-217 -116t-178 -170.5t-126 -216.5l-121 39q54 138 144 252.5t205.5 198.5t252.5 134.5t285 59.5v-128zM1854 1361q-48 118 -126 216.5t-178 170.5t-217.5 116t-244.5 53v128q148 -9 285 -59.5t252.5 -134.5t205.5 -198.5t145 -252.5zM128 1024q0 -99 21.5 -194.5t62.5 -183t100 -165.5t135 -142l-75 -104q-88 73 -157 162.5t-117 190.5t-73 211t-25 225q0 65 8.5 128.5t24.5 126.5l122 -40q-13 -53 -20 -107t-7 -108zM2015 1279q16 -63 24.5 -126.5t8.5 -128.5q0 -115 -25 -225t-73 -211t-117 -190.5t-157 -162.5l-75 104q76 64 135 142t100 165.5t62.5 183t21.5 194.5q0 54 -7 108t-20 107zM1024 128q127 0 246.5 34.5t226.5 101.5l75 -103q-123 -79 -262.5 -120t-285.5 -41t-285.5 41t-262.5 120l75 103q107 -67 226.5 -101.5t246.5 -34.5z\"\r\n },\r\n {\r\n Name: \"Hot\",\r\n Code: \"ECE2\",\r\n Path: \"M1024 628q28 -10 52 -28t40.5 -41.5t26 -52t9.5 -58.5q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 30 9.5 58.5t26 52t40 41.5t52.5 28v1100q0 26 19 45t45 19t45 -19t19 -45v-1100zM1280 729q57 -63 89 -140t32 -162q0 -90 -35.5 -168t-96.5 -135.5t-141 -90.5t-168 -33q-89 0 -168.5 33t-140.5 90.5t-96.5 135.5t-35.5 168q0 85 32 162t89 140v999q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-999zM960 128q62 0 118.5 23t99.5 63t68.5 95t25.5 118q0 75 -33 137.5t-87 112.5v1051q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-1051q-54 -50 -87 -112.5t-33 -137.5q0 -63 25.5 -118t68.5 -95t99.5 -63t118.5 -23z\"\r\n },\r\n {\r\n Name: \"Blocked2\",\r\n Code: \"ECE4\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM960 256q115 0 221.5 29.5t199 84t168 130t130 168t84 199t29.5 221.5t-29.5 221.5t-84 199t-130 168t-168 130t-199 84t-221.5 29.5t-221.5 -29.5t-199 -84t-168 -130t-130 -168t-84 -199t-29.5 -221.5t29.5 -221.5t84 -199t130 -168t168 -130t199 -84t221.5 -29.5zM384 1152h1152v-128h-1152v128z\"\r\n },\r\n {\r\n Name: \"FangBody\",\r\n Code: \"ECEB\",\r\n Path: \"M1709 380q46 -8 84.5 -31t66.5 -56.5t44 -76t16 -88.5v-128h-1536q-80 0 -150 30t-122 82t-82 122t-30 150q0 79 30 149t82.5 122.5t122 82.5t149.5 30v-128q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q25 0 49 9.5t42 27.5t27.5 42t9.5 49q0 196 73 377q35 88 85.5 163.5t115.5 143.5q117 123 177.5 274.5t60.5 321.5v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20h192q62 0 110 -21t94 -61q26 -23 53.5 -34.5t62.5 -11.5q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-64v-704q0 -66 11 -131.5t34 -128.5zM1792 128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-43q-20 49 -35.5 95t-26.5 92.5t-17 95t-6 101.5v704q0 27 10 50t27.5 40.5t40.5 27.5t50 10q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v128q-45 0 -78 9.5t-58 23.5t-45.5 31t-41 31t-43.5 23.5t-54 9.5h-192q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-192q0 -26 19 -45t45 -19q28 0 41.5 13t18.5 32.5t4.5 42t-0.5 40.5h128v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-48 0 -91 23q-32 -131 -93.5 -242.5t-153.5 -208.5q-117 -123 -177.5 -274.5t-60.5 -321.5q0 -68 -34 -128h802q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20v128q62 0 118.5 -18.5t103.5 -52t83 -80.5t57 -105h22v512h128v-546q60 -35 94 -94t34 -128h256z\"\r\n },\r\n {\r\n Name: \"Toolbox\",\r\n Code: \"ECED\",\r\n Path: \"M1408 1536h640v-1152h-2048v1152h640v256h768v-256zM768 1664v-128h512v128h-512zM1920 1408h-1792v-256h384v128h128v-128h768v128h128v-128h384v256zM128 512h1792v512h-384v-128h-128v128h-768v-128h-128v128h-384v-512z\"\r\n },\r\n {\r\n Name: \"PageHeader\",\r\n Code: \"ECEE\",\r\n Path: \"M127 2048h1792v-2048h-1792v2048zM1792 127v1792h-1536v-1792h1536zM1663 1790v-639h-1280v639h1280zM1536 1280v381h-1024v-381h1024zM1663 1024v-641h-1280v641h1280zM1536 512v383h-1024v-383h1024z\"\r\n },\r\n {\r\n Name: \"Glimmer\",\r\n Code: \"ECF4\",\r\n Path: \"M1792 2048h256v-1280h-256v1280zM0 0v256h1280v-256h-1280zM486 1382l180 180l896 -896l-180 -180z\"\r\n },\r\n {\r\n Name: \"ChatInviteFriend\",\r\n Code: \"ECFE\",\r\n Path: \"M1762 458q66 -32 118.5 -80.5t90 -108t57.5 -128t20 -141.5h-128q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149h-128q0 73 20 141.5t57.5 128t90 108t118.5 80.5q-75 54 -116.5 135.5t-41.5 174.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -93 -41.5 -174.5t-116.5 -135.5zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM2048 1920v-1024q0 48 -9 84t-25.5 67t-40 60t-53.5 63v622h-1792v-1152h256v-267l267 267h390q8 -34 21.5 -66t30.5 -62h-389l-448 -448v448h-256v1408h2048z\"\r\n },\r\n {\r\n Name: \"Brush\",\r\n Code: \"ECFF\",\r\n Path: \"M1803 1920q51 0 95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5q0 -49 -18.5 -93.5t-53.5 -79.5q-303 -303 -605.5 -606t-605.5 -606q-6 -61 -33 -114t-69.5 -92t-98 -61.5t-116.5 -22.5h-256q-40 0 -75 15t-61 41t-41 61t-15 75v64h64q26 0 45 19t19 45q0 61 22.5 116.5t61.5 98t92 69.5t114 33q303 303 606 605.5t606 605.5q35 35 79.5 53.5t93.5 18.5zM576 613q55 -24 98 -67t67 -98l116 116q-61 104 -165 165zM448 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -55 -29.5 -102t-79.5 -71q18 -19 45 -19h256zM1886 1592q34 34 34 83q0 24 -9 45.5t-25 37.5t-37.5 25t-45.5 9q-49 0 -83 -34l-935 -936q99 -66 165 -165z\"\r\n },\r\n {\r\n Name: \"Shirt\",\r\n Code: \"ED00\",\r\n Path: \"M2048 1664l-128 -512h-256v-1024h-1280v1024h-256l-128 512l768 256q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5zM1895 1580l-524 175q-24 -50 -60.5 -90.5t-81.5 -69t-97.5 -44t-107.5 -15.5q-56 0 -108 15.5t-97 44t-81.5 69t-60.5 90.5l-524 -175l75 -300h284v-1024h1024v1024h284z\"\r\n },\r\n {\r\n Name: \"Crown\",\r\n Code: \"ED01\",\r\n Path: \"M1793 1727q40 0 75 -15t61 -41t41 -61t15 -75t-15.5 -75t-41.5 -61t-61 -41t-75 -15v-1216h-1536v1216q-40 0 -74.5 15t-60.5 41.5t-41 61.5t-15 74q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -55 -29.5 -102.5t-79.5 -70.5l361 -479l260 471q-29 10 -52.5 28t-40.5 42t-26 52.5t-9 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -61 -34.5 -110t-91.5 -70l263 -473l354 481q-49 24 -78 70.5t-29 101.5q0 40 15 75t41 61t61 41t75 15zM961 1535q0 -27 19.5 -45.5t45.5 -18.5v1l1 -1q26 1 44 19.5t18 44.5t-19 45t-45 19t-45 -19t-19 -45zM193 1535q0 -26 18.5 -45t44.5 -19v1l1 -1q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45zM1663 1084l-324 -441l-312 563l-309 -559l-333 441v-832h1278v828zM1792 1471q26 0 45.5 18.5t19.5 45.5q0 26 -19 45t-45 19t-45 -19t-19 -45q0 -25 17 -43.5t42 -20.5l4 5v-5z\"\r\n },\r\n {\r\n Name: \"Diamond\",\r\n Code: \"ED02\",\r\n Path: \"M2048 1216q0 -23 -15 -41l-960 -1152q-18 -23 -49 -23t-49 23l-960 1152q-15 18 -15 41q0 18 9 33l384 640q8 14 23 22.5t32 8.5h1152q17 0 32 -8.5t23 -22.5l384 -640q9 -15 9 -33zM1173 1792h-298l-204 -512h706zM484 1792l-307 -512h356l204 512h-253zM201 1152l621 -746l-290 746h-331zM1024 241l355 911h-710zM1226 406l621 746h-331zM1515 1280h356l-307 512h-253z\"\r\n },\r\n {\r\n Name: \"ScaleUp\",\r\n Code: \"ED09\",\r\n Path: \"M256 512v1024h1536v-1024h-1536zM384 1408v-768h1280v768h-1280zM1664 1792h384v-384h-128v256h-256v128zM128 1664v-256h-128v384h384v-128h-256zM1920 384v256h128v-384h-384v128h256zM128 640v-256h256v-128h-384v384h128z\"\r\n },\r\n {\r\n Name: \"ResetDevice\",\r\n Code: \"ED10\",\r\n Path: \"M1280 256v128h256v-128h-256zM768 896h-128v384h128v-384zM640 768h128v-128h-128v128zM1280 960q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224v64h128v-64q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5h-422l147 -147l-90 -90l-302 301l302 301l90 -90l-147 -147h422q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1920 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1024q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v99q32 3 64 9t64 14v-122h1024v1792h-1024v-250q-32 8 -64 14t-64 9v227q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024z\"\r\n },\r\n {\r\n Name: \"QRCode\",\r\n Code: \"ED14\",\r\n Path: \"M384 1408v256h256v-256h-256zM128 1152v768h768v-768h-768zM256 1792v-512h512v512h-512zM384 384v256h256v-256h-256zM128 128v768h768v-768h-768zM256 768v-512h512v512h-512zM1664 1664v-256h-256v256h256zM1152 1920h768v-768h-768v768zM1792 1280v512h-512v-512h512zM1152 512h128v-128h-128v128zM1408 768h-128v-128h-128v256h256v-128zM1664 896v-128h-128v128h128zM1536 768v-256h-256v128h128v128h128zM1280 384h256v-128h-128v-128h-256v128h128v128zM1536 128v128h256v-128h-256zM1920 256h-128v256h128v-256zM1792 768v128h128v-256h-128v-128h-128v256h128zM1536 384v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"Feedback\",\r\n Code: \"ED15\",\r\n Path: \"M958 720q101 -40 184 -106.5t142 -152.5t91.5 -187t32.5 -210v-64h-128v64q0 119 -45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224v-64h-128v64q0 109 32.5 210t91.5 187t142 152.5t184 106.5q-45 31 -81 72t-61 88.5t-38.5 100t-13.5 107.5q0 93 35.5 174.5t96 142t142 96t174.5 35.5t174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -55 -13.5 -107.5t-38.5 -100t-61 -88.5t-81 -72zM704 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM2048 2048v-1024h-256l-384 -384v384h-128v128h256v-203l203 203h181v768h-1280v-230q-32 -4 -64.5 -10.5t-63.5 -17.5v386h1536z\"\r\n },\r\n {\r\n Name: \"SharepointLogoInverse\",\r\n Code: \"ED18\",\r\n Path: \"M2048 896q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-65 0 -130 17q-9 -85 -47.5 -158.5t-98.5 -127.5t-137 -84.5t-163 -30.5q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 16 1.5 32t3.5 32h-432q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h302q12 109 62 202.5t127 162.5t175.5 108t208.5 39q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-83 0 -158.5 -29t-134.5 -80.5t-98.5 -122t-51.5 -152.5h422q35 0 60 -25t25 -60v-422l18 3q18 64 52 121.5t80.5 104t103.5 80.5t122 52q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM522 691q46 0 90.5 9.5t79.5 31.5t56.5 58t21.5 90t-22.5 90t-56.5 60t-73 39.5t-73 29t-56.5 28.5t-22.5 38q0 17 12 27.5t28.5 16.5t34.5 8t30 2q51 0 90 -13t81 -39v152q-24 7 -44.5 12t-40.5 8.5t-41.5 5t-47.5 1.5q-44 0 -90 -10t-83.5 -32t-61 -58t-23.5 -88q0 -51 22.5 -85t56.5 -58t73 -40.5t73 -31t56.5 -30.5t22.5 -39q0 -19 -10.5 -30t-26.5 -17t-33.5 -7.5t-31.5 -1.5q-60 0 -106.5 20t-94.5 53v-160q102 -40 211 -40zM960 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 57 -19 109t-53 93.5t-81 70.5t-103 41v-165q0 -35 -25 -60t-60 -25h-293q-6 -32 -6 -64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5q0 -11 0.5 -22t1.5 -22q47 -23 87 -55.5t71.5 -73t53.5 -87.5t33 -98q67 -26 137 -26z\"\r\n },\r\n {\r\n Name: \"YammerLogo\",\r\n Code: \"ED19\",\r\n Path: \"M2004 1023q0 -42 -2.5 -93t-8 -103.5t-13.5 -102.5t-20 -90q-5 -18 -18.5 -29.5t-33.5 -11.5q-9 0 -38 7t-63 16.5t-64.5 18.5t-43.5 12q-21 -78 -54.5 -161.5t-76.5 -163t-95 -152.5t-109 -130q-9 -8 -18.5 -12.5t-21.5 -4.5q-22 0 -37 15l-475 474h-727q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h727l474 474q15 15 37 15q13 0 21.5 -4t17.5 -13q26 -26 48.5 -53.5t43.5 -56.5q172 -228 245 -501q18 5 48.5 14t62 18t59 15.5t39.5 6.5q20 0 33.5 -11.5t18.5 -29.5q12 -41 20.5 -90.5t14 -101t7.5 -102t2 -93.5zM784 1288q0 31 -21 52t-52 21q-20 0 -37.5 -10.5t-27.5 -28.5l-130 -245l-126 245q-12 23 -32.5 31t-44.5 8q-31 0 -52 -21t-21 -52q0 -20 9 -36l177 -315q2 -4 3.5 -10t1.5 -11v-156q0 -38 25.5 -55.5t59.5 -17.5q24 0 38.5 9t22.5 24t11 34.5t3 41.5q0 26 -2 52t-2 48q0 14 1 24.5t6 18.5l180 313q10 18 10 36zM1320 1863l-338 -339q19 -11 30.5 -30.5t11.5 -42.5v-234l551 147q-38 142 -101 263t-154 236zM1576 681l-552 148v-232q0 -23 -11.5 -42.5t-30.5 -30.5l339 -339q89 109 154 234t101 261v1zM1851 739q13 71 19 141.5t6 142.5t-6 142.5t-19 140.5q-208 -56 -413.5 -110.5t-413.5 -110.5q-1 -16 -1 -31v-31v-31.5t1 -30.5q208 -56 413.5 -110t413.5 -112z\"\r\n },\r\n {\r\n Name: \"Hide\",\r\n Code: \"ED1A\",\r\n Path: \"M1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM640 1024q0 -74 26 -139.5t72 -116.5t108.5 -84t135.5 -42q19 -2 38.5 -2h38.5q-22 -63 -29 -128q-152 0 -294.5 38.5t-273 106.5t-247 162t-215.5 205q97 109 213 203t246.5 162.5t272.5 107.5t292 39q153 0 296 -36.5t272.5 -103.5t244.5 -161.5t211 -210.5l-91 -91l-8 9q-108 126 -232.5 224.5t-279.5 160.5q48 -66 73.5 -144t25.5 -159v-6q-65 -7 -128 -29v35q0 79 -30.5 149t-82.5 122t-122 82.5t-149 30.5t-149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149zM603 733q-45 64 -68 138.5t-23 152.5t23 152.5t68 138.5q-120 -52 -226 -126t-200 -165q94 -91 200 -165t226 -126z\"\r\n },\r\n {\r\n Name: \"Uneditable\",\r\n Code: \"ED1D\",\r\n Path: \"M1472 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1152 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1739 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1712 2048q70 0 131 -26.5t106.5 -72t72 -106.5t26.5 -131q0 -66 -25 -127.5t-73 -109.5l-451 -451h-182l384 384l-293 293l-1082 -1081q52 -17 98.5 -45t84.5 -66t66 -84.5t45 -98.5l276 277v-182l-263 -263l-633 -158l158 633q3 3 6.5 6t6.5 6l1304 1305q48 48 109.5 73t127.5 25zM505 258q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5l-82 -329zM1792 1499q25 25 48 47t41 46.5t28.5 53t10.5 66.5q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48z\"\r\n },\r\n {\r\n Name: \"ReturnToSession\",\r\n Code: \"ED24\",\r\n Path: \"M885 1536q-155 0 -294.5 -58t-248.5 -167t-167 -248.5t-58 -294.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5h896v128h-896q-88 0 -170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23h821l-426 -427l74 -74l566 565l-566 565l-74 -74l426 -427h-821z\"\r\n },\r\n {\r\n Name: \"OpenFolderHorizontal\",\r\n Code: \"ED25\",\r\n Path: \"M1920 1280q26 0 49.5 -10t41 -27.5t27.5 -40.5t10 -49q0 -30 -14 -58l-419 -839h-1615v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h352q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256h256zM128 591l309 618q17 33 47.5 52t67.5 19h984v256h-736q-45 0 -77.5 9.5t-58 23.5t-45.5 31t-40.5 31t-44 23.5t-54.5 9.5h-352v-1073zM1920 1152h-1368l-384 -768h1368z\"\r\n },\r\n {\r\n Name: \"CalendarMirrored\",\r\n Code: \"ED28\",\r\n Path: \"M1280 1280h-128v-128h128v128zM896 512h-128v-128h128v128zM512 1280h-128v-128h128v128zM896 1280h-128v-128h128v128zM1280 1024h-128v-128h128v128zM1664 1024h-128v-128h128v128zM512 1024h-128v-128h128v128zM896 1024h-128v-128h128v128zM1280 768h-128v-128h128v128zM1664 768h-128v-128h128v128zM512 768h-128v-128h128v128zM896 768h-128v-128h128v128zM1280 512h-128v-128h128v128zM1664 512h-128v-128h128v128zM0 1920v-1792h2048v1792h-384v128h-128v-128h-1024v128h-128v-128h-384zM1920 1792v-256h-1792v256h256v-128h128v128h1024v-128h128v128h256zM128 256v1152h1792v-1152h-1792z\"\r\n },\r\n {\r\n Name: \"SwayLogoInverse\",\r\n Code: \"ED29\",\r\n Path: \"M128 1696l1024 224v-1792l-1024 224v1344zM411 633q5 -3 16.5 -8.5t25 -11.5t26 -11t18.5 -7q29 -10 60.5 -14.5t62.5 -4.5q47 0 89 12t74.5 37t54 62t27.5 87v-5l1 10l-1 -5q4 23 4 50q0 51 -16 92t-43 76t-62 64.5t-73 56.5q-27 20 -40.5 40.5t-13.5 55.5q0 44 29 67.5t71 23.5q15 0 32.5 -3.5t35.5 -9.5t34.5 -14.5t27.5 -17.5v186q-34 14 -68 22.5t-71 8.5q-26 0 -51.5 -1.5t-51.5 -7.5q-47 -11 -83 -35t-60 -58t-36 -75.5t-12 -88.5q0 -59 17 -99.5t43 -69.5t55.5 -50.5t55.5 -42t43 -44t17 -55.5q0 -45 -29.5 -65t-70.5 -20q-46 0 -76 15.5t-62 44.5v-187zM1792 1792q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-640l-369 370q-6 6 -21.5 10t-23.5 4q-20 0 -39 -14q-17 -13 -32.5 -28t-30.5 -30l-62 -60t-62 -61v577h512zM1792 1664h-128v-128h128v128zM1280 1024h640v-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-512v256h128v128h-128v128h128v128h-128v128zM1536 768h256v128h-256v-128zM1536 512h256v128h-256v-128z\"\r\n },\r\n {\r\n Name: \"OutOfOffice\",\r\n Code: \"ED34\",\r\n Path: \"M1600 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM768 768h128v-768h-128v768zM1920 2048v-2048h-128v1920h-896v-768h-128v896h1152zM347 1024h805v-128h-805l210 -211l-90 -90l-365 365l365 365l90 -90z\"\r\n },\r\n {\r\n Name: \"SkipBack10\",\r\n Code: \"ED3C\",\r\n Path: \"M462 900q34 9 70.5 24.5t72.5 34.5t69 41t60 44h39v-916h-103v774q-15 -15 -41.5 -32t-56.5 -31.5t-59.5 -26t-50.5 -16.5v104zM1366 1039q62 0 106.5 -20.5t76 -55.5t50.5 -81.5t30 -97.5t14.5 -103.5t3.5 -100.5q0 -49 -5 -102.5t-18 -105.5t-34.5 -99t-55 -83t-79.5 -57t-108 -21q-59 0 -102.5 20.5t-75 54.5t-52 79t-32.5 94.5t-16.5 100.5t-4.5 97q0 50 4.5 105.5t16.5 108.5t33 101.5t55 85.5t81 58.5t112 21.5zM1357 200q43 0 74 19t51.5 49.5t32.5 70t18.5 80.5t8 80.5t1.5 70.5q0 30 -1.5 70t-7.5 82.5t-17.5 83.5t-32 73.5t-50.5 52.5t-73 20q-45 0 -76.5 -20t-53 -52.5t-34 -74t-19 -85t-8 -84.5t-1.5 -73q0 -31 2 -70.5t8 -79.5t18.5 -78.5t33 -68.5t51.5 -48t75 -18zM1038 1920q173 0 334 -54.5t294.5 -153.5t232.5 -237t149 -304l-122 -38q-45 148 -131 269.5t-203 208t-258.5 134t-295.5 47.5q-130 0 -254 -36.5t-232 -103t-196 -161t-146 -211.5h316v-128h-512v512h128v-243q72 116 169.5 208.5t213.5 157t246 99t267 34.5z\"\r\n },\r\n {\r\n Name: \"SkipForward30\",\r\n Code: \"ED3D\",\r\n Path: \"M704 568q44 -4 82.5 -20.5t67.5 -44.5t45.5 -65.5t16.5 -83.5q0 -67 -26 -117.5t-70 -84t-101 -50.5t-118 -17q-53 0 -106 10t-98 39v110q90 -72 207 -72q40 0 77.5 10.5t66 31.5t46 53.5t17.5 77.5q0 46 -15 76.5t-40 50.5t-58 30t-69 14t-73 4.5t-70 0.5v86q47 0 98.5 2t94.5 17t71 49t28 98q0 82 -46 117t-123 35q-50 0 -94.5 -17t-83.5 -47v100q46 28 98 39.5t106 11.5q49 0 93.5 -13.5t79 -40.5t55 -67t20.5 -93q0 -92 -45.5 -147.5t-133.5 -79.5v-3zM1366 1012q62 0 106.5 -20.5t76 -55.5t50.5 -81.5t30 -97.5t14.5 -103.5t3.5 -100.5q0 -49 -5 -102.5t-17.5 -105.5t-34.5 -99t-55 -83t-79.5 -57t-108.5 -21q-59 0 -103 20.5t-75.5 54.5t-51.5 79t-32 94.5t-16.5 100.5t-4.5 97q0 50 4.5 105.5t16.5 108.5t33.5 101.5t55 85.5t81 58.5t111.5 21.5zM1357 172q43 0 74 19t51.5 50t32.5 70.5t18.5 80.5t8 80.5t1.5 70.5q0 30 -1.5 70t-7.5 82.5t-17.5 83.5t-32 73.5t-50.5 52.5t-73 20q-45 0 -76.5 -20t-53 -52.5t-34 -74t-19 -85t-8 -84.5t-1.5 -73q0 -31 2 -70.5t8 -80t18.5 -79t33 -68.5t51.5 -48t75 -18zM2048 1664v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-232 103t-254 36.5q-155 0 -296 -47.5t-257.5 -134t-203 -208t-131.5 -269.5l-122 38q33 111 88.5 209.5t129.5 182t163.5 149.5t190.5 112.5t211.5 71t226.5 24.5q136 0 266.5 -34.5t246.5 -99t213.5 -157t169.5 -208.5v243h128z\"\r\n },\r\n {\r\n Name: \"Trophy\",\r\n Code: \"ED3F\",\r\n Path: \"M1664 1792v-447q0 -57 -19.5 -109.5t-54 -94t-82.5 -70.5t-104 -40q-9 -75 -41.5 -140.5t-83 -117t-115.5 -85t-140 -43.5v-133h384v-256h128v-128h-1152v128h128v256h384v133q-75 10 -140 43.5t-115.5 85t-83 117t-41.5 140.5q-56 11 -104 40t-82.5 70.5t-54 94t-19.5 109.5v447h256v128h896v-128h256zM640 384v-128h640v128h-640zM384 1345q0 -30 9.5 -58.5t26 -52t40 -42t52.5 -28.5v500h-128v-319zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5v704h-640v-704q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 1664h-128v-500q28 10 52 28.5t40.5 42t26 52t9.5 58.5v319z\"\r\n },\r\n {\r\n Name: \"RewardsLogo\",\r\n Code: \"ED4E\",\r\n Path: \"M2048 1408l-839 -420q73 -29 133.5 -77t103.5 -110.5t66.5 -136t23.5 -152.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 79 23.5 152.5t66.5 136t103 110.5t134 77l-839 420v640h2048v-640zM384 1920h-256v-433l256 -128v561zM1408 512q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1536 1920h-1024v-625l512 -256l512 256v625zM1920 1920h-256v-561l256 128v433z\"\r\n },\r\n {\r\n Name: \"RewardsLogoSolid\",\r\n Code: \"ED4F\",\r\n Path: \"M2048 1408l-384 -192v832h384v-640zM0 2048h384v-832l-384 192v640zM512 2048h1024v-896q-82 -42 -163.5 -82t-163.5 -82q73 -29 133.5 -77t103.5 -110.5t66.5 -136t23.5 -152.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 79 23.5 152.5t66.5 136t103 110.5t134 77l-327 164v896z\"\r\n },\r\n {\r\n Name: \"ReopenPages\",\r\n Code: \"ED50\",\r\n Path: \"M1536 1408h512v-1280h-1536v512h-512v1280h1536v-512zM1920 1280h-384v-128h384v128zM1408 1792h-1280v-128h1280v128zM128 1536v-768h1280v768h-1280zM640 256h1280v768h-384v-384h-896v-384z\"\r\n },\r\n {\r\n Name: \"EmojiTabSymbols\",\r\n Code: \"ED58\",\r\n Path: \"M1920 896h128v-384h-384v128h192q-45 60 -113 94t-143 34q-51 0 -98 -15.5t-87 -43.5t-70 -67t-47 -87l-120 42q24 67 66 122t97.5 94.5t121.5 61t137 21.5q91 0 174 -35t146 -100v135zM448 2048q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM128 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM715 1424q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM512 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384zM1600 128q51 0 98 15.5t86.5 43.5t70 67t47.5 87l120 -42q-24 -67 -66 -122t-97.5 -94.5t-121.5 -61t-137 -21.5q-91 0 -174 35t-146 100v-135h-128v384h384v-128h-192q45 -60 113 -94t143 -34zM1230 1527q-38 38 -58 87t-20 102q0 56 21 105t57 85t84.5 57t104.5 21q51 0 97.5 -18t83.5 -52q37 34 83.5 52t97.5 18q55 0 104 -21t85 -57t57 -85t21 -105q0 -53 -20 -102t-58 -87l-370 -369zM1420 1856q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -28 10.5 -53t30.5 -45l279 -279l279 279q41 41 41 98q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45 30.5t-53 10.5z\"\r\n },\r\n {\r\n Name: \"AADLogo\",\r\n Code: \"ED68\",\r\n Path: \"M2048 738l-1024 -598l-1024 598l1024 1170zM1522 678q30 0 57 11.5t46.5 31t31 46.5t11.5 57t-11.5 56.5t-31.5 46t-46.5 31t-56.5 11.5q-32 0 -62 -14l-314 359q23 35 23 79q0 30 -11.5 56.5t-31 46t-46 31t-56.5 11.5t-56.5 -11.5t-46.5 -31t-31.5 -46t-11.5 -56.5q0 -21 6.5 -41.5t17.5 -37.5l-314 -359q-30 14 -62 14q-30 0 -56.5 -11.5t-46.5 -31t-31.5 -46t-11.5 -56.5t11.5 -57t31 -46.5t46.5 -31t57 -11.5q28 0 54 10.5t46 30.5l257 -150q-5 -20 -5 -36q0 -30 11.5 -56.5t31.5 -46.5t46.5 -31.5t56.5 -11.5t56.5 11.5t46.5 31.5t31.5 46.5t11.5 56.5q0 16 -5 36l256 150q20 -20 46 -30.5t55 -10.5zM962 1261q5 -2 10.5 -4t11.5 -4v-580q-35 -11 -61 -35l-257 150q5 20 5 36q0 44 -23 79zM1400 903q-23 -35 -23 -79q0 -20 4 -36l-256 -150q-26 24 -61 35v580q6 2 11.5 4t10.5 4z\"\r\n },\r\n {\r\n Name: \"AccessLogo\",\r\n Code: \"ED69\",\r\n Path: \"M1280 1984q137 0 274 -15q24 -3 69.5 -9.5t100.5 -18t112.5 -28t104.5 -39t77 -51t30 -63.5v-1472q0 -35 -30 -63.5t-77 -51t-104.5 -39t-112.5 -28t-100.5 -18.5t-69.5 -9q-137 -15 -274 -15q-138 0 -274 15q-24 2 -69.5 9t-100.5 18.5t-112.5 28t-104.5 39t-77 51t-30 63.5v224h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v224q0 35 30 63.5t77 51t104.5 39t112.5 28t100.5 18t69.5 9.5q136 15 274 15zM1280 1856q-65 0 -145 -4.5t-162.5 -15.5t-160.5 -29.5t-138 -46.5q62 -29 139.5 -47.5t159 -29t161 -15t146.5 -4.5t146.5 4.5t161 15t159 29t139.5 47.5q-60 28 -138 46.5t-160.5 29.5t-162.5 15.5t-145 4.5zM403 841h217l51 -153h171l-245 672h-167l-248 -672h170zM1920 309v303q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5q-73 0 -145.5 4.5t-144.5 12.5q-23 -17 -51 -17h-299v-203q29 -23 78 -41t108.5 -31t124.5 -21.5t126.5 -14t114.5 -7.5t88 -2t88 2t114.5 7.5t126.5 14t124.5 21.5t108.5 31t78 41zM1920 755v369q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5q-64 0 -128 3.5t-128 9.5v-384q64 -7 128 -10t128 -3q37 0 90 2t113.5 7.5t124.5 14t123 21.5t108.5 30t80.5 40zM1920 1267v369q-66 -29 -147.5 -48t-167.5 -30.5t-170 -16.5t-155 -5t-155 5t-170 16.5t-167.5 30.5t-147.5 48v-100h299q35 0 60 -25t25 -60v-286q64 -7 128 -10t128 -3q37 0 90 2t113.5 7.5t124.5 14t123 21.5t108 30t81 40zM442 971l69 209l67 -209h-136z\"\r\n },\r\n {\r\n Name: \"AdminALogoInverse32\",\r\n Code: \"ED6A\",\r\n Path: \"M1407 1023q0 -26 -10 -49t-27.5 -40t-40.5 -27t-49 -10v254q26 0 49 -10t40.5 -27.5t27.5 -41t10 -49.5zM2020 939l-63 -240l-210 28q-17 -26 -35.5 -50t-40.5 -46l73 -191l-214 -125l-128 167q-60 -15 -122 -15v209q72 0 135 27t110 74.5t74 110.5t27 135q0 71 -27 134t-74 110t-110 74.5t-135 27.5v215h5l79 178l240 -63l-27 -204q27 -17 51.5 -37t47.5 -43l187 71l124 -214l-166 -127q13 -59 13 -124zM619 1269q17 -80 36 -158.5t38 -158.5l-151 2q19 79 38 157.5t36 157.5h3zM64 1776l1152 205v-1914l-1152 199v1510zM340 677l134 -8l40 159l211 -7l44 -170l156 -10l-224 766l-158 -10z\"\r\n },\r\n {\r\n Name: \"AdminCLogoInverse32\",\r\n Code: \"ED6B\",\r\n Path: \"M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2017 939l-63 -239l-209 28q-17 -26 -36 -50t-40 -46l73 -190l-213 -124l-127 166q-30 -8 -60.5 -11t-61.5 -4v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-109.5 74t-134.5 27v214h5l79 178l238 -63l-26 -203q26 -17 51 -37t47 -43l186 71l124 -213l-165 -127q6 -31 9.5 -61.5t3.5 -61.5zM64 1775l1152 205v-1912l-1152 199v1508zM740 1421q-93 0 -164 -31t-119 -86t-73 -130.5t-25 -164.5q0 -83 21.5 -152.5t64.5 -119.5t108.5 -77.5t152.5 -27.5q38 0 77.5 5.5t74.5 22.5v162q-72 -43 -155 -43q-53 0 -91 20t-63 53.5t-37 77t-12 91.5q0 51 13 96.5t40 80t67.5 54.5t96.5 20q38 0 73.5 -9.5t67.5 -29.5v171q-29 10 -58.5 13.5t-59.5 3.5z\"\r\n },\r\n {\r\n Name: \"AdminDLogoInverse32\",\r\n Code: \"ED6C\",\r\n Path: \"M761 1049q0 -44 -9 -91.5t-30 -86.5t-57 -64.5t-90 -25.5q-18 0 -36 1l-36 2v510q20 1 39.5 2t39.5 1q51 0 85.5 -22.5t55.5 -58.5t29.5 -80t8.5 -87zM64 1775l1152 205v-1912l-1152 199v1508zM376 646q57 -4 114 -9.5t114 -5.5q86 0 145.5 38.5t96.5 99.5t53.5 136t16.5 148q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-784zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z\"\r\n },\r\n {\r\n Name: \"AdminELogoInverse32\",\r\n Code: \"ED6D\",\r\n Path: \"M64 1775l1152 205v-1912l-1152 199v1508zM447 624l377 -30v157l-242 12v187l210 -2v156l-210 -4v182l226 13v157l-361 -32v-796zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z\"\r\n },\r\n {\r\n Name: \"AdminLLogoInverse32\",\r\n Code: \"ED6E\",\r\n Path: \"M64 1776l1152 205v-1914l-1152 199v1510zM462 654l391 -22l-3 143l-256 4v643l-132 -16v-752zM1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z\"\r\n },\r\n {\r\n Name: \"AdminMLogoInverse32\",\r\n Code: \"ED6F\",\r\n Path: \"M1405 1024q0 -26 -10 -49t-27 -40t-39.5 -27t-48.5 -10v251q26 0 48.5 -10t39.5 -27t27 -40t10 -48zM2011 939l-63 -236l-207 27q-34 -53 -75 -95l72 -188l-211 -123l-126 164q-62 -14 -121 -14v207q71 0 133 26.5t108.5 73t73.5 108.5t27 133t-27 133t-73.5 108.5t-108.5 73.5t-133 27v212h5l78 177l236 -63l-26 -201q54 -35 98 -80l184 71l123 -211l-164 -126q13 -58 13 -122zM64 1779l1152 205v-1920l-1152 199v1516zM261 655l113 -9v414q0 48 -1.5 96.5t-3.5 96.5l3 1q4 -26 7.5 -52t10.5 -52l140 -516l115 -9l153 542q8 27 12.5 54.5t9.5 55.5h3q-2 -45 -3.5 -88t-1.5 -88v-490l156 -13v845l-223 -18l-132 -477q-8 -28 -14 -55.5t-11 -56.5h-3q-6 56 -21 112l-123 452l-186 -15v-730z\"\r\n },\r\n {\r\n Name: \"AdminOLogoInverse32\",\r\n Code: \"ED70\",\r\n Path: \"M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM2017 939l-63 -239l-209 28q-17 -26 -36 -50t-40 -46l73 -190l-213 -124l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134q0 72 -27 134.5t-74 109.5t-110 74t-134 27v214h5l79 178l238 -63l-26 -203q26 -17 51 -37t47 -43l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10zM628 769q-42 0 -72 27t-48.5 65.5t-27 82t-8.5 76.5t8.5 76t27 82t48.5 65.5t72 26.5t72 -26.5t48.5 -65t27 -82t8.5 -76.5t-8.5 -76.5t-27 -82.5t-48.5 -65.5t-72 -26.5zM64 1776l1152 205v-1914l-1152 199v1510zM639 1420q-50 0 -92 -17.5t-75.5 -48t-59 -70t-42.5 -84t-25.5 -91t-8.5 -89.5t8.5 -89.5t25.5 -91t42.5 -84t59 -70t75.5 -48t92 -17.5q75 0 132 38t95 97t57 129.5t19 135.5t-19 135.5t-57 129.5t-95 97t-132 38z\"\r\n },\r\n {\r\n Name: \"AdminPLogoInverse32\",\r\n Code: \"ED71\",\r\n Path: \"M1408 1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10v255q27 0 50 -10t40.5 -27t27.5 -40t10 -50zM2024 938l-63 -241l-212 28q-17 -26 -35.5 -50.5t-40.5 -45.5l74 -192l-216 -126l-128 168q-60 -15 -123 -15v210q72 0 135.5 27.5t110.5 74.5t74.5 110.5t27.5 135.5t-27.5 135.5t-74.5 111t-110.5 75t-135.5 27.5v216h5l79 180l241 -64l-27 -205q27 -17 52 -37.5t48 -43.5l188 72l125 -215l-167 -129q13 -59 13 -124zM769 1198q0 -72 -38 -101t-105 -29q-13 0 -25 0.5t-25 0.5v251q17 1 33.5 2t33.5 1q126 0 126 -125zM64 1776l1152 205v-1914l-1152 199v1510zM427 661l149 -18v288q75 -2 142.5 9.5t117.5 43.5t79.5 88t29.5 144q0 122 -65 186t-186 64q-66 0 -133 -5.5t-134 -9.5v-790z\"\r\n },\r\n {\r\n Name: \"AdminSLogoInverse32\",\r\n Code: \"ED72\",\r\n Path: \"M64 1776l1152 205v-1914l-1152 199v1510zM677 1429q-54 0 -98 -17.5t-75 -49.5t-48 -76.5t-17 -97.5q0 -59 18.5 -98t48.5 -69t68 -55.5t78 -56.5q17 -14 26 -33.5t9 -41.5q0 -38 -23.5 -58t-59.5 -20q-23 0 -46 6.5t-44.5 18t-40 27.5t-31.5 35v-173q39 -26 84 -40t93 -14q50 0 91 15.5t70 44.5t44.5 70t15.5 92q0 62 -19.5 104.5t-48.5 72t-62.5 50t-62.5 40.5t-48.5 43.5t-19.5 57.5q0 22 8.5 38t22.5 26t33 14.5t39 4.5q33 0 69 -13.5t60 -37.5v169q-31 11 -66.5 16.5t-67.5 5.5zM1408 1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10v255q27 0 50 -10t40.5 -27t27.5 -40t10 -50zM2024 938l-63 -241l-212 28q-17 -26 -35.5 -50.5t-40.5 -45.5l74 -192l-216 -126l-128 168q-60 -15 -123 -15v210q72 0 135.5 27.5t110.5 74.5t74.5 110.5t27.5 135.5t-27.5 135.5t-74.5 111t-110.5 75t-135.5 27.5v216h5l79 180l241 -64l-27 -205q27 -17 52 -37.5t48 -43.5l188 72l125 -215l-167 -129q13 -59 13 -124z\"\r\n },\r\n {\r\n Name: \"AdminYLogoInverse32\",\r\n Code: \"ED73\",\r\n Path: \"M1406 1023q0 -26 -10 -49t-27 -40t-40 -27t-49 -10v253q26 0 49 -10t40 -27.5t27 -40.5t10 -49zM64 1775l1152 205v-1912l-1152 199v1508zM321 1388l206 -508v-284l159 -14v298l248 560l-184 -16l-119 -321q-6 -16 -9.5 -32t-6.5 -33h-2q-3 17 -6.5 34t-9.5 33l-110 297zM2016 939l-62 -239l-210 28q-17 -26 -35.5 -50t-39.5 -46l73 -189l-213 -125l-127 166q-60 -13 -122 -15v209q71 0 134 27t110 73.5t74 109.5t27 134t-27 134t-74 110t-110 74t-134 27v214h5l79 178l238 -63l-27 -203q53 -34 99 -80l186 71l124 -213l-166 -127q6 -28 9.5 -56t3.5 -57v-10z\"\r\n },\r\n {\r\n Name: \"DelveLogoInverse\",\r\n Code: \"ED76\",\r\n Path: \"M1280 768h256v-384h-256v384zM1984 1664v-448h-384v448h384zM1280 1664h256v-832h-256v832zM1600 1152h384v-768h-384v768zM761 1042q0 -43 -8.5 -90.5t-29.5 -87t-56 -65t-89 -25.5q-19 0 -37.5 0.5t-37.5 1.5v510q19 2 37.5 3t38.5 1q52 0 87 -22.5t56 -58t30 -79.5t9 -88zM64 1785l1152 207v-1936l-1152 201v1528zM376 639q57 -5 114 -10.5t114 -5.5t102.5 18t80 48.5t59 72t40.5 88.5t23 97t7 98q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-783z\"\r\n },\r\n {\r\n Name: \"ExchangeLogoInverse\",\r\n Code: \"ED78\",\r\n Path: \"M2048 1376q0 -25 -10 -49.5t-27 -41.5l-262 -261l262 -261q17 -17 27 -41.5t10 -49.5v-416q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-416q-25 0 -49.5 10t-41.5 27l-261 262l-261 -262q-17 -17 -41.5 -27t-49.5 -10h-416q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-171q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h416q25 0 49.5 -10t41.5 -27l261 -262l261 262q17 17 41.5 27t49.5 10h416q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-416zM384 1792v-256h555q35 0 60 -25t25 -60v117l-224 224h-416zM288 688h448v135h-291v136h260v135h-260v130h277v136h-434v-672zM1920 672l-224 224h-315q-21 0 -39.5 -8t-32 -21.5t-21.5 -32t-8 -39.5v-315l224 -224h416v416zM1920 1376v416h-416l-352 -352v-187q0 -66 -34.5 -121.5t-93.5 -84.5v-450q0 -35 -25 -60t-60 -25h-555v-256h416l352 352v187q0 48 18 89.5t49 72.5t72.5 49t89.5 18h187z\"\r\n },\r\n {\r\n Name: \"LyncLogo\",\r\n Code: \"ED79\",\r\n Path: \"M1389 1251q-29 0 -57.5 -4t-51.5 -23v186q13 2 24.5 6.5t24.5 6.5q-3 5 -11.5 14.5t-16.5 20t-14.5 21t-6.5 17.5v46q0 14 7.5 25t19 18.5t25.5 11.5t26 4q17 0 33.5 -7.5t26.5 -21.5l244 -321h-273zM2048 1031q0 -69 -23 -133t-65 -115.5t-99.5 -86.5t-126.5 -47q16 -22 33 -44t17 -51q0 -34 -23.5 -58t-57.5 -24q-21 0 -34 6.5t-26 23.5l-244 314q71 -1 141.5 -1.5t141.5 -0.5q11 0 26 3.5t25 7.5q33 11 59.5 32t46 48t30 59t10.5 67q0 38 -12.5 75t-36.5 67q-8 10 -9.5 11.5t-2 1t-2 1t-9.5 10.5l-182 220h76v1q75 -5 138.5 -38.5t110 -86.5t72.5 -121t26 -141zM1280 844l156 -197h-69q-26 0 -45.5 5t-41.5 19v173zM64 1776l1152 205v-1914l-1152 199v1510zM466 654l389 -22l-2 143l-257 4v643l-130 -16v-752z\"\r\n },\r\n {\r\n Name: \"OfficeVideoLogoInverse\",\r\n Code: \"ED7A\",\r\n Path: \"M64 1785l1152 207v-1936l-1152 201v1528zM489 1392h-158l220 -759h164l190 774h-158q-29 -140 -57 -279t-59 -279q-35 138 -70.5 274t-71.5 274v-5zM1504 704q-66 0 -124 29t-100 80v358q42 51 100 80t124 29q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1408 845l240 147l-240 147v-294zM1920 1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-832q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640v128h640v832h-640v128h640z\"\r\n },\r\n {\r\n Name: \"SocialListeningLogo\",\r\n Code: \"ED7C\",\r\n Path: \"M1771 1920q29 0 54.5 -11t44.5 -30t30 -44.5t11 -54.5v-265h-249q-17 41 -52.5 65t-79.5 24q-29 0 -55 -11t-45.5 -30.5t-30.5 -45.5t-11 -55q0 -19 5.5 -36.5t14.5 -33.5l-265 -306q-33 21 -74 21q-38 0 -70 -19t-52 -51l-344 177q5 18 5 35q0 29 -11 55t-30.5 45.5t-45.5 30.5t-55 11q-45 0 -81 -25.5t-52 -67.5l-196 1v481q0 29 11 54.5t30 44.5t44.5 30t54.5 11h1494zM1530 1320q27 0 51 9.5t42.5 26t31 39t15.5 49.5h241v-664q0 -29 -11 -54.5t-30 -44.5t-44.5 -30t-54.5 -11h-663l-533 -512l36 512h-334q-29 0 -54.5 11t-44.5 30t-30 44.5t-11 54.5v448l189 -1q4 -26 16.5 -48t31.5 -38t42.5 -25t49.5 -9q29 0 56 12t47 33l359 -184q0 -1 -0.5 -1.5t-0.5 -1.5q-1 -29 10.5 -54.5t31.5 -45t46 -30.5t54 -11q29 0 55 11t45.5 30t30.5 45t11 55q0 38 -19 69l265 307q17 -10 35 -15.5t38 -5.5z\"\r\n },\r\n {\r\n Name: \"VisioLogoInverse\",\r\n Code: \"ED7D\",\r\n Path: \"M1984 1451v-790q0 -35 -25 -60t-60 -25h-429q-6 -95 -46 -176.5t-104.5 -142t-149 -95t-178.5 -34.5q-84 0 -162 29t-141 80t-107 121.5t-59 153.5h-438q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h433q-6 15 -6 32q0 35 25 60l395 395q25 25 60 25t60 -25l395 -395q25 -25 25 -60q0 -17 -6 -32h433q35 0 60 -25t25 -60zM992 1902l-334 -334l32 -32h249q35 0 60 -25t25 -60v-185l302 302zM592 688l255 672h-166q-42 -123 -85 -244t-83 -245q-41 123 -82 244.5t-83 244.5h-170l251 -672h163zM992 256q73 0 137 27.5t112 75.5t75.5 112t27.5 137q0 67 -25 128t-68 109t-101.5 78t-125.5 35v-361q0 -35 -25 -60t-60 -25h-284q17 -56 49 -103t76 -81t98 -53t114 -19zM1856 704v704h-509q-11 -11 -36.5 -37.5t-59 -60t-70 -70.5t-68.5 -68t-56.5 -53t-32.5 -25v-8q80 -3 152.5 -34t130.5 -82.5t98 -119.5t56 -146h395z\"\r\n },\r\n {\r\n Name: \"Balloons\",\r\n Code: \"ED7E\",\r\n Path: \"M1728 1280q-26 0 -45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15q-26 0 -45 19t-19 45t19 45t45 19q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19zM576 1792q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15q-26 0 -45 19t-19 45t19 45t45 19zM1536 535q0 -20 -1.5 -46t3 -49t18.5 -39.5t44 -16.5q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15t-75 15t-61 41t-41 61t-15 75v87q-139 66 -247 173t-174 246q-66 -94 -154 -168t-193 -123v-87q0 -40 15 -75t41 -61t61 -41t75 -15q53 0 100 0.5t90 -7t83 -27.5t81 -60q46 -46 70 -103.5t24 -122.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -15 75t-41 61t-61 41t-75 15h-128q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v87q-117 55 -212 140t-161.5 190.5t-102.5 227t-36 251.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q77 0 150 -20t138 -57.5t119 -91t92 -120.5q80 78 182.5 119.5t214.5 41.5q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -130 -36 -251.5t-102.5 -227t-161.5 -190.5t-212 -140zM576 774q103 47 185.5 119.5t141 163.5t90 196.5t31.5 218.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -113 31.5 -218.5t90 -196.5t141 -163.5t185.5 -119.5zM1068 1093q25 -74 65 -141t91.5 -124t114 -103t133.5 -79q103 47 185.5 119.5t141 163.5t90 196.5t31.5 218.5q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-100 0 -189 -42.5t-153 -119.5q11 -38 16.5 -78t5.5 -80q0 -99 -21 -194.5t-63 -184.5z\"\r\n },\r\n {\r\n Name: \"Cat\",\r\n Code: \"ED7F\",\r\n Path: \"M2048 1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-64v-640q0 -66 11 -131.5t34 -128.5q46 -8 84.5 -31t66.5 -56.5t44 -76t16 -88.5q0 -18 0.5 -40.5t-4.5 -42t-18.5 -32.5t-41.5 -13h-1472q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199q0 79 30 149t82.5 122.5t122 82.5t149.5 30q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v128q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q26 0 49.5 10t41 27.5t27.5 41t10 49.5q0 198 69.5 369.5t204.5 314.5q117 124 177.5 274.5t60.5 321.5v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30h128v-113q0 -17 9.5 -33t25.5 -24q61 -30 121.5 -60t121.5 -61q49 -25 77.5 -71t28.5 -101v-113zM1920 128q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10q-21 0 -35.5 10.5t-23.5 28.5q-18 34 -31 78t-21.5 90.5t-12.5 92.5t-4 84v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10q18 0 40.5 -0.5t42 4.5t32.5 18.5t13 41.5v113q0 17 -9.5 33t-25.5 24q-61 30 -121.5 60t-121.5 61q-45 23 -72.5 64.5t-31.5 92.5q-53 0 -100 -20t-82 -54.5t-55.5 -81t-20.5 -100.5v-128q0 -197 -69.5 -369t-204.5 -315q-117 -124 -177.5 -274.5t-60.5 -321.5q0 -34 -9.5 -66.5t-26.5 -61.5h804q0 26 -10 49.5t-27.5 41t-41 27.5t-49.5 10h-256v128h256q8 0 15.5 -1t15.5 -2l-93 371l124 32l119 -475q36 -36 55.5 -83t19.5 -98h256zM1600 1664q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"MailAlert\",\r\n Code: \"ED80\",\r\n Path: \"M2048 1664v-684q-55 79 -128 139v281l-282 -140q-41 9 -82.5 14.5t-83.5 5.5q-23 0 -46.5 -2t-46.5 -5l526 263h-1762l864 -432q-25 -23 -48 -47t-43 -50l-788 393v-888h643q3 -32 9.5 -64t14.5 -64h-795v1280h2048zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"MailCheck\",\r\n Code: \"ED81\",\r\n Path: \"M1939 685l90 -90l-557 -558l-269 270l90 90l179 -178zM2048 1664v-907q-32 32 -65 63.5t-63 65.5v514l-896 -447l-896 447v-888h1099l-128 -128h-1099v1280h2048zM1024 1095l881 441h-1762z\"\r\n },\r\n {\r\n Name: \"MailLowImportance\",\r\n Code: \"ED82\",\r\n Path: \"M0 1664h2048v-1195l-128 128v803l-896 -447l-896 447v-888h1333l-128 -128h-1333v1280zM143 1536l881 -441l881 441h-1762zM1792 250l147 147l90 -90l-301 -301l-301 301l90 90l147 -147v774h128v-774z\"\r\n },\r\n {\r\n Name: \"MailPause\",\r\n Code: \"ED83\",\r\n Path: \"M0 1664h2048v-768h-128v504l-896 -447l-896 447v-888h1280v-128h-1408v1280zM143 1536l881 -441l881 441h-1762zM1792 0v768h128v-768h-128zM1536 0v768h128v-768h-128z\"\r\n },\r\n {\r\n Name: \"MailRepeat\",\r\n Code: \"ED84\",\r\n Path: \"M2048 384q2 -78 -30 -146t-86 -119.5t-124 -82.5t-144 -35h-9l-2 -1h-11q-109 0 -204 43.5t-158 135.5v-179h-128v384h384v-128h-152q19 -29 46 -52.5t58.5 -40.5t65.5 -26t69 -9q56 0 105 14.5t87.5 43.5t65 71.5t37.5 98.5l1 2v11l1 2v13h128zM1920 896h128v-384h-384v128h152q-19 29 -46 52.5t-58.5 40.5t-66 26t-68.5 9q-56 0 -105 -14.5t-87.5 -43.5t-65 -71.5t-37.5 -98.5l-1 -2v-11l-1 -2v-13h-128q-2 78 29.5 146t85.5 119.5t124.5 82.5t144.5 35h9l2 1h11q109 0 204 -43.5t158 -135.5v179zM2048 1664v-640h-128v376l-896 -447l-896 447v-888h896v-128h-1024v1280h2048zM1024 1095l881 441h-1762z\"\r\n },\r\n {\r\n Name: \"SecurityGroup\",\r\n Code: \"ED85\",\r\n Path: \"M867 587q65 -33 118 -81t90 -108t57 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 96.5q-74 55 -115.5 136.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -43 -177t-120 -137q47 -25 90 -59.5t78.5 -76.5t62.5 -90.5t43 -99.5h-134q-22 52 -59 98.5t-85 81.5t-103.5 55t-113.5 20q-80 0 -149.5 -30t-122 -82t-82.5 -122t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5zM1408 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM384 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2048 512v-512h-640v512h64v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h64zM1600 512h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 384h-384v-256h384v256z\"\r\n },\r\n {\r\n Name: \"Table\",\r\n Code: \"ED86\",\r\n Path: \"M128 1792h1664v-1536h-1664v1536zM768 1024v-256h384v256h-384zM1152 1152v256h-384v-256h384zM640 1152v256h-384v-256h384zM256 1024v-256h384v256h-384zM640 384v256h-384v-256h384zM1152 384v256h-384v-256h384zM1664 384v256h-384v-256h384zM1664 768v256h-384v-256h384zM1664 1152v256h-384v-256h384zM256 1536h1408v128h-1408v-128z\"\r\n },\r\n {\r\n Name: \"VoicemailForward\",\r\n Code: \"ED87\",\r\n Path: \"M1725 765l317 -317l-317 -317l-90 90l163 163h-518v128h518l-163 163zM1547 768h-1163q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h712q-48 53 -74 118.5t-26 137.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -52 -14 -101t-39.5 -92t-61.5 -79t-81 -61l-95 95q36 15 66 39t51.5 55t33.5 68t12 76q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20q3 0 6 0.5t6 0.5zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"VoicemailReply\",\r\n Code: \"ED88\",\r\n Path: \"M1392 768h-1008q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h712q-48 53 -74 118.5t-26 137.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -68 -23 -130t-64 -112t-97 -85t-123 -49l-125 125q12 -2 24 -3.5t24 -1.5q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -73 38 -134t103 -94zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293z\"\r\n },\r\n {\r\n Name: \"Waffle\",\r\n Code: \"ED89\",\r\n Path: \"M384 1408v256h256v-256h-256zM896 1408v256h256v-256h-256zM1408 1664h256v-256h-256v256zM384 896v256h256v-256h-256zM896 896v256h256v-256h-256zM1408 896v256h256v-256h-256zM384 384v256h256v-256h-256zM896 384v256h256v-256h-256zM1408 384v256h256v-256h-256z\"\r\n },\r\n {\r\n Name: \"RemoveEvent\",\r\n Code: \"ED8A\",\r\n Path: \"M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM1299 1197l90 -90l-274 -275l274 -275l-90 -90l-275 275l-275 -275l-90 90l274 275l-274 275l90 90l275 -275z\"\r\n },\r\n {\r\n Name: \"EventInfo\",\r\n Code: \"ED8B\",\r\n Path: \"M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM896 1024h128v-640h-128v640zM960 1280q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"ForwardEvent\",\r\n Code: \"ED8C\",\r\n Path: \"M1664 1920h384v-1297l-128 128v657h-1792v-1152h1291l128 -128h-1547v1792h384v128h128v-128h1024v128h128v-128zM128 1536h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-518v128h518z\"\r\n },\r\n {\r\n Name: \"WipePhone\",\r\n Code: \"ED8D\",\r\n Path: \"M534 384q-20 -52 -20 -107q0 -5 0.5 -10.5t0.5 -10.5h-131v128h150zM1499 128h293v-128h-955l-147 148q-24 25 -37 57t-13 67t13 67.5t38 57.5l813 814l538 -539zM1504 1030l-389 -390l357 -358l389 390zM1317 128l65 64l-358 357l-242 -242q-14 -14 -14 -35t14 -35l108 -109h427zM550 128q21 -41 47.5 -68.5t59.5 -59.5h-529q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-752l-128 -128v880h-1024v-1792h422z\"\r\n },\r\n {\r\n Name: \"AddOnlineMeeting\",\r\n Code: \"ED8E\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272q0 -99 -19 -195.5t-56 -188.5h-309v128h218q38 126 38 256q0 133 -37 256h-363q8 -64 12 -127.5t4 -128.5h-128q0 65 -4.5 128.5t-12.5 127.5h-734q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h623v-128h-601q8 -39 23 -92.5t37 -110t50.5 -112t64.5 -99.5t78.5 -71t91.5 -27q30 0 57 11.5t51 30t44.5 41t36.5 45.5h67v-222q-63 -17 -127 -25.5t-129 -8.5q-141 0 -272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM731 1871q-85 -29 -161.5 -75t-142.5 -105t-119.5 -130.5t-92.5 -152.5h333q11 59 27.5 120.5t39 121t51.5 116t65 105.5zM731 177q-36 49 -65 105.5t-51.5 116t-39 121t-27.5 120.5h-333q39 -81 92.5 -152.5t119.5 -131t142.5 -105t161.5 -74.5zM528 768q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256t37 -256h363zM1369 1408q-8 39 -23 92t-37 110t-50.5 112.5t-64.5 99.5t-78.5 71t-91.5 27t-91.5 -27t-78.5 -71t-64.5 -99.5t-50.5 -112.5t-37 -110t-23 -92h690zM1833 1408q-39 81 -92.5 152.5t-119.5 130.5t-142.5 105t-161.5 75q36 -49 65 -105.5t51.5 -116t39 -121t27.5 -120.5h333zM1536 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z\"\r\n },\r\n {\r\n Name: \"JoinOnlineMeeting\",\r\n Code: \"ED8F\",\r\n Path: \"M918 167q-10 -38 -15.5 -77.5t-6.5 -79.5q-128 15 -244 60t-215.5 115.5t-180 162t-137.5 199.5t-88 228.5t-31 248.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5h-71q-14 23 -29.5 45t-34.5 42q-6 87 -31 169h-1225q-8 -64 -12.5 -127.5t-4.5 -128.5t4.5 -128.5t12.5 -127.5h367q0 -32 5 -64t13 -64h-363q12 -57 32.5 -125t50 -133.5t68.5 -122t88 -92.5zM1833 1408q-39 81 -92.5 152t-119.5 130.5t-142.5 105t-161.5 74.5q36 -50 64.5 -106t51 -115.5t38.5 -120t28 -120.5h334zM1024 1920q-50 0 -92.5 -27t-78 -71t-64 -99.5t-50.5 -112.5t-37 -110t-23 -92h690q-8 39 -23 92t-37 110t-50.5 112.5t-64 99.5t-78.5 71t-92 27zM732 1871q-85 -29 -162 -74.5t-143 -105t-120 -131t-92 -152.5h334q11 55 27.5 117.5t39.5 124t52 119t64 102.5zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM213 640q39 -81 92.5 -152.5t120 -130.5t143.5 -104.5t162 -74.5q-36 50 -64.5 106t-51 115t-39 120t-28.5 121h-335zM1762 459q65 -33 118 -81t90.5 -108t57.5 -128.5t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-75 54 -116 135.5t-41 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41.5 -173.5t-116.5 -135.5zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"RemoveLink\",\r\n Code: \"ED90\",\r\n Path: \"M960 1664q93 0 174 -35.5t142 -96t96 -142t35 -174.5t-35 -174.5t-96 -142t-142 -96t-174 -35.5h-64v128h64q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25h64v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512zM1918 855q-5 63 -31.5 117t-69 94t-98.5 63t-119 23h-64v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5q0 -47 -11 -96zM768 832q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h176l128 -128h-304q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h64v-128h-64q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"PeopleBlock\",\r\n Code: \"ED91\",\r\n Path: \"M1408 1280q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z\"\r\n },\r\n {\r\n Name: \"PeopleRepeat\",\r\n Code: \"ED92\",\r\n Path: \"M2048 896v-384h-384v128h153q-41 62 -108.5 95t-140.5 33q-54 0 -106 -18.5t-92.5 -52t-65 -80.5t-24.5 -105h-128q0 85 34.5 155.5t92.5 121.5t133 79t156 28q52 0 102 -11.5t96 -34.5t85 -56.5t69 -76.5v179h128zM1632 128q54 0 105.5 18.5t92 52t65.5 80.5t25 105h128q0 -85 -34.5 -155.5t-92.5 -121.5t-133 -79t-156 -28q-52 0 -102 11.5t-96 34.5t-85 56t-69 77v-179h-128v384h384v-128h-153q41 -62 108.5 -95t140.5 -33zM1408 1280q-79 0 -149 -30t-122 -82t-82.5 -122t-30.5 -149q0 -93 -41.5 -174.5t-116.5 -136.5q45 -23 85 -54t73 -69l-102 -79q-54 61 -127.5 94.5t-154.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 97.5q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173.5t-116 -135.5q100 -50 169.5 -136.5t97.5 -194.5h-134q-20 57 -56 104.5t-83 81t-103.5 52t-117.5 18.5zM1408 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 100t-54.5 81.5t-81.5 54.5t-100 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"PeopleAlert\",\r\n Code: \"ED93\",\r\n Path: \"M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128zM914 1004q-66 -84 -102.5 -184.5t-41.5 -206.5q-54 -48 -120 -74.5t-138 -26.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q93 0 174.5 -41.5t135.5 -116.5q37 75 96 135t134 98q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-64 0 -122.5 -20t-107 -56.5t-84 -87.5t-52.5 -112zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM512 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"PeoplePause\",\r\n Code: \"ED94\",\r\n Path: \"M1792 896q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128zM640 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1792 768h128v-768h-128v768zM1408 768h128v-768h-128v768z\"\r\n },\r\n {\r\n Name: \"TransferCall\",\r\n Code: \"ED95\",\r\n Path: \"M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM2048 1408v-512h-128v293l-339 -338l-90 90l338 339h-293v128h512zM1408 1408h-512v512h128v-293l339 338l90 -90l-338 -339h293v-128z\"\r\n },\r\n {\r\n Name: \"AddPhone\",\r\n Code: \"ED96\",\r\n Path: \"M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM2048 1664v-128h-384v-384h-128v384h-384v128h384v384h128v-384h384z\"\r\n },\r\n {\r\n Name: \"UnknownCall\",\r\n Code: \"ED97\",\r\n Path: \"M1402 741q39 0 76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-15 -76t-43 -65l-96 -96q-63 -62 -143 -88t-166 -26q-107 0 -221.5 33.5t-228 93.5t-223 142t-207 179.5t-180 207t-142.5 223t-93.5 227.5t-33.5 222q0 77 13.5 131t40 98t65.5 85t91 92q28 28 65 43t76 15t76 -15t65 -43l191 -191q28 -28 43 -65t15 -76t-13 -69.5t-32.5 -56t-42 -46t-42 -39.5t-32.5 -37.5t-13 -38.5q0 -29 21 -50l478 -478q21 -21 50 -21q21 0 39.5 13t37 32.5t39 42t45.5 42t55.5 32.5t70.5 13zM1331 128q60 0 101 11.5t74.5 33.5t64.5 54t72 73q21 21 21 50q0 30 -21 51l-191 191q-21 21 -51 21q-21 0 -39 -13t-37 -32.5t-39.5 -42t-45 -42t-55.5 -32.5t-70 -13q-40 0 -76.5 15.5t-64.5 43.5l-477 477q-28 28 -43.5 64.5t-15.5 76.5q0 39 13 69.5t32.5 55.5t42 45.5t42 39.5t32.5 37.5t13 39.5q0 29 -21 50l-191 191q-21 21 -50 21q-30 0 -51 -21q-41 -41 -73 -72t-54 -64.5t-33.5 -74.5t-11.5 -101q0 -95 31 -197t86 -204.5t130.5 -201.5t164.5 -188t188 -164.5t201.5 -130.5t204.5 -86t197 -31zM1664 1024h128v-128h-128v128zM1728 1984q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z\"\r\n },\r\n {\r\n Name: \"NoteReply\",\r\n Code: \"ED98\",\r\n Path: \"M1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293zM1219 256l128 -128h-670l-549 549v1243h1792v-1278l-128 128v1022h-1536v-1024h512v-512h451zM640 640h-293l293 -293v293z\"\r\n },\r\n {\r\n Name: \"NoteForward\",\r\n Code: \"ED99\",\r\n Path: \"M2042 448l-317 -317l-90 90l163 163h-518v128h518l-163 163l90 90zM1376 256l127 -128h-826l-549 549v1243h1792v-1123l-128 128v867h-1536v-1024h512v-512h608zM640 640h-293l293 -293v293z\"\r\n },\r\n {\r\n Name: \"NotePinned\",\r\n Code: \"ED9A\",\r\n Path: \"M1792 777q61 -27 128 -36v-613h-1243l-549 549v1243h1792v-229q-67 -9 -128 -36v137h-1536v-1024h512v-512h1024v521zM640 640h-293l293 -293v293zM2048 1536v-640h-64q-78 0 -143 33.5t-112 94.5h-110q-28 -59 -70 -106.5t-94.5 -80.5t-113 -51t-125.5 -18h-64v384h-512l-128 64l128 64h512v384h64q65 0 125.5 -18t113 -51t94.5 -80.5t70 -106.5h110q47 61 112 94.5t143 33.5h64zM1920 1397q-24 -8 -41 -20t-30.5 -26.5t-25 -32.5t-23.5 -38h-269l-15 43q-28 79 -91 134t-145 72v-626q82 17 145 72t91 134l15 43h269q12 -20 23.5 -38t25 -32.5t30.5 -26.5t41 -20v362z\"\r\n },\r\n {\r\n Name: \"RemoveOccurrence\",\r\n Code: \"ED9B\",\r\n Path: \"M2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM1024 128q39 0 77.5 4.5t76.5 12.5l108 -108q-31 -8 -62.5 -14.5t-63.5 -11.5l-8 64l8 -64q-34 -5 -67.5 -8t-68.5 -3q-138 0 -267.5 34t-245 98.5t-213 157t-170.5 209.5v-243h-128v512h512v-128h-316q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"Timeline\",\r\n Code: \"ED9C\",\r\n Path: \"M1920 938q63 -77 95.5 -169.5t32.5 -192.5q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224q0 100 33 192h-929v1024h256v-128h-128v-256h768v256h-128v128h384v-128h-128v-256h768v256h-128v128h256v-854zM993 896q40 60 93 107.5t114.5 80.5t130.5 50.5t141 17.5q86 0 167 -24.5t153 -72.5v225h-1664v-384h865zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256z\"\r\n },\r\n {\r\n Name: \"EditNote\",\r\n Code: \"ED9D\",\r\n Path: \"M384 128h412l-32 -128h-508v1920h128v128h128v-128h256v128h128v-128h256v128h128v-128h256v128h128v-128h128v-648q-34 -5 -66.5 -17t-61.5 -31v568h-1280v-1664zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"CircleHalfFull\",\r\n Code: \"ED9E\",\r\n Path: \"M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 1792q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204h1536q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5z\"\r\n },\r\n {\r\n Name: \"Room\",\r\n Code: \"ED9F\",\r\n Path: \"M1920 1920v-1664h-147h-295l-473 -95l-237 -47v1155l640 128v11h-768v-1152h-512v1664h1792zM896 1163v-893l512 103v893zM1792 384v1408h-1536v-1408h256v1152h1024v-1152h256z\"\r\n },\r\n {\r\n Name: \"Unsubscribe\",\r\n Code: \"EDA0\",\r\n Path: \"M1920 772q1 -2 1.5 -28.5t0.5 -69v-97t-0.5 -112t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v644l373 1118l102 -99l-341 -1023h418l128 -256h560l128 256h418l-341 1024l101 103zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM531 1261l338 339l-338 339l90 90l339 -339l339 339l90 -90l-339 -339l339 -339l-90 -90l-339 339l-339 -339z\"\r\n },\r\n {\r\n Name: \"Subscribe\",\r\n Code: \"EDA1\",\r\n Path: \"M1920 772q1 -2 1.5 -29t0.5 -69.5v-96.5t-0.5 -111.5t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v42.5t-0.5 79t-0.5 102.5t-0.5 113.5t-0.5 111.5v96.5t0.5 69.5t1.5 29l383 1148h385v-128h-293l-341 -1024h418l128 -256h560l128 256h418l-341 1024h-293v128h385zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM896 1115v933h128v-933l294 293l90 -90l-448 -448l-448 448l90 90z\"\r\n },\r\n {\r\n Name: \"HardDrive\",\r\n Code: \"EDA2\",\r\n Path: \"M1856 1408q40 0 75 -15t61 -41t41 -61t15 -75v-576h-2048v576q0 40 15 75t41 61t61 41t75 15h1664zM1920 1216q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-448h1792v448zM1664 1152h128v-128h-128v128zM1408 1152h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"CloudPrinter\",\r\n Code: \"EDA6\",\r\n Path: \"M1920 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-256v-128h-896v128h-256v512h-128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5h131v-512h128zM1024 1280v-384h640v384h-640zM640 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10h128v512h633q-12 82 -51 152.5t-97.5 122t-133.5 80.5t-159 29q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h128zM1664 256h-640v-128h640v128zM1920 768h-1152v-512h128v128h896v-128h128v512zM960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"RecurringTask\",\r\n Code: \"EDB2\",\r\n Path: \"M2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34zM576 987l627 626l90 -90l-717 -718l-333 334l90 90zM128 640h912q-11 -31 -18 -63t-10 -65h-1012v1536h1536v-1012q-33 -3 -65 -10t-63 -18v912h-1280v-1280z\"\r\n },\r\n {\r\n Name: \"TaskManager\",\r\n Code: \"EDB7\",\r\n Path: \"M0 1920h2048v-1792h-2048v1792zM1920 1792h-1792v-256h1792v256zM128 256h1792v1152h-1792v-1152zM256 896v384h384v-384h-384zM384 1152v-128h128v128h-128zM256 384v384h384v-384h-384zM384 640v-128h128v128h-128zM896 1024v128h768v-128h-768zM896 512v128h768v-128h-768z\"\r\n },\r\n {\r\n Name: \"TaskManagerMirrored\",\r\n Code: \"EDB8\",\r\n Path: \"M0 1920h2048v-1792h-2048v1792zM1920 1792h-1792v-256h1792v256zM128 256h1792v1152h-1792v-1152zM1408 896v384h384v-384h-384zM1536 1152v-128h128v128h-128zM1408 384v384h384v-384h-384zM1536 640v-128h128v128h-128zM384 1024v128h768v-128h-768zM384 512v128h768v-128h-768z\"\r\n },\r\n {\r\n Name: \"Combine\",\r\n Code: \"EDBB\",\r\n Path: \"M2048 1152v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90l-210 -211h677zM467 1363l90 90l365 -365l-365 -365l-90 90l210 211h-677v128h677z\"\r\n },\r\n {\r\n Name: \"Split\",\r\n Code: \"EDBC\",\r\n Path: \"M1683 1453l365 -365l-365 -365l-91 90l211 211h-651v128h651l-211 211zM456 1363l-211 -211h651v-128h-651l211 -211l-91 -90l-365 365l365 365z\"\r\n },\r\n {\r\n Name: \"DoubleChevronUp\",\r\n Code: \"EDBD\",\r\n Path: \"M0 91l1024 1024l1024 -1024l-91 -91l-933 933l-933 -933zM1024 1829l-933 -933l-91 91l1024 1024l1024 -1024l-91 -91z\"\r\n },\r\n {\r\n Name: \"DoubleChevronLeft\",\r\n Code: \"EDBE\",\r\n Path: \"M2048 1957l-933 -933l933 -933l-91 -91l-1024 1024l1024 1024zM1152 1957l-933 -933l933 -933l-91 -91l-1024 1024l1024 1024z\"\r\n },\r\n {\r\n Name: \"DoubleChevronRight\",\r\n Code: \"EDBF\",\r\n Path: \"M91 2048l1024 -1024l-1024 -1024l-91 91l933 933l-933 933zM987 2048l1024 -1024l-1024 -1024l-91 91l933 933l-933 933z\"\r\n },\r\n {\r\n Name: \"Ascending\",\r\n Code: \"EDC0\",\r\n Path: \"M1216 1024h512l-320 -640h320v-128h-512l320 640h-320v128zM512 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM1323 1280l-43 -128h-128l256 768h128l256 -768h-128l-43 128h-298zM1472 1728l-107 -320h214z\"\r\n },\r\n {\r\n Name: \"Descending\",\r\n Code: \"EDC1\",\r\n Path: \"M1728 1152h-512l320 640h-320v128h512l-320 -640h320v-128zM512 410l163 163l90 -90l-317 -318l-317 318l90 90l163 -163v1510h128v-1510zM1664 256l-43 128h-298l-43 -128h-128l256 768h128l256 -768h-128zM1365 512h214l-107 320z\"\r\n },\r\n {\r\n Name: \"TextBox\",\r\n Code: \"EDC2\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM397 1154h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1689q-2 -10 -3.5 -20t-4.5 -20l-87 -250h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2zM1033 1154h-102v664h102v-294h1q26 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65zM1032 1342q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59q0 26 -6 51.5t-19 45.5t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55zM1664 1144q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q28 0 55 -5t53 -16v-95q-22 16 -47.5 25.5t-52.5 9.5q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -66 37 -108t105 -42q29 0 55 10.5t49 28.5v-88q-29 -17 -62 -24t-66 -7zM438 256q-48 0 -82.5 19t-56.5 50.5t-32.5 71.5t-10.5 83q0 47 11.5 91t36.5 78.5t62.5 55t90.5 20.5q43 0 77 -17.5t55 -55.5h2v278h101v-664h-101v77h-2q-50 -87 -151 -87zM482 644q-35 0 -58.5 -14t-37.5 -36.5t-20 -51t-6 -58.5q0 -27 6 -53.5t20 -47.5t35.5 -34t53.5 -13q28 0 50 11t37 30t22.5 43.5t7.5 50.5v59q0 48 -30.5 81t-79.5 33zM1012 725q51 0 87 -17.5t59.5 -47.5t34.5 -71t11 -87v-39h-305q2 -63 39 -96.5t99 -33.5q36 0 69.5 11.5t62.5 31.5v-81q-36 -23 -78 -31t-84 -8q-54 0 -93.5 17.5t-65.5 48.5t-39 73.5t-13 93.5q0 48 15 90.5t43 75t68 51.5t90 19zM1106 535q0 23 -5.5 44t-17 36.5t-30 25t-43.5 9.5q-24 0 -43.5 -9.5t-33.5 -25.5t-22.5 -37t-11.5 -43h207zM1332 787q0 36 12.5 64t34.5 48t51.5 30.5t64.5 10.5q15 0 30 -2t29 -7v-84q-21 12 -47 12q-41 0 -57.5 -23t-16.5 -61v-60h104v-80h-103v-369h-102v369h-76v80h76v72z\"\r\n },\r\n {\r\n Name: \"TextField\",\r\n Code: \"EDC3\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 770h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1305q-2 -10 -3.5 -20t-4.5 -20l-87 -250h193l-88 250q-3 9 -4.5 19.5t-3.5 20.5h-2zM1033 770h-102v664h102v-294h1q26 43 63.5 66t88.5 23q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-86 0 -132 75h-1v-65zM1032 958q0 -24 8 -45.5t22 -37.5t34.5 -25.5t45.5 -9.5q35 0 58 15t37 39t20 54t6 59q0 26 -6 51.5t-19 45.5t-34.5 32t-51.5 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55zM1664 760q-50 0 -91 16.5t-70 46t-45 70.5t-16 91q0 55 17 100t48.5 77.5t76 50t100.5 17.5q28 0 55 -5t53 -16v-95q-22 16 -47.5 25.5t-52.5 9.5q-35 0 -62 -12.5t-45.5 -33.5t-28.5 -50t-10 -62q0 -66 37 -108t105 -42q29 0 55 10.5t49 28.5v-88q-29 -17 -62 -24t-66 -7z\"\r\n },\r\n {\r\n Name: \"NumberField\",\r\n Code: \"EDC4\",\r\n Path: \"M1024 768h-384v75t14 73q11 28 33.5 54.5t49.5 52.5t55 50.5t51.5 48.5t38 47.5t14.5 46.5q0 26 -19 45t-45 19q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75q0 -39 -11.5 -70.5t-30.5 -58t-44 -50.5t-51 -46.5t-51.5 -45.5t-46.5 -49h235v-128zM2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 1261q-29 -17 -68 -31t-73 -14v128q11 0 31 6t40 15.5t36.5 20.5t21.5 22h127v-640h-115v493zM1320 768q-42 0 -81.5 14t-74.5 37v127q20 -15 35.5 -26t31.5 -18t34.5 -10t44.5 -3q22 0 42 4.5t35.5 15t24.5 27.5t9 42q0 31 -24 44.5t-56 17.5t-65.5 2.5t-52.5 -1.5v97h58t58 7.5t45 26t18 56.5q0 42 -25.5 56t-63.5 14q-40 0 -69 -18t-58 -43v130q34 23 76 32t82 9q36 0 70 -10t60.5 -29.5t42.5 -49t16 -68.5q0 -48 -19.5 -85.5t-61.5 -60.5q44 -15 72 -53t28 -85t-20 -84t-52.5 -62.5t-74.5 -39t-85 -13.5z\"\r\n },\r\n {\r\n Name: \"Dropdown\",\r\n Code: \"EDC5\",\r\n Path: \"M0 1792h2048v-1408h-2048v1408zM1920 512v1152h-1792v-1152h1792zM1792 1152l-256 -256l-256 256h512z\"\r\n },\r\n {\r\n Name: \"PenWorkspace\",\r\n Code: \"EDC6\",\r\n Path: \"M1747 1758q14 -8 23 -23t9 -32q0 -8 -2 -15t-5 -14l-707 -1415q-9 -19 -28 -28l-173 -87q-32 -16 -69 -16h-9.5t-9.5 1l-47 -94q-8 -16 -23.5 -25.5t-33.5 -9.5q-26 0 -45 19t-19 45q0 12 7 30t16.5 37.5t19.5 36.5t15 28q-26 40 -26 87v165q0 16 7 29l576 1152l-65 32l-237 -474q-8 -16 -23.5 -25.5t-33.5 -9.5q-26 0 -45 19t-19 45q0 13 7 29l239 478q16 32 43 50.5t63 18.5q35 0 66.5 -17t61.5 -32l71 142q8 17 23.5 26t33.5 9q13 0 22 -4q12 24 23.5 47.5t26 42.5t35.5 30.5t53 11.5t61 -15l94 -47q32 -16 50.5 -42.5t18.5 -63.5q0 -34 -15.5 -63.5t-29.5 -58.5zM1545 1859l87 -43l29 58l-87 43zM1629 1674l-192 96l-669 -1337v-150q0 -11 8 -19t19 -8q4 0 16.5 5t29 13t35 17.5t35.5 18.5t30 16t19 10zM1792 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-288l64 128h224q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45t19 45t45 19zM128 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h44q-5 -15 -8.5 -31t-3.5 -33t3.5 -33t8.5 -31h-44q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h224l-64 -128h-160q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124z\"\r\n },\r\n {\r\n Name: \"BookingsLogo\",\r\n Code: \"EDC7\",\r\n Path: \"M960 768q-133 0 -249.5 50t-203.5 137t-137 203.5t-50 249.5v640h640v-1280zM1088 1408q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5h-640v640zM320 640h1408q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50h-768v640z\"\r\n },\r\n {\r\n Name: \"ClassNotebookLogoInverse\",\r\n Code: \"EDC8\",\r\n Path: \"M64 1776l1152 205v-1914l-1152 199v1510zM344 686l108 -6v377q0 33 1 67t-1 68l290 -528l145 -9v758l-136 -8v-508l-269 492l-138 -6v-697zM2004 783q17 0 30.5 -13.5t13.5 -30.5v-308q0 -17 -13.5 -30.5t-30.5 -13.5h-73v396h73zM1992 1644q23 0 39.5 -16.5t16.5 -39.5v-282q0 -20 -14 -33t-33 -13h-102v-925q0 -23 -17 -40t-40 -17h-562v235h491v85h-491v107h491v86h-491v981h551q28 0 42.5 -12.5t20 -32t5.5 -42v-41.5h93zM1808 1399l-57 58l12 80l-80 14l-38 72l-73 -36l-73 36l-38 -72l-80 -14l11 -80l-56 -58l56 -59l-11 -80l78 -14l13 -28v-260l96 97l96 -97v260l17 28l81 14l-11 80zM1572 1501q21 0 39.5 -8t32.5 -22t22 -32.5t8 -39.5t-8 -39.5t-22 -32.5t-32.5 -22t-39.5 -8t-39.5 8t-32.5 22t-22 32.5t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8zM2004 1223q17 0 30.5 -13.5t13.5 -30.5v-308q0 -17 -13.5 -30.5t-30.5 -13.5h-73v396h73z\"\r\n },\r\n {\r\n Name: \"DelveAnalyticsLogo\",\r\n Code: \"EDCA\",\r\n Path: \"M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z\"\r\n },\r\n {\r\n Name: \"DocsLogoInverse\",\r\n Code: \"EDCB\",\r\n Path: \"M761 1049q0 -44 -9 -91.5t-30 -86.5t-57 -64.5t-90 -25.5q-18 0 -36 1l-36 2v510q20 1 39.5 2t39.5 1q51 0 85.5 -22.5t55.5 -58.5t29.5 -80t8.5 -87zM64 1775l1152 205v-1912l-1152 199v1508zM376 646q57 -4 114 -9.5t114 -5.5q86 0 145.5 38.5t96.5 99.5t53.5 136t16.5 148q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-784zM1884 1004h-483v-483h-121v603h443v81h-443v120h443v81h-443v121h443v80h-443v121h563q17 0 29 -11.5t12 -28.5v-684zM2004 923v-603h-523v603h523zM1723 843q-42 0 -78.5 -15.5t-64 -43t-43.5 -64t-16 -78.5h202v201zM1763 400q42 0 78.5 16t63.5 43t43 63.5t16 78.5t-16 78.5t-43 63.5t-63.5 43t-78.5 16v-201h-201q0 -42 16 -78.5t43 -63.5t63.5 -43t78.5 -16z\"\r\n },\r\n {\r\n Name: \"Dynamics365Logo\",\r\n Code: \"EDCC\",\r\n Path: \"M876 1134l-364 -1046v1285zM1664 1329v-594l-1152 -647zM1264 1089l-752 368v501l1101 -585z\"\r\n },\r\n {\r\n Name: \"DynamicSMBLogo\",\r\n Code: \"EDCD\",\r\n Path: \"M937 848l227 225v-1073h-456v817zM93 734l472 63v-797h-472v734zM1303 1211l472 465v-1676h-472v1211zM1966 2048q4 1 7 -2t3 -7v-2l-43 -233q0 -2 -2 -4.5t-4 -2.5q-7 0 -10 3l-78 80l-944 -932q-6 -6 -16 -8l-776 -104q-13 -2 -22 7t-9 21q0 11 7 18t17 9l766 104l938 925q-4 4 -18 17.5t-29.5 29t-27.5 29t-12 16.5q0 7 9 9z\"\r\n },\r\n {\r\n Name: \"OfficeAssistantLogo\",\r\n Code: \"EDCE\",\r\n Path: \"M1604 794q79 0 148 -30t120.5 -82t81.5 -121t30 -148q0 -78 -30 -147.5t-81.5 -121t-121 -81.5t-147.5 -30t-147.5 30t-121 81.5t-81.5 121t-30 147.5q0 79 30 148t81.5 121t120.5 82t148 30zM1602 629q-20 0 -36.5 -9t-28 -23.5t-18 -32.5t-6.5 -37t6.5 -37t18 -32.5t28 -23t36.5 -8.5t36 8.5t27.5 23t18 32.5t6.5 37q0 18 -6.5 36.5t-18 33t-27.5 23.5t-36 9zM1783 204q0 28 -1 63.5t-10 66.5t-30 52.5t-61 21.5h-5q-14 -15 -33 -24.5t-40 -9.5q-20 0 -39 9.5t-33 24.5q-41 0 -63 -20.5t-32 -51t-11 -66.5t-1 -66h359zM1578 856q-88 -5 -164.5 -41.5t-132.5 -96.5t-88.5 -138.5t-32.5 -166.5q0 -89 35 -173l-147 -45l-971 350l974 -117v1291l-648 -152v-873l-339 -147v1111l985 357l529 -171v-988z\"\r\n },\r\n {\r\n Name: \"OfficeStoreLogo\",\r\n Code: \"EDCF\",\r\n Path: \"M1536 1536h512v-1344q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1344h512q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1024 1920q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h768q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30zM1920 192v1216h-1792v-1216q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45z\"\r\n },\r\n {\r\n Name: \"OneNoteEduLogoInverse\",\r\n Code: \"EDD0\",\r\n Path: \"M1888 1216q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-32v320h32zM1888 832q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-32v320h32zM1888 1600q14 0 23 -9t9 -23v-256q0 -14 -9 -23t-23 -9h-96v-912q0 -20 -14 -34t-34 -14h-528v192h384v64h-384v128h384v64h-384v451l240 -87l159 64v-138q0 -7 5 -11.5t12 -4.5t12 4.5t5 11.5v150l64 28l-258 115l-239 -94v471h528q20 0 34 -14t14 -34v-80h96zM1453 976q16 0 34.5 1.5t35.5 6.5t32 14t25 24l-1 123q-5 -2 -24 -9.5t-40 -16t-38.5 -15t-20.5 -6.5q-39 12 -77.5 26.5t-76.5 28.5q-1 -26 -1.5 -53t-0.5 -53q0 -21 18.5 -34.5t43.5 -21.5t51 -11.5t40 -3.5zM128 1741l1024 173v-1780l-1024 173v1434zM413 706l102 -5v480l271 -495l136 -8v710l-127 -8v-351q0 -31 -1 -62.5t1 -62.5l-252 461l-130 -5v-654z\"\r\n },\r\n {\r\n Name: \"PlannerLogo\",\r\n Code: \"EDD1\",\r\n Path: \"M1771 1984q35 0 60 -25t25 -60v-982q0 -35 -25 -60t-60 -25h-491v-299q0 -35 -25 -60t-60 -25h-427v-298q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-406q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v1749q0 35 25 60t60 25h1494zM1152 1856h-384v-512h384v512zM320 1856v-768h320v768h-320zM640 192v768h-320v-768h320zM1152 576v640h-384v-640h384zM1728 960v896h-448v-896h448z\"\r\n },\r\n {\r\n Name: \"PowerApps\",\r\n Code: \"EDD2\",\r\n Path: \"M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z\"\r\n },\r\n {\r\n Name: \"Suitcase\",\r\n Code: \"EDD3\",\r\n Path: \"M1856 1664q40 0 75 -15t61 -41t41 -61t15 -75v-1152q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1664q-40 0 -75 15t-61 41t-41 61t-15 75v1152q0 40 15 75t41 61t61 41t75 15h448v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h448zM768 1664h512v128h-512v-128zM512 1536v-1280h1024v1280h-1024zM128 320q0 -26 19 -45t45 -19h192v1280h-192q-26 0 -45 -19t-19 -45v-1152zM1920 1472q0 26 -19 45t-45 19h-192v-1280h192q26 0 45 19t19 45v1152z\"\r\n },\r\n {\r\n Name: \"ProjectLogoInverse\",\r\n Code: \"EDD4\",\r\n Path: \"M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 683v-470q0 -35 -25 -60t-60 -25h-1174q-35 0 -60 25t-25 60v299h-619q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v299q0 35 25 60t60 25h918q35 0 60 -25t25 -60v-491h235q35 0 60 -25t25 -60v-491h299q35 0 60 -25t25 -60zM1536 1216h-512v-448h512v448zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM384 1536h555q35 0 60 -25t25 -60v-107h192v448h-832v-256zM1920 256v384h-896v-43q0 -35 -25 -60t-60 -25h-107v-256h1088z\"\r\n },\r\n {\r\n Name: \"CaretLeft8\",\r\n Code: \"EDD5\",\r\n Path: \"M512 1024l1024 1024v-2048zM1280 618v812l-406 -406z\"\r\n },\r\n {\r\n Name: \"CaretRight8\",\r\n Code: \"EDD6\",\r\n Path: \"M512 2048l1024 -1024l-1024 -1024v2048zM768 1430v-812l406 406z\"\r\n },\r\n {\r\n Name: \"CaretUp8\",\r\n Code: \"EDD7\",\r\n Path: \"M1024 1536l1024 -1024h-2048zM1024 1174l-406 -406h812z\"\r\n },\r\n {\r\n Name: \"CaretDown8\",\r\n Code: \"EDD8\",\r\n Path: \"M0 1536h2048l-1024 -1024zM618 1280l406 -406l406 406h-812z\"\r\n },\r\n {\r\n Name: \"CaretLeftSolid8\",\r\n Code: \"EDD9\",\r\n Path: \"M512 1024l1024 1024v-2048l-1024 1024v0z\"\r\n },\r\n {\r\n Name: \"CaretRightSolid8\",\r\n Code: \"EDDA\",\r\n Path: \"M512 2048l1024 -1024l-1024 -1024v2048v0z\"\r\n },\r\n {\r\n Name: \"CaretUpSolid8\",\r\n Code: \"EDDB\",\r\n Path: \"M1024 1536l1024 -1024h-2048l1024 1024v0z\"\r\n },\r\n {\r\n Name: \"CaretDownSolid8\",\r\n Code: \"EDDC\",\r\n Path: \"M0 1536h2048l-1024 -1024l-1024 1024v0z\"\r\n },\r\n {\r\n Name: \"ClearFormatting\",\r\n Code: \"EDDD\",\r\n Path: \"M1243 128h421v-128h-987l-248 248q-27 27 -41.5 62.5t-14.5 73.5t14.5 73.5t41.5 62.5l435 435l-65 197h-446l-85 -256h-140l384 1152h128l329 -988l375 374l602 -602zM756 1280l-180 540l-180 -540h360zM1344 1254l-550 -550l422 -422l550 550zM1061 128l65 64l-422 422l-184 -185q-19 -19 -19 -45t19 -45l211 -211h330z\"\r\n },\r\n {\r\n Name: \"Superscript\",\r\n Code: \"EDDE\",\r\n Path: \"M1701 1562q-6 -6 -10.5 -12.5t-9.5 -13.5h239v-128h-384v64q0 52 19 94t47.5 77t61.5 64t61.5 54t47.5 48t19 47q0 26 -19 45t-45 19t-45 -19t-19 -45h-128q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -38 -15 -73.5t-41 -62.5h-1zM1440 1536l-384 -512l384 -512h-160l-304 405l-304 -405h-160l384 512l-384 512h160l304 -405l304 405h160z\"\r\n },\r\n {\r\n Name: \"Subscript\",\r\n Code: \"EDDF\",\r\n Path: \"M1701 154q-6 -6 -10.5 -12.5t-9.5 -13.5h239v-128h-384v64q0 52 19 94t47.5 77t61.5 64t61.5 54t47.5 48t19 47q0 26 -19 45t-45 19t-45 -19t-19 -45h-128q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -38 -15 -73.5t-41 -62.5h-1zM1440 1536l-384 -512l384 -512h-160l-304 405l-304 -405h-160l384 512l-384 512h160l304 -405l304 405h160z\"\r\n },\r\n {\r\n Name: \"Strikethrough\",\r\n Code: \"EDE0\",\r\n Path: \"M2048 896v-128h-75q-10 -100 -45 -189.5t-95 -157.5t-144 -108t-192 -40q-224 0 -336 197h-4v-172h-133v470h-128v-470h-133v189h-4q-52 -101 -141 -157.5t-204 -56.5q-70 0 -131 19.5t-106 58t-71 95.5t-26 131q0 51 12.5 100t42.5 91h-135v128h332q2 0 16.5 3t33 7t35.5 8t23 5l323 47q0 61 -11 116.5t-38 98t-73 67.5t-116 25q-99 0 -185 -36.5t-161 -99.5v145q36 25 80 45t91 33.5t94.5 20.5t91.5 7q96 0 164.5 -28t112 -80t63.5 -125t20 -164v-95h128v979h133v-716h4q60 111 158 170t225 59q109 0 189 -39.5t133 -107t80.5 -157t30.5 -188.5h71zM763 768h-449q-57 -29 -77 -76t-20 -107q0 -49 17.5 -86t47.5 -61.5t70.5 -37t85.5 -12.5q54 0 100.5 15.5t84.5 43.5t67.5 68t47.5 89q16 42 20.5 80.5t4.5 83.5zM1157 896h683q-3 73 -23 141t-59.5 120.5t-99 84t-141.5 31.5t-147.5 -29.5t-111.5 -80.5t-72 -120t-29 -147zM1835 768h-678v-27q0 -72 24.5 -136.5t68.5 -112.5t105.5 -76t136.5 -28q82 0 142.5 32t102.5 85t66 121.5t32 141.5z\"\r\n },\r\n {\r\n Name: \"Export\",\r\n Code: \"EDE1\",\r\n Path: \"M1497 1459l308 -309h-1543v-128h1540l-305 -305l90 -90l461 461l-461 461zM134 1536h-128v-896h128v896z\"\r\n },\r\n {\r\n Name: \"ExportMirrored\",\r\n Code: \"EDE2\",\r\n Path: \"M557 1459l-308 -309h1543v-128h-1540l305 -305l-90 -90l-461 461l461 461zM1920 1536h128v-896h-128v896z\"\r\n },\r\n {\r\n Name: \"CloudSearch\",\r\n Code: \"EDE4\",\r\n Path: \"M1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 512h-640q-106 0 -199 40.5t-162.5 110t-109.5 162.5t-40 199t40 199t109.5 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5q-33 0 -65.5 -5.5t-64.5 -14.5q-8 86 -46 160t-97.5 128t-136.5 85t-163 31q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h640v-128z\"\r\n },\r\n {\r\n Name: \"ProgressRing5\",\r\n Code: \"EDF6\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-207 0 -392.5 77t-331.5 223l181 181q109 -109 248.5 -167t294.5 -58q159 0 298.5 60.5t244 165t165 244t60.5 298.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5v256v0z\"\r\n },\r\n {\r\n Name: \"SingleBookmark\",\r\n Code: \"EDFF\",\r\n Path: \"M1664 2048v-2048l-640 323l-640 -323v2048h1280zM1536 1920h-1024v-1712q129 65 256 130t256 129q129 -64 256 -129t256 -130v1712z\"\r\n },\r\n {\r\n Name: \"SingleBookmarkSolid\",\r\n Code: \"EE00\",\r\n Path: \"M384 2048h1280v-2048l-640 323l-640 -323v2048v0z\"\r\n },\r\n {\r\n Name: \"DoubleChevronDown\",\r\n Code: \"EE04\",\r\n Path: \"M2048 1957l-1024 -1024l-1024 1024l91 91l933 -933l933 933zM1024 219l933 933l91 -91l-1024 -1024l-1024 1024l91 91z\"\r\n },\r\n {\r\n Name: \"FollowUser\",\r\n Code: \"EE05\",\r\n Path: \"M2042 448l-365 -365l-90 90l211 211h-646v128h646l-211 211l90 90zM1351 646q-39 86 -99.5 155.5t-136.5 119t-164.5 76.5t-182.5 27q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -137 -63.5 -248.5t-176.5 -185.5q72 -27 136 -67.5t118.5 -92t98 -113.5t75.5 -131zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z\"\r\n },\r\n {\r\n Name: \"ReplyAll\",\r\n Code: \"EE0A\",\r\n Path: \"M1408 1408q128 0 245 -48t208 -139t139 -208t48 -245q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50v128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5h-549l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h549zM282 1344l467 -467l-90 -90l-557 557l557 557l90 -90z\"\r\n },\r\n {\r\n Name: \"WorkforceManagement\",\r\n Code: \"EE0F\",\r\n Path: \"M1792 768h256v-768h-1024v768h256v256h512v-256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1152 640v-128h768v128h-768zM896 1152q0 -93 -41.5 -174.5t-116.5 -135.5q45 -23 85 -53t73 -67v-338q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q72 0 137.5 -25.5t118.5 -73.5q32 29 71 51q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q83 -46 135 -124q52 78 135 124q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q46 -25 83 -61t62.5 -79.5t39.5 -93.5t14 -102h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-49 0 -95 -18.5t-81 -52.5q24 -42 36 -89t12 -96zM1664 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1024 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM512 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"RecruitmentManagement\",\r\n Code: \"EE12\",\r\n Path: \"M2048 768v-768h-1024v768h256v256h512v-256h256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1920 640h-768v-128h768v128zM1565 1152q-54 61 -128.5 94.5t-156.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41.5 -173.5t-115.5 -135.5q45 -23 84.5 -53.5t72.5 -67.5v-338q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128.5t90 108t118 81q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173.5 -41.5t135.5 -115.5q38 75 97.5 134.5t134.5 97.5q-74 54 -115.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41.5 -173.5t-115.5 -135.5q68 -34 123 -85.5t93 -117.5h-158zM512 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z\"\r\n },\r\n {\r\n Name: \"Questionnaire\",\r\n Code: \"EE19\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM384 1152h384v-384h-384v384zM512 896h128v128h-128v-128zM384 1664h384v-384h-384v384zM512 1408h128v128h-128v-128zM896 1024h640v-128h-640v128zM384 640h384v-384h-384v384zM512 384h128v128h-128v-128zM896 512h640v-128h-640v128z\"\r\n },\r\n {\r\n Name: \"ManagerSelfService\",\r\n Code: \"EE23\",\r\n Path: \"M2048 256h-227q48 -53 73.5 -118.5t25.5 -137.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 102t39.5 93.5t62.5 79.5t83 61q-34 35 -52.5 81t-18.5 95q0 69 34.5 127.5t93.5 92.5v292q0 30 13.5 57t37.5 45q-55 73 -135.5 113.5t-171.5 40.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -93 -41.5 -174.5t-116.5 -135.5q68 -34 123.5 -85t93.5 -117h357q31 0 54 9.5t43.5 23.5t41 31t46 31t58 23.5t77.5 9.5h288q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896zM512 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM896 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1536 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1920 896h-288q-45 0 -78 9.5t-58 23.5t-45.5 31t-41 31t-43.5 23.5t-54 9.5h-416v-256q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q83 -46 135 -124q52 78 135 124q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h164v512zM1920 1152h-288q-23 0 -41 -5t-34 -13.5t-31.5 -20t-31.5 -25.5q16 -14 31.5 -25.5t31.5 -20t34 -13.5t41 -5h288v128z\"\r\n },\r\n {\r\n Name: \"EmployeeSelfService\",\r\n Code: \"EE24\",\r\n Path: \"M1920 731v-731h-896v896q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q69 -35 122.5 -86t93.5 -117h415zM384 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1536 768h165l-165 165v-165zM1792 128v512h-384v384h-256v-896h640z\"\r\n },\r\n {\r\n Name: \"ProductionFloorManagement\",\r\n Code: \"EE29\",\r\n Path: \"M640 1280h-384v384h384v-384zM1152 1280h-384v384h384v-384zM1024 1536h-128v-128h128v128zM1664 1280h-384v384h384v-384zM1536 1536h-128v-128h128v128zM1408 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM256 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM640 768q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50zM1280 768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM128 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20h640v-128h-640q-79 0 -149 30.5t-122 82.5t-82.5 122t-30.5 149t30.5 149t82.5 122t122 82.5t149 30.5h1152q71 0 135 -25t114.5 -68.5t84 -103t44.5 -129.5l-135 -135q6 19 9.5 38t3.5 39q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20h-1152q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z\"\r\n },\r\n {\r\n Name: \"ProductRelease\",\r\n Code: \"EE2E\",\r\n Path: \"M896 511v601l-640 320v-880l544 -273l-31 -127l-641 320v1104l832 415l832 -415v-270q-70 -11 -128 -45v171l-640 -320v-473zM754 1746l584 -334l247 124l-625 313zM960 1223l240 120l-584 334l-281 -141zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"ProductVariant\",\r\n Code: \"EE30\",\r\n Path: \"M1344 2046l704 -352v-785l-128 64v578l-512 -256v-258l-128 -64v322l-512 256v-227l-128 64v306zM1344 1406l177 89l-463 265l-211 -106zM1659 1563l182 91l-497 249l-149 -75zM1152 909l-128 -64v1l-384 -192v-455l384 193v-144l-448 -224l-576 289v676l576 288l576 -288v-80zM512 199v455l-384 192v-454zM576 765l369 184l-369 185l-369 -185zM1152 766l448 224l448 -224v-527l-448 -224l-448 224v527zM1536 190v305l-256 128v-305zM1920 318v305l-256 -128v-305zM1600 606l241 121l-241 120l-241 -120z\"\r\n },\r\n {\r\n Name: \"ReplyMirrored\",\r\n Code: \"EE35\",\r\n Path: \"M870 1408q-128 0 -245 -48t-208 -139t-139 -208t-48 -245q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50v128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h677l-402 -403l90 -90l557 557l-557 557l-90 -90l402 -403h-677z\"\r\n },\r\n {\r\n Name: \"ReplyAllMirrored\",\r\n Code: \"EE36\",\r\n Path: \"M742 1408q-128 0 -245 -48t-208 -139t-139 -208t-48 -245q0 -133 50 -249.5t137 -203.5t203.5 -137t249.5 -50v128q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h549l-402 -403l90 -90l557 557l-557 557l-90 -90l402 -403h-549zM1868 1344l-467 -467l90 -90l557 557l-557 557l-90 -90z\"\r\n },\r\n {\r\n Name: \"Medal\",\r\n Code: \"EE38\",\r\n Path: \"M2048 1792q0 -67 -20 -120.5t-56 -108.5l-516 -775q39 -62 59.5 -132.5t20.5 -143.5q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5q0 73 20.5 143.5t59.5 132.5l-516 775q-36 55 -56 108.5t-20 120.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1576 1920h-1104l170 -256h764zM728 1536l296 -445l296 445h-592zM128 1792q0 -46 14 -82t39 -74l498 -746q51 47 112.5 78.5t130.5 45.5l-604 906h-62q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1868 1638q25 34 38.5 73t13.5 81q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-62l-604 -906q69 -14 130.5 -45.5t112.5 -78.5l499 747v1z\"\r\n },\r\n {\r\n Name: \"AddGroup\",\r\n Code: \"EE3D\",\r\n Path: \"M1250 715q68 -34 123 -85.5t93 -117.5h-157q-54 61 -128.5 94.5t-156.5 33.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57.5 128.5t90.5 108t118 81q-75 54 -116.5 135.5t-41.5 173.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 102t39.5 93.5t62.5 79.5t83 61q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q42 -23 75.5 -55t59.5 -70q27 40 62 72t76 54.5t87.5 34.5t94.5 12t94 -12t87.5 -34.5t76.5 -54.5t62 -72q26 38 59.5 70t75.5 55q-34 35 -52.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-52.5 -81q46 -25 83 -61t62.5 -79.5t39.5 -93.5t14 -102h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -92 -41.5 -173.5t-116.5 -135.5zM1664 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM384 1408q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"QuestionnaireMirrored\",\r\n Code: \"EE4B\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1152 1152h384v-384h-384v384zM1280 896h128v128h-128v-128zM384 1024h640v-128h-640v128zM384 1536h640v-128h-640v128zM1152 640h384v-384h-384v384zM1280 384h128v128h-128v-128zM384 512h640v-128h-640v128z\"\r\n },\r\n {\r\n Name: \"AppsContent\",\r\n Code: \"EE54\",\r\n Path: \"M256 1920h1792v-1536h-256v-256h-1792v1536h256v256zM1664 256v1024h-1536v-1024h1536zM1664 1408v128h-1536v-128h1536zM1920 512v1280h-1536v-128h1408v-1152h128zM896 1152v-768h-640v768h640zM768 512v512h-384v-512h384zM1408 1152v-128h-384v128h384zM1408 896v-128h-384v128h384zM1280 640v-128h-256v128h256z\"\r\n },\r\n {\r\n Name: \"CloudImportExport\",\r\n Code: \"EE55\",\r\n Path: \"M1629 1279q88 -6 164.5 -43t133 -97.5t89 -139.5t32.5 -167q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5h-64v128h64q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-18 0 -35.5 -2t-34.5 -6q-10 84 -49 155.5t-98 124t-135 82.5t-160 30q-70 0 -135 -21t-119.5 -59t-96.5 -91.5t-67 -119.5q-75 35 -158 35q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -61 18.5 -117t52 -103.5t81 -83.5t104.5 -56v-134q-84 22 -154.5 69t-121.5 112.5t-79.5 145.5t-28.5 167q0 106 40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q40 61 93 110t115 83.5t132 53t143 18.5q91 0 175.5 -28t156 -78.5t125.5 -121.5t84 -157zM896 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v677h128v-677zM1555 659l-147 146v-677h-128v677l-147 -146l-90 90l301 301l301 -301z\"\r\n },\r\n {\r\n Name: \"TemporaryUser\",\r\n Code: \"EE58\",\r\n Path: \"M1536 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 512h192v-128h-320v384h128v-256zM1170 1036q-28 -20 -53 -42t-48 -47q-69 37 -145.5 57t-155.5 20q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119.5t-76 -104t-101 -81.5q70 -28 131 -66zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149z\"\r\n },\r\n {\r\n Name: \"CaretSolid16\",\r\n Code: \"EE62\",\r\n Path: \"M0 0l2048 2048v-2048h-2048v0z\"\r\n },\r\n {\r\n Name: \"GroupedDescending\",\r\n Code: \"EE66\",\r\n Path: \"M384 128v128h1536v-128h-1536zM384 1920h1536v-128h-1408v-1061l293 293l91 -91l-448 -447l-448 447l91 91l293 -293v1189zM1024 1280v128h896v-128h-896zM1024 896v128h896v-128h-896zM1024 512v128h896v-128h-896z\"\r\n },\r\n {\r\n Name: \"GroupedAscending\",\r\n Code: \"EE67\",\r\n Path: \"M384 1920h1536v-128h-1536v128zM512 1317v-1061h1408v-128h-1536v1189l-293 -293l-91 91l448 447l448 -447l-91 -91zM1024 640v128h896v-128h-896zM1024 1024v128h896v-128h-896zM1024 1408v128h896v-128h-896z\"\r\n },\r\n {\r\n Name: \"SortUp\",\r\n Code: \"EE68\",\r\n Path: \"M1453 1549l-90 -90l-338 337l-1 -1796h-128l1 1799l-340 -340l-90 90l493 493l493 -493v0z\"\r\n },\r\n {\r\n Name: \"SortDown\",\r\n Code: \"EE69\",\r\n Path: \"M1364 589l91 -90l-493 -493l-494 493l91 90l338 -338l-1 1794h128l1 -1795l339 339v0z\"\r\n },\r\n {\r\n Name: \"AwayStatus\",\r\n Code: \"EE6A\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1536 1024h-512v640h-128v-768h640v128z\"\r\n },\r\n {\r\n Name: \"MyMoviesTV\",\r\n Code: \"EE6C\",\r\n Path: \"M1920 1152v-832q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1408q-40 0 -75 15t-61 41t-41 61t-15 75v507q0 37 1.5 67t2 59.5t0 59.5t-3.5 67q-2 21 -6 38.5t-8.5 33.5t-10 32.5t-10.5 37.5l-71 285l1738 434l124 -497l-1171 -292h1207zM681 1540l-321 -80l352 -176l321 80zM1224 1411l322 81l-352 175l-322 -80zM178 1407l61 -241l282 70zM1667 1786l-282 -71l342 -171zM1792 1024h-1536v-704q0 -26 19 -45t45 -19h1408q26 0 45 19t19 45v704z\"\r\n },\r\n {\r\n Name: \"SyncToPC\",\r\n Code: \"EE6E\",\r\n Path: \"M2048 1792v-512h-512v128h316q-59 117 -146.5 211.5t-195.5 161t-231.5 103t-254.5 36.5q-154 0 -295.5 -47.5t-258 -134t-203 -208t-131.5 -269.5l-122 38q50 166 149 304t232.5 237t294 153.5t334.5 54.5q137 0 267 -34t245.5 -98.5t213.5 -157t170 -209.5v243h128zM196 640q59 -117 146.5 -211.5t195.5 -161t231.5 -103t254.5 -36.5h128v-118q-32 -4 -64 -7t-64 -3q-136 0 -266 34.5t-246 99.5t-214 157t-170 208v-243h-128v512h511v-128h-315zM1152 896h896v-640h-384v-128h127v-128h-383v128h128v128h-384v640zM1280 384h640v384h-640v-384z\"\r\n },\r\n {\r\n Name: \"GenericScan\",\r\n Code: \"EE6F\",\r\n Path: \"M0 1408v512h512v-128h-384v-384h-128zM128 640v-384h384v-128h-512v512h128zM1920 256v384h128v-512h-512v128h384zM1536 1920h512v-512h-128v384h-384v128zM384 640v768h128v-768h-128zM768 640v768h128v-768h-128zM1152 640v768h128v-768h-128zM1664 1408v-768h-128v768h128z\"\r\n },\r\n {\r\n Name: \"AustralianRules\",\r\n Code: \"EE70\",\r\n Path: \"M1536 2048q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -212 -55 -408t-155 -367t-240 -311t-311 -240t-367 -155t-408 -55q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5q0 212 55 408t155 367t240 311t311 240t367 155t408 55zM1536 1920q-194 0 -373.5 -50.5t-336 -142t-285.5 -220.5t-220.5 -285.5t-142 -336t-50.5 -373.5q0 -60 18 -117t53 -105l447 446l-83 83q-19 19 -19 45t19 45t45 19t45 -19l83 -82l101 101l-82 83q-19 19 -19 45t19 45t45 19t45 -19l83 -83l102 102l-83 83q-19 19 -19 45t19 45t45 19t45 -19l83 -82l101 101l-82 83q-19 19 -19 45t19 45t45 19t45 -19l83 -83l446 447q-48 35 -105 53t-117 18zM512 128q194 0 373.5 50.5t336 142t285.5 220.5t220.5 285.5t142 336t50.5 373.5q0 60 -18 117t-53 105l-447 -446l83 -83q19 -19 19 -45t-19 -45t-45 -19q-14 0 -24.5 5t-20.5 14l-83 82l-101 -101l82 -83q19 -19 19 -45t-19 -45t-45 -19t-45 19l-83 83l-102 -102l83 -83q19 -19 19 -45t-19 -45t-45 -19q-14 0 -24.5 5t-20.5 14l-83 82l-101 -101l82 -83q19 -19 19 -45t-19 -45t-45 -19t-45 19l-83 83l-446 -447q48 -35 105 -53t117 -18z\"\r\n },\r\n {\r\n Name: \"WifiEthernet\",\r\n Code: \"EE77\",\r\n Path: \"M1408 256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM896 0q0 133 50 249.5t137 203.5t203.5 137t249.5 50v-128q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199h-128zM512 0q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5v-128q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5h-128zM2048 1152h-256v-1152h-128v1152h-256v768h640v-768zM1536 1792v-128h384v128h-384zM1920 1280v256h-128v-128h-128v128h-128v-256h384zM1280 1254q-149 -31 -282.5 -93.5t-247.5 -151t-205.5 -200.5t-155.5 -241t-98.5 -272.5t-34.5 -295.5h-128q0 169 39 329t111.5 303.5t175.5 267t231 221t278 165t317 98.5v-130z\"\r\n },\r\n {\r\n Name: \"TrackersMirrored\",\r\n Code: \"EE92\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM512 1152h512v-128h-512v128zM512 768h512v-128h-512v128zM512 384h512v-128h-512v128zM1427 1325l90 -90l-237 -237l-173 173l90 90l83 -83zM1427 941l90 -90l-237 -237l-173 173l90 90l83 -83zM1427 557l90 -90l-237 -237l-173 173l90 90l83 -83z\"\r\n },\r\n {\r\n Name: \"DateTimeMirrored\",\r\n Code: \"EE93\",\r\n Path: \"M1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-91 0 -176 27.5t-156.5 78t-126 121.5t-84.5 157h-801v1536h256v128h128v-128h896v128h128v-128h256v-865zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM899 512q-3 31 -3 64q0 86 24.5 167t72.5 153h-97v128h128v-86q41 51 91.5 90.5t108 67t120.5 42t128 14.5q100 0 192 -33v289h-1408v-896h643zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1536 640h192v-128h-320v384h128v-256zM384 1024h128v-128h-128v128zM640 1024h128v-128h-128v128zM640 1280h128v-128h-128v128zM640 768h128v-128h-128v128zM1024 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM384 1280h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"StopSolid\",\r\n Code: \"EE95\",\r\n Path: \"M128 1920h1792v-1792h-1792v1792v0z\"\r\n },\r\n {\r\n Name: \"DoubleChevronUp12\",\r\n Code: \"EE96\",\r\n Path: \"M1024 1757l-878 -879l-121 121l999 999l999 -999l-121 -121zM25 146l999 999l999 -999l-121 -121l-878 878l-878 -878z\"\r\n },\r\n {\r\n Name: \"DoubleChevronDown12\",\r\n Code: \"EE97\",\r\n Path: \"M1024 291l878 879l121 -121l-999 -999l-999 999l121 121zM2023 1902l-999 -999l-999 999l121 121l878 -878l878 878z\"\r\n },\r\n {\r\n Name: \"DoubleChevronLeft12\",\r\n Code: \"EE98\",\r\n Path: \"M1170 1902l-879 -878l879 -878l-121 -121l-999 999l999 999zM2023 1902l-878 -878l878 -878l-121 -121l-999 999l999 999z\"\r\n },\r\n {\r\n Name: \"DoubleChevronRight12\",\r\n Code: \"EE99\",\r\n Path: \"M999 2023l999 -999l-999 -999l-121 121l879 878l-879 878zM146 2023l999 -999l-999 -999l-121 121l878 878l-878 878z\"\r\n },\r\n {\r\n Name: \"CalendarAgenda\",\r\n Code: \"EE9A\",\r\n Path: \"M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM384 1024v128h1280v-128h-1280zM384 640v128h1280v-128h-1280z\"\r\n },\r\n {\r\n Name: \"ConnectVirtualMachine\",\r\n Code: \"EE9D\",\r\n Path: \"M1792 768h-768v-128h128v-128h256v-128h384v-128h-384v-128h-896v128h-384v128h384v128h256v128h128v128h-768v1152h1664v-1152zM1280 384h-256v128h-128v-128h-256v-128h640v128zM256 896h1408v896h-1408v-896z\"\r\n },\r\n {\r\n Name: \"AddEvent\",\r\n Code: \"EEB5\",\r\n Path: \"M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM1088 1280v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z\"\r\n },\r\n {\r\n Name: \"AssetLibrary\",\r\n Code: \"EEB6\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-128v640h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h768v-128h-896v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1024 896h1024v-896h-1024v896zM1152 768v-128h128v-128h-128v-128h128v-128h-128v-128h768v128h-128v128h128v128h-128v128h128v128h-768zM1029 1063q-17 41 -53 65t-80 24v-448q0 -44 -19.5 -79.5t-51.5 -60.5t-72 -38.5t-81 -13.5t-81 13.5t-72 38.5t-51.5 60.5t-19.5 79.5t19.5 79.5t51.5 60.5t72 38.5t81 13.5q51 0 96 -18v402h128q41 0 79.5 -12t71.5 -34t58.5 -53t41.5 -69zM672 640q13 0 29.5 4t31.5 12t25 20t10 28t-10 28t-25 20t-31.5 12t-29.5 4t-29.5 -4t-31.5 -12t-25 -20t-10 -28t10 -28t25 -20t31.5 -12t29.5 -4z\"\r\n },\r\n {\r\n Name: \"DataConnectionLibrary\",\r\n Code: \"EEB7\",\r\n Path: \"M1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM1152 768h128v-512h-128v512zM1408 512h128v-256h-128v256zM1664 640h128v-384h-128v384zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z\"\r\n },\r\n {\r\n Name: \"DocLibrary\",\r\n Code: \"EEB8\",\r\n Path: \"M1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z\"\r\n },\r\n {\r\n Name: \"FormLibrary\",\r\n Code: \"EEB9\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 896h-384v384h-512v-1152h896v768zM1152 384h512v-128h-512v128zM1408 512h-256v128h256v-128zM1408 768h-256v128h256v-128zM1408 1024h-256v128h256v-128z\"\r\n },\r\n {\r\n Name: \"FormLibraryMirrored\",\r\n Code: \"EEBA\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-451l-128 128v323h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1627 1408l421 -421v-987h-1152v1408h731zM1664 1024h165l-165 165v-165zM1920 128v768h-384v384h-512v-1152h896zM1280 384h512v-128h-512v128zM1536 640h256v-128h-256v128z\"\r\n },\r\n {\r\n Name: \"ReportLibrary\",\r\n Code: \"EEBB\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h128v-128h-256v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM2048 1152v-1152h-1664v1152h1664zM1920 1024h-1408v-896h1408v896zM1792 768h-384v128h384v-128zM1664 512h-256v128h256v-128zM1664 256h-256v128h256v-128zM1280 256h-640v640h640v-640zM1152 768h-384v-384h384v384z\"\r\n },\r\n {\r\n Name: \"ReportLibraryMirrored\",\r\n Code: \"EEBC\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h-128v384h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h128v-128h-256v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM2048 1152v-1152h-1664v1152h1664zM1920 1024h-1408v-896h1408v896zM1024 768h-384v128h384v-128zM768 640h256v-128h-256v128zM768 384h256v-128h-256v128zM1792 256h-640v640h640v-640zM1664 768h-384v-384h384v384z\"\r\n },\r\n {\r\n Name: \"ContactCard\",\r\n Code: \"EEBD\",\r\n Path: \"M1792 1152h-640v128h640v-128zM1536 768h-384v128h384v-128zM2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM640 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM512 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z\"\r\n },\r\n {\r\n Name: \"CustomList\",\r\n Code: \"EEBE\",\r\n Path: \"M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1536 1664v-128h-768v128h768zM1408 1280v-128h-640v128h640zM1152 896v-128h-384v128h384zM1536 512v-128h-768v128h768zM640 1664v-128h-128v128h128zM640 1280v-128h-128v128h128zM640 896v-128h-128v128h128zM640 512v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"CustomListMirrored\",\r\n Code: \"EEBF\",\r\n Path: \"M1792 2048h-1536v-2048h1536v2048zM384 128v1792h1280v-1792h-1280zM512 1664v-128h768v128h-768zM640 1280v-128h640v128h-640zM896 896v-128h384v128h-384zM512 512v-128h768v128h-768zM1408 1664v-128h128v128h-128zM1408 1280v-128h128v128h-128zM1408 896v-128h128v128h-128zM1408 512v-128h128v128h-128z\"\r\n },\r\n {\r\n Name: \"IssueTracking\",\r\n Code: \"EEC0\",\r\n Path: \"M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1536 1536v-128h-512v128h512zM1536 1024v-128h-512v128h512zM1536 512v-128h-512v128h512zM941 1619l-237 -237l-173 173l90 90l83 -83l147 147zM941 1107l-237 -237l-173 173l90 90l83 -83l147 147zM941 595l-237 -237l-173 173l90 90l83 -83l147 147z\"\r\n },\r\n {\r\n Name: \"IssueTrackingMirrored\",\r\n Code: \"EEC1\",\r\n Path: \"M256 2048h1536v-2048h-1536v2048zM1664 128v1792h-1280v-1792h1280zM1024 1536v-128h-512v128h512zM1024 1024v-128h-512v128h512zM1024 512v-128h-512v128h512zM1517 1619l-237 -237l-173 173l90 90l83 -83l147 147zM1517 1107l-237 -237l-173 173l90 90l83 -83l147 147zM1517 595l-237 -237l-173 173l90 90l83 -83l147 147z\"\r\n },\r\n {\r\n Name: \"PictureLibrary\",\r\n Code: \"EEC2\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h384v-128h-512v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM640 1024h1408v-1024h-1408v1024zM768 128h805l-485 486l-320 -321v-165zM1755 128h139l-230 230l-69 -70zM768 896v-421l320 319l416 -416l160 160l256 -256v614h-1152zM1728 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"OfficeAddinsLogo\",\r\n Code: \"EEC7\",\r\n Path: \"M128 832l384 192l384 -192v-512l-384 -192l-384 192v512zM1152 1920l768 -384v-1024l-768 -384l-128 64v736l-512 256l-128 -64v416z\"\r\n },\r\n {\r\n Name: \"OfflineOneDriveParachute\",\r\n Code: \"EEC8\",\r\n Path: \"M960 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM960 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5v-31l-596 -477q-19 26 -41 49.5t-48 43.5l548 439q-90 35 -184.5 53.5t-191.5 18.5q-99 0 -195.5 -19t-187.5 -56v-346q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v345q-185 76 -385 76q-97 0 -190.5 -18.5t-183.5 -53.5l548 -439q-26 -20 -48 -43.5t-41 -49.5l-596 477v31q0 132 34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM968 1224q107 42 214.5 65t222.5 23q190 0 370 -62q-29 145 -104 268t-183.5 212.5t-244 139.5t-283.5 50q-149 0 -284 -50t-243.5 -139t-183.5 -212t-104 -268q181 61 369 61q55 0 112.5 -5.5t115 -17t113 -28.5t105.5 -40z\"\r\n },\r\n {\r\n Name: \"OfflineOneDriveParachuteDisabled\",\r\n Code: \"EEC9\",\r\n Path: \"M960 627q63 0 119 -24t98 -66t66 -98t24 -119t-24 -119t-66 -98t-98 -66t-119 -24t-119 24t-98 66t-66 98t-24 119t24 119t66 98t98 66t119 24zM960 115q42 0 79.5 16t65.5 44t44 65.5t16 79.5t-16 79.5t-44 65.5t-65.5 44t-79.5 16t-79.5 -16t-65.5 -44t-44 -65.5t-16 -79.5t16 -79.5t44 -65.5t65.5 -44t79.5 -16zM2029 365l-90 -90l-1664 1664l90 90l113 -112q110 64 232 97.5t250 33.5q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5v-31l-324 -259zM1783 1112q-90 35 -184 53t-191 18q-46 0 -91 -4t-90 -12l278 -278zM960 1920q-102 0 -200 -24.5t-188 -72.5l548 -549q71 18 142.5 27.5t144.5 9.5q94 0 186.5 -15.5t181.5 -45.5q-29 145 -104 268t-183.5 212.5t-244 139.5t-283.5 50zM685 673q-26 -20 -48 -43.5t-41 -49.5l-596 477q0 199 63 372.5t202 319.5l91 -91q-80 -85 -134 -188.5t-77 -218.5q88 29 179.5 44.5t185.5 15.5q54 0 106.5 -5t105.5 -15l302 -301v-211q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v329q-185 76 -385 76q-97 0 -190.5 -18.5t-183.5 -53.5zM1294 720l91 -91l-61 -49q-19 26 -41 49.5t-48 43.5z\"\r\n },\r\n {\r\n Name: \"LargeGrid\",\r\n Code: \"EECB\",\r\n Path: \"M128 1920h1664v-1664h-1664v1664zM1664 1792h-1408v-640h1408v640zM256 1024v-640h640v640h-640zM1024 384h640v640h-640v-640z\"\r\n },\r\n {\r\n Name: \"TriangleSolidUp12\",\r\n Code: \"EECC\",\r\n Path: \"M1024 2048l1024 -2048h-2048l1024 2048v0z\"\r\n },\r\n {\r\n Name: \"TriangleSolidDown12\",\r\n Code: \"EECD\",\r\n Path: \"M0 2048h2048l-1024 -2048l-1024 2048v0z\"\r\n },\r\n {\r\n Name: \"TriangleSolidLeft12\",\r\n Code: \"EECE\",\r\n Path: \"M0 1024l2048 1024v-2048l-2048 1024v0z\"\r\n },\r\n {\r\n Name: \"TriangleSolidRight12\",\r\n Code: \"EECF\",\r\n Path: \"M0 2048l2048 -1024l-2048 -1024v2048v0z\"\r\n },\r\n {\r\n Name: \"TriangleUp12\",\r\n Code: \"EED0\",\r\n Path: \"M1024 2048l1024 -2048h-2048zM1024 1666l-748 -1495h1496z\"\r\n },\r\n {\r\n Name: \"TriangleDown12\",\r\n Code: \"EED1\",\r\n Path: \"M0 2048h2048l-1024 -2048zM276 1877l748 -1495l748 1495h-1496z\"\r\n },\r\n {\r\n Name: \"TriangleLeft12\",\r\n Code: \"EED2\",\r\n Path: \"M0 1024l2048 1024v-2048zM1877 276v1496l-1495 -748z\"\r\n },\r\n {\r\n Name: \"TriangleRight12\",\r\n Code: \"EED3\",\r\n Path: \"M0 2048l2048 -1024l-2048 -1024v2048zM171 1772v-1496l1495 748z\"\r\n },\r\n {\r\n Name: \"ArrowUpRight8\",\r\n Code: \"EED4\",\r\n Path: \"M256 2048h1792v-1792h-256v1355l-1573 -1574l-182 182l1574 1573h-1355v256v0z\"\r\n },\r\n {\r\n Name: \"ArrowDownRight8\",\r\n Code: \"EED5\",\r\n Path: \"M1792 1792h256v-1792h-1792v256h1355l-1574 1573l182 182l1573 -1574v1355v0z\"\r\n },\r\n {\r\n Name: \"DocumentSet\",\r\n Code: \"EED6\",\r\n Path: \"M1792 768h128v-768h-1792v1408h128v384h128v256h1408v-1280zM512 1920v-128h1024v-1024h128v1152h-1152zM384 1664v-256h347l640 -640h37v896h-1024zM1792 128v512h-475l-640 640h-421v-1152h1536z\"\r\n },\r\n {\r\n Name: \"GoToDashboard\",\r\n Code: \"EEED\",\r\n Path: \"M1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q44 0 84 -20l-1 1l368 368l90 -90l-368 -368zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1367 681q81 81 125 185t44 219q0 124 -52 239l116 52q31 -68 46.5 -140.5t15.5 -147.5q0 -140 -52.5 -269.5t-151.5 -228.5zM1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5zM128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q16 0 32 1l32 2v-128l-32 -2t-32 -1q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -98 -20 -193.5t-59 -186.5l-99 99q50 136 50 281q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM2048 320l-320 -320l-91 91l166 165h-651v128h651l-166 165l91 91z\"\r\n },\r\n {\r\n Name: \"DelveAnalytics\",\r\n Code: \"EEEE\",\r\n Path: \"M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z\"\r\n },\r\n {\r\n Name: \"ArrowUpRightMirrored8\",\r\n Code: \"EEEF\",\r\n Path: \"M1792 2048h-1792v-1792h256v1355l1573 -1574l182 182l-1574 1573h1355v256v0z\"\r\n },\r\n {\r\n Name: \"ArrowDownRightMirrored8\",\r\n Code: \"EEF0\",\r\n Path: \"M256 1792h-256v-1792h1792v256h-1355l1574 1573l-182 182l-1573 -1574v1355v0z\"\r\n },\r\n {\r\n Name: \"RewardsLogoArt64\",\r\n Code: \"EEF2\",\r\n Path: \"M2016 1426l-854 -427q76 -25 139 -71.5t108 -108.5t70 -136.5t25 -154.5q0 -102 -39 -192.5t-106.5 -158t-158 -106.5t-192.5 -39t-192.5 39t-158 106.5t-106.5 158t-39 192.5q0 80 24.5 154.5t69.5 136.5t108 108.5t140 71.5l-854 427v622h2016v-622zM416 1952h-320v-466l320 -160v626zM1408 528q0 83 -31.5 156t-85.5 127t-127 85.5t-156 31.5t-156 -31.5t-127 -85.5t-85.5 -127t-31.5 -156t31.5 -156t85.5 -127t127 -85.5t156 -31.5t156 31.5t127 85.5t85.5 127t31.5 156zM1504 1952h-992v-674l496 -248l496 248v674zM1920 1952h-320v-626l320 160v466z\"\r\n },\r\n {\r\n Name: \"SearchArt64\",\r\n Code: \"EEF5\",\r\n Path: \"M1344 2048q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25q-125 0 -239.5 41.5t-210.5 121.5l-98 -97q16 -14 25.5 -30t9.5 -38q0 -34 -23 -57l-536 -535q-23 -23 -52 -35t-61 -12t-60.5 12t-50 33t-34.5 49t-13 60q0 35 12 66.5t37 56.5l531 532q23 23 57 23q23 0 38.5 -9.5t29.5 -25.5l97 98q-80 96 -121.5 210.5t-41.5 239.5q0 97 25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM159 95q26 0 45 19l524 524l-90 90l-520 -519q-21 -21 -21 -51q0 -26 17.5 -44.5t44.5 -18.5zM1344 736q126 0 236.5 48t193 130.5t130.5 193t48 236.5t-48 236.5t-130.5 193t-193 130.5t-236.5 48t-236.5 -48t-193 -130.5t-130.5 -193t-48 -236.5t48 -236.5t130.5 -193t193 -130.5t236.5 -48zM1344 1856q20 0 34 -14t14 -34t-14 -34t-34 -14q-86 0 -161.5 -33t-132 -89.5t-89.5 -132t-33 -161.5q0 -20 -14 -34t-34 -14t-34 14t-14 34q0 106 40 199.5t109.5 163t163 109.5t199.5 40z\"\r\n },\r\n {\r\n Name: \"CompanyDirectory\",\r\n Code: \"EF0D\",\r\n Path: \"M1920 2048v-2048h-1664v254h-128v128h128v257h-128v128h128v512h-128v128h128v256h-128v128h128v257h1664zM1792 1920h-1408v-1792h1408v1792zM1664 1536h-640v128h640v-128zM1664 1280h-640v128h640v-128zM704 388q-39 0 -73.5 14.5t-60 40t-40 60t-14.5 73.5t14.5 73t40 59.5t60 40.5t73.5 15t73 -15t59.5 -40.5t40.5 -59.5t15 -73t-15 -73.5t-40.5 -60t-59.5 -40t-73 -14.5zM704 644q-29 0 -48.5 -19.5t-19.5 -48.5t19.5 -48.5t48.5 -19.5t48.5 19.5t19.5 48.5t-19.5 48.5t-48.5 19.5zM704 1284q-39 0 -73.5 14.5t-60 40t-40 60t-14.5 73.5t14.5 73t40 59.5t60 40.5t73.5 15t73 -15t59.5 -40.5t40.5 -59.5t15 -73t-15 -73.5t-40.5 -60t-59.5 -40t-73 -14.5zM704 1540q-29 0 -48.5 -19.5t-19.5 -48.5t19.5 -48.5t48.5 -19.5t48.5 19.5t19.5 48.5t-19.5 48.5t-48.5 19.5zM1664 640h-640v128h640v-128zM1664 384h-640v128h640v-128z\"\r\n },\r\n {\r\n Name: \"OpenEnrollment\",\r\n Code: \"EF1C\",\r\n Path: \"M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34zM640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM512 896h128v-128h-128v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM384 384h443l-32 -128h-539v1792h1536v-743q-67 -10 -128 -44v659h-1280v-1536zM768 896h514l-128 -128h-386v128z\"\r\n },\r\n {\r\n Name: \"CompanyDirectoryMirrored\",\r\n Code: \"EF2B\",\r\n Path: \"M128 2048v-2048h1664v254h128v128h-128v257h128v128h-128v512h128v128h-128v256h128v128h-128v257h-1664zM256 1920h1408v-1792h-1408v1792zM384 1536h640v128h-640v-128zM384 1280h640v128h-640v-128zM1344 388q39 0 73.5 14.5t60 40t40 60t14.5 73.5t-14.5 73t-40 59.5t-60 40.5t-73.5 15t-73 -15t-59.5 -40.5t-40.5 -59.5t-15 -73t15 -73.5t40.5 -60t59.5 -40t73 -14.5zM1344 644q29 0 48.5 -19.5t19.5 -48.5t-19.5 -48.5t-48.5 -19.5t-48.5 19.5t-19.5 48.5t19.5 48.5t48.5 19.5zM1344 1284q39 0 73.5 14.5t60 40t40 60t14.5 73.5t-14.5 73t-40 59.5t-60 40.5t-73.5 15t-73 -15t-59.5 -40.5t-40.5 -59.5t-15 -73t15 -73.5t40.5 -60t59.5 -40t73 -14.5zM1344 1540q29 0 48.5 -19.5t19.5 -48.5t-19.5 -48.5t-48.5 -19.5t-48.5 19.5t-19.5 48.5t19.5 48.5t48.5 19.5zM384 640h640v128h-640v-128zM384 384h640v128h-640v-128z\"\r\n },\r\n {\r\n Name: \"OneDriveAdd\",\r\n Code: \"EF32\",\r\n Path: \"M1280 640h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384zM1878 1117q85 -42 127.5 -117.5t42.5 -169.5q0 -56 -19 -108.5t-53 -95.5t-81 -72.5t-103 -38.5v132q28 9 52 27.5t40.5 43.5t26 54t9.5 58q0 36 -11 69.5t-32 59.5t-51.5 42.5t-68.5 19.5q3 58 -12.5 108.5t-48 88t-79.5 59.5t-107 22q-31 0 -68 -8t-64 -24q-45 66 -109.5 103.5t-145.5 37.5q-22 0 -44 -2.5t-43 -7.5q-49 -12 -89 -39t-70 -65t-47.5 -84t-21.5 -95q-48 -2 -91.5 -17.5t-76 -44t-52 -69t-19.5 -91.5q0 -53 16 -103.5t55 -88.5v-152q-34 16 -63.5 39t-52.5 52h-161q-73 0 -138.5 30t-115.5 80t-79.5 116.5t-29.5 138.5q0 115 54.5 205.5t161.5 137.5q12 78 48.5 144.5t92 115t125.5 76.5t150 28q24 0 48 -2.5t47 -8.5q71 80 166.5 125.5t202.5 45.5q49 0 96.5 -9.5t92.5 -27.5q141 -56 221 -164t103 -254l1 -3q54 -13 99 -41t79.5 -67t57.5 -87t32 -102zM1479 1425q-13 69 -48 127.5t-86 101t-115 66.5t-134 24q-51 0 -98.5 -14t-89 -40t-75.5 -62.5t-59 -80.5q-29 18 -69 27.5t-73 9.5q-62 0 -115.5 -24t-93 -65.5t-62 -96t-22.5 -115.5q0 -8 0.5 -16.5t1.5 -16.5q-49 -4 -88.5 -25t-67 -54t-42.5 -75.5t-15 -90.5q0 -47 19.5 -89.5t51.5 -75.5t74.5 -52.5t89.5 -19.5h95q-10 30 -13.5 61.5t-3.5 63.5q0 63 18.5 116.5t52.5 95.5t82 72.5t107 48.5q23 73 63 130.5t94 97.5t121 61t144 21q85 0 160 -30t136 -89z\"\r\n },\r\n {\r\n Name: \"ProfileSearch\",\r\n Code: \"EF35\",\r\n Path: \"M1468 909q-52 -43 -89 -96q-83 42 -173.5 62.5t-183.5 20.5q-108 0 -206.5 -27t-183.5 -76.5t-154.5 -119t-118.5 -155t-76 -184.5t-27 -206h-128q0 146 43.5 281t123.5 247t193.5 196t253.5 129q-54 36 -96.5 83t-72 102t-45.5 116t-16 126q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -65 -16 -126.5t-45.5 -116.5t-72.5 -102t-97 -83q43 -14 83.5 -31.5t79.5 -39.5zM640 1408q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1730 897q66 0 125 -25.5t102.5 -69t69 -102t25.5 -124.5t-25.5 -124.5t-69 -102t-102.5 -69t-125 -25.5q-97 0 -177 54l-292 -292q-19 -19 -45 -19t-45 19t-19 45t19 45l292 292q-54 80 -54 177q0 66 25.5 124.5t69 102t102 69t124.5 25.5zM1730 383q40 0 75 15t61.5 41.5t42 61.5t15.5 75t-15.5 75t-41.5 61.5t-61.5 41.5t-75.5 15t-75 -15.5t-61.5 -41.5t-41.5 -61t-15 -75t15 -75t41.5 -61.5t61.5 -41.5t75 -15z\"\r\n },\r\n {\r\n Name: \"Header2\",\r\n Code: \"EF36\",\r\n Path: \"M768 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640zM1954 1291q0 -82 -19 -147t-52.5 -119t-78.5 -99t-97.5 -86t-109 -81t-112.5 -84q-22 -17 -45 -37t-44 -42t-38 -47t-26 -52q-8 -25 -11.5 -56t-3.5 -57h603v-128h-768q0 57 1.5 113t17.5 112q19 65 55.5 117.5t83.5 97.5t101 84.5t108 79.5t103 82t87 92t60.5 109.5t22.5 134.5q0 59 -18 105.5t-51 79t-80.5 50t-105.5 17.5q-48 0 -94 -13.5t-88 -36.5t-80 -54t-69 -65v170q39 37 78.5 62.5t82.5 41t90 22.5t100 7q85 0 157.5 -25t126 -73t83.5 -117.5t30 -157.5z\"\r\n },\r\n {\r\n Name: \"Header3\",\r\n Code: \"EF37\",\r\n Path: \"M768 1664h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640v640zM1619 990q67 -7 125.5 -32.5t102 -67t68.5 -98.5t25 -127q0 -103 -39.5 -179.5t-106 -127.5t-153 -76.5t-180.5 -25.5q-80 0 -160 15t-149 59v167q138 -108 315 -108q61 0 118 15.5t100.5 47.5t69.5 81.5t26 117.5q0 69 -22.5 116t-60.5 76.5t-88.5 45t-105 22t-110.5 7t-106 0.5v132q47 0 98.5 0.5t101 6.5t93.5 20.5t77.5 42.5t53 71.5t19.5 108.5q0 62 -18 106t-51 72t-80.5 41t-106.5 13q-76 0 -143.5 -25.5t-127.5 -71.5v151q71 42 150 60t160 18q74 0 142.5 -20.5t120.5 -61t83 -101.5t31 -142q0 -139 -70.5 -223.5t-201.5 -121.5v-4z\"\r\n },\r\n {\r\n Name: \"Header4\",\r\n Code: \"EF38\",\r\n Path: \"M768 1024v640h128v-1408h-128v640h-640v-640h-128v1408h128v-640h640zM1920 768h128v-128h-128v-384h-128v384h-640v85l671 939h97v-896zM1792 768v632l-452 -632h452z\"\r\n },\r\n {\r\n Name: \"Screen\",\r\n Code: \"EF39\",\r\n Path: \"M1888 1792q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62v-1216q0 -33 -12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5h-1728q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62v1216q0 33 12.5 62t34.5 51t51 34.5t62 12.5h1728zM1920 1632q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-1216q0 -14 9 -23t23 -9h1728q14 0 23 9t9 23v1216z\"\r\n },\r\n {\r\n Name: \"RingerSolid\",\r\n Code: \"EF3A\",\r\n Path: \"M1792 512v-128h-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-768h128z\"\r\n },\r\n {\r\n Name: \"Eyedropper\",\r\n Code: \"EF3C\",\r\n Path: \"M1758 2048q60 0 113 -23t92 -62t62 -92t23 -113q0 -58 -22 -111.5t-63 -94.5l-240 -240q33 -32 51 -72.5t18 -87.5q0 -46 -17.5 -86t-49.5 -72l-157 -157l-160 161l-805 -805l-26 -1q-51 -2 -87.5 -17t-64 -36.5t-50 -45.5t-47.5 -45t-55 -34.5t-73 -13.5q-41 0 -77.5 16t-63.5 43t-43 63.5t-16 77.5q0 43 13.5 73.5t34.5 55t45 47t45.5 50t36.5 63.5t17 88l1 26l805 805l-161 160l157 157q32 32 72 49.5t86 17.5q47 0 87.5 -18t72.5 -51l240 240q41 41 94.5 63t111.5 22zM1317 1088l-229 229l-769 -769q-5 -51 -19 -91t-36 -74.5t-51.5 -66t-63.5 -66.5q-21 -21 -21 -51q0 -29 21 -50t50 -21q30 0 51 21q35 34 67 63.5t66 51.5t74 36t91 19zM1872 1643q48 48 48 114q0 33 -13 63t-35 52t-52 35t-63 13q-66 0 -114 -48l-331 -330l-94 94q-28 28 -66 28q-21 0 -39.5 -10t-35 -25t-31.5 -31.5t-28 -29.5l550 -550l68 68q28 28 28 66q0 20 -7.5 36.5t-21.5 30.5l-93 93z\"\r\n },\r\n {\r\n Name: \"MarketDown\",\r\n Code: \"EF42\",\r\n Path: \"M1920 1024h128v-640h-640v128h421l-677 677l-384 -384l-765 766l90 90l675 -674l384 384l768 -768v421v0z\"\r\n },\r\n {\r\n Name: \"CalendarWorkWeek\",\r\n Code: \"EF51\",\r\n Path: \"M1664 1920h384v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128zM384 1792h-256v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128zM128 256h1792v1152h-1792v-1152zM384 896v384h1280v-384h-1280zM512 1152v-128h1024v128h-1024z\"\r\n },\r\n {\r\n Name: \"SidePanel\",\r\n Code: \"EF52\",\r\n Path: \"M0 1792h2048v-1408h-2048v1408zM128 1408v-896h384v896h-384zM1920 512v896h-1280v-896h1280zM128 1536h1792v128h-1792v-128z\"\r\n },\r\n {\r\n Name: \"GlobeFavorite\",\r\n Code: \"EF53\",\r\n Path: \"M2031 511l-266 -197l102 -313l-267 193l-266 -194l101 314l-266 197h335l97 310l95 -310h335zM679 640q8 -37 23 -89t37 -109t51 -113t64.5 -101t78 -72.5t91.5 -27.5q36 0 69 17t59 41v-178q-32 -4 -64 -6t-64 -2q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -99 -19 -195.5t-56 -188.5h-181v128h91q37 123 37 256t-37 256h-363q1 -12 5 -48t7 -76.5t4.5 -74t-0.5 -40.5l-126 -401h-731zM1391 768q9 64 13 127.5t4 128.5t-4 128.5t-13 127.5h-734q-9 -64 -13 -127.5t-4 -128.5t4 -128.5t13 -127.5h734zM1833 1408q-38 81 -92 153t-120 131t-143.5 104.5t-162.5 74.5q36 -49 65.5 -105t52 -116t39 -121t28.5 -121h333zM1024 1920q-49 0 -91.5 -27.5t-78 -72.5t-64.5 -101t-51 -113t-37 -109t-23 -89h690q-8 37 -23 89t-37 109t-51 113t-64.5 101t-78 72.5t-91.5 27.5zM733 1871q-85 -29 -162.5 -74.5t-143.5 -104.5t-120 -131t-92 -153h333q12 60 28.5 121t39 121t52 116t65.5 105zM128 1024q0 -133 37 -256h363q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256zM215 640q38 -81 92 -153t120 -131t143.5 -104.5t162.5 -74.5q-36 49 -65.5 105t-52 116t-39 121t-28.5 121h-333z\"\r\n },\r\n {\r\n Name: \"CaretTopLeftSolid8\",\r\n Code: \"EF54\",\r\n Path: \"M0 2048h1984l-1984 -1984v1984v0z\"\r\n },\r\n {\r\n Name: \"CaretTopRightSolid8\",\r\n Code: \"EF55\",\r\n Path: \"M64 2048h1984v-1984l-1984 1984v0z\"\r\n },\r\n {\r\n Name: \"ViewAll2\",\r\n Code: \"EF56\",\r\n Path: \"M896 2048v-896h-896v896h896zM768 1280v640h-640v-640h640zM0 128v896h1920v-896h-1920zM128 896v-640h1664v640h-1664zM1024 2048h896v-896h-896v896zM1792 1280v640h-640v-640h640z\"\r\n },\r\n {\r\n Name: \"DocumentReply\",\r\n Code: \"EF57\",\r\n Path: \"M1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293zM1347 128l128 -128h-1347v2048h1115l549 -549v-729l-128 128v510h-512v512h-896v-1792h1091zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"PlayerSettings\",\r\n Code: \"EF58\",\r\n Path: \"M768 1024q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83q69 -26 132 -64.5t117 -88.5l-87 -95q-89 82 -201 126t-233 44zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"ReceiptForward\",\r\n Code: \"EF59\",\r\n Path: \"M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM813 1453l365 -365l-365 -365l-90 90l210 211h-677v128h677l-210 211zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z\"\r\n },\r\n {\r\n Name: \"ReceiptReply\",\r\n Code: \"EF5A\",\r\n Path: \"M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM475 1152h677v-128h-677l210 -211l-90 -90l-365 365l365 365l90 -90zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z\"\r\n },\r\n {\r\n Name: \"ReceiptCheck\",\r\n Code: \"EF5B\",\r\n Path: \"M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM979 1325l90 -90l-493 -493l-237 237l90 90l147 -147zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128z\"\r\n },\r\n {\r\n Name: \"Fax\",\r\n Code: \"EF5C\",\r\n Path: \"M320 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1536 1664q107 0 205 -49q90 -45 149 -118.5t94.5 -161.5t49.5 -185t14 -190t-14 -190t-49.5 -185t-94.5 -161.5t-149 -118.5q-98 -49 -205 -49h-128v-256h-1024v256h-384v896q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v768h1024v-384h128zM512 1280h768v640h-768v-640zM1280 640h-768v-512h768v512zM1536 768v384h-1408v-768h256v384h1152zM1536 384q74 0 131.5 26t100 70t72 102t47 122t25.5 130t8 126t-8 126t-25.5 130t-47 122t-72 102t-100 70t-131.5 26h-64q-26 0 -45 -19t-19 -45v-128q0 -28 13 -41.5t32.5 -18.5t42 -4.5t40.5 0.5q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-18 0 -40.5 0.5t-42 -4.5t-32.5 -18.5t-13 -41.5v-128q0 -26 19 -45t45 -19h64z\"\r\n },\r\n {\r\n Name: \"RecurringEvent\",\r\n Code: \"EF5D\",\r\n Path: \"M256 512h768v-128h-896v1536h256v128h128v-128h896v128h128v-128h256v-896h-128v384h-1408v-896zM256 1792v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128h-128zM2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"ReplyAlt\",\r\n Code: \"EF5E\",\r\n Path: \"M1920 1152v-128h-1445l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h1445v0z\"\r\n },\r\n {\r\n Name: \"ReplyAllAlt\",\r\n Code: \"EF5F\",\r\n Path: \"M1920 1152v-128h-1061l402 -403l-90 -90l-557 557l557 557l90 -90l-402 -403h1061zM749 1555l-467 -467l467 -467l-90 -90l-557 557l557 557z\"\r\n },\r\n {\r\n Name: \"EditStyle\",\r\n Code: \"EF60\",\r\n Path: \"M1055 1152h-446l-85 -256h-140l384 1152h128l330 -988l-106 -105zM1012 1280l-180 540l-180 -540h360zM1593 1149q42 0 78.5 -14.5t63 -40.5t42 -61.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q28 28 65.5 41t76.5 13zM1643 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"EditMail\",\r\n Code: \"EF61\",\r\n Path: \"M1707 1095q28 28 65.5 41t75.5 13q42 0 78 -14.5t62.5 -40.5t42 -62t15.5 -78q0 -39 -15 -76t-43 -65l-715 -717l-377 -94l94 377zM1899 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34zM2048 1664v-450q-29 21 -61 34.5t-67 21.5v130l-896 -447l-896 447v-888h814l-128 -128h-814v1280h2048zM1024 1095l881 441h-1762z\"\r\n },\r\n {\r\n Name: \"Lifesaver\",\r\n Code: \"EF62\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1920 1024q0 72 -11.5 143t-34.5 140q-61 -20 -121.5 -40t-121.5 -40q33 -98 33 -203q0 -106 -33 -203l243 -80q23 69 34.5 140t11.5 143zM128 1024q0 -72 11.5 -143t34.5 -140q61 20 121.5 40t121.5 40q-33 97 -33 203q0 105 33 203l-243 80q-23 -69 -34.5 -140t-11.5 -143zM512 1024q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1307 1874q-69 23 -140 34.5t-143 11.5t-143 -11.5t-140 -34.5q20 -61 40 -121.5t40 -121.5q97 33 203 33q105 0 203 -33zM741 174q69 -23 140 -34.5t143 -11.5t143 11.5t140 34.5q-20 61 -40 121.5t-40 121.5q-98 -33 -203 -33q-106 0 -203 33z\"\r\n },\r\n {\r\n Name: \"LifesaverLock\",\r\n Code: \"EF63\",\r\n Path: \"M1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384zM512 1024q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q32 0 64 4t64 12v-131q-32 -6 -64 -9.5t-64 -3.5q-52 0 -102.5 8t-99.5 25l-81 -243q69 -23 140 -34.5t143 -11.5q65 0 128 9v-129q-32 -4 -64 -6t-64 -2q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5t272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -80 -12 -159q-15 55 -44.5 103t-72.5 86q-3 130 -45 253q-61 -20 -121.5 -40.5t-121.5 -40.5q6 -18 11 -36.5t9 -37.5h-131q-22 85 -69.5 155.5t-113 121.5t-146 79t-167.5 28q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1024 1920q-72 0 -143 -11.5t-140 -34.5q20 -61 40.5 -121.5t40.5 -121.5q49 17 99.5 25t102.5 8t102.5 -8t99.5 -25l81 243q-69 23 -140 34.5t-143 11.5zM417 822q-17 49 -25 99.5t-8 102.5t8 102.5t25 99.5l-243 81q-23 -69 -34.5 -140t-11.5 -143t11.5 -143t34.5 -140q61 20 121.5 40.5t121.5 40.5z\"\r\n },\r\n {\r\n Name: \"InboxCheck\",\r\n Code: \"EF64\",\r\n Path: \"M832 1254l-365 365l90 90l275 -275l531 531l90 -90zM1920 772q1 -2 1.5 -29t0.5 -69.5v-96.5t-0.5 -111.5t-0.5 -113.5t-0.5 -102.5t-0.5 -79v-42.5h-1920v42.5t-0.5 79t-0.5 102.5t-0.5 113.5t-0.5 111.5v96.5t0.5 69.5t1.5 29l238 714l101 -102l-205 -616h418l128 -256h560l128 256h418l-269 809l101 101zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384z\"\r\n },\r\n {\r\n Name: \"FolderSearch\",\r\n Code: \"EF65\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-603q-58 52 -128 83v520h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h963l-128 -128h-963v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1728 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-47 0 -92 13.5t-84 39.5l-419 -418q-19 -19 -45 -19t-45 19t-19 45t19 45l418 419q-26 39 -39.5 84t-13.5 92q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"CollapseMenu\",\r\n Code: \"EF66\",\r\n Path: \"M128 1280v128h1792v-128h-1792zM128 1920h1792v-128h-1792v128zM128 768v128h1792v-128h-1792zM128 256v128h1792v-128h-1792z\"\r\n },\r\n {\r\n Name: \"ExpandMenu\",\r\n Code: \"EF67\",\r\n Path: \"M128 1920h1792v-640h-1792v640zM128 256v640h1792v-640h-1792z\"\r\n },\r\n {\r\n Name: \"Boards\",\r\n Code: \"EF68\",\r\n Path: \"M1664 1536h256v-1536h-1280v256h-256v256h-256v1536h1280v-256h256v-256zM384 640v1152h896v128h-1024v-1280h128zM640 384v1152h896v128h-1024v-1280h128zM1792 128v1280h-1024v-1280h1024z\"\r\n },\r\n {\r\n Name: \"SunAdd\",\r\n Code: \"EF69\",\r\n Path: \"M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM1536 1152h384v-128h-384v128zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1413 1450l-91 91l272 271l90 -90zM507 726l91 -91l-272 -271l-90 90zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z\"\r\n },\r\n {\r\n Name: \"SunQuestionMark\",\r\n Code: \"EF6A\",\r\n Path: \"M960 1536q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1024 1664h-128v384h128v-384zM896 512h128v-384h-128v384zM384 1024h-384v128h384v-128zM507 1450l-271 272l90 90l272 -271zM1684 1722l-271 -272l-91 91l272 271zM507 726l91 -91l-272 -271l-90 90zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"LandscapeOrientation\",\r\n Code: \"EF6B\",\r\n Path: \"M2048 1371v-1115h-2048v1664h1499zM1536 1408h293l-293 293v-293zM1920 384v896h-512v512h-1280v-1408h1792z\"\r\n },\r\n {\r\n Name: \"DocumentSearch\",\r\n Code: \"EF6C\",\r\n Path: \"M1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1008 384l-128 -128h-624v1792h859l549 -549v-219h-128v128h-512v512h-640v-1536h624zM1152 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"PublicCalendar\",\r\n Code: \"EF6D\",\r\n Path: \"M1729 765l317 -317l-317 -317l-91 90l163 163h-658l163 -163l-91 -90l-317 317l317 317l91 -90l-163 -163h658l-163 163zM256 1408v-896h512v-128h-640v1536h256v128h128v-128h896v128h128v-128h256v-1024h-128v512h-1408zM384 1792h-128v-256h1408v256h-128v-128h-128v128h-896v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"PublicContactCard\",\r\n Code: \"EF6E\",\r\n Path: \"M1792 1152h-640v128h640v-128zM1152 896h384v-128h-384v128zM826 976q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM512 1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1729 637l317 -317l-317 -317l-91 90l163 163h-658l163 -163l-91 -90l-317 317l317 317l91 -90l-163 -163h658l-163 163zM2048 1792v-1216l-128 128v960h-1792v-1280h640v-128h-768v1536h2048z\"\r\n },\r\n {\r\n Name: \"PublicEmail\",\r\n Code: \"EF6F\",\r\n Path: \"M1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668zM0 1664h2048v-1024l-128 128v697l-896 -449l-896 449v-953h640v-128h-768v1280zM271 1536l753 -376l753 376h-1506z\"\r\n },\r\n {\r\n Name: \"PublicFolder\",\r\n Code: \"EF70\",\r\n Path: \"M1725 765l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668l-163 163zM608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1024l-128 128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h640v-128h-768v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480z\"\r\n },\r\n {\r\n Name: \"WordDocument\",\r\n Code: \"EF71\",\r\n Path: \"M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM320 624h161q2 8 9.5 43t17.5 83.5t21.5 103t21.5 100.5t16.5 76t7.5 31l7 -30.5t17.5 -76.5t22.5 -100.5t23 -103t19 -84t10 -42.5h160l148 672h-148l-80 -438l-100 438h-152l-96 -440l-86 440h-150zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1280 1152v128h512v-128h-512zM1280 896v128h512v-128h-512zM1280 640v128h512v-128h-512z\"\r\n },\r\n {\r\n Name: \"PowerPointDocument\",\r\n Code: \"EF72\",\r\n Path: \"M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM368 1296v-672h150v226h100q52 0 97 15.5t78.5 45.5t53 72.5t19.5 96.5q0 56 -17.5 97t-49.5 67.5t-76 39t-97 12.5h-258zM1920 128v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256h1280zM1536 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149h-384v384zM1408 1280v-384h384q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-33 0 -65 6.5t-63 17.5v720q31 11 63 17.5t65 6.5zM604 980h-86v185h90q47 0 74 -20t27 -70q0 -52 -28 -73.5t-77 -21.5z\"\r\n },\r\n {\r\n Name: \"ExcelDocument\",\r\n Code: \"EF73\",\r\n Path: \"M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM261 624h189q2 4 12.5 23t24.5 45t29.5 55t29 53.5t23 41l9.5 16.5q27 -59 60.5 -118t64.5 -116h187l-209 339l205 333h-179q-31 -57 -60.5 -114t-62.5 -112q-29 57 -57 113t-57 113h-191l199 -335zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1280 1152v128h512v-128h-512zM1280 896v128h512v-128h-512zM1280 640v128h512v-128h-512z\"\r\n },\r\n {\r\n Name: \"GroupedList\",\r\n Code: \"EF74\",\r\n Path: \"M640 1664v128h384v-128h-384zM1152 1792h768v-128h-768v128zM0 1408v512h512v-512h-512zM128 1792v-256h256v256h-256zM640 1024v128h384v-128h-384zM1152 1024v128h768v-128h-768zM0 768v512h512v-512h-512zM128 1152v-256h256v256h-256zM640 384v128h384v-128h-384zM1152 384v128h768v-128h-768zM0 128v512h512v-512h-512zM128 512v-256h256v256h-256z\"\r\n },\r\n {\r\n Name: \"ClassroomLogo\",\r\n Code: \"EF75\",\r\n Path: \"M960 2048q16 0 39 -10t46 -24t44 -29t33 -25q68 -53 140 -123t139 -151t126.5 -170.5t104 -183t70.5 -188t26 -184.5q0 -160 -51 -287t-143.5 -216.5t-222.5 -140t-287 -57.5v-259h-128v259q-158 7 -287.5 57.5t-222 140t-143.5 216.5t-51 287q0 90 26 184.5t70.5 188t104 183t126.5 170.5t138.5 151t140.5 123q12 10 33 25t44 29t45.5 24t39.5 10zM896 1856q-63 -45 -130 -107t-131 -134.5t-121 -153.5t-100.5 -165.5t-68.5 -169.5t-25 -166q0 -133 41 -236.5t116 -176t181.5 -113t237.5 -47.5v1469zM1024 1332q48 3 96.5 17.5t93.5 37.5t85 54t73 66q-74 97 -161 187t-187 162v-524zM1024 952q72 0 147 14.5t145 43.5t131 73.5t104 104.5q-26 66 -60 127.5t-74 119.5q-37 -39 -82.5 -73.5t-96.5 -60.5t-105.5 -42t-108.5 -20v-287zM1024 387q131 7 237.5 47.5t181.5 112.5t116 175.5t41 237.5q0 35 -7.5 62.5t-18.5 59.5q-50 -57 -114.5 -97.5t-137 -67t-149 -39.5t-149.5 -14v-477z\"\r\n },\r\n {\r\n Name: \"Sections\",\r\n Code: \"EF76\",\r\n Path: \"M1728 1152q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5q5 -14 20.5 -52.5t34.5 -88t40 -104.5t38.5 -103t29 -82t11.5 -42q0 -27 -19 -45.5t-45 -18.5h-1152q-26 0 -45 18.5t-19 45.5q0 12 8.5 38t20 56t23 57t16.5 41h-388q-26 0 -45 18.5t-19 45.5q0 12 8.5 38t20 56t23 57t16.5 41h-388q-26 0 -45 18.5t-19 45.5q0 8 11.5 42.5t29 82t38.5 103t40 105.5t34 88.5t21 52.5q17 45 57.5 73.5t88.5 28.5h640q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5l58 -152h180q24 0 47 -8t42 -21.5t33.5 -33t23.5 -41.5l58 -152h180zM500 1152l58 154q17 45 57.5 73.5t88.5 28.5h323l-41 109q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12l-139 -366h344zM884 896l58 154q17 45 57.5 73.5t88.5 28.5h323l-41 109q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12q-35 -92 -69.5 -183t-69.5 -183h344zM1892 640l-138 365q-2 6 -10.5 12.5t-15.5 6.5h-640q-7 0 -15 -6t-10 -12l-42 -110l-48 -128t-49 -128h968z\"\r\n },\r\n {\r\n Name: \"EditPhoto\",\r\n Code: \"EF77\",\r\n Path: \"M1536 1472q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM128 384h732l-32 -128h-828v1536h2048v-580q-28 22 -60.5 37t-67.5 23v392h-1792v-677l448 447l384 -384l256 256l261 -260l-91 -91l-170 171l-166 -166l171 -170l-91 -91l-554 555l-448 -449v-421zM1920 562l128 128v-434h-434l128 128h178v178zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 376l717 717q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5zM1899 903q21 21 21 51q0 32 -20.5 50.5t-51.5 18.5q-14 0 -27 -4t-23 -14l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"Starburst\",\r\n Code: \"EF78\",\r\n Path: \"M1664 768l96 -480l-480 96l-256 -384l-256 384l-480 -96l96 480l-384 256l384 256l-96 480l480 -96l256 384l256 -384l480 96l-96 -480l384 -256zM1221 526q95 -17 188.5 -36t187.5 -39q-20 94 -39 187.5t-36 188.5q75 49 148 98t147 99q-74 50 -147 99t-148 98q18 95 37 188.5t38 187.5q-94 -20 -187.5 -39t-188.5 -36q-49 75 -98 148t-99 147q-50 -74 -99 -147t-98 -148q-95 17 -188.5 36t-187.5 39q20 -94 39 -187.5t36 -188.5q-75 -49 -148 -98t-147 -99q74 -50 147 -99t148 -98q-18 -95 -37 -188.5t-38 -187.5q94 20 187.5 39t188.5 36q49 -75 98 -148t99 -147q50 74 99 147t98 148z\"\r\n },\r\n {\r\n Name: \"ShareiOS\",\r\n Code: \"EF79\",\r\n Path: \"M1024 1798l-275 -275l-90 90l429 429l429 -429l-90 -90l-275 275v-1158h-128v1158zM1280 1408h512v-1408h-1408v1408h512v-128h-384v-1152h1152v1152h-384v128z\"\r\n },\r\n {\r\n Name: \"AirTickets\",\r\n Code: \"EF7A\",\r\n Path: \"M2048 1408v-1152h-2048v1152h440q1 0 33.5 10.5t86.5 28.5t126.5 42t154 51.5t169 57t171.5 57.5t161.5 54t139 46.5t103 34.5t55.5 19l134 -401h274zM842 1408h797l-79 239zM1920 1280h-1792v-896h1792v896zM1664 1152v-128h-128v128h128zM1664 896v-128h-128v128h128zM1664 512h-128v128h128v-128zM1792 896h-128v128h128v-128zM1792 640h-128v128h128v-128zM469 768l-85 256h128l64 -128h277l-85 256h128l128 -256h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-256l-128 -256h-128l85 256h-384z\"\r\n },\r\n {\r\n Name: \"PencilReply\",\r\n Code: \"EF7B\",\r\n Path: \"M2048 1712q0 -66 -25 -127.5t-73 -109.5l-1317 -1317l-633 -158l158 633l1317 1317q48 48 109.5 73t127.5 25q70 0 131 -26.5t106.5 -72t72 -106.5t26.5 -131zM1920 1712q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48l293 -293q25 25 48 47t41 46.5t28.5 53t10.5 66.5zM326 620q107 -35 183 -111t111 -183l1081 1082l-293 293zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-318 317l318 317l90 -90l-162 -163h293z\"\r\n },\r\n {\r\n Name: \"Tiles2\",\r\n Code: \"EF7C\",\r\n Path: \"M256 0v1280h640v-1280h-640zM384 1152v-1024h384v1024h-384zM256 1408v640h640v-640h-640zM384 1920v-384h384v384h-384zM1024 2048h640v-1280h-640v1280zM1536 896v1024h-384v-1024h384zM1024 0v640h640v-640h-640zM1152 512v-384h384v384h-384z\"\r\n },\r\n {\r\n Name: \"SkypeCircleCheck\",\r\n Code: \"EF7D\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM907 701q22 0 42 8.5t35 23.5l429 429q15 15 23 35t8 41q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5q-21 0 -41.5 -8t-35.5 -23l-352 -352l-118 118q-32 32 -77 32q-22 0 -42 -8.5t-35 -23.5t-23.5 -34.5t-8.5 -41.5q0 -21 8.5 -41.5t23.5 -35.5l195 -195q15 -15 35.5 -23.5t41.5 -8.5z\"\r\n },\r\n {\r\n Name: \"SkypeCircleClock\",\r\n Code: \"EF7E\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1345 595q22 0 41.5 8.5t34.5 23.5t23.5 34.5t8.5 41.5q0 45 -32 77l-289 289v524q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5q-23 0 -42.5 -8.5t-34 -23t-23 -34.5t-8.5 -42v-569q0 -21 8 -41.5t23 -35.5l321 -320q32 -32 77 -32z\"\r\n },\r\n {\r\n Name: \"SkypeCircleMinus\",\r\n Code: \"EF7F\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1347 916q22 0 42 8.5t34.5 23t23 34t8.5 42.5q0 22 -8.5 42t-23 34.5t-34.5 23t-42 8.5h-646q-23 0 -42.5 -8.5t-34 -23t-23 -34.5t-8.5 -42q0 -23 8.5 -42.5t23 -34t34 -23t42.5 -8.5h646z\"\r\n },\r\n {\r\n Name: \"SkypeCheck\",\r\n Code: \"EF80\",\r\n Path: \"M1570 1611q42 0 78.5 -15.5t63.5 -42.5t42.5 -63.5t15.5 -78.5q0 -40 -15 -77t-43 -65l-794 -795q-28 -28 -65 -43.5t-77 -15.5t-77 15.5t-65 43.5l-362 362q-28 28 -43.5 65t-15.5 77q0 42 16 78.5t43 63.5t63.5 42.5t78.5 15.5q40 0 77 -15t65 -43l220 -220l652 653q28 28 65 43t77 15z\"\r\n },\r\n {\r\n Name: \"SkypeClock\",\r\n Code: \"EF81\",\r\n Path: \"M1431 343q28 -28 43 -65.5t15 -76.5q0 -42 -15.5 -78.5t-42.5 -63.5t-63.5 -43t-78.5 -16q-83 0 -142 59l-594 593q-28 28 -43 65.5t-15 76.5v1053q0 42 15.5 78.5t42.5 63.5t63.5 43t78.5 16t78.5 -16t63.5 -43t43 -63.5t16 -78.5v-970z\"\r\n },\r\n {\r\n Name: \"SkypeMinus\",\r\n Code: \"EF82\",\r\n Path: \"M1591 1225q42 0 78.5 -16t63.5 -43t43 -63.5t16 -78.5t-16 -78.5t-43 -63.5t-63.5 -43t-78.5 -16h-1196q-42 0 -78.5 16t-63.5 43t-42.5 63.5t-15.5 78.5t15.5 78.5t42.5 63.5t63.5 43t78.5 16h1196v0z\"\r\n },\r\n {\r\n Name: \"SkypeMessage\",\r\n Code: \"EF83\",\r\n Path: \"M1024 1961q127 0 252.5 -8.5t250.5 -34.5t226.5 -88.5t171.5 -169.5q66 -102 94.5 -223.5t28.5 -241.5q0 -98 -15.5 -185.5t-50 -165.5t-89.5 -147t-134 -129q-154 -118 -306 -233.5t-306 -232.5q-20 -15 -47 -15q-17 0 -30.5 7t-24 18.5t-16 26t-5.5 30.5v282h-254q-61 0 -124.5 5t-125.5 18t-121 36t-110 58q-78 54 -133 124.5t-89.5 151.5t-50.5 170t-16 181q0 124 28.5 242t97.5 223q72 109 170 170.5t225 87.5q125 26 250.5 34.5t252.5 8.5zM1088 1024q26 0 45 19t19 45t-19 45t-45 19h-512q-26 0 -45 -19t-19 -45t19 -45t45 -19h512zM1468 1280q29 0 48.5 17.5t19.5 46.5t-19.5 46.5t-48.5 17.5h-888q-28 0 -48 -17.5t-20 -46.5t20 -46.5t48 -17.5h888z\"\r\n },\r\n {\r\n Name: \"ClosedCaption\",\r\n Code: \"EF84\",\r\n Path: \"M1920 1920v-1408h-768v-512l-384 512h-768v1408h1920zM960 707q30 0 80.5 1t110.5 4.5t124 9t120.5 15.5t100.5 24.5t64 34.5q17 17 30 48t22.5 69.5t16.5 82t11 84.5t6 76.5t2 59.5q0 23 -2 59t-6 77.5t-11 85t-17 83t-23 70.5t-29 48q-19 19 -62.5 32.5t-100.5 23t-122 15.5t-125 9.5t-110.5 4.5t-79.5 1t-79.5 -1t-110.5 -4.5t-125 -9.5t-122 -15.5t-100.5 -23t-62.5 -32.5q-17 -17 -30 -48t-22.5 -70t-16.5 -82.5t-11 -85t-6 -77t-2 -59.5t2 -59.5t6 -77t10.5 -84.5t16.5 -82t23 -70t30 -48q15 -15 43.5 -26.5t60.5 -19.5t63.5 -13t51.5 -8q95 -12 190 -17t191 -5z\"\r\n },\r\n {\r\n Name: \"ATPLogo\",\r\n Code: \"EF85\",\r\n Path: \"M960 2048q53 0 98.5 -6.5t88.5 -20t84.5 -33.5t85.5 -48q74 -46 145.5 -75t144.5 -45t150 -22t163 -6v-352q0 -157 -30.5 -308.5t-89 -291.5t-142.5 -266t-190.5 -233.5t-234.5 -194t-273 -146.5q-145 60 -273 146.5t-234.5 194t-190.5 233.5t-142.5 266t-89 291t-30.5 309v352q87 0 164 6t149.5 22t144 45t146.5 76q43 27 85 47t84.5 33.5t88.5 20t98 6.5zM1792 1666q-152 7 -286 48.5t-263 121.5q-68 43 -134.5 63.5t-148.5 20.5t-149 -21t-135 -64q-128 -80 -262.5 -121t-285.5 -48v-226q0 -210 58.5 -406.5t166.5 -366t262 -304.5t345 -223q191 88 345 223t262 304.5t166.5 366t58.5 406.5v226zM960 1792q62 0 110.5 -14.5t100.5 -47.5q115 -73 236 -117.5t257 -63.5v-109q0 -182 -49.5 -354.5t-141 -323t-221.5 -273.5t-292 -207q-162 84 -292.5 207t-222 273.5t-140.5 323t-49 354.5v109q136 19 256 62.5t235 117.5q51 32 101 47.5t112 15.5zM1056 1152l128 256h-224l-224 -448h192l-192 -384l576 576h-256z\"\r\n },\r\n {\r\n Name: \"OfficeFormsLogoInverse\",\r\n Code: \"EF86\",\r\n Path: \"M1344 384v448h448v-448h-448zM1472 704v-192h192v192h-192zM1568 1152q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5t112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1568 1600q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM640 1792v-256h299q35 0 60 -25t25 -60v-363h896v704h-1280zM461 946h259v136h-259v142h278v136h-435v-672h157v258zM640 256h1280v704h-896v-363q0 -35 -25 -60t-60 -25h-299v-256z\"\r\n },\r\n {\r\n Name: \"RecycleBin\",\r\n Code: \"EF87\",\r\n Path: \"M752 611h183v-152h-153q-32 0 -48 29q-6 11 -21 38t-31.5 56.5t-29 55t-12.5 34.5q0 16 7.5 34t18 36t21 34.5l17.5 27.5l-64 51h197l47 -194l-77 61zM862 1121q7 14 19.5 22.5t28.5 8.5h221q32 0 48 -30l54 -101l58 44l-30 -207l-218 20l62 46l-92 179l-84 -165l-127 64zM1231 722l122 72q4 -9 13.5 -25.5t18.5 -34.5t16 -35t7 -27q0 -12 -6 -24l-85 -168q-7 -14 -20 -21.5t-28 -7.5h-134v-67l-124 166l124 152v-103h163zM1024 2048q78 0 156 -6t156 -17q45 -7 105.5 -20t125.5 -33t128 -48.5t113 -66.5t81 -86t31 -107q0 -17 -3 -30.5t-7 -29.5l-315 -1407q-130 -97 -268.5 -147t-301.5 -50q-162 0 -301 50t-268 147l-319 1410l-6 28t-3 29q0 59 31 107t81 86t113 66.5t128 48.5t125.5 33t105.5 20q78 11 156 17t156 6zM1739 1426q-74 -41 -163.5 -69t-184 -45t-189 -24.5t-178.5 -7.5t-178 7.5t-188.5 24.5t-184 45t-163.5 69l260 -1154q100 -70 217 -105.5t239 -35.5q121 0 237.5 35.5t216.5 105.5zM1024 1408q50 0 111.5 3t127.5 11t133 20.5t130 31.5t117.5 45t95.5 60q18 15 35.5 37t17.5 48t-17.5 48t-35.5 37q-41 34 -95.5 60t-117.5 45t-130 31.5t-133 20.5t-127.5 11t-111.5 3q-51 0 -112 -3t-127 -11t-133 -20.5t-130 -31.5t-117.5 -45t-95.5 -60q-18 -15 -35.5 -37t-17.5 -48t17.5 -48t35.5 -37q41 -34 95.5 -60t117.5 -45t130 -31.5t133 -20.5t127 -11t112 -3z\"\r\n },\r\n {\r\n Name: \"EmptyRecycleBin\",\r\n Code: \"EF88\",\r\n Path: \"M782 459q-32 0 -48 29q-6 11 -21 38t-31.5 56.5t-29 55t-12.5 34.5q0 16 7.5 34t18 36t21 34.5l17.5 27.5l-64 51h197l47 -194l-77 61l-55 -111h183v-152h-153zM1013 1103l-84 -165l-127 64l60 119q14 30 48 30l221 1q32 0 48 -30l54 -101l58 44l-30 -207l-218 20l62 46zM1135 384l-124 166l124 152v-103h163l-67 123l122 72q4 -9 13.5 -25.5t18.5 -34.5t16 -35t7 -27q0 -12 -6 -24l-85 -168q-7 -14 -20 -21.5t-28 -7.5h-134v-67zM1734 1408h132l-271 -1211q-130 -97 -268.5 -147t-301.5 -50q-162 0 -301 50.5t-268 146.5l-319 1410l-6 28t-3 29q0 58 29.5 105.5t77.5 84.5t109 65.5t123.5 48.5t121 33t102.5 20q165 27 333 27q51 0 101.5 -2.5t101.5 -7.5q-66 -20 -127.5 -49.5t-117.5 -69.5q-48 -1 -106 -5t-120.5 -12t-126 -21t-123 -32t-111 -44.5t-89.5 -57.5q-18 -16 -34 -37t-16 -46q0 -15 6 -28.5t16 -26t21.5 -23t22.5 -18.5q42 -32 96.5 -56t115.5 -41.5t126 -29.5t129 -19.5t124 -10.5t111 -3q11 0 22 0.5t22 0.5l1 -1h632q-74 -35 -158.5 -59.5t-173 -39.5t-176.5 -22t-169 -7q-84 0 -178 7.5t-188.5 24.5t-184 45t-163.5 69l260 -1154q100 -70 217 -105.5t239 -35.5q121 0 237.5 35.5t216.5 105.5zM2048 2048v-512h-512v128h292q-76 60 -167 91t-188 31q-114 0 -218.5 -43t-185.5 -124l-90 90q99 99 226.5 152t267.5 53q122 0 237 -41t210 -119v294h128z\"\r\n },\r\n {\r\n Name: \"Hide2\",\r\n Code: \"EF89\",\r\n Path: \"M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1 1022l-1 -3v5zM1911 1007q-18 104 -63 193t-111 162t-148 129t-175 94.5t-192 58.5t-198 20q-109 0 -217.5 -24t-208 -70t-185.5 -113t-149.5 -152t-99.5 -188t-36 -221h-128q0 136 40.5 255t112.5 218.5t169.5 178t211 133t238.5 83t252 28.5q125 0 249.5 -28.5t237.5 -82t210.5 -131t169.5 -176t113.5 -216.5t43.5 -253q-61 59 -137 102zM1024 1152q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -48 17 -91.5t46.5 -77.5t70 -56.5t88.5 -28.5q-20 -64 -26 -125q-70 11 -129 45t-102.5 84.5t-68 114.5t-24.5 135q0 79 30 149t82.5 122.5t122 82.5t149.5 30q57 0 111 -16.5t100 -47t82.5 -73.5t59.5 -95q-62 -23 -115 -57q-15 36 -39 66t-55 51t-68 32.5t-76 11.5z\"\r\n },\r\n {\r\n Name: \"Breadcrumb\",\r\n Code: \"EF8C\",\r\n Path: \"M256 1536h1536v-128h-1536v128zM640 1024v128h1152v-128h-1152zM1024 640v128h768v-128h-768z\"\r\n },\r\n {\r\n Name: \"BirthdayCake\",\r\n Code: \"EF8D\",\r\n Path: \"M1920 128v-128h-1920v128h128v576q0 66 25 124t68.5 101.5t102 69t124.5 25.5h448v352q0 9 7.5 15.5t18 10t21.5 5t17 1.5t17 -1.5t21.5 -5t18 -10t7.5 -15.5v-352h448q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-576h128zM448 896q-37 0 -70 -13t-58.5 -36t-42 -54.5t-20.5 -67.5q37 -41 86.5 -63t104.5 -22q66 0 114.5 26.5t90.5 75.5q11 12 22.5 19t28.5 7t28.5 -7t22.5 -19q42 -49 90.5 -75.5t114.5 -26.5t114.5 26.5t90.5 75.5q11 12 22.5 19t28.5 7t28.5 -7t22.5 -19q42 -49 90.5 -75.5t114.5 -26.5q55 0 104.5 22t86.5 63q-4 36 -20.5 67.5t-42 54.5t-58.5 36t-70 13h-1024zM256 128h1408v435q-48 -24 -93 -37.5t-99 -13.5q-72 0 -137 24.5t-119 72.5q-54 -48 -119 -72.5t-137 -24.5t-137 24.5t-119 72.5q-54 -48 -119 -72.5t-137 -24.5q-54 0 -99 13.5t-93 37.5v-435zM960 1536q-26 0 -45 19t-19 45q0 12 8 31t18.5 40t21 40t16.5 30q6 -11 16.5 -30t21 -40t18.5 -40t8 -31q0 -26 -19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"ClearFilter\",\r\n Code: \"EF8F\",\r\n Path: \"M0 1920h2048v-219l-768 -768v-805h-512v805l-768 768v219zM1920 1755v37h-1792v-37l768 -768v-731h256v731zM1957 768l91 -91l-230 -229l230 -229l-91 -91l-229 230l-229 -230l-91 91l230 229l-230 229l91 91l229 -230z\"\r\n },\r\n {\r\n Name: \"Flow\",\r\n Code: \"EF90\",\r\n Path: \"M1408 1792h640v-640h-640v256h-120l-449 -896h-199v-256h-640v640h640v-256h120l449 896h199v256zM512 384v384h-384v-384h384zM1920 1280v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"FixedAssetManagement\",\r\n Code: \"EF93\",\r\n Path: \"M1792 768h256v-768h-1024v768h256v256h512v-256zM1408 896v-128h256v128h-256zM1920 128v256h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768zM1920 512v128h-768v-128h768zM1152 1024v-128h-256v-256h-256v128h128v128h-256v-256h-512v768h128v512h1536v-768h-128v640h-1280v-384h256v-384h640zM384 768v512h-256v-512h256z\"\r\n },\r\n {\r\n Name: \"TimeEntry\",\r\n Code: \"EF95\",\r\n Path: \"M1536 640h192v-128h-320v384h128v-256zM1280 1536h-1024v128h1024v-128zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1166 1280q-109 -48 -200 -128h-710v128h910zM775 896q-14 -31 -25.5 -63t-20.5 -65h-473v128h519zM256 512h451q3 -32 8.5 -64t13.5 -64h-473v128zM850 128q50 -71 116 -128h-966v2048h1536v-707l-32 2t-32 1t-32 -1l-32 -2v579h-1280v-1792h722z\"\r\n },\r\n {\r\n Name: \"Speech\",\r\n Code: \"EFA9\",\r\n Path: \"M1040 718q111 -39 202.5 -112.5t157 -169t101 -207.5t35.5 -229h-128q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83zM384 1152q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1767 1895q136 -137 208.5 -311t72.5 -368t-72.5 -368t-208.5 -311l-91 91q118 118 181 269.5t63 318.5t-63 318.5t-181 269.5zM1495 1623q81 -81 125 -186.5t44 -220.5t-44 -220.5t-125 -186.5l-90 90q63 63 96.5 145t33.5 172t-33.5 172t-96.5 145z\"\r\n },\r\n {\r\n Name: \"MailLink\",\r\n Code: \"EFAC\",\r\n Path: \"M1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -32 10 -60.5t27.5 -52.5t42.5 -42t55 -28q-3 -18 -5 -36.5t-2 -36.5q0 -14 2 -29t4 -29q-57 10 -105 38.5t-83 70.5t-54.5 94.5t-19.5 110.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v133q28 10 52 28t40.5 41.5t26 52t9.5 58.5q0 40 -15 75t-41 61t-61 41t-75 15h-256zM1786 639q57 -11 105 -40t83 -71t54.5 -94.5t19.5 -110.5q0 -66 -25 -124.5t-68.5 -103t-102 -70t-124.5 -25.5h-256q-66 0 -124.5 25.5t-102 70t-68.5 103t-25 124.5q0 57 19 109t53 94.5t81 72t103 40.5v-133q-29 -10 -52.5 -28.5t-40 -43t-26 -53t-9.5 -58.5q0 -39 15 -74.5t41 -62.5t61 -42.5t75 -15.5h256q40 0 75 15.5t61 42.5t41 62.5t15 74.5q0 31 -10 60.5t-27.5 54t-42.5 43t-55 27.5q3 18 5 36.5t2 36.5q0 14 -2 29t-4 29zM2048 1664v-1028q-28 29 -60 52.5t-68 40.5v736l-896 -449l-896 449v-953h518q5 -33 15 -65.5t24 -62.5h-685v1280h2048zM1024 1160l753 376h-1506z\"\r\n },\r\n {\r\n Name: \"CRMProcesses\",\r\n Code: \"EFB1\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM128 640h293l449 448l-449 448h-293v-896zM1920 640v896h-1317l447 -448l-447 -448h1317z\"\r\n },\r\n {\r\n Name: \"PageBlock\",\r\n Code: \"EFB5\",\r\n Path: \"M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM1084 128q43 -71 106 -128h-1062v2048h1115l549 -549v-475q-31 11 -63 18t-65 10v356h-512v512h-896v-1792h828zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"PageEdit\",\r\n Code: \"EFB6\",\r\n Path: \"M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34zM256 128h507l-32 -128h-603v2048h1115l549 -549v-194q-67 -10 -128 -44v147h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"PageArrowRight\",\r\n Code: \"EFB8\",\r\n Path: \"M2042 320l-317 -317l-90 90l163 163h-646v128h646l-163 163l90 90zM1374 128l128 -128h-1374v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792h1118zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"PageRemove\",\r\n Code: \"EFBA\",\r\n Path: \"M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"Database\",\r\n Code: \"EFC7\",\r\n Path: \"M960 1920q72 0 159.5 -8t175 -27.5t166.5 -53.5t133 -85q31 -29 50.5 -66t19.5 -80v-1152q0 -45 -19.5 -80.5t-50.5 -65.5q-52 -51 -131.5 -84.5t-168 -53.5t-176.5 -28t-158 -8q-72 0 -159.5 8t-175 27.5t-166.5 53.5t-133 85q-31 29 -50.5 66t-19.5 80v1152q0 45 19.5 80.5t50.5 65.5q52 51 131.5 84.5t168 53.5t176.5 28t158 8zM960 1792q-51 0 -106.5 -3.5t-111.5 -12t-109.5 -22t-101.5 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35.5t-17 -39.5q0 -8 3 -15t8 -14q21 -32 60.5 -56t89 -42t105.5 -30.5t111.5 -20t107 -11t91.5 -3.5t91.5 3.5t107 11t111.5 20t105.5 30.5t88.5 42t61 56q5 7 8 14t3 15q0 20 -17 39.5t-41 35.5t-49 28.5t-40 18.5q-48 19 -101.5 32.5t-109.5 22t-111.5 12t-106.5 3.5zM960 256q51 0 106.5 3.5t111.5 12t109.5 21.5t101.5 33q15 6 40 18.5t49 28.5t41 35.5t17 39.5v962q-57 -37 -129 -62t-149.5 -40t-154.5 -21.5t-143 -6.5t-143.5 6.5t-154.5 21.5t-149 40t-129 62v-962q0 -20 17 -39.5t41 -35.5t49 -28.5t40 -18.5q48 -20 101.5 -33t109.5 -21.5t111.5 -12t106.5 -3.5z\"\r\n },\r\n {\r\n Name: \"DataManagementSettings\",\r\n Code: \"EFC8\",\r\n Path: \"M960 252q48 0 98 3q25 -66 62 -123q-40 -4 -80 -6t-80 -2q-134 0 -262 22q-37 6 -84 17.5t-96 29t-96 41t-84 54.5t-59.5 69.5t-22.5 86.5v1152q0 45 19.5 80.5t50.5 65.5q34 34 81.5 60t102.5 45.5t115 32.5t119 21t114 11.5t102 3.5q72 0 159.5 -8t175 -27.5t166.5 -53.5t133 -85q31 -29 50.5 -66t19.5 -80v-572h-128v382q-60 -37 -131.5 -62t-147 -40t-152 -21.5t-145.5 -6.5t-145.5 6.5t-152.5 21.5t-147 40t-131 62v-962q0 -20 14.5 -37t28.5 -28q47 -37 114.5 -61.5t141.5 -39t147 -20.5t130 -6zM960 1788q-51 0 -106.5 -3.5t-111.5 -12t-110 -22t-101 -32.5q-15 -6 -40 -18.5t-49 -28.5t-41 -35t-17 -40q0 -8 3 -15t8 -14q22 -32 63 -57t92 -43t108.5 -30t112.5 -19.5t104.5 -10.5t84.5 -3t84.5 3t104.5 10.5t112.5 19.5t108.5 30t91.5 42.5t63.5 57.5q5 7 8 14t3 15q0 21 -17 40t-41 35t-49 28.5t-40 18.5q-47 19 -101 32.5t-110 22t-111.5 12t-106.5 3.5zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"MergeCase\",\r\n Code: \"EFC9\",\r\n Path: \"M640 1600q0 -119 45.5 -224t123.5 -183t183 -123.5t224 -45.5h832v-128h-576q-117 0 -221 -43.5t-186 -125.5t-125.5 -186t-43.5 -221v-320h-128v320q0 85 20.5 167.5t58.5 157t93.5 138.5t126.5 113h-1067v128h811q-77 53 -138 128h-673v128h589q-38 72 -57.5 155t-19.5 165v448h128v-448zM896 1708q0 -89 33.5 -167t91.5 -136t136 -91.5t167 -33.5h724v-128h-724q-115 0 -216.5 43.5t-177 119t-119 177t-43.5 216.5v340h128v-340zM2048 768v-128h-468q-86 0 -164.5 -32.5t-138.5 -92.5t-92.5 -138.5t-32.5 -164.5v-212h-128v212q0 115 43.5 216.5t119 177t177 119t216.5 43.5h468z\"\r\n },\r\n {\r\n Name: \"CRMServices\",\r\n Code: \"EFD2\",\r\n Path: \"M1185 869q-88 75 -195 115t-222 40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q65 -25 124 -61t111 -81zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1728 1280q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-587 -587q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l587 587q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 768q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-640 -641q-19 -19 -19 -45t19 -45t45 -19t45 19l641 640q41 -19 82 -19z\"\r\n },\r\n {\r\n Name: \"EditContact\",\r\n Code: \"EFD3\",\r\n Path: \"M1243 812q-45 51 -99.5 90.5t-115.5 66.5t-126.5 41t-133.5 14q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q84 -32 158 -82.5t135 -116.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"ConnectContacts\",\r\n Code: \"EFD4\",\r\n Path: \"M1632 586q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135q76 -38 136 -98t98 -136q54 75 135 117.5t175 42.5q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135zM640 1408q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1408 640q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1536 1792h-384v128h512v-512h-128v384z\"\r\n },\r\n {\r\n Name: \"CRMLead\",\r\n Code: \"EFD6\",\r\n Path: \"M1196 647q35 0 68 -13.5t58 -38.5l162 -162q25 -25 38.5 -58t13.5 -68t-13.5 -68t-38.5 -58q-44 -44 -79.5 -78t-74 -57t-84.5 -34.5t-112 -11.5q-92 0 -189.5 28.5t-194.5 79.5t-190.5 121.5t-176.5 154t-153.5 176.5t-121.5 190.5t-79.5 195t-28.5 189.5q0 65 12 111.5t35 84.5t56.5 73.5t77.5 79.5q25 25 58 38.5t68 13.5t68 -13.5t58 -38.5l162 -162q25 -25 38.5 -58t13.5 -68q0 -34 -11 -61t-27.5 -49t-35.5 -39.5t-35.5 -33t-27.5 -30t-11 -30.5q0 -20 15 -35l404 -404q15 -15 35 -15q16 0 30.5 11t30 27.5t33 35.5t39 35.5t48.5 27.5t62 11zM1136 128q50 0 83.5 9.5t60.5 28t53 45t60 60.5q15 15 15 36q0 20 -15 35l-162 162q-14 14 -35 14q-24 0 -46 -23t-48.5 -51t-61.5 -51t-87 -23q-35 0 -68 14t-58 39l-404 404q-25 25 -39 58t-14 68q0 34 11 61.5t27.5 49t36 39t36 33t27.5 30t11 30.5q0 20 -15 35l-162 162q-15 15 -35 15q-21 0 -36 -15q-34 -34 -60.5 -60t-45 -53t-28 -60.5t-9.5 -83.5q0 -79 26 -164.5t72 -171t109.5 -169t138 -158t158 -138t169 -109.5t171 -72t164.5 -26zM1808 1248l60 -300l-300 60l-160 -240l-160 240l-300 -60l60 300l-240 160l240 160l-60 300l300 -60l160 240l160 -240l300 60l-60 -300l240 -160zM1705 1111q-11 49 -20.5 97.5t-18.5 98.5q38 26 75.5 51t75.5 50q-38 25 -75.5 50t-75.5 51q9 49 19 98l20 98q-49 -11 -97.5 -20.5t-98.5 -18.5q-26 38 -51 75.5t-50 75.5q-25 -38 -50 -75.5t-51 -75.5q-50 9 -98.5 18.5t-97.5 20.5q11 -49 20.5 -97.5t18.5 -98.5q-38 -26 -75.5 -51t-75.5 -50q38 -25 75.5 -50t75.5 -51q-9 -49 -19 -98l-20 -98q49 11 97.5 20.5t98.5 18.5q26 -38 51 -75.5t50 -75.5q25 38 50 75.5t51 75.5q50 -9 98.5 -18.5t97.5 -20.5z\"\r\n },\r\n {\r\n Name: \"AppIconDefaultAdd\",\r\n Code: \"EFDA\",\r\n Path: \"M1920 2048v-1024h-896v-896h-1024v1920h1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768zM1664 512h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z\"\r\n },\r\n {\r\n Name: \"AppIconDefaultEdit\",\r\n Code: \"EFDC\",\r\n Path: \"M896 466v558h-768v-768h700l-32 -128h-796v1920h1920v-779q-38 8 -72 8q-14 0 -28 -1.5t-28 -3.5v648h-768v-768h559l-128 -128h-431v-430zM896 1152v768h-768v-768h768zM1848 1149q40 0 76.5 -14t64 -39t43.5 -60t16 -77t-14 -79t-44 -67l-717 -717l-377 -94l94 377l717 716q28 28 65 41t76 13zM1899 903q21 21 21 51q0 32 -20 50.5t-52 18.5q-13 0 -26.5 -4t-23.5 -14l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"AppIconDefaultList\",\r\n Code: \"EFDE\",\r\n Path: \"M1280 384v128h128v-128h-128zM1536 384v128h512v-128h-512zM1280 128v128h128v-128h-128zM1536 128v128h512v-128h-512zM1280 640v128h128v-128h-128zM1536 768h512v-128h-512v128zM1920 2048v-1024h-896v-896h-1024v1920h1920zM896 256v768h-768v-768h768zM896 1152v768h-768v-768h768zM1792 1152v768h-768v-768h768z\"\r\n },\r\n {\r\n Name: \"ActivateOrders\",\r\n Code: \"EFE0\",\r\n Path: \"M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1024 1408h-384v128h384v-128zM1024 1152h-384v128h384v-128zM640 1024h384v-128h-384v128zM512 1408h-128v128h128v-128zM512 1152h-128v128h128v-128zM384 1024h128v-128h-128v128zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-731l-128 -128v768h-512zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"DeactivateOrders\",\r\n Code: \"EFE1\",\r\n Path: \"M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM512 1408h-128v128h128v-128zM512 1152h-128v128h128v-128zM384 1024h128v-128h-128v128zM256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1024 1408h-384v128h384v-128zM1024 1152h-384v128h384v-128zM640 1024h384v-128h-384v128z\"\r\n },\r\n {\r\n Name: \"ProductCatalog\",\r\n Code: \"EFE8\",\r\n Path: \"M128 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640l257 -128h-897q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95.5t57 82t81.5 57t96 21.5h1408v-681l-128 64v489h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1316q29 17 61.5 26.5t66.5 9.5h512v-128h-512q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM2048 1033v-762l-576 -287l-576 287v762l576 287zM1472 1177l-369 -184l369 -184l369 184zM1024 350l384 -191v539l-384 192v-540zM1920 350v540l-384 -192v-539z\"\r\n },\r\n {\r\n Name: \"ScatterChart\",\r\n Code: \"EFEB\",\r\n Path: \"M256 1920v-1664h1664v-128h-1792v1792h128zM1792 1792v-256h-256v256h256zM768 1664v-256h-256v256h256zM1280 1280v-256h-256v256h256zM768 768v-256h-256v256h256zM1664 896h256v-256h-256v256z\"\r\n },\r\n {\r\n Name: \"CustomActivity\",\r\n Code: \"EFF0\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1521 905l-123 -51q10 -40 10 -86t-10 -86l123 -51l-48 -118l-124 51q-46 -75 -121 -121l51 -124l-118 -48l-51 123q-40 -10 -86 -10t-86 10l-51 -123l-118 48l51 124q-75 46 -121 121l-124 -51l-48 118l123 51q-10 40 -10 86t10 86l-123 51l48 118l124 -51q46 75 121 121l-51 124l118 48l51 -123q40 10 86 10t86 -10l51 123l118 -48l-51 -124q75 -46 121 -121l124 51zM1024 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"ServiceActivity\",\r\n Code: \"EFF1\",\r\n Path: \"M774 128q8 -35 22 -67t36 -61h-576v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-517q-16 2 -32 3.5t-32 1.5t-32 -1.5t-32 -3.5v389h-128v-256h-1024v256h-128v-1536h390zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l200 199q-3 51 -24.5 95t-56 76.5t-79.5 51t-96 18.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q63 -35 109 -90t69 -123l151 152q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM768 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-512 -513q-19 -19 -19 -45t19 -45t45 -19t45 19l513 512q41 -19 82 -19z\"\r\n },\r\n {\r\n Name: \"AccountActivity\",\r\n Code: \"EFF4\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM1259 1329q42 0 78.5 -15.5t63.5 -42t42.5 -62.5t15.5 -78q0 -39 -15 -76t-43 -65l-526 -531l-358 -68l75 351l526 530q28 28 65 42.5t76 14.5zM1310 1080q21 23 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-499 -503l-27 -126l129 25z\"\r\n },\r\n {\r\n Name: \"CustomEntity\",\r\n Code: \"EFF7\",\r\n Path: \"M513 768q-53 0 -99.5 20t-81.5 54.5t-55.5 81.5t-20.5 100t20.5 100t55.5 81.5t81.5 54.5t99.5 20v384h383v-160q0 -26 10 -49.5t27.5 -41t41 -27.5t49.5 -10q27 0 50 10t40.5 27.5t27.5 40.5t10 50v160h382v-384q55 0 102 -19.5t81 -53.5t53.5 -81t19.5 -102t-19.5 -102t-53.5 -81t-81 -53.5t-102 -19.5v-384h-382v160q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5v-160h-383v384zM512 1152q-26 0 -49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10h129v-384h127v32q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-32h126v384h135q27 0 49.5 10t38 27.5t24.5 41t9 49.5t-9 49.5t-24.5 41t-38 27.5t-49.5 10h-135v384h-126v-32q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v32h-127v-384h-129zM2045 2052v-2051h-2044v2051h2044zM1917 1924h-1788v-1795h1788v1795z\"\r\n },\r\n {\r\n Name: \"DocumentManagement\",\r\n Code: \"EFFC\",\r\n Path: \"M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"CRMReport\",\r\n Code: \"EFFE\",\r\n Path: \"M1536 512h-384v1152h384v-1152zM1280 1536v-896h128v896h-128zM1024 512h-384v896h384v-896zM768 1280v-640h128v640h-128zM128 2048h1792v-1920h-1792v384h-128v128h128v768h-128v128h128v512zM1792 256v1664h-1536v-384h128v-128h-128v-768h128v-128h-128v-256h1536z\"\r\n },\r\n {\r\n Name: \"KnowledgeArticle\",\r\n Code: \"F000\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 1408h-512v512h-896v-1792h1408v1280zM1024 1408h-640v128h640v-128zM384 1280h1152v-128h-1152v128zM384 1024h1152v-128h-1152v128zM384 768h1152v-128h-1152v128zM384 512h1152v-128h-1152v128z\"\r\n },\r\n {\r\n Name: \"Relationship\",\r\n Code: \"F003\",\r\n Path: \"M2048 1408h-640v158l-717 -478l717 -478v158h640v-640h-640v328l-768 512v-200h-640v640h640v-200l768 512v328h640v-640zM1536 640v-384h384v384h-384zM512 896v384h-384v-384h384zM1536 1920v-384h384v384h-384z\"\r\n },\r\n {\r\n Name: \"HomeVerify\",\r\n Code: \"F00E\",\r\n Path: \"M1280 565l-128 -128v331h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-214l-128 -128v470l-640 640l-640 -640v-805h384v640h512v-331zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z\"\r\n },\r\n {\r\n Name: \"ZipFolder\",\r\n Code: \"F012\",\r\n Path: \"M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-480q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-992q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408v2048h1536zM640 1920v-384h256v384h-256zM1664 1120q0 31 -9.5 54.5t-23.5 44t-31 40.5t-31 45.5t-23.5 58t-9.5 77.5v480h-512v-512h-256v-128h-128v128h-128v512h-128v-1792h384v128h128v-128h768v992zM1792 1920h-128v-480q0 -24 4.5 -42t13 -33t20 -29.5t26.5 -31.5q15 17 26.5 31.5t20 29.5t13 33t4.5 42v480zM640 1152h128v-128h-128v128zM640 896h128v-128h-128v128zM640 640h128v-128h-128v128zM768 384v-128h-128v128h128zM768 1152v128h128v-128h-128zM768 896v128h128v-128h-128zM768 640v128h128v-128h-128zM768 384v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"SurveyQuestions\",\r\n Code: \"F01B\",\r\n Path: \"M896 385h128v-128h-128v128zM960 1345q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -105t-47.5 -80.5t-61.5 -65t-61.5 -59.5t-47.5 -63t-19 -75v-64h-128v64q0 60 19 104.5t47.5 80t61.5 65.5t61.5 59.5t47.5 62.5t19 76q0 39 -15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1792 1499v-1499h-1664v2048h1120zM1285 1536h290l-290 292v-292zM1664 128v1280h-507v512h-901v-1792h1408z\"\r\n },\r\n {\r\n Name: \"TextDocument\",\r\n Code: \"F029\",\r\n Path: \"M1243 2048l549 -549v-1499h-1664v2048h1115zM1280 1829v-293h293zM256 128h1408v1280h-512v512h-896v-1792zM512 1024v128h896v-128h-896zM512 768v128h896v-128h-896zM512 512v128h896v-128h-896z\"\r\n },\r\n {\r\n Name: \"TextDocumentShared\",\r\n Code: \"F02B\",\r\n Path: \"M1408 1024h-896v128h896v-128zM512 896h896v-56q-41 -32 -72 -72h-824v128zM512 640h756q-20 -63 -20 -128h-736v128zM256 128h880q-16 -61 -16 -128h-992v2048h1115l549 -549v-591q-63 20 -128 20v480h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"PageCheckedOut\",\r\n Code: \"F02C\",\r\n Path: \"M256 1920v-1792h1152v-128h-1280v2048h1115l549 -549v-923l-128 128v704h-512v512h-896zM1280 1829v-293h293zM1920 512h128v-512h-512v128h293l-402 403l90 90l403 -402v293z\"\r\n },\r\n {\r\n Name: \"PageShared\",\r\n Code: \"F02D\",\r\n Path: \"M1850 336q46 -25 82.5 -61t62 -80t39.5 -93.5t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM1536 512q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1152 1408v512h-896v-1792h880q-8 -32 -12 -64t-4 -64h-992v2048h1115l549 -549v-591q-63 20 -128 20v480h-512zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"SaveAndClose\",\r\n Code: \"F038\",\r\n Path: \"M1152 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1115l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM384 1152v-384h512v384h-512zM896 128v256h-512v-256h128v128h128v-128h256zM1152 1152h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128v1024zM512 1408h-128v640h512v-128h-384v-512zM1920 2048v-1024h-512v128h384v768h-128v128h256zM1349 1792l-162 163l90 90l318 -317l-318 -317l-90 90l162 163h-581v-256h-128v384h709zM1414 1728l-6 5v-10z\"\r\n },\r\n {\r\n Name: \"Script\",\r\n Code: \"F03A\",\r\n Path: \"M1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v1280q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1280zM1186 128q-34 60 -34 128t34 128h-930q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h930zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v1536q0 68 34 128h-1058q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1280h1024q26 0 45 -19t19 -45t-19 -45t-45 -19q-25 0 -49 -9.5t-42 -27.5t-27.5 -42t-9.5 -49q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM512 1664h896v-128h-896v128zM512 1408h896v-128h-896v128zM512 1152h896v-128h-896v128zM512 896h896v-128h-896v128z\"\r\n },\r\n {\r\n Name: \"Archive\",\r\n Code: \"F03F\",\r\n Path: \"M2048 1920v-640h-128v-1152h-1792v1152h-128v640h2048zM1792 256v1024h-1536v-1024h1536zM1920 1408v384h-1792v-384h1792zM1408 896h-768v128h768v-128z\"\r\n },\r\n {\r\n Name: \"OneNoteDocType\",\r\n Code: \"F04F\",\r\n Path: \"M2048 1664v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-269q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h269v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM240 1322v-724h156v473l24 -32t44 -57.5t57 -74.5t62.5 -82.5t61.5 -81t53.5 -71t38 -51.5t15.5 -23h160v724h-156q0 -116 0.5 -231.5t0.5 -231.5l-348 463h-169zM1920 1280v384h-256v256h-1152v-384h525q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-525v-256h1152v1152h256z\"\r\n },\r\n {\r\n Name: \"MessageFriendRequest\",\r\n Code: \"F055\",\r\n Path: \"M2048 1664v-768q-12 23 -26.5 49t-31 51.5t-34.5 49.5t-36 42v320l-896 -448l-896 448v-896h960l64 -128h-1152v1280h2048zM1905 1536h-1762l881 -441zM1808 461q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5zM1408 704q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z\"\r\n },\r\n {\r\n Name: \"ActivityFeed\",\r\n Code: \"F056\",\r\n Path: \"M128 960v320h-128v640h1664v-640h-1216zM128 1408h128v-139l139 139h1141v384h-1408v-384zM2048 1024v-640h-128v-320l-320 320h-1216v640h1664zM1920 896h-1408v-384h1141l139 -139v139h128v384z\"\r\n },\r\n {\r\n Name: \"Compare\",\r\n Code: \"F057\",\r\n Path: \"M1603 1792l214 -640h103v-128h-22q-20 -57 -56.5 -104.5t-84 -81t-104 -52t-117.5 -18.5t-117.5 18.5t-104 52t-84 81t-56.5 104.5h-22v128h103l214 640h-445v-1410q167 -11 316.5 -75.5t272.5 -178.5h179v-128h-1664v128h179q123 114 272.5 178.5t316.5 75.5v1410h-445l214 -640h103v-128h-22q-20 -57 -56.5 -104.5t-84 -81t-104 -52t-117.5 -18.5t-117.5 18.5t-104 52t-84 81t-56.5 104.5h-22v128h103l214 640h-317v128h896v128h128v-128h896v-128h-317zM384 1590l-146 -438h292zM384 896q69 0 128 34t94 94h-444q35 -60 94 -94t128 -34zM1404 128q-100 63 -213 95.5t-231 32.5t-231 -32.5t-213 -95.5h888zM1536 1590l-146 -438h292zM1536 896q69 0 128 34t94 94h-444q35 -60 94 -94t128 -34z\"\r\n },\r\n {\r\n Name: \"EventDate\",\r\n Code: \"F059\",\r\n Path: \"M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM1408 1152v-640h-128v486q-27 -14 -62 -26t-66 -12v128q12 0 31 6t39 15.5t36 20.5t22 21v1h128zM1024 960q0 -39 -11.5 -70.5t-30.5 -58t-44 -50.5t-51 -46.5t-51.5 -45.5t-46.5 -49h235v-128h-384q0 17 -0.5 36t0 38.5t3.5 38t10 35.5q11 27 33.5 53.5t49.5 52.5t55 51t51.5 49t38.5 47.5t15 46.5q0 27 -19 45.5t-45 18.5q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75z\"\r\n },\r\n {\r\n Name: \"EditEvent\",\r\n Code: \"F05B\",\r\n Path: \"M896 1152h-128v128h128v-128zM1280 1152h-128v128h128v-128zM768 1024h128v-128h-128v128zM512 896h-128v128h128v-128zM1152 1024h128v-128h-128v128zM768 768h128v-128h-128v128zM512 640h-128v128h128v-128zM384 512h128v-128h-128v128zM896 466l-21 -22l-15 -60h-92v128h128v-46zM1664 1224q-23 -15 -42 -33.5t-39 -38.5h-47v128h128v-56zM1152 768h47l-47 -47v47zM2048 1920v-708q-58 43 -128 58v138h-1792v-1152h700l-32 -128h-796v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM1707 1095q28 28 65.5 41t75.5 13q42 0 78.5 -14.5t63.5 -40.5t42.5 -61.5t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377zM1899 903q21 21 21 51q0 32 -20 50.5t-52 18.5q-13 0 -26.5 -4t-23.5 -14l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"Opportunities\",\r\n Code: \"F05F\",\r\n Path: \"M1792 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-480q0 -45 -9.5 -77.5t-23.5 -58t-31 -45.5t-31 -40.5t-23.5 -44t-9.5 -54.5v-992q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408v2048h1536zM1664 1120q0 31 -9.5 54.5t-23.5 44t-31 40.5t-31 45.5t-23.5 58t-9.5 77.5v480h-1152v-1792h1280v992zM1792 1920h-128v-480q0 -24 4.5 -42t13 -33t20 -29.5t26.5 -31.5q15 17 26.5 31.5t20 29.5t13 33t4.5 42v480zM1024 1408h128v-512h-128v512zM1024 768h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"Quotes\",\r\n Code: \"F067\",\r\n Path: \"M1024 1408h-384v128h384v-128zM384 1024h128v-128h-128v128zM384 1536h128v-128h-128v128zM384 1280h128v-128h-128v128zM384 768h128v-128h-128v128zM1792 1055q60 -41 107.5 -93.5t80.5 -114t50.5 -130.5t17.5 -141q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5h-1344v2048h1115l549 -549v-444zM1280 1536h293l-293 293v-293zM1110 128q-51 41 -90.5 91.5t-67 108.5t-42 120.5t-14.5 127.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 192 -33v289h-512v512h-896v-1792h854zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM640 768h122q-8 -32 -14 -64t-9 -64h-99v128zM640 1024h249q-23 -30 -42.5 -62t-36.5 -66h-170v128zM1258 1280q-133 -41 -243 -128h-375v128h618zM1536 640h192v-128h-320v384h128v-256z\"\r\n },\r\n {\r\n Name: \"ArrowUpRight\",\r\n Code: \"F069\",\r\n Path: \"M384 1792h1408v-1408h-128v1189l-1317 -1317l-91 91l1317 1317h-1189v128v0z\"\r\n },\r\n {\r\n Name: \"CaretRight\",\r\n Code: \"F06B\",\r\n Path: \"M506 2074l1050 -1050l-1050 -1050v2100zM634 1766v-1484l741 742z\"\r\n },\r\n {\r\n Name: \"SetAction\",\r\n Code: \"F071\",\r\n Path: \"M1664 2048v-128h-1664v128h1664zM1015 1536l-67 -128h-948v128h1015zM0 1024h747l-67 -128h-680v128zM1512 1024h568l-1076 -1024h-257l304 640h-360l535 1024h612zM953 128l807 768h-456l325 640h-325l-402 -768h351l-304 -640h4z\"\r\n },\r\n {\r\n Name: \"ChatBot\",\r\n Code: \"F08B\",\r\n Path: \"M768 1024h-128v128h128v-128zM1280 1024h-128v128h128v-128zM1792 1152v-256h-128v-320q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-264l-440 -376v376h-320q-40 0 -75 15t-61 41t-41 61t-15 75v320h-128v256h128v192q0 40 15 75t41 61t61 41t75 15h448v209q-29 17 -46.5 47t-17.5 64q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50q0 -34 -17.5 -64t-46.5 -47v-209h448q40 0 75 -15t61 -41t41 -61t15 -75v-192h128zM1536 1344q0 26 -19 45t-45 19h-1024q-26 0 -45 -19t-19 -45v-768q0 -26 19 -45t45 -19h448v-226l264 226h312q26 0 45 19t19 45v768zM685 882q55 -55 126 -84.5t149 -29.5t149 29.5t126 84.5l90 -91q-73 -73 -167.5 -112t-197.5 -39t-197.5 39t-167.5 112z\"\r\n },\r\n {\r\n Name: \"CaretSolidLeft\",\r\n Code: \"F08D\",\r\n Path: \"M384 1024l1024 1024v-2048l-1024 1024v0z\"\r\n },\r\n {\r\n Name: \"CaretSolidDown\",\r\n Code: \"F08E\",\r\n Path: \"M0 1408h2048l-1024 -1024l-1024 1024v0z\"\r\n },\r\n {\r\n Name: \"CaretSolidRight\",\r\n Code: \"F08F\",\r\n Path: \"M640 2048l1024 -1024l-1024 -1024v2048v0z\"\r\n },\r\n {\r\n Name: \"CaretSolidUp\",\r\n Code: \"F090\",\r\n Path: \"M1024 1664l1024 -1024h-2048l1024 1024v0z\"\r\n },\r\n {\r\n Name: \"PowerAppsLogo\",\r\n Code: \"F091\",\r\n Path: \"M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z\"\r\n },\r\n {\r\n Name: \"PowerApps2Logo\",\r\n Code: \"F092\",\r\n Path: \"M2040 1022q0 -26 -8.5 -50t-25.5 -44l-709 -862q-22 -26 -51.5 -40.5t-63.5 -14.5q-33 0 -58.5 12.5t-46.5 32t-39 43.5t-37 47q-19 -24 -36 -47.5t-36.5 -42t-44 -30t-58.5 -11.5t-65 15t-52 41l-681 859q-32 40 -32 93q0 25 8 49t24 44l681 858q21 27 51.5 42t65.5 15q33 0 58 -11.5t44.5 -30t37 -42t35.5 -47.5q19 23 37 47t39 43.5t46.5 32t58.5 12.5q34 0 63.5 -14.5t51.5 -40.5l408 -496l301 -366q34 -42 34 -96zM861 1521q0 -6 5 -13l316 -384l294 358q8 10 17.5 18t20.5 14l-316 384q-6 8 -16 8t-16 -8l-300 -363q-5 -7 -5 -14zM918 247l-151 183q-34 40 -34 95q0 26 8.5 50.5t25.5 44.5l321 389q4 5 4 14q0 8 -4 13l-321 390q-34 42 -34 95t34 95l151 183l-75 96q-6 7 -17 7t-17 -7l-680 -859q-5 -7 -5 -13q0 -5 1.5 -7.5t3.5 -5.5l680 -859q6 -8 17 -8t17 8zM1514 531q-22 14 -38 33l-294 358l-316 -384q-5 -7 -5 -14q0 -6 5 -13l300 -364q6 -8 16 -8t16 8zM1912 1025q0 2 -1.5 5.5t-3.5 5.5l-300 365q-6 7 -15 7q-11 0 -17 -8l-299 -364q-5 -7 -5 -13q0 -7 5 -14l299 -363q6 -8 16 -8q11 0 17 8l299 363q5 6 5 16z\"\r\n },\r\n {\r\n Name: \"SearchIssue\",\r\n Code: \"F09A\",\r\n Path: \"M1664 1472q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-99 0 -191 32t-169 94l-619 -619q-19 -19 -45 -19t-45 19t-19 45t19 45l619 619q-62 77 -94 169t-32 191q0 119 45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM640 1472q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1664 128h128v-128h-128v128zM1728 832q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -47 -17 -89t-49 -76h-1l-95 -96q-14 -14 -20 -28t-8.5 -29.5t-2 -32t0.5 -33.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"SearchIssueMirrored\",\r\n Code: \"F09B\",\r\n Path: \"M1664 1472q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-99 0 -191 32t-169 94l-619 -619q-19 -19 -45 -19t-45 19t-19 45t19 45l619 619q-62 77 -94 169t-32 191q0 119 45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM640 1472q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5t174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5zM1664 128h128v-128h-128v128zM1728 832q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128q0 17 0.5 33.5t-2 32t-9 29.5t-19.5 28q-30 30 -59 57.5t-52 57.5t-37 65t-14 81q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"FabricAssetLibrary\",\r\n Code: \"F09C\",\r\n Path: \"M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h768v-128h-768q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1024 0v896h1024v-896h-1024zM1152 256v-128h768v128h-128v128h128v128h-128v128h128v128h-768v-128h128v-128h-128v-128h128v-128h-128zM768 1280q41 0 79.5 -12t71.5 -34t58.5 -53t41.5 -69l-118 -49q-17 41 -53 65t-80 24v-320q0 -44 -20 -79.5t-51.5 -60.5t-72 -38.5t-80.5 -13.5q-41 0 -81 13.5t-72 38.5t-51.5 60.5t-19.5 79.5t19.5 79.5t51.5 60.5t72 38.5t81 13.5q52 0 96 -19v275h128zM544 768q13 0 29.5 4t31.5 12t25 20t10 28t-10 28t-25 20t-31.5 12t-29.5 4t-29.5 -4t-31.5 -12t-25 -20t-10 -28t10 -28t25 -20t31.5 -12t29.5 -4z\"\r\n },\r\n {\r\n Name: \"FabricDataConnectionLibrary\",\r\n Code: \"F09D\",\r\n Path: \"M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1152 256v512h128v-512h-128zM1408 256v256h128v-256h-128zM1792 640v-384h-128v384h128z\"\r\n },\r\n {\r\n Name: \"FabricDocLibrary\",\r\n Code: \"F09E\",\r\n Path: \"M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165z\"\r\n },\r\n {\r\n Name: \"FabricFormLibrary\",\r\n Code: \"F09F\",\r\n Path: \"M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1152 256v128h512v-128h-512zM1408 640v-128h-256v128h256zM1408 896v-128h-256v128h256z\"\r\n },\r\n {\r\n Name: \"FabricFormLibraryMirrored\",\r\n Code: \"F0A0\",\r\n Path: \"M2048 1536v-451l-128 128v323h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM896 1280h731l421 -421v-859h-1152v1280zM1920 128v640h-384v384h-512v-1024h896zM1664 1061v-165h165zM1280 256v128h512v-128h-512zM1536 512v128h256v-128h-256z\"\r\n },\r\n {\r\n Name: \"FabricReportLibrary\",\r\n Code: \"F0A1\",\r\n Path: \"M2048 1536v-256h-128v256h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h128v-128h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM384 1152h1664v-1152h-1664v1152zM1920 128v896h-1408v-896h1408zM1792 896v-128h-384v128h384zM1664 640v-128h-256v128h256zM1664 384v-128h-256v128h256zM1280 896v-640h-640v640h640zM1152 384v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"FabricReportLibraryMirrored\",\r\n Code: \"F0A2\",\r\n Path: \"M2048 1536v-256h-128v256h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h128v-128h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM384 1152h1664v-1152h-1664v1152zM1920 128v896h-1408v-896h1408zM1024 896v-128h-384v128h384zM768 512v128h256v-128h-256zM768 256v128h256v-128h-256zM1792 896v-640h-640v640h640zM1664 384v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"FabricPublicFolder\",\r\n Code: \"F0A3\",\r\n Path: \"M2048 1536v-867l-128 128v739h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 26 10 49.5t27.5 41t41 27.5t49.5 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1635 675l90 90l317 -317l-317 -317l-90 90l163 163h-668l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h668z\"\r\n },\r\n {\r\n Name: \"FabricFolderSearch\",\r\n Code: \"F0A4\",\r\n Path: \"M2048 1536v-383q-28 28 -60.5 50.5t-67.5 41.5v291h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"FabricMovetoFolder\",\r\n Code: \"F0A5\",\r\n Path: \"M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h128v-256h1792v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-256h-128v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM659 749l146 147h-805v128h805l-146 147l90 90l301 -301l-301 -301z\"\r\n },\r\n {\r\n Name: \"FabricUnsyncFolder\",\r\n Code: \"F0A6\",\r\n Path: \"M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-47 0 -92 -13.5t-84 -39.5l443 -443q36 56 47 123l127 -22q-18 -106 -82 -193l89 -89l-91 -91l-89 89q-58 -44 -127 -66.5t-141 -22.5q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34q47 0 92 13.5t84 39.5l-443 443q-36 -56 -47 -123l-127 22q18 106 82 193l-89 89l91 91l89 -89q58 44 127 66.5t141 22.5q91 0 174 -35.5t146 -101.5z\"\r\n },\r\n {\r\n Name: \"FabricSyncFolder\",\r\n Code: \"F0A7\",\r\n Path: \"M2048 1536v-512h-128v512h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149.5t98.5 118t132.5 77.5t156 28q91 0 174 -35.5t146 -101.5zM1600 128q59 0 111.5 20t94.5 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149.5t-98.5 -118t-132.5 -77.5t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"FabricOpenFolderHorizontal\",\r\n Code: \"F0A8\",\r\n Path: \"M2005 1152q0 -32 -15 -60l-340 -639q-17 -32 -47 -50.5t-67 -18.5h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h608q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t27.5 -30.5t35 -19t49 -6.5h576q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-256q14 0 28.5 0.5t28.5 0.5q42 0 77.5 -10.5t60.5 -52.5q18 -30 18 -66zM128 1792v-1073l245 490q17 33 47.5 52t67.5 19h1176v256h-576q-62 0 -104.5 19t-72.5 47.5t-51 61.5t-39.5 61.5t-38 47.5t-46.5 19h-608zM1536 512l341 640h-1389l-320 -640h1368z\"\r\n },\r\n {\r\n Name: \"FabricFolder\",\r\n Code: \"F0A9\",\r\n Path: \"M2048 1536v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1792q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48 -51t39.5 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1792h-736v-256h736q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20zM1920 512v1024h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h1792z\"\r\n },\r\n {\r\n Name: \"FabricFolderFill\",\r\n Code: \"F0AA\",\r\n Path: \"M1984 1536v-1024q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h736q41 0 68.5 -19t48.5 -47.5t40.5 -61.5t45 -61.5t60.5 -47.5t89 -19h704q26 0 45 -19t19 -45z\"\r\n },\r\n {\r\n Name: \"FabricNewFolder\",\r\n Code: \"F0AB\",\r\n Path: \"M2048 1536v-896h-128v896h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1664 896v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z\"\r\n },\r\n {\r\n Name: \"FabricPictureLibrary\",\r\n Code: \"F0AC\",\r\n Path: \"M2048 1536v-384h-128v384h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h384v-128h-384q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM640 0v1024h1408v-1024h-1408zM1627 128h202l-229 230l-101 -102zM768 896v-549l320 319l320 -319l192 191l320 -319v677h-1152zM768 165v-37h677l-357 358zM1728 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"PhotoVideoMedia\",\r\n Code: \"F0B1\",\r\n Path: \"M256 1536h128v-128h-128v128zM256 1280h128v-128h-128v128zM1280 1408h-128v128h128v-128zM2048 1280v-1152h-1536v640h-512v1152h1536v-640h512zM1920 1152h-1280v-549l320 319l448 -447l320 319l192 -191v549zM512 896v384h896v512h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h128zM640 256h805l-485 486l-320 -321v-165zM1920 256v165l-192 193l-229 -230l128 -128h293zM1472 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"AddFavorite\",\r\n Code: \"F0C8\",\r\n Path: \"M1370 512l-103 329l405 311h-502l-146 467l-138 -467h-502l397 -311l-154 -493l397 306l256 -197v-162l-256 197l-640 -492l248 794l-632 486h784l240 768l240 -768h784l-632 -486l88 -282h-134zM1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z\"\r\n },\r\n {\r\n Name: \"AddFavoriteFill\",\r\n Code: \"F0C9\",\r\n Path: \"M1860 1216l-519 -399l90 -286l-23 -19h-128v-78l-39 -28l-217 167l-519 -399l202 643l-519 399h643l193 618l193 -618h643v0z\"\r\n },\r\n {\r\n Name: \"BufferTimeBefore\",\r\n Code: \"F0CF\",\r\n Path: \"M1024 1728q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1024 448q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1024 1024h256v-128h-384v512h128v-384zM1658 1658q-128 127 -291 194.5t-343 67.5t-343 -67.5t-291 -194.5l-90 90q72 72 156 128t176.5 94.5t191 58t200.5 19.5t200.5 -19.5t191 -58t176.5 -94.5t156 -128z\"\r\n },\r\n {\r\n Name: \"BufferTimeAfter\",\r\n Code: \"F0D0\",\r\n Path: \"M1024 320q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25zM1024 1600q-119 0 -224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5t224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5zM1280 896h-384v512h128v-384h256v-128zM1748 300q-72 -72 -156 -128t-176.5 -94.5t-191 -58t-200.5 -19.5t-200.5 19.5t-191 58t-176.5 94.5t-156 128l90 90q128 -127 291 -194.5t343 -67.5t343 67.5t291 194.5z\"\r\n },\r\n {\r\n Name: \"BufferTimeBoth\",\r\n Code: \"F0D1\",\r\n Path: \"M1024 1728q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM1024 448q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1024 1024h256v-128h-384v512h128v-384zM1658 1658q-128 127 -291 194.5t-343 67.5t-343 -67.5t-291 -194.5l-90 90q72 72 156 128t176.5 94.5t191 58t200.5 19.5t200.5 -19.5t191 -58t176.5 -94.5t156 -128zM390 390q128 -127 291 -194.5t343 -67.5t343 67.5t291 194.5l90 -90q-72 -72 -156 -128t-176.5 -94.5t-191 -58t-200.5 -19.5t-200.5 19.5t-191 58t-176.5 94.5t-156 128z\"\r\n },\r\n {\r\n Name: \"PublishContent\",\r\n Code: \"F0D4\",\r\n Path: \"M896 1701l-403 -402l-90 90l557 557l557 -557l-90 -90l-403 402v-1317h-128v1317zM1664 384h128v-384h-1664v384h128v-256h1408v256z\"\r\n },\r\n {\r\n Name: \"ClipboardList\",\r\n Code: \"F0E3\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM768 1152h768v-128h-768v128zM768 768h768v-128h-768v128zM768 384h768v-128h-768v128zM512 1152h128v-128h-128v128zM512 768h128v-128h-128v128zM512 384h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"ClipboardListMirrored\",\r\n Code: \"F0E4\",\r\n Path: \"M256 1792v-1792h1536v1792h-512q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-512zM1408 1536h-768v128h256v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h256v-128zM384 1664h128v-256h1024v256h128v-1536h-1280v1536zM1280 1152h-768v-128h768v128zM1280 768h-768v-128h768v128zM1280 384h-768v-128h768v128zM1536 1152h-128v-128h128v128zM1536 768h-128v-128h128v128zM1536 384h-128v-128h128v128z\"\r\n },\r\n {\r\n Name: \"CannedChat\",\r\n Code: \"F0F2\",\r\n Path: \"M0 1920h2048v-1408h-1317l-475 -475v475h-256v1408zM1920 640v1152h-1792v-1152h256v-293l293 293h1243zM1664 1536v-128h-1280v128h1280zM1664 1280v-128h-1280v128h1280zM1664 1024v-128h-1280v128h1280z\"\r\n },\r\n {\r\n Name: \"DefenderBadge12\",\r\n Code: \"F0FB\",\r\n Path: \"M1024 1870q53 -8 99 -27t90 -48q53 -36 113 -61.5t123.5 -42.5t129 -25t128.5 -8v-363q0 -25 -2 -50t-5 -50h-676v675zM171 1658q63 0 128 8t128.5 25t123.5 42.5t113 61.5q44 29 90 48t99 27v-675h-676q-6 49 -6 100v363zM1024 1024h637q-39 -117 -105 -220t-150.5 -192.5t-182 -166t-199.5 -139.5v718zM853 306q-102 63 -199.5 139.5t-182 166t-150.5 192.5t-105 220h637v-718z\"\r\n },\r\n {\r\n Name: \"SkypeForBusinessLogo\",\r\n Code: \"F0FC\",\r\n Path: \"M1973 857q37 -65 56 -137t19 -147q0 -79 -20.5 -152t-58 -137t-89.5 -116t-116 -89.5t-137 -58t-152 -20.5q-75 0 -147 19t-137 56q-42 -7 -83.5 -10.5t-83.5 -3.5q-133 0 -256 34.5t-230 97t-195 150.5t-150.5 195t-97 230t-34.5 256q0 42 3.5 83.5t10.5 83.5q-37 65 -56 137t-19 147q0 79 20.5 152t58 137t89.5 116t116 89.5t137 58t152 20.5q75 0 147 -19t137 -56q42 7 83.5 10.5t83.5 3.5q133 0 256 -34.5t230 -97t195 -150.5t150.5 -195t97 -230t34.5 -256q0 -42 -3.5 -83.5t-10.5 -83.5zM1475 146q88 0 166 33.5t136 91.5t91.5 136t33.5 166q0 39 -6 71.5t-16.5 63t-25.5 60t-34 62.5q9 49 15 96.5t6 97.5q0 113 -29 217t-82.5 195t-128 165.5t-165.5 128t-195 82.5t-217 29q-50 0 -97.5 -6t-96.5 -15q-33 19 -62.5 34t-60 25.5t-63 16.5t-71.5 6q-88 0 -166 -33.5t-136 -91.5t-91.5 -136t-33.5 -166q0 -39 6 -71.5t16.5 -63t25.5 -60t34 -62.5q-9 -49 -15 -96.5t-6 -97.5q0 -113 29 -217t82.5 -195t128 -165.5t165.5 -128t195 -82.5t217 -29q50 0 97.5 6t96.5 15q33 -19 62.5 -34t60 -25.5t63 -16.5t71.5 -6zM807 1288q0 -31 18.5 -52.5t45.5 -35.5t57 -22.5t54 -13.5l217 -48q65 -15 120 -40.5t95 -65t62.5 -93.5t22.5 -124q0 -66 -19 -118t-52.5 -92.5t-78.5 -69t-97.5 -46.5t-109.5 -26.5t-114 -8.5q-58 0 -121 8.5t-122 29t-110.5 54t-86.5 84.5q-17 25 -28 53.5t-11 59.5q0 24 9 43.5t24.5 33.5t36 21.5t43.5 7.5q35 0 57.5 -15.5t41.5 -39t38.5 -50.5t48.5 -50.5t72 -39t108 -15.5q34 0 71 9.5t68.5 28.5t52 48.5t20.5 69.5q0 25 -9.5 44.5t-25.5 34t-36.5 23.5t-42.5 15l-292 74q-63 16 -114 41t-87.5 62t-56 88t-19.5 119q0 94 40 159.5t104 105.5t144.5 58t161.5 18q35 0 81.5 -7t96 -20.5t97 -35t85 -50.5t60.5 -66t23 -82q0 -25 -10 -43.5t-26.5 -31t-38 -18.5t-43.5 -6q-29 0 -49.5 12.5t-38.5 31t-37.5 40.5t-47.5 40.5t-68.5 31t-99.5 12.5q-32 0 -65 -7t-59.5 -22.5t-43 -41.5t-16.5 -64z\"\r\n },\r\n {\r\n Name: \"TabCenter\",\r\n Code: \"F100\",\r\n Path: \"M1920 1408v-1280h-1408v512h-384v1280h1408v-512h384zM1792 256v768h-1152v-768h1152zM512 768v640h896v128h-1152v-768h256zM256 1792v-128h1152v128h-1152zM1792 1280h-1152v-128h1152v128z\"\r\n },\r\n {\r\n Name: \"PageCheckedin\",\r\n Code: \"F104\",\r\n Path: \"M256 128h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1939 19l-403 402v-293h-128v512h512v-128h-293l402 -403z\"\r\n },\r\n {\r\n Name: \"PageList\",\r\n Code: \"F106\",\r\n Path: \"M1792 2048v-1792h-1536v1792h1536zM1664 1920h-1280v-1536h1280v1536zM640 1152h-128v128h128v-128zM1536 1152h-768v128h768v-128zM640 768h-128v128h128v-128zM1536 768h-768v128h768v-128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128z\"\r\n },\r\n {\r\n Name: \"ReadOutLoud\",\r\n Code: \"F112\",\r\n Path: \"M928 896l384 384h96v-1280h-96l-384 384h-288v512h288zM1280 213v854l-299 -299h-213v-256h213zM1605 1093q91 -91 139 -208t48 -245t-48 -245t-139 -208l-91 91q72 72 111 165.5t39 196.5t-39 196.5t-111 165.5zM2048 640q0 -180 -68 -343t-194 -291l-91 91q109 109 167 249t58 294t-58 294t-167 249l91 91q126 -128 194 -291t68 -343zM614 1920h-486v-1536h384v-128h-512v1792h614q108 0 197.5 -42t148.5 -135q58 93 148 135t198 42h614v-685q-26 35 -61.5 67t-66.5 63v427h-486q-88 0 -155.5 -37t-104.5 -119q-3 -6 -6.5 -16t-7 -21t-6 -21.5t-2.5 -17.5v-470l-128 -128v598q0 7 -2.5 17.5t-6 21.5t-7 21t-6.5 16q-37 82 -104.5 119t-155.5 37z\"\r\n },\r\n {\r\n Name: \"ScreenPreviewOn\",\r\n Code: \"F11E\",\r\n Path: \"M1920 1664v-1280h-1920v1280h1920zM1796 1540h-1672v-1032h1672v1032zM1280 1024l-512 -384v768zM880 864l213 160l-213 160v-320z\"\r\n },\r\n {\r\n Name: \"CaretBottomLeftSolid8\",\r\n Code: \"F121\",\r\n Path: \"M1984 0h-1984v1984z\"\r\n },\r\n {\r\n Name: \"CaretBottomRightSolid8\",\r\n Code: \"F122\",\r\n Path: \"M2048 1984v-1984h-1984z\"\r\n },\r\n {\r\n Name: \"FolderHorizontal\",\r\n Code: \"F12B\",\r\n Path: \"M608 1792q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1280h-2048v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM128 1664v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480zM1920 1536h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h1792v1152z\"\r\n },\r\n {\r\n Name: \"MicrosoftStaffhubLogo\",\r\n Code: \"F130\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM947 393q88 0 173.5 18t152.5 60.5t108 112.5t41 173q0 76 -26.5 133t-70.5 100t-101.5 76t-118.5 63l-37 18.5t-42.5 22.5t-41 25t-31.5 26q-20 20 -28.5 43t-8.5 52q0 35 16 58.5t40.5 38t55 20.5t59.5 6q37 0 70.5 -4.5t65 -13.5t62 -22.5t62.5 -31.5q4 -2 7 -2q14 0 14 14v220q0 9 -9 13q-29 13 -65.5 21t-75.5 13t-77 7t-69 2q-85 0 -165 -21t-142.5 -65.5t-100.5 -113t-38 -163.5q0 -70 21.5 -122.5t57.5 -93t81.5 -71t92.5 -55.5t92.5 -47.5t81.5 -47.5t57.5 -54t21.5 -68q0 -36 -16.5 -60t-42.5 -38.5t-57.5 -20t-61.5 -5.5q-46 0 -85 7t-74 21t-69.5 33.5t-71.5 45.5q-4 2 -8 2q-5 0 -9.5 -3.5t-4.5 -9.5v-236q0 -8 7 -12q33 -18 71 -30.5t78.5 -20t81 -10.5t77.5 -3z\"\r\n },\r\n {\r\n Name: \"GiftboxOpen\",\r\n Code: \"F133\",\r\n Path: \"M192 1568q-23 54 -64.5 95.5t-95.5 64.5q54 23 95.5 64.5t64.5 95.5q23 -54 64.5 -95.5t95.5 -64.5q-54 -23 -95.5 -64.5t-64.5 -95.5zM1856 1504q23 -54 64.5 -95.5t95.5 -64.5q-54 -23 -95.5 -64.5t-64.5 -95.5q-23 54 -64.5 95.5t-95.5 64.5q54 23 95.5 64.5t64.5 95.5zM1472 1408q-47 109 -129 191t-191 129q109 47 191 129t129 191q47 -109 129 -191t191 -129q-109 -47 -191 -129t-129 -191zM1472 1854q-56 -71 -126 -126q70 -56 126 -126q55 70 126 126q-71 55 -126 126zM747 1263q-47 0 -88.5 19.5t-72.5 52.5t-48.5 76t-17.5 89q0 59 24.5 110.5t65.5 90t94.5 61t111.5 22.5q84 0 149.5 -35.5t110.5 -93.5t68.5 -132t23.5 -151q0 -105 -34 -196.5t-93.5 -166.5t-140.5 -132.5t-174 -96.5q-9 -4 -23 -4q-23 0 -39 16.5t-16 39.5q0 36 34 52q76 36 140.5 77.5t113 95t79 122t39.5 157.5q1 10 1.5 19.5t0.5 19.5q0 52 -15 105t-45 96t-75 69.5t-105 26.5q-34 0 -67 -13.5t-59 -36.5t-42 -54.5t-16 -67.5q0 -23 9 -45.5t24.5 -40t37 -28.5t45.5 -11t38 7.5t23 19.5t14.5 25t12 25t17 19.5t28.5 7.5q23 0 40 -17t17 -40q0 -5 -2 -13q-8 -32 -26.5 -59t-43.5 -46.5t-55.5 -30t-63.5 -10.5zM1627 1152l274 -275l-90 -90l-147 146v-933h-1408v933l-147 -146l-90 90l274 275h555q-35 -41 -77.5 -72.5t-90.5 -55.5h-296v-896h1152v896h-331q17 31 31 63t25 65h366z\"\r\n },\r\n {\r\n Name: \"StatusCircleOuter\",\r\n Code: \"F136\",\r\n Path: \"M960 1920q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5z\"\r\n },\r\n {\r\n Name: \"StatusCircleInner\",\r\n Code: \"F137\",\r\n Path: \"M960 1792q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30t-221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30z\"\r\n },\r\n {\r\n Name: \"StatusCircleRing\",\r\n Code: \"F138\",\r\n Path: \"M960 1792q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5zM960 256q97 0 187 25t168 71t142.5 110.5t110.5 142.5t71 168t25 187t-25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25t-187 -25t-168 -71t-142.5 -110.5t-110.5 -142.5t-71 -168t-25 -187t25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25z\"\r\n },\r\n {\r\n Name: \"StatusTriangleOuter\",\r\n Code: \"F139\",\r\n Path: \"M1920 0h-1920l960 1920z\"\r\n },\r\n {\r\n Name: \"StatusTriangleInner\",\r\n Code: \"F13A\",\r\n Path: \"M1664 128h-1408l704 1408z\"\r\n },\r\n {\r\n Name: \"StatusTriangleExclamation\",\r\n Code: \"F13B\",\r\n Path: \"M1024 256h-128v128h128v-128zM1024 512h-128v640h128v-640z\"\r\n },\r\n {\r\n Name: \"StatusCircleExclamation\",\r\n Code: \"F13C\",\r\n Path: \"M896 640h128v-128h-128v128zM1024 1408v-640h-128v640h128z\"\r\n },\r\n {\r\n Name: \"StatusCircleErrorX\",\r\n Code: \"F13D\",\r\n Path: \"M1050 960l371 -371l-90 -90l-371 371l-371 -371l-90 90l371 371l-371 371l90 90l371 -371l371 371l90 -90z\"\r\n },\r\n {\r\n Name: \"StatusCircleCheckmark\",\r\n Code: \"F13E\",\r\n Path: \"M1453 1107l-621 -621l-365 365l90 90l275 -275l531 531z\"\r\n },\r\n {\r\n Name: \"StatusCircleInfo\",\r\n Code: \"F13F\",\r\n Path: \"M896 1152h128v-640h-128v640zM1024 1408v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"StatusCircleBlock\",\r\n Code: \"F140\",\r\n Path: \"M960 1792q115 0 221.5 -29.5t199 -84t168 -130t130 -168t84 -199t29.5 -221.5t-29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5t29.5 221.5t84 199t130 168t168 130t199 84t221.5 29.5zM960 256q124 0 239.5 41.5t210.5 121.5l-991 991q-80 -95 -121.5 -210.5t-41.5 -239.5q0 -97 25 -187t71 -168t110.5 -142.5t142.5 -110.5t168 -71t187 -25zM1501 510q80 95 121.5 210.5t41.5 239.5q0 97 -25 187t-71 168t-110.5 142.5t-142.5 110.5t-168 71t-187 25q-124 0 -239.5 -41.5t-210.5 -121.5z\"\r\n },\r\n {\r\n Name: \"StatusCircleBlock2\",\r\n Code: \"F141\",\r\n Path: \"M1408 1024v-128h-896v128h896z\"\r\n },\r\n {\r\n Name: \"StatusCircleQuestionMark\",\r\n Code: \"F142\",\r\n Path: \"M896 512h128v-128h-128v128zM960 1472q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -60 -19 -104.5t-47.5 -80.5t-61.5 -65.5t-61.5 -59t-47.5 -63t-19 -75.5v-64h-128v64q0 60 19 104.5t47.5 80.5t61.5 65.5t61.5 59t47.5 62.5t19 76q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75h-128q0 66 25 124t68.5 101.5t102 69t124.5 25.5z\"\r\n },\r\n {\r\n Name: \"StatusCircleSync\",\r\n Code: \"F143\",\r\n Path: \"M1408 1408v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM960 640q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"Toll\",\r\n Code: \"F160\",\r\n Path: \"M768 128h128v-128h-896v2048h1024v-384h-256v-920l1085 542l185 -371l-1270 -635v-152zM768 424l256 128v176l-256 -128v-176zM1152 616l256 128v176l-256 -128v-176zM1795 1114l-259 -130v-176l330 165zM640 768v640h-256v-640h256zM128 1792h768v128h-768v-128zM640 128v512h-384v896h384v128h-512v-1536h512z\"\r\n },\r\n {\r\n Name: \"ExploreContentSingle\",\r\n Code: \"F164\",\r\n Path: \"M1792 1792v-1664h-1664v1664h1664zM1664 1664h-1408v-1408h1408v1408zM896 896h-384v128h384v384h128v-384h384v-128h-384v-384h-128v384z\"\r\n },\r\n {\r\n Name: \"CollapseContent\",\r\n Code: \"F165\",\r\n Path: \"M2048 2048v-1792h-128v1664h-1664v128h1792zM128 1792h1664v-1664h-1664v1664zM256 256h1408v1408h-1408v-1408zM512 1024h896v-128h-896v128z\"\r\n },\r\n {\r\n Name: \"CollapseContentSingle\",\r\n Code: \"F166\",\r\n Path: \"M1792 1792v-1664h-1664v1664h1664zM1664 1664h-1408v-1408h1408v1408zM1408 896h-896v128h896v-128z\"\r\n },\r\n {\r\n Name: \"InfoSolid\",\r\n Code: \"F167\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1024 1280h-128v-640h128v640zM1024 1536h-128v-128h128v128z\"\r\n },\r\n {\r\n Name: \"GroupList\",\r\n Code: \"F168\",\r\n Path: \"M640 1408h1408v-128h-1408v128zM2048 1792v-128h-1408v128h1408zM384 1920v-128h-128v-512h128v-128h-256v768h256zM640 512h1408v-128h-1408v128zM640 896h1408v-128h-1408v128zM384 1024v-128h-128v-512h128v-128h-256v768h256z\"\r\n },\r\n {\r\n Name: \"ProgressRingDots\",\r\n Code: \"F16A\",\r\n Path: \"M1024 1952q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5t-62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5zM337 1567q0 30 11 56t30.5 45.5t46 31t56.5 11.5t56 -11.5t45.5 -31t31 -45.5t11.5 -56t-11.5 -56.5t-31 -46t-45.5 -30.5t-56 -11t-56.5 11t-46 30.5t-30.5 46t-11 56.5zM256 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM369 481q0 23 9 43.5t24 35.5t35.5 24t43.5 9t43.5 -9t35.5 -24t24 -35.5t9 -43.5t-9 -43.5t-24 -35.5t-35.5 -24t-43.5 -9t-43.5 9t-35.5 24t-24 35.5t-9 43.5zM1024 352q40 0 68 -28t28 -68t-28 -68t-68 -28t-68 28t-28 68t28 68t68 28zM1487 481q0 34 23 57t57 23t57 -23t23 -57t-23 -57t-57 -23t-57 23t-23 57zM1792 1088q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1567 1743q36 0 68 -14t56 -38t38 -56t14 -68t-14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14z\"\r\n },\r\n {\r\n Name: \"CheckboxIndeterminateCombo\",\r\n Code: \"F16E\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM1536 512h-1024v1024h1024v-1024z\"\r\n },\r\n {\r\n Name: \"CaloriesAdd\",\r\n Code: \"F172\",\r\n Path: \"M384 768q0 -88 23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23q66 0 131 13.5t125 40.5v-137q-123 -45 -256 -45q-106 0 -204 27.5t-183.5 77.5t-155.5 120t-120 155.5t-77.5 183.5t-27.5 204q0 84 18 165t52 155t84 140.5t113 121.5q6 -37 18.5 -78t29 -81t38 -77t45.5 -65q22 -25 52 -25q27 0 45.5 19t18.5 46q0 11 -3.5 20t-9.5 18q-56 82 -86.5 163t-30.5 182q0 119 45.5 224t123.5 183t183 123.5t224 45.5h64v-64q0 -177 66 -330t190 -278t190 -278t66 -330h-128q0 152 -56 281t-162 236q-130 132 -204 288.5t-88 342.5q-83 -11 -153.5 -50.5t-122.5 -99t-81 -135t-29 -159.5q0 -79 23.5 -141t67.5 -126q19 -28 29.5 -54.5t10.5 -61.5q0 -40 -15.5 -75t-41.5 -61.5t-61 -41.5t-75 -15q-46 0 -81 17.5t-62.5 46t-48.5 64.5t-39 72q-45 -75 -68 -158t-23 -170zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"BranchFork\",\r\n Code: \"F173\",\r\n Path: \"M1946 576l-365 -365l-90 90l210 211h-1701v128h384v896h933l-210 211l90 90l365 -365l-365 -365l-90 90l210 211h-805v-768h1189l-210 211l90 90z\"\r\n },\r\n {\r\n Name: \"MuteChat\",\r\n Code: \"F17A\",\r\n Path: \"M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1920v-1089q-28 33 -59.5 62t-68.5 52v847h-1792v-1152h256v-267l267 267h392q-22 -63 -29 -128h-310l-448 -448v448h-256v1408h2048z\"\r\n },\r\n {\r\n Name: \"AddHome\",\r\n Code: \"F17B\",\r\n Path: \"M768 384v640h512v-768h-128v640h-256v-640h-640v805l-83 -82l-90 90l941 942l941 -942l-90 -90l-83 82v-293h-128v421l-640 640l-640 -640v-805h384zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"AddWork\",\r\n Code: \"F17C\",\r\n Path: \"M2048 1664v-1024h-128v569l-640 -321v-120h-512v120l-640 321v-697h1152v-128h-1280v1280h640v128q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h640zM768 1664h512v128h-512v-128zM1152 1024h-256v-128h256v128zM1920 1351v185h-1792v-185l640 -319v120h512v-120zM1792 512h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"ScreenTime\",\r\n Code: \"F182\",\r\n Path: \"M1920 1024q63 -83 95.5 -181.5t32.5 -202.5q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1664q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-768zM781 768q22 112 80 206t142 162t187.5 106t217.5 38q104 0 202.5 -32.5t181.5 -95.5v640h-1664v-1024h653zM1408 128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1408 640h256v-128h-384v512h128v-384z\"\r\n },\r\n {\r\n Name: \"MobileReport\",\r\n Code: \"F18A\",\r\n Path: \"M1920 1664v-256h-384v256h384zM0 1024h384v-640h-384v640zM512 1664h384v-1280h-384v1280zM1792 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640zM1792 1152h-640v-1024h640v1024zM1280 384h384v-128h-384v128zM1408 1408h-384v640h384v-640z\"\r\n },\r\n {\r\n Name: \"ScaleVolume\",\r\n Code: \"F18C\",\r\n Path: \"M512 1920h-293l338 -339l-90 -90l-339 338v-293h-128v512h512v-128zM1536 2048h512v-512h-128v293l-339 -338l-90 90l338 339h-293v128zM467 557l90 -90l-338 -339h293v-128h-512v512h128v-293zM1920 219v293h128v-512h-512v128h293l-338 339l90 90zM640 640v768h768v-768h-768zM768 1280v-512h512v512h-512z\"\r\n },\r\n {\r\n Name: \"HardDriveGroup\",\r\n Code: \"F18F\",\r\n Path: \"M1664 512h-128v128h128v-128zM1408 512h-128v128h128v-128zM1664 1024h-128v128h128v-128zM1408 1024h-128v128h128v-128zM1728 1920q40 0 75 -15t61 -41t41 -61t15 -75v-1472h-1792v1472q0 40 15 75t41 61t61 41t75 15h1408zM1792 768h-1536v-384h1536v384zM1792 1280h-1536v-384h1536v384zM1792 1408v320q0 26 -19 45t-45 19h-1408q-26 0 -45 -19t-19 -45v-320h1536zM1536 1664h128v-128h-128v128zM1280 1664h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"FastMode\",\r\n Code: \"F19A\",\r\n Path: \"M1428 1663q53 4 110 -6.5t111.5 -33t104 -56t86.5 -77t58.5 -95.5t21.5 -111q0 -63 -26.5 -111.5t-70 -81.5t-98.5 -49.5t-113 -16.5q-43 0 -81 7q2 -18 3.5 -36t1.5 -36q0 -51 -8.5 -97.5t-22.5 -94.5h-1090q-12 49 -21.5 95t-9.5 97q0 16 1 32t3 32q-54 0 -101 19.5t-82.5 54t-56 81.5t-20.5 101q0 53 20 99.5t55 81.5t81.5 55t99.5 20q69 0 126.5 -33.5t93.5 -92.5q85 69 176.5 97.5t199.5 28.5q-42 51 -63 111.5t-21 125.5q0 42 11 78t29 69t40.5 64t45.5 63zM256 1280q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q20 0 38 6q31 85 85 154q-11 41 -45.5 68.5t-77.5 27.5q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1403 896q3 16 4 32t1 32q0 30 -5 59t-13 58q-42 21 -80.5 50t-69.5 65t-53 78.5t-29 89.5q-46 23 -96 35.5t-102 12.5q-91 0 -172 -36t-142.5 -97.5t-97.5 -142.5t-36 -172q0 -16 1.5 -32t3.5 -32h240q11 38 11 75q0 57 -24 108.5t-68 88.5l82 98q66 -55 101.5 -130.5t35.5 -162.5q0 -20 -1.5 -39t-5.5 -38h515zM1613 1153q30 0 62 7t58 23t42.5 41t16.5 61q0 55 -33 101t-82.5 79.5t-107 52t-106.5 18.5q-20 0 -39 -3t-39 -6l-342 323q-9 -21 -14 -37.5t-5 -39.5q0 -38 11 -73t31 -65t48 -53.5t63 -38.5q32 -14 67.5 -18t69.5 -9q-9 -25 -20 -52.5t-11 -54.5q0 -59 32 -106t81 -80.5t107 -51.5t110 -18z\"\r\n },\r\n {\r\n Name: \"Ribbon2\",\r\n Code: \"F19B\",\r\n Path: \"M1024 1024q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1024 1408q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1474 768l138 -554l-505 -169l-83 331l-83 -331l-505 169l138 554h-62v293l-219 219l219 219v293h293l219 219l219 -219h293v-293l219 -219l-219 -219v-293h-62zM640 1115v-219h219l165 -165l165 165h219v219l165 165l-165 165v219h-219l-165 165l-165 -165h-219v-219l-165 -165zM953 620l-148 148h-99l-118 -470l263 -87zM1342 768h-99l-148 -148l102 -409l263 87z\"\r\n },\r\n {\r\n Name: \"ToggleLeft\",\r\n Code: \"F19E\",\r\n Path: \"M2048 1024q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40h-1024q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40h1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1536 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-1024q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1024zM512 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"ToggleRight\",\r\n Code: \"F19F\",\r\n Path: \"M1898 1386q73 -73 111.5 -166t38.5 -196t-38.5 -196t-111.5 -166t-166 -111.5t-196 -38.5h-1024q-103 0 -196 38.5t-166 111.5t-111.5 166t-38.5 196t38.5 196t111.5 166t166 111.5t196 38.5h1024q103 0 196 -38.5t166 -111.5zM1536 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30h-1024q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h1024zM1536 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"FullView\",\r\n Code: \"F1A2\",\r\n Path: \"M1664 384v384h128v-512h-512v128h384zM1280 1792h512v-512h-128v384h-384v128zM256 1280v512h512v-128h-384v-384h-128zM384 768v-384h384v-128h-512v512h128z\"\r\n },\r\n {\r\n Name: \"FocusView\",\r\n Code: \"F1A3\",\r\n Path: \"M640 1408v384h128v-512h-512v128h384zM256 640v128h512v-512h-128v384h-384zM1280 256v512h512v-128h-384v-384h-128zM1408 1408h384v-128h-512v512h128v-384z\"\r\n },\r\n {\r\n Name: \"CircleShape\",\r\n Code: \"F1A5\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32z\"\r\n },\r\n {\r\n Name: \"SquareShape\",\r\n Code: \"F1A6\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z\"\r\n },\r\n {\r\n Name: \"TriangleShape\",\r\n Code: \"F1A7\",\r\n Path: \"M1920 128h-1920l960 1920zM207 256h1506l-753 1506z\"\r\n },\r\n {\r\n Name: \"DropShape\",\r\n Code: \"F1A8\",\r\n Path: \"M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166zM1024 128q106 0 199.5 40t163 109.5t109.5 163t40 199.5q0 48 -11 95t-33 90l-468 937l-468 -937q-22 -43 -33 -90t-11 -95q0 -106 40 -199.5t109.5 -163t163 -109.5t199.5 -40z\"\r\n },\r\n {\r\n Name: \"RectangleShape\",\r\n Code: \"F1A9\",\r\n Path: \"M2048 1664v-1280h-2048v1280h2048zM1920 1536h-1792v-1024h1792v1024z\"\r\n },\r\n {\r\n Name: \"CubeShape\",\r\n Code: \"F1AA\",\r\n Path: \"M1792 1479v-1038l-832 -417l-832 417v1038l832 417zM960 1752l-625 -312l625 -312l625 312zM256 520l640 -321v817l-640 321v-817zM1664 520v817l-640 -321v-817z\"\r\n },\r\n {\r\n Name: \"Trophy2\",\r\n Code: \"F1AE\",\r\n Path: \"M1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-192q0 -86 -30.5 -163t-84.5 -137t-127.5 -98.5t-158.5 -47.5q-19 -62 -51.5 -116t-76 -98t-96.5 -77.5t-114 -55.5q35 -34 58.5 -76.5t34.5 -90.5h70q40 0 75 -15t61 -41t41 -61t15 -75v-192h-1152v192q0 40 15 75t41 61t61 41t75 15h70q11 48 34.5 90.5t58.5 76.5q-61 22 -114 55.5t-96.5 77.5t-76 98t-51.5 116q-86 9 -159 47.5t-127 98.5t-84.5 137t-30.5 163v192q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v128h1152v-128h256zM512 1792v-128h896v128h-896zM128 1472q0 -57 19 -109t53 -93.5t81 -70.5t103 -41v506h-256v-192zM1408 320q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-64h896v64zM1141 512q-10 29 -28 52.5t-42 40.5t-52.5 26t-58.5 9t-58.5 -9t-52.5 -26t-42 -40.5t-28 -52.5h362zM960 768q81 0 161.5 27t144 76.5t103 120.5t39.5 160v384h-896v-384q0 -89 39.5 -160t103 -120.5t144 -76.5t161.5 -27zM1792 1664h-256v-506q56 12 103 41t81 70.5t53 93.5t19 109v192z\"\r\n },\r\n {\r\n Name: \"BucketColor\",\r\n Code: \"F1B6\",\r\n Path: \"M1690 1088l-858 -858l-730 730l666 667v229q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-640h-128v640q0 26 -19 45t-45 19t-45 -19t-19 -45v-283l-549 -549h1098l65 64l-211 211l90 90zM832 410l485 486h-970zM1979 458q20 -35 30 -74t10 -80q0 -61 -22 -116t-61 -97t-92.5 -66.5t-115.5 -24.5t-116 24t-94 64.5t-63.5 95t-23.5 115.5q0 79 40 148l257 450zM1728 128q36 0 66.5 14.5t52 39t33.5 56.5t12 67q0 49 -24 90l-140 244l-146 -256q-23 -40 -23 -84q0 -35 13.5 -66t36.5 -54t53.5 -37t65.5 -14z\"\r\n },\r\n {\r\n Name: \"BucketColorFill\",\r\n Code: \"F1B7\",\r\n Path: \"M192 960h1280l-640 -640zM1923 426q32 -56 32 -122q0 -47 -16.5 -90t-46.5 -76.5t-71 -53.5t-89 -20q-49 0 -92 18.5t-75.5 50t-51 74.5t-18.5 92q0 62 31 116l202 353z\"\r\n },\r\n {\r\n Name: \"Taskboard\",\r\n Code: \"F1C2\",\r\n Path: \"M1920 1920v-1792h-1920v1792h1920zM1792 1792h-768v-1024h768v1024zM128 1792v-384h768v384h-768zM128 256h768v1024h-768v-1024zM1792 256v384h-768v-384h768z\"\r\n },\r\n {\r\n Name: \"SingleColumn\",\r\n Code: \"F1D3\",\r\n Path: \"M0 1792h1920v-1536h-1920v1536zM1792 384v1280h-1664v-1280h1664z\"\r\n },\r\n {\r\n Name: \"DoubleColumn\",\r\n Code: \"F1D4\",\r\n Path: \"M0 256v1536h896v-1536h-896zM128 1664v-1280h640v1280h-640zM1024 1792h896v-1536h-896v1536zM1792 384v1280h-640v-1280h640z\"\r\n },\r\n {\r\n Name: \"TripleColumn\",\r\n Code: \"F1D5\",\r\n Path: \"M128 256v1536h512v-1536h-512zM256 1664v-1280h256v1280h-256zM768 256v1536h512v-1536h-512zM896 1664v-1280h256v1280h-256zM1408 1792h512v-1536h-512v1536zM1792 384v1280h-256v-1280h256z\"\r\n },\r\n {\r\n Name: \"ColumnLeftTwoThirds\",\r\n Code: \"F1D6\",\r\n Path: \"M0 256v1536h1280v-1536h-1280zM128 1664v-1280h1024v1280h-1024zM1408 1792h640v-1536h-640v1536zM1920 384v1280h-384v-1280h384z\"\r\n },\r\n {\r\n Name: \"ColumnRightTwoThirds\",\r\n Code: \"F1D7\",\r\n Path: \"M768 1792h1280v-1536h-1280v1536zM1920 384v1280h-1024v-1280h1024zM0 256v1536h640v-1536h-640zM128 1664v-1280h384v1280h-384z\"\r\n },\r\n {\r\n Name: \"AnalyticsLogo\",\r\n Code: \"F1DE\",\r\n Path: \"M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272q0 26 19 45t45 19t45 -19t19 -45q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32t237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-26 0 -45 19t-19 45t19 45t45 19q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 384q-26 0 -45 19t-19 45t19 45t45 19q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5q-26 0 -45 19t-19 45t19 45t45 19q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50zM960 1216q0 26 19 45t45 19q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10q-26 0 -45 19t-19 45z\"\r\n },\r\n {\r\n Name: \"AnalyticsQuery\",\r\n Code: \"F1DF\",\r\n Path: \"M2048 1024h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32v-128q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 1664q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"NewAnalyticsQuery\",\r\n Code: \"F1E0\",\r\n Path: \"M128 1024q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32v-128q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5zM1664 1024h-128q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 133 50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5zM1024 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1024 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 640v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128z\"\r\n },\r\n {\r\n Name: \"AnalyticsReport\",\r\n Code: \"F1E1\",\r\n Path: \"M128 1024q0 -149 46.5 -285.5t131 -249.5t202.5 -197t260 -126v-132q-169 44 -310 138.5t-243 225.5t-158.5 291t-56.5 335q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5q135 0 260.5 -33.5t236 -95t203 -148.5t161 -193.5t110 -229.5t50.5 -257l-154 154q-38 148 -120.5 272.5t-197.5 213.5t-255.5 139t-293.5 50q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5zM1024 1536q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199q0 -103 38.5 -196t111.5 -166l-91 -91q-91 91 -139 208t-48 245q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23q75 0 147 -17.5t137.5 -50.5t122.5 -80.5t102 -107.5h-174q-70 62 -155.5 95t-179.5 33zM1627 1280l421 -421v-859h-1152v1280h731zM1664 1061v-165h165zM1920 128v640h-384v384h-512v-1024h896zM1792 640v-384h-128v384h128zM1152 256v512h128v-512h-128zM1408 256v256h128v-256h-128z\"\r\n },\r\n {\r\n Name: \"WordLogo\",\r\n Code: \"F1E3\",\r\n Path: \"M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM515 1092l123 -404h140l134 672h-141l-80 -397l-113 384h-119l-120 -386l-80 399h-147l134 -672h140zM1920 256v256h-1280v-256h1280zM1920 640v320h-896v-320h896zM1920 1088v320h-896v-320h896zM1920 1536v256h-1280v-256h1280z\"\r\n },\r\n {\r\n Name: \"ExcelLogo\",\r\n Code: \"F1E5\",\r\n Path: \"M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM512 915l121 -227h183l-203 330l199 324h-175l-112 -205q-2 -3 -3.5 -6.5t-3.5 -7.5q-27 55 -55 109.5t-56 109.5h-186l194 -326l-212 -328h184zM1216 256v256h-576v-256h576zM1216 640v320h-192v-320h192zM1216 1088v320h-192v-320h192zM1216 1536v256h-576v-256h576zM1920 256v256h-576v-256h576zM1920 640v320h-576v-320h576zM1920 1088v320h-576v-320h576zM1920 1536v256h-576v-256h576z\"\r\n },\r\n {\r\n Name: \"OneNoteLogo\",\r\n Code: \"F1E7\",\r\n Path: \"M1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM389 1109l242 -420h152v670h-148v-429l-233 429h-161v-670h148v420zM1920 256v256h-256v-256h256zM1920 640v256h-256v-256h256zM1920 1024v256h-256v-256h256zM1920 1408v384h-1280v-256h299q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-299v-256h896v1152h384z\"\r\n },\r\n {\r\n Name: \"OutlookLogo\",\r\n Code: \"F1E9\",\r\n Path: \"M672 1021q0 -39 -9 -74.5t-28 -63.5t-50 -44.5t-74 -16.5q-42 0 -72 17.5t-49 46t-28 64.5t-9 73q0 38 9 74.5t28.5 65t50.5 46t74 17.5q44 0 74 -18t48.5 -47t26.5 -65.5t8 -74.5zM2048 1024v-800q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v288h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h555v294q0 38 26 64t64 26h1100q38 0 64 -26t26 -64v-38v-670l106 -61h1q9 -6 15 -16t6 -21zM1536 1728v-256h256v256h-256zM1536 1344v-256h256v256h-256zM1536 960v-156l260 156h-260zM1088 1728v-256h320v256h-320zM1088 1344v-256h320v256h-320zM1088 960v-173l206 -128l114 68v233h-320zM768 1728v-192h171q5 0 10.5 -1t10.5 -3v196h-192zM510 684q77 0 137 26.5t101 73t62.5 109.5t21.5 137q0 71 -21 132t-61 106t-98 70.5t-132 25.5q-79 0 -140 -25.5t-103 -72t-63.5 -110.5t-21.5 -140q0 -72 22 -133t63 -105t100 -69t133 -25zM640 256h1057l-673 420v-79q0 -35 -25 -60t-60 -25h-299v-256zM1920 267v618l-504 -302z\"\r\n },\r\n {\r\n Name: \"PowerPointLogo\",\r\n Code: \"F1EB\",\r\n Path: \"M1152 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32q-110 0 -215 26t-199.5 75.5t-176 121t-144.5 161.5h-332q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h332q63 90 144.5 161.5t176 121t199.5 75.5t215 26zM1216 1789v-701h701q-12 140 -70.5 262.5t-152 216t-216.5 152t-262 70.5zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1152 256q100 0 193 24.5t175.5 70t151.5 109t121 142t84 169.5t40 190h-828v828q-148 -12 -279 -77.5t-230 -175.5h359q35 0 60 -25t25 -60v-854q0 -35 -25 -60t-60 -25h-359q55 -61 120.5 -108.5t138.5 -80.5t152 -50t161 -17zM496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96z\"\r\n },\r\n {\r\n Name: \"PublisherLogo\",\r\n Code: \"F1ED\",\r\n Path: \"M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 1711v-1374q0 -33 -24 -57t-57 -24h-175v-41q0 -36 -25.5 -61.5t-61.5 -25.5h-1106q-36 0 -61.5 25.5t-25.5 61.5v297h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v297q0 36 25.5 61.5t61.5 25.5h1106q36 0 61.5 -25.5t25.5 -61.5v-41h175q33 0 57 -24t24 -57zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM1664 256v256h-1024v-256h1024zM1664 640v320h-640v-320h640zM1664 1088v704h-1024v-256h299q35 0 60 -25t25 -60v-363h640zM1920 384v1280h-128v-1280h128z\"\r\n },\r\n {\r\n Name: \"ScheduleEventAction\",\r\n Code: \"F1EF\",\r\n Path: \"M1664 1920h384v-512h-1920v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM2017 1280l-238 -384h269l-672 -896h-264l256 512h-256l387 768h518zM1792 768h-243l238 384h-209l-258 -512h256l-241 -482z\"\r\n },\r\n {\r\n Name: \"FlameSolid\",\r\n Code: \"F1F3\",\r\n Path: \"M1821 733q0 -102 -26 -195.5t-73.5 -175t-114.5 -148.5t-148.5 -114.5t-175 -73.5t-195.5 -26t-195.5 26t-175 73.5t-148.5 114.5t-114.5 148.5t-73.5 175t-26 195.5q0 99 25.5 195.5t78.5 180.5q21 -42 45 -83t55.5 -73.5t71.5 -52.5t93 -20q46 0 86 17.5t70 47.5t47.5 70t17.5 86q0 39 -12 70t-34 63q-26 37 -45.5 72t-32.5 71.5t-19.5 75.5t-6.5 86q0 95 33.5 182t92.5 155.5t140 114t176 57.5q15 -214 100 -392.5t234 -330.5q122 -125 186 -271t64 -321z\"\r\n },\r\n {\r\n Name: \"LocalAdmin\",\r\n Code: \"F1FB\",\r\n Path: \"M1280 1536q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 121 35.5 232t100 204.5t156 165.5t203.5 116q-56 36 -100.5 83.5t-75 103t-47 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM2048 989v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q35 0 75.5 -1t81 1t79 10.5t70.5 27.5q50 29 99 42.5t107 13.5q59 0 108 -14t100 -43q31 -18 69.5 -26.5t79 -10.5t80.5 -1t75 1zM1920 664v197q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5z\"\r\n },\r\n {\r\n Name: \"PowerShell\",\r\n Code: \"F1FD\",\r\n Path: \"M0 1920h2048v-1664h-2048v1664v0zM1920 1792h-1792v-128h1792v128v0zM128 384h1792v1152h-1792v-1152v0zM896 512v128h640v-128h-640v0zM549 1332l521 -372l-521 -372l-74 104l375 268l-375 268l74 104v0z\"\r\n },\r\n {\r\n Name: \"ServerProcesses\",\r\n Code: \"F1FE\",\r\n Path: \"M2038 560l-124 -51q12 -62 0 -122l124 -51l-49 -119l-124 52q-17 -25 -38.5 -47t-47.5 -39l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-12 61 0 122l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q62 12 122 0l51 124l119 -49l-52 -124q25 -17 47 -38.5t39 -47.5l124 52zM1673 271q37 15 63.5 42.5t40.5 61.5t14.5 72t-14.5 74q-14 36 -41 63t-63 41q-35 15 -73 15q-39 0 -73 -15q-36 -14 -63 -41t-41 -63q-31 -73 0 -146q14 -36 41 -63t63 -41q73 -31 146 0zM2048 1920v-896h-128v384h-1792v-1024h896v-128h-1024v1664h2048zM1920 1536v256h-1792v-256h1792zM896 640v140q-31 11 -60 34l-121 -69l-64 110l120 70q-3 16 -3 35q0 18 3 35l-120 70l64 110l121 -69q29 23 60 34v140h128v-140q17 -6 31.5 -14.5t28.5 -19.5l121 69l64 -110l-120 -70q3 -17 3 -35q0 -19 -3 -35l120 -70l-64 -110l-121 69q-14 -11 -28.5 -19.5t-31.5 -14.5v-140h-128zM864 960q0 -40 28 -68t68 -28t68 28t28 68t-28 68t-68 28t-68 -28t-28 -68z\"\r\n },\r\n {\r\n Name: \"RegistryEditor\",\r\n Code: \"F1FF\",\r\n Path: \"M1152 1152h384h128v-128v-384v-128v-384v-128h-128h-384h-128h-384h-128h-384h-128v128v384v128v384v128v384v128h128h384h128h384h128v-128v-384zM640 1536v-384h384v384h-384zM1024 640v384h-384v-384h384zM128 1536v-384h384v384h-384zM128 1024v-384h384v384h-384zM512 128v384h-384v-384h384zM1024 128v384h-384v-384h384zM1536 128v384h-384v-384h384zM1152 640h384v384h-384v-384zM1984 1600l-384 -384l-384 384l384 384zM1600 1839l-239 -239l239 -239l239 239z\"\r\n },\r\n {\r\n Name: \"Server\",\r\n Code: \"F201\",\r\n Path: \"M1280 1664h-640v128h640v-128zM1280 640h-640v128h640v-128zM1280 384h-640v128h640v-128zM1408 2048q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1792h-1152v1792q0 27 10 50t27.5 40.5t40.5 27.5t50 10h896zM1408 1920h-896v-1664h896v1664z\"\r\n },\r\n {\r\n Name: \"SaveAll\",\r\n Code: \"F203\",\r\n Path: \"M1920 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1115l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024zM1152 1152v-384h512v384h-512zM1664 128v256h-512v-256h128v128h128v-128h256zM1920 1152h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128v1024zM256 1408v512h-128v-933l91 -91h37v384h384v-128h-256v-256h128v128h128v-256h-475l-165 165v987q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-128v-512h-768zM384 1536h512v384h-512v-384z\"\r\n },\r\n {\r\n Name: \"CostControl\",\r\n Code: \"F207\",\r\n Path: \"M1536 2048h512v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128zM1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l459 459q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82q-129 -129 -256 -256.5t-256 -256.5q-19 -19 -19 -45t19 -45t45 -19t45 19q129 129 256.5 256t256.5 256q41 -19 82 -19z\"\r\n },\r\n {\r\n Name: \"CostContralLedgerAdmin\",\r\n Code: \"F208\",\r\n Path: \"M1536 2048h512v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128v0zM2048 896v-384h-1024v384h1024v0zM1920 640v128h-768v-128h768v0zM1792 384v-384h-768v384h768v0zM1664 128v128h-512v-128h512v0z\"\r\n },\r\n {\r\n Name: \"LinkedInLogo\",\r\n Code: \"F20A\",\r\n Path: \"M1896 2048q31 0 58.5 -11.5t48.5 -31.5t33 -47t12 -58v-1752q0 -31 -12 -58t-33 -47t-48.5 -31.5t-58.5 -11.5h-1745q-31 0 -58.5 11.5t-48 31.5t-32.5 47t-12 58v1752q0 31 12 58t32.5 47t48 31.5t58.5 11.5h1745zM607 320v960h-304v-960h304zM455 1414q36 0 68.5 13.5t56.5 37.5t38 56t14 69t-14 69t-38 56t-56.5 37.5t-68.5 13.5t-68 -14t-56 -38t-38 -56t-14 -68t14 -68t38 -56t56 -38t68 -14zM1745 320v519q0 99 -14 184t-53.5 147.5t-110.5 98t-186 35.5q-43 0 -85.5 -10t-80.5 -30t-69.5 -49t-52.5 -68h-4v133h-291v-960h303v466q0 48 6.5 93.5t26 80.5t55 56t94.5 21q58 0 90 -24t47 -61.5t18 -83.5t3 -90v-458h304z\"\r\n },\r\n {\r\n Name: \"Decimals\",\r\n Code: \"F218\",\r\n Path: \"M465 1783q90 0 155 -32t110 -85.5t72.5 -124t42.5 -147t20 -154t5 -146.5q0 -71 -7 -150.5t-25 -157t-48.5 -149t-79 -125.5t-116 -86.5t-158.5 -32.5q-86 0 -150 31t-109.5 82.5t-75 119.5t-46 142.5t-23 149.5t-6.5 142q0 73 6 155t23 162.5t47.5 154t79.5 129.5t118.5 89t164.5 33zM449 498q67 0 115.5 29.5t81.5 78t53 110.5t30.5 127t13.5 126.5t3 110.5q0 48 -2.5 110.5t-12 129t-28 131t-50.5 115t-80 81.5t-116 31q-71 0 -121 -31t-84 -81.5t-54.5 -115.5t-31 -132.5t-13.5 -132t-3 -115.5q0 -50 3 -111.5t13.5 -125t30 -124t53 -107.5t82 -75.5t117.5 -28.5zM1023 614q44 0 73.5 -29.5t29.5 -73.5q0 -21 -8 -39.5t-22.5 -32t-33 -21.5t-39.5 -8q-44 0 -72.5 28.5t-28.5 72.5t28 73.5t73 29.5zM1617 1783q90 0 155 -32t110 -85.5t72.5 -124t42.5 -147t20 -154t5 -146.5q0 -71 -7 -150.5t-25 -157t-48.5 -149t-79 -125.5t-116 -86.5t-158.5 -32.5q-86 0 -150 31t-109.5 82.5t-75 119.5t-46 142.5t-23 149.5t-6.5 142q0 73 6 155t23 162.5t47.5 154t79.5 129.5t118.5 89t164.5 33zM1601 498q67 0 115.5 29.5t81.5 78t53 110.5t30.5 127t13.5 126.5t3 110.5q0 48 -2.5 110.5t-12 129t-28 131t-50.5 115t-80 81.5t-116 31q-71 0 -121 -31t-84 -81.5t-54.5 -115.5t-31 -132.5t-13.5 -132t-3 -115.5q0 -50 3 -111.5t13.5 -125t30 -124t53 -107.5t82 -75.5t117.5 -28.5z\"\r\n },\r\n {\r\n Name: \"FilterAscending\",\r\n Code: \"F21A\",\r\n Path: \"M1411 701l317 317l317 -317l-90 -90l-163 163v-646h-128v646l-163 -163zM0 1920h2048v-219l-768 -768v-805h-512v805l-768 768v219zM1920 1755v37h-1792v-37l768 -768v-731h256v731z\"\r\n },\r\n {\r\n Name: \"FilterDescending\",\r\n Code: \"F21B\",\r\n Path: \"M1795 381l163 163l90 -90l-315 -317l-325 325l90 90l169 -170v642h127zM1152 256v731l768 768v37h-1792v-37l768 -768v-731h256zM2048 1701l-768 -768v-805h-512v805l-768 768v219h2048v-219z\"\r\n },\r\n {\r\n Name: \"SidePanelMirrored\",\r\n Code: \"F221\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1408h-384v-896h384v896zM128 512h1280v896h-1280v-896zM1920 1536v128h-1792v-128h1792z\"\r\n },\r\n {\r\n Name: \"ProtectRestrict\",\r\n Code: \"F22A\",\r\n Path: \"M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 512h384v-128h-384v128zM1056 128q25 -36 54 -68.5t63 -59.5h-917v1152h256v374q0 108 39 203t108 166t162.5 112t202.5 41t202.5 -41t162.5 -112t108 -166t39 -203v-374h256v-128h-1408v-896h672zM640 1152h768v374q0 81 -29 152.5t-80.5 125.5t-122 85t-152.5 31t-152.5 -31t-122 -85t-80.5 -125.5t-29 -152.5v-374z\"\r\n },\r\n {\r\n Name: \"Blog\",\r\n Code: \"F22B\",\r\n Path: \"M2048 2048v-1536h-1317l-475 -475v475h-256v1536h2048zM128 1920v-256h1792v256h-1792zM1920 640v896h-1792v-896h256v-293l293 293h1243zM1280 1408h512v-640h-512v640zM1408 896h256v384h-256v-384zM256 1280h896v-128h-896v128zM256 1024h896v-128h-896v128z\"\r\n },\r\n {\r\n Name: \"IOT\",\r\n Code: \"F22C\",\r\n Path: \"M1792 1152q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-50 0 -94 18t-78.5 49.5t-56.5 74t-26 92.5l-150 25q-24 -69 -71.5 -124.5t-111.5 -89.5l58 -174q5 1 9 1h9q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 66 31.5 123t85.5 92l-58 174q-14 -2 -29 -3.5t-30 -1.5q-92 0 -173.5 41.5t-136.5 115.5l-208 -103q6 -27 6 -54q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20q56 0 106 -23t87 -65l208 104q-17 56 -17 112q0 71 25 137t73 119l-121 151q-51 -23 -105 -23q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -85 -51 -153l120 -151q43 23 90.5 35.5t96.5 12.5q83 0 157 -33l164 246q-31 35 -48 79t-17 92q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20q-42 0 -84 14l-165 -247q58 -54 89.5 -126.5t31.5 -151.5l150 -25q15 34 39.5 62.5t55 48t66 30.5t73.5 11zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM256 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1408 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM384 1664q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1792 768q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"UnknownMirrored\",\r\n Code: \"F22E\",\r\n Path: \"M960 2044q132 0 254 -34t228.5 -96.5t193.5 -149.5t149.5 -193.5t96.5 -228.5t34 -254t-34 -254t-96.5 -228.5t-149.5 -193.5t-193.5 -149.5t-228.5 -96.5t-254 -34t-254 34t-228.5 96.5t-193.5 149.5t-149.5 193.5t-96.5 228.5t-34 254t34 254t96.5 228.5t149.5 193.5t193.5 149.5t228.5 96.5t254 34zM960 252q115 0 222 30t200 84.5t169 130.5t130.5 169t84.5 200t30 222t-30 222t-84.5 200t-130.5 169t-169 130.5t-200 84.5t-222 30t-222 -30t-200 -84.5t-169 -130.5t-130.5 -169t-84.5 -200t-30 -222t30 -222t84.5 -200t130.5 -169t169 -130.5t200 -84.5t222 -30zM896 640h128v-128h-128v128zM960 1600q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124h-128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -42 19 -75.5t47.5 -63t61.5 -59t61.5 -65.5t47.5 -80.5t19 -104.5v-64h-128v64q0 42 -19 75.5t-47.5 63t-61.5 59t-61.5 65.5t-47.5 80.5t-19 104.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5z\"\r\n },\r\n {\r\n Name: \"PublicContactCardMirrored\",\r\n Code: \"F230\",\r\n Path: \"M256 1152h640v128h-640v-128zM896 896h-384v-128h384v128zM1222 976q-46 -26 -82.5 -62t-62 -79.5t-39.5 -93t-14 -101.5h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h128q0 52 -14 101.5t-39.5 93t-62 79.5t-82.5 62q33 35 51.5 81t18.5 95q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -49 18.5 -95t51.5 -81zM1536 1152q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM319 637l-317 -317l317 -317l91 90l-163 163h658l-163 -163l91 -90l317 317l-317 317l-91 -90l163 -163h-658l163 163zM0 1792v-1216l128 128v960h1792v-1280h-640v-128h768v1536h-2048z\"\r\n },\r\n {\r\n Name: \"GridViewSmall\",\r\n Code: \"F232\",\r\n Path: \"M1792 1920v-1664h-1664v1664h1664zM1664 1792h-384v-384h384v384zM1152 896v384h-384v-384h384zM768 768v-384h384v384h-384zM640 1280h-384v-384h384v384zM1152 1408v384h-384v-384h384zM1280 896h384v384h-384v-384zM256 1792v-384h384v384h-384zM256 384h384v384h-384v-384zM1664 384v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"GridViewMedium\",\r\n Code: \"F233\",\r\n Path: \"M1792 1920v-1664h-1664v1664h1664zM1664 1792h-640v-640h640v640zM256 1792v-640h640v640h-640zM256 384h640v640h-640v-640zM1664 384v640h-640v-640h640z\"\r\n },\r\n {\r\n Name: \"GridViewLarge\",\r\n Code: \"F234\",\r\n Path: \"M1792 1920v-1664h-1664v1664h1664zM1664 1792h-1408v-1408h1408v1408z\"\r\n },\r\n {\r\n Name: \"Title\",\r\n Code: \"F23B\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM397 898h-114l235 628h117l234 -628h-115l-56 160h-247zM573 1433q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM1792 640h-1536v128h1536v-128zM1792 896h-768v128h768v-128z\"\r\n },\r\n {\r\n Name: \"TitleMirrored\",\r\n Code: \"F23C\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1294 898h-115l234 628h117l235 -628h-114l-54 160h-247zM1473 1433q-2 -10 -3.5 -20.5t-4.5 -19.5l-88 -250h193l-87 250q-3 10 -5 20t-5 20zM1792 640h-1536v128h1536v-128zM1024 896h-768v128h768v-128z\"\r\n },\r\n {\r\n Name: \"Step\",\r\n Code: \"F241\",\r\n Path: \"M1920 1792v-1408h-1792v640h512v384h512v384h768zM1792 1664h-512v-384h-512v-384h-512v-384h1536v1152z\"\r\n },\r\n {\r\n Name: \"StepInsert\",\r\n Code: \"F242\",\r\n Path: \"M1920 1792v-1408h-1792v640h512v384h512v384h768zM1792 1664h-512v-384h-512v-384h-512v-384h1536v1152zM518 1664h-518v128h518l-163 163l90 90l317 -317l-317 -317l-90 90z\"\r\n },\r\n {\r\n Name: \"StepShared\",\r\n Code: \"F243\",\r\n Path: \"M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896z\"\r\n },\r\n {\r\n Name: \"StepSharedAdd\",\r\n Code: \"F244\",\r\n Path: \"M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896zM256 1664h-256v128h256v256h128v-256h256v-128h-256v-256h-128v256z\"\r\n },\r\n {\r\n Name: \"StepSharedInsert\",\r\n Code: \"F245\",\r\n Path: \"M2048 1280v-1152h-1152v256h-768v640h512v384h512v384h768v-512h128zM896 512v256h512v512h384v384h-512v-384h-512v-384h-512v-384h640zM1920 1152h-384v-512h-512v-384h896v896zM518 1664h-518v128h518l-163 163l90 90l317 -317l-317 -317l-90 90z\"\r\n },\r\n {\r\n Name: \"ViewDashboard\",\r\n Code: \"F246\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1920 1920h-640v-512h640v512zM1280 768h640v512h-640v-512zM128 1920v-1152h1024v1152h-1024zM128 128h640v512h-640v-512zM1920 128v512h-1024v-512h1024z\"\r\n },\r\n {\r\n Name: \"ViewList\",\r\n Code: \"F247\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM128 1408h512v512h-512v-512zM128 768h512v512h-512v-512zM640 640h-512v-512h512v512zM1920 640h-1152v-512h1152v512zM1920 1280h-1152v-512h1152v512zM1920 1408v512h-1152v-512h1152z\"\r\n },\r\n {\r\n Name: \"ViewListGroup\",\r\n Code: \"F248\",\r\n Path: \"M2048 2048v-2048h-1664v1280h-384v768h2048zM640 1408v512h-512v-512h512zM512 768h512v512h-512v-512zM1024 640h-512v-512h512v512zM1920 640h-768v-512h768v512zM1920 1280h-768v-512h768v512zM1920 1408v512h-1152v-512h1152z\"\r\n },\r\n {\r\n Name: \"ViewListTree\",\r\n Code: \"F249\",\r\n Path: \"M2048 2048v-2048h-1280v640h-384v640h-384v768h2048zM640 1408v512h-512v-512h512zM1024 768v512h-512v-512h512zM1408 640h-512v-512h512v512zM1920 640h-384v-512h384v512zM1920 1280h-768v-512h768v512zM1920 1408v512h-1152v-512h1152z\"\r\n },\r\n {\r\n Name: \"TriggerAuto\",\r\n Code: \"F24A\",\r\n Path: \"M1058 637q-15 -46 -24.5 -93.5t-9.5 -95.5q0 -6 0.5 -12.5t0.5 -12.5l-422 -423h-290l384 768h-449l640 1280h719l-384 -768h660l-258 -257h-10q-54 0 -103 -8t-101 -25l162 162h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"TriggerUser\",\r\n Code: \"F24B\",\r\n Path: \"M1883 1280l-1280 -1280h-290l384 768h-449l640 1280h719l-384 -768h660zM1573 1152h-557l384 768h-433l-512 -1024h449l-384 -768h29zM1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"PivotChart\",\r\n Code: \"F24C\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792zM640 1408h-384v384h384v-384zM512 1664h-128v-128h128v128zM640 256h-384v1024h384v-1024zM512 1152h-128v-768h128v768zM1792 1408h-1024v384h1024v-384zM1664 1664h-768v-128h768v128zM979 339l-237 237l237 237l90 -90l-82 -83h293q27 0 50 10t40.5 27.5t27.5 40.5t10 50v293l-83 -82l-90 90l237 237l237 -237l-90 -90l-83 82v-293q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-293l82 -83z\"\r\n },\r\n {\r\n Name: \"StackedBarChart\",\r\n Code: \"F24D\",\r\n Path: \"M1919 256v-128h-1791v1792h128v-256h1024v-512h-1024v-128h1536v-512h-1536v-256h1663zM768 1536v-256h384v256h-384zM256 1536v-256h384v256h-384zM1024 896v-256h640v256h-640zM256 896v-256h640v256h-640z\"\r\n },\r\n {\r\n Name: \"StackedLineChart\",\r\n Code: \"F24E\",\r\n Path: \"M702 1200l-405 -355l660 -330l963 602v-138l-957 -598l-707 353v-479h1664v-128h-1792v1792h128v-953l452 396l252 -255l704 704l256 -256v-166l-256 256l-704 -704z\"\r\n },\r\n {\r\n Name: \"BuildQueue\",\r\n Code: \"F24F\",\r\n Path: \"M2048 1024h-512v-512h-512v-512h-1024v1024h512v512h512v512h1024v-1024zM896 896h-768v-768h768v768zM1408 1408h-768v-384h384v-384h384v768zM1920 1920h-768v-384h384v-384h384v768z\"\r\n },\r\n {\r\n Name: \"BuildQueueNew\",\r\n Code: \"F250\",\r\n Path: \"M2048 2048v-1024h-512v-512h-512v-512h-1024v1024h512v512h512v512h1024zM896 896h-768v-768h768v768zM1408 1408h-768v-384h384v-384h384v768zM1920 1920h-768v-384h384v-384h384v768zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"UserFollowed\",\r\n Code: \"F25C\",\r\n Path: \"M1397 498q-21 114 -78.5 210t-141 166.5t-188.5 110t-221 39.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 119t-16.5 129q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q99 -38 183 -100t147.5 -143t104.5 -177.5t54 -201.5l-57 -58zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z\"\r\n },\r\n {\r\n Name: \"ContactLink\",\r\n Code: \"F25F\",\r\n Path: \"M1792 1408h-640v128h640v-128zM1152 1280h512v-128h-512v128zM1788 634q56 -11 104 -39.5t82.5 -70.5t54 -94.5t19.5 -109.5q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-256q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v-133q-29 -10 -52.5 -28t-40.5 -42t-26 -52.5t-9 -58.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 31 -9.5 60t-27.5 53t-42.5 42t-54.5 28q6 36 6 73q0 14 -1 29t-3 29zM1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -32 9.5 -60.5t27.5 -52.5t42.5 -42t54.5 -28q-6 -36 -6 -73q0 -14 1 -29t3 -29q-56 10 -104 39t-82.5 71t-54 94.5t-19.5 109.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q43 9 68 23.5t38.5 36.5t17.5 52t4 69q0 40 -15 75t-41 61t-61 41t-75 15h-256zM2048 2048v-1371q-57 51 -128 81v1162h-1792v-1280h487q-2 -16 -4.5 -31.5t-2.5 -32.5q0 -16 2 -32l4 -32h-614v1536h2048zM256 896q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81q63 -35 109.5 -90.5t70.5 -123.5q-64 -10 -124 -36q-14 38 -38 69.5t-55.5 54t-69 35t-77.5 12.5q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128zM640 1536q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z\"\r\n },\r\n {\r\n Name: \"Clicked\",\r\n Code: \"F268\",\r\n Path: \"M1654 286q-94 -46 -185.5 -92.5t-185.5 -92.5l-138 276l-249 -249v1333q233 -231 461.5 -461t460.5 -462h-290zM1320 666h190l-486 486v-715l156 156l161 -321l141 71zM1216 1536q-26 0 -45 19t-19 45t19 45l128 128q19 19 45 19t45 -19t19 -45t-19 -45l-128 -128q-19 -19 -45 -19zM640 1344q0 -26 -19 -45t-45 -19h-192q-26 0 -45 19t-19 45t19 45t45 19h192q26 0 45 -19t19 -45zM640 1600q-26 0 -45 19l-128 128q-19 19 -19 45t19 45t45 19t45 -19l128 -128q19 -19 19 -45t-19 -45t-45 -19zM512 960q0 26 19 45l128 128q19 19 45 19t45 -19t19 -45t-19 -45l-128 -128q-19 -19 -45 -19t-45 19t-19 45zM960 1664q-26 0 -45 19t-19 45v192q0 26 19 45t45 19t45 -19t19 -45v-192q0 -26 -19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"Stack\",\r\n Code: \"F26F\",\r\n Path: \"M1792 1408h256v-1152h-1536v256h-256v256h-256v1152h1536v-256h256v-256zM128 1792v-896h1280v896h-1280zM384 768v-128h1280v896h-128v-768h-1152zM1920 384v896h-128v-768h-1152v-128h1280z\"\r\n },\r\n {\r\n Name: \"Bullseye\",\r\n Code: \"F272\",\r\n Path: \"M1024 1408q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 64 -22 128h134q8 -32 12 -64t4 -64q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-109.5 162.5t-40 199t40 199t109.5 162.5t162.5 110t199 40.5q32 0 64 -4t64 -12v-134q-64 22 -128 22zM1890 1253q30 -113 30 -229q0 -123 -32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32q116 0 229 -30l-101 -101v-8q-32 5 -64 8t-64 3q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204q0 32 -3 64t-8 64h8zM1280 1371v287l384 384v-378h378l-384 -384h-287l-223 -223q4 -15 4 -33q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10q18 0 33 -4zM1408 1408h197l128 128h-197v197l-128 -128v-197z\"\r\n },\r\n {\r\n Name: \"VennDiagram\",\r\n Code: \"F273\",\r\n Path: \"M1503 1503q121 -38 221.5 -109.5t172.5 -168t111.5 -213.5t39.5 -244q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5q-128 0 -244.5 39.5t-213 111.5t-168.5 172t-109 222q-122 37 -222 109t-172 168.5t-111.5 213t-39.5 244.5q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5q127 0 244 -39.5t213.5 -111.5t168 -172.5t109.5 -221.5zM128 1280q0 -96 27.5 -185.5t78.5 -166.5t122.5 -137.5t159.5 -98.5q-2 19 -3 38t-1 38q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5q19 0 38 -1t38 -3q-38 88 -98.5 159.5t-137.5 122.5t-166.5 78.5t-185.5 27.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170zM640 768q0 -56 11 -117q61 -11 117 -11q40 0 79.5 5t77.5 14l-266 266q-9 -38 -14 -77.5t-5 -79.5zM1042 701q73 36 137 89l-389 389q-53 -64 -89 -137zM1258 869q53 64 89 137l-341 341q-73 -36 -137 -89zM1408 1280q0 56 -11 117q-61 11 -117 11q-40 0 -79.5 -5t-77.5 -14l266 -266q9 38 14 77.5t5 79.5zM1280 128q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170q0 96 -27.5 185.5t-78.5 166.5t-122.5 137.5t-159.5 98.5q2 -19 3 -38t1 -38q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5q-19 0 -38 1t-38 3q38 -88 98.5 -159.5t137.5 -122.5t166.5 -78.5t185.5 -27.5z\"\r\n },\r\n {\r\n Name: \"FiveTileGrid\",\r\n Code: \"F274\",\r\n Path: \"M0 1792h2048v-1408h-2048v1408zM1024 1664v-512h384v512h-384zM896 512v1152h-768v-1152h768zM1408 512v512h-384v-512h384zM1920 512v512h-384v-512h384zM1536 1152h384v512h-384v-512z\"\r\n },\r\n {\r\n Name: \"FocalPoint\",\r\n Code: \"F277\",\r\n Path: \"M1344 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1939 147l-263 262q-43 -42 -87 -79t-95 -69l151 -152l-90 -90l-182 179q-167 -70 -349 -70q-105 0 -205.5 23.5t-191.5 68.5t-170.5 110.5t-143.5 148.5l-204 -204l-90 90l222 223q-57 99 -85 210.5t-28 225.5q0 124 32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32t238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5q0 -139 -41 -270.5t-122 -244.5l272 -272zM256 1024q0 -89 20.5 -175t59.5 -166l368 367l384 -384l256 256l321 -321q62 95 94.5 202.5t32.5 220.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM1024 256q129 0 251 42l-571 572l-299 -300q54 -74 123 -132t148.5 -98.5t167.5 -62t180 -21.5zM1400 355q52 29 98 65.5t87 79.5l-241 242l-166 -166z\"\r\n },\r\n {\r\n Name: \"Insert\",\r\n Code: \"F278\",\r\n Path: \"M2048 2048v-896h-1408v896h1408zM1920 1920h-1152v-640h1152v640zM640 896h1408v-896h-1408v896zM768 128h1152v640h-1152v-640zM109 1389l366 -365l-366 -365l-90 90l274 275l-274 275z\"\r\n },\r\n {\r\n Name: \"RingerRemove\",\r\n Code: \"F279\",\r\n Path: \"M1024 1793q-106 0 -199.5 -40.5t-163 -110t-110 -163t-40.5 -199.5v-768h708l128 -128h-67q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h129v768q0 88 23 170t64.5 153t99.5 129.5t129 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-579l-127 126v453q0 106 -40.5 199.5t-110 163t-163 110t-199.5 40.5zM904 384q0 -25 9.5 -46.5t26 -38t38 -26t46.5 -9.5t46.5 9.5t38 26t26 38t9.5 46.5h-240zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z\"\r\n },\r\n {\r\n Name: \"TeamsLogoInverse\",\r\n Code: \"F27A\",\r\n Path: \"M1760 1344q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5zM1760 1664q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM2048 1184v-476q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-38 0 -77.5 9t-72.5 28q-25 -81 -73 -147.5t-112.5 -114t-142.5 -73.5t-162 -26q-98 0 -184.5 34t-154 94t-112 142t-57.5 178h-495q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h733q-29 61 -29 128q0 62 23.5 116.5t64 95t95 64t116.5 23.5t116.5 -23.5t95 -64t64 -95t23.5 -116.5t-23.5 -116.5t-64 -95t-95 -64t-116.5 -23.5q-16 0 -32 2t-32 5v-92h928q40 0 68 -28t28 -68zM1088 1835q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66t13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54.5 36.5t37 54.5t13.5 66.5t-13.5 66t-37 54.5t-54.5 37t-66 13.5zM592 1200h192v160h-544v-160h192v-512h160v512zM1472 576v576h-448v-555q0 -35 -25 -60t-60 -25h-230q13 -69 47.5 -128t84 -101.5t112.5 -66.5t135 -24q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1920 708v444h-320v-585q26 -26 59 -38.5t69 -12.5q40 0 75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"TeamsLogo\",\r\n Code: \"F27B\",\r\n Path: \"M1760 1344q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5zM1760 1664q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM2048 1184v-476q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-38 0 -77.5 9t-72.5 28q-25 -81 -73 -147.5t-112.5 -114t-142.5 -73.5t-162 -26q-98 0 -184.5 34t-154 94t-112 142t-57.5 178h-495q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h733q-29 61 -29 128q0 62 23.5 116.5t64 95t95 64t116.5 23.5t116.5 -23.5t95 -64t64 -95t23.5 -116.5t-23.5 -116.5t-64 -95t-95 -64t-116.5 -23.5q-16 0 -32 2t-32 5v-92h928q40 0 68 -28t28 -68zM1088 1835q-35 0 -66.5 -13.5t-54.5 -37t-36.5 -54.5t-13.5 -66t13.5 -66.5t36.5 -54.5t54.5 -36.5t66.5 -13.5t66 13.5t54.5 36.5t37 54.5t13.5 66.5t-13.5 66t-37 54.5t-54.5 37t-66 13.5zM592 1200h192v160h-544v-160h192v-512h160v512zM1472 576v576h-448v-555q0 -35 -25 -60t-60 -25h-230q13 -69 47.5 -128t84 -101.5t112.5 -66.5t135 -24q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1920 708v444h-320v-585q26 -26 59 -38.5t69 -12.5q40 0 75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"SkypeForBusinessLogoFill\",\r\n Code: \"F27D\",\r\n Path: \"M1905 845q39 -61 59 -130.5t20 -141.5q0 -105 -40 -198t-109 -162t-162 -109t-198 -40q-78 0 -141.5 20t-130.5 58q-91 -17 -179 -17q-124 0 -239 32t-214.5 90.5t-182 141t-141 182t-90.5 214.5t-32 239q0 88 17 179q-38 67 -58 130.5t-20 141.5q0 105 40 198t109 162t162 109t198 40q78 0 141.5 -20t130.5 -58q91 17 179 17q124 0 239 -32t214.5 -90.5t182 -141t141 -182t90.5 -214.5t32 -239q0 -45 -3.5 -90.5t-14.5 -88.5z\"\r\n },\r\n {\r\n Name: \"SharepointLogo\",\r\n Code: \"F27E\",\r\n Path: \"M2048 896q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-65 0 -130 17q-9 -85 -47.5 -158.5t-98.5 -127.5t-137 -84.5t-163 -30.5q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 16 1.5 32t3.5 32h-432q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h302q12 109 62 202.5t127 162.5t175.5 108t208.5 39q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224q0 -16 -1 -32t-3 -32q106 0 200 -40t164.5 -109t111 -162.5t40.5 -200.5zM960 1920q-83 0 -158.5 -29t-134.5 -80.5t-98.5 -122t-51.5 -152.5h422q35 0 60 -25t25 -60v-422l18 3q18 64 52 121.5t80.5 104t103.5 80.5t122 52q8 43 8 82q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5zM522 691q46 0 90.5 9.5t79.5 31.5t56.5 58t21.5 90t-22.5 90t-56.5 60t-73 39.5t-73 29t-56.5 28.5t-22.5 38q0 17 12 27.5t28.5 16.5t34.5 8t30 2q51 0 90 -13t81 -39v152q-24 7 -44.5 12t-40.5 8.5t-41.5 5t-47.5 1.5q-44 0 -90 -10t-83.5 -32t-61 -58t-23.5 -88q0 -51 22.5 -85t56.5 -58t73 -40.5t73 -31t56.5 -30.5t22.5 -39q0 -19 -10.5 -30t-26.5 -17t-33.5 -7.5t-31.5 -1.5q-60 0 -106.5 20t-94.5 53v-160q102 -40 211 -40zM960 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 57 -19 109t-53 93.5t-81 70.5t-103 41v-165q0 -35 -25 -60t-60 -25h-293q-6 -32 -6 -64q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1536 512q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5q0 -11 0.5 -22t1.5 -22q47 -23 87 -55.5t71.5 -73t53.5 -87.5t33 -98q67 -26 137 -26z\"\r\n },\r\n {\r\n Name: \"DelveLogo\",\r\n Code: \"F280\",\r\n Path: \"M1920 1792q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-704v-200l-1152 201v1528l1152 207v-200h704zM604 623q57 0 102.5 18t80 48.5t59 72t40.5 88.5t23 97t7 98q0 76 -13 147.5t-46.5 127t-91 89t-145.5 33.5q-61 0 -122.5 -7.5t-121.5 -12.5v-783q57 -5 114 -10.5t114 -5.5zM1472 640h-256v-320h256v320zM1472 1728h-256v-1024h256v1024zM1920 1280h-384v-960h384v960zM1920 1728h-384v-384h384v384zM503 1286q19 2 37.5 3t38.5 1q52 0 87 -22.5t56 -58t30 -79.5t9 -88q0 -43 -8.5 -90.5t-29.5 -87t-56 -65t-89 -25.5q-19 0 -37.5 0.5t-37.5 1.5v510z\"\r\n },\r\n {\r\n Name: \"DelveLogoFill\",\r\n Code: \"F281\",\r\n Path: \"M620 1474q95 0 158.5 -35.5t101 -95t53 -137t15.5 -161.5q0 -80 -18.5 -160.5t-60 -146t-107 -106.5t-158.5 -41q-65 0 -130 6.5t-130 11.5v843q66 6 138 14t138 8zM1952 1760v-1472h-768v1472h768z\"\r\n },\r\n {\r\n Name: \"OfficeVideoLogo\",\r\n Code: \"F282\",\r\n Path: \"M1920 1536q26 0 45 -19t19 -45v-960q0 -26 -19 -45t-45 -19h-704v-392l-1152 201v1528l1152 207v-456h704zM905 1407h-158q-29 -140 -57 -279t-59 -279q-35 138 -70.5 273.5t-71.5 269.5h-158l220 -759h164zM1920 1472h-704v-299q42 51 100 79t124 28q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5q-66 0 -124 28t-100 79v-299h704v960zM1584 992l-240 147v-294z\"\r\n },\r\n {\r\n Name: \"OfficeVideoLogoFill\",\r\n Code: \"F283\",\r\n Path: \"M1952 1504v-1024h-768v1024h768zM729 1440h209l-204 -829h-201l-238 823h210l124 -478z\"\r\n },\r\n {\r\n Name: \"ExchangeLogo\",\r\n Code: \"F284\",\r\n Path: \"M2048 1376q0 -25 -10 -49.5t-27 -41.5l-262 -261l262 -261q17 -17 27 -41.5t10 -49.5v-416q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-416q-25 0 -49.5 10t-41.5 27l-261 262l-261 -262q-17 -17 -41.5 -27t-49.5 -10h-416q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-171q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h416q25 0 49.5 -10t41.5 -27l261 -262l261 262q17 17 41.5 27t49.5 10h416q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-416zM384 1792v-256h555q35 0 60 -25t25 -60v117l-224 224h-416zM288 688h448v135h-291v136h260v135h-260v130h277v136h-434v-672zM1920 672l-224 224h-315q-21 0 -39.5 -8t-32 -21.5t-21.5 -32t-8 -39.5v-315l224 -224h416v416zM1920 1376v416h-416l-352 -352v-187q0 -66 -34.5 -121.5t-93.5 -84.5v-450q0 -35 -25 -60t-60 -25h-555v-256h416l352 352v187q0 48 18 89.5t49 72.5t72.5 49t89.5 18h187z\"\r\n },\r\n {\r\n Name: \"Signin\",\r\n Code: \"F286\",\r\n Path: \"M1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1125 915q-79 54 -170 81.5t-187 27.5q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -67 -16.5 -129.5t-47.5 -118.5t-75.5 -103t-100.5 -83q81 -29 156 -80zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-65 0 -128 23v-151h-128v-128h-128v-128h-384v282l395 396q-11 46 -11 90q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -35 9 -64t21 -61l-414 -413v-102h128v128h128v128h128v91l93 92q40 -23 77 -39t86 -16z\"\r\n },\r\n {\r\n Name: \"DocumentApproval\",\r\n Code: \"F28B\",\r\n Path: \"M2029 595l-557 -558l-269 270l90 90l179 -178l467 466zM1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-731l-128 -128v768h-512zM1280 1536h293l-293 293v-293z\"\r\n },\r\n {\r\n Name: \"CloneToDesktop\",\r\n Code: \"F28C\",\r\n Path: \"M1024 512h256v-128h-640v128h256v128h-896v1152h1920v-768h-128v640h-1664v-896h1408v-128h-512v-128zM2045 419l-317 -317l-317 317l90 90l163 -162v549h128v-549l163 162z\"\r\n },\r\n {\r\n Name: \"InstallToDrive\",\r\n Code: \"F28D\",\r\n Path: \"M1728 1408q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-448h-128v448q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1408v-128h-1536v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1955 509l90 -90l-317 -317l-317 317l90 90l163 -162v549h128v-549zM1792 1024h-128v128h128v-128zM1408 1152h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"Blur\",\r\n Code: \"F28E\",\r\n Path: \"M384 1920h-128v128h128v-128zM640 1920h-128v128h128v-128zM896 1920h-128v128h128v-128zM1152 1664h-128v128h128v-128zM1408 1408h-128v128h128v-128zM1664 1152h-128v128h128v-128zM1152 1920h-128v128h128v-128zM1536 1664h-128v128h128v-128zM1536 1536v128h128v-128h-128zM1792 1280h128v-128h-128v128zM640 1664h-128v128h128v-128zM896 1664h-128v128h128v-128zM1152 1408h-128v128h128v-128zM1408 1152h-128v128h128v-128zM896 1408h-128v128h128v-128zM1152 1152h-128v128h128v-128zM1408 896h-128v128h128v-128zM256 1664v128h128v-128h-128zM384 1536v128h128v-128h-128zM512 1408v128h128v-128h-128zM640 1280v128h128v-128h-128zM768 1152v128h128v-128h-128zM896 1024v128h128v-128h-128zM1024 896v128h128v-128h-128zM1152 768v128h128v-128h-128zM1280 640v128h128v-128h-128zM1408 512v128h128v-128h-128zM1536 384v128h128v-128h-128zM1664 384h128v-128h128v-128h-1920v1920h128v-128h128v-128h-128v-1536h1536v128zM1792 512h128v-128h-128v128zM1792 768h128v-128h-128v128zM1792 1024h128v-128h-128v128zM1664 640h-128v128h128v-128zM1536 1024h128v-128h-128v128zM1536 1920h-128v128h128v-128zM1792 1664h128v-128h-128v128zM1920 2048v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"Build\",\r\n Code: \"F28F\",\r\n Path: \"M640 768h-256v256h256v-256zM1920 1280v-1152h-1792v1152h128v-640h1536v640h128zM896 512h-256v-256h256v256zM1408 512h-256v-256h256v256zM896 1024h256v-256h-256v256zM1664 768h-256v256h256v-256zM960 1126l-301 301l90 90l147 -146v677h128v-677l147 146l90 -90z\"\r\n },\r\n {\r\n Name: \"ProcessMetaTask\",\r\n Code: \"F290\",\r\n Path: \"M951 1011q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q26 -17 47.5 -38.5t38.5 -47.5l124 52l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-17 -26 -38.5 -47.5t-47.5 -38.5l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119zM1408 832q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15q39 0 74 15t61.5 41.5t41.5 61.5t15 74zM267 1239l120 70q-3 18 -3 35t3 35l-120 70l64 110l121 -69q29 23 60 34v140h128v-140q31 -11 60 -34l121 69l64 -110l-120 -70q3 -18 3 -35t-3 -35l120 -70l-64 -110l-121 69q-14 -11 -28.5 -19.5t-31.5 -14.5v-140h-128v140q-17 6 -31.5 14.5t-28.5 19.5l-121 -69zM576 1440q-40 0 -68 -28t-28 -68t28 -68t68 -28t68 28t28 68t-28 68t-68 28zM1920 2048v-2048h-1920v2048h1920zM1792 1920h-1664v-1792h1664v1792z\"\r\n },\r\n {\r\n Name: \"BranchFork2\",\r\n Code: \"F291\",\r\n Path: \"M1792 1728q0 -57 -19.5 -109.5t-54 -94t-82 -70.5t-103.5 -40q-10 -101 -53 -190t-110.5 -157t-156 -112t-189.5 -56v-265q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v265q-101 12 -189.5 56t-156 112t-110.5 157t-53 190q-56 11 -103.5 40t-82 70.5t-54 94t-19.5 109.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -56 -18.5 -107.5t-52 -93t-80 -71t-101.5 -41.5q10 -84 49.5 -155.5t99 -124t135.5 -82t160 -29.5t160 29.5t135.5 82t98.5 124t50 155.5q-55 12 -101.5 41.5t-80 71t-52 93t-18.5 107.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1152 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1472 1536q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"BranchLocked\",\r\n Code: \"F292\",\r\n Path: \"M2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384zM1536 1344q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124 25t-101.5 68.5t-68.5 102t-25 124.5q0 57 19 108.5t52.5 93.5t80.5 71t103 40v782q-56 11 -103 40t-80.5 71t-52.5 93.5t-19 108.5q0 66 25 124t68.5 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM128 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM512 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1216 1152q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"BranchCommit\",\r\n Code: \"F293\",\r\n Path: \"M1408 1088q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-517h-128v517q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5t29 158.5t80 135t121.5 99t153.5 50.5v517h128v-517q83 -11 153.5 -50.5t121.5 -99t80 -135t29 -158.5zM960 768q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z\"\r\n },\r\n {\r\n Name: \"BranchCompare\",\r\n Code: \"F294\",\r\n Path: \"M1664 634q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v838q0 40 -15 75t-41 61t-61 41t-75 15h-166l163 -163l-90 -90l-318 317l318 317l90 -90l-163 -163h166q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-838zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM797 637l318 -317l-318 -317l-90 90l163 163h-166q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v838q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-838q0 -40 15 -75t41 -61t61 -41t75 -15h166l-163 163zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75z\"\r\n },\r\n {\r\n Name: \"BranchMerge\",\r\n Code: \"F295\",\r\n Path: \"M1600 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-57 0 -109 19.5t-94 54t-71 81.5t-40 103q-99 6 -192.5 36t-176.5 80t-153.5 118t-123.5 152v-394q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -108.5t-52.5 -93t-80.5 -70.5t-102 -41q10 -129 64 -241.5t140.5 -199t199 -140.5t241.5 -64q12 55 41 102t70.5 80.5t93 52.5t108.5 19zM384 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM768 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1600 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"BranchPullRequest\",\r\n Code: \"F296\",\r\n Path: \"M768 1728q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-780q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124zM256 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM640 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1664 634q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v838q0 40 -15 75t-41 61t-61 41t-75 15h-166l163 -163l-90 -90l-318 317l318 317l90 -90l-163 -163h166q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-838zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"BranchSearch\",\r\n Code: \"F297\",\r\n Path: \"M1274 1030q-11 -57 -39.5 -105t-70.5 -83t-94 -54.5t-110 -19.5h-384q-32 0 -61 -10t-53 -28t-42 -43.5t-27 -55.5q54 -13 99.5 -42.5t78 -70.5t51 -92t18.5 -106q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124 25t-101.5 68.5t-68.5 102t-25 124.5q0 57 19 108.5t52.5 93.5t80.5 71t103 40v782q-56 11 -103 40t-80.5 71t-52.5 93.5t-19 108.5q0 66 25 124t68.5 101.5t101.5 69t124 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -40v-585q42 32 91 49t101 17h384q32 0 61 10t53 28t42 43.5t27 55.5q-54 13 -99.5 42t-78 70.5t-51 92t-18.5 106.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -58 -19.5 -110t-54.5 -94t-83 -71t-105 -39zM1024 1344q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM128 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM512 320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM1728 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-47 0 -92 13.5t-84 39.5l-419 -418q-19 -19 -45 -19t-45 19t-19 45t19 45l418 419q-26 39 -39.5 84t-13.5 92q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"BranchShelveset\",\r\n Code: \"F298\",\r\n Path: \"M896 1029q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-517h-128v517zM960 1792q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5zM1920 896v-768h-1920v768h128v-640h1664v640h128z\"\r\n },\r\n {\r\n Name: \"RawSource\",\r\n Code: \"F299\",\r\n Path: \"M896 1536h-896v128h896v-128zM384 1280h896v-128h-896v128zM1408 1280h640v-128h-640v128zM2048 1664v-128h-1024v128h1024zM384 896h1280v-128h-1280v128zM0 512h1280v-128h-1280v128z\"\r\n },\r\n {\r\n Name: \"MergeDuplicate\",\r\n Code: \"F29A\",\r\n Path: \"M1024 1408q0 -95 27 -185t77 -167t120.5 -138.5t157.5 -100.5q15 -7 37 -15t46 -15.5t47 -13t39 -5.5q18 -1 36 -1h36q36 0 72.5 0.5t72.5 0.5v-768h-768v768h216q-92 62 -163.5 147t-116.5 187q-45 -102 -116.5 -187t-163.5 -147h216v-768h-768v768q36 0 72.5 -0.5t72.5 -0.5h36t36 1q16 0 39 5.5t47 13t46 15.5t37 15q87 39 157.5 100.5t120.5 138.5t77 167t27 185v293l-291 -290l-90 90l445 445l445 -445l-90 -90l-291 290v-293zM256 640v-512h512v512h-512zM1664 640h-512v-512h512v512z\"\r\n },\r\n {\r\n Name: \"RowsGroup\",\r\n Code: \"F29B\",\r\n Path: \"M0 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5q0 80 30 150t82 122t122 82t150 30v-128q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -97 -45 -181.5t-126 -138.5q81 -54 126 -138.5t45 -181.5q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20v-128q-80 0 -150 30t-122 82t-82 122t-30 150q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20v128zM2048 1792v-640h-1280v640h1280zM1920 1664h-1024v-384h1024v384zM768 1024h1280v-640h-1280v640zM896 512h1024v384h-1024v-384z\"\r\n },\r\n {\r\n Name: \"RowsChild\",\r\n Code: \"F29C\",\r\n Path: \"M2048 1024v-640h-1280v256h-512v512h-256v640h1280v-640h-896v-384h384v256h1280zM128 1280h1024v384h-1024v-384zM1920 896h-1024v-384h1024v384z\"\r\n },\r\n {\r\n Name: \"Deploy\",\r\n Code: \"F29D\",\r\n Path: \"M960 1178l301 -301l-90 -90l-147 146v-677h-128v677l-147 -146l-90 90zM768 1920h512v-512h-512v512zM896 1536h256v256h-256v-256zM128 1920h512v-512h-512v512zM1920 1920v-512h-512v512h512z\"\r\n },\r\n {\r\n Name: \"Redeploy\",\r\n Code: \"F29E\",\r\n Path: \"M960 1178l301 -301l-90 -90l-147 146v-677h-128v677l-147 -146l-90 90zM128 1920h512v-512h-512v512zM768 1920h512v-512h-512v512zM1920 1920v-512h-512v512h512z\"\r\n },\r\n {\r\n Name: \"ServerEnviroment\",\r\n Code: \"F29F\",\r\n Path: \"M768 1664h512v-128h-512v128zM768 896h512v-128h-512v128zM768 640h512v-128h-512v128zM1938 0h-1828l160 640h242v1152q0 26 10 49.5t27.5 41t41 27.5t49.5 10h768q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1152h242zM640 384h768v1408h-768v-1408zM1774 128l-96 384h-142v-256h-1024v256h-142l-96 -384h1500z\"\r\n },\r\n {\r\n Name: \"VisioDiagram\",\r\n Code: \"F2A0\",\r\n Path: \"M2048 1280v-512h-896v256h-173l-339 -226v-158h384v-512h-896v512h384v158l-435 290l435 290v158h-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h384q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-158l339 -226h173v128h896zM768 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-384q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h384zM256 512v-256h640v256h-640zM845 1088l-269 179l-269 -179l269 -179zM1920 1152h-640v-256h640v256z\"\r\n },\r\n {\r\n Name: \"HighlightMappedShapes\",\r\n Code: \"F2A1\",\r\n Path: \"M2048 1408v-640h-896v256h-173l-339 -226v-158h384v-640h-896v640h384v158l-435 290l435 290v158h-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h384q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-158l339 -226h173v256h896zM768 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-384q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h384zM384 384v-128h384v128h-384zM845 1088l-269 179l-269 -179l269 -179zM1792 1152h-384v-128h384v128z\"\r\n },\r\n {\r\n Name: \"TextCallout\",\r\n Code: \"F2A2\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1664 1024h-640v128h640v-128zM768 1024h-384v128h384v-128z\"\r\n },\r\n {\r\n Name: \"IconSetsFlag\",\r\n Code: \"F2A4\",\r\n Path: \"M256 2048h128v-2048h-128v2048zM2038 1472l-1526 -572v1144zM640 1084l1034 388l-1034 388v-776z\"\r\n },\r\n {\r\n Name: \"VisioLogo\",\r\n Code: \"F2A7\",\r\n Path: \"M1984 1451v-790q0 -35 -25 -60t-60 -25h-429q-6 -95 -46 -176.5t-104.5 -142t-149 -95t-178.5 -34.5q-84 0 -162 29t-141 80t-107 121.5t-59 153.5h-438q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h433q-6 15 -6 32q0 35 25 60l395 395q25 25 60 25t60 -25l395 -395q25 -25 25 -60q0 -17 -6 -32h433q35 0 60 -25t25 -60zM992 1902l-334 -334l32 -32h249q35 0 60 -25t25 -60v-185l302 302zM592 688l255 672h-166q-42 -123 -85 -244t-83 -245q-41 123 -82 244.5t-83 244.5h-170l251 -672h163zM992 256q73 0 137 27.5t112 75.5t75.5 112t27.5 137q0 67 -25 128t-68 109t-101.5 78t-125.5 35v-361q0 -35 -25 -60t-60 -25h-284q17 -56 49 -103t76 -81t98 -53t114 -19zM1856 704v704h-509q-11 -11 -36.5 -37.5t-59 -60t-70 -70.5t-68.5 -68t-56.5 -53t-32.5 -25v-8q80 -3 152.5 -34t130.5 -82.5t98 -119.5t56 -146h395z\"\r\n },\r\n {\r\n Name: \"VisioDocument\",\r\n Code: \"F2A9\",\r\n Path: \"M2048 1573v-1445q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-397q-24 0 -44.5 9t-36.5 25t-25 36.5t-9 44.5v922q0 24 9 44.5t25 36.5t36.5 25t44.5 9h397v384q0 27 10 50t27.5 40.5t40.5 27.5t50 10h933q26 0 49.5 -9.5t41.5 -27.5l347 -347q18 -18 27.5 -41.5t9.5 -49.5zM1664 1829v-165h165zM493 624h163l255 672h-166l-147 -427q-5 -16 -10.5 -31t-10.5 -31q-41 123 -82.5 244.5t-83.5 244.5h-170l248 -662zM640 128h1280v1408h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-896v-384h397q24 0 44.5 -9t36.5 -25t25 -36.5t9 -44.5v-922q0 -24 -9 -44.5t-25 -36.5t-36.5 -25t-44.5 -9h-397v-256zM1600 1408l192 -192l-128 -128v-448h-256v-128h-128v384h128v-128h128v320l-128 128z\"\r\n },\r\n {\r\n Name: \"TimelineProgress\",\r\n Code: \"F2AA\",\r\n Path: \"M256 1408h640v-128h-640v128zM1280 896h512v-128h-512v128zM2048 1792v-1408h-2048v1408h2048zM1921 1664h-514v-384h-127v384h-512v-128h-128v128h-512v-1153h512v641h128v-641h512v129h127v-129h514v1153zM897 1152h639v-128h-639v128z\"\r\n },\r\n {\r\n Name: \"TimelineDelivery\",\r\n Code: \"F2AB\",\r\n Path: \"M1280 1024h-383v128h383v-128zM896 1280h-640v128h640v-128zM2048 1792v-704q0 30 -12 61t-30.5 60.5t-41 55t-43.5 44.5v355h-513v-384h-128v384h-512v-128h-128v128h-512v-1153h512v641h128v-768h-768v1408h2048zM1850 848q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20q49 0 95 -18.5t81 -51.5q54 96 150 150q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM1152 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1536 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z\"\r\n },\r\n {\r\n Name: \"Backlog\",\r\n Code: \"F2AC\",\r\n Path: \"M128 1792h512v-384h-512v384zM256 1536h256v128h-256v-128zM128 1280h512v-384h-512v384zM256 1024h256v128h-256v-128zM768 1792h512v-384h-512v384zM896 1536h256v128h-256v-128zM1920 1792v-384h-512v384h512zM1792 1664h-256v-128h256v128zM768 1280h512v-384h-512v384zM896 1024h256v128h-256v-128zM128 768h512v-384h-512v384zM256 512h256v128h-256v-128z\"\r\n },\r\n {\r\n Name: \"TeamFavorite\",\r\n Code: \"F2AD\",\r\n Path: \"M868 587q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136zM1152 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM384 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1888 0l-288 225l-288 -225l116 360l-276 216h345l103 320l103 -320h345l-276 -216z\"\r\n },\r\n {\r\n Name: \"TaskGroup\",\r\n Code: \"F2AE\",\r\n Path: \"M2048 1792v-896h-2048v896h2048zM1920 1664h-1792v-640h1792v640zM1792 1408h-1024v128h1024v-128zM1408 1152h-640v128h640v-128zM640 1152h-384v384h384v-384zM512 1408h-128v-128h128v128zM256 768h1536v-128h-1536v128zM512 512h1024v-128h-1024v128z\"\r\n },\r\n {\r\n Name: \"TaskGroupMirrored\",\r\n Code: \"F2AF\",\r\n Path: \"M0 1792v-896h2048v896h-2048zM128 1664h1792v-640h-1792v640zM256 1408h1024v128h-1024v-128zM640 1152h640v128h-640v-128zM1408 1152h384v384h-384v-384zM1536 1408h128v-128h-128v128zM1792 768h-1536v-128h1536v128zM1536 512h-1024v-128h1024v128z\"\r\n },\r\n {\r\n Name: \"ScopeTemplate\",\r\n Code: \"F2B0\",\r\n Path: \"M256 256h512v-128h-640v1920h1792v-768h-128v256h-1536v-1280zM256 1920v-256h1536v256h-1536zM896 1152h384v-128h-256v-256h-128v384zM2048 1152v-384h-128v256h-256v128h384zM1024 128h256v-128h-384v384h128v-256zM1920 384h128v-384h-384v128h256v256z\"\r\n },\r\n {\r\n Name: \"AssessmentGroupTemplate\",\r\n Code: \"F2B1\",\r\n Path: \"M256 256h512v-128h-640v1920h1792v-1024h-128v512h-1536v-1280zM256 1664h1536v256h-1536v-256zM2048 896v-896h-1152v896h128v-768h896v768h128zM1664 384h128v-128h-128v128zM1792 512h-128v128h128v-128zM1792 768h-128v128h128v-128zM1408 384h128v-128h-128v128zM1536 512h-128v128h128v-128zM1152 256v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"NewTeamProject\",\r\n Code: \"F2B2\",\r\n Path: \"M608 1792q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1024h1024v-128h-1152v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1536q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256zM1453 1107l-429 -430l-429 430l90 90l339 -338l339 338z\"\r\n },\r\n {\r\n Name: \"CommentAdd\",\r\n Code: \"F2B3\",\r\n Path: \"M2048 1920v-1024h-128v896h-1792v-1152h256v-293l293 293h475v-128h-421l-475 -475v475h-256v1408h2048zM1792 640h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"CommentNext\",\r\n Code: \"F2B4\",\r\n Path: \"M2048 1920v-1027l-128 128v771h-1792v-1152h256v-293l293 293h219v-128h-165l-475 -475v475h-256v1408h2048zM1693 893l318 -317l-318 -317l-90 90l163 163h-614v128h614l-163 163z\"\r\n },\r\n {\r\n Name: \"CommentPrevious\",\r\n Code: \"F2B5\",\r\n Path: \"M2048 1920v-1024h-128v896h-1792v-1152h256v-293l293 293h222l-64 -64l64 -64h-168l-475 -475v475h-256v1408h2048zM1434 640h614v-128h-614l163 -163l-90 -90l-318 317l318 317l90 -90z\"\r\n },\r\n {\r\n Name: \"ShopServer\",\r\n Code: \"F2B6\",\r\n Path: \"M256 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640v-128h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1280h256v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q104 0 193 -52q89 52 191 52q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149v-128h256v-128h-1536v-1152zM1408 1664q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-128zM1920 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-896v1152q0 27 10 50t27.5 40.5t40.5 27.5t50 10h640zM1920 1152h-640v-1024h640v1024zM1792 256h-384v128h384v-128zM1792 512h-384v128h384v-128zM1792 896h-384v128h384v-128z\"\r\n },\r\n {\r\n Name: \"LocaleLanguage\",\r\n Code: \"F2B7\",\r\n Path: \"M601 896l295 -886v-10h-131l-86 256h-334l-86 -256h-131v10l295 886h178zM637 384l-125 374l-125 -374h250zM893 1536q3 -65 3 -128q0 -32 -0.5 -64t-1.5 -64h-126v-128h-245q5 -32 10.5 -64t13.5 -64h-129q-8 32 -12.5 64t-8.5 64h-209q20 -36 46.5 -68t56.5 -60h-35l-45 -90q-101 91 -156 214.5t-55 259.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -32 -3.5 -64t-9.5 -64h-124q17 65 17 128t-17 128h-250zM640 1928q-19 0 -34.5 -16t-28 -41.5t-21.5 -56t-15.5 -60t-10.5 -54t-6 -36.5h231q-2 11 -6 35.5t-10.5 53.5t-16 60t-22 56.5t-27.5 42t-33 16.5zM387 1280q-3 64 -3 128q0 63 3 128h-250q-17 -65 -17 -128t17 -128h250zM398 1664q6 58 18 116t34 112q-83 -33 -150.5 -91.5t-111.5 -136.5h210zM767 1280q3 64 3 128q0 63 -3 128h-254q-3 -65 -3 -128q0 -64 3 -128h254zM825 1893q23 -54 36 -112t20 -117h211q-45 78 -113.5 137.5t-153.5 91.5zM1391 1159q0 30 -1 61t-8 60q69 0 137 -6q6 -1 12.5 -3t6.5 -10q0 -5 -3 -12t-5 -12q-2 -6 -3.5 -16t-2 -21.5t-0.5 -22v-16.5v-13h296q42 0 83.5 1t83.5 2q7 0 13 -3q3 -5 3 -10q-1 -17 -2 -35.5t-1 -35.5v-58q0 -36 1 -72.5t2 -72.5q0 -3 -0.5 -7t-2.5 -6q-8 -2 -13 -2t-25 -0.5t-41 -0.5q-19 0 -34 1t-17 3q-2 8 -2.5 24t-0.5 36q0 33 1 68t1 52h-802v-14.5t0.5 -25t0.5 -31v-33.5q0 -29 -1 -52.5t-3 -25.5q-8 -2 -13 -2h-102q-11 0 -13 3t-2 13q1 40 1 79v79v58t-1 58q0 5 2 11q8 2 13 2q42 -1 83.5 -2t83.5 -1h275v11zM2030 606q2 -8 2 -13v-96q0 -4 -2 -12q-8 -2 -13 -2q-40 1 -79 2t-79 1h-321v-33q0 -52 1 -104t3 -104v-4q0 -24 -9 -48t-29 -38q-14 -10 -39.5 -15.5t-54.5 -8t-56.5 -3t-43.5 -0.5q-6 0 -19 0.5t-18 5.5q-3 3 -7 16t-6 18q-7 26 -16.5 48.5t-23.5 45.5q34 -4 68 -5.5t68 -1.5q24 0 36.5 7.5t12.5 33.5v190h-319q-40 0 -80 -1l-80 -2q-8 0 -12 3q-2 6 -2 11v96q0 3 0.5 7.5t2.5 6.5q6 2 11 2l80 -2t80 -1h319q-2 26 -2.5 52.5t-5.5 52.5q20 -2 39.5 -3.5t39.5 -3.5q2 0 3.5 -0.5t3.5 -0.5q35 25 67 53t64 57h-308q-42 0 -83.5 -1t-83.5 -2q-8 0 -12 3q-2 6 -2 11v95q0 4 2 12q8 2 12 2q42 -1 83.5 -2t83.5 -1h373q16 0 30 4.5t25 4.5q8 0 23 -12t30 -28t26.5 -32.5t11.5 -24.5q0 -10 -6.5 -15.5t-14.5 -9.5q-14 -7 -27 -18t-25 -21q-52 -43 -104.5 -83.5t-109.5 -77.5v-11h321q40 0 79 1t79 2q7 0 13 -3z\"\r\n },\r\n {\r\n Name: \"QueryList\",\r\n Code: \"F2B8\",\r\n Path: \"M1664 1920h-1664v128h1664v-128zM1664 1408h-1664v128h1664v-128zM0 1024h768v-128h-768v128zM2048 1024v-219l-384 -384v-421h-384v421l-384 384v219h1152zM1920 896h-896v-37l384 -384v-347h128v347l384 384v37z\"\r\n },\r\n {\r\n Name: \"UserSync\",\r\n Code: \"F2B9\",\r\n Path: \"M1350 1002q-32 -15 -62.5 -33t-58.5 -40q-75 47 -160 71t-173 24t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q96 -37 182 -100zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 896v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137h128zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"UserPause\",\r\n Code: \"F2BA\",\r\n Path: \"M1168 1102q86 -33 161.5 -85t137.5 -121h-189q-83 62 -180.5 95t-201.5 33q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1920 768v-768h-128v768h128zM1408 768h128v-768h-128v768z\"\r\n },\r\n {\r\n Name: \"StreamingOff\",\r\n Code: \"F2BB\",\r\n Path: \"M1269 1024q0 -51 -19.5 -95.5t-52.5 -77.5t-77.5 -52.5t-95.5 -19.5t-95.5 19.5t-77.5 52.5t-52.5 77.5t-19.5 95.5t19.5 95.5t52.5 77.5t77.5 52.5t95.5 19.5t95.5 -19.5t77.5 -52.5t52.5 -77.5t19.5 -95.5zM1024 885q29 0 54.5 11t44 29.5t29.5 44t11 54.5t-11 54.5t-29.5 44t-44 29.5t-54.5 11t-54.5 -11t-44 -29.5t-29.5 -44t-11 -54.5t11 -54.5t29.5 -44t44 -29.5t54.5 -11zM383 1665q-64 -64 -113.5 -138t-83.5 -155.5t-51.5 -169t-17.5 -178.5t17.5 -178.5t51.5 -169t83.5 -155.5t113.5 -138l-75 -75q-144 144 -220.5 328t-76.5 388t76.5 388t220.5 328zM654 1394q-75 -75 -114 -170t-39 -200t39 -200t114 -170l-75 -75q-89 90 -136.5 204.5t-47.5 240.5t47.5 240.5t136.5 204.5zM1600 1056q-27 0 -54 -3q-5 97 -44.5 184.5t-107.5 156.5l75 75q84 -84 130.5 -191t51.5 -225q-26 3 -51 3zM1928 958q2 17 2 33v32q0 90 -17.5 178t-51 169.5t-83 156t-113.5 138.5l75 75q71 -71 126 -154t92.5 -174.5t57 -189t19.5 -198.5q0 -36 -2.5 -72t-7.5 -72q-22 22 -46.5 41.5t-50.5 36.5zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"MoreVertical\",\r\n Code: \"F2BC\",\r\n Path: \"M1024 384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1664q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z\"\r\n },\r\n {\r\n Name: \"ArrowTallUpLeft\",\r\n Code: \"F2BD\",\r\n Path: \"M1939 19l-1811 1810v-933h-128v1152h1152v-128h-933l1810 -1811z\"\r\n },\r\n {\r\n Name: \"ArrowTallUpRight\",\r\n Code: \"F2BE\",\r\n Path: \"M2048 2048v-1152h-128v933l-1811 -1810l-90 90l1810 1811h-933v128h1152z\"\r\n },\r\n {\r\n Name: \"ArrowTallDownLeft\",\r\n Code: \"F2BF\",\r\n Path: \"M219 128h933v-128h-1152v1152h128v-933l1811 1810l90 -90z\"\r\n },\r\n {\r\n Name: \"ArrowTallDownRight\",\r\n Code: \"F2C0\",\r\n Path: \"M2048 1152v-1152h-1152v128h933l-1810 1811l90 90l1811 -1810v933h128z\"\r\n },\r\n {\r\n Name: \"FieldEmpty\",\r\n Code: \"F2C1\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152z\"\r\n },\r\n {\r\n Name: \"FieldFilled\",\r\n Code: \"F2C2\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1792 640h-1536v896h1536v-896z\"\r\n },\r\n {\r\n Name: \"FieldChanged\",\r\n Code: \"F2C3\",\r\n Path: \"M256 640v896h1536v-232q-55 -8 -107 -32t-91 -63l-569 -569h-769zM897 512l-51 -52l-19 -76h-827v1408h2048v-540q-29 19 -61.5 31t-66.5 19v362h-1792v-1152h769zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"FieldNotChanged\",\r\n Code: \"F2C4\",\r\n Path: \"M897 512l-51 -52l-19 -76h-827v1408h2048v-540q-29 19 -61.5 31t-66.5 19v362h-1792v-1152h769zM1848 1152q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 65 43t76 14zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"RingerOff\",\r\n Code: \"F2C5\",\r\n Path: \"M896 384q0 -26 10 -49.5t27 -41t40.5 -27.5t49.5 -10q23 -65 57 -121q-14 -3 -28 -5t-28 -2q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5h-512v128h128v768q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170v-228q-16 2 -32 3t-32 1t-32 -1t-32 -3v228q0 106 -40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199v-768h484q-2 -16 -3 -32t-1 -32t1 -32t3 -32h-100zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"PlayResume\",\r\n Code: \"F2C6\",\r\n Path: \"M384 1792h128v-1536h-128v1536zM1856 1024l-1088 -768v1536zM896 503l738 521l-738 521v-1042z\"\r\n },\r\n {\r\n Name: \"BulletedList2\",\r\n Code: \"F2C7\",\r\n Path: \"M2048 1664v-128h-1536v128h1536zM512 1152h1536v-128h-1536v128zM512 640h1536v-128h-1536v128zM0 1792h384v-384h-384v384zM128 1536h128v128h-128v-128zM0 1280h384v-384h-384v384zM128 1024h128v128h-128v-128zM0 768h384v-384h-384v384zM128 512h128v128h-128v-128z\"\r\n },\r\n {\r\n Name: \"BulletedList2Mirrored\",\r\n Code: \"F2C8\",\r\n Path: \"M0 1664v-128h1536v128h-1536zM1536 1152h-1536v-128h1536v128zM1536 640h-1536v-128h1536v128zM2048 1792h-384v-384h384v384zM1920 1536h-128v128h128v-128zM2048 1280h-384v-384h384v384zM1920 1024h-128v128h128v-128zM2048 768h-384v-384h384v384zM1920 512h-128v128h128v-128z\"\r\n },\r\n {\r\n Name: \"ImageCrosshair\",\r\n Code: \"F2C9\",\r\n Path: \"M1088 1178l192 -191v-182l-192 193l-166 -166l65 -64h-182l-485 486l-192 -193v-549h640v-128h-768v1408h1792v-1024h-128v896h-1536v-421l192 191l512 -512zM1472 1536q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 1152h128v-384h-128v384zM1408 384h128v-384h-128v384zM896 640h384v-128h-384v128zM2048 640v-128h-384v128h384z\"\r\n },\r\n {\r\n Name: \"GitGraph\",\r\n Code: \"F2CA\",\r\n Path: \"M1600 1024q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-57 0 -109 19.5t-94 54t-71 81.5t-40 103q-99 6 -192.5 36t-176.5 80t-153.5 118t-123.5 152v-394q56 -12 103 -41t81 -70.5t53 -93.5t19 -109q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 57 19 109t53 93.5t81 70.5t103 41v780q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -108.5t-52.5 -93t-80.5 -70.5t-102 -41q10 -129 64 -241.5t140.5 -199t199 -140.5t241.5 -64q12 55 41 102t70.5 80.5t93 52.5t108.5 19zM1600 512q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"Repo\",\r\n Code: \"F2CB\",\r\n Path: \"M2048 1280h-128v-1152h-1792v1152h-128v640h2048v-640zM1792 1280h-512v-768l-256 128l-256 -128v768h-512v-1024h1536v1024zM896 719q32 16 64 31.5t64 32.5q32 -17 64 -32.5t64 -31.5v561h-256v-561zM1920 1792h-1792v-384h1792v384z\"\r\n },\r\n {\r\n Name: \"RepoSolid\",\r\n Code: \"F2CC\",\r\n Path: \"M1280 1280h640v-1152h-1792v1152h640v-768l256 128l256 -128v768zM2048 1920v-512h-2048v512h2048z\"\r\n },\r\n {\r\n Name: \"FolderQuery\",\r\n Code: \"F2CD\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-640h-128v640h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h640v-128h-768v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1280 896h768v-640h-384v-256h-768v640h384v256zM1536 256h-256v256h-256v-384h512v128zM1536 512h-128v-128h128v128zM1408 768v-128h256v-256h256v384h-512z\"\r\n },\r\n {\r\n Name: \"FolderList\",\r\n Code: \"F2CE\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h896v-128h-1024v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1408 128h640v-128h-640v128zM1152 128h128v-128h-128v128zM1152 384h128v-128h-128v128zM1408 384h640v-128h-640v128zM1152 640h128v-128h-128v128zM1408 640h640v-128h-640v128z\"\r\n },\r\n {\r\n Name: \"FolderListMirrored\",\r\n Code: \"F2CF\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-896h-128v896h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h896v-128h-1024v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1152 128h640v-128h-640v128zM1920 128h128v-128h-128v128zM1920 384h128v-128h-128v128zM1152 384h640v-128h-640v128zM1920 640h128v-128h-128v128zM1152 640h640v-128h-640v128z\"\r\n },\r\n {\r\n Name: \"LocationOutline\",\r\n Code: \"F2D0\",\r\n Path: \"M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1408q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1024 768q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"POISolid\",\r\n Code: \"F2D1\",\r\n Path: \"M1024 2048q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170q0 -69 -16.5 -131.5t-47.5 -124.5l-576 -1152l-576 1152q-31 62 -47.5 124.5t-16.5 131.5q0 88 23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM1024 1152q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"CalculatorNotEqualTo\",\r\n Code: \"F2D2\",\r\n Path: \"M1432 1408l-747 -640h1235v-128h-1384l-430 -369l-84 98l317 271h-339v128h488l747 640h-1235v128h1384l430 369l84 -98l-317 -271h339v-128h-488z\"\r\n },\r\n {\r\n Name: \"BoxSubtractSolid\",\r\n Code: \"F2D3\",\r\n Path: \"M1920 2048v-1920h-1920v1920h1920zM1536 1152h-1152v-128h1152v128z\"\r\n },\r\n {\r\n Name: \"BoxAdditionSolid\",\r\n Code: \"F2D4\",\r\n Path: \"M1920 2048v-1920h-1920v1920h1920zM1536 1152h-512v512h-128v-512h-512v-128h512v-512h128v512h512v128z\"\r\n },\r\n {\r\n Name: \"BoxMultiplySolid\",\r\n Code: \"F2D5\",\r\n Path: \"M1920 2048v-1920h-1920v1920h1920zM1073 1088l342 342l-113 113l-342 -342l-342 342l-113 -113l342 -342l-342 -342l113 -113l342 342l342 -342l113 113z\"\r\n },\r\n {\r\n Name: \"BoxPlaySolid\",\r\n Code: \"F2D6\",\r\n Path: \"M1920 2048v-1920h-1920v1920h1920zM1344 1091l-768 509v-1024z\"\r\n },\r\n {\r\n Name: \"BoxCheckmarkSolid\",\r\n Code: \"F2D7\",\r\n Path: \"M1920 2048v-1920h-1920v1920h1920zM1562 1427l-135 135l-659 -658l-275 274l-135 -135l410 -411z\"\r\n },\r\n {\r\n Name: \"CirclePauseSolid\",\r\n Code: \"F2D8\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM896 1408h-128v-768h128v768zM1280 1408h-128v-768h128v768z\"\r\n },\r\n {\r\n Name: \"CirclePause\",\r\n Code: \"F2D9\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM1152 1408h128v-768h-128v768zM768 1408h128v-768h-128v768z\"\r\n },\r\n {\r\n Name: \"MSNVideosSolid\",\r\n Code: \"F2DA\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1536 1027l-768 509v-1024z\"\r\n },\r\n {\r\n Name: \"CircleStopSolid\",\r\n Code: \"F2DB\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1408 1408h-768v-768h768v768z\"\r\n },\r\n {\r\n Name: \"CircleStop\",\r\n Code: \"F2DC\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 128q124 0 238.5 32t214 90.5t181 140t140 181t90.5 214t32 238.5t-32 238.5t-90.5 214t-140 181t-181 140t-214 90.5t-238.5 32t-238.5 -32t-214 -90.5t-181 -140t-140 -181t-90.5 -214t-32 -238.5t32 -238.5t90.5 -214t140 -181t181 -140t214 -90.5t238.5 -32zM640 1408h768v-768h-768v768zM768 768h512v512h-512v-512z\"\r\n },\r\n {\r\n Name: \"NavigateBack\",\r\n Code: \"F2DD\",\r\n Path: \"M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM727 1152h681v-128h-681l278 -274l-90 -92l-434 430l434 430l90 -92z\"\r\n },\r\n {\r\n Name: \"NavigateBackMirrored\",\r\n Code: \"F2DE\",\r\n Path: \"M960 2048q-133 0 -255.5 -34t-229.5 -96.5t-194.5 -150t-150 -194.5t-96.5 -229.5t-34 -255.5t34 -255.5t96.5 -229.5t150 -194.5t194.5 -150t229.5 -96.5t255.5 -34t255.5 34t229.5 96.5t194.5 150t150 194.5t96.5 229.5t34 255.5t-34 255.5t-96.5 229.5t-150 194.5t-194.5 150t-229.5 96.5t-255.5 34zM960 256q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30t221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30zM1193 1152h-681v-128h681l-278 -274l90 -92l434 430l-434 430l-90 -92z\"\r\n },\r\n {\r\n Name: \"NavigateForward\",\r\n Code: \"F2DF\",\r\n Path: \"M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM915 1426l90 92l434 -430l-434 -430l-90 92l278 274h-681v128h681z\"\r\n },\r\n {\r\n Name: \"NavigateForwardMirrored\",\r\n Code: \"F2E0\",\r\n Path: \"M960 2048q-133 0 -255.5 -34t-229.5 -96.5t-194.5 -150t-150 -194.5t-96.5 -229.5t-34 -255.5t34 -255.5t96.5 -229.5t150 -194.5t194.5 -150t229.5 -96.5t255.5 -34t255.5 34t229.5 96.5t194.5 150t150 194.5t96.5 229.5t34 255.5t-34 255.5t-96.5 229.5t-150 194.5t-194.5 150t-229.5 96.5t-255.5 34zM960 256q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221t30 221t84 198.5t130 168.5t168.5 130t198.5 84t221 30t221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221t-30 -221t-84 -198.5t-130 -168.5t-168.5 -130t-198.5 -84t-221 -30zM1005 1426l-90 92l-434 -430l434 -430l90 92l-278 274h681v128h-681z\"\r\n },\r\n {\r\n Name: \"UnknownSolid\",\r\n Code: \"F2E1\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1024 640h-128v-128h128v128zM1032 809q0 37 7 70t36 62q39 39 77 74.5t68.5 74.5t49 85t18.5 105q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5h144q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5q0 -41 -19 -73t-47.5 -61.5t-61.5 -59.5t-61.5 -66t-47.5 -81.5t-19 -106.5v-64h144v41z\"\r\n },\r\n {\r\n Name: \"UnknownMirroredSolid\",\r\n Code: \"F2E2\",\r\n Path: \"M960 2048q-132 0 -255 -34.5t-229.5 -97t-194 -150t-150 -194t-97 -229.5t-34.5 -255t34.5 -255t97 -229.5t150 -194t194 -150t229.5 -97t255 -34.5t255 34.5t229.5 97t194 150t150 194t97 229t34.5 255.5q0 132 -34.5 255t-97 229.5t-150 194t-194 150t-229 97t-255.5 34.5zM896 640h128v-128h-128v128zM888 809q0 37 -7 70t-36 62q-39 39 -77 74.5t-68.5 74.5t-49 85t-18.5 105q0 68 26 127.5t70.5 104t104 70.5t127.5 26t127.5 -26t104 -70.5t70.5 -104t26 -127.5h-144q0 38 -14.5 71.5t-39.5 58.5t-58.5 39.5t-71.5 14.5t-71.5 -14.5t-58.5 -39.5t-39.5 -58.5t-14.5 -71.5q0 -41 19 -73t47.5 -61.5t61.5 -59.5t61.5 -66t47.5 -81.5t19 -106.5v-64h-144v41z\"\r\n },\r\n {\r\n Name: \"CircleAddition\",\r\n Code: \"F2E3\",\r\n Path: \"M960 2048q133 0 255.5 -34t229.5 -96.5t194.5 -150t150 -194.5t96.5 -229.5t34 -255.5t-34 -255.5t-96.5 -229.5t-150 -194.5t-194.5 -150t-229.5 -96.5t-255.5 -34t-255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34zM960 256q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM1024 1152h512v-128h-512v-512h-128v512h-512v128h512v512h128v-512z\"\r\n },\r\n {\r\n Name: \"CircleAdditionSolid\",\r\n Code: \"F2E4\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5t-255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1152h-512v512h-128v-512h-512v-128h512v-512h128v512h512v128z\"\r\n },\r\n {\r\n Name: \"FilePDB\",\r\n Code: \"F2E5\",\r\n Path: \"M256 128h896v-128h-1024v2048h1115l549 -549v-475h-128v384h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35z\"\r\n },\r\n {\r\n Name: \"FileTemplate\",\r\n Code: \"F2E6\",\r\n Path: \"M1243 2048l549 -549v-219h-128v128h-512v512h-896v-1792h768v-128h-896v2048h1115zM1280 1536h293l-293 293v-293zM1920 128h128v-128h-128v128zM1664 128h128v-128h-128v128zM1408 128h128v-128h-128v128zM1664 1152h128v-128h-128v128zM1408 1152h128v-128h-128v128zM1152 128h128v-128h-128v128zM1920 384h128v-128h-128v128zM1152 384h128v-128h-128v128zM1920 640h128v-128h-128v128zM1152 640h128v-128h-128v128zM1920 896h128v-128h-128v128zM1152 896h128v-128h-128v128zM2048 1152v-128h-128v128h128zM1152 1152h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"FileSQL\",\r\n Code: \"F2E7\",\r\n Path: \"M256 128h128v-128h-256v2048h1115l549 -549v-731h-128v640h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM675 490q0 -26 19.5 -44.5t48 -34.5t62.5 -32t62.5 -37.5t48 -51t19.5 -71.5q0 -45 -18.5 -74.5t-48.5 -47t-67.5 -24.5t-74.5 -7q-15 0 -35 2t-40.5 5.5t-39.5 9.5t-32 14v95q12 -12 30 -21.5t37.5 -15.5t39.5 -9.5t37 -3.5q19 0 39 2.5t37 11t28 23t11 38.5q0 27 -19.5 45.5t-48 34t-62.5 31t-62.5 36.5t-48 50.5t-19.5 72.5q0 41 19 70t49 47.5t66.5 27t71.5 8.5q30 0 65 -3.5t62 -16.5v-91q-26 19 -58 26.5t-64 7.5q-17 0 -37 -3.5t-37 -11.5t-28.5 -22t-11.5 -36zM1535 360q0 -35 -5.5 -69t-18.5 -65.5t-33 -59.5t-48 -50l161 -116h-140l-100 77q-22 -5 -42.5 -8t-42.5 -3q-62 0 -111.5 21t-83.5 58.5t-52 89t-18 111.5q0 63 18 117t53 93.5t86 61.5t117 22q61 0 109.5 -22t82 -59.5t51 -89t17.5 -109.5zM1266 146q46 0 78.5 16.5t53.5 44.5t30.5 65.5t9.5 78.5q0 40 -9 78t-29 66.5t-52 46t-78 17.5q-44 0 -76 -17.5t-53.5 -46.5t-32 -66.5t-10.5 -76.5t10 -76t30.5 -66t52 -46.5t75.5 -17.5zM1945 153v-78h-308v556h92v-478h216z\"\r\n },\r\n {\r\n Name: \"FileJAVA\",\r\n Code: \"F2E8\",\r\n Path: \"M256 768h-128v1280h1115l549 -549v-731h-128v640h-512v512h-896v-1152zM1280 1536h293l-293 293v-293zM104 91q34 0 54.5 15t31.5 39t15 52.5t4 55.5v387h104v-404q0 -48 -11.5 -91t-36.5 -75t-63 -51t-91 -19q-18 0 -36 1.5t-35 8.5v98q14 -9 30.5 -13t33.5 -4zM725 640l234 -630h-115l-56 161h-248l-54 -161h-114l235 630h118zM760 256l-87 251q-3 10 -5.5 19.5t-4.5 19.5q-3 -22 -9 -39l-86 -251h192zM1488 640l-226 -630h-116l-223 630h115l155 -478q5 -13 7.5 -26t5.5 -27q2 14 5 27t8 27l159 477h110zM2040 10h-115l-56 161h-248l-54 -161h-115l236 630h118zM1841 256l-88 251q-3 9 -5 19t-5 18q-2 -9 -3.5 -19t-4.5 -18l-87 -251h193z\"\r\n },\r\n {\r\n Name: \"FileASPX\",\r\n Code: \"F2E9\",\r\n Path: \"M256 128h512v-128h-640v2048h1115l549 -549v-91h-640v512h-896v-1792zM1280 1536h293l-293 293v-293zM1408 1280q133 0 249.5 -50t203.5 -137t137 -203.5t50 -249.5t-50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5t50 249.5t137 203.5t203.5 137t249.5 50zM1408 128q21 0 37 14.5t28.5 38t21 52.5t14.5 57.5t9.5 53t5.5 40.5h-230q2 -14 5.5 -39t10 -53.5t15.5 -57.5t21 -52.5t27.5 -38.5t34.5 -15zM1534 512q1 32 1.5 64t0.5 64q0 63 -3 128h-250q-3 -65 -3 -128q0 -64 3 -128h251zM896 640q0 -32 4 -64t12 -64h243q-3 64 -3 128q0 63 3 128h-243q-8 -32 -12 -64t-4 -64zM1408 1152q-19 0 -34 -15t-27 -39t-21 -53t-15 -57.5t-10 -53t-6 -38.5h225q-2 13 -6 37.5t-11 53t-16 58t-20.5 53.5t-26.5 39t-32 15zM1661 768q3 -65 3 -128q0 -32 -0.5 -64t-1.5 -64h242q8 32 12 64t4 64t-4 64t-12 64h-243zM1851 896q-43 75 -108 131t-145 88q21 -52 32.5 -107.5t18.5 -111.5h202zM1214 1114q-78 -32 -142.5 -88t-106.5 -130h200q13 111 49 218zM965 384q42 -73 106 -129t142 -88q-21 51 -31.5 106.5t-16.5 110.5h-200zM1607 169q77 32 139.5 87.5t104.5 127.5h-198q-5 -51 -15.5 -109.5t-30.5 -105.5z\"\r\n },\r\n {\r\n Name: \"FileCSS\",\r\n Code: \"F2EA\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM1472 1152h64v-896h-128v256h-421l-256 -256h-155zM1408 933l-293 -293h293v293zM384 1792h128v-128h-128v128zM384 1536h128v-128h-128v128zM384 1280h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"FileSass\",\r\n Code: \"F2EB\",\r\n Path: \"M256 0h-128v2048h1115l549 -549v-859h-128v768h-512v512h-896v-1920zM1280 1536h293l-293 293v-293zM512 1664h-128v128h128v-128zM512 1408h-128v128h128v-128zM384 1280h128v-128h-128v128zM486 473q0 -21 8 -36t25 -28q21 -17 47 -27.5t49 -22.5q29 -15 57.5 -32.5t51 -40t36.5 -51t14 -64.5q0 -50 -20.5 -82.5t-53.5 -52.5t-74.5 -28t-83.5 -8q-16 0 -38.5 2t-46.5 6.5t-45 11t-34 15.5v106q13 -13 33 -23t42.5 -17.5t44.5 -11.5t40 -4q21 0 44 3t41.5 12t31 25.5t12.5 43.5q0 30 -21.5 50.5t-53.5 38t-69.5 34.5t-69.5 40.5t-53.5 56.5t-21.5 81q0 46 21 78.5t54 52.5t73.5 29.5t79.5 9.5q32 0 72.5 -3.5t69.5 -18.5v-101q-30 21 -65 29t-71 8q-19 0 -41 -3.5t-41 -12.5t-31.5 -25t-12.5 -40zM1044 480q86 0 130 -42t44 -129v-298h-102v71q-47 -82 -140 -82q-63 0 -103.5 34t-40.5 100q0 36 11 62.5t30.5 44.5t47.5 28.5t61 15.5l136 20q0 47 -22.5 72.5t-70.5 25.5q-42 0 -79 -15t-69 -42v91q38 23 80.5 33t86.5 10zM1118 236l-97 -13q-38 -5 -64 -20t-26 -58q0 -34 23 -50t54 -16q25 0 45 9.5t34.5 25t22.5 37t8 45.5v40zM1448 348q0 -22 16.5 -35t41 -23.5t53.5 -21t53.5 -26.5t41 -41t16.5 -64q0 -38 -19 -64.5t-47.5 -42.5t-63.5 -23t-66 -7q-33 0 -66 5.5t-64 19.5v96q29 -21 61.5 -32.5t67.5 -11.5q14 0 30.5 2t30.5 8t23.5 17t9.5 29q0 22 -16.5 35.5t-41.5 23.5t-53.5 20.5t-53.5 26.5t-41.5 41t-16.5 64q0 36 17.5 62t45 42.5t60.5 24t64 7.5q61 0 114 -19v-91q-50 33 -111 33q-13 0 -28 -2.5t-28 -9t-21.5 -17t-8.5 -26.5zM1826 348q0 -22 16.5 -35t41 -23.5t53.5 -21t53.5 -26.5t41 -41t16.5 -64t-18.5 -65t-47 -42t-63 -23t-66.5 -7q-33 0 -66.5 5.5t-63.5 19.5v96q28 -21 60.5 -32.5t67.5 -11.5q14 0 30.5 2t30.5 8t23.5 17t9.5 29q0 22 -16.5 35.5t-41 23.5t-53.5 20.5t-53.5 26.5t-41 40.5t-16.5 64.5q0 36 17.5 62t45 42.5t60.5 24t64 7.5q60 0 114 -19v-91q-50 33 -111 33q-12 0 -27.5 -2.5t-28.5 -9t-22 -17t-9 -26.5z\"\r\n },\r\n {\r\n Name: \"FileLess\",\r\n Code: \"F2EC\",\r\n Path: \"M256 128h128v-128h-256v2048h1115l549 -549v-859h-128v768h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM512 1664h-128v128h128v-128zM384 1536h128v-128h-128v128zM512 1152h-128v128h128v-128zM512 640h97v-630h-97v630zM942 512q56 0 95.5 -19t65 -52t37.5 -77.5t12 -95.5v-42h-333q2 -71 43 -106t109 -35q77 0 143 46v-89q-39 -25 -85 -33.5t-91 -8.5q-59 0 -102.5 19t-72 52.5t-42.5 80t-14 102.5q0 52 16 98.5t46.5 82t74 56.5t98.5 21zM1045 304q0 25 -5.5 48t-18 40t-32.5 27.5t-48 10.5q-27 0 -48 -10.5t-36.5 -28t-25 -40.5t-12.5 -47h226zM1338 372q0 -23 17.5 -37.5t44 -25.5t57 -22t57 -28.5t44 -44t17.5 -67.5t-20 -69.5t-50.5 -45.5t-67.5 -24.5t-71 -7.5q-36 0 -71 6t-68 21v102q30 -23 64.5 -35t72.5 -12q15 0 32.5 2t33 8t25.5 17.5t10 31.5q0 24 -17.5 38.5t-44 25.5t-57 21.5t-57 27.5t-44 43.5t-17.5 69.5q0 39 18.5 66.5t48 45t64.5 25.5t68 8q31 0 62 -4.5t60 -15.5v-98q-53 36 -118 36q-13 0 -29 -2.5t-30.5 -9.5t-24 -18t-9.5 -28zM1760 372q0 -24 17.5 -38t43.5 -25t57 -22t57 -28.5t43.5 -43.5t17.5 -68t-19.5 -70t-50 -45t-67.5 -24.5t-71 -7.5q-35 0 -71 6t-68 21v102q30 -23 64.5 -35t72.5 -12q15 0 32.5 2t33 8t25.5 17.5t10 31.5q0 24 -17.5 38.5t-44 25.5t-57 21.5t-57 27.5t-44 43.5t-17.5 69.5q0 39 18.5 66.5t48 45t64.5 25.5t68 8q31 0 62 -4.5t60 -15.5v-98q-53 36 -119 36q-13 0 -29 -2.5t-30 -9.5t-23.5 -18t-9.5 -28z\"\r\n },\r\n {\r\n Name: \"FileHTML\",\r\n Code: \"F2ED\",\r\n Path: \"M256 128h256v-128h-384v2048h1115l512 -512h37v-768h-128v640h-512v512h-896v-1792zM1573 1536l-293 293v-293h293zM877 531l-211 -211l211 -211l-90 -90l-301 301l301 301zM1216 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1946 320l-301 -301l-90 90l211 211l-211 211l90 90z\"\r\n },\r\n {\r\n Name: \"JavaScriptLanguage\",\r\n Code: \"F2EE\",\r\n Path: \"M385 514q65 0 104 33.5t59.5 83.5t26.5 108t6 108v796h145v-794q0 -82 -17 -165t-57 -149.5t-106 -108.5t-163 -42q-30 0 -60.5 4t-58.5 17v143q26 -19 57.5 -26.5t63.5 -7.5zM1136 1346q0 -46 17.5 -81t52.5 -64q44 -36 96 -62.5t103 -51.5q57 -29 115.5 -62.5t106 -77.5t77 -100.5t29.5 -129.5q0 -96 -38.5 -160t-100.5 -102.5t-141.5 -54.5t-160.5 -16q-31 0 -73.5 5t-86.5 14t-84 22t-66 30v171q29 -26 70.5 -46.5t87 -35t91.5 -22.5t84 -8q49 0 96.5 8t85 30t61 59t23.5 96q0 52 -25.5 91.5t-67.5 71.5t-96 59.5t-109.5 55.5t-109.5 60t-96 72.5t-67.5 93t-25.5 122.5q0 88 38.5 150.5t100 102.5t138.5 59t153 19q30 0 65.5 -1.5t71 -6t69 -13.5t61.5 -23v-163q-62 42 -134.5 59t-146.5 17q-44 0 -90.5 -9.5t-85 -31t-63.5 -57.5t-25 -89z\"\r\n },\r\n {\r\n Name: \"CSharpLanguage\",\r\n Code: \"F2EF\",\r\n Path: \"M0 1001q0 141 44.5 262.5t126.5 210.5t199 139.5t262 50.5q74 0 148.5 -10.5t143.5 -40.5v-155q-68 38 -141.5 56.5t-151.5 18.5q-116 0 -205.5 -40.5t-150 -111.5t-92 -166.5t-31.5 -205.5q0 -104 29 -194t86 -157t140.5 -105.5t193.5 -38.5q86 0 167.5 19t155.5 64v-141q-79 -42 -166.5 -57t-175.5 -15q-138 0 -246 46.5t-183 129t-114 195.5t-39 246zM1789 1218l-56 -264h247l-24 -93h-241l-78 -349h-110l75 349h-219l-74 -349h-110l74 349h-231l18 93h233l54 264h-244l18 93h244l74 353h111l-74 -353h221l76 353h108l-74 -353h231l-20 -93h-229zM1680 1218h-222l-58 -264h223z\"\r\n },\r\n {\r\n Name: \"CSharp\",\r\n Code: \"F2F0\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM873 384q-83 0 -149 27.5t-112 76.5t-70.5 117t-24.5 149q0 86 27.5 159t78 126t121.5 83t159 30q45 0 91 -6t88 -25v-122q-38 23 -80 34t-86 11q-64 0 -114 -21.5t-84.5 -59t-53 -90t-18.5 -113.5q0 -58 17 -107t49.5 -85t79.5 -56t107 -20q49 0 95 11.5t88 37.5v-113q-48 -25 -101.5 -34.5t-107.5 -9.5zM1278 693h-112l13 68h114l27 135h-119l14 68h119l39 188h78l-38 -188h118l40 188h77l-39 -188h111l-15 -68h-111l-28 -135h121l-17 -68h-118l-40 -181h-78l39 181h-118l-38 -181h-78zM1369 761h119l29 135h-119z\"\r\n },\r\n {\r\n Name: \"VisualBasicLanguage\",\r\n Code: \"F2F1\",\r\n Path: \"M543 536q9 58 29 115l357 1013h159l-467 -1280h-163l-458 1280h165l349 -1015q10 -28 16.5 -56t12.5 -57zM1763 1064q64 -8 117 -32.5t90 -65t57.5 -94.5t20.5 -120q0 -89 -34 -157.5t-91 -115t-132 -71t-158 -24.5h-373v1280h364q69 0 133.5 -17t115 -52.5t81 -91t30.5 -132.5q0 -110 -58 -190t-163 -113v-4zM1410 1115h153q55 0 103 13t84 40.5t56.5 70.5t20.5 103q0 55 -20.5 91t-54 57t-78 29.5t-92.5 8.5h-172v-413zM1613 520q56 0 106.5 13t88.5 41t60.5 72t22.5 107q0 69 -26.5 113t-69.5 69.5t-99 35t-114 9.5h-172v-460h203z\"\r\n },\r\n {\r\n Name: \"VB\",\r\n Code: \"F2F2\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM639 384l-271 768h140l189 -583q5 -16 8.5 -32t7.5 -33q2 17 6.5 33t9.5 33l194 582h135l-276 -768h-143zM1664 605q0 -56 -23.5 -97.5t-61.5 -69t-86.5 -41t-98.5 -13.5h-242v768h240q41 0 83.5 -9t77 -30t56 -54.5t21.5 -82.5q0 -67 -37 -114t-100 -70q78 -9 124.5 -58.5t46.5 -128.5zM1277 831h81q29 0 54.5 7t44.5 21.5t30 37t11 54.5q0 29 -11 48t-29 30.5t-41.5 16t-48.5 4.5h-91v-219zM1384 486q30 0 56.5 7t46.5 21.5t31.5 38t11.5 56.5q0 36 -14 59.5t-36.5 37t-51.5 18.5t-60 5h-91v-243h107z\"\r\n },\r\n {\r\n Name: \"CPlusPlusLanguage\",\r\n Code: \"F2F3\",\r\n Path: \"M1920 640h-512v-512h-128v512h-512v128h512v512h128v-512h512v-128zM640 1408v-512h-128v512h-512v128h512v512h128v-512h512v-128h-512z\"\r\n },\r\n {\r\n Name: \"CPlusPlus\",\r\n Code: \"F2F4\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM1280 768v256h128v-256h256v-128h-256v-256h-128v256h-256v128h256zM640 1024h-256v128h256v256h128v-256h256v-128h-256v-256h-128v256z\"\r\n },\r\n {\r\n Name: \"FSharpLanguage\",\r\n Code: \"F2F5\",\r\n Path: \"M144 1664h650v-136h-500v-442h463v-135h-463v-567h-150v1280zM1661 1218l-56 -264h247l-24 -93h-241l-78 -349h-110l75 349h-220l-73 -349h-110l74 349h-231l18 93h233l53 264h-243l18 93h244l74 353h111l-74 -353h221l76 353h108l-74 -353h231l-20 -93h-229zM1552 1218h-222l-58 -264h223z\"\r\n },\r\n {\r\n Name: \"FSharp\",\r\n Code: \"F2F6\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM798 384h-127v768h414v-108h-287v-231h265v-108h-265v-321zM1284 693h-112l14 68h113l27 135h-119l14 68h119l39 188h79l-39 -188h118l40 188h78l-40 -188h112l-15 -68h-111l-28 -135h121l-18 -68h-118l-40 -181h-77l39 181h-118l-39 -181h-77zM1375 761h120l29 135h-119z\"\r\n },\r\n {\r\n Name: \"TypeScriptLanguage\",\r\n Code: \"F2F7\",\r\n Path: \"M154 1664h888v-136h-369v-1144h-150v1144h-369v136zM1298 1346q0 -46 17.5 -81t52.5 -64q44 -36 96 -62.5t103 -51.5q57 -29 115.5 -63t106 -78t77 -100t29.5 -129q0 -96 -38.5 -160t-100.5 -102.5t-141.5 -54.5t-160.5 -16q-31 0 -73.5 5t-86.5 14t-84 22t-66 30v171q29 -26 70 -46.5t87 -35t92 -22.5t84 -8q49 0 96.5 8t85 30t61 59t23.5 96q0 52 -25.5 91.5t-67.5 71.5t-96 59.5t-109.5 55.5t-109.5 60t-96 72.5t-67.5 93t-25.5 122.5q0 88 38.5 150.5t100 102.5t138.5 59t153 19q30 0 65.5 -1.5t71 -6t69 -13.5t61.5 -23v-163q-62 42 -134.5 59t-146.5 17q-44 0 -90.5 -9.5t-85 -31t-63.5 -57.5t-25 -89z\"\r\n },\r\n {\r\n Name: \"PythonLanguage\",\r\n Code: \"F2F8\",\r\n Path: \"M480 1664q93 0 171.5 -22.5t136.5 -69t90.5 -118.5t32.5 -172q0 -102 -37 -179t-100 -129.5t-147.5 -79t-179.5 -26.5h-169v-484h-150v1280h352zM435 1004q67 0 125 14.5t101 47t68 84t25 125.5q0 71 -22.5 119.5t-62.5 78t-95 42.5t-120 13h-176v-524h157zM1984 1664l-422 -807v-473h-151v470l-411 810h171l286 -578q9 -19 16.5 -39t17.5 -40q6 20 15 40t19 39l300 578h159z\"\r\n },\r\n {\r\n Name: \"PY\",\r\n Code: \"F2F9\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792zM1801 1801h-1554v-1554h1554v1554zM602 384h-90v768h211q55 0 102.5 -13.5t82.5 -41t54.5 -71t19.5 -103.5q0 -61 -22 -107.5t-60.5 -78t-89 -47.5t-107.5 -16h-101v-290zM602 756h94q40 0 75 8.5t61 28t40.5 50.5t14.5 76q0 42 -13.5 71t-37.5 47t-57 26t-72 8h-105v-315zM1282 666l-247 486h102l172 -347q6 -11 10.5 -23t10.5 -24q3 13 8.5 24.5t11.5 22.5l180 347h95l-253 -484v-284h-90v282z\"\r\n },\r\n {\r\n Name: \"CoffeeScript\",\r\n Code: \"F2FA\",\r\n Path: \"M576 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1024 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1472 1504q-26 0 -45 19t-19 45q0 23 -14.5 41t-32.5 30q-35 24 -71.5 48t-67.5 52.5t-50.5 64.5t-19.5 84q0 26 19 45t45 19t45 -19t19 -45q0 -23 14.5 -41t32.5 -30q34 -24 71 -48t68 -52.5t50.5 -64.5t19.5 -84q0 -26 -19 -45t-45 -19zM1605 768q-33 -75 -82 -138.5t-110 -117.5h443v-128q0 -45 -14 -90.5t-40.5 -82t-65 -60t-88.5 -23.5h-1440q-50 0 -88.5 23.5t-65 60t-40.5 82t-14 90.5v128h379q-118 103 -184.5 239t-66.5 294v363h1605q66 0 123.5 -25.5t100 -69t67 -102t24.5 -123.5t-24.5 -123.5t-67 -102t-100 -69t-123.5 -25.5h-128zM1664 1280q0 -42 1 -84t1 -85q0 -55 -3.5 -109t-15.5 -106h86q39 0 73.5 15.5t59.5 41.5t39.5 61t14.5 74t-14.5 74t-39.5 61t-59.5 41.5t-73.5 15.5h-69zM256 1045q0 -88 26.5 -169t74.5 -150t114 -123.5t145 -90.5h560q79 36 145 90.5t114 123.5t74.5 150t26.5 169v235h-1280v-235zM1648 256q21 0 36 14t25 33.5t14.5 41.5t4.5 39h-1600q0 -17 4.5 -39t14.5 -41.5t25 -33.5t36 -14h1440z\"\r\n },\r\n {\r\n Name: \"MarkDownLanguage\",\r\n Code: \"F2FB\",\r\n Path: \"M643 618q14 40 28.5 79.5t31.5 77.5l393 889h184v-1280h-146v859q0 63 3 124.5t6 124.5q-8 -31 -16.5 -63t-21.5 -61l-429 -984h-72l-428 976q-14 31 -22.5 65t-18.5 67q5 -63 6 -125.5t1 -125.5v-857h-142v1280h194l386 -893q16 -37 32 -75.5t25 -77.5h6zM2029 659l-301 -301l-301 301l90 90l147 -146v1061h128v-1061l147 146z\"\r\n },\r\n {\r\n Name: \"FullWidth\",\r\n Code: \"F2FE\",\r\n Path: \"M2048 1792v-1536h-2048v1536h2048zM1920 1664h-384v-256h-128v256h-768v-256h-128v256h-384v-1280h384v128h128v-128h768v128h128v-128h384v1280zM512 1280h128v-256h-128v256zM512 896h128v-256h-128v256zM1408 1280h128v-256h-128v256zM1408 896h128v-256h-128v256z\"\r\n },\r\n {\r\n Name: \"FullWidthEdit\",\r\n Code: \"F2FF\",\r\n Path: \"M2048 1792v-540q-58 37 -128 51v361h-384v-256h-128v256h-768v-256h-128v256h-384v-1280h384v128h128v-128h128v-128h-768v1536h2048zM640 1024h-128v256h128v-256zM512 896h128v-256h-128v256zM1536 1280v-256h-128v256h128zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"Plug\",\r\n Code: \"F300\",\r\n Path: \"M1408 1664v-448q0 -83 -29 -158.5t-80.5 -134.5t-122 -98.5t-152.5 -51.5v-773h-128v773q-83 12 -153 51.5t-121.5 98.5t-80.5 134.5t-29 158.5v448h128v384h128v-384h384v384h128v-384h128zM1280 1536h-640v-320q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v320z\"\r\n },\r\n {\r\n Name: \"PlugSolid\",\r\n Code: \"F301\",\r\n Path: \"M1408 1664v-448q0 -84 -29 -159t-80.5 -134t-122 -98.5t-152.5 -51.5v-773h-128v773q-83 12 -153 51.5t-121.5 98.5t-80.5 134t-29 159v448h128v384h128v-384h384v384h128v-384h128z\"\r\n },\r\n {\r\n Name: \"PlugConnected\",\r\n Code: \"F302\",\r\n Path: \"M256 832q0 89 34 171.5t97 145.5l227 226l633 -633l-226 -227q-63 -63 -145.5 -97t-171.5 -34q-73 0 -141.5 22.5t-126.5 66.5l-327 -326l-90 90l326 327q-44 58 -66.5 126.5t-22.5 141.5zM704 512q64 0 122.5 24.5t103.5 69.5l136 136l-452 452l-136 -136q-45 -45 -69.5 -103.5t-24.5 -122.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1575 1612q44 -58 66.5 -126.5t22.5 -141.5q0 -89 -34 -171.5t-97 -145.5l-227 -226l-633 633l226 227q63 63 145.5 97t171.5 34q73 0 141.5 -22.5t126.5 -66.5l327 326l90 -90zM1442 1118q45 45 69.5 103.5t24.5 122.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-64 0 -122.5 -24.5t-103.5 -69.5l-136 -136l452 -452z\"\r\n },\r\n {\r\n Name: \"PlugDisconnected\",\r\n Code: \"F303\",\r\n Path: \"M1300 847l-271 -271l90 -90l-226 -227q-63 -63 -145.5 -97t-171.5 -34q-73 0 -141.5 22.5t-126.5 66.5l-199 -198l-90 90l198 199q-44 58 -66.5 126.5t-22.5 141.5q0 89 34 171.5t97 145.5l227 226l90 -90l271 271l91 -90l-272 -272l272 -272l272 272zM576 256q64 0 122.5 24.5t103.5 69.5l136 136l-452 452l-136 -136q-45 -45 -69.5 -103.5t-24.5 -122.5q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1831 1740q44 -58 66.5 -126.5t22.5 -141.5q0 -89 -34 -171.5t-97 -145.5l-227 -226l-633 633l226 227q63 63 145.5 97t171.5 34q73 0 141.5 -22.5t126.5 -66.5l199 198l90 -90zM1698 1246q45 45 69.5 103.5t24.5 122.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-64 0 -122.5 -24.5t-103.5 -69.5l-136 -136l452 -452z\"\r\n },\r\n {\r\n Name: \"UnlockSolid\",\r\n Code: \"F304\",\r\n Path: \"M1792 1152v-1152h-1536v1152h1152v384q0 82 -29 152.5t-80.5 122t-122 80.5t-152.5 29t-152.5 -29t-122 -80.5t-80.5 -122t-29 -152.5h-128q0 109 39 202.5t108 162.5t162.5 108t202.5 39t202.5 -39t162.5 -108t108 -162.5t39 -202.5v-384h256z\"\r\n },\r\n {\r\n Name: \"Variable\",\r\n Code: \"F305\",\r\n Path: \"M1072 1316h-224l-159 -743q-17 -78 -58 -158.5t-100.5 -146t-136 -107t-163.5 -41.5q-26 0 -53 5t-49 17t-36.5 32.5t-14.5 51.5q0 40 24.5 68.5t66.5 28.5q25 0 45 -11t36 -28t29 -38t25 -40l7 -12q32 2 58 22t46.5 50t36.5 67.5t28 75t20.5 72t13.5 58.5l167 777h-176l20 81h173l12 62q16 80 54.5 161t96.5 146t133.5 105.5t165.5 40.5q26 0 53 -5t49.5 -17t36.5 -32.5t14 -51.5q0 -42 -22.5 -70.5t-67.5 -28.5q-32 0 -53 12.5t-36 31.5t-27.5 42t-25.5 45q-37 -2 -66 -28t-51.5 -66.5t-38.5 -89.5t-27.5 -97.5t-19.5 -91t-13 -68.5h226zM1736 1252q-25 -20 -53 -53t-54.5 -69.5t-50 -73.5t-39.5 -65q10 -41 19 -81t20 -81q10 -37 22.5 -77t33.5 -73.5t52 -55t78 -21.5q12 0 28 1.5t32.5 4t32 6t26.5 8.5l-16 -59q-30 -13 -56.5 -24t-52.5 -19t-54.5 -12.5t-61.5 -4.5q-44 0 -72.5 12.5t-47 35t-30.5 54.5t-24 70q-14 44 -25 87t-22 88q-38 -60 -76 -115.5t-83 -109.5q-20 -24 -40 -46t-43.5 -39t-50.5 -27t-60 -10q-42 0 -69.5 24t-27.5 68q0 26 10 45.5t27 32.5t39 19.5t46 6.5q30 0 57.5 -11t56.5 -19q57 57 106.5 121t87.5 134l-2 10q-4 19 -12 51t-17.5 69.5t-21.5 76.5t-24.5 72t-26 57.5t-26.5 32.5q-34 20 -77 20q-27 0 -56 -5.5t-54 -16.5l16 60q14 6 42 17t58 22t58 19t42 8q44 0 73.5 -14t49.5 -39t33 -58t24 -71q11 -39 20.5 -79.5t17.5 -80.5l2 -8q0 -2 0.5 -3t0.5 -3q19 30 41 68t48 78t55.5 78.5t62.5 68.5t70 48.5t78 18.5q39 0 66.5 -26t27.5 -66q0 -25 -10 -44t-26.5 -32t-38 -19.5t-44.5 -6.5q-26 0 -58 8.5t-57 16.5z\"\r\n },\r\n {\r\n Name: \"Parameter\",\r\n Code: \"F306\",\r\n Path: \"M1027 1600q121 0 227 -37t185 -107t124.5 -170t45.5 -226q0 -66 -17.5 -137.5t-54 -130t-93 -96.5t-134.5 -38q-86 0 -124 47t-39 129h-4q-23 -79 -74.5 -127.5t-137.5 -48.5q-59 0 -101.5 23.5t-70 62t-40.5 88t-13 102.5q0 70 18.5 140t56.5 125t96.5 89.5t138.5 34.5q23 0 46.5 -6t44.5 -18t37 -30t24 -42v5q2 20 3.5 40t3.5 40h93l-24 -286q-3 -32 -7 -65t-4 -65q0 -22 2.5 -48.5t11.5 -50t26.5 -39t47.5 -15.5q36 0 64 15.5t48.5 40.5t34.5 57.5t23 67t12.5 68.5t3.5 62q0 110 -36 196t-100.5 145t-154 90t-195.5 31q-115 0 -208.5 -43t-160 -116.5t-102.5 -171.5t-36 -209q0 -115 35.5 -208.5t101.5 -159.5t159.5 -102t208.5 -36q81 0 160.5 13t152.5 48v-92q-75 -32 -157 -43.5t-163 -11.5q-133 0 -243 41.5t-189.5 118t-123.5 185.5t-44 243q0 135 45 250t126 199t194 131.5t250 47.5zM949 745q61 0 100 34.5t61 85.5t30.5 109t8.5 105q0 34 -7 63t-22.5 50t-41.5 33t-63 12q-58 0 -97 -30t-63 -75t-34.5 -98.5t-10.5 -100.5q0 -33 7 -66.5t23 -60.5t43 -44t66 -17zM0 1792h384v-128h-256v-1280h256v-128h-384v1536zM2048 1792v-1536h-384v128h256v1280h-256v128h384z\"\r\n },\r\n {\r\n Name: \"CommentUrgent\",\r\n Code: \"F307\",\r\n Path: \"M2048 1920v-1408h-1317l-475 -475v475h-256v1408h2048zM1920 1792h-1792v-1152h256v-293l293 293h1243v1152zM1024 1152h-128v512h128v-512zM1024 896h-128v128h128v-128z\"\r\n },\r\n {\r\n Name: \"Storyboard\",\r\n Code: \"F308\",\r\n Path: \"M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM128 384h1024v1024h-1024v-1024zM1920 384v1024h-640v-1024h640zM1408 1280h384v-128h-384v128zM1408 1024h384v-128h-384v128zM1408 768h384v-128h-384v128zM1024 1280v-768h-768v768h768zM896 1152h-512v-512h512v512z\"\r\n },\r\n {\r\n Name: \"DiffInline\",\r\n Code: \"F309\",\r\n Path: \"M1792 2048v-2048h-1536v2048h1536zM384 1920v-384h1280v384h-1280zM1664 512h-1280v-384h1280v384zM1664 768v640h-1280v-640h1280z\"\r\n },\r\n {\r\n Name: \"DiffSideBySide\",\r\n Code: \"F30A\",\r\n Path: \"M0 1664h896v-1280h-896v1280zM768 512v768h-640v-768h640zM128 1536v-128h640v128h-640zM2048 1664v-1280h-896v1280h896zM1920 768h-640v-256h640v256zM1920 1536h-640v-512h640v512z\"\r\n },\r\n {\r\n Name: \"ImageDiff\",\r\n Code: \"F30B\",\r\n Path: \"M2048 2048v-1920h-2048v1920h2048zM128 1152h933l-485 486l-448 -449v-37zM1701 1152l-293 293l-230 -229l65 -64h458zM128 256h933l-485 486l-448 -449v-37zM1243 256h458l-293 293l-230 -229zM1920 1024h-1792v-549l448 447l512 -512l320 321l475 -475h37v768zM1920 1152v768h-1792v-549l448 447l512 -512l320 321l475 -475h37z\"\r\n },\r\n {\r\n Name: \"ImagePixel\",\r\n Code: \"F30C\",\r\n Path: \"M2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-512h256v-256h-256v-512h1024v256h256v-256h256v256h256v1024zM640 1152h-256v256h256v-256zM640 896v256h256v-256h-256zM1152 896v-256h-256v256h256zM1664 896v-256h-256v256h256zM1664 1152h-256v256h256v-256z\"\r\n },\r\n {\r\n Name: \"FileBug\",\r\n Code: \"F30D\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM896 1280h128v-512h-128v512zM896 640h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"FileCode\",\r\n Code: \"F30E\",\r\n Path: \"M1792 1499v-1499h-1664v2048h1115zM1280 1536h293l-293 293v-293zM1664 128v1280h-512v512h-896v-1792h1408zM749 1107l-211 -211l211 -211l-90 -90l-301 301l301 301zM1261 1197l301 -301l-301 -301l-90 90l211 211l-211 211z\"\r\n },\r\n {\r\n Name: \"FileComment\",\r\n Code: \"F30F\",\r\n Path: \"M1371 512l-384 -384h677v256h128v-384h-1664v2048h1115l421 -421v-90h-90l-294 292v-293h-128v384h-896v-1792h704v384h-192v896h1280v-896h-677zM1317 640h603v640h-1024v-640h192v-230zM1024 1152h768v-128h-768v128zM1024 896h768v-128h-768v128z\"\r\n },\r\n {\r\n Name: \"BusinessHoursSign\",\r\n Code: \"F310\",\r\n Path: \"M1671 1152q25 0 47 -9.5t38.5 -26t26 -38.5t9.5 -47v-782q0 -25 -9.5 -47t-26 -38.5t-38.5 -26t-47 -9.5h-1422q-25 0 -47 9.5t-38.5 26t-26 38.5t-9.5 47v782q0 25 9.5 47t26 38.5t38.5 26t47 9.5h44l447 446q-18 29 -27 62t-9 68q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -35 -9 -68t-27 -62l447 -446h44zM960 1856q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM475 1152h970l-355 356q-59 -36 -130 -36q-35 0 -68 9t-62 27zM1664 1024h-1408v-768h1408v768zM1408 640h-896v128h896v-128z\"\r\n },\r\n {\r\n Name: \"FileImage\",\r\n Code: \"F311\",\r\n Path: \"M256 128h1536v-128h-1664v2048h1115l549 -549v-91h-640v512h-896v-1792zM1280 1536h293l-293 293v-293zM2048 1280v-1024h-1408v1024h1408zM768 1152v-421l320 319l416 -416l160 160l256 -256v614h-1152zM1755 384h139l-230 230l-69 -70zM768 384h805l-485 486l-320 -321v-165zM1728 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"FileSymlink\",\r\n Code: \"F312\",\r\n Path: \"M256 128h640v-128h-768v2048h1115l549 -549v-347h-128v256h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM2048 1024v-1024h-1024v1024h1024zM1920 896h-768v-768h768v768zM1299 365l274 275h-165v128h384v-384h-128v165l-275 -274z\"\r\n },\r\n {\r\n Name: \"AutoFillTemplate\",\r\n Code: \"F313\",\r\n Path: \"M2048 1792v-640h-2048v640h2048zM1920 1664h-1792v-384h1792v384zM0 1024h2048v-640h-2048v640zM128 512h1792v384h-1792v-384zM1536 1408h-1280v128h1280v-128zM256 768h640v-128h-640v128z\"\r\n },\r\n {\r\n Name: \"WorkItem\",\r\n Code: \"F314\",\r\n Path: \"M1155 128l128 -128h-1027v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-1027l-128 -128v1027h-128v-256h-1024v256h-128v-1536h771zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z\"\r\n },\r\n {\r\n Name: \"WorkItemBug\",\r\n Code: \"F315\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1664 1664h-128v-256h-1024v256h-128v-1536h1280v1536zM896 1152h128v-512h-128v512zM896 512h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"LogRemove\",\r\n Code: \"F316\",\r\n Path: \"M256 256h1092l-128 -128h-1092v384h-128v128h128v768h-128v128h128v512h1792v-1220l-128 -128v1220h-1536v-384h128v-128h-128v-768h128v-128h-128v-256zM1024 1408v-896h-384v896h384zM896 1280h-128v-640h128v640zM1408 770v766h-128v-894l-95 -95l34 -35h-67v1152h384v-835l-35 34zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z\"\r\n },\r\n {\r\n Name: \"ColumnOptions\",\r\n Code: \"F317\",\r\n Path: \"M2048 1920v-1024h-128v512h-512v-384h-128v384h-512v-1024h256v-128h-1024v1664h2048zM640 1408h-512v-1024h512v1024zM1920 1536v256h-1792v-256h1792zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1601 256q40 0 74.5 15t60.5 41.5t41 61.5t15 75q0 39 -15 74t-41.5 61t-61.5 41t-74 15q-40 0 -75 -15.5t-61 -41.5t-41 -61t-15 -75t15 -74.5t41.5 -60.5t61.5 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"Packages\",\r\n Code: \"F318\",\r\n Path: \"M2048 1024h-128v-1024h-1280v1024h-128v384h768v256h-1024v-896h384v-128h-512v1024h-128v384h1536v-384h-128v-256h640v-384zM128 1792h1280v128h-1280v-128zM1792 1024h-1024v-896h1024v896zM1920 1280h-1280v-128h1280v128zM1408 512h-512v128h512v-128zM896 256v128h384v-128h-384z\"\r\n },\r\n {\r\n Name: \"BuildIssue\",\r\n Code: \"F319\",\r\n Path: \"M1905 630l143 -157v-217h-128v167l-101 112q-36 -20 -77 -22l-78 -89v-168h-128v216l72 82q-5 3 -8.5 6.5l-7.5 7.5l-248 249l-192 -193v-496h128v-128h-640v128h128v576q0 38 14.5 73.5t41.5 62.5l384 384q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l384 -384q27 -27 41.5 -62.5t14.5 -73.5q0 -40 -15 -74zM1043 877q61 -29 90 -90l256 256q19 19 19 45t-19 45t-45 19t-45 -19zM896 128h128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-576zM1728 640q26 0 45 19t19 45t-19 45l-256 256q-14 -31 -36.5 -52.5t-46.5 -45.5l249 -248q19 -19 45 -19zM640 640v-128h-512v1408h1152v-512h-128v384h-896v-1152h384zM768 1536v-384h-128v384h128zM640 896v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"AssessmentGroup\",\r\n Code: \"F31A\",\r\n Path: \"M640 512h-256v256h256v-256zM1152 512h-256v256h256v-256zM1664 1536h-256v256h256v-256zM1664 512h-256v256h256v-256zM1152 1024h-256v256h256v-256zM1664 1024h-256v256h256v-256zM1920 1792v-1536h-1792v1536h128v-1408h1536v1408h128z\"\r\n },\r\n {\r\n Name: \"VariableGroup\",\r\n Code: \"F31B\",\r\n Path: \"M690 701q0 23 15 38t38 15q12 0 23 -6t20 -13t16.5 -13t14.5 -6q10 0 26.5 15.5t35 39.5t38.5 53.5t37 57t29 50t17 33.5q-8 34 -17 67t-17 67q-8 31 -17.5 54.5t-24 39.5t-34 24.5t-47.5 8.5q-10 0 -20.5 -1t-21.5 -3v25l184 33q21 -23 35.5 -46.5t24 -48t16.5 -51t15 -56.5q15 22 37.5 56.5t51 66.5t61 55.5t66.5 23.5q25 0 45 -13.5t20 -40.5q0 -54 -54 -54q-20 0 -37 9t-37 9q-19 0 -40 -19t-40.5 -45t-35.5 -52.5t-26 -41.5l57 -237q1 -7 4 -19.5t8 -25t12 -22t16 -9.5q12 0 27.5 11.5t29.5 27.5t25.5 32.5t15.5 27.5l24 -12q-8 -19 -28 -47t-45.5 -54.5t-52 -45.5t-48.5 -19t-36.5 13t-25.5 30q-9 16 -17 46.5t-15 65t-13.5 67.5t-13.5 53q-11 -20 -26.5 -48t-35.5 -58.5t-43 -61t-48 -54t-50.5 -38.5t-50.5 -15q-26 0 -46.5 17t-20.5 44zM1516 640q54 69 83 149.5t29 168.5q0 90 -29 170t-83 152h94q118 -139 118 -322q0 -91 -28.5 -170t-89.5 -148h-94zM0 1920h2048v-1664h-2048v1664zM1920 384v1024h-1792v-1024h1792zM1920 1536v256h-1792v-256h1792zM438 640q-62 68 -90 147.5t-28 170.5q0 183 118 322h93q-54 -70 -82.5 -151.5t-28.5 -170.5q0 -87 28.5 -168t82.5 -150h-93z\"\r\n },\r\n {\r\n Name: \"FullHistory\",\r\n Code: \"F31C\",\r\n Path: \"M896 1536h128v-512h-128v512zM512 1280h-512v512h128v-274q67 123 163 221t212.5 166.5t248.5 105.5t272 37q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272h-128q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-129 0 -251 -36t-227.5 -103t-190.5 -161.5t-140 -211.5h297v-128zM1024 896h1024v-128h-1024v128zM1024 512h1024v-128h-1024v128zM1024 128h1024v-128h-1024v128zM161 785q36 -129 105.5 -239t165.5 -194.5t214 -139.5t250 -74v-130q-154 21 -292 83t-250 158.5t-193.5 224t-122.5 277.5z\"\r\n },\r\n {\r\n Name: \"Wheelchair\",\r\n Code: \"F31F\",\r\n Path: \"M1728 1152q40 0 75 -15t61 -41t41 -60.5t15 -74.5q0 -22 -4 -39l-128 -640q-7 -33 -24.5 -61.5t-42.5 -49t-56 -32t-65 -11.5q-39 0 -74 15t-61.5 41.5t-41.5 61.5t-15 74q0 10 1 19.5t3 18.5l82 410h-99q13 -61 13 -128q0 -133 -50 -249.5t-137 -203.5t-203.5 -137t-249.5 -50t-249.5 50t-203.5 137t-137 203.5t-50 249.5q0 115 39 220t108 188.5t164.5 141t208.5 79.5l246 315l-38 25l-144 -145q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l256 256q27 27 62.5 41.5t73.5 14.5q58 0 107 -32q87 -56 171 -114t170 -115q0 54 19.5 101.5t54 83t81.5 56t101 20.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-13.5t-13.5 1q11 -42 11 -82q0 -49 -13 -89t-34 -75t-48 -68.5t-56 -70.5h359zM1536 1920q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1080 1614l-262 -336q102 -8 196 -47t171 -106l166 213q20 26 30.5 56t10.5 62q0 45 -19.5 83.5t-54.5 67.5q-17 14 -37 26.5t-38 24.5l-301 201q-18 13 -36.5 26t-37.5 24q-10 5 -17.5 8t-18.5 3q-26 0 -45 -19l-256 -256q-19 -19 -19 -45t19 -45t45 -19t45 19l219 219zM768 128q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1600 256q23 0 40.5 14.5t22.5 36.5l128 640q1 4 1 12q0 27 -18.5 46t-45.5 19h-448q44 -59 75 -128h295l-113 -563q-1 -4 -1 -13q0 -26 18.5 -45t45.5 -19zM768 1024q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM768 384q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"Diploma\",\r\n Code: \"F320\",\r\n Path: \"M1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-128v-1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20v1280q0 53 20 99.5t55 81.5t81.5 55t99.5 20h1280zM128 256q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h930q-34 60 -34 128t34 128h-930q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1408 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50v1536q0 68 34 128h-1058q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1280h1024q26 0 45 -19t19 -45t-19 -45t-45 -19q-25 0 -49 -9.5t-42 -27.5t-27.5 -42t-9.5 -49q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1792 1664q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM512 1664h896v-128h-896v128zM512 1408h256v-128h-256v128zM512 1152h256v-128h-256v128zM512 896h256v-128h-256v128zM1152 1408q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -17 -4 -33.5t-4 -30.5v-539l-248 124l-248 -124v539q0 14 -4 30.5t-4 33.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1152 1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM1288 731v204q-30 -20 -65 -29.5t-71 -9.5t-71 9.5t-65 29.5v-204l136 68z\"\r\n },\r\n {\r\n Name: \"SingleColumnEdit\",\r\n Code: \"F321\",\r\n Path: \"M128 384h699l-32 -128h-795v1536h1920v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-1664v-1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"DoubleColumnEdit\",\r\n Code: \"F322\",\r\n Path: \"M1152 766l-128 -129v1155h896v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-640v-898zM896 509l-50 -51l-51 -202h-795v1536h896v-1283zM768 1664h-640v-1280h640v1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"TripleColumnEdit\",\r\n Code: \"F323\",\r\n Path: \"M1536 1150l-128 -128v770h512v-490q-18 3 -36 5t-36 2q-14 0 -28 -1.5t-28 -3.5v360h-256v-514zM896 509l-128 -157v1440h512v-898l-128 -128v898h-256v-1155zM128 1792h512v-1536h-512v1536zM256 384h256v1280h-256v-1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"ColumnLeftTwoThirdsEdit\",\r\n Code: \"F324\",\r\n Path: \"M128 384h699l-32 -128h-795v1536h1280v-898l-128 -128v898h-1024v-1280zM2048 1792v-540q-29 19 -61.5 31t-66.5 19v362h-384v-514l-128 -128v770h640zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"ColumnRightTwoThirdsEdit\",\r\n Code: \"F325\",\r\n Path: \"M0 1792h640v-1536h-640v1536zM128 384h384v1280h-384v-1280zM2048 1792v-540q-29 19 -61.5 31t-66.5 19v362h-1024v-1155l-128 -157v1440h1280zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"StreamLogo\",\r\n Code: \"F329\",\r\n Path: \"M1919 1024h1q-1 -21 -11.5 -40t-28.5 -30l-1271 -809q-26 -17 -56 -17q-21 0 -40.5 8t-33.5 22t-22.5 32.5t-8.5 40.5v452l-235 -162q-6 -5 -14 -7t-16 -2q-24 0 -39.5 18t-15.5 41v906q0 23 15.5 41t39.5 18q8 0 16 -2t14 -7l235 -162v453q0 22 8.5 40.5t22.5 32t33.5 21.5t40.5 8q30 0 56 -17l1272 -806q19 -12 28.5 -31t9.5 -42zM576 1773v-497l273 -188h807zM256 1341v-634l461 317zM576 275l1076 685h-803l-273 -188v-497z\"\r\n },\r\n {\r\n Name: \"PassiveAuthentication\",\r\n Code: \"F32A\",\r\n Path: \"M1344 538l339 339l90 -90l-429 -429l-237 237l90 90zM2048 1280v-1280h-1280v781q-61 -13 -128 -13q-133 0 -249.5 50t-203.5 137t-137 203.5t-50 249.5t50 249.5t137 203.5t203.5 137t249.5 50t249.5 -50t203.5 -137t137 -203.5t50 -249.5q0 -67 -13 -128h781zM128 1408q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5t199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1920 1152h-693q-51 -113 -134.5 -196.5t-196.5 -134.5v-693h1024v1024zM1005 1555l-429 -429l-237 237l90 90l147 -147l339 339z\"\r\n },\r\n {\r\n Name: \"AlertSolid\",\r\n Code: \"F331\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1152 512v256h-256v-256h256zM1152 896v640h-256v-640h256z\"\r\n },\r\n {\r\n Name: \"MegaphoneSolid\",\r\n Code: \"F332\",\r\n Path: \"M1920 1600q6 1 16 1.5t22 0.5q24 0 50 -1t40 -1v-1152q-14 0 -39 -0.5t-49 -0.5h-30t-21 2l-763 136q-10 -57 -38.5 -106t-70.5 -84t-94.5 -55t-110.5 -20q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5q0 28 6 57l-396 71q-8 1 -17.5 1.5t-20.5 0.5q-22 0 -44.5 -1t-39.5 -1v512q14 0 38.5 -1t47.5 -1q11 0 20.5 0.5t15.5 1.5zM832 448q35 0 67 12t57 33.5t42 50.5t23 64l-378 67q-3 -18 -3 -35q0 -40 15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"TaskSolid\",\r\n Code: \"F333\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1627 1107l-136 136l-659 -659l-275 275l-136 -136l411 -411z\"\r\n },\r\n {\r\n Name: \"ConfigurationSolid\",\r\n Code: \"F334\",\r\n Path: \"M1755 1536h-475v475zM960 1016q38 0 71.5 -14.5t58.5 -40t39.5 -59t14.5 -70.5q0 -38 -14.5 -71.5t-40 -58.5t-59 -39.5t-70.5 -14.5q-38 0 -71.5 14.5t-58.5 40t-39.5 58.5t-14.5 71t14.5 71.5t40 58.5t58.5 39.5t71 14.5zM1792 1408v-1408h-1664v2048h1024v-640h640zM1283 776q2 14 3 28t1 28t-1 28t-3 28l185 76l-55 134l-185 -77q-33 46 -79 79l77 185l-134 55l-76 -185q-14 2 -28 3t-28 1t-28 -1t-28 -3l-76 185l-134 -55l77 -185q-46 -33 -79 -79l-185 77l-55 -134l185 -76q-2 -14 -3.5 -28t-1.5 -28t1.5 -28t3.5 -28l-185 -76l55 -134l185 77q33 -46 79 -79l-77 -185l134 -55l76 185q14 -2 28 -3.5t28 -1.5t28 1.5t28 3.5l76 -185l134 55l-77 185q46 33 79 79l185 -77l55 134z\"\r\n },\r\n {\r\n Name: \"BugSolid\",\r\n Code: \"F335\",\r\n Path: \"M704 1600q0 72 30 135l-139 140l90 90l126 -126q45 39 99 60t114 21t114 -21t99 -60l126 126l90 -90l-139 -140q30 -63 30 -135q0 -13 -1.5 -25.5t-3.5 -24.5q-75 32 -154.5 49t-160.5 17t-160.5 -17t-154.5 -49q-2 12 -3.5 24.5t-1.5 25.5zM1600 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192h-128v192q0 34 -11.5 65.5t-32.5 57t-49.5 43t-62.5 23.5q19 -62 24 -125.5t5 -127.5q0 -36 -0.5 -72t-0.5 -72l3 -4q61 -66 93 -138t32 -163q0 -85 -32.5 -162.5t-92.5 -137.5l-90 90q42 42 64.5 97t22.5 114q0 67 -29 128q-32 -100 -92 -182.5t-140 -141.5t-177 -91.5t-202 -32.5t-202 32.5t-177 91.5t-140.5 141.5t-91.5 182.5q-29 -61 -29 -128q0 -59 22.5 -114t64.5 -97l-90 -90q-60 60 -92.5 137.5t-32.5 162.5q0 91 32 163t93 138l3 4q0 36 -0.5 72t-0.5 72q0 64 5 127.5t24 125.5q-34 -6 -62.5 -23.5t-49.5 -43t-32.5 -57t-11.5 -65.5v-192h-128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5h22q40 69 97 128q-65 2 -121.5 28t-98.5 69t-66.5 100.5t-24.5 122.5v192h128v-192q0 -40 15 -75t41 -61t61 -41t75 -15h169q133 64 279 64t279 -64h169q40 0 75 15t61 41t41 61t15 75v192h128v-192q0 -65 -24.5 -122.5t-66.5 -100.5t-98.5 -69t-121.5 -28q57 -59 97 -128h22z\"\r\n },\r\n {\r\n Name: \"CrownSolid\",\r\n Code: \"F336\",\r\n Path: \"M1354 881l438 527v-1280h-1536v1280l445 -526l323 526zM384 1664q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1024 1536q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"Trophy2Solid\",\r\n Code: \"F337\",\r\n Path: \"M640 512q0 62 29.5 109.5t76 80t103 49.5t111.5 17t111.5 -17t103 -49.5t76 -80t29.5 -109.5h-640zM1504 384q13 0 22.5 -9.5t9.5 -22.5v-224h-1152v224q0 13 9.5 22.5t22.5 9.5h1088zM1792 1792q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-192q0 -98 -36 -180t-98.5 -141.5t-146.5 -93t-180 -33.5q-41 -62 -96.5 -110t-120.5 -80.5t-137 -49t-145 -16.5q-74 0 -145.5 16.5t-136.5 49t-120.5 80.5t-96.5 110q-96 0 -180 33.5t-146.5 93t-98.5 141.5t-36 180v192q0 27 10 50t27.5 40.5t40.5 27.5t50 10h256v128h1152v-128h256zM384 1664h-256v-192q0 -57 19 -109t53 -93.5t81 -70.5t103 -41v506zM1792 1664h-256v-506q56 12 103 41t81 70.5t53 93.5t19 109v192z\"\r\n },\r\n {\r\n Name: \"QuickNoteSolid\",\r\n Code: \"F338\",\r\n Path: \"M1920 1920v-1792h-1152v640h-640v1152h1792zM128 640h512v-512z\"\r\n },\r\n {\r\n Name: \"ConstructionConeSolid\",\r\n Code: \"F339\",\r\n Path: \"M1920 128v-128h-1792v128h270l96 384h802l-32 128h-738l64 256h610l-32 128h-546l224 896h356l448 -1792h270z\"\r\n },\r\n {\r\n Name: \"PageListSolid\",\r\n Code: \"F33A\",\r\n Path: \"M1792 2048v-1792h-1536v1792h1536zM640 896h-128v-128h128v128zM640 1280h-128v-128h128v128zM640 1664h-128v-128h128v128zM1536 896h-768v-128h768v128zM1536 1280h-768v-128h768v128zM1536 1664h-768v-128h768v128z\"\r\n },\r\n {\r\n Name: \"PageListMirroredSolid\",\r\n Code: \"F33B\",\r\n Path: \"M256 2048v-1792h1536v1792h-1536zM1408 896h128v-128h-128v128zM1408 1280h128v-128h-128v128zM1408 1664h128v-128h-128v128zM512 896h768v-128h-768v128zM512 1280h768v-128h-768v128zM512 1664h768v-128h-768v128z\"\r\n },\r\n {\r\n Name: \"StarburstSolid\",\r\n Code: \"F33C\",\r\n Path: \"M2048 1024l-384 -256l96 -480l-480 96l-256 -384l-256 384l-480 -96l96 480l-384 256l384 256l-96 480l480 -96l256 384l256 -384l480 96l-96 -480l384 -256v0z\"\r\n },\r\n {\r\n Name: \"ReadingModeSolid\",\r\n Code: \"F33D\",\r\n Path: \"M640 384q43 0 75.5 -9.5t60 -26t52.5 -40.5t54 -52h-882v1536h128v-1408h512zM640 1920q67 0 132 -16.5t124 -49.5v-1435q-54 45 -120 69t-136 24h-384v1408h384zM1920 1792v-1536h-882q28 28 53.5 52t53 40.5t60 26t75.5 9.5h512v1408h128zM1280 512q-70 0 -136 -24t-120 -69v1435q59 33 124 49.5t132 16.5h384v-1408h-384z\"\r\n },\r\n {\r\n Name: \"SadSolid\",\r\n Code: \"F33E\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM640 1440q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1544 564q-50 55 -109 99t-125.5 74.5t-138.5 46.5t-147 16t-147 -16t-138.5 -46.5t-126 -74.5t-108.5 -99l144 -127q72 81 169.5 126t206.5 45t206.5 -45t169.5 -126zM1408 1120q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5z\"\r\n },\r\n {\r\n Name: \"HealthSolid\",\r\n Code: \"F33F\",\r\n Path: \"M1504 1920q113 0 212 -42.5t172.5 -116t116 -172.5t42.5 -212q0 -58 -12 -115t-36 -110h-463l-192 200l-320 -320l-448 448l-320 -328h-207q-24 53 -36 110t-12 115q0 113 42.5 212t116 172.5t172.5 116t212 42.5q109 0 208.5 -41t176.5 -118l95 -96l95 96q77 77 176.5 118t208.5 41zM1408 1024h510q-7 -8 -14 -16.5t-15 -16.5l-865 -864l-865 864q-8 8 -15 16.5t-14 16.5h254l192 184l448 -448l320 320z\"\r\n },\r\n {\r\n Name: \"ShieldSolid\",\r\n Code: \"F340\",\r\n Path: \"M960 2048q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146l-31 -18l-31 18q-116 67 -230.5 146t-217.5 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5z\"\r\n },\r\n {\r\n Name: \"GiftBoxSolid\",\r\n Code: \"F341\",\r\n Path: \"M1792 1280v-1280h-768v1280h256q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h256v-1280h-768v1280h292q-35 59 -35 128q0 53 20 99.5t54.5 81.5t81 55t99.5 20q97 0 181.5 -45.5t138.5 -126.5q54 81 138.5 126.5t181.5 45.5q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -34 -9.5 -66.5t-26.5 -61.5h292z\"\r\n },\r\n {\r\n Name: \"ShoppingCartSolid\",\r\n Code: \"F342\",\r\n Path: \"M1600 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 31 11 64h-534q11 -33 11 -64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 55 29.5 102t79.5 71l-432 1299h-189v128h281l85 -256h1682l-298 -896h-1085l85 -256h850zM768 320q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1600 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z\"\r\n },\r\n {\r\n Name: \"MailSolid\",\r\n Code: \"F343\",\r\n Path: \"M2048 1664v-85l-1024 -512l-1024 512v85h2048zM1024 853l1024 512v-981h-2048v981z\"\r\n },\r\n {\r\n Name: \"ChatSolid\",\r\n Code: \"F344\",\r\n Path: \"M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048z\"\r\n },\r\n {\r\n Name: \"RibbonSolid\",\r\n Code: \"F345\",\r\n Path: \"M512 826q107 -94 238 -144t274 -50t274 50t238 144v-826l-512 256l-512 -256v826zM1024 768q-88 0 -170 23t-153 64.5t-129 100t-99.5 129.5t-64.5 153t-23 170t23 170t64.5 153t99.5 129.5t129 100t153 64.5t170 23t170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23zM1024 1800q-81 0 -152.5 -31t-124.5 -84t-84 -124.5t-31 -152.5t31 -152.5t84 -124.5t124.5 -84t152.5 -31t152.5 31t124.5 84t84 124.5t31 152.5t-31 152.5t-84 124.5t-124.5 84t-152.5 31zM1024 1152q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20z\"\r\n },\r\n {\r\n Name: \"FinancialSolid\",\r\n Code: \"F346\",\r\n Path: \"M0 150l384 384v-534h-384v150zM512 662l384 384v-1046h-384v662zM1792 1152h128v-1152h-384v918zM1344 726l64 64v-790h-384v1046zM2048 1792v-512h-128v293l-576 -575l-384 384l-960 -961v182l960 959l384 -384l485 486h-293v128h512z\"\r\n },\r\n {\r\n Name: \"FinancialMirroredSolid\",\r\n Code: \"F347\",\r\n Path: \"M2048 150l-384 384v-534h384v150zM1536 662l-384 384v-1046h384v662zM256 1152h-128v-1152h384v918zM704 726l-64 64v-790h384v1046zM0 1792v-512h128v293l576 -575l384 384l960 -961v182l-960 959l-384 -384l-485 486h293v128h-512z\"\r\n },\r\n {\r\n Name: \"HeadsetSolid\",\r\n Code: \"F348\",\r\n Path: \"M1024 2048q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204v-544q0 -40 -28 -68t-68 -28h-288v640h256q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h256v-640h-128v-128q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20v48q0 33 23.5 56.5t56.5 23.5h352q33 0 56.5 -23.5t23.5 -56.5v-224q0 -33 -23.5 -56.5t-56.5 -23.5h-352q-33 0 -56.5 23.5t-23.5 56.5v48q-80 0 -150 30t-122 82t-82 122t-30 150v128h-32q-40 0 -68 28t-28 68v544q0 106 27.5 204t77.5 183.5t120 155.5t155.5 120t183.5 77.5t204 27.5z\"\r\n },\r\n {\r\n Name: \"PermissionsSolid\",\r\n Code: \"F349\",\r\n Path: \"M2048 475v-475h-512v256h-256v256h-256v207q-74 -39 -155 -59t-165 -20q-97 0 -187 25t-168 71t-142.5 110.5t-110.5 142.5t-71 168t-25 187t25 187t71 168t110.5 142.5t142.5 110.5t168 71t187 25t187 -25t168 -71t142.5 -110.5t110.5 -142.5t71 -168t25 -187q0 -51 -8 -101t-23 -98zM512 1344q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"ParkingSolid\",\r\n Code: \"F34A\",\r\n Path: \"M2019 973q29 -64 29 -133v-72q0 -38 -10.5 -73t-30 -65t-47.5 -54.5t-62 -39.5q-15 -35 -39.5 -63t-55 -47.5t-66 -30.5t-73.5 -11q-69 0 -128 34t-94 94h-708q-35 -60 -94 -94t-128 -34t-128 34t-94 94h-162q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256q0 79 30 149t82.5 122.5t122 82.5t149.5 30h37l328 328q27 27 62.5 41.5t73.5 14.5h907v-128h-29zM512 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1152 1536h-267q-26 0 -45 -19l-237 -237h549v256zM1280 1280h459l-99 219q-8 17 -24 27t-35 10h-301v-256zM1664 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"ParkingMirroredSolid\",\r\n Code: \"F34B\",\r\n Path: \"M29 973q-29 -64 -29 -133v-72q0 -38 10.5 -73t30 -65t47.5 -54.5t62 -39.5q15 -35 39.5 -63t55 -47.5t66 -30.5t73.5 -11q69 0 128 34t94 94h708q35 -60 94 -94t128 -34t128 34t94 94h162q27 0 50 10t40.5 27.5t27.5 40.5t10 50v256q0 79 -30 149t-82.5 122.5t-122 82.5t-149.5 30h-37l-328 328q-27 27 -62.5 41.5t-73.5 14.5h-907v-128h29zM1536 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM896 1536h267q26 0 45 -19l237 -237h-549v256zM768 1280h-459l99 219q8 17 24 27t35 10h301v-256zM384 512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10z\"\r\n },\r\n {\r\n Name: \"DiamondSolid\",\r\n Code: \"F34C\",\r\n Path: \"M34 1152h498l423 -1081l-6 -17zM1377 1280h-706l256 640h194zM670 1152h708l-354 -905zM1093 71l423 1081h498l-915 -1098zM789 1920l-256 -640h-505l365 609q8 14 23 22.5t32 8.5h341zM2020 1280h-505l-256 640h341q17 0 32 -8.5t23 -22.5z\"\r\n },\r\n {\r\n Name: \"AsteriskSolid\",\r\n Code: \"F34D\",\r\n Path: \"M1280 1024l695 -401l-128 -222l-695 401v-802h-256v802l-695 -401l-128 222l695 401l-695 401l128 222l695 -401v802h256v-802l695 401l128 -222z\"\r\n },\r\n {\r\n Name: \"OfflineStorageSolid\",\r\n Code: \"F34E\",\r\n Path: \"M960 1280q-69 0 -137.5 6t-136.5 19q-34 7 -79.5 18.5t-93 29.5t-94 42t-82.5 54.5t-58.5 68t-22.5 82.5t22.5 82.5t58.5 68t82.5 54.5t94 42t93 29.5t79.5 18.5q68 13 136.5 19t137.5 6t137.5 -6t136.5 -19q34 -7 79.5 -18.5t93 -29.5t94 -42t82.5 -54.5t58.5 -68t22.5 -82.5t-22.5 -82.5t-58.5 -68t-82.5 -54.5t-94 -42t-93 -30t-79.5 -18q-68 -13 -136.5 -19t-137.5 -6zM960 1152q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 6 -80.5 18t-95 30t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3zM960 768q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 7 -80.5 18.5t-95 29.5t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3zM960 384q45 0 100.5 3t115 10t120 18.5t117 28.5t105.5 40t86 53q13 11 21.5 21.5t19.5 22.5q2 2 9 6.5t10 6.5v-146q0 -46 -23 -83.5t-60.5 -68.5t-85 -55t-96 -42t-95 -30t-80.5 -18q-66 -12 -132 -17.5t-132 -5.5t-132 5.5t-132 17.5q-34 6 -80.5 18t-95 30t-96 42t-85 55t-60.5 68.5t-23 83.5v146q3 -2 10 -6.5t9 -6.5q11 -12 19.5 -22.5t21.5 -21.5q36 -30 85.5 -53t106 -40t117 -28.5t120 -18.5t114.5 -10t101 -3z\"\r\n },\r\n {\r\n Name: \"BankSolid\",\r\n Code: \"F34F\",\r\n Path: \"M1920 1408v-128h-1920v128l960 480zM256 1152v-512h-128v512h128zM512 1152v-512h-128v512h128zM768 1152v-512h-128v512h128zM1024 1152v-512h-128v512h128zM1280 1152v-512h-128v512h128zM1536 1152v-512h-128v512h128zM1792 640h-128v512h128v-512zM1792 512l128 -384h-1920l128 384h1664z\"\r\n },\r\n {\r\n Name: \"DecisionSolid\",\r\n Code: \"F350\",\r\n Path: \"M490 705q-25 0 -48.5 10t-41.5 28l-363 363q-37 37 -37 90q0 27 10 50t27.5 40t40.5 27t50 10q26 0 49.5 -9.5t41.5 -27.5l362 -362q18 -18 27.5 -41.5t9.5 -49.5t-10 -49.5t-27.5 -41t-40.5 -27.5t-50 -10zM1214 1429q-25 0 -48.5 10t-41.5 28l-362 362q-38 38 -38 91q0 27 10 50t27.5 40.5t40.5 27.5t50 10q53 0 90 -37l363 -363q18 -18 27.5 -41.5t9.5 -49.5t-10 -49.5t-27.5 -41t-40.5 -27.5t-50 -10zM694 1038l-362 362l316 316l362 -362zM1938 200q19 -19 19 -45t-19 -45t-45 -19t-45 19l-951 950l91 91zM0 128h1024v-128h-1024v128zM128 384h768v-128h-768v128z\"\r\n },\r\n {\r\n Name: \"Parachute\",\r\n Code: \"F351\",\r\n Path: \"M1920 1216q0 -29 -10.5 -53.5t-27.5 -45.5t-39 -38t-45 -30q-11 -7 -20.5 -9.5t-19.5 -12.5l-478 -478v-453q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v453l-478 478q-10 10 -19.5 12.5t-20.5 9.5q-23 13 -45 30t-39 38t-27.5 45.5t-10.5 53.5q0 127 38.5 238t106 203.5t159.5 165t198.5 122.5t223 76.5t234.5 26.5q117 0 234 -26.5t223.5 -76.5t198.5 -122.5t159.5 -165t106 -203.5t38.5 -238zM960 1920q-99 0 -199.5 -22t-193 -64t-172.5 -102.5t-139.5 -139t-93.5 -173t-34 -203.5q0 -8 5 -15t12.5 -14t15 -12t12.5 -8q46 -29 107.5 -51t131.5 -38t144.5 -26t147 -16.5t138 -9t118.5 -2.5q52 0 118 2.5t138.5 9t147 16.5t144.5 26t131.5 38t107.5 51q5 3 12.5 8t15 12t12.5 14t5 15q0 109 -34 203.5t-93.5 173t-139.5 139t-172.5 102.5t-193 64t-199.5 22zM896 897q-118 2 -236 13.5t-234 34.5l305 -305h165v257zM1152 512h-384v-384h384v384zM1494 945q-116 -23 -234 -34.5t-236 -13.5v-257h165z\"\r\n },\r\n {\r\n Name: \"ParachuteSolid\",\r\n Code: \"F352\",\r\n Path: \"M960 2048q95 0 188 -16t183 -48q123 -44 230 -119t187 -174t126 -219.5t46 -255.5q0 -50 -30 -88t-69 -65q-5 -3 -14.5 -8.5t-19.5 -10.5t-18.5 -10t-10.5 -7l-478 -478v-453q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v453l-478 478q-2 2 -10.5 7t-18.5 10t-19.5 10.5t-14.5 8.5q-39 27 -69 65t-30 88q0 135 46 255.5t126 219.5t187 174t230 119q90 32 183 48t188 16zM896 897q-119 2 -236.5 13.5t-234.5 34.5l306 -305h165v257zM1189 640l306 305q-117 -23 -234.5 -34.5t-236.5 -13.5v-257h165z\"\r\n },\r\n {\r\n Name: \"FiltersSolid\",\r\n Code: \"F353\",\r\n Path: \"M384 1024h1280v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256v-512q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5v512h-256q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v128zM1600 2048q40 0 75 -15t61 -41t41 -61t15 -75v-64h-34q-17 0 -33.5 -2t-30 -8.5t-22 -19t-8.5 -34.5v-576h-1280v640q0 53 20 99.5t55 81.5t81.5 55t99.5 20h960z\"\r\n },\r\n {\r\n Name: \"ColorSolid\",\r\n Code: \"F354\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t13.5 103.5t41.5 95.5q6 11 11 17t12 16q25 39 37.5 71.5t12.5 80.5q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-48 0 -80.5 -12.5t-71.5 -37.5q-10 -7 -16 -12t-17 -11q-45 -28 -95.5 -41.5t-103.5 -13.5t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1408 1568q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM512 1120q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM896 1376q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM1280 352q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5zM1536 736q33 0 62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5t-62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5z\"\r\n },\r\n {\r\n Name: \"ReviewSolid\",\r\n Code: \"F355\",\r\n Path: \"M448 1280l-320 -320v320h-128v640h1664v-640h-1216zM384 1024h1664v-640h-128v-320l-320 320h-1216v640z\"\r\n },\r\n {\r\n Name: \"ReviewRequestSolid\",\r\n Code: \"F356\",\r\n Path: \"M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM768 1024h-128v-128h128v128zM776 1152q0 30 19 54t47.5 47.5t61.5 48t61.5 55.5t47.5 70t19 92q0 65 -29 117t-75.5 88.5t-105 56t-118.5 19.5q-59 0 -117.5 -16.5t-105.5 -49.5t-76 -82.5t-29 -115.5h144q0 33 18.5 56t46.5 37.5t60 20.5t59 6q29 0 61.5 -9t59.5 -26t45 -42.5t18 -59.5q0 -30 -19 -54t-47.5 -47.5t-61.5 -48t-61.5 -55.5t-47.5 -70t-19 -92h144z\"\r\n },\r\n {\r\n Name: \"ReviewRequestMirroredSolid\",\r\n Code: \"F357\",\r\n Path: \"M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM768 1024h-128v-128h128v128zM1032 1536q0 66 -29 115.5t-76 82.5t-105.5 49.5t-117.5 16.5q-60 0 -118.5 -19.5t-105 -56t-75.5 -88.5t-29 -117q0 -53 19 -92t47.5 -70t61.5 -55.5t61.5 -48t47.5 -47.5t19 -54h144q0 53 -19 92t-47.5 70t-61.5 55.5t-61.5 48t-47.5 47.5t-19 54q0 34 18 59.5t45 42.5t59.5 26t61.5 9q27 0 59 -6t60 -20.5t46.5 -37.5t18.5 -56h144z\"\r\n },\r\n {\r\n Name: \"ReviewResponseSolid\",\r\n Code: \"F358\",\r\n Path: \"M2029 109q19 -19 19 -45t-19 -45t-45 -19t-45 19l-785 784q-95 -80 -210.5 -121.5t-239.5 -41.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25t187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -124 -41.5 -239.5t-121.5 -210.5zM1146 1523l-135 135l-435 -434l-156 156l-136 -136l292 -292z\"\r\n },\r\n {\r\n Name: \"FeedbackRequestSolid\",\r\n Code: \"F359\",\r\n Path: \"M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1024 768h-128v-128h128v128zM1032 937q0 37 7 70t36 62q39 39 77 74.5t68.5 74.5t49 85t18.5 105q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5h144q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5q0 -41 -19 -73t-47.5 -61.5t-61.5 -59.5t-61.5 -66t-47.5 -81.5t-19 -106.5v-64h144v41z\"\r\n },\r\n {\r\n Name: \"FeedbackRequestMirroredSolid\",\r\n Code: \"F35A\",\r\n Path: \"M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1024 768h-128v-128h128v128zM1288 1408q0 68 -26 127.5t-70.5 104t-104 70.5t-127.5 26t-127.5 -26t-104 -70.5t-70.5 -104t-26 -127.5q0 -61 19 -106.5t47.5 -81.5t61.5 -66t61.5 -59.5t47.5 -61.5t19 -73v-64h144v64q0 61 -19 106.5t-47.5 81.5t-61.5 66t-61.5 59.5t-47.5 61.5t-19 73q0 38 14.5 71.5t39.5 58.5t58.5 39.5t71.5 14.5t71.5 -14.5t58.5 -39.5t39.5 -58.5t14.5 -71.5h144z\"\r\n },\r\n {\r\n Name: \"FeedbackResponseSolid\",\r\n Code: \"F35B\",\r\n Path: \"M2048 1920v-1408h-1344l-448 -448v448h-256v1408h2048zM1627 1491l-136 136l-659 -659l-275 275l-136 -136l411 -411z\"\r\n },\r\n {\r\n Name: \"WorkItemBar\",\r\n Code: \"F35C\",\r\n Path: \"M1280 1920v-1792h-640v1792h640zM1152 1792h-384v-1536h384v1536z\"\r\n },\r\n {\r\n Name: \"WorkItemBarSolid\",\r\n Code: \"F35D\",\r\n Path: \"M1280 1920v-1792h-640v1792h640z\"\r\n },\r\n {\r\n Name: \"Separator\",\r\n Code: \"F35E\",\r\n Path: \"M1024 1920v-1792h-128v1792h128z\"\r\n },\r\n {\r\n Name: \"NavigateExternalInline\",\r\n Code: \"F35F\",\r\n Path: \"M1536 640h128v-640h-1408v1408h640v-128h-512v-1152h1152v512zM1664 1408v-640h-128v421l-595 -594l-90 90l594 595h-421v128h640z\"\r\n },\r\n {\r\n Name: \"PlanView\",\r\n Code: \"F360\",\r\n Path: \"M128 1792v-384h1920v-128h-1920v-1152h-128v1792h2048v-128h-1920zM256 1152h128v-128h-128v128zM512 1152h128v-128h-128v128zM768 1152h128v-128h-128v128zM1024 1152h128v-128h-128v128zM1280 1152h128v-128h-128v128zM1536 1152h128v-128h-128v128zM1792 1152h128v-128h-128v128zM256 640h128v-128h-128v128zM512 640h128v-128h-128v128zM768 640h128v-128h-128v128zM1024 640h128v-128h-128v128zM1280 640h128v-128h-128v128zM1536 640h128v-128h-128v128zM1792 640h128v-128h-128v128zM256 896h128v-128h-128v128zM512 896h128v-128h-128v128zM768 896h128v-128h-128v128zM1024 896h128v-128h-128v128zM1280 896h128v-128h-128v128zM1536 896h128v-128h-128v128zM1792 896h128v-128h-128v128zM256 384h128v-128h-128v128zM512 384h128v-128h-128v128zM768 384h128v-128h-128v128zM1024 384h128v-128h-128v128zM1280 384h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"TimelineMatrixView\",\r\n Code: \"F361\",\r\n Path: \"M128 1792v-384h1920v-128h-384v-384h384v-128h-384v-384h384v-128h-384v-128h-128v128h-640v-128h-128v128h-640v-128h-128v1792h2048v-128h-1920zM768 384v384h-640v-384h640zM1536 768h-640v-384h640v384zM1536 1280h-640v-384h640v384zM128 1280v-384h640v384h-640z\"\r\n },\r\n {\r\n Name: \"EngineeringGroup\",\r\n Code: \"F362\",\r\n Path: \"M453 1536q110 123 258 189.5t313 66.5q32 0 64 -3t64 -8v-130q-32 6 -64 9.5t-64 3.5q-104 0 -200.5 -33t-179.5 -95h-191zM1651 896q6 32 9.5 64t3.5 64t-3.5 64t-9.5 64h130q5 -32 8 -64t3 -64t-3 -64t-8 -64h-130zM515 640q45 -60 102 -107.5t122.5 -80.5t137.5 -50.5t147 -17.5q32 0 64 3.5t64 9.5v-130q-32 -5 -64 -8t-64 -3q-103 0 -200 26.5t-183 76.5t-158 121t-123 160h155zM2048 1920v-640h-768v640h768zM1920 1792h-512v-384h512v384zM1280 768h768v-640h-768v640zM1408 256h512v384h-512v-384zM768 768h-768v640h768v-640zM640 1280h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"ProjectCollection\",\r\n Code: \"F363\",\r\n Path: \"M1920 1408q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1152h-1792v512h-256v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t57.5 -23.5t45.5 -31t41 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-384h128zM128 1920v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480zM256 768v640q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h480v384h-736q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h128zM1000 1344q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5zM1920 1280h-736q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h1536v1024z\"\r\n },\r\n {\r\n Name: \"CaretBottomRightCenter8\",\r\n Code: \"F364\",\r\n Path: \"M1792 1717v-1461h-1461zM1536 1099l-587 -587h587v587z\"\r\n },\r\n {\r\n Name: \"CaretBottomLeftCenter8\",\r\n Code: \"F365\",\r\n Path: \"M1717 256h-1461v1461zM512 512h587l-587 587v-587z\"\r\n },\r\n {\r\n Name: \"CaretTopRightCenter8\",\r\n Code: \"F366\",\r\n Path: \"M1792 1792v-1461l-1461 1461h1461zM1536 1536h-587l587 -587v587z\"\r\n },\r\n {\r\n Name: \"CaretTopLeftCenter8\",\r\n Code: \"F367\",\r\n Path: \"M1717 1792l-1461 -1461v1461h1461zM512 949l587 587h-587v-587z\"\r\n },\r\n {\r\n Name: \"DonutChart\",\r\n Code: \"F368\",\r\n Path: \"M1024 1920q123 0 237.5 -32t214 -90.5t181.5 -140.5t140.5 -181.5t90.5 -214t32 -237.5t-32 -237.5t-90.5 -214t-140.5 -181.5t-181.5 -140.5t-214 -90.5t-237.5 -32t-237.5 32t-214 90.5t-181.5 140.5t-140.5 181.5t-90.5 213.5t-32 238q0 123 32 237.5t90.5 214t140.5 181.5t181.5 140.5t213.5 90.5t238 32zM1152 1518q84 -22 154.5 -69t121.5 -112.5t79.5 -145.5t28.5 -167h256q0 140 -48 267t-133.5 228t-203 169.5t-255.5 92.5v-263zM1408 1024q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1024 256q140 0 267 48t228 133.5t169.5 203t92.5 255.5h-263q-22 -84 -69 -154.5t-112.5 -121.5t-145.5 -79.5t-167 -28.5q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5v256q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5z\"\r\n },\r\n {\r\n Name: \"ChevronUnfold10\",\r\n Code: \"F369\",\r\n Path: \"M559 1233l-145 145l610 610l610 -610l-145 -145l-465 465zM1489 815l145 -145l-610 -610l-610 610l145 145l465 -465z\"\r\n },\r\n {\r\n Name: \"ChevronFold10\",\r\n Code: \"F36A\",\r\n Path: \"M1024 862l610 -610l-145 -145l-465 465l-465 -465l-145 145zM1024 1186l-610 610l145 145l465 -465l465 465l145 -145z\"\r\n },\r\n {\r\n Name: \"DoubleChevronDown8\",\r\n Code: \"F36B\",\r\n Path: \"M1024 1099l-762 762l181 181l581 -581l581 581l181 -181zM1605 1018l181 -181l-762 -762l-762 762l181 181l581 -581z\"\r\n },\r\n {\r\n Name: \"DoubleChevronUp8\",\r\n Code: \"F36C\",\r\n Path: \"M1024 949l762 -762l-181 -181l-581 581l-581 -581l-181 181zM443 1030l-181 181l762 762l762 -762l-181 -181l-581 581z\"\r\n },\r\n {\r\n Name: \"DoubleChevronLeft8\",\r\n Code: \"F36D\",\r\n Path: \"M1461 1024l581 -581l-181 -181l-762 762l762 762l181 -181zM1018 1605l-581 -581l581 -581l-181 -181l-762 762l762 762z\"\r\n },\r\n {\r\n Name: \"DoubleChevronRight8\",\r\n Code: \"F36E\",\r\n Path: \"M187 1786l762 -762l-762 -762l-181 181l581 581l-581 581zM1973 1024l-762 -762l-181 181l581 581l-581 581l181 181z\"\r\n },\r\n {\r\n Name: \"ChevronDownEnd6\",\r\n Code: \"F36F\",\r\n Path: \"M1024 783l-1017 1016l242 242l775 -776l775 776l242 -242zM2048 341v-341h-2048v341h2048z\"\r\n },\r\n {\r\n Name: \"ChevronUpEnd6\",\r\n Code: \"F370\",\r\n Path: \"M1024 1265l1017 -1016l-242 -242l-775 776l-775 -776l-242 242zM2048 2048v-341h-2048v341h2048z\"\r\n },\r\n {\r\n Name: \"ChevronLeftEnd6\",\r\n Code: \"F371\",\r\n Path: \"M1265 1024l776 -775l-242 -242l-1016 1017l1016 1017l242 -242zM0 2048h341v-2048h-341v2048z\"\r\n },\r\n {\r\n Name: \"ChevronRightEnd6\",\r\n Code: \"F372\",\r\n Path: \"M249 2041l1016 -1017l-1016 -1017l-242 242l776 775l-776 775zM2048 2048v-2048h-341v2048h341z\"\r\n },\r\n {\r\n Name: \"ContextMenu\",\r\n Code: \"F37C\",\r\n Path: \"M1792 1920v-1664h-1536v1664h1536zM1664 1792h-1280v-1408h1280v1408zM1408 1024h-768v128h768v-128zM1408 640h-768v128h768v-128zM1408 1408h-768v128h768v-128z\"\r\n },\r\n {\r\n Name: \"AzureAPIManagement\",\r\n Code: \"F37F\",\r\n Path: \"M1661 1408q80 0 150.5 -30t123 -81.5t83 -121.5t30.5 -151q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30h-128v128h128q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20h-128v64q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-63 0 -121.5 -17t-109 -48.5t-92.5 -76t-72 -98.5l-25 -46q-38 13 -76.5 21.5t-79.5 8.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30h105q11 36 32 65.5t49.5 50.5t62.5 32.5t71 11.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -47 -17.5 -87.5t-48 -71t-71.5 -48t-87 -17.5q-37 0 -71 11.5t-62.5 32.5t-49.5 50.5t-32 65.5h-105q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5q46 0 93 -9q39 61 92.5 110t116 83.5t132 53t142.5 18.5q110 0 208.5 -39t175.5 -108t127 -162.5t62 -202.5zM832 1216q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-103 0 -196 38.5t-166 111.5l91 91q54 -55 124 -84t147 -29q79 0 149 30.5t122 82.5t82.5 122t30.5 149t-30.5 149t-82.5 122t-122 82.5t-149 30.5q-77 0 -147 -29t-124 -84l-91 91q73 73 166 111.5t196 38.5z\"\r\n },\r\n {\r\n Name: \"AzureServiceEndpoint\",\r\n Code: \"F380\",\r\n Path: \"M1920 1024v-128h-1129q-11 -36 -32 -65.5t-49.5 -50.5t-62.5 -32.5t-71 -11.5q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q37 0 71 -11.5t62.5 -32.5t49.5 -50.5t32 -65.5h1129zM576 576q77 0 147 29t124 84l91 -91q-73 -73 -166 -111.5t-196 -38.5q-106 0 -199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40q103 0 196 -38.5t166 -111.5l-91 -91q-54 55 -124 84t-147 29q-79 0 -149 -30.5t-122 -82.5t-82.5 -122t-30.5 -149t30.5 -149t82.5 -122t122 -82.5t149 -30.5z\"\r\n },\r\n {\r\n Name: \"VSTSLogo\",\r\n Code: \"F381\",\r\n Path: \"M2048 1675v-1254l-518 -421l-799 293v-293l-438 585l1316 -101v1125zM293 1337v-752l-293 125v589l200 261l678 195v293l731 -439z\"\r\n },\r\n {\r\n Name: \"VSTSAltLogo1\",\r\n Code: \"F382\",\r\n Path: \"M992 864v624l288 52v-710l-282 -232l-434 145v-146l-308 363zM2048 1835v-1622l-512 -213l-1536 517l1536 -228v1759zM256 960l-128 37v326l117 152l396 155v120l351 -262l-736 -144v-384z\"\r\n },\r\n {\r\n Name: \"VSTSAltLogo2\",\r\n Code: \"F383\",\r\n Path: \"M1024 853v640l256 47v-710l-282 -232l-443 145v-146l-299 378zM2048 1835v-1622l-512 -213l-1536 517l1536 -228v1759zM1909 1858l-275 -246l364 209zM1568 1546v-93l372 307zM1776 1913l-190 -199l280 162zM1568 2000v-165l167 95zM1568 1730l162 170l-162 -93v-77zM1568 1584l287 258l-287 -166v-92zM1568 1313l379 315l-379 -218v-97zM1568 458v-93l372 306zM1568 1177l399 325l-399 -229v-96zM1568 1137v-100l401 330zM1568 1001v-97l358 303zM1568 865v-92l404 324zM1568 729v-89l382 308zM1568 594v-91l413 327zM1568 322v-52l384 271zM1293 293l-143 -90l263 72zM1125 318l-116 -74l219 58zM968 341l-97 -57l195 42zM788 368l-57 -38l157 23zM607 374l84 8l-54 8zM597 396l-246 37l195 -66zM677 323l60 40l-137 -14zM812 278l91 53l-174 -26zM946 232l103 66l-181 -39zM1080 187l141 89l-225 -60zM1214 142l171 100l-259 -70zM1332 103l215 152l-74 11l-229 -134zM1487 50l411 325l-513 -290zM2016 234v72l-481 -272zM2016 438l-457 -362l457 258v104zM2016 557l-620 -438l620 351v87zM2016 702l-385 -317l385 221v96zM2016 827l-388 -307l388 222v85zM2016 971l-398 -321l398 228v93zM2016 1101l-384 -307l384 220v87zM2016 1251l-373 -315l373 214v101zM2016 1375l-355 -293l355 204v89zM2016 1511l-370 -301l370 212v89zM2016 1654l-374 -311l374 215v96zM2016 1792l-386 -319l386 223v96zM256 975l-128 22v326l123 166l390 113v148l383 -257l-768 -148v-370z\"\r\n },\r\n {\r\n Name: \"FileTypeSolution\",\r\n Code: \"F387\",\r\n Path: \"M128 384h512v-128h-640v1664h2048v-576h-128v64h-1792v-1024zM128 1792v-256h1792v256h-1792zM2048 1158v-1021l-320 -137l-503 503l-335 -259l-122 76v639l122 77l335 -259l503 503zM1088 640l-183 183v-366zM1728 914l-320 -274l320 -274v548z\"\r\n },\r\n {\r\n Name: \"DateTime12\",\r\n Code: \"F38F\",\r\n Path: \"M1707 1137q78 -37 141.5 -93.5t107.5 -127t68 -151.5t24 -168q0 -123 -47 -232t-128 -190t-190 -128t-232 -47q-87 0 -168 24t-151.5 68t-127 107.5t-93.5 141.5h-911v1536h341v171h171v-171h683v171h170v-171h342v-740zM171 1536h1365v171h-1365v-171zM859 512q-6 42 -6 85q0 124 47 233t128 190t190 128t233 47q43 0 85 -6v176h-1365v-853h688zM1451 171q88 0 165.5 33.5t135.5 91.5t91.5 135.5t33.5 165.5t-33.5 166t-91 136t-135.5 91.5t-166 33.5q-89 0 -166.5 -33.5t-135.5 -91.5t-91.5 -136t-33.5 -166q0 -89 33.5 -166.5t91.5 -135t136 -91t166 -33.5zM1536 683h171v-171h-342v341h171v-170z\"\r\n },\r\n {\r\n Name: \"WordLogoInverse16\",\r\n Code: \"F390\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1408zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-1408v-256h1408zM747 608h212l184 832h-204l-87 -475l-109 475h-202l-104 -478l-94 478h-206l185 -832h215l102 478z\"\r\n },\r\n {\r\n Name: \"WordLogo16\",\r\n Code: \"F391\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1408zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-1408v-256h1408zM747 608h212l184 832h-204l-87 -475l-109 475h-202l-104 -478l-94 478h-206l185 -832h215l102 478z\"\r\n },\r\n {\r\n Name: \"PowerPointLogoInverse16\",\r\n Code: \"F393\",\r\n Path: \"M658 1061h-90v196h94q51 0 79.5 -20t28.5 -75q0 -57 -29.5 -79t-82.5 -22zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-117 0 -229 26t-214.5 75t-192.5 120.5t-163 162.5h-97q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h97q73 91 163 162.5t192.5 120.5t214.5 75t229 26zM1152 1911v-247q26 0 49.5 -10.5t41 -27.5t27.5 -40t10 -50v-384h631q-21 147 -87.5 276t-166.5 229t-229 166.5t-276 87.5zM1024 1920q-177 0 -338.5 -66t-287.5 -190h626v256zM361 1440v-832h207v272h106q65 0 121.5 19.5t98.5 56.5t66 90.5t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 182t90.5 214t32 238h-640v-513q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q126 -124 287.5 -190t338.5 -66z\"\r\n },\r\n {\r\n Name: \"PowerPointLogo16\",\r\n Code: \"F394\",\r\n Path: \"M658 1061h-90v196h94q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22zM1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5q-117 0 -229 26t-214.5 75t-192.5 120.5t-163 162.5h-97q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h97q73 91 163 162.5t192.5 120.5t214.5 75t229 26zM1152 1911v-247q26 0 49.5 -10.5t41 -27.5t27.5 -40.5t10 -49.5v-384h631q-21 147 -87.5 276t-166.5 229t-229 166.5t-276 87.5zM1024 1920q-177 0 -338.5 -66t-287.5 -190h626v256zM361 1440v-832h207v272h106q66 0 122.5 19.5t98 56.5t65.5 90.5t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 182t90.5 214t32 238h-640v-513q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q126 -124 287.5 -190t338.5 -66z\"\r\n },\r\n {\r\n Name: \"ExcelLogoInverse16\",\r\n Code: \"F396\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM496 608l146 267l143 -267h255l-259 419l253 413h-244l-140 -255l-129 255h-259l246 -414l-270 -418h258zM1152 128v256h-640v-256h640zM1152 1664v256h-640v-256h640zM1920 128v384h-640v-384h640zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-640v-256h640z\"\r\n },\r\n {\r\n Name: \"ExcelLogo16\",\r\n Code: \"F397\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM496 608l146 267l143 -267h255l-259 419l253 413h-244l-140 -255l-129 255h-259l246 -414l-270 -418h258zM1152 128v256h-640v-256h640zM1152 1664v256h-640v-256h640zM1920 128v384h-640v-384h640zM1920 640v384h-640v-384h640zM1920 1152v384h-640v-384h640zM1920 1664v256h-640v-256h640z\"\r\n },\r\n {\r\n Name: \"OneNoteLogoInverse16\",\r\n Code: \"F399\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM452 1108l392 -500h205v832h-207v-488l-382 488h-216v-832h208v500zM1920 128v384h-384v-384h384zM1920 640v384h-384v-384h384zM1920 1152v384h-384v-384h384zM1920 1664v256h-1408v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h896v1536h512z\"\r\n },\r\n {\r\n Name: \"OneNoteLogo16\",\r\n Code: \"F39A\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1408zM452 1108l392 -500h205v832h-207v-488l-382 488h-216v-832h208v500zM1920 128v384h-384v-384h384zM1920 640v384h-384v-384h384zM1920 1152v384h-384v-384h384zM1920 1664v256h-1408v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1024q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h896v1536h512z\"\r\n },\r\n {\r\n Name: \"OutlookLogoInverse16\",\r\n Code: \"F39C\",\r\n Path: \"M2048 1043v-929q0 -24 -9 -44.5t-24.5 -36t-36 -24.5t-44.5 -9h-1564q-24 0 -44.5 9t-36 24.5t-24.5 36t-9 44.5v270h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128v-648l102 -58q11 -7 18.5 -18t7.5 -25zM1152 1792v-128q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h512v513zM1792 1152h-512v-423l512 295v128zM512 1792v-128h512v128h-512zM638 608q95 0 172 31t131 86.5t83.5 133.5t29.5 173q0 91 -28.5 166t-81.5 129t-127.5 84t-165.5 30q-97 0 -175 -30t-133 -85.5t-85 -134t-30 -175.5q0 -92 30 -167t84 -128.5t129.5 -83t166.5 -29.5zM384 128h1429l-558 312q-18 -25 -44.5 -40.5t-58.5 -15.5h-768v-256zM1920 215v731l-1 1v-2l-639 -364v-9zM454 1024q0 45 11.5 86t35 72.5t59.5 50t85 18.5q51 0 86 -19t57 -51t31.5 -73.5t9.5 -86.5q0 -46 -10.5 -86.5t-33.5 -70.5t-59 -47.5t-86 -17.5q-49 0 -84 18.5t-57.5 50t-33.5 72t-11 84.5z\"\r\n },\r\n {\r\n Name: \"OutlookLogo16\",\r\n Code: \"F39D\",\r\n Path: \"M2048 1043v-929q0 -24 -9 -44.5t-24.5 -36t-36 -24.5t-44.5 -9h-1564q-24 0 -44.5 9t-36 24.5t-24.5 36t-9 44.5v270h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-776l102 -58q11 -7 18.5 -18t7.5 -25zM1152 1792v-128q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h512v513zM1792 1152h-512v-423l512 295v128zM512 1792v-128h512v128h-512zM638 608q95 0 172 31t131 87t83.5 134t29.5 172q0 91 -28.5 166t-81.5 129t-127.5 84t-165.5 30q-97 0 -175 -30.5t-133 -86t-85 -134t-30 -174.5q0 -92 30 -167t84 -128.5t129.5 -83t166.5 -29.5zM384 128h1429l-558 312q-18 -25 -45 -40.5t-58 -15.5h-768v-256zM1920 215v731l-1 1v-2l-639 -364v-9zM454 1024q0 45 11.5 86t35 72.5t59.5 50t85 18.5q51 0 86 -19t57 -51t31.5 -73.5t9.5 -86.5q0 -46 -10.5 -86.5t-33.5 -70.5t-59 -47.5t-86 -17.5q-49 0 -84 18.5t-57.5 50t-33.5 72t-11 84.5z\"\r\n },\r\n {\r\n Name: \"PublisherLogoInverse16\",\r\n Code: \"F39F\",\r\n Path: \"M2048 1664v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM361 608h206v271h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832zM1664 128v384h-384q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1152zM1664 640v384h-384v-384h384zM1664 1152v768h-1152v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-384h384zM1920 384v1280h-128v-1280h128zM658 1061h-91v196h95q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22z\"\r\n },\r\n {\r\n Name: \"PublisherLogo16\",\r\n Code: \"F3A0\",\r\n Path: \"M2048 1664v-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-128h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM361 608h206v271h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832zM1664 128v384h-384q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256h1152zM1664 640v384h-384v-384h384zM1664 1152v768h-1152v-256h640q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-384h384zM1920 384v1280h-128v-1280h128zM658 1061h-91v196h95q53 0 80.5 -20.5t27.5 -74.5q0 -57 -29 -79t-83 -22z\"\r\n },\r\n {\r\n Name: \"VisioLogoInverse16\",\r\n Code: \"F3A2\",\r\n Path: \"M2048 1408v-768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-87 0 -167 28.5t-145.5 79.5t-112.5 121.5t-69 154.5h-530q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h587l347 347q37 37 90 37t90 -37l385 -385q37 -37 37 -90h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1152 1920l-256 -256h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256l256 256zM745 608l315 832h-227l-192 -559l-189 559h-232l311 -832h214zM1152 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 61 -18.5 117.5t-52 103.5t-81 83t-104.5 56v-360q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-360q20 -57 56 -104.5t83 -81t103.5 -52t117.5 -18.5zM1920 640v768h-331l-309 -309v-93q67 -18 126 -52t106.5 -81.5t81.5 -106.5t52 -126h274z\"\r\n },\r\n {\r\n Name: \"VisioLogo16\",\r\n Code: \"F3A3\",\r\n Path: \"M2048 1408v-768q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-256q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-87 0 -167 28.5t-145.5 79.5t-112.5 121.5t-69 154.5h-530q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h587l347 347q37 37 90 37t90 -37l385 -385q37 -37 37 -90h256q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1152 1920l-256 -256h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256l256 256zM745 608l315 832h-227l-192 -559l-189 559h-232l311 -832h214zM1152 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 61 -18.5 117.5t-52 103.5t-81 83t-104.5 56v-360q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-360q20 -57 56 -104.5t83 -81t103.5 -52t117.5 -18.5zM1920 640v768h-331l-309 -309v-93q67 -18 126 -52t106.5 -81.5t81.5 -106.5t52 -126h274z\"\r\n },\r\n {\r\n Name: \"TestBeaker\",\r\n Code: \"F3A5\",\r\n Path: \"M1859 290q14 -23 21 -47t7 -51q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1341q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q10 14 10 34v604h-128v128h768v-128h-128v-604q0 -19 10 -35zM896 1316q0 -53 -27 -99l-331 -577h972l-331 577q-27 46 -27 99v604h-256v-604zM1695 128q26 0 44.5 19t18.5 45q0 10 -2.5 17.5t-7.5 15.5l-164 287h-1120l-165 -287q-9 -15 -9 -33q0 -26 18.5 -45t45.5 -19h1341z\"\r\n },\r\n {\r\n Name: \"TestBeakerSolid\",\r\n Code: \"F3A6\",\r\n Path: \"M1859 290q14 -23 21 -47t7 -51q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1341q-40 0 -75 15t-61 41t-41 61t-15 75q0 27 6.5 51t20.5 47l569 992q10 14 10 34v604h-128v128h768v-128h-128v-604q0 -19 10 -35zM896 1316q0 -53 -27 -99l-331 -577h972l-331 577q-27 46 -27 99v604h-256v-604z\"\r\n },\r\n {\r\n Name: \"TestExploreSolid\",\r\n Code: \"F3A7\",\r\n Path: \"M1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1536 100q81 12 151 47.5t124 89.5t89.5 124t47.5 151h-156v128h156q-12 81 -47.5 151t-89.5 124t-124 89.5t-151 47.5v-156h-128v156q-81 -12 -151 -47.5t-124 -89.5t-89.5 -124t-47.5 -151h156v-128h-156q12 -81 47.5 -151t89.5 -124t124 -89.5t151 -47.5v156h128v-156zM1344 576q0 38 20.5 70t54.5 47l309 139l-139 -309q-15 -34 -47 -54.5t-70 -20.5q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50zM768 560q0 -82 18 -160.5t52 -150t84 -135t113 -114.5h-681q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-604q0 -17 8 -31.5t17 -28.5q-32 -9 -62.5 -20t-59.5 -25q-15 20 -23 50t-8 55v604h-256v-604q0 -52 -28 -100l-330 -576h235q-2 -20 -3.5 -40t-1.5 -40z\"\r\n },\r\n {\r\n Name: \"TestAutoSolid\",\r\n Code: \"F3A8\",\r\n Path: \"M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1024 448q0 -65 14.5 -128t42 -120t67 -108t90.5 -92h-884q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-604q0 -19 9 -34l160 -278q-63 -18 -120 -48l-150 261q-13 23 -20 48t-7 51v604h-256v-604q0 -52 -28 -100l-330 -576h519q-33 -93 -33 -192z\"\r\n },\r\n {\r\n Name: \"TestUserSolid\",\r\n Code: \"F3A9\",\r\n Path: \"M1848 335q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81zM1664 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1308 368q-75 -72 -115.5 -168t-40.5 -200h-798q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 16 10 35v604h-128v128h768v-128h-128v-604q0 -19 9 -34l237 -412q-30 -12 -57.5 -28t-52.5 -37l-237 412q-13 23 -20 48t-7 51v604h-256v-604q0 -52 -28 -100l-330 -576h764q-22 -64 -22 -128q0 -76 28 -144z\"\r\n },\r\n {\r\n Name: \"TestImpactSolid\",\r\n Code: \"F3AA\",\r\n Path: \"M798 198q0 -39 16 -75t43 -63.5t63 -43.5t75 -16h-641q-40 0 -75 15t-61.5 41t-41.5 61t-15 75q0 27 7 51.5t21 47.5l569 990q10 18 10 35v604h-128v128h768v-128h-128v-385h-11q-33 0 -60.5 -6.5t-56.5 -26.5v418h-256v-604q0 -52 -28 -100l-330 -576h486l-199 -348q-13 -23 -20 -45.5t-7 -48.5zM1859 289q14 -23 21 -46.5t7 -50.5q0 -40 -15 -75t-41.5 -61t-61.5 -41t-74 -15h-700q49 0 94.5 25t70.5 68l290 501q6 -34 25 -62t46 -48.5t59.5 -31.5t65.5 -11q58 0 108 32zM1853 1068q28 0 47.5 -21.5t19.5 -48.5q0 -14 -8 -28l-212 -370q-18 -31 -54 -31q-29 0 -51 19.5t-22 48.5q0 18 7.5 30t17.5 26l-179 103l-370 -639q-8 -14 -23.5 -21.5t-31.5 -7.5q-14 0 -26 6t-21.5 16t-15 23t-5.5 26q0 14 8 27l366 638l-175 102q-8 -12 -14 -22t-12.5 -17.5t-16.5 -12t-25 -4.5q-29 0 -52 18.5t-23 48.5q0 7 1.5 16t5.5 15l217 370q8 14 23 22t32 8q28 0 50 -21t22 -49q0 -17 -8 -28.5t-17 -24.5l473 -272q15 22 28.5 38.5t43.5 16.5z\"\r\n },\r\n {\r\n Name: \"TestPlan\",\r\n Code: \"F3AB\",\r\n Path: \"M1152 1408h-640v128h640v-128zM256 384h681l-64 -128h-745v1664h1408v-640h-128v512h-1152v-1408zM512 768h617l-64 -128h-553v128zM1024 1152v-128h-512v128h512zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z\"\r\n },\r\n {\r\n Name: \"TestStep\",\r\n Code: \"F3AC\",\r\n Path: \"M1001 512l-64 -128h-809v640h512v384h512v384h768v-512h-128v384h-512v-384h-512v-384h-512v-384h745zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z\"\r\n },\r\n {\r\n Name: \"TestParameter\",\r\n Code: \"F3AD\",\r\n Path: \"M125 1332q0 -106 33.5 -191t94 -144.5t146.5 -91.5t191 -32q74 0 147 12.5t140 44.5v-108q-72 -30 -150 -40.5t-155 -10.5q-126 0 -231 39t-181 111t-118 175t-42 231q0 129 44 238t122.5 187.5t187 123t237.5 44.5q115 0 217 -34.5t178.5 -99.5t121 -160t44.5 -216q0 -33 -4 -65.5t-12 -64.5h-112v-186q-74 -63 -169 -63q-76 0 -119 35.5t-46 114.5q-24 -72 -72 -111t-125 -39q-55 0 -94.5 22t-65 58.5t-37.5 83t-12 95.5q0 65 17 130t52 117.5t89 85.5t128 33q21 0 43 -6t41 -18t33.5 -29t21.5 -39l11 81h116l-23 -259q-2 -29 -6 -58.5t-4 -58.5q0 -18 2 -42t9 -45.5t21.5 -36.5t39.5 -15q46 0 75.5 30.5t46.5 74t23.5 91t6.5 82.5q0 99 -33 176t-92 129t-139.5 79t-176.5 27q-104 0 -189 -38.5t-145.5 -104.5t-93.5 -154.5t-33 -189.5zM528 1130q34 0 59.5 14.5t44 38t30.5 53.5t19 62t10 63.5t3 57.5q0 29 -5.5 54t-18.5 43.5t-34.5 29t-53.5 10.5q-49 0 -81.5 -26.5t-52.5 -66t-28.5 -85.5t-8.5 -85q0 -28 6 -57t19.5 -52.5t36 -38.5t55.5 -15zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z\"\r\n },\r\n {\r\n Name: \"TestSuite\",\r\n Code: \"F3AE\",\r\n Path: \"M608 1920q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h992q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-1363l-128 256v1107h-992q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-1152h809l-64 -128h-873v1536q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480zM608 1664q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480v-128h480zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498z\"\r\n },\r\n {\r\n Name: \"TestCase\",\r\n Code: \"F3AF\",\r\n Path: \"M1001 512h-1001v1536h1536v-768h-128v640h-1280v-1280h937zM1963 185q14 -28 14 -57q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-754q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5q0 29 14 57l299 598v241h-128v128h640v-128h-128v-241zM1721 384l-185 369v271h-128v-271l-185 -369h498zM576 1050l627 627l90 -90l-717 -717l-333 333l90 90z\"\r\n },\r\n {\r\n Name: \"Sprint\",\r\n Code: \"F3B0\",\r\n Path: \"M2042 320l-301 -301l-90 90l147 147h-383q83 56 152 128h231l-147 147l90 90zM1664 1024q0 -106 -27.5 -204t-77.5 -183.5t-120 -155.5t-155.5 -120t-183.5 -77.5t-204 -27.5h-896v128h896q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23q-7 0 -14 -0.5t-15 -1.5h-6l144 -145l-90 -90l-301 301l301 301l90 -90l-148 -148q10 1 19.5 1h19.5q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204zM325 512q-95 106 -146 237.5t-51 274.5q0 94 22.5 184.5t65.5 172t104.5 151t139.5 123.5l93 -93q-69 -44 -124 -103t-93.5 -128.5t-59 -147t-20.5 -159.5q0 -76 18 -148.5t51.5 -138t81.5 -123t109 -102.5h-191z\"\r\n },\r\n {\r\n Name: \"SignOut\",\r\n Code: \"F3B1\",\r\n Path: \"M256 256h896v-128h-1024v1920h1024v-128h-896v-1664zM1935 1088l-487 -488l-80 80l345 344h-1073v128h1073l-345 344l80 80z\"\r\n },\r\n {\r\n Name: \"TriggerApproval\",\r\n Code: \"F3B2\",\r\n Path: \"M1883 1280l-1280 -1280h-290l384 768h-449l640 1280h719l-384 -768h660zM1573 1152h-557l384 768h-433l-512 -1024h449l-384 -768h29zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z\"\r\n },\r\n {\r\n Name: \"Rocket\",\r\n Code: \"F3B3\",\r\n Path: \"M2048 2048v-64q0 -182 -32.5 -340t-98.5 -299t-166 -268.5t-234 -248.5l-191 -572h-302v227q-138 -81 -279 -156l-418 418q75 141 156 279h-227v302l572 190q121 135 248.5 235t268.5 166t299 98.5t340 32.5h64zM558 1152q29 46 58.5 91t61.5 89l-294 -98v-82h174zM769 486q51 29 102 57.5t102 57.5l-372 372q-29 -51 -57.5 -102t-57.5 -103zM1332 678q-44 -32 -89 -61.5t-91 -58.5v-174h82zM1515 1005q99 99 172.5 201.5t123.5 214t76.5 235t31.5 263.5q-140 -5 -263.5 -31.5t-235 -76.5t-214.5 -123.5t-203 -171.5q-99 -97 -181 -204.5t-154 -225.5l418 -418q118 72 225 154.5t204 182.5zM1280 1024q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1280 1408q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM256 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-256v256q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM256 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128z\"\r\n },\r\n {\r\n Name: \"AzureKeyVault\",\r\n Code: \"F3B4\",\r\n Path: \"M896 1227q-70 17 -129 55.5t-101.5 92t-66 119.5t-23.5 138q0 86 33 161.5t89.5 132t132 89.5t161.5 33t161.5 -33t132 -89.5t89.5 -132t33 -161.5q0 -72 -23.5 -138t-66 -119.5t-101.5 -92t-129 -55.5v-843h-192v256h-256v192h256v395zM992 1856q-46 0 -87 -17.5t-71.5 -48t-48 -71.5t-17.5 -87t17.5 -87t48 -71.5t71.5 -48t87 -17.5t87 17.5t71.5 48t48 71.5t17.5 87t-17.5 87t-48 71.5t-71.5 48t-87 17.5zM1528 1541q77 -62 138 -138.5t103 -163t64.5 -181.5t22.5 -194q0 -119 -31 -229.5t-87.5 -206.5t-135 -174.5t-174.5 -135t-206.5 -87.5t-229.5 -31t-229.5 31t-206.5 87t-175 135t-135 175t-87 206.5t-31 229.5q0 99 22.5 194t64.5 181.5t103 163t138 138.5q18 -104 72 -192q-100 -96 -154 -221.5t-54 -263.5q0 -93 24 -178.5t68 -160.5t105 -136t136 -105t160.5 -68t178.5 -24t178.5 24t160.5 68t136 105t105 136t68 160.5t24 178.5q0 138 -54 263.5t-154 221.5q54 88 72 192z\"\r\n },\r\n {\r\n Name: \"Onboarding\",\r\n Code: \"F3BA\",\r\n Path: \"M2048 1536v-1536h-2048v1536h517q-2 16 -3.5 32t-1.5 32q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -16 -1.5 -32t-3.5 -32h645zM960 1920q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5zM1920 1408h-555q-25 -52 -62 -97t-85 -77q103 -40 186 -106.5t140.5 -152t88.5 -187.5t31 -212v-64h-128v64q0 123 -44 228.5t-121 182.5t-182.5 121t-228.5 44q-111 0 -210.5 -38.5t-176 -106.5t-125.5 -162t-61 -205h648l-230 230l91 90l384 -384l-384 -384l-91 90l230 230h-779v64q0 110 31.5 211.5t89.5 187t141 152t185 106.5q-98 69 -148 175h-427v-1280h1792v1280z\"\r\n },\r\n {\r\n Name: \"Transition\",\r\n Code: \"F3BC\",\r\n Path: \"M768 576q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64zM256 1216q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1808 973q55 -29 99.5 -71.5t76 -94t48 -110t16.5 -121.5v-64h-128v64q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124v-64h-128v64q0 63 16.5 121.5t48 110t75.5 94t100 71.5q-54 46 -83 109.5t-29 133.5q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -70 -29 -133.5t-83 -109.5zM1408 1216q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1152 1920q-81 0 -159.5 -17t-151 -49t-138 -78.5t-119.5 -106.5l-95 86q64 70 140 124.5t160.5 92t176 57t186.5 19.5q137 0 268.5 -40.5t243.5 -120.5v161h128v-384h-384v128h169q-95 63 -203.5 95.5t-221.5 32.5zM896 128q81 0 159 17t151 49t138.5 78.5t119.5 106.5l95 -86q-64 -70 -140 -124.5t-161 -92t-176.5 -57t-185.5 -19.5q-137 0 -268.5 40.5t-243.5 120.5v-161h-128v384h384v-128h-169q95 -63 203.5 -95.5t221.5 -32.5z\"\r\n },\r\n {\r\n Name: \"LikeSolid\",\r\n Code: \"F3BF\",\r\n Path: \"M1856 1408q39 0 74 -15t61.5 -41t41.5 -61t15 -75q0 -32 -10 -61l-256 -768q-10 -29 -28 -53.5t-42 -41.5t-52.5 -26.5t-59.5 -9.5h-512q-179 0 -345 69q-72 29 -144.5 44t-150.5 15h-448v896h417q65 0 122.5 24t103.5 70l622 621q25 25 50 39t61 14q33 0 62 -12.5t51 -34.5t34.5 -51t12.5 -62q0 -81 -18 -154.5t-53 -145.5q-20 -43 -34 -87.5t-19 -92.5h444z\"\r\n },\r\n {\r\n Name: \"DislikeSolid\",\r\n Code: \"F3C0\",\r\n Path: \"M960 1792q178 0 345 -69q72 -29 144.5 -44t150.5 -15h448v-896h-417q-65 0 -122.5 -24t-103.5 -70l-622 -621q-25 -25 -50 -39t-61 -14q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62q0 81 18 154.5t53 145.5q20 43 34 87.5t19 92.5h-444q-39 0 -74 15t-61.5 41t-41.5 61t-15 75q0 32 10 61l256 768q20 59 70 95t112 36h512v0z\"\r\n },\r\n {\r\n Name: \"D365CustomerInsights\",\r\n Code: \"F3C8\",\r\n Path: \"M1852 1281q89 -108 140.5 -239t51.5 -272q0 -105 -27.5 -203t-77.5 -183t-120 -155t-155 -120t-183 -77.5t-203 -27.5q-65 0 -129.5 9t-126.5 29q-62 -20 -126 -29t-129 -9q-105 0 -203 27.5t-183 77.5t-155.5 120t-120.5 155t-77.5 183t-27.5 203q0 94 23 184t65.5 170.5t104 149.5t139.5 123q19 141 86.5 260t168.5 206t229.5 136t269.5 49q107 0 205.5 -27t183.5 -76.5t154.5 -119.5t119 -155t76.5 -183.5t27 -205.5zM447 1281q0 -84 24 -165.5t66 -153.5q39 139 113.5 245t192.5 190q42 29 86.5 57t92.5 45q59 21 126.5 29.5t129.5 8.5q121 0 228 -35.5t206 -104.5q-20 112 -77.5 207.5t-142 165.5t-189 110t-217.5 40q-105 0 -202 -32.5t-177 -91.5t-140.5 -141t-93.5 -182q-16 -48 -21 -95t-5 -97zM1405 770q0 95 -27 184.5t-77.5 166t-121 137.5t-157.5 100q-83 -34 -150 -89t-116 -125t-78.5 -152t-38.5 -170q44 -44 96 -77.5t109.5 -56t118.5 -34t123 -11.5q86 0 165 25.5t154 63.5v38zM843 145q18 0 42 1.5t48.5 5t48 8t40.5 10.5q18 7 36.5 17.5t35.5 21.5q96 59 168 147t105 197q-69 -20 -139 -35.5t-142 -15.5q-120 0 -229 36t-206 105q-39 28 -74.5 58.5t-65.5 68.5q-80 101 -131 215.5t-61 244.5q-45 -45 -80.5 -98.5t-60 -112.5t-37.5 -122t-13 -127q0 -134 49.5 -250.5t136 -202.5t203 -135.5t250.5 -49.5q21 0 38.5 2t37.5 11zM1278 132q134 0 250.5 49.5t202.5 135.5t135.5 202.5t49.5 250.5q0 86 -24 165.5t-65 154.5q-42 76 -100 135.5t-129 100.5t-152 62t-168 21q-21 0 -39 -1.5t-38 -10.5q164 -109 248 -270t84 -357q0 -28 -5 -57t-8 -57q-8 -75 -35.5 -148.5t-70 -140t-97.5 -123.5t-116 -99q20 -10 38 -11.5t39 -1.5z\"\r\n },\r\n {\r\n Name: \"EditCreate\",\r\n Code: \"F3C9\",\r\n Path: \"M226 1347q-48 48 -73 109.5t-25 127.5q0 71 26 131.5t71.5 105t106.5 70t131 25.5q66 0 128.5 -23.5t109.5 -70.5l353 -353l-91 -91l-195 195l-293 -293l195 -195l-91 -91zM464 1790q-43 0 -81 -15.5t-66 -43.5t-44.5 -65.5t-16.5 -81.5q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47l293 293q-26 25 -47.5 48t-45.5 40.5t-52.5 27.5t-67.5 10zM2048 0l-633 158l-293 293l91 91l217 -218q16 52 44.5 98.5t66.5 84.5t84 66t99 45l-218 217l91 91l293 -293zM1872 176l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87zM1728 1856q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -51 -19.5 -98t-55.5 -83l-1146 -1146q-9 -59 -37 -108.5t-70 -86.5t-95.5 -57.5t-112.5 -20.5h-448v128q11 0 23.5 3.5t21.5 8.5q25 13 41 33t25.5 44t13 50.5t3.5 52.5q0 59 20.5 112.5t57.5 95.5t86.5 70t108.5 37l1146 1146q36 36 83 55.5t98 19.5zM448 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -104 -64 -192h256zM966 657q-32 63 -75 106t-106 75l-221 -221q62 -24 109.5 -71.5t71.5 -109.5zM1818 1510q37 37 37 90q0 26 -10 49t-27.5 40.5t-40.5 27.5t-49 10q-53 0 -90 -37l-759 -758q61 -36 103 -78t78 -103z\"\r\n },\r\n {\r\n Name: \"PlayReverseResume\",\r\n Code: \"F3E4\",\r\n Path: \"M1664 1792v-1536h-128v1536h128zM192 1024l1088 768v-1536zM1152 1545l-738 -521l738 -521v1042z\"\r\n },\r\n {\r\n Name: \"PlayReverse\",\r\n Code: \"F3E5\",\r\n Path: \"M1536 1920v-1792l-1280 896zM1408 1674l-929 -650l929 -650v1300z\"\r\n },\r\n {\r\n Name: \"SearchData\",\r\n Code: \"F3F1\",\r\n Path: \"M1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM384 448q0 -15 8.5 -27.5t18.5 -22.5q29 -29 73.5 -51t94.5 -37.5t100 -26t89 -15.5v-128h-8q-6 0 -8 1q-39 5 -90.5 15.5t-106.5 27t-108 40t-95 56t-68 74t-26 94.5v1152q0 48 22 86.5t58.5 69.5t83 54.5t95.5 41t95.5 28.5t83.5 18q66 11 132 16.5t132 5.5q67 0 133 -5.5t132 -17.5q36 -6 83 -17.5t95.5 -28.5t95.5 -40.5t83.5 -54.5t59 -69.5t22.5 -86.5v-320h-128v131q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5t-144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6z\"\r\n },\r\n {\r\n Name: \"UnSetColor\",\r\n Code: \"F3F9\",\r\n Path: \"M2048 1792v-1536h-2048v1536h2048zM1920 1664h-1792v-1280h1792v1280zM1792 512h-1536v1024h1536v-1024zM1664 1408h-1124l1124 -715v715zM384 640h1124l-1124 715v-715z\"\r\n },\r\n {\r\n Name: \"AutoDeploySettings\",\r\n Code: \"F3FA\",\r\n Path: \"M1914 509q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM896 768v-128h130q-11 -31 -17.5 -63.5t-10.5 -64.5h-486v128h256v128h-768v1024h1664v-768h-128v640h-1408v-768h1064q-62 -57 -107 -128h-189z\"\r\n },\r\n {\r\n Name: \"ContactLock\",\r\n Code: \"F400\",\r\n Path: \"M1357 997q-20 -26 -34 -55.5t-24 -61.5q-86 70 -189 107t-214 37q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q104 -40 190 -105zM512 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"HideVisualFilter\",\r\n Code: \"F403\",\r\n Path: \"M128 1536h384v-1152h-384v1152zM256 512h128v896h-128v-896zM1280 963q-71 -45 -128 -107v936h384v-742q-32 -4 -64.5 -10.5t-63.5 -17.5v642h-128v-701zM640 1280h384v-896h-384v896zM768 512h128v640h-128v-640zM1600 896q93 0 174 -35.5t142 -96t96 -142t35 -174.5t-35 -174.5t-96 -142t-142 -96t-174 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1600 128q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"DeclineCall\",\r\n Code: \"F405\",\r\n Path: \"M1024 1536q75 0 159.5 -8t170.5 -25.5t171.5 -44t163.5 -64t145.5 -86t118.5 -108.5q43 -51 69 -111.5t26 -128.5v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v128q0 26 -19 45t-45 19h-640q-26 0 -45 -19t-19 -45v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v128q0 68 26 128.5t69 111.5q51 60 118.5 108.5t145.5 86t163.5 64t171.5 44t170 25.5t160 8zM1920 960q0 52 -25 98.5t-63.5 85t-84.5 69t-87 52.5q-70 37 -148.5 64t-160.5 44.5t-165 26t-162 8.5t-162 -8.5t-165 -26t-160.5 -44.5t-148.5 -64q-41 -22 -87 -52.5t-84.5 -69t-63.5 -85t-25 -98.5v-128q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v128q0 40 15 75t41 61t61 41t75 15h640q40 0 75 -15t61 -41t41 -61t15 -75v-128q0 -26 19 -45t45 -19h256q26 0 45 19t19 45v128z\"\r\n },\r\n {\r\n Name: \"RectangularClipping\",\r\n Code: \"F407\",\r\n Path: \"M2048 1792v-1152h-128v1024h-1792v-1280h1024v-128h-1152v1536h2048zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"TeamsLogo16\",\r\n Code: \"F40A\",\r\n Path: \"M2048 1175q0 -131 -0.5 -260.5t-0.5 -260.5q0 -72 -27.5 -136t-74.5 -111t-111 -74.5t-136 -27.5q-50 0 -95 13q-37 -73 -91.5 -132t-121 -100t-143.5 -63.5t-159 -22.5q-92 0 -176.5 27.5t-156 78t-126 121.5t-84.5 157h-417q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h640q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -61 -18.5 -117.5t-52 -104t-81 -84t-104.5 -56.5v-22h663q22 0 41 -8.5t33 -22.5t22.5 -33t8.5 -41zM1152 1920q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h256q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-94q60 35 94 94t34 128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM608 608h192v640h256v192h-704v-192h256v-640zM1536 576v576h-256v-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-469q28 -59 70.5 -106t95.5 -80.5t113.5 -51.5t125.5 -18q93 0 174.5 35.5t142 96t96 142t35.5 174.5zM1920 654v498h-256v-576q0 -68 -17 -138q28 -5 51 -5q46 0 86.5 17.5t70.5 47.5t47.5 70t17.5 86zM1792 1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20zM1792 1792q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z\"\r\n },\r\n {\r\n Name: \"Spacer\",\r\n Code: \"F40D\",\r\n Path: \"M659 787l90 90l147 -146v293h128v-293l147 146l90 -90l-301 -301zM896 1152v293l-147 -146l-90 90l301 301l301 -301l-90 -90l-147 146v-293h-128zM1920 1920v-128h-1920v128h1920zM0 384h1920v-128h-1920v128z\"\r\n },\r\n {\r\n Name: \"SkypeLogo16\",\r\n Code: \"F40E\",\r\n Path: \"M1853 906q33 -59 50.5 -123.5t17.5 -132.5q0 -108 -41 -203.5t-112.5 -166t-167 -111.5t-203.5 -41q-70 0 -137.5 18.5t-127.5 53.5q-25 -2 -49.5 -4t-49.5 -2q-114 0 -219.5 29.5t-198 83t-168 129t-130 167.5t-84 197.5t-29.5 219.5q0 30 2.5 60.5t7.5 60.5q-34 59 -51.5 124.5t-17.5 133.5q0 108 41 203t112.5 165.5t166.5 111.5t203 41q73 0 143 -20t133 -59q23 2 44.5 3.5t44.5 1.5q114 0 219.5 -29.5t198 -83t168 -129t130 -167.5t84 -197.5t29.5 -219.5q0 -29 -2.5 -57t-6.5 -57zM1386 810q0 61 -20 107t-53.5 81t-75.5 61t-86.5 46t-86.5 36.5t-75.5 33t-53.5 34.5t-20 42t12.5 39t31 23t40.5 11t41 3q33 0 62 -8t54.5 -18t48.5 -18t44 -8q47 0 74.5 32t27.5 77q0 34 -16 59t-41.5 42t-58.5 27.5t-67 16t-66.5 7.5t-57.5 2q-66 0 -135 -16.5t-124.5 -52t-91 -90.5t-35.5 -133q0 -81 35 -136.5t87 -93.5t113.5 -64t113.5 -48.5t87 -46.5t35 -58q0 -25 -10.5 -40.5t-27.5 -23.5t-37.5 -11t-40.5 -3q-42 0 -73.5 10.5t-58.5 23.5t-53 23.5t-57 10.5q-48 0 -79.5 -29t-31.5 -78q0 -37 18.5 -64.5t48 -46.5t67 -31t76 -18.5t75 -9t63.5 -2.5q73 0 141 15.5t120.5 51t84.5 93t32 140.5z\"\r\n },\r\n {\r\n Name: \"SkypeForBusinessLogo16\",\r\n Code: \"F40F\",\r\n Path: \"M836 1253q0 -35 25.5 -56.5t68 -35t96 -23.5t110 -23t110 -32.5t96 -52.5t68 -83t25.5 -123q0 -86 -36 -145.5t-94 -96.5t-131 -53.5t-147 -16.5q-50 0 -104.5 7.5t-105.5 25t-95.5 46.5t-74.5 73q-15 22 -24.5 47t-9.5 51q0 42 28.5 66.5t68.5 24.5q30 0 49.5 -13.5t36 -33.5t33.5 -43.5t42 -43.5t62 -33.5t94 -13.5q29 0 61.5 8t59.5 25t45 42t18 60q0 22 -8 39t-22 29t-32 20t-37 13q-63 17 -126.5 32t-126.5 32q-55 14 -99 35.5t-75 53.5t-48 76t-17 103q0 82 34.5 138.5t89.5 91.5t124.5 50.5t140.5 15.5q30 0 70.5 -6t83 -18t83.5 -30.5t73.5 -43.5t52.5 -57t20 -71q0 -21 -8.5 -37.5t-22.5 -27t-32.5 -16t-37.5 -5.5q-25 0 -42.5 10.5t-33.5 27t-33 35t-41 35t-59 27t-87 10.5q-28 0 -56 -6t-51 -19.5t-37.5 -35.5t-14.5 -55zM1915 941q64 -78 98.5 -171.5t34.5 -193.5q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-100 0 -193.5 34.5t-171.5 98.5q-21 -3 -41.5 -4t-41.5 -1q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5q0 21 1 41.5t4 41.5q-64 78 -98.5 171.5t-34.5 193.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q100 0 193.5 -34.5t171.5 -98.5q21 3 41.5 4t41.5 1q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5q0 -21 -1 -41.5t-4 -41.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5q0 97 -36.5 175.5t-101.5 147.5q3 32 6.5 62.5t3.5 62.5q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5q-32 0 -62.5 -3.5t-62.5 -6.5q-69 65 -147.5 101.5t-175.5 36.5q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -97 36.5 -175.5t101.5 -147.5q-3 -32 -6.5 -62.5t-3.5 -62.5q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q32 0 62.5 3.5t62.5 6.5q69 -65 147.5 -101.5t175.5 -36.5z\"\r\n },\r\n {\r\n Name: \"SkypeForBusinessLogoFill16\",\r\n Code: \"F410\",\r\n Path: \"M1849 921q64 -77 99.5 -160t35.5 -185q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5q-102 0 -185 35.5t-160 99.5q-26 -4 -51.5 -5.5t-51.5 -1.5q-115 0 -221 30t-198.5 84t-168.5 130t-130 168.5t-84 198.5t-30 221q0 26 1.5 51.5t5.5 51.5q-64 77 -99.5 160t-35.5 185q0 106 40.5 199t110 162.5t162.5 110t199 40.5q102 0 185 -35.5t160 -99.5q26 4 51.5 5.5t51.5 1.5q115 0 221 -30t198.5 -84t168.5 -130t130 -168.5t84 -198.5t30 -221q0 -26 -1.5 -51.5t-5.5 -51.5z\"\r\n },\r\n {\r\n Name: \"FilterSolid\",\r\n Code: \"F412\",\r\n Path: \"M2048 1920v-219l-768 -768v-805h-512v805l-768 768v219h2048z\"\r\n },\r\n {\r\n Name: \"MailUndelivered\",\r\n Code: \"F415\",\r\n Path: \"M2048 1664v-896h-128v632l-896 -447l-896 447v-888h1152v-128h-1280v1280h2048zM1024 1095l881 441h-1762zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"MailTentative\",\r\n Code: \"F416\",\r\n Path: \"M2048 1664v-640h-128v376l-896 -447l-896 447v-888h1408v-128h-1536v1280h2048zM1024 1095l881 441h-1762zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"MailTentativeMirrored\",\r\n Code: \"F417\",\r\n Path: \"M0 1664v-640h128v376l896 -447l896 447v-888h-1408v-128h1536v1280h-2048zM1024 1095l-881 441h1762zM384 128h-128v-128h128v128zM320 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -46 14 -81t35.5 -63t46.5 -50.5t46.5 -44.5t35.5 -45t14 -52v-48h128v48q0 47 -14 81.5t-35.5 62.5t-46.5 50.5t-46.5 44.5t-35.5 45t-14 52q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20z\"\r\n },\r\n {\r\n Name: \"MailReminder\",\r\n Code: \"F418\",\r\n Path: \"M2048 1664v-640h-128v376l-896 -447l-896 447v-888h896v-128h-1024v1280h2048zM1024 1095l881 441h-1762zM1600 896q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192h128v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1664 256h-128v-64q0 -26 19 -45t45 -19t45 19t19 45v64zM1792 384v192q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-192h384z\"\r\n },\r\n {\r\n Name: \"ReceiptUndelivered\",\r\n Code: \"F419\",\r\n Path: \"M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM1021 1314l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"ReceiptTentative\",\r\n Code: \"F41A\",\r\n Path: \"M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM640 768h128v-128h-128v128zM704 1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"ReceiptTentativeMirrored\",\r\n Code: \"F41B\",\r\n Path: \"M704 1792q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187t-25 -187t-71 -168.5t-110 -142.5t-142.5 -110t-168.5 -71t-187 -25t-187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187t25 187t71 168.5t110 142.5t142.5 110t168.5 71t187 25zM704 512q119 0 224 45.5t183 123.5t123.5 183t45.5 224t-45.5 224t-123.5 183t-183 123.5t-224 45.5t-224 -45.5t-183 -123.5t-123.5 -183t-45.5 -224t45.5 -224t123.5 -183t183 -123.5t224 -45.5zM1664 1152h384v-128h-384v128zM2048 1536v-128h-512v128h512zM1664 768h384v-128h-384v128zM640 768h128v-128h-128v128zM704 1536q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v34q0 25 -5 47t-25 42q-30 30 -59 57.5t-52 57.5t-37 65t-14 81q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"Inbox\",\r\n Code: \"F41C\",\r\n Path: \"M1920 772q1 -3 1.5 -48t0.5 -113q0 -67 -0.5 -146t-0.5 -149.5t-0.5 -122.5t-0.5 -65h-1920q0 13 -0.5 65t-0.5 122.5t-0.5 149.5t-0.5 146q0 68 0.5 113t1.5 48l383 1148h1154zM1792 640h-344l-128 -256h-720l-128 256h-344v-384h1664v384zM1786 768l-341 1024h-970l-341 -1024h418l128 -256h560l128 256h418z\"\r\n },\r\n {\r\n Name: \"IRMReply\",\r\n Code: \"F41D\",\r\n Path: \"M960 256q114 0 227 32l101 -101q-79 -29 -161 -44t-167 -15q-132 0 -255 34.5t-229.5 97t-194 150t-150 194t-97 229t-34.5 255.5q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -96 -19 -189.5t-56 -181.5l-99 100q46 133 46 271q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221t30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM384 1152h1152v-128h-1152v128zM1792 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293z\"\r\n },\r\n {\r\n Name: \"IRMReplyMirrored\",\r\n Code: \"F41E\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-116 0 -230 29l109 109q30 -5 60.5 -7.5t60.5 -2.5q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221q0 -94 21.5 -185.5t62.5 -176.5l-96 -96q-57 106 -86.5 222t-29.5 236q0 132 34.5 255t97 229.5t150 194t194 150t229 97t255.5 34.5zM1536 1024h-1152v128h1152v-128zM794 448l-317 -317l-90 90l162 163h-293q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10v-128q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20h293l-162 163l90 90z\"\r\n },\r\n {\r\n Name: \"IRMForward\",\r\n Code: \"F41F\",\r\n Path: \"M128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30h320v-71q-78 -27 -158 -42t-162 -15q-133 0 -255 34.5t-228.5 97t-193.5 150t-149.5 194.5t-96.5 229.5t-34 254.5t34 254.5t96.5 229.5t149.5 194.5t193.5 150t228.5 97t255 34.5q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -130 -35 -256l-107 107q14 76 14 149q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM384 1152h1152v-128h-1152v128zM2042 448l-317 -317l-90 90l163 163h-518v128h518l-163 163l90 90z\"\r\n },\r\n {\r\n Name: \"IRMForwardMirrored\",\r\n Code: \"F420\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255t-34.5 -255t-97 -229.5t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-95 0 -192 20v108h192q115 0 221 30t198.5 84t168.5 130t130 168.5t84 198.5t30 221t-30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221q0 -64 9.5 -127.5t29.5 -124.5l-100 -100q-33 85 -48.5 173t-15.5 179q0 132 34 254.5t96.5 229.5t149.5 194.5t193.5 150t228.5 97t255 34.5zM1536 1024h-1152v128h1152v-128zM250 384l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h518v-128h-518z\"\r\n },\r\n {\r\n Name: \"VoicemailIRM\",\r\n Code: \"F421\",\r\n Path: \"M1192 896q-62 -57 -107 -128h-701q-80 0 -149.5 30t-122 82.5t-82.5 122t-30 149.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -72 -26 -137.5t-74 -118.5h524zM384 896q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1439 1032q-31 -9 -60.5 -20.5t-57.5 -26.5q-20 39 -30.5 81t-10.5 86q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -62 -20 -119.5t-56 -107.5q-50 40 -110 69q27 34 42.5 74t15.5 84q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -63 31 -120zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1408 512h384v-128h-384v128z\"\r\n },\r\n {\r\n Name: \"EventAccepted\",\r\n Code: \"F422\",\r\n Path: \"M2048 1920v-1024h-128v512h-1792v-1152h896v-128h-1024v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z\"\r\n },\r\n {\r\n Name: \"EventTentative\",\r\n Code: \"F423\",\r\n Path: \"M2048 1920v-896h-128v384h-1792v-1152h1408v-128h-1536v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 128h128v-128h-128v128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-35.5 -63t-46.5 -50.5t-46.5 -44.5t-35.5 -45t-14 -52v-48h-128v48q0 47 14 81.5t35.5 62.5t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"EventTentativeMirrored\",\r\n Code: \"F424\",\r\n Path: \"M0 1920v-896h128v384h1792v-1152h-1408v-128h1536v1792h-384v128h-128v-128h-1024v128h-128v-128h-384zM128 1536v256h256v-128h128v128h1024v-128h128v128h256v-256h-1792zM384 128h-128v-128h128v128zM320 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -46 14 -81t35.5 -63t46.5 -50.5t46.5 -44.5t35.5 -45t14 -52v-48h128v48q0 47 -14 81.5t-35.5 62.5t-46.5 50.5t-46.5 44.5t-35.5 45t-14 52q0 27 10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20z\"\r\n },\r\n {\r\n Name: \"EventDeclined\",\r\n Code: \"F425\",\r\n Path: \"M2048 1920v-1152h-128v640h-1792v-1152h1152v-128h-1280v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"CustomerAssets\",\r\n Code: \"F426\",\r\n Path: \"M1728 1152q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25q-23 0 -45 3l-459 -459q-27 -27 -62.5 -41.5t-73.5 -14.5q-40 0 -75 15t-61 41t-41 61t-15 75q0 38 14.5 73.5t41.5 62.5l459 459q-3 22 -3 45q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1728 640q40 0 75 15t61 41t41 61t15 75q0 41 -19 82l-146 -146h-91v91l146 146q-41 19 -82 19q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -41 19 -82l-512 -513q-19 -19 -19 -45t19 -45t45 -19t45 19l513 512q41 -19 82 -19zM896 498q-33 -33 -60 -61.5t-47.5 -60t-33 -68.5t-16.5 -85l-739 370v1039l832 416l832 -416v-326q-33 -5 -65 -13t-63 -22v218l-640 -320v-671zM591 1784l621 -314l245 123l-625 312zM768 1169l-640 320v-817l640 -320v817zM1070 1399l-622 314l-241 -120l625 -313z\"\r\n },\r\n {\r\n Name: \"IDBadge\",\r\n Code: \"F427\",\r\n Path: \"M1568 1664q40 0 68 -28t28 -68v-1472q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1472q0 40 28 68t68 28h312l-192 384h144l192 -384h176l192 384h144l-192 -384h312zM1536 1536h-536l81 -163q7 -16 7 -29q0 -26 -19 -45t-45 -19q-18 0 -33.5 9.5t-23.5 25.5l-111 221h-344v-1408h1024v1408zM768 896q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81q46 -25 82.5 -61t62 -80t39.5 -93.5t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93.5t62 80t82.5 61q-33 35 -51.5 81t-18.5 95zM1152 896q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50z\"\r\n },\r\n {\r\n Name: \"BackgroundColor\",\r\n Code: \"F42B\",\r\n Path: \"M2048 1792v-1792h-1792v640l128 -128v-384h1536v1536h-768v128h896zM704 486l-602 602l538 539v229q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-576h-128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-283l-421 -421h842l65 64l-83 83l90 90l173 -173zM1061 1024h-714l357 -358zM1478 238q-67 0 -129.5 23t-110.5 64.5t-77 99.5t-29 129q0 43 12 84t35 77l293 461l286 -450q23 -38 36 -79.5t13 -86.5q0 -67 -26.5 -126t-71.5 -102.5t-105 -68.5t-126 -25zM1317 627q-22 -33 -22 -71q0 -36 15.5 -64.5t41 -48.5t57 -30.5t64.5 -10.5t64 11.5t54.5 32.5t38 50t14.5 64q0 41 -24 79l-148 233z\"\r\n },\r\n {\r\n Name: \"OfficeFormsLogoInverse16\",\r\n Code: \"F433\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1408zM512 1920v-256h640q14 0 28 -3.5t27 -8.5q45 66 115 103t150 37q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-52 0 -101 16.5t-91 47.5v-192h640v896h-1408zM1472 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM392 608h215v310h310v188h-310v145h332v189h-547v-832zM512 128h1408v768h-640v-128h512v-512h-512v256q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256zM1408 384h256v256h-256v-256z\"\r\n },\r\n {\r\n Name: \"OfficeFormsLogo\",\r\n Code: \"F434\",\r\n Path: \"M1344 832h448v-448h-448v448zM1472 512h192v192h-192v-192zM1568 1152q-60 0 -112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5t22.5 112.5t61.5 91.5t91.5 61.5t112.5 22.5t112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM1568 1600q-33 0 -62 -12.5t-51 -34.5t-34.5 -51t-12.5 -62t12.5 -62t34.5 -51t51 -34.5t62 -12.5t62 12.5t51 34.5t34.5 51t12.5 62t-12.5 62t-34.5 51t-51 34.5t-62 12.5zM1963 1920q35 0 60 -25t25 -60v-1622q0 -35 -25 -60t-60 -25h-1366q-35 0 -60 25t-25 60v299h-427q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h427v299q0 35 25 60t60 25h1366zM640 1536h299q35 0 60 -25t25 -60v-363h896v704h-1280v-256zM720 946v136h-259v142h278v136h-435v-672h157v258h259zM1920 256v704h-896v-363q0 -35 -25 -60t-60 -25h-299v-256h1280z\"\r\n },\r\n {\r\n Name: \"OfficeFormsLogo16\",\r\n Code: \"F436\",\r\n Path: \"M1920 2048q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1792q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1408q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v256h-256q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h256v256q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1408zM512 1920v-256h640q14 0 28 -3.5t27 -8.5q45 66 115 103t150 37q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25q-52 0 -101 16.5t-91 47.5v-192h640v896h-1408zM1472 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM392 608h215v310h310v188h-310v145h332v189h-547v-832zM512 128h1408v768h-640v-128h512v-512h-512v256q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-256zM1408 384h256v256h-256v-256z\"\r\n },\r\n {\r\n Name: \"OfficeFormsLogoInverse24\",\r\n Code: \"F43A\",\r\n Path: \"M1365 341v512h512v-512h-512zM1451 768v-341h341v341h-341zM1579 1195q-62 0 -116.5 23.5t-95 64t-64 94.5t-23.5 116t23.5 116.5t64 95t95 64t116.5 23.5t116 -23.5t94.5 -64t64 -95t23.5 -116.5t-23.5 -116t-64 -94.5t-94.5 -64t-116 -23.5zM1579 1707q-44 0 -83 -17t-68 -46t-46 -68t-17 -83t17 -82.5t46 -67.5t68 -46t83 -17t82.5 17t67.5 46t46 67.5t17 82.5t-17 83t-46 68t-67.5 46t-82.5 17zM1963 1963q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5v-1706q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-1366q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v256h-412q-42 0 -71 28.5t-29 70.5v996q0 42 29 70.5t71 28.5h412v256q0 18 6.5 33.5t18 27t27 18.5t33.5 7h1366zM597 1877v-256h498q42 0 71 -28.5t29 -70.5v-413h768v768h-1366zM496 937h276v153h-276v143h296v154h-472v-726h176v276zM597 171h1366v853h-768v-498q0 -42 -29 -70.5t-71 -28.5h-498v-256z\"\r\n },\r\n {\r\n Name: \"OfficeFormsLogo24\",\r\n Code: \"F43B\",\r\n Path: \"M1365 341v512h512v-512h-512zM1451 768v-341h341v341h-341zM1579 1195q-62 0 -116.5 23.5t-95 64t-64 94.5t-23.5 116t23.5 116.5t64 95t95 64t116.5 23.5t116 -23.5t94.5 -64t64 -95t23.5 -116.5t-23.5 -116t-64 -94.5t-94.5 -64t-116 -23.5zM1579 1707q-44 0 -83 -17t-68 -46t-46 -68t-17 -83t17 -82.5t46 -67.5t68 -46t83 -17t82.5 17t67.5 46t46 67.5t17 82.5t-17 83t-46 68t-67.5 46t-82.5 17zM1963 1963q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5v-1706q0 -18 -6.5 -33.5t-18 -27t-27 -18.5t-33.5 -7h-1366q-18 0 -33.5 7t-27 18.5t-18 27t-6.5 33.5v256h-412q-42 0 -71 28.5t-29 70.5v996q0 42 29 70.5t71 28.5h412v256q0 18 6.5 33.5t18 27t27 18.5t33.5 7h1366zM597 1877v-256h498q42 0 71 -28.5t29 -70.5v-413h768v768h-1366zM496 937h276v153h-276v143h296v154h-472v-726h176v276zM597 171h1366v853h-768v-498q0 -42 -29 -70.5t-71 -28.5h-498v-256z\"\r\n },\r\n {\r\n Name: \"PageLock\",\r\n Code: \"F43F\",\r\n Path: \"M1152 1408v512h-896v-1792h896v-128h-1024v2048h1115l549 -549v-337q-31 10 -63 16t-65 6v224h-512zM1280 1536h293l-293 293v-293zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"NotExecuted\",\r\n Code: \"F440\",\r\n Path: \"M640 374l388 271q-15 -44 -23.5 -89t-10.5 -91l-482 -337v1792l1278 -897q-46 15 -93.5 24t-96.5 9q-17 0 -33.5 -2.5t-33.5 -4.5l-893 625v-1300zM1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5z\"\r\n },\r\n {\r\n Name: \"NotImpactedSolid\",\r\n Code: \"F441\",\r\n Path: \"M1600 1056q-102 0 -192.5 -32t-166.5 -88l-189 124l-660 -1001q-20 -29 -54 -29q-18 0 -35 11q-28 19 -28 53q0 19 10 35l661 1002l-327 215l-20 -31q-19 -28 -47.5 -42.5t-60.5 -14.5q-38 0 -69 21q-28 19 -43 47.5t-15 60.5q0 37 21 69l353 535q19 28 47 42.5t60 14.5q37 0 70 -21q28 -19 43 -47.5t15 -60.5q0 -38 -21 -69l-21 -31l748 -493l20 30q19 28 47.5 43t60.5 15q37 0 70 -21q28 -19 42.5 -47.5t14.5 -60.5q0 -37 -21 -70l-126 -191q-45 14 -91.5 23t-95.5 9zM1917 765q63 -64 97 -145t34 -172t-34 -172t-97 -144q-64 -64 -145 -98t-172 -34t-172 34t-144 97q-64 64 -98 145t-34 172t34 172t97 144q64 64 145 98t172 34t172 -34t145 -97zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q49 0 93.5 14t82.5 39l-443 443q-25 -38 -39 -82.5t-14 -93.5zM1867 272q25 38 39 82.5t14 93.5q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-49 0 -93.5 -14t-82.5 -39z\"\r\n },\r\n {\r\n Name: \"FieldReadOnly\",\r\n Code: \"F442\",\r\n Path: \"M2048 1792v-865q-20 50 -53 92t-75 74v571h-1792v-1152h1024v-128h-1152v1408h2048zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"FieldRequired\",\r\n Code: \"F443\",\r\n Path: \"M2048 1792v-759q-28 35 -60 67t-68 59v505h-1792v-1152h612q3 -32 8.5 -64t13.5 -64h-762v1408h2048zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 896h128v-384h-128v384zM1408 384h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"BacklogBoard\",\r\n Code: \"F444\",\r\n Path: \"M256 1664h512v-384h-512v384zM384 1408h256v128h-256v-128zM256 1152h512v-384h-512v384zM384 896h256v128h-256v-128zM896 1664h512v-384h-512v384zM1024 1408h256v128h-256v-128zM1536 1664h512v-384h-512v384zM1664 1408h256v128h-256v-128zM896 1152h512v-384h-512v384zM1024 896h256v128h-256v-128zM1536 1152h512v-384h-512v384zM1664 896h256v128h-256v-128zM256 640h512v-384h-512v384zM384 384h256v128h-256v-128zM1536 640h512v-384h-512v384zM1664 384h256v128h-256v-128zM2048 1920v-128h-1920v-1664h-128v1792h2048z\"\r\n },\r\n {\r\n Name: \"ExternalBuild\",\r\n Code: \"F445\",\r\n Path: \"M256 1792v-1536h256v-128h-384v1792h1792v-768h-128v640h-1536zM1905 630l143 -157v-217h-128v167l-101 112q-36 -20 -77 -22l-78 -89v-168h-128v216l72 82q-5 3 -8.5 6.5l-7.5 7.5l-248 249l-192 -193v-496h128v-128h-640v128h128v576q0 38 14.5 73.5t41.5 62.5l384 384q27 27 62.5 41.5t73.5 14.5t73.5 -14.5t62.5 -41.5l384 -384q27 -27 41.5 -62.5t14.5 -73.5q0 -40 -15 -74zM1043 877q61 -29 90 -90l256 256q19 19 19 45t-19 45t-45 19t-45 -19zM896 128h128v576q0 26 -19 45t-45 19t-45 -19t-19 -45v-576zM1728 640q26 0 45 19t19 45t-19 45l-256 256q-14 -31 -36.5 -52.5t-46.5 -45.5l249 -248q19 -19 45 -19z\"\r\n },\r\n {\r\n Name: \"ExternalTFVC\",\r\n Code: \"F446\",\r\n Path: \"M256 256h384v-128h-512v1792h1792v-512h-128v384h-1536v-1536zM1856 896q-60 0 -109 34t-71 90l-147 -49q7 -35 7 -75q0 -66 -21.5 -128t-63.5 -113l255 -291q42 20 86 20q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 29 8 57t25 51l-251 288q-50 -37 -108.5 -56.5t-121.5 -19.5q-8 0 -17 0.5t-17 0.5l-54 -160q41 -26 64.5 -69t23.5 -92q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75q0 44 16.5 79.5t44 60.5t65 38.5t79.5 13.5l50 150q-57 20 -104 56.5t-80.5 84t-52 104t-18.5 117.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q55 0 107 -15.5t97 -44t81.5 -68.5t60.5 -90l168 56q6 35 23 64.5t42 51.5t57 34t68 12q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM1152 704q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"ExternalXAML\",\r\n Code: \"F447\",\r\n Path: \"M1792 1792h-1536v-1664h-128v1792h1792v-1024h-128v896zM1655 384l-220 -384h-438l-220 384l220 384h438zM2016 384l-219 -384h-148l220 384l-220 384h148zM563 384l220 -384h-148l-219 384l219 384h148z\"\r\n },\r\n {\r\n Name: \"IssueSolid\",\r\n Code: \"F448\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128zM1024 512h-128v-128h128v128zM1024 1280h-128v-640h128v640z\"\r\n },\r\n {\r\n Name: \"DefectSolid\",\r\n Code: \"F449\",\r\n Path: \"M1192 2006q107 -37 194 -102.5t149 -152t95.5 -190.5t33.5 -217q0 -144 -55.5 -267.5t-155.5 -225.5q-71 -73 -113 -155t-53 -184h-654q-11 102 -52.5 184t-112.5 154q-100 103 -156 226t-56 268q0 97 25 187.5t71 168.5t110 142t142 110t168 71t188 25q11 0 21.5 -1.5t21.5 -2.5l-380 -380l448 -448l-263 -263l113 -114l376 377l-448 448zM640 384h640v-192q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-256q-40 0 -75 15t-61 41t-41 61t-15 75v192z\"\r\n },\r\n {\r\n Name: \"LadybugSolid\",\r\n Code: \"F44A\",\r\n Path: \"M1024 1472q102 0 196 -26.5t175.5 -74t149 -115t115 -149t74 -175.5t26.5 -196q0 -112 -32.5 -216t-92 -193t-144 -159t-187.5 -112l-44 132q-55 -29 -114.5 -44.5t-121.5 -15.5t-121.5 15.5t-114.5 44.5l-44 -132q-104 42 -188 112t-143.5 159t-92 193t-32.5 216q0 102 26.5 196t74 175.5t115 149t149 115t175.5 74t196 26.5zM640 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM768 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1024 256q52 0 101 14.5t94 40.5l-195 585l-195 -585q45 -26 94 -40.5t101 -14.5zM1152 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1408 512q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM704 1600q0 72 30 135l-139 140l90 90l126 -126q45 39 99 60t114 21t114 -21t99 -60l126 126l90 -90l-139 -140q30 -63 30 -135q0 -13 -1.5 -25.5t-3.5 -24.5q-75 32 -154.5 49t-160.5 17t-160.5 -17t-154.5 -49q-2 12 -3.5 24.5t-1.5 25.5z\"\r\n },\r\n {\r\n Name: \"NugetLogo\",\r\n Code: \"F44C\",\r\n Path: \"M1467 1792q121 0 226.5 -45.5t184.5 -124.5t124.5 -185t45.5 -227v-628q0 -121 -45.5 -227t-124.5 -185t-184.5 -124.5t-226.5 -45.5h-629q-121 0 -227 45.5t-184.5 124.5t-124 185t-45.5 227v628q0 121 45.5 227t124 185t184.5 124.5t227 45.5h629zM715 1052q45 0 84.5 17t69 46.5t46.5 69t17 84.5t-17 84.5t-46.5 69t-69 46.5t-84.5 17t-84.5 -17t-69 -46.5t-46.5 -69t-17 -84.5t17 -84.5t46.5 -69t69 -46.5t84.5 -17zM1408 206q78 0 146.5 29.5t119.5 80.5t80.5 119.5t29.5 146.5t-29.5 146.5t-80.5 119.5t-119.5 80.5t-146.5 29.5t-146.5 -29.5t-119.5 -80.5t-80.5 -119.5t-29.5 -146.5t29.5 -146.5t80.5 -119.5t119.5 -80.5t146.5 -29.5zM384 1856q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75z\"\r\n },\r\n {\r\n Name: \"TFVCLogo\",\r\n Code: \"F44D\",\r\n Path: \"M1760 1472q-42 0 -82 12t-74 34t-61.5 53.5t-45.5 69.5l-349 -100q2 -17 3 -34.5t1 -34.5q0 -99 -32.5 -191t-93.5 -169l453 -452q34 22 73 33t80 11q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5t-112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 41 11 80t33 73l-452 453q-77 -61 -169 -93.5t-191 -32.5q-31 0 -61 3l-90 -358q35 -19 63 -46t47.5 -60t30 -70.5t10.5 -76.5q0 -60 -22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5t-112.5 22.5t-91.5 61.5t-61.5 91.5t-22.5 112.5q0 64 24 117t65 91t96 59t117 21l88 351q-87 30 -159 84t-123.5 126t-79.5 157.5t-28 177.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q91 0 175.5 -27.5t156 -77.5t126 -120.5t84.5 -156.5l354 101q1 58 24.5 109.5t62.5 89.5t90.5 60t110.5 22q60 0 112.5 -22.5t91.5 -61.5t61.5 -91.5t22.5 -112.5t-22.5 -112.5t-61.5 -91.5t-91.5 -61.5t-112.5 -22.5zM576 1152q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25z\"\r\n },\r\n {\r\n Name: \"ProjectLogo32\",\r\n Code: \"F47E\",\r\n Path: \"M496 1229q49 0 78 -19.5t29 -71.5q0 -23 -10.5 -37.5t-26.5 -23.5t-36 -12.5t-38 -3.5h-92v168h96zM2048 683v-470q0 -35 -25 -60t-60 -25h-1174q-35 0 -60 25t-25 60v299h-619q-35 0 -60 25t-25 60v854q0 35 25 60t60 25h171v299q0 35 25 60t60 25h918q35 0 60 -25t25 -60v-491h235q35 0 60 -25t25 -60v-491h299q35 0 60 -25t25 -60zM1536 1216h-512v-448h512v448zM767 1143q0 58 -19.5 99.5t-53.5 67.5t-80 38t-100 12h-271v-671h157v234h106q49 0 95.5 14.5t83.5 42t59.5 68.5t22.5 95zM384 1536h555q35 0 60 -25t25 -60v-107h192v448h-832v-256zM1920 256v384h-896v-43q0 -35 -25 -60t-60 -25h-107v-256h1088z\"\r\n },\r\n {\r\n Name: \"ProjectLogo16\",\r\n Code: \"F480\",\r\n Path: \"M2048 512v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-1280q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v256h-384q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v1024q0 26 10 49.5t27.5 41t41 27.5t49.5 10h128v224q0 30 10 58.5t29 51t45 36.5t58 14h996q32 0 58 -14t45 -36.5t29 -51t10 -58.5v-480h110q30 0 56.5 -11.5t46.5 -31.5t31.5 -46.5t11.5 -56.5v-622h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1646 1280h-366v-640h384v622q0 8 -5 13t-13 5zM384 1888v-224h768q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-128h128v480q0 2 -1 7.5t-2.5 11t-4.5 9.5t-6 4h-996q-3 0 -6 -4t-4.5 -9.5t-2.5 -11t-1 -7.5zM567 879h107q65 0 121.5 19.5t98.5 57t66 91t24 121.5q0 70 -22.5 121.5t-62 85t-95 49.5t-121.5 16h-322v-832h206v271zM1920 128v384h-640q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-512v-256h1280zM770 1162q0 -57 -29 -79t-83 -22h-91v196h95q53 0 80.5 -20.5t27.5 -74.5z\"\r\n },\r\n {\r\n Name: \"SharedNotes\",\r\n Code: \"F481\",\r\n Path: \"M2048 0h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t40.5 93t63.5 79.5t82 61q-35 35 -53.5 81.5t-18.5 95.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95.5t-53.5 -81.5q45 -25 82 -61t63.5 -79.5t40.5 -93t14 -101.5zM1792 512q0 26 -10.5 49t-28 40.5t-40.5 28t-49 10.5t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10q26 0 49.5 10t41 27.5t27.5 41t10 49.5zM640 512v128h628q-20 -63 -20 -128h-608zM1408 1408v-128h-768v128h768zM640 896v128h768v-128h-768zM384 1792v-1664h800l-32 -128h-896v1920h128v128h128v-128h256v128h128v-128h256v128h128v-128h256v128h128v-128h128v-1046l-128 22v896h-1280z\"\r\n },\r\n {\r\n Name: \"SwayLogo32\",\r\n Code: \"F482\",\r\n Path: \"M1984 1728v-1408q0 -26 -19 -45t-45 -19h-704v-205l-1152 266v1414l1152 266v-205h704q26 0 45 -19t19 -45zM842 854q0 59 -18.5 99t-46.5 68t-61 47.5t-61 38t-46.5 39.5t-18.5 52q0 32 16 45t42 23q5 0 9 1t8 1q47 0 80.5 -13.5t68.5 -43.5v181q-29 13 -59.5 18.5t-62.5 5.5q-21 0 -42 -2t-41 -6q-41 -8 -73 -29.5t-53.5 -52.5t-32.5 -68.5t-11 -77.5q0 -56 18 -94.5t44.5 -66t57.5 -47.5t57.5 -38.5t44.5 -39.5t18 -50q0 -37 -23 -51t-55 -14q-49 0 -89.5 28.5t-69.5 64.5v-186q23 -15 43.5 -25t41.5 -16.5t44 -9.5t51 -3q103 0 161.5 59.5t58.5 162.5zM1920 320v512h-704v-128h192v-64h-192v-128h192v-64h-192v-128h704zM1920 992v736h-704v-565q6 5 27.5 24t45.5 39.5t44.5 37t25.5 16.5q11 0 15 -7.5t10 -13.5l344 -363h128l-298 288q6 7 16 20t21.5 26t23 23t19.5 10q7 0 13.5 -3t11.5 -8zM1856 704v-64h-384v64h384zM1752 1442q-30 0 -51 21t-21 51q0 29 22 50t50 21q29 0 50 -21t21 -50t-21 -50.5t-50 -21.5zM1856 512v-64h-384v64h384z\"\r\n },\r\n {\r\n Name: \"SwayLogoFill32\",\r\n Code: \"F483\",\r\n Path: \"M1920 1760q14 0 23 -9t9 -23v-1408q0 -14 -9 -23t-23 -9h-896q-14 0 -23 9t-9 23v1408q0 14 9 23t23 9h896zM874 854q0 -58 -17.5 -105t-50.5 -80t-79.5 -51t-104.5 -18q-57 0 -111 15.5t-98 52.5q-1 4 -2 9t-1 9v271q19 -23 40 -48.5t44.5 -47t51 -36t61.5 -14.5q17 0 28.5 7t11.5 26q0 4 -1 10t-3 8q-4 16 -23.5 30t-45.5 31t-55.5 38t-54 51t-41 71t-16.5 97q0 64 20.5 114t58 84.5t89.5 52t114 17.5q45 0 78 -7.5t74 -24.5q1 -2 3 -12t2 -12v-248q-23 19 -42.5 36t-39.5 29.5t-43 19.5t-54 7q-17 0 -31 -10t-14 -28q0 -16 7 -27.5t18 -20.5t23.5 -16t23.5 -13q40 -24 73.5 -50t57 -57.5t36.5 -70.5t13 -89z\"\r\n },\r\n {\r\n Name: \"SwayLogo16\",\r\n Code: \"F484\",\r\n Path: \"M2048 1792v-1536q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-640v-128l-1280 224v1600l1280 224v-128h640q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM912 792q0 79 -26 133.5t-65 93.5t-85 67t-85 54t-65 54t-26 68q0 25 9.5 42.5t25.5 28t36.5 15t42.5 4.5q32 0 58 -5.5t49 -16t45 -25.5t47 -34v261q-45 18 -89 25.5t-93 7.5q-77 0 -141.5 -21t-111.5 -62t-73 -102t-26 -142q0 -78 25 -131t62 -91.5t81 -66t81 -52.5t62 -53t25 -67q0 -44 -28.5 -63.5t-68.5 -19.5t-72.5 10.5t-60.5 28.5t-53 42.5t-50 52.5v-269q24 -21 55.5 -35.5t66 -24t69.5 -13.5t66 -4q72 0 130 21t98.5 61t62.5 97.5t22 130.5zM1920 1792h-640v-567l113 145q14 18 35 28.5t44 10.5t44 -10.5t35 -28.5l369 -474h-640v-128h512v-128h-512v-128h512v-128h-512v-128h640v1536zM1792 1664v-128h-128v128h128z\"\r\n },\r\n {\r\n Name: \"SwayLogoFill16\",\r\n Code: \"F485\",\r\n Path: \"M1088 1856h896v-1664h-896v1664zM976 792q0 -86 -27 -155t-76.5 -118t-119 -75t-154.5 -26q-50 0 -90.5 6t-77 18.5t-72 32t-75.5 47.5q-2 9 -4 18.5t-2 18.5v435q31 -35 64 -76t70.5 -76.5t81 -59.5t96.5 -24l14 4l7 15q-1 21 -26 41t-62.5 44t-80.5 55t-80.5 75t-62 104t-24.5 142q0 94 31 167t86.5 123t132 76t167.5 26q66 0 120.5 -13.5t115.5 -37.5q2 -11 5.5 -23.5t3.5 -23.5v-393q-27 22 -57 48t-63 48.5t-69 38t-74 15.5q-10 0 -21 -1.5t-20 -6.5l-8 -10q-1 -5 -1 -9.5v-6.5v-5q0 -17 26 -34.5t65 -40.5t85 -54.5t85 -77t65 -107t26 -144.5z\"\r\n },\r\n {\r\n Name: \"ClassNotebookLogo32\",\r\n Code: \"F486\",\r\n Path: \"M1984 1664v-384q0 -18 -8 -32q8 -14 8 -32v-384q0 -18 -8 -32q8 -14 8 -32v-384q0 -26 -19 -45t-45 -19h-64q0 -26 -19 -45t-45 -19h-576v-200l-1152 201v1528l1152 207v-200h576q26 0 45 -19t19 -45h64q26 0 45 -19t19 -45zM897 651v766l-144 -8v-514l-286 498l-146 -5v-706l115 -6v518l307 -534zM1920 384v384h-64v-384h64zM1920 832v384h-64v-384h64zM1920 1280v384h-128v64h-576v-960h384v-64h-384v-128h384v-64h-384v-192h576v960h128zM1690 1480v-58l38 -50l-38 -50v-57l-50 -29l-29 -50h-12v-233l-97 85l-93 -85v233h-14l-29 50l-50 29v57l-36 50l36 50v58l50 29l29 50h58l50 36l50 -36h58l29 -50zM1503 1280q19 0 37 8.5t31 22t21 31.5t8 37t-8 36.5t-21 30.5t-31 20.5t-37 7.5q-20 0 -38 -7.5t-31.5 -20.5t-21.5 -30.5t-8 -36.5t8 -37t21.5 -31.5t31.5 -22t38 -8.5z\"\r\n },\r\n {\r\n Name: \"ClassNotebookLogoFill32\",\r\n Code: \"F487\",\r\n Path: \"M720 1016v423l209 12v-834l-205 12l-256 445v-431l-179 8v767l196 8zM1824 1696h128v-1344h-128v-64h-640v1472h640v-64z\"\r\n },\r\n {\r\n Name: \"ClassNotebookLogo16\",\r\n Code: \"F488\",\r\n Path: \"M2048 1664v-384q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-256q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384v-128l-1280 224v1600l1280 224v-128h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1039 496v1057l-226 -13q0 -161 0.5 -319.5t0.5 -319.5q-4 5 -7 11l-6 12l-342 596l-219 -12v-968l202 -11v243v167.5v107t-0.5 62t-1 32t-0.5 16.5l366 -648zM1920 384v384h-128v-384h128zM1920 896v256h-128v-256h128zM1920 1280v384h-256v128h-384v-896h256v-128h-256v-128h256v-128h-256v-256h384v1024h256zM1408 1292q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -30 -9.5 -58.5t-26 -52t-40.5 -41.5t-52 -28v-268h-128v268zM1408 1536v-128h128v128h-128z\"\r\n },\r\n {\r\n Name: \"ClassNotebookLogoFill16\",\r\n Code: \"F489\",\r\n Path: \"M1728 1728h256v-1408h-256v-128h-640v237l-320 18l-263 465v-451l-329 19v1088l319 18l254 -443v458l339 19v236h640v-128z\"\r\n },\r\n {\r\n Name: \"ClassNotebookLogoInverse32\",\r\n Code: \"F48A\",\r\n Path: \"M64 257v1528l1152 207v-1936zM321 1388v-706l115 -6v518l307 -534l154 -9v766l-145 -8v-257t1 -257l-286 498zM1958 1216q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1958 832q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1984 1301q0 -13 -3 -17t-17 -4h-108v-909q0 -7 -2.5 -16t-7 -16.5t-11 -13t-14.5 -5.5h-541v192h384v64h-384v128h384v64h-384v960h541q20 0 27.5 -17t7.5 -34v-77h108q14 0 17 -3.5t3 -17.5v-278zM1753 1322l39 50l-39 50v58l-49 29l-29 50h-58l-50 36l-50 -36h-58l-28 -50l-50 -29v-58l-37 -50l37 -50v-57l50 -29l28 -50h14v-233l93 85l97 -85v233h12l29 50l49 29v57zM1567 1474q19 0 37 -7.5t31 -20t21 -30t8 -37.5t-8 -37.5t-21 -31.5t-31 -22t-37 -8q-20 0 -37.5 8t-31.5 22t-22 31.5t-8 37.5t8 37.5t22 30t31.5 20t37.5 7.5z\"\r\n },\r\n {\r\n Name: \"ClassNotebookLogoInverse16\",\r\n Code: \"F48B\",\r\n Path: \"M0 224v1600l1152 224v-2048zM177 1508v-968l201 -11q0 158 -0.5 314t-0.5 314l366 -648l232 -13v1057l-225 -13v-639q-1 2 -3.5 6.5t-13.5 23t-32.5 56.5t-60.5 106t-99 172t-146 255zM1952 1280q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1952 768q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1536 1536v-128h-128v128h128zM2048 1715v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-160v-1152q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-384v384h256v128h-256v128h256v128h-256v576q0 -30 9.5 -58.5t26 -52t40 -41.5t52.5 -28v-268h128v268q28 10 52 28t40.5 41.5t26 52t9.5 58.5q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v448h384q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5h160q16 0 33.5 -5t31 -15t22.5 -24t9 -33z\"\r\n },\r\n {\r\n Name: \"StaffNotebookLogo32\",\r\n Code: \"F48C\",\r\n Path: \"M1984 1664v-384q0 -16 -8 -32q8 -16 8 -32v-384q0 -16 -8 -32q8 -16 8 -32v-384q0 -22 -8.5 -34.5t-22 -19t-30 -8.5t-33.5 -2h-34q0 -26 -19 -45t-45 -19h-576v-200l-1152 201v1528l1152 207v-200h576q26 0 45 -19t19 -45h34q17 0 33.5 -2t30 -8.5t22 -19t8.5 -34.5zM897 651v766l-145 -8v-257t1 -257l-286 498l-146 -5v-706l115 -6v518l307 -534zM1920 384v384h-64v-384h64zM1920 832v384h-64v-384h64zM1920 1280v384h-128v64h-576v-397l192 77l320 -128l-64 -26v-198q0 -14 -9 -23t-23 -9t-23 9t-9 23v173l-192 -77l-192 77v-461h384v-64h-384v-128h384v-64h-384v-192h576v960h128zM1280 1117l128 -51l128 51v-93q0 -19 -15 -31t-36 -19.5t-42.5 -10.5t-34.5 -3t-34.5 3t-42.5 10.5t-36 19.5t-15 31v93z\"\r\n },\r\n {\r\n Name: \"StaffNotebookLogoFill32\",\r\n Code: \"F48D\",\r\n Path: \"M720 1016v423l209 12v-834l-205 12l-256 445v-431l-179 8v767l196 8zM1824 1696h128v-1344h-128v-64h-640v1472h640v-64z\"\r\n },\r\n {\r\n Name: \"StaffNotebookLogo16\",\r\n Code: \"F48E\",\r\n Path: \"M2048 1664v-384q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-256q0 -17 -5.5 -33.5t-14.5 -30.5q9 -14 14.5 -30.5t5.5 -33.5v-384q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-384v-128l-1280 224v1600l1280 224v-128h384q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50h128q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1039 496v1057l-226 -13q0 -161 0.5 -319.5t0.5 -319.5q-4 5 -7 11l-6 12l-342 596l-219 -12v-968l202 -11v243v167.5v107t-0.5 62t-1 32t-0.5 16.5l366 -648zM1920 384v384h-128v-384h128zM1920 896v256h-128v-256h128zM1920 1280v384h-256v128h-384v-320l128 64l256 -128l-256 -128l-128 64v-143l128 -64l128 64v-113q0 -19 -15 -31t-36 -19.5t-42.5 -10.5t-34.5 -3t-34.5 3t-42.5 10.5t-36 19.5t-15 31v-192h256v-128h-256v-128h256v-128h-256v-256h384v1024h256z\"\r\n },\r\n {\r\n Name: \"StaffNotebookLogoFill16\",\r\n Code: \"F48F\",\r\n Path: \"M1728 1728h256v-1408h-256v-128h-640v237l-320 18l-263 465v-451l-329 19v1088l319 18l254 -443v458l339 19v236h640v-128z\"\r\n },\r\n {\r\n Name: \"StaffNotebookLogoInverted32\",\r\n Code: \"F490\",\r\n Path: \"M64 257v1528l1152 207v-1936zM321 1388v-706l115 -6v518l307 -534l154 -9v766l-145 -8v-257t1 -257l-286 498zM1958 1216q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1958 832q13 0 19.5 -12.5t6.5 -23.5v-248q0 -11 -6.5 -23.5t-19.5 -12.5h-38v320h38zM1984 1301q0 -13 -3 -17t-17 -4h-108v-909q0 -7 -2.5 -16t-7 -16.5t-11 -13t-14.5 -5.5h-541v192h384v64h-384v128h384v64h-384v461l192 -77l192 77v-173q0 -14 9 -23t23 -9t23 9t9 23v198l64 26l-320 128l-192 -77v397h541q20 0 27.5 -17t7.5 -34v-77h108q14 0 17 -3.5t3 -17.5v-278zM1600 1024v93l-128 -51l-128 51v-93q0 -19 15 -31t36 -19.5t42.5 -10.5t34.5 -3t34.5 3t42.5 10.5t36 19.5t15 31z\"\r\n },\r\n {\r\n Name: \"StaffNotebookLogoInverted16\",\r\n Code: \"F491\",\r\n Path: \"M0 224v1600l1152 224v-2048zM177 1508v-968l201 -11q0 158 -0.5 314t-0.5 314l366 -648l232 -13v1057l-225 -13v-639q-1 2 -3.5 6.5t-13.5 23t-32.5 56.5t-60.5 106t-99 172t-146 255zM1952 1280q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM1952 768q16 0 33.5 -5t31 -15t22.5 -24t9 -33v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-32v384h32zM2048 1715v-230q0 -19 -9 -33.5t-22.5 -24t-31 -14.5t-33.5 -5h-160v-1152q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-384v384h256v128h-256v128h256v128h-256v192q0 -19 15 -31t36 -19.5t42.5 -10.5t34.5 -3t34.5 3t42.5 10.5t36 19.5t15 31v113l-128 -64l-128 64v127l128 -64l288 144l-288 144l-128 -64v432h384q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5h160q16 0 33.5 -5t31 -15t22.5 -24t9 -33z\"\r\n },\r\n {\r\n Name: \"KaizalaLogo\",\r\n Code: \"F492\",\r\n Path: \"M1878 1550q84 -115 127 -249t43 -277q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5v459q0 32 -14 57.5t-35.5 48t-46.5 43.5t-46.5 44t-35.5 49t-14 59q0 28 10.5 53t29 43.5t43.5 29t53 10.5h952q167 0 319.5 -58.5t277.5 -169.5l116 117q28 28 68 28t68 -28t28 -68t-28 -68zM1920 1024q0 117 -34 227.5t-100 206.5l-694 -694q-28 -28 -68 -28t-68 28l-316 316q-28 28 -28 68t28 68t68 28t68 -28l248 -248l634 634q-107 94 -235.5 142t-270.5 48h-952q-8 0 -8 -8l2 -5l115 -115q36 -36 55.5 -83t19.5 -98v-459q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5t204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204z\"\r\n },\r\n {\r\n Name: \"TaskLogo\",\r\n Code: \"F493\",\r\n Path: \"M1894 1661q0 -12 -8 -22l-892 -1148l-622 671q-9 9 -9 24q0 16 11 27l147 136q10 10 25 10t26 -11l404 -435l695 893q11 14 28 14q12 0 23 -8l158 -123q14 -12 14 -28zM1664 256v818l128 164v-1110h-1664v1664h1329l-100 -128h-1101v-1408h1408z\"\r\n },\r\n {\r\n Name: \"GallatinLogo\",\r\n Code: \"F496\",\r\n Path: \"M12199 1063h-89v140h-878v-140h-77v216h1044v-216zM12237 1381h-343v-76h-90v76h-267v-76h-76v76h-344v64h344v89h76v-89h267v89h90v-89h343v-64zM11423 859v-25h-90v280h688v-280h-89v25h-509zM11423 923h509v114h-509v-114zM12021 478h-675v-64h-89v343h853v-343h-89v64zM12021 694h-675v-153h675v153zM10990 1381h-637v89h637v-89zM11066 1089h-433q-45 -81 -90.5 -162t-99.5 -157q99 11 197 14.5t197 11.5q-34 42 -60.5 87t-53.5 91l63 38q65 -75 121 -154.5t108 -163.5l-76 -64q-14 22 -26.5 44t-24.5 45q-118 -7 -235.5 -15.5t-235.5 -22.5q-20 -2 -38 -7t-38 -6l-38 77q34 35 64 77t56.5 86.5t50 90.5t45.5 90h-242v88h789v-88zM10074 1534q45 -54 89 -108.5t89 -108.5l-77 -63q-44 53 -83.5 107.5t-81.5 108.5zM10137 592q-42 -32 -75 -72t-65 -81l-51 102q40 30 77.5 62.5t75.5 64.5v382h-140v89h229v-483q45 -54 105.5 -84.5t130.5 -30.5h655l-38 -89h-636q-83 11 -150.5 41t-117.5 99zM9755 1725q12 -24 25.5 -48.5t13.5 -53.5q0 -30 -12.5 -57.5t-34 -49t-49 -34t-57.5 -12.5t-56 13t-44.5 35t-29 49t-10.5 56q0 64 38 102t102 38q35 0 60 -9.5t54 -28.5zM9641 1737q-22 0 -45 -9t-41.5 -24.5t-30 -36.5t-11.5 -44q0 -21 12 -43.5t31 -41t41.5 -30.5t43.5 -12q26 0 49 10t40.5 27.5t27.5 40.5t10 49q0 57 -36.5 85.5t-90.5 28.5zM9664 1598q5 0 7.5 -2t7.5 -11l25 -51h-12l-26 51q-7 0 -13.5 4t-11.5 9h-26v-64h-25v165h51q51 0 51 -51q0 -20 -11 -31t-28 -19h11zM9679 1648q0 9 -6.5 13t-6.5 13q-8 5 -19 5q-6 0 -6 -5h-26v-51h26q11 0 21 9.5t17 15.5zM9042 1763q23 -14 44 -25.5t42.5 -20.5t44 -17t48.5 -14q-40 -53 -84 -101t-82 -102h204l-26 -153l-356 13q-10 -59 -27 -115.5t-36 -113.5h407l-38 -166l-357 13q27 -54 40 -99t23 -83t22 -71t37.5 -62t68.5 -54.5t115 -50.5q-44 -36 -85 -74.5t-81 -78.5l-19 15q-46 34 -79 60.5t-58 50t-43 48.5t-33.5 57t-29.5 74.5t-31 102.5q-45 -70 -99 -127t-116.5 -103.5t-133 -83.5t-147.5 -68q-24 37 -45 75.5t-44 76.5q96 14 165.5 47.5t123.5 84.5t97 117.5t85 145.5h-344l38 166l357 -13q12 59 30.5 114.5t32.5 114.5h-343l25 153l216 -13q-10 31 -17.5 57.5t-15.5 52t-18 51t-25 55.5q49 14 96 30.5t95 33.5q18 -52 41.5 -110.5t47.5 -106.5q-29 -7 -47.5 -10.5t-33.5 -9t-31 -15t-40 -28.5h318q-16 14 -36.5 23.5t-40.5 14.5q28 28 51 58t43 60.5t40 61.5t44 62zM8304 1572l-152 -700q32 8 65 13.5t62 24.5q-8 -15 -10.5 -30.5t-2.5 -32.5q-16 -24 -21.5 -50t-16.5 -52q-29 0 -57.5 -8t-56.5 -18l-64 -305h-204l76 267q-112 -17 -223 -35t-222 -41v165l89 13l178 789h-89l26 153h751l-26 -166zM8088 1406l38 166h-191l-38 -166h191zM8050 1279h-178l-38 -140h190zM7961 834l25 165h-178l-51 -191q51 8 101.5 17t102.5 9zM7108 1470h-776l-90 -127h624q-93 -165 -173 -333.5t-158 -341.5h471l-51 -178h-1603l51 204h890l77 140h-687q57 79 110.5 161t106 163.5t106 163t109.5 161.5h-420l51 178h1413zM6026 999h420l89 178h-394zM4919 1508h-586l39 178h802l-153 -597h-548q-4 -10 -13.5 -43.5t-22 -78.5t-26.5 -96.5t-25.5 -97t-19 -80t-7.5 -46.5v-4q17 -9 38 -14t43 -7.5t44 -3t41 -0.5h114q54 0 87.5 10t57 30t40.5 50.5t37 72.5q2 4 3.5 7.5t3.5 7.5q16 -17 38 -29.5t46 -22t48.5 -18.5t45.5 -20q-18 -37 -39.5 -67t-45.5 -56.5t-51 -52t-55 -52.5q-22 0 -43.5 -3.5t-43.5 -8t-44 -8t-44 -3.5q-35 0 -73 -0.5t-80 -0.5q-52 0 -105.5 2t-105.5 8.5t-99.5 19t-86.5 32.5q0 1 -0.5 1.5t-0.5 1.5q-3 11 -8 26.5t-5 26.5q0 5 1 7l178 675h548zM4117 1559q24 -24 51 -45t51 -44l51 -12q-136 -105 -268 -210.5t-267 -210.5q105 18 209.5 29.5t210.5 22.5q-24 -41 -45.5 -82.5t-43.5 -83.5q-157 0 -312.5 -21t-310.5 -43q-8 39 -11.5 77t-14.5 76q83 41 157 95t149 108h-255q9 17 14 38t7.5 43t3 44t0.5 41q18 17 40.5 32.5t46.5 31t47.5 31t43.5 32.5q71 62 133.5 128t121.5 140q45 -27 92.5 -46.5t98.5 -30.5q-94 -85 -188 -168.5t-194 -162.5h166q56 48 110 93.5t106 97.5zM3061 1177l-306 13l-114 -420h-675l115 433h-191l-140 -535h1120l-51 -190h-1349l191 725h-242l51 178l241 -13l90 357l241 -13l-101 -344h191l76 331h242l-102 -331h216l89 331h242l-102 -331h319zM2310 1203l-64 -255h204l63 242zM3315 668q195 20 385 56.5t379 83.5q-15 -15 -26.5 -34t-11.5 -42q-17 -19 -23.5 -42.5t-15.5 -46.5q-160 -38 -318 -75.5t-318 -77.5q-10 47 -22.5 90t-28.5 88zM655 1534v-204h420v-891h-89v64h-764v-64h-88v891h419v204h102zM986 1241h-331v-280h331v280zM222 961h331v280h-331v-280zM655 592h331v280h-331v-280zM553 592v280h-331v-280h331z\"\r\n },\r\n {\r\n Name: \"Globe2\",\r\n Code: \"F49A\",\r\n Path: \"M1897 476q0 -26 -19 -45t-45 -19q-15 0 -31 10t-31 23.5t-28 28.5t-23 25q-106 -94 -232.5 -151t-266.5 -77v-143h187v-128h-512v128h197v134q-134 0 -257 34t-230.5 96t-195.5 149.5t-150.5 194t-97 229.5t-34.5 257q0 177 61 337.5t176 294.5q-9 8 -18.5 17t-18 19t-14 21.5t-5.5 24.5q0 26 19 45t45 19q27 0 46 -19l222 -221q95 78 209.5 119t237.5 41q97 0 187 -25t168.5 -71t142.5 -110t110 -142.5t71 -168.5t25 -187q0 -123 -41 -237.5t-119 -209.5l246 -247q19 -19 19 -46zM512 1216q0 -81 23 -161l129 130q-37 55 -66 113.5t-49 121.5q-37 -100 -37 -204zM756 1647q-51 0 -75 -24.5t-24 -75.5q0 -33 9 -69t23.5 -71.5t32 -68.5t35.5 -61l270 270q-28 18 -61.5 36t-68.5 32t-71 23t-70 9zM1419 1155l-270 -270q28 -18 61 -35.5t68.5 -32t71.5 -23.5t69 -9q52 0 76 24t24 76q0 33 -9 69t-23.5 71.5t-32 68.5t-35.5 61zM1043 960l301 301q-95 116 -211 211l-301 -301q95 -116 211 -211zM741 1081l-152 -153q38 -66 91.5 -119.5t119.5 -91.5l153 152q-117 95 -212 212zM1057 792l-130 -129q80 -23 161 -23q104 0 204 37q-63 20 -121.5 49t-113.5 66zM1627 1012q37 100 37 204q0 81 -23 161l-129 -130q37 -55 66 -113.5t49 -121.5zM1587 1504q-38 66 -91.5 119.5t-119.5 91.5l-153 -152q117 -95 212 -212zM1249 1769q-80 23 -161 23q-104 0 -204 -37q63 -20 121.5 -49t113.5 -66zM1088 390q149 0 288 51.5t253 148.5l-87 87q-97 -80 -212 -122.5t-242 -42.5q-97 0 -187 25t-168.5 71t-142.5 110t-110 142.5t-71 168.5t-25 187q0 127 42.5 242t122.5 212l-93 93q-97 -114 -148.5 -253t-51.5 -289q0 -115 29.5 -221t84 -198.5t130 -168t168 -130t199 -84t221.5 -29.5z\"\r\n },\r\n {\r\n Name: \"Guitar\",\r\n Code: \"F49B\",\r\n Path: \"M2048 1728q0 -26 -19 -45l-288 -288q-19 -19 -45 -19q-29 0 -48 22l-502 -502h70q26 0 45 -19t19 -45v-128q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-26 0 -45 -19t-19 -45q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35q-119 0 -224 45.5t-183 123.5t-123.5 183t-45.5 224q0 93 35 174.5t96 142.5t142.5 96t174.5 35q26 0 45 19t19 45q0 53 20 99.5t55 81.5t81.5 55t99.5 20q66 0 120.5 -30t91.5 -84l418 418q-22 19 -22 48q0 26 19 45l288 288q19 19 45 19t45 -19l256 -256q19 -19 19 -45zM1152 768h-160q-26 0 -45 19l-160 160q-19 19 -19 45t19 45l99 99q-14 36 -46.5 58t-71.5 22q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -93 35.5 -174.5t96 -142t142 -96t174.5 -35.5q66 0 124 25t101.5 68.5t69 102t25.5 124.5q0 40 15 75t41 61t61 41t75 15q26 0 45 19t19 45v64zM992 922l566 566l-70 70l-566 -566zM1696 1530l198 198l-166 166l-198 -198zM355 579l90 90l224 -224l-90 -90zM547 771l90 90l224 -224l-90 -90z\"\r\n },\r\n {\r\n Name: \"Breakfast\",\r\n Code: \"F49C\",\r\n Path: \"M1408 1456q-26 0 -45 19t-19 45q0 51 19.5 98t55.5 83l79 80q38 38 38 91q0 26 19 45t45 19t45 -19t19 -45q0 -51 -19.5 -98t-55.5 -83l-79 -80q-38 -38 -38 -91q0 -26 -19 -45t-45 -19zM1024 1456q-26 0 -45 19t-19 45q0 51 19.5 98t55.5 83l79 80q38 38 38 91q0 26 19 45t45 19t45 -19t19 -45q0 -51 -19.5 -98t-55.5 -83l-79 -80q-38 -38 -38 -91q0 -26 -19 -45t-45 -19zM1856 1280q40 0 75 -15t61 -41t41 -61t15 -75v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-57q-2 -7 -3.5 -13t-3.5 -12v-39q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-384q-78 0 -144 35t-110 93h-500q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h256q0 79 30.5 149t82.5 122.5t122 82.5t149 30q30 0 58.5 -5.5t55.5 -13.5v403h1024v-128h64zM654 896q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h370v228q-26 13 -54.5 20.5t-59.5 7.5zM334 384h441q-7 29 -7 64v64h-615q10 -28 28 -51.5t41.5 -40.5t52 -26.5t59.5 -9.5zM797 317q0 -1 0.5 -1.5t0.5 -1.5q0 1 -0.5 1.5t-0.5 1.5zM1664 448v832h-768v-832q0 -40 15 -75t41 -61t61 -41t75 -15h384q40 0 75 15t61 41t41 61t15 75zM1920 704v384q0 26 -19 45t-45 19h-64v-512h64q26 0 45 19t19 45z\"\r\n },\r\n {\r\n Name: \"Brunch\",\r\n Code: \"F49D\",\r\n Path: \"M1662 1152q-4 -72 -15 -140t-28.5 -134t-40 -131.5t-48.5 -131.5q-9 -23 -14.5 -51.5t-8.5 -51.5h285v-64q0 -56 -18.5 -107t-52 -92.5t-79.5 -71t-100 -41.5l22 -136h-686l16 128h-574q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5v64h256q0 79 30 149t82.5 122.5t122 82.5t149.5 30q50 0 97 -13t90 -38q-27 97 -43 195.5t-16 199.5q0 78 12.5 149t35.5 145h143l-102 404l125 31l109 -435h189q0 79 30 149.5t82 123t122 83t150 30.5q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30.5 -150t-83 -122t-122.5 -82t-150 -30zM1664 1792q-53 0 -100 -20.5t-81.5 -55.5t-54.5 -82t-20 -100h208q20 -64 31 -125.5t14 -128.5q54 0 101 20t82.5 55t55.5 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20zM640 768q-53 0 -99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h512q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20zM926 384h-787q10 -29 28 -52.5t42 -40.5t52.5 -26t58.5 -9h591q4 32 9.5 64t5.5 64zM1503 384q2 -31 7.5 -60.5t9.5 -59.5q46 12 81.5 43.5t51.5 76.5h-150zM1536 1234q0 44 -3.5 87t-13.5 85h-606q-9 -42 -13 -83.5t-4 -83.5q0 -58 8 -127t22.5 -139t34.5 -136.5t45 -120.5q29 -63 40 -128.5t11 -134.5q0 -82 -11.5 -163t-22.5 -162h390q-12 75 -26.5 149.5t-14.5 151.5q0 27 2 57.5t7 62t12.5 61.5t18.5 55q30 70 53 139t39 138.5t24 142t8 149.5z\"\r\n },\r\n {\r\n Name: \"BeerMug\",\r\n Code: \"F49E\",\r\n Path: \"M1600 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-512q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25h-64v-192q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1024q-40 0 -75 15t-61 41t-41 61t-15 75v1379q-59 34 -93.5 93t-34.5 128q0 52 20 99t54.5 81.5t80.5 55t99 20.5h1154q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -35 -9.5 -69t-26 -64.5t-40.5 -55.5t-52 -43v-24h64zM255 1920q-26 0 -49.5 -10t-40.5 -27.5t-27 -41t-10 -49.5q0 -40 23.5 -73t61.5 -47l43 -15v-569q0 -26 19 -45t45 -19t45 19t19 45v384q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-256q0 -26 19 -45t45 -19t45 19t19 45v256q0 40 15 75t41 61t61 41t75 15h371q33 16 55 52t22 76q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10h-1153zM1408 192v76q-15 -5 -31 -8.5t-33 -3.5h-1024q-17 0 -33 3.5t-31 8.5v-76q0 -26 19 -45t45 -19h1024q26 0 45 19t19 45zM1344 384q26 0 45 19t19 45v1088h-320q-26 0 -45 -19t-19 -45v-256q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v256q0 26 -19 45t-45 19t-45 -19t-19 -45v-384q0 -40 -15 -75t-41 -61t-61 -41t-75 -15q-33 0 -64 11v-459q0 -26 19 -45t45 -19h192v448q0 27 19 45.5t45 18.5t45 -18.5t19 -45.5v-448h384v576q0 27 19 45.5t45 18.5t45 -18.5t19 -45.5v-576h192zM1792 704v512q0 40 -15 75t-41 61t-61 41t-75 15h-64v-896h64q40 0 75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"Vacation\",\r\n Code: \"F49F\",\r\n Path: \"M1728 384q26 0 45 -19t19 -45t-19 -45t-45 -19h-768q-26 0 -45 19t-19 45t19 45t45 19h768zM1600 128q26 0 45 -19t19 -45t-19 -45t-45 -19h-512q-26 0 -45 19t-19 45t19 45t45 19h512zM1838 640h210v-128h-1511q-10 -64 -14.5 -128t-7 -127.5t-2.5 -127.5t-1 -129h-384v193q0 81 6 160t17 159h-151v128h172q50 245 151 471t250 427q-146 5 -268 61.5t-223 159.5l-45 46l47 44q104 97 228 147.5t267 50.5q156 0 286 -58.5t239 -167.5q77 -2 149 -24t134 -60t113 -90t87.5 -115t56.5 -135t20 -150v-64h-64q-132 0 -247.5 56.5t-198.5 158.5q-76 -138 -191 -227t-269 -125q-43 -99 -76.5 -200t-56.5 -206h289q22 84 69 154.5t112.5 121.5t145.5 79.5t167 28.5t167 -28.5t145.5 -79.5t112.5 -121.5t69 -154.5zM1238 1668q-6 -65 -26 -132q51 -88 134.5 -146t184.5 -74q-10 61 -35 115.5t-63.5 100.5t-87.5 80.5t-107 55.5zM1112 1661q-102 -8 -192.5 -50.5t-161 -110t-117 -156.5t-60.5 -189q85 7 161 36.5t139 77.5t112 112.5t81 143.5q14 33 23.5 67t14.5 69zM224 1801q80 -66 177 -101t201 -35q97 0 187.5 30t167.5 88q-80 66 -177 101t-201 35q-97 0 -187.5 -30t-167.5 -88zM542 1026q-8 -2 -16 -2h-16q-16 0 -32 0.5t-32 1.5v47q-53 -118 -89.5 -232t-59 -230t-32 -235.5t-9.5 -247.5h128q0 121 8.5 234t27 223t48.5 219t74 222zM984 640h720q-20 57 -56 104.5t-83.5 81t-103.5 52t-117 18.5t-117 -18.5t-103.5 -52t-83.5 -81t-56 -104.5z\"\r\n },\r\n {\r\n Name: \"Teeth\",\r\n Code: \"F4A0\",\r\n Path: \"M1024 1536q70 0 132.5 20t123.5 44t123 44t133 20v-128q-44 0 -84 -9.5t-78.5 -23.5t-77.5 -31t-81 -31t-89 -23.5t-102 -9.5t-102 9.5t-89 23.5t-80.5 31t-77.5 31t-79 23.5t-84 9.5v128q69 0 132 -20t124 -44t124 -44t132 -20zM2048 1469q0 -177 -26 -360.5t-76.5 -363t-125.5 -349t-173 -318.5q-24 -36 -61 -57t-81 -21q-55 0 -99 31.5t-61 83.5l-178 532q-35 -4 -71 -5.5t-72 -1.5t-72 1.5t-71 5.5l-178 -532q-17 -52 -61 -83.5t-99 -31.5q-44 0 -81 21t-61 57q-98 149 -173 318.5t-125.5 349t-76.5 363t-26 360.5q0 112 34 216.5t99 185t160 129t217 48.5q71 0 133.5 -20t123.5 -44t123.5 -44t133.5 -20t133.5 20t123.5 44t123.5 44t133.5 20q122 0 217 -48.5t160 -129t99 -185t34 -216.5zM1920 1467q0 93 -25 175.5t-75.5 144t-125.5 97.5t-175 36q-58 0 -111.5 -20t-111.5 -44t-124 -44t-148 -20q-83 0 -148.5 20t-123.5 44t-114.5 44t-121.5 20q-97 0 -170 -38t-121.5 -101t-72.5 -144.5t-24 -169.5q0 -98 11.5 -211.5t34 -233.5t55 -241.5t75 -235.5t94.5 -216t112 -182q15 -19 38 -19q12 0 31 36.5t40.5 93.5t44.5 126t43.5 133.5t36.5 117.5t24 77q8 26 30.5 45.5t51.5 19.5q44 0 87 -4.5t87 -4.5t87 4.5t87 4.5q29 0 51.5 -19.5t30.5 -45.5q8 -24 24 -77t36.5 -117.5t43.5 -133.5t44.5 -126t40.5 -93.5t31 -36.5q23 0 38 19q60 80 112 182t94.5 216t75 235.5t55 241t34 233.5t11.5 212z\"\r\n },\r\n {\r\n Name: \"Taxi\",\r\n Code: \"F4A1\",\r\n Path: \"M384 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1664 896q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM2048 1152h-37l-66 -65q2 -5 10 -30t19.5 -59t24.5 -73t24 -71.5t18 -54l7 -21.5v-650q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50h-1280q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v650l7 21.5t18 54t24 71.5t24.5 73t19.5 59t10 30l-66 65h-37v128h91l57 -58l74 223q17 52 48 92.5t72.5 68.5t90.5 43t103 15l111 221q8 16 24 25.5t33 9.5h640q17 0 33 -9.5t24 -25.5l111 -221q54 0 103 -15t90.5 -43t72.5 -68.5t48 -92.5l74 -223l57 58h91v-128zM744 1792l-64 -128h688l-64 128h-560zM259 1152h1530l-85 253q-20 59 -69.5 95t-112.5 36h-996q-63 0 -112.5 -36t-69.5 -95zM1408 256v49l-104 207h-560l-104 -207v-49h768zM1536 256h384v502l-6 18.5t-15.5 46.5t-20.5 61.5t-21 63t-17 50.5t-9 26h-1614q-2 -5 -9 -26t-17 -50.5t-21 -63t-20.5 -61.5t-15.5 -46.5l-6 -18.5v-502h384v79l152 305h720l152 -305v-79z\"\r\n },\r\n {\r\n Name: \"Chopsticks\",\r\n Code: \"F4A2\",\r\n Path: \"M1920 1339q0 -26 -19 -45t-45 -19h-1088v-379h832q26 0 45 -19t19 -45q0 -115 -29.5 -221.5t-84 -199t-130 -168t-168 -130t-199 -84t-221.5 -29.5t-221.5 29.5t-199 84t-168 130t-130 168t-84 199t-29.5 221.5q0 26 19 45t45 19h576v379h-128v-187q0 -26 -19 -45t-45 -19t-45 19t-19 45v187h-192q-26 0 -45 19t-19 45t19 45t45 19h192v156l-40 -8t-52 -10t-51.5 -9t-37.5 -4q-26 0 -45 19t-19 45q0 23 15 41t38 22l1659 292q4 1 11 1q26 0 45 -19t19 -45q0 -23 -15 -41t-38 -22l-1105 -195v-223h1088q26 0 45 -19t19 -45zM832 128q136 0 258 49t216.5 135t154.5 203t72 253h-1402q12 -136 72 -253t154.5 -203t216.5 -135t258 -49zM512 1403h128v201l-128 -23v-178z\"\r\n },\r\n {\r\n Name: \"SyncOccurence\",\r\n Code: \"F4A3\",\r\n Path: \"M1792 1792h128v-512h-512v128h281q-51 88 -122.5 159t-158 121t-184 77t-200.5 27q-138 0 -263 -46.5t-225.5 -129t-170 -196.5t-95.5 -249l-126 25q20 105 63.5 199t106 174.5t141 145.5t169.5 110.5t192 70t208 24.5q118 0 230 -30.5t211.5 -87t183 -136.5t143.5 -180v306zM1024 256q138 0 263 46.5t225.5 129t170 196t95.5 248.5l125 -24q-30 -158 -111 -290.5t-198 -229t-263.5 -150.5t-306.5 -54q-119 0 -231.5 30.5t-211.5 86.5t-182 136.5t-143 180.5v-306h-128v512h512v-128h-281q51 -89 122.5 -160t157.5 -120.5t183.5 -76.5t201.5 -27z\"\r\n },\r\n {\r\n Name: \"UnsyncOccurence\",\r\n Code: \"F4A4\",\r\n Path: \"M1933 205l-90 -90l-235 234q-119 -103 -267.5 -162t-316.5 -59q-119 0 -231.5 30.5t-211.5 86.5t-182 136.5t-143 180.5v-306h-128v512h512v-128h-281q51 -89 122.5 -160t157.5 -120.5t183.5 -76.5t201.5 -27q141 0 266.5 48.5t227.5 135.5l-1079 1078q-63 -73 -106 -160t-63 -187l-126 25q23 119 76 222.5t129 189.5l-234 235l90 90zM1024 1792q-97 0 -187 -24t-171 -67l-94 95q101 60 214.5 92t237.5 32q118 0 230 -30.5t211.5 -87t183 -136.5t143.5 -180v306h128v-512h-512v128h281q-51 88 -122.5 159t-158 121t-184 77t-200.5 27zM1797 571l-96 96q26 49 46 100.5t31 108.5l125 -24q-14 -77 -41.5 -146.5t-64.5 -134.5z\"\r\n },\r\n {\r\n Name: \"GIF\",\r\n Code: \"F4A9\",\r\n Path: \"M1856 1920q39 0 74 -15t61.5 -41.5t41.5 -61.5t15 -74v-1280q0 -39 -15 -74t-41.5 -61.5t-61.5 -41.5t-74 -15h-1664q-39 0 -74 15t-61.5 41.5t-41.5 61.5t-15 74v1280q0 39 15 74t41.5 61.5t61.5 41.5t74 15h1664zM1920 448v1280q0 26 -19 45t-45 19h-1664q-26 0 -45 -19t-19 -45v-1280q0 -26 19 -45t45 -19h1664q26 0 45 19t19 45zM1294 774v628h338v-89h-234v-188h216v-88h-216v-263h-104zM638 1028v87h236v-298q-51 -27 -106 -40t-112 -13q-71 0 -128.5 23t-98.5 64.5t-63 99.5t-22 129q0 73 25 134t69.5 105t105.5 68.5t134 24.5q45 0 89.5 -6.5t86.5 -23.5v-108q-38 26 -82 37.5t-90 11.5q-52 0 -94 -18t-72 -50t-46 -75.5t-16 -94.5q0 -48 12.5 -90.5t38 -74t63.5 -49.5t90 -18q29 0 57.5 5.5t54.5 19.5v150h-132zM1034 768v627h108v-627h-108z\"\r\n },\r\n {\r\n Name: \"PrimaryCalendar\",\r\n Code: \"F4AE\",\r\n Path: \"M2031 511l-266 -197l102 -313l-267 193l-266 -194l101 314l-266 197h335l97 310l95 -310h335zM2048 1920v-1249h-128v737h-1792v-1152h1116l4 -3l-41 -125h-1207v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792z\"\r\n },\r\n {\r\n Name: \"SearchCalendar\",\r\n Code: \"F4AF\",\r\n Path: \"M2048 1920v-768q-58 57 -128 95v161h-1792v-1152h707q-17 -17 -30 -30.5t-23.5 -27.5t-19.5 -30.5t-16 -39.5h-746v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1536v256h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792zM1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"VideoOff\",\r\n Code: \"F4B0\",\r\n Path: \"M1600 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM1280 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1867 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 1544v-686q-57 63 -128 106v373l-384 -193v-92q-33 -3 -65 -10t-63 -18v384h-1280v-768h896q-11 -31 -18 -63t-10 -65h-996v1024h1536v-248z\"\r\n },\r\n {\r\n Name: \"PowerAutomateLogo\",\r\n Code: \"F4B1\",\r\n Path: \"M2020 1088q0 -56 -37 -98l-597 -683q-21 -24 -51 -37.5t-62 -13.5h-1117q-31 0 -58 12t-47.5 32t-32 47.5t-11.5 58.5q0 56 37 98l511 584l-511 584q-37 42 -37 98q0 31 11.5 58.5t32 47.5t47.5 32t58 12h1117q32 0 62 -13.5t51 -37.5l597 -683q37 -42 37 -98zM640 1185l527 607h-1011q-9 0 -15 -6.5t-6 -15.5q0 -6 5 -13zM156 384h477l948 1067l-271 310q-292 -336 -584.5 -671.5t-585.5 -670.5q-5 -7 -5 -13q0 -9 6 -15.5t15 -6.5zM1892 1088q0 7 -5 14l-221 252l-862 -970h469q9 0 16 7l598 683q5 7 5 14z\"\r\n },\r\n {\r\n Name: \"BusinessCenterLogo\",\r\n Code: \"F4B2\",\r\n Path: \"M1728 1536q40 0 75 -15t61 -41t41 -61t15 -75v-768q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-1408q-40 0 -75 15t-61 41t-41 61t-15 75v768q0 40 15 75t41 61t61 41t75 15h322q6 54 31 101t63.5 81.5t87.5 54t104 19.5h128q55 0 104 -19.5t87.5 -54t63.5 -81.5t31 -101h386zM928 1664q-28 0 -54 -9.5t-47 -26.5t-35.5 -40.5t-20.5 -51.5h442q-6 28 -20.5 51.5t-35.5 40.5t-47 26.5t-54 9.5h-128zM1408 1408h-1088q-26 0 -45 -19t-19 -45v-768q0 -26 19 -45t45 -19h1088v896zM1792 1344q0 26 -19 45t-45 19h-192v-896h192q26 0 45 19t19 45v768z\"\r\n },\r\n {\r\n Name: \"ToDoLogoBottom\",\r\n Code: \"F4B3\",\r\n Path: \"M894 966l-353 -353h-89l-397 397l397 397z\"\r\n },\r\n {\r\n Name: \"ToDoLogoTop\",\r\n Code: \"F4B4\",\r\n Path: \"M2048 1408l-1195 -1195l-400 400l1195 1195z\"\r\n },\r\n {\r\n Name: \"EditSolid12\",\r\n Code: \"F4B5\",\r\n Path: \"M1754 2048q61 0 114.5 -21.5t93.5 -60t63 -91t23 -113.5q0 -47 -10 -84t-28 -69.5t-44 -62t-58 -60.5l-424 423q31 31 59.5 57t59.5 44t67.5 28t83.5 10zM1334 1758l422 -422l-1003 -1001l-753 -333l348 759z\"\r\n },\r\n {\r\n Name: \"EditSolidMirrored12\",\r\n Code: \"F4B6\",\r\n Path: \"M294 2048q-61 0 -114.5 -21.5t-93.5 -60t-63 -91t-23 -113.5q0 -47 10 -84t28 -69.5t44 -62t58 -60.5l424 423q-31 31 -59.5 57t-59.5 44t-67.5 28t-83.5 10zM714 1758l-422 -422l1003 -1001l753 -333l-348 759z\"\r\n },\r\n {\r\n Name: \"UneditableSolid12\",\r\n Code: \"F4B7\",\r\n Path: \"M1908 1486l-424 423q31 31 59.5 57t59.5 44t67.5 28t83.5 10q61 0 114.5 -21.5t93.5 -60t63 -91t23 -113.5q0 -47 -10 -84.5t-28 -69.5t-44 -61.5t-58 -60.5zM1756 1336l-282 -282l-420 420l280 284zM25 1902l121 121l1877 -1877l-121 -121l-729 729l-420 -419l-753 -333l348 759l407 411z\"\r\n },\r\n {\r\n Name: \"UneditableSolidMirrored12\",\r\n Code: \"F4B8\",\r\n Path: \"M574 1054l-282 282l422 422l280 -284zM2048 2l-753 333l-420 419l-729 -729l-121 121l1877 1877l121 -121l-730 -730l407 -411zM140 1486q-32 31 -58 60.5t-44 62t-28 69.5t-10 84q0 61 23 113.5t63 91t93.5 60t114.5 21.5q47 0 83.5 -10t67.5 -28t59 -44t60 -57z\"\r\n },\r\n {\r\n Name: \"UneditableMirrored\",\r\n Code: \"F4B9\",\r\n Path: \"M576 896q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35zM256 448q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM843 272q26 39 39.5 84t13.5 92q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5zM2048 0l-633 158l-263 263v182l276 -277q16 52 44.5 98.5t66.5 84.5t84 66t99 45l-1082 1081l-293 -293l384 -384h-182l-451 451q-48 48 -73 109.5t-25 127.5q0 70 26.5 131t72 106.5t106.5 72t130 26.5q67 0 128.5 -25t109.5 -73l1304 -1305l13 -12zM549 1792q-25 25 -47 48t-46.5 41t-53.5 28.5t-67 10.5q-43 0 -80.5 -16.5t-65.5 -44.5t-44.5 -66t-16.5 -81q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47zM1872 176l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87z\"\r\n },\r\n {\r\n Name: \"AdminALogo32\",\r\n Code: \"F4BA\",\r\n Path: \"M1757 692q-14 -19 -28 -37t-30 -35l75 -194l-262 -153l-132 172q-27 -5 -54.5 -8t-54.5 -3q-28 0 -55 3v-386l-1152 266v1414l1152 266v-386q9 1 18.5 1.5t18.5 0.5l83 187l293 -77l-28 -212q20 -14 38.5 -28t35.5 -31l192 74l152 -262l-170 -131q5 -23 7 -46t3 -46l189 -84l-77 -293zM1216 741q14 -2 27 -3.5t27 -1.5q60 0 112.5 22.5t91.5 61.5t61.5 91.5t22.5 112.5t-22.5 112.5t-61.5 91.5t-91.5 61.5t-112.5 22.5q-14 0 -27 -1.5t-27 -3.5v-167q25 12 54 12q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10q-29 0 -54 12v-167zM888 657q-55 189 -111 375.5t-109 375.5l-164 -10l-199 -705l146 -9l38 147h190l42 -164zM1625 636q30 27 55 58.5t45 66.5l198 -26l49 185l-177 79q0 5 0.5 11t0.5 11q0 35 -5 69t-13 70l158 121l-97 166l-180 -69q-57 57 -126 101l25 196l-186 49l-78 -175q-5 1 -11 1h-11q-14 0 -27 -3q-1 0 -1.5 -0.5t-3.5 -0.5h-24v-174q14 2 27 3t27 1q73 0 137 -27.5t112 -75.5t75.5 -112t27.5 -137t-27.5 -137t-75.5 -112t-112 -75.5t-137 -27.5q-14 0 -27 1t-27 3v-175q13 -2 25 -2h25q71 0 140 18l122 -160l167 97zM582 1218q0 -2 4 -18.5t10 -41t13.5 -54t14.5 -56t12.5 -47t7.5 -27.5h-124l58 229q2 10 4 15z\"\r\n },\r\n {\r\n Name: \"AdminALogoFill32\",\r\n Code: \"F4BB\",\r\n Path: \"M2020 939l-63 -240l-206 27q-17 -26 -36.5 -51t-42.5 -47l72 -188l-214 -125l-127 166q-62 -14 -123 -14q-67 0 -131.5 15.5t-124.5 46.5v305q45 -61 112.5 -95.5t143.5 -34.5q66 0 124.5 25t102 68.5t68.5 102t25 124.5t-25 124.5t-68.5 102t-102 68.5t-124.5 25q-76 0 -143.5 -34.5t-112.5 -95.5v305q61 32 126 47t134 15l80 181l240 -63l-27 -204q55 -35 100 -80l186 71l124 -214l-163 -125q6 -32 9.5 -63.5t3.5 -63.5zM691 1441l240 -819l-235 15l-42 167h-140l-39 -154l-211 13l215 765z\"\r\n },\r\n {\r\n Name: \"ToDoLogoInverse\",\r\n Code: \"F4BC\",\r\n Path: \"M384 1536l384 -384l-384 -384l-384 384zM1664 1792l384 -384l-1152 -1152l-384 384z\"\r\n },\r\n {\r\n Name: \"Snooze\",\r\n Code: \"F4BD\",\r\n Path: \"M640 768h256v-128h-384v512h128v-384zM640 1408q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23zM640 256q106 0 199 40.5t162.5 110t110 162.5t40.5 199t-40.5 199t-110 162.5t-162.5 110t-199 40.5t-199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199t40.5 -199t110 -162.5t162.5 -110t199 -40.5zM1361 1397h239v-117h-448v66l250 329h-225v117h421v-78zM2048 1623v-87h-320v49l179 248h-161v87h301v-59l-170 -238h171z\"\r\n },\r\n {\r\n Name: \"CortanaLogoBeckonInner\",\r\n Code: \"F4C6\",\r\n Path: \"M1024 1749q100 0 193 -26t173.5 -73t146.5 -113t113 -146.5t73 -173.5t26 -193t-26 -193t-73 -173.5t-113 -146.5t-146.5 -113t-173.5 -73t-193 -26t-193 26t-173.5 73t-146.5 113t-113 146.5t-73 173.5t-26 193t26 193t73 173.5t113 146.5t146.5 113t173.5 73t193 26z\"\r\n },\r\n {\r\n Name: \"CortanaLogoBeckonOuter\",\r\n Code: \"F4C7\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 384q88 0 170 23t153 64.5t129.5 100t100 129.5t64.5 153t23 170t-23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170t23 -170t64.5 -153t100 -129.5t129.5 -100t153 -64.5t170 -23z\"\r\n },\r\n {\r\n Name: \"CortanaLogoReadyInner\",\r\n Code: \"F4C8\",\r\n Path: \"M1024 1664q88 0 170 -23t153 -64.5t129.5 -100t100 -129.5t64.5 -153t23 -170t-23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170t23 170t64.5 153t100 129.5t129.5 100t153 64.5t170 23z\"\r\n },\r\n {\r\n Name: \"CortanaLogoReadyOuter\",\r\n Code: \"F4C9\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 512q106 0 199.5 40t163 109.5t109.5 163t40 199.5t-40 199.5t-109.5 163t-163 109.5t-199.5 40t-199.5 -40t-163 -109.5t-109.5 -163t-40 -199.5t40 -199.5t109.5 -163t163 -109.5t199.5 -40z\"\r\n },\r\n {\r\n Name: \"ShowVisualFilter\",\r\n Code: \"F4DE\",\r\n Path: \"M384 789q-53 -70 -89 -149h-295v1152h384v-1003zM256 1664h-128v-896h128v896zM640 1022q-34 -21 -66 -44.5t-62 -49.5v608h384v-399q-33 -10 -64.5 -21.5t-63.5 -25.5v318h-128v-386zM1152 1181q-32 -2 -64 -5t-64 -9v881h384v-881q-32 6 -64 9t-64 5v739h-128v-739zM1216 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM1216 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1216 1024q100 0 200.5 -22t192.5 -64t172.5 -102.5t139.5 -139t93 -173t34 -203.5h-128q0 91 -29.5 169.5t-80.5 142.5t-119.5 113t-146.5 82.5t-162 51t-166 17.5t-166 -17.5t-162 -51t-146.5 -82.5t-119.5 -113t-80.5 -142.5t-29.5 -169.5h-128q0 109 34 203.5t93 173t139.5 139t172.5 102.5t192.5 64t200.5 22z\"\r\n },\r\n {\r\n Name: \"WaffleOffice365\",\r\n Code: \"F4E0\",\r\n Path: \"M192 2048q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 2048q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 1664q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM192 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM192 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM960 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1728 512q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15z\"\r\n },\r\n {\r\n Name: \"AddConnection\",\r\n Code: \"F4E1\",\r\n Path: \"M256 832q0 90 34 172t97 145l211 211l634 -634l-211 -211q-63 -63 -145 -97t-172 -34q-73 0 -141.5 22.5t-126.5 66.5l-327 -326l-90 90l326 327q-44 58 -66.5 126.5t-22.5 141.5zM704 509q63 0 110.5 17.5t87.5 47.5t76.5 69t78.5 81l-461 461q-41 -41 -80.5 -78t-70.5 -77.5t-49.5 -88t-18.5 -109.5q0 -69 25.5 -128t69.5 -102.5t104 -68t128 -24.5zM1664 1344q0 -89 -34 -171.5t-97 -145.5l-212 -211l-633 633l211 212q63 63 146 95t171 32q72 0 141 -21.5t127 -63.5l327 326l90 -90l-326 -327q44 -58 66.5 -126.5t22.5 -141.5zM1324 990q41 40 80.5 77.5t70 78t49.5 88.5t19 110q0 69 -25.5 128t-70 102.5t-104 68t-127.5 24.5q-63 0 -110.5 -18t-88 -47.5t-77 -68.5t-78.5 -81zM2048 256h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z\"\r\n },\r\n {\r\n Name: \"ImageSearch\",\r\n Code: \"F4E8\",\r\n Path: \"M1664 1472q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM2048 1792v-639q-28 28 -60.5 50.5t-67.5 41.5v419h-1792v-677l448 447l556 -555q-12 -54 -12 -111q0 -16 2 -32l4 -32l-550 550l-448 -449v-421h835l-128 -128h-835v1536h2048zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"NewsSearch\",\r\n Code: \"F4E9\",\r\n Path: \"M1487 1280q-59 -20 -111.5 -52t-96.5 -76h-255v128h463zM1120 768q0 -32 4.5 -64t12.5 -64h-113v128h96zM2048 1536v-383q-28 28 -60.5 50.5t-67.5 41.5v163h-128v-113q-32 8 -64 12.5t-64 4.5v352h-1536v-1031q0 -25 9.5 -47t26 -38.5t38.5 -26t47 -9.5h842l-128 -128h-714q-51 0 -96.5 19.5t-79.5 53.5t-53.5 79.5t-19.5 96.5v1159h1792v-256h256zM1536 1408h-1280v128h1280v-128zM256 1280h640v-640h-640v640zM384 768h384v384h-384v-384zM1024 1024h128v-79q-9 -25 -15 -49h-113v128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"VideoSearch\",\r\n Code: \"F4EA\",\r\n Path: \"M2048 1792v-639q-28 28 -60.5 50.5t-67.5 41.5v419h-128v-128h-128v128h-1280v-128h-128v128h-128v-1152h128v128h128v-128h707l-128 -128h-963v1408h2048zM1792 1408v-113q-32 8 -64 12.5t-64 4.5v96h128zM384 1024h-128v128h128v-128zM384 1280h-128v128h128v-128zM256 896h128v-128h-128v128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45t19 45l437 437q-35 49 -53.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"R\",\r\n Code: \"F4EB\",\r\n Path: \"M1023 384h-127v768h253q49 0 94.5 -12t80 -37t55 -64t20.5 -94q0 -83 -46 -136t-124 -76q39 -22 70 -58.5t54 -74.5l136 -216h-148l-123 206q-13 22 -27 41t-30.5 33.5t-37.5 23t-49 8.5h-51v-312zM1023 799h106q60 0 98 35.5t38 96.5q0 62 -39 90t-96 28h-107v-250zM1920 1920v-1792h-1792v1792h1792zM1792 1792h-1536v-1536h1536v1536z\"\r\n },\r\n {\r\n Name: \"FontColorA\",\r\n Code: \"F4EC\",\r\n Path: \"M1582 384h-135l-170 512h-634l-170 -512h-135l555 1664h134zM1234 1024l-274 821l-274 -821h548z\"\r\n },\r\n {\r\n Name: \"FontColorSwatch\",\r\n Code: \"F4ED\",\r\n Path: \"M1664 256v-256h-1408v256h1408z\"\r\n },\r\n {\r\n Name: \"LightWeight\",\r\n Code: \"F4EE\",\r\n Path: \"M1457 731q0 -111 -37.5 -199t-103.5 -149.5t-157 -94t-199 -32.5h-448v1664h438q89 0 167 -24.5t136 -73t91.5 -120.5t33.5 -166q0 -72 -19.5 -136t-57 -116t-92 -90.5t-123.5 -60.5v-4q84 -9 152 -40t117 -82t75.5 -120.5t26.5 -155.5zM627 1814v-644h232q81 0 153.5 21t127 63.5t87 107.5t32.5 153q0 84 -26.5 141.5t-74 92.5t-112.5 50t-142 15h-277zM1340 722q0 104 -40 171t-105.5 105.5t-150 53t-172.5 14.5h-245v-706h309q88 0 162.5 21t128 65.5t83.5 112.5t30 163z\"\r\n },\r\n {\r\n Name: \"NormalWeight\",\r\n Code: \"F4EF\",\r\n Path: \"M1536 735q0 -115 -44 -204t-118.5 -149.5t-172.5 -92t-205 -31.5h-484v1662h473q88 0 172.5 -22t150 -68.5t105.5 -118t40 -171.5q0 -69 -19.5 -132t-57 -114.5t-91 -89.5t-120.5 -58v-5q84 -9 152.5 -41.5t117 -85t75 -123.5t26.5 -156zM707 1744v-536h198q72 0 134.5 16.5t109 51.5t73 91t26.5 134q0 72 -26 119t-70 74.5t-101 38.5t-120 11h-224zM1332 738q0 90 -34.5 147t-91 89.5t-129 44.5t-148.5 12h-222v-597h263q73 0 138.5 17.5t115 54t79 94t29.5 138.5z\"\r\n },\r\n {\r\n Name: \"SemiboldWeight\",\r\n Code: \"F4F0\",\r\n Path: \"M1639 734q0 -82 -24 -149t-65.5 -120t-98 -92.5t-122.5 -65.5t-138.5 -38.5t-144.5 -12.5h-534v1664h528q59 0 120.5 -8.5t120 -27.5t109.5 -48.5t89.5 -71.5t61 -98t22.5 -126q0 -73 -21 -136t-60.5 -113.5t-95 -87.5t-124.5 -58v-5q85 -10 154.5 -42t119 -84t76.5 -122.5t27 -157.5zM787 1698v-473h179q63 0 119 14.5t98 46t66 80.5t24 119q0 64 -24 105.5t-64 65.5t-91 33t-106 9h-201zM1345 745q0 79 -31 129.5t-81.5 79t-115 39t-130.5 10.5h-200v-527h236q65 0 123.5 15t102.5 47t70 83.5t26 123.5z\"\r\n },\r\n {\r\n Name: \"GroupObject\",\r\n Code: \"F4F1\",\r\n Path: \"M256 1792h-256v256h256v-256zM2048 2048v-256h-256v256h256zM0 256h256v-256h-256v256zM1792 256h256v-256h-256v256zM768 256h896v-128h-1024v512h-512v1024h128v-896h384v640h640v384h-896v128h1024v-512h512v-1024h-128v896h-384v-640h-640v-384zM768 768h512v512h-512v-512z\"\r\n },\r\n {\r\n Name: \"UngroupObject\",\r\n Code: \"F4F2\",\r\n Path: \"M1920 1152v-896h128v-256h-256v128h-896v-128h-256v256h128v512h-512v-128h-256v256h128v896h-128v256h256v-128h896v128h256v-256h-128v-512h512v128h256v-256h-128zM768 896v256h-128v256h256v-128h256v512h-896v-896h512zM896 1152v-256h256v256h-256zM1792 1152h-512v-256h128v-256h-256v128h-256v-512h896v896z\"\r\n },\r\n {\r\n Name: \"AlignHorizontalLeft\",\r\n Code: \"F4F3\",\r\n Path: \"M0 2048h128v-2048h-128v2048zM1408 1152h-1152v512h1152v-512zM1280 1536h-896v-256h896v256zM1920 896v-512h-1664v512h1664zM1792 768h-1408v-256h1408v256z\"\r\n },\r\n {\r\n Name: \"AlignHorizontalCenter\",\r\n Code: \"F4F4\",\r\n Path: \"M1792 384h-768v-384h-128v384h-768v512h768v256h-512v512h512v384h128v-384h512v-512h-512v-256h768v-512zM512 1280h896v256h-896v-256zM1664 768h-1408v-256h1408v256z\"\r\n },\r\n {\r\n Name: \"AlignHorizontalRight\",\r\n Code: \"F4F5\",\r\n Path: \"M1920 2048v-2048h-128v2048h128zM512 1664h1152v-512h-1152v512zM640 1280h896v256h-896v-256zM0 896h1664v-512h-1664v512zM128 512h1408v256h-1408v-256z\"\r\n },\r\n {\r\n Name: \"AlignVerticalTop\",\r\n Code: \"F4F6\",\r\n Path: \"M2048 2048v-128h-2048v128h2048zM1152 1792h512v-1152h-512v1152zM1280 768h256v896h-256v-896zM384 1792h512v-1664h-512v1664zM512 256h256v1408h-256v-1408z\"\r\n },\r\n {\r\n Name: \"AlignVerticalCenter\",\r\n Code: \"F4F7\",\r\n Path: \"M2048 1024h-384v-512h-512v512h-256v-768h-512v768h-384v128h384v768h512v-768h256v512h512v-512h384v-128zM768 1792h-256v-1408h256v1408zM1536 1536h-256v-896h256v896z\"\r\n },\r\n {\r\n Name: \"AlignVerticalBottom\",\r\n Code: \"F4F8\",\r\n Path: \"M2048 256v-128h-2048v128h2048zM1664 384h-512v1152h512v-1152zM1536 1408h-256v-896h256v896zM896 384h-512v1664h512v-1664zM768 1920h-256v-1408h256v1408z\"\r\n },\r\n {\r\n Name: \"HorizontalDistributeCenter\",\r\n Code: \"F4F9\",\r\n Path: \"M640 1792h256v-1536h-256v-256h-128v256h-256v1536h256v256h128v-256zM768 1664h-384v-1280h384v1280zM1792 512h-256v-512h-128v512h-256v1024h256v512h128v-512h256v-1024zM1664 1408h-384v-768h384v768z\"\r\n },\r\n {\r\n Name: \"VerticalDistributeCenter\",\r\n Code: \"F4FA\",\r\n Path: \"M2048 1536v-128h-512v-256h-1024v256h-512v128h512v256h1024v-256h512zM1408 1664h-768v-384h768v384zM1792 640h256v-128h-256v-256h-1536v256h-256v128h256v256h1536v-256zM1664 768h-1280v-384h1280v384z\"\r\n },\r\n {\r\n Name: \"Ellipse\",\r\n Code: \"F4FB\",\r\n Path: \"M1024 1792q131 0 268.5 -27.5t264 -84.5t233 -144t174.5 -206q41 -71 62.5 -147.5t21.5 -158.5t-21.5 -158.5t-62.5 -147.5q-68 -119 -174.5 -206t-233 -144t-264 -84.5t-268.5 -27.5t-268.5 27.5t-264 84.5t-233 144t-174.5 206q-41 71 -62.5 147.5t-21.5 158.5t21.5 158.5t62.5 147.5q68 119 174.5 206t233 144t264 84.5t268.5 27.5zM1024 384q84 0 169 11.5t167 35.5t159.5 60.5t145.5 86.5q54 40 101 88.5t81 105t53.5 119.5t19.5 133t-19.5 133t-53.5 119.5t-81 105t-101 88.5q-68 50 -145.5 86.5t-159.5 60.5t-167 35.5t-169 11.5t-169 -11.5t-167 -35.5t-159.5 -60.5t-145.5 -86.5q-54 -40 -101 -88.5t-81 -105t-53.5 -119.5t-19.5 -133t19.5 -133t53.5 -119.5t81 -105t101 -88.5q68 -50 145.5 -86.5t159.5 -60.5t167 -35.5t169 -11.5z\"\r\n },\r\n {\r\n Name: \"Line\",\r\n Code: \"F4FC\",\r\n Path: \"M2029 109l-90 -90l-1920 1920l90 90z\"\r\n },\r\n {\r\n Name: \"Octagon\",\r\n Code: \"F4FD\",\r\n Path: \"M1920 1486v-796l-562 -562h-796l-562 562v796l562 562h796zM1792 1433l-487 487h-690l-487 -487v-690l487 -487h690l487 487v690z\"\r\n },\r\n {\r\n Name: \"Hexagon\",\r\n Code: \"F4FE\",\r\n Path: \"M2024 1088l-497 -960h-1006l-497 960l497 960h1006zM1880 1088l-431 832h-850l-431 -832l431 -832h850z\"\r\n },\r\n {\r\n Name: \"Pentagon\",\r\n Code: \"F4FF\",\r\n Path: \"M2042 1325l-389 -1197h-1258l-389 1197l1018 705zM1891 1274l-867 600l-867 -600l331 -1018h1072z\"\r\n },\r\n {\r\n Name: \"RightTriangle\",\r\n Code: \"F500\",\r\n Path: \"M2011 128h-1883v1883zM256 256h1445l-1445 1445v-1445z\"\r\n },\r\n {\r\n Name: \"HalfCircle\",\r\n Code: \"F501\",\r\n Path: \"M1536 2048v-1920q-59 0 -114 3t-109 11t-107.5 23t-107.5 38q-134 57 -242 147.5t-184.5 206t-118 251t-41.5 280.5q0 133 34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64zM1408 1918q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5t27 -209.5t76 -191t119 -165t155 -131.5t184 -90.5t207 -42.5v1660z\"\r\n },\r\n {\r\n Name: \"QuarterCircle\",\r\n Code: \"F502\",\r\n Path: \"M1920 1920v-1792h-1792q0 99 6.5 192t22.5 183.5t42 180t65 181.5q68 160 164 300.5t215 257.5t258.5 209.5t293.5 156.5t320.5 97.5t340.5 33.5h64zM1792 1791q-208 -8 -400 -67.5t-360 -160.5t-307 -240t-240 -307t-160.5 -360t-67.5 -400h1535v1535z\"\r\n },\r\n {\r\n Name: \"ThreeQuarterCircle\",\r\n Code: \"F503\",\r\n Path: \"M1920 1152q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896h896zM960 256q108 0 209.5 27t191 76t165 119t131.5 155t90.5 184t42.5 207h-894v894q-108 -8 -207 -42.5t-184 -90.5t-155 -131.5t-119 -165t-76 -191t-27 -209.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30z\"\r\n },\r\n {\r\n Name: \"6PointStar\",\r\n Code: \"F504\",\r\n Path: \"M1648 1024l307 -512h-615l-316 -514l-316 514h-615l306 511l-323 513h632l316 514l316 -514h615zM1499 1024l230 384h-460l-245 398l-245 -398h-471l242 -383l-231 -385h460l245 -398l245 398h460z\"\r\n },\r\n {\r\n Name: \"12PointStar\",\r\n Code: \"F505\",\r\n Path: \"M1754 828l142 -308l-338 -30l-30 -338l-308 142l-196 -277l-196 277l-308 -142l-30 338l-338 30l142 308l-277 196l277 196l-142 308l338 30l30 338l308 -142l196 277l196 -277l308 142l30 -338l338 -30l-142 -308l277 -196zM1704 632l-111 240l216 152l-216 152l111 240l-264 24l-24 264l-240 -111l-152 216l-152 -216l-240 111l-24 -264l-264 -24l111 -240l-216 -152l216 -152l-111 -240l264 -24l24 -264l240 111l152 -216l152 216l240 -111l24 264z\"\r\n },\r\n {\r\n Name: \"ArrangeBringToFront\",\r\n Code: \"F506\",\r\n Path: \"M1664 384h-1280v1280h1280v-1280zM1536 1536h-1024v-1024h1024v1024zM128 1280h128v-128h-256v896h896v-256h-128v128h-640v-640zM2048 896v-896h-896v256h128v-128h640v640h-128v128h256z\"\r\n },\r\n {\r\n Name: \"ArrangeSendToBack\",\r\n Code: \"F507\",\r\n Path: \"M512 512h512v-128h-640v640h128v-512zM1536 1536h-512v128h640v-640h-128v512zM896 1152h-896v896h896v-896zM768 1920h-640v-640h640v640zM2048 896v-896h-896v896h896zM1920 768h-640v-640h640v640z\"\r\n },\r\n {\r\n Name: \"ArrangeSendBackward\",\r\n Code: \"F508\",\r\n Path: \"M128 512h512v-128h-640v1664h1664v-640h-128v512h-1408v-1408zM2048 1280v-1280h-1280v1280h1280zM1920 1152h-1024v-1024h1024v1024z\"\r\n },\r\n {\r\n Name: \"ArrangeBringForward\",\r\n Code: \"F509\",\r\n Path: \"M1664 384h-1664v1664h1664v-1664zM1536 1920h-1408v-1408h1408v1408zM2048 1280v-1280h-1280v256h128v-128h1024v1024h-128v128h256z\"\r\n },\r\n {\r\n Name: \"BorderDash\",\r\n Code: \"F50A\",\r\n Path: \"M256 1920h-256v128h256v-128zM640 1920h-256v128h256v-128zM1024 1920h-256v128h256v-128zM1408 1920h-256v128h256v-128zM1792 1920h-256v128h256v-128zM0 1792h128v-256h-128v256zM0 1408h128v-256h-128v256zM0 1024h128v-256h-128v256zM0 640h128v-256h-128v256zM0 256h128v-256h-128v256zM1792 128h256v-128h-256v128zM1408 128h256v-128h-256v128zM1024 128h256v-128h-256v128zM640 128h256v-128h-256v128zM256 128h256v-128h-256v128zM1920 512h128v-256h-128v256zM1920 896h128v-256h-128v256zM1920 1280h128v-256h-128v256zM1920 1664h128v-256h-128v256zM2048 2048v-256h-128v256h128z\"\r\n },\r\n {\r\n Name: \"BorderDot\",\r\n Code: \"F50B\",\r\n Path: \"M0 2048h128v-128h-128v128zM384 2048h128v-128h-128v128zM768 2048h128v-128h-128v128zM1152 2048h128v-128h-128v128zM1536 2048h128v-128h-128v128zM2048 2048v-128h-128v128h128zM0 128h128v-128h-128v128zM384 128h128v-128h-128v128zM768 128h128v-128h-128v128zM1152 128h128v-128h-128v128zM1536 128h128v-128h-128v128zM0 512h128v-128h-128v128zM0 896h128v-128h-128v128zM0 1280h128v-128h-128v128zM0 1664h128v-128h-128v128zM1920 512h128v-128h-128v128zM1920 896h128v-128h-128v128zM1920 1280h128v-128h-128v128zM1920 1664h128v-128h-128v128zM1920 128h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"LineStyle\",\r\n Code: \"F50C\",\r\n Path: \"M1920 1664v-128h-1920v128h1920zM128 1152h-128v128h128v-128zM384 1152h-128v128h128v-128zM512 1280h128v-128h-128v128zM896 1152h-128v128h128v-128zM1152 1152h-128v128h128v-128zM1280 1280h128v-128h-128v128zM1664 1152h-128v128h128v-128zM1792 1280h128v-128h-128v128zM256 768h-256v128h256v-128zM384 896h256v-128h-256v128zM768 896h256v-128h-256v128zM1152 896h256v-128h-256v128zM1536 896h256v-128h-256v128zM0 512h384v-128h-384v128zM512 512h128v-128h-128v128zM768 512h384v-128h-384v128zM1536 512h384v-128h-384v128zM1280 512h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"LineThickness\",\r\n Code: \"F50D\",\r\n Path: \"M2048 1664v-128h-2048v128h2048zM0 1280h2048v-256h-2048v256zM0 768h2048v-384h-2048v384z\"\r\n },\r\n {\r\n Name: \"WindowEdit\",\r\n Code: \"F50E\",\r\n Path: \"M2048 1920v-640h-128v128h-1792v-1024h640v-128h-768v1664h2048zM1920 1792h-1792v-256h1792v256zM1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1899 903q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"HintText\",\r\n Code: \"F50F\",\r\n Path: \"M2048 1792v-384h-128v256h-1792v-1152h896v-128h-1024v1408h2048zM1536 1408q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-38.5 -195.5t-110.5 -165.5l-32 -34q-12 -13 -25 -29.5t-23.5 -35.5t-17 -38.5t-6.5 -37.5v-168q0 -41 -15.5 -76.5t-41.5 -61.5t-62 -41.5t-76 -15.5h-128q-41 0 -76.5 15.5t-61.5 41.5t-41.5 61.5t-15.5 76.5v168q-1 25 -11 49t-25 46t-33.5 42t-34.5 38q-72 76 -110.5 165.5t-38.5 195.5t40 199.5t109.5 163t163 109.5t199.5 40zM1661 253h-250v-61q0 -25 18 -43t43 -18h128q25 0 43 18t18 43v61zM1670 387q10 57 32 98.5t50 76t57.5 66t54 69t40.5 85t16 114.5q0 80 -30 150t-82 122t-122 82t-150 30t-150 -30t-122 -82t-82 -122t-30 -150q0 -76 29 -147.5t83 -127.5q27 -27 49.5 -52.5t40 -52.5t29.5 -58.5t19 -70.5h268z\"\r\n },\r\n {\r\n Name: \"MediaAdd\",\r\n Code: \"F510\",\r\n Path: \"M256 1664h128v-128h-128v128zM256 1408h128v-128h-128v128zM1152 1664h128v-128h-128v128zM1883 768h-310l155 154zM1408 1088q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM2048 1408v-896h-128v768h-1280v-549l320 319l448 -447l128 128v-182l-37 -37h-182l-357 358l-320 -321v-165h640v-128h-768v640h-512v1152h1536v-640h512zM1408 1408v512h-128v-128h-128v128h-768v-128h-128v128h-128v-896h128v128h128v-128h128v384h896zM1792 384h256v-128h-256v-256h-128v256h-256v128h256v256h128v-256z\"\r\n },\r\n {\r\n Name: \"AnchorLock\",\r\n Code: \"F511\",\r\n Path: \"M1216 1408q26 0 45 -19t19 -45t-19 -45t-45 -19h-192v-1017q33 3 65 11.5t63 19.5v-136q-47 -14 -95 -22t-97 -8q-91 0 -176 22.5t-160 63.5t-138.5 99t-111 129t-77.5 153.5t-38 172.5h-131l192 256l192 -256h-121q11 -100 54 -187t110 -154t154 -110t187 -54v1017h-192q-26 0 -45 19t-19 45t19 45t45 19h192v140q-29 10 -52.5 28t-40 41.5t-26 52t-9.5 58.5q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75q0 -30 -9.5 -58.5t-26 -52t-40.5 -41.5t-52 -28v-140h192zM960 1664q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM2048 640v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"AutoHeight\",\r\n Code: \"F512\",\r\n Path: \"M448 1946l365 -365l-90 -90l-211 210v-549h-128v549l-211 -210l-90 90zM723 557l90 -90l-365 -365l-365 365l90 90l211 -210v549h128v-549zM2048 1792v-1536h-1152v128h1024v1280h-1024v128h1152zM1664 1536l-197 -320h340l-626 -704h-254l165 384h-236l320 640h488zM1239 1088l196 320h-179l-192 -384h222l-163 -384l398 448h-282z\"\r\n },\r\n {\r\n Name: \"ChartSeries\",\r\n Code: \"F513\",\r\n Path: \"M512 1408h384v-1280h-896v1536h512v-256zM384 1536h-256v-1280h256v1280zM512 1280v-1024h256v1024h-256zM2048 1152v-1024h-896v1792h512v-768h384zM1536 1792h-256v-1536h256v1536zM1920 1024h-256v-768h256v768z\"\r\n },\r\n {\r\n Name: \"ChartXAngle\",\r\n Code: \"F514\",\r\n Path: \"M384 1701v-1571q75 6 151.5 25t147.5 51t135 76.5t115 101.5h-293v128h512v-512h-128v293l-19 -18q-143 -137 -315 -206t-370 -69h-64v2011l1645 -1646l-90 -90z\"\r\n },\r\n {\r\n Name: \"ChartYAngle\",\r\n Code: \"F515\",\r\n Path: \"M2048 1024h-293l18 -19q137 -143 206 -315t69 -370v-64h-2011l1646 1645l90 -90l-1426 -1427h1571q-6 75 -25 151.5t-51 147.5t-76.5 135t-101.5 115v-293h-128v512h512v-128z\"\r\n },\r\n {\r\n Name: \"Combobox\",\r\n Code: \"F516\",\r\n Path: \"M2048 1792v-1408h-2048v1408h2048zM1920 1664h-1792v-1152h1792v1152zM1536 896l-256 256h512zM512 1024h-256v128h256v-128zM1024 1024h-256v128h256v-128z\"\r\n },\r\n {\r\n Name: \"LineSpacing\",\r\n Code: \"F517\",\r\n Path: \"M448 1946l365 -365l-90 -90l-211 210v-549h-128v549l-211 -210l-90 90zM723 557l90 -90l-365 -365l-365 365l90 90l211 -210v549h128v-549zM2048 1664v-128h-1024v128h1024zM1024 1280h1024v-128h-1024v128zM1024 896h1024v-128h-1024v128zM1024 512h1024v-128h-1024v128z\"\r\n },\r\n {\r\n Name: \"Padding\",\r\n Code: \"F518\",\r\n Path: \"M0 2048h128v-128h-128v128zM1920 2048v-128h-128v128h128zM256 2048h256v-128h-256v128zM896 1920h-256v128h256v-128zM1280 1920h-256v128h256v-128zM1408 2048h256v-128h-256v128zM0 128h128v-128h-128v128zM1792 128h128v-128h-128v128zM256 128h256v-128h-256v128zM640 128h256v-128h-256v128zM1024 128h256v-128h-256v128zM1408 128h256v-128h-256v128zM1024 1445v-842l211 210l90 -90l-365 -365l-365 365l90 90l211 -210v842l-211 -210l-90 90l365 365l365 -365l-90 -90z\"\r\n },\r\n {\r\n Name: \"PaddingTop\",\r\n Code: \"F519\",\r\n Path: \"M0 128h1920v-128h-1920v128zM128 1920h-128v128h128v-128zM1920 2048v-128h-128v128h128zM512 1920h-256v128h256v-128zM896 1920h-256v128h256v-128zM1280 1920h-256v128h256v-128zM1664 1920h-256v128h256v-128zM685 1235l-90 90l365 365l365 -365l-90 -90l-211 210v-1061h-128v1061z\"\r\n },\r\n {\r\n Name: \"PaddingBottom\",\r\n Code: \"F51A\",\r\n Path: \"M0 1920h1920v128h-1920v-128zM128 128h-128v-128h128v128zM1920 0v128h-128v-128h128zM512 128h-256v-128h256v128zM896 128h-256v-128h256v128zM1280 128h-256v-128h256v128zM1664 128h-256v-128h256v128zM685 813l-90 -90l365 -365l365 365l-90 90l-211 -210v1061h-128v-1061z\"\r\n },\r\n {\r\n Name: \"PaddingLeft\",\r\n Code: \"F51B\",\r\n Path: \"M2048 2048v-1920h-128v1920h128zM0 2048h128v-128h-128v128zM0 256h128v-128h-128v128zM0 1792h128v-256h-128v256zM0 1408h128v-256h-128v256zM0 1024h128v-256h-128v256zM0 640h128v-256h-128v256zM603 1152h1061v-128h-1061l210 -211l-90 -90l-365 365l365 365l90 -90z\"\r\n },\r\n {\r\n Name: \"PaddingRight\",\r\n Code: \"F51C\",\r\n Path: \"M0 2048v-1920h128v1920h-128zM2048 2048h-128v-128h128v128zM2048 256h-128v-128h128v128zM2048 1792h-128v-256h128v256zM2048 1408h-128v-256h128v256zM2048 1024h-128v-256h128v256zM2048 640h-128v-256h128v256zM1445 1152h-1061v-128h1061l-210 -211l90 -90l365 365l-365 365l-90 -90z\"\r\n },\r\n {\r\n Name: \"NavigationFlipper\",\r\n Code: \"F51D\",\r\n Path: \"M771 733l290 291l-290 291l90 90l382 -381l-382 -381zM1664 2048v-2048h-1408v2048h1408zM1536 1920h-1152v-1792h1152v1792z\"\r\n },\r\n {\r\n Name: \"AlignJustify\",\r\n Code: \"F51E\",\r\n Path: \"M2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128zM0 1152h2048v-128h-2048v128zM0 1536h2048v-128h-2048v128zM0 768h2048v-128h-2048v128z\"\r\n },\r\n {\r\n Name: \"TextOverflow\",\r\n Code: \"F51F\",\r\n Path: \"M507 1398l234 -628h-115l-56 160h-247l-54 -160h-114l235 628h117zM543 1015l-88 250q-3 9 -5 20t-4 20q-2 -9 -3.5 -19.5t-5.5 -20.5l-87 -250h193zM1041 1229q48 0 82.5 -18.5t56.5 -49.5t32 -71t10 -83q0 -48 -11.5 -92.5t-35.5 -79t-62 -55t-92 -20.5q-85 0 -134 75v-65h-102v664h104v-294q51 89 152 89zM997 840q34 0 57.5 15.5t37.5 39.5t20 53.5t6 58.5q0 26 -6.5 51.5t-20 45.5t-34.5 32t-51 12q-29 0 -51.5 -11t-37.5 -29.5t-23 -43t-8 -51.5v-55q0 -24 8 -45.5t22.5 -37.5t35 -25.5t45.5 -9.5zM1984 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1472 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"VisualsFolder\",\r\n Code: \"F520\",\r\n Path: \"M168 384h856v-128h-1024v1408q0 27 10 50t27.5 40.5t40.5 27.5t50 10h352q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-256h256q26 0 49.5 -10t41 -27.5t27.5 -40.5t10 -49q0 -30 -14 -58l-99 -199h-143l128 256h-1368zM128 591l309 618q17 33 47.5 52t67.5 19h984v256h-736q-45 0 -77.5 9.5t-58 23.5t-45.5 31t-40.5 31t-44 23.5t-54.5 9.5h-352v-1073zM1920 640h128v-640h-128v640zM1664 768h128v-768h-128v768zM1408 512h128v-512h-128v512zM1152 256h128v-256h-128v256z\"\r\n },\r\n {\r\n Name: \"VisualsStore\",\r\n Code: \"F521\",\r\n Path: \"M1152 2048q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149v-128h256v-640h-128v512h-256v-768h-128v768h-1024v-1152q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10h640v-128h-640q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1280h256v128q0 79 30 149t82.5 122.5t122 82.5t149.5 30q104 0 193 -52q89 52 191 52zM1408 1664q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20q-45 0 -85 -15q29 -36 46 -71t25.5 -70t11 -71.5t2.5 -76.5v-80h256v128zM512 1536h512v128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-128zM2048 640v-640h-128v640h128zM1664 768h128v-768h-128v768zM1408 512h128v-512h-128v512zM1152 256h128v-256h-128v256z\"\r\n },\r\n {\r\n Name: \"PictureCenter\",\r\n Code: \"F522\",\r\n Path: \"M1792 512h-1536v1152h1536v-1152zM384 1536v-486l352 352l448 -447l192 191l288 -287v677h-1280zM384 640h933l-581 581l-352 -351v-230zM1664 640v37l-288 288l-102 -101l225 -224h165zM1472 1280q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z\"\r\n },\r\n {\r\n Name: \"PictureFill\",\r\n Code: \"F523\",\r\n Path: \"M2048 2048v-2048h-2048v2048h2048zM1920 1061l-358 -357l358 -357v714zM1664 1792q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM128 1920v-677l448 447l896 -896l448 449v677h-162q34 -58 34 -128q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 70 34 128h-1186zM1920 128v37l-1344 1345l-448 -449v-933h1792z\"\r\n },\r\n {\r\n Name: \"PicturePosition\",\r\n Code: \"F524\",\r\n Path: \"M512 1536h1024v-1024h-1024v1024zM640 640h549l-357 358l-192 -193v-165zM640 1408v-421l192 191l539 -538h37v768h-768zM1216 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM859 1701l-91 91l256 256l256 -256l-91 -91l-165 166zM1189 347l91 -91l-256 -256l-256 256l91 91l165 -166zM347 1189l-166 -165l166 -165l-91 -91l-256 256l256 256zM2048 1024l-256 -256l-91 91l166 165l-166 165l91 91z\"\r\n },\r\n {\r\n Name: \"PictureStretch\",\r\n Code: \"F525\",\r\n Path: \"M0 1280h1408v-1152h-1408v1152zM128 256h870l-582 581l-288 -288v-293zM1280 256v102l-224 223l-101 -101l223 -224h102zM128 1152v-421l288 287l448 -447l192 191l224 -224v614h-1152zM960 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 1408v293l-339 -338l-90 90l338 339h-293v128h512v-512h-128zM1152 1920h256v-128h-256v128zM1024 1792h-256v128h256v-128zM640 1792h-256v128h256v-128zM256 1792h-256v128h256v-128zM128 1408h-128v256h128v-256zM2048 1280v-256h-128v256h128zM1920 896h128v-256h-128v256zM1920 512h128v-256h-128v256zM1536 256h256v-128h-256v128z\"\r\n },\r\n {\r\n Name: \"PictureTile\",\r\n Code: \"F526\",\r\n Path: \"M704 1664q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 2048v-1920h-1920v1920h1920zM1024 1152h549l-357 358l-192 -193v-165zM128 1920v-421l192 191l539 -538h37v768h-768zM128 1152h549l-357 358l-192 -193v-165zM128 256h549l-357 358l-192 -193v-165zM896 1024h-768v-421l192 191l539 -538h37v768zM1024 256h549l-357 358l-192 -193v-165zM1792 1024h-768v-421l192 191l539 -538h37v768zM1792 1152v768h-768v-421l192 191l539 -538h37zM1600 1792q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM704 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19z\"\r\n },\r\n {\r\n Name: \"Slider\",\r\n Code: \"F527\",\r\n Path: \"M2048 1024h-1158q-12 -56 -41 -103t-70.5 -81t-93.5 -53t-109 -19t-109 19t-93.5 53t-70.5 81t-41 103h-262v128h262q12 56 41 103t70.5 81t93.5 53t109 19t109 -19t93.5 -53t70.5 -81t41 -103h1158v-128zM576 896q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"SliderHandleSize\",\r\n Code: \"F528\",\r\n Path: \"M1919 799q61 -55 95 -129.5t34 -157.5q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-88 0 -167 38q-105 -38 -217 -38q-45 0 -89.5 6.5t-88.5 18.5q-51 -13 -102.5 -19t-103.5 -6q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q110 0 213 -25.5t195.5 -73.5t171.5 -115t140.5 -151t103.5 -181.5t60 -205.5q63 -79 98.5 -173.5t40.5 -195.5zM128 1024q0 -106 27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5q-61 46 -108.5 103t-80.5 122.5t-50 138t-17 148.5q0 133 50 249.5t137 203.5t203.5 137t249.5 50q86 0 168 -22t156 -66q-45 106 -118 193.5t-165.5 149t-200.5 95.5t-224 34q-106 0 -204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204zM768 768q0 -106 40.5 -199t110 -162.5t162.5 -110t199 -40.5q23 0 45.5 2t45.5 6q-45 52 -68 116t-23 132q0 79 30 149t82.5 122.5t122 82.5t149.5 30q60 0 116 -18q-19 88 -66 162t-113.5 127t-148.5 83t-172 30q-106 0 -199 -40.5t-162.5 -110t-110 -162.5t-40.5 -199zM1664 256q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"DefaultRatio\",\r\n Code: \"F529\",\r\n Path: \"M640 1188q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM1280 1188q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM960 1152q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM960 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1920 2048v-1920h-1920v1920h1920zM1792 1920h-1664v-1664h1664v1664z\"\r\n },\r\n {\r\n Name: \"NumberSequence\",\r\n Code: \"F52A\",\r\n Path: \"M1280 1572q-29 -17 -61.5 -26.5t-66.5 -9.5v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50h128v-640h-128v420zM1472 256h-384q0 13 -0.5 25.5t-0.5 25.5q0 25 3 49.5t12 47.5q11 28 33 54.5t49 52t55.5 50t51.5 49t38 48t15 46.5q0 27 -19 45.5t-45 18.5q-23 0 -40.5 -14t-22.5 -37l-125 26q6 33 23.5 61t43.5 48.5t57 32t64 11.5q40 0 75 -15t61 -41t41 -61t15 -75q0 -59 -25 -102t-61.5 -79t-77 -68.5t-71.5 -70.5h235v-128zM525 1154h-114l235 628h117l234 -628h-115l-56 160h-247zM701 1689q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM525 258h-114l235 628h117l234 -628h-115l-56 160h-247zM701 793q-2 -11 -3.5 -21t-4.5 -19l-87 -250h193l-88 250q-3 9 -5 19.5t-5 20.5zM1538 1031q21 0 34 12t20 29.5t9.5 37.5t2.5 36h-68v132h128v-132q0 -30 -6.5 -61t-21 -56.5t-38.5 -41.5t-60 -16v60zM2048 2048v-2048h-2048v2048h2048zM1920 1920h-1792v-1792h1792v1792z\"\r\n },\r\n {\r\n Name: \"GUID\",\r\n Code: \"F52B\",\r\n Path: \"M0 1920h384v-128h-384v128zM512 1920h768v-128h-768v128zM2048 1920v-128h-640v128h640zM0 1536h384v-128h-384v128zM512 1536h768v-128h-768v128zM1408 1536h640v-128h-640v128zM0 1152h384v-128h-384v128zM512 1152h768v-128h-768v128zM1408 1152h640v-128h-640v128zM0 768h384v-128h-384v128zM512 768h768v-128h-768v128zM1408 768h640v-128h-640v128zM0 384h384v-128h-384v128zM512 384h768v-128h-768v128zM1408 384h640v-128h-640v128z\"\r\n },\r\n {\r\n Name: \"ReportAdd\",\r\n Code: \"F52C\",\r\n Path: \"M1920 768h-384v896h384v-896zM0 1024h384v-640h-384v640zM1408 512h-128v-128h-256v1664h384v-1536zM512 1664h384v-1280h-384v1280zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"DashboardAdd\",\r\n Code: \"F52D\",\r\n Path: \"M1196 1612q-115 52 -239 52q-79 0 -152 -20.5t-137 -58.5t-116 -90.5t-89.5 -116.5t-58 -137.5t-20.5 -152.5q0 -115 44 -220.5t125 -186.5l-91 -91q-100 100 -153 228.5t-53 269.5q0 97 25 187t71 168t110 142t142 109.5t168 70.5t188 25q75 0 147.5 -15.5t140.5 -46.5zM1437 768q48 71 73 152.5t25 166.5q0 62 -13 121.5t-38 115.5l116 52q31 -68 46.5 -140.5t15.5 -147.5q0 -84 -19 -164.5t-57 -155.5h-149zM128 1088q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30q166 0 320 64v-136q-154 -56 -320 -56q-132 0 -254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5t254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5q0 -166 -56 -320h-136q64 154 64 320q0 115 -30 221t-84 198.5t-130 168.5t-168.5 130t-198.5 84t-221 30t-221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -198.5t-30 -221zM1132 1172q20 -40 20 -84q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q43 0 83 -19l368 368l90 -90zM960 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM2048 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"MapPinSolid\",\r\n Code: \"F52E\",\r\n Path: \"M1920 0h-1920l384 1152h512v262q-56 12 -103 41t-81 70.5t-53 93.5t-19 109q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -57 -19 -109t-53 -93.5t-81 -70.5t-103 -41v-262h512zM768 1728q0 -40 15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75zM1024 1024h-128v-480q0 -9 7.5 -15.5t18 -10t21 -5t17.5 -1.5t17.5 1.5t21 5t18 10t7.5 15.5v480z\"\r\n },\r\n {\r\n Name: \"WebPublish\",\r\n Code: \"F52F\",\r\n Path: \"M2048 1920v-1024h-128v512h-1792v-1024h1408v-128h-1536v1664h2048zM1920 1792h-1792v-256h1792v256zM1728 922l320 -319l-91 -91l-165 165v-677h-128v677l-165 -165l-91 91z\"\r\n },\r\n {\r\n Name: \"PieSingleSolid\",\r\n Code: \"F530\",\r\n Path: \"M1152 2048q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5h-896v896zM1024 1024h896q0 -59 -3 -114t-11.5 -109t-23 -107.5t-37.5 -107.5q-57 -134 -148 -242t-206.5 -184.5t-250.5 -118t-280 -41.5q-133 0 -255.5 34t-229.5 96.5t-194.5 150t-150 194.5t-96.5 229.5t-34 255.5t34 255.5t96.5 229.5t150 194.5t194.5 150t229.5 96.5t255.5 34h64v-896z\"\r\n },\r\n {\r\n Name: \"BlockedSolid\",\r\n Code: \"F531\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272q0 -184 -63 -354.5t-183 -310.5l-1443 1443q140 120 310.5 183t354.5 63zM0 1024q0 184 63 354.5t183 310.5l1443 -1443q-140 -120 -310.5 -183t-354.5 -63q-141 0 -272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272z\"\r\n },\r\n {\r\n Name: \"DrillDown\",\r\n Code: \"F532\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 1133l90 -90l-620 -622l-622 622l90 90l467 -467v998h129v-997z\"\r\n },\r\n {\r\n Name: \"DrillDownSolid\",\r\n Code: \"F533\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1645 1043l-90 90l-467 -466v997h-127v-998l-468 467l-90 -90l622 -622z\"\r\n },\r\n {\r\n Name: \"DrillExpand\",\r\n Code: \"F534\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1555 877l90 -90l-301 -301l-301 301l90 90l147 -146v421h-512v-421l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v549h320v384h128v-384h320v-549z\"\r\n },\r\n {\r\n Name: \"DrillShow\",\r\n Code: \"F535\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM915 877l90 -90l-301 -301l-301 301l90 90l147 -146v805h128v-805zM1555 877l90 -90l-301 -301l-301 301l90 90l147 -146v805h128v-805z\"\r\n },\r\n {\r\n Name: \"SpecialEvent\",\r\n Code: \"F536\",\r\n Path: \"M1920 1920v-1792h-1920v1792h384v128h128v-128h896v128h128v-128h384zM128 1792v-256h1664v256h-256v-128h-128v128h-896v-128h-128v128h-256zM1792 256v1152h-1664v-1152h1664zM1352 1024l-241 -189l101 -315l-252 197l-252 -197l101 315l-241 189h302l90 280l90 -280h302z\"\r\n },\r\n {\r\n Name: \"OneDriveFolder16\",\r\n Code: \"F53B\",\r\n Path: \"M2048 1792v-1536h-2048v1280h832l256 256h960zM646 640q-7 31 -7 67q0 92 53.5 150t140.5 78q29 110 105 171t192 61q63 0 118.5 -24t98.5 -71q15 4 30 6.5t30 3.5q1 10 1 19v19q0 13 -4 28t-9 26q-21 64 -64.5 111t-106.5 72q-51 21 -108 21q-78 0 -142 -41t-101 -108q-22 14 -52 21t-55 7q-47 0 -87.5 -18.5t-70.5 -49.5t-47 -73t-17 -88v-11t1 -12q-37 -3 -67 -18.5t-51 -41t-32 -58t-11 -68.5q0 -35 14.5 -67.5t39 -57t57 -39.5t67.5 -15h84zM1610 512q28 0 52.5 12.5t42.5 33t28 47t10 53.5q0 28 -8.5 54t-24.5 46t-39 32.5t-53 14.5v14q0 42 -13 78.5t-37.5 63.5t-60 42.5t-79.5 15.5q-24 0 -52.5 -6t-49.5 -18q-34 51 -83 79.5t-112 28.5q-50 0 -93 -16.5t-75 -46t-52 -71t-24 -91.5q-37 -1 -70.5 -13t-58.5 -34t-40 -53.5t-15 -70.5q0 -91 49.5 -143t141.5 -52h716z\"\r\n },\r\n {\r\n Name: \"FunctionalManagerDashboard\",\r\n Code: \"F542\",\r\n Path: \"M1152 1536h-256v256h128v-128h128v-128zM1664 504q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v264h-512v-264q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v264h-512v-264q42 -11 77 -35t60.5 -57t40 -73t14.5 -83q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5q0 43 14 83t39.5 73t61 57t77.5 35v392h640v261q-83 11 -153.5 50.5t-121.5 99t-80 135t-29 158.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -83 -29 -158.5t-80 -135t-121.5 -99t-153.5 -50.5v-261h640v-392zM640 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM448 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM1088 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50zM1600 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"BIDashboard\",\r\n Code: \"F543\",\r\n Path: \"M512 1152h384v-1152h-384v1152zM640 128h128v896h-128v-896zM1024 896h384v-896h-384v896zM1152 128h128v640h-128v-640zM0 640h384v-640h-384v640zM128 128h128v384h-128v-384zM1536 1408h384v-1408h-384v1408zM1664 128h128v1152h-128v-1152zM1389 1427q19 -41 19 -83q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v12t1 12l-188 94q-26 -26 -61 -40t-72 -14q-42 0 -83 19l-256 -256q19 -41 19 -83q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q42 0 83 -19l256 256q-19 41 -19 83q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75v-12t-1 -12l188 -94q26 26 61 40t72 14q42 0 83 -19l256 256q-19 41 -19 83q0 40 15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15q-42 0 -83 19zM192 1024q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1728 1920q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19zM704 1536q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1216 1280q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19z\"\r\n },\r\n {\r\n Name: \"CodeEdit\",\r\n Code: \"F544\",\r\n Path: \"M219 1024l205 -205l-37 -145l-350 350l430 429l90 -90zM2011 1024l-430 -429l-90 90l338 339l-149 149q26 26 47 48.5t38 47.5zM1464 1664q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1515 1415q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"RenewalCurrent\",\r\n Code: \"F545\",\r\n Path: \"M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM877 1261l429 -429l-429 -429l-90 90l339 339l-339 339z\"\r\n },\r\n {\r\n Name: \"RenewalFuture\",\r\n Code: \"F546\",\r\n Path: \"M2048 1920v-1792h-2048v1792h384v128h128v-128h1024v128h128v-128h384zM128 1792v-256h1792v256h-256v-128h-128v128h-1024v-128h-128v128h-256zM1920 256v1152h-1792v-1152h1792zM1050 832l-429 -429l-90 90l339 339l-339 339l90 90zM1133 1261l429 -429l-429 -429l-90 90l339 339l-339 339z\"\r\n },\r\n {\r\n Name: \"SplitObject\",\r\n Code: \"F547\",\r\n Path: \"M1600 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5q0 74 32.5 140t90.5 112l-302 603q-69 -23 -141 -23t-141 23l-302 -603q58 -46 90.5 -112t32.5 -140q0 -66 -25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5q41 0 83 -11l302 603q-45 31 -81 71.5t-61 88.5t-38 100.5t-13 107.5q0 93 35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -55 -13 -107.5t-38 -100.5t-61 -88.5t-81 -71.5l302 -603q42 11 83 11zM320 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM640 1600q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124zM1600 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"BulkUpload\",\r\n Code: \"F548\",\r\n Path: \"M512 128h1024v-128h-1152v256h-256v1792h859q202 -202 402 -402.5t403 -402.5v-91h-640v512h-640v-1536zM1280 1280h293l-293 293v-293zM384 384v1408h677l-128 128h-677v-1536h128zM1728 794l317 -317l-90 -90l-163 162v-549h-128v549l-163 -162l-90 90zM2048 1024v-128h-640v128h640z\"\r\n },\r\n {\r\n Name: \"DownloadDocument\",\r\n Code: \"F549\",\r\n Path: \"M256 128h1024v-128h-1152v2048h1115l549 -549v-347h-128v256h-512v512h-896v-1792zM1280 1536h293l-293 293v-293zM1792 475l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v549h128v-549zM2048 128v-128h-640v128h640z\"\r\n },\r\n {\r\n Name: \"GreetingCard\",\r\n Code: \"F54B\",\r\n Path: \"M1664 1664v-1664h-1408v1647l1152 360v-343h256zM1280 1833l-541 -169h541v169zM1536 1536h-1152v-1408h1152v1408zM960 1146q37 34 83.5 52t97.5 18q55 0 104 -21t85 -57t57 -85t21 -105q0 -53 -20 -102t-58 -87l-370 -369l-370 369q-38 38 -58 87t-20 102q0 56 21 105t57 85t84.5 57t104.5 21q51 0 97.5 -18t83.5 -52zM1239 850q41 41 41 98q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-41 41 -98 41q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279z\"\r\n },\r\n {\r\n Name: \"Flower\",\r\n Code: \"F54E\",\r\n Path: \"M1600 1472q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-116q13 -23 27.5 -45.5t26.5 -46t20 -48.5t8 -52q0 -39 -15 -74t-41 -61.5t-61 -41.5t-75 -15q-48 0 -89.5 22t-68.5 61v-425q41 51 91.5 91t108 67t120.5 41.5t128 14.5h64v-64q0 -110 -39 -208.5t-108 -175.5t-162.5 -126.5t-202.5 -62.5v-131h-128v131q-109 13 -202.5 62.5t-162.5 126.5t-108 175.5t-39 208.5v64h64q65 0 128 -14.5t120.5 -41.5t108 -67t91.5 -91v425q-27 -39 -68.5 -61t-89.5 -22q-40 0 -75 15t-61 41.5t-41 61.5t-15 74q0 27 8 52t20 48.5t26.5 46t27.5 45.5h-116q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15h116q-13 22 -27.5 45t-26.5 46.5t-20 48.5t-8 52q0 39 15 74t41 61.5t61 41.5t75 15q43 0 74.5 -13.5t54.5 -36.5t41.5 -53t36.5 -63l15 -26l15 26q18 33 36.5 63t41.5 53t54 36.5t75 13.5q40 0 75 -15t61 -41.5t41 -61.5t15 -74q0 -27 -8 -52t-20 -48.5t-26.5 -46.5t-27.5 -45h116q40 0 75 -15t61 -41t41 -61t15 -75zM1181 1920q-17 0 -32 -9t-23 -23l-97 -169q63 -18 110 -64l98 169q9 15 9 32q0 26 -19 45t-46 19zM960 1344q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM739 1920q-27 0 -46 -19t-19 -45q0 -17 9 -32l98 -169q47 46 110 64l-97 169q-8 14 -23 23t-32 9zM712 1408q-4 16 -6 31.5t-2 32.5t2 32.5t6 31.5h-200q-26 0 -45 -19t-19 -45t19 -45t45 -19h200zM739 1024q17 0 32 8.5t23 23.5l97 169q-63 18 -110 64l-98 -169q-9 -15 -9 -32q0 -26 19 -45t46 -19zM517 635q11 -72 44 -135t82.5 -112.5t112.5 -82.5t135 -44q-11 72 -44 135t-82.5 112.5t-112.5 82.5t-135 44zM1402 635q-72 -11 -135 -44t-112 -82.5t-82 -112.5t-44 -135q72 11 135 44t112.5 82.5t82 112.5t43.5 135zM1181 1024q27 0 46 19t19 45q0 17 -9 32l-98 169q-47 -46 -110 -64l97 -169q8 -15 23 -23.5t32 -8.5zM1408 1408q26 0 45 19t19 45t-19 45t-45 19h-200q4 -16 6 -31.5t2 -32.5t-2 -32.5t-6 -31.5h200z\"\r\n },\r\n {\r\n Name: \"WaitlistConfirm\",\r\n Code: \"F550\",\r\n Path: \"M1536 1408h-512v128h512v-128zM1024 1024h512v-128h-512v128zM1155 128l128 -128h-1027v2048h1536v-1283l-128 -128v1283h-1280v-1792h771zM941 1619l-237 -237l-173 173l90 90l83 -83l147 147zM941 1107l-237 -237l-173 173l90 90l83 -83l147 147zM704 538l147 147l90 -90l-237 -237l-173 173l90 90zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z\"\r\n },\r\n {\r\n Name: \"WaitlistConfirmMirrored\",\r\n Code: \"F551\",\r\n Path: \"M1344 1050l147 147l90 -90l-237 -237l-173 173l90 90zM512 512h512v-128h-512v128zM1024 1408h-512v128h512v-128zM1024 896h-512v128h512v-128zM1581 1619l-237 -237l-173 173l90 90l83 -83l147 147zM1155 128l128 -128h-1027v2048h1536v-1283l-128 -128v1283h-1280v-1792h771zM2029 595l-557 -558l-269 270l90 90l179 -178l467 466z\"\r\n },\r\n {\r\n Name: \"LaptopSecure\",\r\n Code: \"F552\",\r\n Path: \"M884 512q15 -67 42 -128h-798q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50q0 16 3 34.5t8.5 37.5t14 35.5t20.5 28.5l210 211v933h1536v-611q-30 17 -62.5 28t-65.5 19v436h-1280v-768h480v-128h-517l-206 -205q-3 -3 -5.5 -10t-4 -14.5t-2.5 -15t-1 -11.5h-64h820zM1536 1083q59 0 108 -14t100 -43q42 -25 96 -31.5t108 -6.5q26 0 51.5 0.5t48.5 0.5v-325q0 -105 -38 -198.5t-101.5 -173t-145 -143.5t-168.5 -110l-59 -31l-60 31q-87 45 -168.5 109.5t-144.5 144.5t-101 173.5t-38 197.5v325q24 0 50.5 -0.5t53.5 -0.5q53 0 106.5 6.5t95.5 32.5q50 29 99 42.5t107 13.5zM1920 861q-66 0 -127 12t-118 45q-34 20 -66.5 28.5t-72.5 8.5q-38 0 -71 -8.5t-66 -27.5q-58 -33 -119.5 -45.5t-127.5 -12.5v-197q0 -86 33.5 -162.5t88 -142t123 -118t139.5 -89.5q70 37 139 89.5t123.5 118t88 142t33.5 162.5v197z\"\r\n },\r\n {\r\n Name: \"DragObject\",\r\n Code: \"F553\",\r\n Path: \"M1043 653l90 -90l-173 -174l-173 174l90 90l83 -83zM877 1522l-90 91l173 173l173 -173l-90 -91l-83 83zM269 1171l-82 -83l82 -83l-90 -90l-173 173l173 173zM1914 1088l-173 -173l-90 90l83 83l-83 83l90 90zM384 1408h1152v-128h-1152v128zM384 1152h1152v-128h-1152v128zM384 896h1152v-128h-1152v128z\"\r\n },\r\n {\r\n Name: \"EntryView\",\r\n Code: \"F554\",\r\n Path: \"M777 128q15 -35 36.5 -67t47.5 -61h-861v2048h1536v-911q-32 9 -64 17t-64 13v753h-1280v-1792h649zM1280 1536h-1024v128h1024v-128zM256 1280h1024v-128h-1024v128zM1216 640q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25t-124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5zM1216 128q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15zM1216 1024q100 0 200.5 -21.5t193 -63.5t172.5 -103t139 -139t93 -173t34 -204h-128q0 91 -29.5 169t-80.5 142t-119.5 113.5t-146.5 83t-162 51t-166 17.5t-166 -17.5t-162 -51t-146.5 -83t-119.5 -113.5t-80.5 -142t-29.5 -169h-128q0 109 34 204t93 173t139 139t172.5 103t193 63.5t200.5 21.5z\"\r\n },\r\n {\r\n Name: \"EntryDecline\",\r\n Code: \"F555\",\r\n Path: \"M512 1280h1024v-128h-1024v128zM1536 1536h-1024v128h1024v-128zM1152 128l127 -128h-1023v2048h1536v-1348l-64 -63l-64 64v1219h-1280v-1792h768zM1728 3l3 -3h-6zM1536 896l-129 -128h-895v128h1024zM1219 512l128 -128h-835v128h707zM1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91z\"\r\n },\r\n {\r\n Name: \"ContactCardSettings\",\r\n Code: \"F556\",\r\n Path: \"M1792 1152h-640v128h640v-128zM2048 1792v-987q-28 35 -59.5 66t-68.5 56v737h-1792v-1280h903q3 -33 10 -65t18 -63h-1059v1536h2048zM256 640q0 52 14 101.5t40 93t63 79.5t83 61q-34 35 -53 81t-19 96q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -50 -19 -96t-53 -81q46 -25 83 -61t63 -79.5t40 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128zM640 1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"ContactCardSettingsMirrored\",\r\n Code: \"F557\",\r\n Path: \"M256 1152h640v128h-640v-128zM0 1792v-987q28 35 59.5 66t68.5 56v737h1792v-1280h-903q-3 -33 -10 -65t-18 -63h1059v1536h-2048zM1792 640q0 52 -14 101.5t-40 93t-63 79.5t-83 61q34 35 53 81t19 96q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5q0 -50 19 -96t53 -81q-46 -25 -83 -61t-63 -79.5t-40 -93t-14 -101.5h128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h128zM1408 1280q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM10 560l124 -51q-6 -30 -6 -61t6 -61l-124 -51l49 -119l124 52q35 -51 86 -86l-52 -124l119 -49l51 124q30 -6 61 -6t61 6l51 -124l119 49l-52 124q51 35 86 86l124 -52l49 119l-124 51q6 30 6 61t-6 61l124 51l-49 119l-124 -52q-35 51 -86 86l52 124l-119 49l-51 -124q-30 6 -61 6t-61 -6l-51 124l-119 -49l52 -124q-51 -35 -86 -86l-124 52zM448 256q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15z\"\r\n },\r\n {\r\n Name: \"CalendarSettings\",\r\n Code: \"F558\",\r\n Path: \"M2048 1920v-1064q-57 62 -128 107v445h-1792v-1152h898q11 -34 25.5 -66t33.5 -62h-1085v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM896 640h-128v128h128v-128zM1152 1024h128v-61q-47 -30 -88 -67h-40v128zM1280 1152h-128v128h128v-128zM1664 1152h-128v128h128v-128zM512 640h-128v128h128v-128zM384 512h128v-128h-128v128zM512 896h-128v128h128v-128zM896 1152h-128v128h128v-128zM768 512h128v-128h-128v128zM896 896h-128v128h128v-128zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"CalendarSettingsMirrored\",\r\n Code: \"F559\",\r\n Path: \"M1280 1152h-128v128h128v-128zM896 640h-128v128h128v-128zM2048 1920v-1064q-57 62 -128 107v445h-1792v-1152h898q11 -34 25.5 -66t33.5 -62h-1085v1792h384v128h128v-128h1024v128h128v-128h384zM1920 1792h-256v-128h-128v128h-1024v-128h-128v128h-256v-256h1792v256zM1152 1024h128v-61q-47 -30 -88 -67h-40v128zM384 768h128v-128h-128v128zM512 1152h-128v128h128v-128zM512 896h-128v128h128v-128zM896 1152h-128v128h128v-128zM768 512h128v-128h-128v128zM896 896h-128v128h128v-128zM2038 560l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52zM1600 256q40 0 75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15z\"\r\n },\r\n {\r\n Name: \"HardDriveLock\",\r\n Code: \"F55A\",\r\n Path: \"M1728 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-292q-20 50 -53 93t-75 76v123q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1152v-128h-1280v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1792 1280v-128h-128v128h128zM1536 1152h-128v128h128v-128zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h130v128q1 53 20.5 99.5t53.5 81.5t80 55t100 20zM1536 640h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128zM1920 512h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"HardDriveUnlock\",\r\n Code: \"F55B\",\r\n Path: \"M1728 1536q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-292q-20 50 -53 93t-75 76v123q0 40 -15 75t-41 61t-61 41t-75 15h-1408q-40 0 -75 -15t-61 -41t-41 -61t-15 -75v-320h1152v-128h-1280v448q0 66 25 124t68.5 101.5t102 69t124.5 25.5h1408zM1792 1280v-128h-128v128h128zM1536 1152h-128v128h128v-128zM1664 1024q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128h128v-640h-768v640h512v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1920 512h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"AccountManagement\",\r\n Code: \"F55C\",\r\n Path: \"M1148 896q-83 62 -179.5 95t-200.5 33q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-56 35 -100.5 82.5t-75.5 103.5t-47.5 119t-16.5 129q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -66 -16.5 -129t-47.5 -119t-76 -103.5t-101 -82.5q60 -23 113 -54v-152h-4zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2048 768v-768h-1024v768h256v256h512v-256h256zM1408 768h256v128h-256v-128zM1920 384h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768v256zM1920 640h-768v-128h768v128z\"\r\n },\r\n {\r\n Name: \"DiagnosticDataViewerApp\",\r\n Code: \"F568\",\r\n Path: \"M1472 1536q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5q-90 0 -175.5 27.5t-158.5 78.5l-462 -462q-28 -28 -68 -28t-68 28t-28 68t28 68l462 462q-51 73 -78.5 158.5t-27.5 175.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5zM1248 572q39 -23 82 -37t88 -20q22 27 22 61q0 40 -28 68t-68 28t-68 -28t-28 -68v-4zM1792 647q62 63 95 144t33 169q0 93 -35.5 174.5t-96 142t-142 96t-174.5 35.5q-88 0 -169 -33t-144 -95h121v-384h-128v377q-62 -63 -95 -144t-33 -169q0 -86 32 -166.5t92 -142.5q4 -4 7.5 -6.5t6.5 -7.5q20 59 70 95t112 36q40 0 75 -15t61 -41t41 -61t15 -75q0 -32 -10 -61q36 5 70.5 15t67.5 25v213h128v-121zM535 384h-471q-27 0 -45.5 18.5t-18.5 45.5v1408q0 27 18.5 45.5t45.5 18.5h1792q27 0 45.5 -18.5t18.5 -45.5v-314q-29 23 -61 43.5t-67 36.5v42h-1664v-1152h534zM1600 1280q40 0 75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15zM1600 992q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM891 1408q-23 -29 -43.5 -61t-35.5 -67h-556v128h635zM763 1152q-20 -63 -23 -128h-484v128h507zM740 896q3 -65 23 -128h-507v128h484z\"\r\n },\r\n {\r\n Name: \"ReportWarning\",\r\n Code: \"F569\",\r\n Path: \"M910 384l-64 -128h-590v1792h1536v-1179l-128 256v795h-1280v-1536h526zM640 1152h-128v128h128v-128zM1294 1152h-526v128h590zM512 896h128v-128h-128v128zM768 896h398l-64 -128h-334v128zM640 1536h-128v128h128v-128zM1536 1536h-768v128h768v-128zM1536 640v-320h-128v320h128zM1408 256h128v-128h-128v128zM2048 0h-1152l576 1152zM1077 112h790l-395 790z\"\r\n },\r\n {\r\n Name: \"PlaySolid\",\r\n Code: \"F5B0\",\r\n Path: \"M1792 1024l-1280 -896v1792z\"\r\n },\r\n {\r\n Name: \"TransitionPop\",\r\n Code: \"F5B2\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM128 640h1792v896h-1792v-896zM1517 1405l318 -317l-318 -317l-90 90l162 163h-1114l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h1114l-162 163zM2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128z\"\r\n },\r\n {\r\n Name: \"TransitionPush\",\r\n Code: \"F5B3\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM128 640h1792v896h-1792v-896zM2048 1920v-128h-2048v128h2048zM0 384h2048v-128h-2048v128zM1371 1152h421v-128h-421l162 -163l-90 -90l-317 317l317 317l90 -90zM605 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z\"\r\n },\r\n {\r\n Name: \"TransitionEffect\",\r\n Code: \"F5B4\",\r\n Path: \"M1920 2048v-896h-1920v896h128v-768h768v421l-163 -162l-90 90l317 317l317 -317l-90 -90l-163 162v-421h768v768h128zM0 1024h1920v-896h-128v768h-768v-421l163 162l90 -90l-317 -317l-317 317l90 90l163 -162v421h-768v-768h-128v896z\"\r\n },\r\n {\r\n Name: \"LookupEntities\",\r\n Code: \"F5B5\",\r\n Path: \"M2048 1213l-128 128v451h-512v-512h-128v512h-512v-1408h512v512h128v-512h512v451l128 128v-707h-2048v1664h2048v-707zM640 1280h-512v-384h512v384zM640 384v384h-512v-384h512zM640 1792h-512v-384h512v384zM1539 861l162 163h-677v128h677l-162 163l90 90l317 -317l-317 -317z\"\r\n },\r\n {\r\n Name: \"ExploreData\",\r\n Code: \"F5B6\",\r\n Path: \"M256 640v256h-256v1152h1536v-256h256v-512h-128v384h-1280v-896h768v-128h-896zM256 1024v768h1152v128h-1280v-896h128zM512 896v256h128v-256h-128zM768 896v512h128v-512h-128zM1024 896v384h128v-384h-128zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"AddBookmark\",\r\n Code: \"F5B7\",\r\n Path: \"M1024 467l64 -32t64 -33v-143l-128 64l-640 -323v2048h1280v-1280h-128v1152h-1024v-1712q129 65 256 130t256 129zM1920 384v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z\"\r\n },\r\n {\r\n Name: \"SearchBookmark\",\r\n Code: \"F5B8\",\r\n Path: \"M896 323l-640 -323v2048h1280v-753q-67 -16 -128 -50v675h-1024v-1712q129 65 256 130t256 129q26 -12 50.5 -24.5t49.5 -26.5zM1664 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"DrillThrough\",\r\n Code: \"F5B9\",\r\n Path: \"M1024 2048q141 0 272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272t-36.5 -272t-103 -245t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5t-272 36.5t-245 103t-207.5 160t-160 207.5t-103 244.5t-36.5 272.5q0 141 36.5 272t103 245t160 207.5t207.5 160t244.5 103t272.5 36.5zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 213.5t32 238q0 123 -32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32t-237.5 -32t-214 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5t32 -237.5t90.5 -214t140.5 -181.5t181.5 -140.5t213.5 -90.5t238 -32zM1133 1517l494 -492l-494 -494l-90 90l339 339h-550q-89 0 -171.5 34t-145.5 97t-97 145.5t-34 171.5h128q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q138 0 274.5 0.5t274.5 0.5l-338 338z\"\r\n },\r\n {\r\n Name: \"MasterDatabase\",\r\n Code: \"F5BA\",\r\n Path: \"M960 1280q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963q0 -23 19 -43.5t48.5 -38.5t65.5 -32t71 -25t64.5 -18t45.5 -10q49 -9 98.5 -14.5t99.5 -7.5v-130q-44 2 -108.5 9t-135.5 22t-142 39t-127.5 59t-91.5 82t-35 108v1152q0 47 22 86t58.5 69.5t83 54.5t95 41t95 28t83.5 18q66 12 133 17.5t134 5.5t134 -5.5t133 -17.5q36 -7 83 -18t95.5 -28.5t95 -40.5t83 -54t58.5 -70t22 -86v-448h-128v259q-59 -37 -130.5 -62t-148 -40.5t-153 -22t-144.5 -6.5zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM2048 1053v-1053h-1024v1049l304 -401l210 380l211 -380zM1920 664l-186 -253l-196 353l-194 -350l-192 254v-540h768v536z\"\r\n },\r\n {\r\n Name: \"CertifiedDatabase\",\r\n Code: \"F5BB\",\r\n Path: \"M384 448q0 -19 13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6q81 0 161 8.5t159 27.5v-130q-79 -18 -159 -26t-161 -8q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -86.5 17t-100 28t-101 40.5t-88 55t-62.5 71.5t-24 89v1152q0 49 24 89t62.5 71.5t88 55t101 40.5t100 28t86.5 17q60 10 120.5 14.5t121.5 4.5t121.5 -4.5t120.5 -14.5q37 -6 86 -17t100.5 -28t101 -40.5t88 -55t62.5 -71.5t24 -89v-320h-128v131q-58 -37 -130 -62t-148.5 -40.5t-153 -22t-144.5 -6.5t-144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM960 1792q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35.5t-27.5 27.5q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM2048 768q0 -82 -34 -156.5t-94 -129.5v-457l-256 128l-256 -128v457q-60 55 -94 129.5t-34 156.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149zM1792 406q-64 -22 -128 -22t-128 22v-174l128 64l128 -64v174zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"MaximumValue\",\r\n Code: \"F5BC\",\r\n Path: \"M0 1536h128v-896h-128v896zM2048 1536v-896h-128v896h128zM1517 1405l318 -317l-318 -317l-90 90l162 163h-1114l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h1114l-162 163z\"\r\n },\r\n {\r\n Name: \"MinimumValue\",\r\n Code: \"F5BD\",\r\n Path: \"M1024 1536h128v-896h-128v896zM768 1536h128v-896h-128v896zM1920 1024h-421l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h421v-128zM349 1405l317 -317l-317 -317l-90 90l162 163h-421v128h421l-162 163z\"\r\n },\r\n {\r\n Name: \"CriticalErrorSolid\",\r\n Code: \"F5C9\",\r\n Path: \"M960 2048q132 0 254.5 -34.5t229.5 -97t194.5 -150t150 -194.5t97 -229.5t34.5 -254.5t-34.5 -254.5t-97 -229.5t-150 -194.5t-194.5 -150t-229.5 -97t-254.5 -34.5t-254.5 34.5t-229.5 97t-194.5 150t-150 194.5t-97 229.5t-34.5 254.5t34.5 254.5t97 229.5t150 194.5t194.5 150t229.5 97t254.5 34.5zM1024 768h-128v-128h128v128zM1024 1536h-128v-640h128v640z\"\r\n },\r\n {\r\n Name: \"VisualStudioForWindows\",\r\n Code: \"F5D0\",\r\n Path: \"M2048 1713v-1378q0 -37 -19 -67t-52 -47l-358 -180q-26 -13 -58 -13q-25 0 -48.5 9.5t-41.5 27.5l-726 726l-461 -353q-19 -14 -39 -14q-12 0 -40 9.5t-59.5 21.5t-60.5 24t-43 17q-18 7 -30 23.5t-12 36.5v936q0 20 12 36.5t30 23.5q14 5 43 17t60.5 24t59.5 21.5t40 9.5q20 0 39 -14l461 -353l726 726q18 18 41.5 27.5t48.5 9.5q32 0 58 -13l358 -180q33 -17 52 -47t19 -67zM256 768l256 256l-256 256v-512zM1536 649v750l-488 -375z\"\r\n },\r\n {\r\n Name: \"PasteAsText\",\r\n Code: \"F5D5\",\r\n Path: \"M256 256h768v-128h-896v1664h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128v-1408zM512 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM2009 0h-135l-85 256h-378l-85 -256h-135l342 1024h134zM1746 384l-146 437l-146 -437h292z\"\r\n },\r\n {\r\n Name: \"PasteAsCode\",\r\n Code: \"F5D6\",\r\n Path: \"M256 256h512v-128h-640v1664h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-640h-128v512h-128v-256h-1024v256h-128v-1408zM512 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1037 723l-210 -211l210 -211l-90 -90l-301 301l301 301zM2042 512l-301 -301l-90 90l210 211l-210 211l90 90zM1493 1024h128l-341 -1024h-128z\"\r\n },\r\n {\r\n Name: \"BrowserTab\",\r\n Code: \"F5D7\",\r\n Path: \"M1792 1792v-1792h-1664v2048h896v-256h768zM1664 1664h-768v256h-640v-1792h1408v1536z\"\r\n },\r\n {\r\n Name: \"BrowserTabScreenshot\",\r\n Code: \"F5D8\",\r\n Path: \"M256 128h384v-128h-512v2048h896v-256h768v-640h-128v512h-768v256h-640v-1792zM2048 896v-896h-1280v896h293l128 128h438l128 -128h293zM1920 768h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM1408 768q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM1408 384q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"DesktopScreenshot\",\r\n Code: \"F5D9\",\r\n Path: \"M1152 512v-128h256v-128h-640v128h256v128h-896v384h128v-256h1664v896h-512v128h640v-1152h-896zM1280 1024h-1280v896h293l128 128h438l128 -128h293v-896zM1152 1792h-219l-128 128h-330l-128 -128h-219v-640h1024v640zM640 1792q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM640 1408q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"FileYML\",\r\n Code: \"F5DA\",\r\n Path: \"M256 1920v-1792h1024v-128h-1152v2048h1115l549 -549v-731h-128v640h-512v512h-896zM1280 1829v-293h293zM1748 640h112l-210 -408v-232h-106v230l-204 410h121l126 -274q4 -9 7 -19t6 -19h1q6 21 15 38zM1984 384q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1984 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"ClipboardSolid\",\r\n Code: \"F5DC\",\r\n Path: \"M1792 1792v-1792h-1536v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512zM640 1536h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256v-128z\"\r\n },\r\n {\r\n Name: \"ChevronDownEnd\",\r\n Code: \"F5E4\",\r\n Path: \"M1024 805l-749 750l90 90l659 -658l659 658l90 -90zM1792 512v-128h-1536v128h1536z\"\r\n },\r\n {\r\n Name: \"FabricUserFolder\",\r\n Code: \"F5E5\",\r\n Path: \"M2048 1536v-591q-20 59 -52 111.5t-76 96.5v383h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48 -51t39.5 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1764 459q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z\"\r\n },\r\n {\r\n Name: \"FabricNetworkFolder\",\r\n Code: \"F5E6\",\r\n Path: \"M2048 1536v-503q-55 70 -128 126v377h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h640v-128h-640q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1472 1152q119 0 224 -45.5t183 -123.5t123.5 -183t45.5 -224t-45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-223.5 45.5t-182.5 123.5t-123 183t-45 224t45 224t123 183t182.5 123.5t223.5 45.5zM1894 768q-37 81 -102 143t-147 96q28 -57 44.5 -117t25.5 -122h179zM1936 576q0 16 -1 32t-4 32h-204v-64v-32t-1 -32h205q3 16 4 32t1 32zM1600 384h-259q7 -49 19.5 -97.5t35.5 -93.5q4 -9 12.5 -22.5t18.5 -26.5t22 -22.5t24 -9.5q9 0 16.5 6t13.5 12q20 20 36 51.5t28 67.5t20 71.5t13 63.5zM1329 512h285q1 16 1.5 32t0.5 32t-0.5 32t-1.5 32h-285q0 -16 -0.5 -32t-0.5 -32t0.5 -32t0.5 -32zM1015 512h202v128h-202q-2 -16 -3.5 -32t-1.5 -32t1.5 -32t3.5 -32zM1341 768h260q-8 48 -20.5 95t-34.5 90q-3 6 -11.5 20.5t-19.5 29.5t-22.5 26t-20.5 11q-11 0 -22.5 -10t-22 -23.5t-19 -27.5t-12.5 -22q-21 -41 -34 -92.5t-21 -96.5zM1052 768h176q9 61 24.5 121t42.5 116q-81 -34 -144 -95.5t-99 -141.5zM1052 384q35 -79 98 -141t143 -95q-26 55 -41.5 115.5t-23.5 120.5h-176zM1646 146q83 33 147 95t101 143h-180q-10 -60 -26 -121.5t-42 -116.5z\"\r\n },\r\n {\r\n Name: \"BullseyeTarget\",\r\n Code: \"F5F0\",\r\n Path: \"M1024 1920q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5t-32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32t-238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32zM1024 256q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5zM1024 1536q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40zM1024 640q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10z\"\r\n },\r\n {\r\n Name: \"AnalyticsView\",\r\n Code: \"F5F1\",\r\n Path: \"M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792zM256 1152h128v-640h-128v640zM512 768h128v-256h-128v256zM768 896h128v-384h-128v384zM1024 1280h128v-768h-128v768zM1536 1152h128v-640h-128v640zM1280 896h128v-384h-128v384z\"\r\n },\r\n {\r\n Name: \"Video360Generic\",\r\n Code: \"F609\",\r\n Path: \"M1024 2048q154 0 298 -44.5t267.5 -126t221 -197t157.5 -257.5q34 -81 56.5 -174t22.5 -181q0 -60 -3.5 -116t-12.5 -110t-24 -107.5t-39 -109.5q-60 -142 -157 -257.5t-220.5 -197t-268 -126t-298.5 -44.5t-298.5 44.5t-268 126t-220.5 197t-157 257.5q-24 56 -39 109.5t-24 107.5t-12.5 110t-3.5 116q0 88 22.5 181t56.5 174q60 142 157.5 257.5t221 197t267.5 126t298 44.5zM1502 1356q14 -82 20 -165t6 -167q0 -100 -9 -199q75 18 148.5 46t139.5 70q14 9 33 24t36.5 33t30 37.5t12.5 37.5q0 11 -1 23t-3 22q-6 30 -34.5 58.5t-65 52.5t-74 42.5t-62.5 28.5q-43 17 -87.5 31t-89.5 25zM1857 1356q-37 92 -93 173t-127 147.5t-155.5 117.5t-178.5 82q62 -84 104 -183t66 -200q101 -21 197 -53.5t187 -83.5zM1003 1920h-16t-16 -2q-6 -1 -20 -8t-19 -11q-29 -17 -54 -42t-46.5 -53.5t-39.5 -59.5t-32 -61q-20 -41 -35 -83t-28 -86q81 11 163 16.5t164 5.5t164 -5.5t163 -16.5q-13 44 -28 86t-35 83q-14 30 -32 61t-39.5 59.5t-46.5 53.5t-54 42q-5 4 -19 11t-20 8q-8 2 -16 2h-16h-42zM745 1876q-94 -31 -178.5 -82t-155.5 -117.5t-127 -147.5t-93 -173q91 51 187 83.5t197 53.5q24 101 66 200t104 183zM145 851q23 -119 77 -225.5t132 -195t177.5 -154.5t214.5 -104q-58 76 -96.5 165.5t-64.5 180.5q30 -6 60.5 -10.5t61.5 -8.5q14 -44 34 -92.5t46.5 -95t59 -87t71.5 -67.5q4 -3 11 -7t15 -8.5t15 -8t12 -4.5q6 -1 12.5 -1h13.5h48h16t16 2t22.5 9.5t21.5 11.5q41 26 75 66.5t61 87.5t48 96.5t35 93.5q41 126 58.5 261.5t17.5 267.5q0 90 -7.5 179t-24.5 177q-90 14 -179.5 21t-180.5 7t-180.5 -7t-179.5 -21q-17 -88 -24.5 -177t-7.5 -179v-29.5t2 -29.5q-29 5 -57 12t-56 16q-1 8 -1 15.5v15.5q0 84 6 167t20 165q-45 -11 -89.5 -25t-87.5 -31q-26 -11 -63.5 -29t-73.5 -42t-64 -52.5t-35 -58.5q-2 -10 -3 -22.5t-1 -22.5q0 -5 4.5 -16t6.5 -16q15 -29 42 -54t59 -46t65.5 -37t62.5 -28q74 -30 156 -50.5t166.5 -33.5t169 -18.5t163.5 -5.5h37l-146 147l90 90l301 -301l-301 -301l-90 90l147 147q-73 0 -152 3.5t-160.5 12.5t-163.5 24.5t-159.5 39t-149 56t-132.5 75.5zM1303 172q115 38 214.5 104.5t177.5 154.5t131.5 195t76.5 226q-43 -32 -92 -57t-100.5 -45t-105 -35t-104.5 -26q-11 -66 -28 -135t-41 -135.5t-56 -129.5t-73 -117z\"\r\n },\r\n {\r\n Name: \"Untag\",\r\n Code: \"F60B\",\r\n Path: \"M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM896 309l263 263l91 -90l-354 -354l-896 896l1024 1024h896v-896l-353 -353l-91 90l316 316v715h-715l-896 -896zM2045 547l-226 -227l226 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"RemoteApplication\",\r\n Code: \"F621\",\r\n Path: \"M0 1920h2048v-640h-128v128h-1792v-1024h896v-128h-1024v1664v0zM128 1536h1792v256h-1792v-256v0zM1171 659l90 90l366 -365l-366 -365l-90 90l274 275l-274 275v0zM1939 1133l90 -90l-274 -275l274 -275l-90 -90l-366 365l366 365v0z\"\r\n },\r\n {\r\n Name: \"Leave\",\r\n Code: \"F627\",\r\n Path: \"M2011 1088l-446 -445l-90 90l291 291h-998v128h998l-291 291l90 90zM1152 768h128v-640h-1280v1920h1280v-640h-128v512h-1024v-1664h1024v512z\"\r\n },\r\n {\r\n Name: \"Trending12\",\r\n Code: \"F62D\",\r\n Path: \"M2048 1707v-683h-171v391l-768 -768l-341 342l-665 -665l-121 120l786 786l341 -341l648 647h-392v171h683z\"\r\n },\r\n {\r\n Name: \"Blocked12\",\r\n Code: \"F62E\",\r\n Path: \"M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249t-33.5 -249t-94.5 -224.5t-146.5 -190.5t-190 -147t-224.5 -94.5t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t95 224.5t147 190t190 146.5t224 94.5t249.5 33.5zM939 137q111 0 213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5zM469 1024h939v-171h-939v171z\"\r\n },\r\n {\r\n Name: \"Warning12\",\r\n Code: \"F62F\",\r\n Path: \"M1884 0h-1891l946 1991zM263 171h1351l-675 1422zM1024 1195v-555h-171v555h171zM853 512h171v-171h-171v171z\"\r\n },\r\n {\r\n Name: \"CheckedOutByOther12\",\r\n Code: \"F630\",\r\n Path: \"M939 1877q129 0 249 -33.5t224.5 -94.5t190 -146.5t146.5 -190t94.5 -224.5t33.5 -249t-33.5 -249t-94.5 -224.5t-146.5 -190.5t-190 -147t-224.5 -94.5t-249 -33.5q-130 0 -250 33.5t-224 94.5t-190 147t-147 190t-94.5 224t-33.5 250q0 129 33.5 249t95 224.5t147 190t190 146.5t224 94.5t249.5 33.5zM939 137q111 0 213.5 28.5t191.5 81t162 125.5t125.5 162t81 191.5t28.5 213.5q0 110 -28.5 212.5t-81 191.5t-126 162.5t-162.5 126t-191.5 81t-212.5 28.5q-111 0 -213.5 -28.5t-191.5 -81t-162 -125.5t-125.5 -162t-81 -191.5t-28.5 -213.5t28.5 -213.5t80.5 -191.5t125.5 -162.5t162.5 -125.5t191.5 -80.5t213.5 -28.5zM1195 1195h170v-683h-682v171h391l-537 537l121 120l537 -537v392z\"\r\n },\r\n {\r\n Name: \"CheckedOutByYou12\",\r\n Code: \"F631\",\r\n Path: \"M939 1877q129 0 248.5 -33.5t224 -95t190 -147t147 -190t95 -224t33.5 -248.5t-33.5 -248.5t-95 -224t-147 -190.5t-190 -147.5t-224 -95t-248.5 -33.5t-249 33.5t-224.5 95t-190 147t-147 190t-95 224.5t-33.5 249t33.5 248.5t95 224t147.5 190t190.5 147t224 95t248.5 33.5zM1365 512v683h-170v-361l-522 521l-151 -150l522 -522h-361v-171h682z\"\r\n },\r\n {\r\n Name: \"CircleShapeSolid\",\r\n Code: \"F63C\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5z\"\r\n },\r\n {\r\n Name: \"SquareShapeSolid\",\r\n Code: \"F63D\",\r\n Path: \"M1920 1920v-1792h-1792v1792h1792z\"\r\n },\r\n {\r\n Name: \"TriangleShapeSolid\",\r\n Code: \"F63E\",\r\n Path: \"M1920 128h-1920l960 1920z\"\r\n },\r\n {\r\n Name: \"DropShapeSolid\",\r\n Code: \"F63F\",\r\n Path: \"M1607 882q28 -57 42.5 -118t14.5 -124q0 -88 -23 -170t-64.5 -153t-100 -129.5t-129.5 -100t-153 -64.5t-170 -23t-170 23t-153 64.5t-129.5 100t-100 129.5t-64.5 153t-23 170q0 63 14.5 124t42.5 118l583 1166z\"\r\n },\r\n {\r\n Name: \"RectangleShapeSolid\",\r\n Code: \"F640\",\r\n Path: \"M2048 1664v-1280h-2048v1280h2048z\"\r\n },\r\n {\r\n Name: \"ContentSettings\",\r\n Code: \"F647\",\r\n Path: \"M2048 1920v-1064q-28 31 -60.5 57.5t-67.5 49.5v445h-1792v-1024h868q3 -33 10 -65t18 -63h-1024v1664h2048zM1920 1792h-1792v-256h1792v256zM256 512v768h640v-768h-640zM384 640h384v512h-384v-512zM1408 1152h-384v128h384v-128zM1024 1022h384q-122 -41 -216 -126h-168v126zM2038 560l-124 -51q6 -30 6 -59q0 -32 -6 -63l124 -51l-49 -119l-124 52q-17 -25 -38.5 -47t-47.5 -39l52 -124l-119 -49l-51 124q-30 -6 -61 -6q-15 0 -30 3l-30 6l-52 -127l-119 49l52 125q-25 17 -45.5 39t-37.5 47l-127 -53l-49 119l124 51q-6 30 -6 59q0 31 6 63l-124 51l49 119l124 -52q17 25 38.5 47t47.5 39l-52 124l119 49l51 -124q30 6 59 6q31 0 63 -6l51 124l119 -49l-52 -124q25 -17 47 -38.5t39 -47.5l124 52zM1600 257q40 0 75 15t61 41t41 61t15 74t-15 74t-41.5 61.5t-61.5 41.5t-74 15t-74 -15t-61.5 -41.5t-41.5 -61.5t-15 -74q0 -40 15 -74.5t41.5 -60.5t61.5 -41t74 -15z\"\r\n },\r\n {\r\n Name: \"DefaultSettings\",\r\n Code: \"F648\",\r\n Path: \"M930 382q17 -2 33.5 -3.5t33.5 -1.5q13 0 26 0.5t26 1.5l-73 -72l42 -42h-30l-161 -259l-383 159l68 297q-26 24 -50 50l-297 -68l-159 383l259 161q0 9 -0.5 18t-0.5 18t0.5 18t0.5 18l-259 161l159 383l297 -68q24 26 50 50l-68 297l383 159l161 -259q9 0 18 0.5t18 0.5t18 -0.5t18 -0.5l161 259l383 -159l-68 -297q26 -24 50 -50l297 68l159 -383l-259 -161q0 -9 0.5 -18t0.5 -18t-0.5 -18t-0.5 -18l143 -89l-81 -81l-179 112q2 24 4 47.5t2 47.5q0 23 -2 47t-4 47l236 147l-86 208l-271 -63q-31 38 -63.5 70t-70.5 64l63 271l-208 86l-148 -236q-23 2 -47 4t-47 2q-24 0 -47.5 -2t-47.5 -4l-147 236l-208 -86l63 -271q-38 -31 -70 -63.5t-64 -70.5l-271 63l-86 -208l236 -148q-2 -24 -4 -47.5t-2 -47.5q0 -23 2 -47t4 -47l-236 -147l86 -208l271 63q31 -38 63.5 -70t70.5 -64l-63 -271l208 -86zM648 1024q0 78 29.5 146.5t80.5 119.5t119.5 80.5t146.5 29.5t146.5 -29.5t119.5 -80.5t80.5 -119.5t29.5 -146.5t-29.5 -146.5t-80.5 -119.5t-119.5 -80.5t-146.5 -29.5t-146.5 29.5t-119.5 80.5t-80.5 119.5t-29.5 146.5zM1288 1024q0 55 -20.5 103t-56.5 84t-84 56.5t-103 20.5t-103 -20.5t-84 -56.5t-56.5 -84t-20.5 -103t20.5 -103t56.5 -84t84 -56.5t103 -20.5t103 20.5t84 56.5t56.5 84t20.5 103zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z\"\r\n },\r\n {\r\n Name: \"ZoomToFit\",\r\n Code: \"F649\",\r\n Path: \"M749 1592l-90 91l365 365l365 -365l-90 -91l-275 275zM1299 456l90 -91l-365 -365l-365 365l90 91l275 -275zM456 1299l-275 -275l275 -275l-91 -90l-365 365l365 365zM2048 1024l-365 -365l-91 90l275 275l-275 275l91 90zM640 1408h768v-768h-768v768zM768 768h512v512h-512v-512z\"\r\n },\r\n {\r\n Name: \"InsertColumnsLeft\",\r\n Code: \"F64A\",\r\n Path: \"M2048 1920v-1664h-2048v512l128 -128v-256h512v512h512v384h-512v512h-512v-256l-128 -128v512h2048zM1920 768h-512v-384h512v384zM1920 1280h-512v-384h512v384zM1920 1792h-512v-384h512v384zM525 1427l-275 -275h774v-128h-774l275 -275l-90 -90l-429 429l429 429z\"\r\n },\r\n {\r\n Name: \"InsertColumnsRight\",\r\n Code: \"F64B\",\r\n Path: \"M2048 1408l-128 128v256h-512v-512h-512v-384h512v-512h512v256l128 128v-512h-2048v1664h2048v-512zM640 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM640 1792h-512v-384h512v384zM1523 749l275 275h-774v128h774l-275 275l90 90l429 -429l-429 -429z\"\r\n },\r\n {\r\n Name: \"InsertRowsAbove\",\r\n Code: \"F64C\",\r\n Path: \"M2048 1920v-1664h-2048v1664h512l-128 -128h-256v-384h640v-512h384v512h768v384h-384l-128 128h640zM640 768h-512v-384h512v384zM1280 768h-512v-384h512v384zM1920 768h-512v-384h512v384zM621 1523l-90 90l429 429l429 -429l-90 -90l-275 275v-774h-128v774z\"\r\n },\r\n {\r\n Name: \"InsertRowsBelow\",\r\n Code: \"F64D\",\r\n Path: \"M2048 1920v-1664h-640l128 128h384v384h-768v512h-384v-512h-640v-384h256l128 -128h-512v1664h2048zM640 1792h-512v-384h512v384zM1280 1792h-512v-384h512v384zM1920 1792h-512v-384h512v384zM1299 653l90 -90l-429 -429l-429 429l90 90l275 -275v774h128v-774z\"\r\n },\r\n {\r\n Name: \"DeleteColumns\",\r\n Code: \"F64E\",\r\n Path: \"M640 2048h640v-1092l-320 -319l-320 320v1091zM1920 2048v-1024h-512v128h384v896h128zM128 1152h384v-128h-512v1024h128v-896zM1277 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"DeleteRows\",\r\n Code: \"F64F\",\r\n Path: \"M896 1920h-896v128h1024v-512h-128v384zM1411 1088l-320 -320h-1091v640h1092zM896 640h128v-512h-1024v128h896v384zM1955 771l-227 227l-227 -227l-90 90l227 227l-227 227l91 90l226 -226l227 226l90 -90l-226 -227l227 -227z\"\r\n },\r\n {\r\n Name: \"DeleteRowsMirrored\",\r\n Code: \"F650\",\r\n Path: \"M1150 1920h896v128h-1024v-512h128v384zM635 1088l320 -320h1091v640h-1092zM1150 640h-128v-512h1024v128h-896v384zM91 771l227 227l227 -227l90 90l-227 227l227 227l-91 90l-226 -226l-227 226l-90 -90l226 -227l-227 -227z\"\r\n },\r\n {\r\n Name: \"DeleteTable\",\r\n Code: \"F651\",\r\n Path: \"M1819 320l227 -227l-91 -90l-227 227l-227 -227l-90 90l227 227l-227 227l91 90l226 -226l227 226l90 -90zM2045 320l3 3v-6zM2048 1920v-1152h-642l-126 -126v126h-512v-384h512v-128h-1280v1664h2048zM640 768h-512v-384h512v384zM640 1280h-512v-384h512v384zM640 1792h-512v-384h512v384zM1280 1280h-512v-384h512v384zM1280 1792h-512v-384h512v384zM1920 1280h-512v-384h512v384zM1920 1792h-512v-384h512v384z\"\r\n },\r\n {\r\n Name: \"AccountBrowser\",\r\n Code: \"F652\",\r\n Path: \"M2048 1920v-1664h-2048v1664h2048zM128 1792v-256h1792v256h-1792zM1920 384v1024h-1792v-1024h1792zM1210 848q46 -26 82.5 -62t62 -79.5t39.5 -93t14 -101.5h-128q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5h-128q0 52 14 101.5t39.5 93t62 79.5t82.5 62q-33 35 -51.5 81t-18.5 95q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -49 -18.5 -95t-51.5 -81zM896 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z\"\r\n },\r\n {\r\n Name: \"VersionControlPush\",\r\n Code: \"F664\",\r\n Path: \"M1664 2048v-128h-1408v128h1408zM1024 1445v-554q83 -11 153.5 -50.5t121.5 -99t80 -135t29 -158.5q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5q0 83 29 158.5t80 135t121.5 99t153.5 50.5v554l-339 -338l-90 90l493 493l493 -493l-90 -90zM1280 448q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5z\"\r\n },\r\n {\r\n Name: \"StackedColumnChart2\",\r\n Code: \"F666\",\r\n Path: \"M1920 256v-128h-1792v1792h128v-1664h1664zM768 384h-384v1152h384v-1152zM640 1024h-128v-512h128v512zM640 1408h-128v-256h128v256zM1280 384h-384v896h384v-896zM1152 768h-128v-256h128v256zM1152 1152h-128v-256h128v256zM1792 384h-384v1408h384v-1408zM1664 1280h-128v-768h128v768zM1664 1664h-128v-256h128v256z\"\r\n },\r\n {\r\n Name: \"StackedBarChartFull\",\r\n Code: \"F668\",\r\n Path: \"M1792 384h-1408v384h1408v-384zM1280 640h-768v-128h768v128zM1664 640h-256v-128h256v128zM1920 256v-128h-1792v1792h128v-1664h1664zM1792 896h-1408v384h1408v-384zM768 1152h-256v-128h256v128zM1664 1152h-768v-128h768v128zM1792 1408h-1408v384h1408v-384zM1024 1664h-512v-128h512v128zM1664 1664h-512v-128h512v128z\"\r\n },\r\n {\r\n Name: \"TripleColumnWide\",\r\n Code: \"F66E\",\r\n Path: \"M0 1792h512v-1536h-512v1536zM128 384h256v1280h-256v-1280zM2048 1792v-1536h-512v1536h512zM1920 1664h-256v-1280h256v1280zM640 1792h768v-1536h-768v1536zM768 384h512v1280h-512v-1280z\"\r\n },\r\n {\r\n Name: \"QuadColumn\",\r\n Code: \"F66F\",\r\n Path: \"M0 1792h384v-1536h-384v1536zM128 384h128v1280h-128v-1280zM1024 1792h384v-1536h-384v1536zM1152 384h128v1280h-128v-1280zM512 1792h384v-1536h-384v1536zM640 384h128v1280h-128v-1280zM1920 1792v-1536h-384v1536h384zM1792 1664h-128v-1280h128v1280z\"\r\n },\r\n {\r\n Name: \"WhiteBoardApp16\",\r\n Code: \"F673\",\r\n Path: \"M1262 1411l623 606l134 -138l-415 -405q-30 -30 -54 -55t-47 -48.5t-48 -47.5t-58 -51l-250 -113zM2048 1729v-1345h-2048v1408h1470l-131 -128h-1211v-279q34 21 87.5 51t113 57.5t117.5 47t100 19.5q49 0 83.5 -27.5t34.5 -79.5q0 -43 -20.5 -85t-42.5 -77q-40 -66 -63 -137.5t-23 -149.5q0 -33 7.5 -77t25 -83t46.5 -66.5t72 -27.5q49 0 98 32t92 77.5t78 95.5t56 86l110 -66q-22 -36 -49 -76.5t-59.5 -79.5t-69 -75t-77.5 -63t-85.5 -43t-91.5 -16q-75 0 -128 36t-87 92.5t-50 124t-16 130.5q0 96 27.5 184t77.5 170l2 4q10 17 19.5 33.5t16.5 35.5q-20 -3 -54 -15t-74 -29.5t-82.5 -39t-80 -43.5t-67.5 -42t-44 -35v-716h1792v1092z\"\r\n },\r\n {\r\n Name: \"WhiteBoardApp32\",\r\n Code: \"F674\",\r\n Path: \"M1254 1374l539 537l119 -119l-359 -359q-26 -26 -47 -48.5t-41 -43.5t-41.5 -42t-49.5 -45l-216 -101zM1920 1620v-1236h-1792v1344h1300l-129 -128h-1043v-319q27 14 60 30t68.5 29.5t71 22.5t66.5 9q44 0 73.5 -25t29.5 -71q0 -27 -8.5 -51.5t-21.5 -48t-28.5 -47t-28.5 -48t-21.5 -51.5t-8.5 -58q0 -32 11 -58t30 -44.5t45.5 -28.5t57.5 -10q54 0 105.5 26t97 65.5t82.5 86.5t63 89l109 -68q-36 -59 -84.5 -117t-106.5 -105t-125 -76t-141 -29q-58 0 -108 20t-86.5 56t-57 85t-20.5 108q0 45 9 78.5t23.5 63.5t33 59.5t37.5 65.5q-60 -17 -116.5 -45.5t-110.5 -58.5v-623h1536v980z\"\r\n },\r\n {\r\n Name: \"PinnedSolid\",\r\n Code: \"F676\",\r\n Path: \"M1990 1300q-33 -33 -64.5 -60.5t-65.5 -46.5t-73.5 -29.5t-88.5 -10.5q-34 0 -65 6l-379 -379q13 -38 19 -78t6 -80q0 -65 -13 -118.5t-37.5 -100t-59.5 -89t-79 -86.5l-386 386l-568 -569l-136 -45l45 136l569 568l-386 386q44 44 86.5 79t89 59.5t100 37.5t118.5 13q40 0 80 -6t78 -19l379 379q-6 31 -6 65q0 49 10.5 88.5t29.5 73.5t46.5 65.5t60.5 64.5z\"\r\n },\r\n {\r\n Name: \"InsertSignatureLine\",\r\n Code: \"F677\",\r\n Path: \"M1664 516l128 128v-644h-1664v2048h1115l499 -499q-35 -11 -60.5 -23.5t-47.5 -28t-42 -35.5l-44 -44l-10 -10h-386v512h-896v-1792h1408v388zM1280 1536h293l-293 293v-293zM1848 1408q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719q-7 -2 -37 -9.5t-71.5 -18t-88.5 -22t-86.5 -21.5t-66 -16.5t-27.5 -6.5h-512v128h544l62 249l717 718q28 28 65 42.5t76 14.5zM1899 1159q21 21 21 51q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34z\"\r\n },\r\n {\r\n Name: \"ArrangeByFrom\",\r\n Code: \"F678\",\r\n Path: \"M2048 1416v-464q-41 114 -128 201v36l-19 -18q-24 22 -50.5 40.5t-55.5 34.5l102 102l-873 436l-873 -436l324 -324h581q-16 -31 -28.5 -62.5t-20.5 -65.5h-586l-293 293v-933h787q-25 -61 -39 -128h-876v1288l1024 512zM1764 459q65 -32 117.5 -80.5t89.5 -108.5t57 -129t20 -141h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 72 20 141t57 129t89.5 108.5t117.5 80.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136zM1280 768q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5z\"\r\n },\r\n {\r\n Name: \"Phishing\",\r\n Code: \"F679\",\r\n Path: \"M2048 1664v-1280l-128 230v786l-896 -447l-896 447v-888h845l-64 -128h-909v1280h2048zM1024 1095l881 441h-1762zM1408 640h128v-320h-128v320zM1408 256h128v-128h-128v128zM1472 1152l576 -1152h-1152zM1867 112l-395 790l-395 -790h790z\"\r\n },\r\n {\r\n Name: \"CreateMailRule\",\r\n Code: \"F67A\",\r\n Path: \"M2048 896v-896h-1408v896h1408zM935 768l409 -245l409 245h-818zM1920 128v591l-576 -346l-576 346v-591h1152zM928 1536q-31 0 -54.5 -9.5t-44 -23.5t-40.5 -31t-45.5 -31t-58 -23.5t-77.5 -9.5h-480v-896h384v-128h-512v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h480q45 0 77.5 -9.5t58 -23.5t45.5 -31t40.5 -31t44 -23.5t54.5 -9.5h736q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-736zM128 1664v-128h480q24 0 42 4.5t33 13t29.5 20t31.5 26.5q-17 15 -31.5 26.5t-29.5 20t-33 13t-42 4.5h-480z\"\r\n },\r\n {\r\n Name: \"Number\",\r\n Code: \"F691\",\r\n Path: \"M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM1082 1600h70v-1152h-128v906q-57 -36 -122.5 -55t-133.5 -19v128q103 0 184 51.5t130 140.5z\"\r\n },\r\n {\r\n Name: \"PublishCourse\",\r\n Code: \"F699\",\r\n Path: \"M1760 458q66 -33 119 -81t90.5 -107t58 -128t20.5 -142h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20.5 142t58 128t90.5 107t119 81q-75 54 -117.5 135t-42.5 175q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -94 -42.5 -175t-117.5 -135zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1024 432q-32 -37 -58 -77.5t-46 -85.5q-53 55 -128.5 85t-151.5 30h-384v1280h-128v-1408h787q-14 -31 -23 -63t-15 -65h-877v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256v-640q-58 57 -128 95v417h-128v-369q-32 9 -64 13t-64 4v480h-256q-70 0 -136 -24.5t-120 -70.5v-1265zM896 445v1252q-54 46 -120 70.5t-136 24.5h-256v-1280h256q67 0 132 -17t124 -50z\"\r\n },\r\n {\r\n Name: \"DictionaryRemove\",\r\n Code: \"F69A\",\r\n Path: \"M256 128h766l128 -128h-894q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 49 21.5 95t57.5 82t82 57.5t95 21.5h1408v-1219l-64 -64l-64 64v1091h-1280q-23 0 -46 -11.5t-41 -29.5t-29.5 -41t-11.5 -46v-1316q29 17 61 26.5t67 9.5h963l64 -64l-64 -64h-963q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10zM1280 1280h-896v384h896v-384zM512 1536v-128h640v128h-640zM1981 739l-291 -291l291 -291l-90 -90l-291 291l-291 -291l-90 90l291 291l-291 291l90 90l291 -291l291 291z\"\r\n },\r\n {\r\n Name: \"UserRemove\",\r\n Code: \"F69B\",\r\n Path: \"M1040 1102q119 -46 217 -128t164 -191l-93 -93q-42 77 -102 138.5t-132.5 105t-155 67t-170.5 23.5t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"UserEvent\",\r\n Code: \"F69C\",\r\n Path: \"M1190 1022l-58 -115q-80 57 -172.5 87t-191.5 30q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 35.5 231t100.5 205t156.5 167t203.5 115q-113 74 -176.5 186t-63.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119.5t-76 -104t-101 -82.5q40 -16 78 -35.5t73 -43.5zM384 1536q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z\"\r\n },\r\n {\r\n Name: \"Encryption\",\r\n Code: \"F69D\",\r\n Path: \"M1920 1792v-512q0 -151 -38 -285t-105 -253t-158.5 -223t-198 -195.5t-224 -171t-236.5 -149.5q-119 70 -236.5 149.5t-224 171t-198 195.5t-158.5 223t-105 253t-38 285v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6zM1792 1280v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48v-386q0 -127 33.5 -244t91.5 -222.5t138 -200t172 -178t193.5 -154.5t203.5 -130q102 59 203.5 130t193.5 154.5t172 178t138 200t91.5 222.5t33.5 244zM960 1728q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124v-128h128v-640h-896v640h128v128q0 66 25 124t68.5 101.5t102 69t124.5 25.5zM1280 768v384h-640v-384h640zM768 1280h384v128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-128z\"\r\n },\r\n {\r\n Name: \"LiveSite\",\r\n Code: \"F6A6\",\r\n Path: \"M960 1280q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5t-35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5zM1306 896q-15 80 -63 145t-120 103q29 -58 42 -121t17 -127h124zM1085 768h-251q1 -16 4.5 -44t10 -60t16.5 -64.5t24 -59t31.5 -43.5t39.5 -17q21 0 38 17t30.5 44t23.5 60t17 65t11 59.5t5 42.5zM834 896h252q-1 15 -5 42t-11 59t-17.5 65t-24 60.5t-31 44.5t-37.5 17q-22 0 -39.5 -17t-31 -44t-23.5 -60t-17 -65t-10.5 -59.5t-4.5 -42.5zM793 1142q-35 -19 -64.5 -45t-52.5 -57.5t-39 -68t-23 -75.5h124q4 63 16 125.5t39 120.5zM614 768q14 -78 61 -142.5t116 -102.5q-26 57 -37.5 119.5t-15.5 125.5h-124zM1124 520q71 38 119 103.5t63 144.5h-124q-5 -63 -18.5 -126.5t-39.5 -121.5zM1115 2048l549 -549v-1371h-1408v1920h859zM1152 1829v-293h293zM384 256h1152v1152h-512v512h-640v-1664z\"\r\n },\r\n {\r\n Name: \"PasswordField\",\r\n Code: \"F6AA\",\r\n Path: \"M0 1792h2048v-1408h-2048v1408zM1920 512v1152h-1792v-1152h1792zM512 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5zM1024 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5zM1536 928q-33 0 -62 12.5t-51 34.5t-34.5 51t-12.5 62t12.5 62t34.5 51t51 34.5t62 12.5t62 -12.5t51 -34.5t34.5 -51t12.5 -62t-12.5 -62t-34.5 -51t-51 -34.5t-62 -12.5z\"\r\n },\r\n {\r\n Name: \"OpenInNewTab\",\r\n Code: \"F6AB\",\r\n Path: \"M2048 2048v-1664h-384v-384h-1664v1664h384v384h1664zM1920 512v1408h-1408v-256h256v-128h-640v-1408h1408v640h128v-256h256zM941 851l-90 90l594 595h-421v128h640v-640h-128v421z\"\r\n },\r\n {\r\n Name: \"Hide3\",\r\n Code: \"F6AC\",\r\n Path: \"M74 1756l90 90l1630 -1629l-91 -91l-457 457q-54 -35 -105.5 -53t-116.5 -18q-80 0 -150 30t-122 82t-82 122t-30 150q0 65 18 116.5t53 105.5l-320 320q-125 -105 -194 -241t-69 -301h-128q0 91 21 179.5t60 170t94.5 153t125.5 129.5zM768 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20q36 0 67 9.5t62 26.5l-349 349q-17 -31 -26.5 -62t-9.5 -67zM1096 1141l-133 133q15 2 30.5 4t30.5 2q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -15 -2 -30.5t-4 -30.5l-133 133q-42 131 -173 173zM2048 896h-128q0 118 -36 221t-99.5 188t-149.5 152t-185.5 113t-208 70t-217.5 24q-98 0 -192 -19t-185 -56l-98 98q116 53 231.5 79t243.5 26q144 0 285 -35.5t265.5 -104.5t225.5 -170.5t166 -233.5q40 -82 61 -171t21 -181z\"\r\n },\r\n {\r\n Name: \"VerifiedBrandSolid\",\r\n Code: \"F6AD\",\r\n Path: \"M1845 1024l124 -155q18 -23 28 -50.5t10 -56.5q0 -30 -9.5 -57t-26 -49t-40.5 -38t-52 -24l-191 -53q2 -51 5.5 -103t3.5 -104q0 -36 -13.5 -67t-37 -54.5t-55 -37t-67.5 -13.5q-31 0 -61 11l-185 70l-109 -165q-24 -37 -62.5 -57.5t-82.5 -20.5t-82.5 20.5t-62.5 57.5l-109 165l-185 -70q-30 -11 -61 -11q-36 0 -67.5 13.5t-55 37t-37 54.5t-13.5 67q0 52 3.5 104t5.5 103l-191 53q-29 8 -52.5 24t-40 38t-26 49t-9.5 57q0 29 10 56.5t28 50.5l124 155l-124 155q-38 47 -38 107q0 30 9.5 57t26 49t40 38t52.5 24l191 53q-2 51 -5.5 103t-3.5 104q0 36 13.5 67t37 54.5t55 37t67.5 13.5q31 0 61 -11l185 -70l109 165q24 37 62.5 57.5t82.5 20.5t82.5 -20.5t62.5 -57.5l109 -165l185 70q30 11 61 11q36 0 67.5 -13.5t55 -37t37 -54.5t13.5 -67q0 -52 -3.5 -104t-5.5 -103l191 -53q28 -8 52 -24t40.5 -38t26 -49t9.5 -57q0 -60 -38 -107zM896 655l569 568l-114 114l-455 -456l-199 200l-114 -114z\"\r\n },\r\n {\r\n Name: \"MarkAsProtected\",\r\n Code: \"F6AE\",\r\n Path: \"M1193 437l-704 704l283 283l704 -704zM1295 720l-523 523l-102 -102l523 -523zM1664 128v640h128v-768h-1664v2048h922l-128 -128h-666v-1792h1408zM1969 1609l-215 -87l245 -245l-268 -268l-72 73l-89 -86l-582 582l89 86l-70 69l268 268l241 -242l91 212l74 74l362 -362zM1694 1851l-98 -168l79 -82l172 97zM1818 1277l-543 543l-110 -121l543 -543z\"\r\n },\r\n {\r\n Name: \"AuthenticatorApp\",\r\n Code: \"F6B1\",\r\n Path: \"M1024 1408q197 0 389.5 -32t378.5 -96v-128q0 -189 -55 -365t-155.5 -327t-242 -269t-315.5 -191q-173 72 -315 190.5t-242.5 268.5t-155.5 326t-55 364q0 13 2 30t4.5 35t5 35t4.5 31q185 64 371 96t381 32zM1280 512v32q0 41 -12.5 79t-35.5 70t-55 56t-71 37q51 24 80.5 71t29.5 103q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75q0 -56 29.5 -103t80.5 -71q-39 -13 -71 -37t-55 -56t-35.5 -70t-12.5 -79v-32h512zM1024 1856q-66 0 -124.5 -25t-102 -68.5t-68.5 -102t-25 -124.5l-192 -32v32q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199v-32l-192 32q0 66 -25 124.5t-68.5 102t-102 68.5t-124.5 25z\"\r\n },\r\n {\r\n Name: \"WebTemplate\",\r\n Code: \"F6B2\",\r\n Path: \"M768 1152h1280v-1152h-1280v1152zM1920 128v640h-1024v-640h1024zM1920 896v128h-1024v-128h1024zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM512 1920v128h128v-128h-128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"DefenderTVM\",\r\n Code: \"F6B3\",\r\n Path: \"M1664 640h-256v-256h128v-384h-1152v384h128v256h-256v512h384v-128h128v256h128v737l674 -289l-546 -234v-214h128v-256h128v128h384v-512zM1024 1823v-190l222 95zM1408 128v128h-896v-128h896zM640 384h640v256h-640v-256zM384 768h1152v256h-128v-128h-384v256h-128v-256h-384v128h-128v-256z\"\r\n },\r\n {\r\n Name: \"MedalSolid\",\r\n Code: \"F6B9\",\r\n Path: \"M1111 1536h-174l-357 512h888zM1792 2048q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -67 -19.5 -121t-56.5 -109l-424 -635q-91 114 -217.5 179.5t-272.5 73.5l605 868h129zM990 1180q-146 -8 -272.5 -73.5t-217.5 -179.5l-425 637q-36 54 -55.5 108t-19.5 120q0 53 20 99.5t55 81.5t81.5 55t99.5 20h129zM1024 1024q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5t-40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40z\"\r\n },\r\n {\r\n Name: \"D365TalentLearn\",\r\n Code: \"F6BB\",\r\n Path: \"M128 384h-128q0 120 35.5 231t100 205t156 166t203.5 116q-56 36 -100 83.5t-75 103t-47.5 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -78 -22.5 -149.5t-63.5 -133t-98.5 -110t-128.5 -79.5q-45 -20 -91 -27t-92.5 -11l-93 -8t-92.5 -17q-104 -29 -190.5 -88.5t-148.5 -141t-96.5 -180.5t-34.5 -207zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122t-122.5 82.5t-149 30.5q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1792 257l-448 -225l-448 225q0 36 1 76.5t7.5 80t19.5 77t37 67.5l-193 88v-582h-128v640l704 320l704 -320l-321 -146q24 -31 37 -68t19.5 -76.5t7.5 -79.5t1 -77zM1344 884l-395 -180l395 -180l395 180zM1344 175l320 161q-1 26 -4.5 47.5t-10.5 41t-16.5 39t-22.5 41.5l-266 -121l-266 121q-14 -23 -23.5 -42.5t-15.5 -39t-9.5 -40.5t-4.5 -48z\"\r\n },\r\n {\r\n Name: \"D365TalentInsight\",\r\n Code: \"F6BC\",\r\n Path: \"M128 384h-128q0 121 35 232t100 204.5t156 165.5t204 116q-56 36 -100.5 83.5t-75 103t-47 118t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -78 -22 -150t-63 -133.5t-98.5 -109.5t-129.5 -79q-49 -21 -94.5 -28.5t-90 -10.5t-90 -6.5t-94.5 -17.5q-104 -29 -190.5 -88.5t-148.5 -141t-96.5 -180.5t-34.5 -207zM768 1152q80 0 150 30t122 82t82 122t30 150q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30zM1472 896q66 0 124.5 -25t102 -68.5t68.5 -102t25 -124.5t-23.5 -119.5t-66.5 -101.5q-38 -42 -38 -99v-128q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-128q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v128q0 29 -8.5 52.5t-28.5 45.5q-44 49 -67.5 102.5t-23.5 119.5q0 67 25 125.5t68 101.5t101.5 68t125.5 25zM1536 128v128h-128v-128h128zM1664 576q0 40 -15 75t-41 61t-61 41t-75 15q-41 0 -76 -14.5t-61 -40.5t-40.5 -61t-14.5 -76q0 -36 9.5 -60.5t23.5 -44.5t31 -39.5t32 -47.5h192q15 27 32 47t31 40.5t23.5 44.5t9.5 60zM1472 960q-26 0 -45 19t-19 45v64q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45.5v-64q0 -26 -19 -45t-45 -19zM1984 640q27 0 45.5 -18.5t18.5 -45.5t-18.5 -45.5t-45.5 -18.5h-64q-26 0 -45 19t-19 45t19 45t45 19h64zM1024 640q26 0 45 -19t19 -45t-19 -45t-45 -19h-64q-27 0 -45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5h64zM1898 938q0 -26 -19 -45q-9 -9 -19 -20.5t-20.5 -21.5t-23 -16.5t-27.5 -6.5q-26 0 -45.5 19.5t-19.5 45.5q0 15 6.5 27.5t16.5 23t21.5 20.5t20.5 19q19 19 45 19t45 -19t19 -45zM1155 828q-15 0 -27.5 6.5t-23 16.5t-20.5 21.5t-19 20.5q-19 19 -19 45t19 45t45 19t45 -19q9 -9 20.5 -19t21.5 -20.5t16.5 -23t6.5 -27.5q0 -26 -19.5 -45.5t-45.5 -19.5z\"\r\n },\r\n {\r\n Name: \"D365CoreHR\",\r\n Code: \"F6BD\",\r\n Path: \"M1766 1920q30 0 58 -10t49.5 -28.5t34 -44.5t12.5 -58v-1497q0 -32 -12.5 -60t-33.5 -49t-49 -33t-59 -12h-1497q-32 0 -58 12.5t-44.5 34t-28.5 49.5t-10 58v1497q0 29 11 54.5t30.5 45t45 30.5t54.5 11h1497zM768 256v486q0 8 -4 14.5t-9 11.5h-499v-486q0 -8 4 -14.5t9 -11.5h499zM1280 256v1011q-5 5 -12 9t-14 4h-371q-10 -69 -43 -128t-82.5 -101.5t-112.5 -66.5t-133 -24q-72 0 -138.5 25.5t-117.5 76.5v-166h499q32 0 58 -12.5t44.5 -34t28.5 -49.5t10 -58v-486h384zM256 1344q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1792 282v1497q-5 5 -12 9t-14 4h-1497l-13 -13v-154q51 52 117.5 77.5t138.5 25.5q70 0 133 -24t112.5 -66.5t82.5 -101.5t43 -128h371q30 0 58 -10t49.5 -28.5t34 -44.5t12.5 -58v-1011h358q10 0 18 8t8 18z\"\r\n },\r\n {\r\n Name: \"BacklogList\",\r\n Code: \"F6BF\",\r\n Path: \"M128 1920h1792v-512h-1792v512v0zM1792 1536v256h-1536v-256h1536v0zM512 768v512h1408v-512h-1408v0zM640 1152v-256h1152v256h-1152v0zM128 128v512h1792v-512h-1792v0zM256 512v-256h1536v256h-1536v0z\"\r\n },\r\n {\r\n Name: \"ButtonControl\",\r\n Code: \"F6C0\",\r\n Path: \"M0 1664h2048v-1152h-2048v1152zM1920 640v896h-1792v-896h1792zM1792 1152v-128h-1024v128h1024zM448 896q-40 0 -75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15t75 -15t61 -41t41 -61t15 -75t-15 -75t-41 -61t-61 -41t-75 -15zM448 1152q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z\"\r\n },\r\n {\r\n Name: \"BullseyeTargetDelete\",\r\n Code: \"F6C1\",\r\n Path: \"M1819 320l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227l90 -91zM1024 256q131 0 256 45v-135q-60 -22 -126 -30t-130 -8q-123 0 -237 32t-214 91t-181.5 140.5t-140.5 181.5t-91 214t-32 237t32 237t91 214t140.5 181.5t181.5 140.5t214 91t237 32t237 -32t214 -91t181.5 -140.5t140.5 -181.5t91 -214t32 -237q0 -64 -8 -130t-30 -126h-136q24 62 35 126t11 130q0 105 -27.5 203t-77.5 183.5t-120.5 155.5t-156 120.5t-183.5 78t-203 27.5q-106 0 -203.5 -27.5t-183 -77.5t-155.5 -120.5t-120.5 -156t-78 -183.5t-27.5 -203q0 -106 27.5 -203.5t78 -183t120.5 -155.5t155.5 -120.5t183.5 -78t203 -27.5zM1536 1024q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5t-199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199zM1408 1024q0 79 -30.5 149t-82.5 122.5t-122 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q79 0 149 30t122.5 82.5t82.5 122t30 149.5zM1152 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z\"\r\n },\r\n {\r\n Name: \"TableGroup\",\r\n Code: \"F6D9\",\r\n Path: \"M384 1536h1664v-1536h-1664v1536v0zM896 128v256h-384v-256h384v0zM896 512v256h-384v-256h384v0zM896 896v256h-384v-256h384v0zM1408 128v256h-384v-256h384v0zM1408 512v256h-384v-256h384v0zM1408 896v256h-384v-256h384v0zM1920 128v256h-384v-256h384v0zM1920 512v256h-384v-256h384v0zM1920 896v256h-384v-256h384v0zM1920 1280v128h-1408v-128h1408v0zM128 1664v-256h128v-128h-128v-256h128v-128h-128v-256h128v-128h-256v1536h1664v-384h-1536v0zM128 1920v-128h1408v128h-1408v0z\"\r\n },\r\n {\r\n Name: \"MountainClimbing\",\r\n Code: \"F6DB\",\r\n Path: \"M1408 1231l616 -1231h-2000l744 1487v561h512v-384h-384v-177l320 -640l192 384v0zM896 1920v-128h256v128h-256v0zM989 1015l-157 314l-157 -314l157 -156l157 156v0zM1432 128l-383 767l-217 -218l-217 218l-383 -767h1200v0zM1576 128h240l-408 817l-120 -241l288 -576v0z\"\r\n },\r\n {\r\n Name: \"TagUnknown\",\r\n Code: \"F6DF\",\r\n Path: \"M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM181 1024l715 -715l384 384v-181l-384 -384l-896 896l1024 1024h896v-896l-105 -105q-44 9 -87 9q-25 0 -49.5 -3.5t-48.5 -9.5l162 162v715h-715zM1664 0v128h128v-128h-128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-37 -65t-52 -57.5t-59 -57.5q-20 -20 -25.5 -42.5t-5.5 -47.5q0 -8 0.5 -16.5t0.5 -16.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"TagUnknownMirror\",\r\n Code: \"F6E0\",\r\n Path: \"M1600 1600q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50zM181 1024l715 -715l384 384v-181l-384 -384l-896 896l1024 1024h896v-896l-105 -105q-44 9 -87 9q-25 0 -49.5 -3.5t-48.5 -9.5l162 162v715h-715zM1664 0v128h128v-128h-128zM1728 896q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v48q0 29 -14 52t-35.5 45t-46.5 44.5t-46.5 50.5t-35.5 62.5t-14 81.5q0 53 20 99.5t55 81.5t81.5 55t99.5 20z\"\r\n },\r\n {\r\n Name: \"TagUnknown12\",\r\n Code: \"F6E1\",\r\n Path: \"M1365 1621q0 36 25 61t61 25q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5zM853 418l248 248q28 -74 70 -135l-318 -318l-810 811l1024 1024h810v-683h-170v512h-606l-853 -853zM1536 0v171h171v-171h-171zM1621 1195q71 0 133 -27t108.5 -73.5t73.5 -108.5t27 -133q0 -61 -19 -108t-50 -87t-69.5 -76.5t-78.5 -75.5q-17 -17 -25.5 -36.5t-11.5 -41t-2.5 -43.5t0.5 -44h-171v64q0 62 19 109t47.5 84t61.5 67t61.5 59t47.5 59.5t19 69.5q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5t-66 -13.5t-54 -37t-36.5 -54.5t-13.5 -66h-171q0 70 26.5 132.5t73 109t108.5 73.5t133 27z\"\r\n },\r\n {\r\n Name: \"TagUnknown12Mirror\",\r\n Code: \"F6E2\",\r\n Path: \"M1365 1621q0 36 25 61t61 25q18 0 33.5 -7t27 -18.5t18 -27t6.5 -33.5q0 -35 -25 -60t-60 -25q-18 0 -33.5 6.5t-27 18t-18.5 27t-7 33.5zM853 418l248 248q28 -74 70 -135l-318 -318l-810 811l1024 1024h810v-683h-170v512h-606l-853 -853zM1536 0v171h171v-171h-171zM1621 1195q71 0 133 -27t108.5 -73.5t73.5 -108.5t27 -133h-171q0 35 -13.5 66t-37 54.5t-54.5 37t-66 13.5t-66 -13.5t-54 -37t-36.5 -54.5t-13.5 -66q0 -39 19 -70t47.5 -60t61.5 -59t61.5 -66.5t47.5 -83.5t19 -109v-64h-171v64q0 39 -19 70t-47.5 60t-61.5 59t-61.5 67t-47.5 83.5t-19 108.5q0 70 26.5 132.5t73 109t108.5 73.5t133 27z\"\r\n },\r\n {\r\n Name: \"Link12\",\r\n Code: \"F6E3\",\r\n Path: \"M1707 1333q76 -27 139 -75t108 -111t69.5 -138t24.5 -156q0 -106 -40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5h-512q-106 0 -199 40.5t-162.5 110t-110 162.5t-40.5 199t40.5 199t110 162.5t162.5 110t199 40.5h171q0 -35 -13.5 -66t-37 -54t-54.5 -36.5t-66 -13.5q-71 0 -133 -27t-108.5 -73.5t-73 -109t-26.5 -132.5q0 -71 27 -133t73 -108t108 -73t133 -27h512q70 0 132.5 27t108.5 73t73 108t27 133q0 92 -46 168.5t-124 122.5v189zM171 1365q0 -91 46 -167.5t124 -123.5v-189q-76 27 -139 75t-108 111t-69.5 138t-24.5 156q0 106 40.5 199t110 162.5t162.5 110t199 40.5h512q106 0 199 -40.5t162.5 -110t110 -162.5t40.5 -199t-40.5 -199t-110 -162.5t-162.5 -110t-199 -40.5h-171q0 35 13.5 66t36.5 54.5t54 37t67 13.5q70 0 132.5 27t108.5 73t73 108t27 133q0 70 -26.5 132.5t-73 109t-108.5 73.5t-133 27h-512q-71 0 -133 -27t-108.5 -73.5t-73 -109t-26.5 -132.5z\"\r\n },\r\n {\r\n Name: \"Presentation\",\r\n Code: \"F6E4\",\r\n Path: \"M0 2048h1920v-128h-128v-896q0 -26 -10 -49.5t-27.5 -41t-41 -27.5t-49.5 -10h-640v-640h512v-128h-1152v128h512v640h-640q-26 0 -49.5 10t-41 27.5t-27.5 41t-10 49.5v896h-128v128zM1664 1024v896h-1408v-896h1408zM1408 1536v-128h-896v128h896z\"\r\n },\r\n {\r\n Name: \"Presentation12\",\r\n Code: \"F6E5\",\r\n Path: \"M1877 2048v-171h-170v-853q0 -35 -13.5 -66.5t-37 -54.5t-54.5 -36.5t-66 -13.5h-512v-512h341v-170h-853v170h341v512h-512q-35 0 -66 13.5t-54 36.5t-36.5 54.5t-13.5 66.5v853h-171v171h1877zM1536 1024v853h-1195v-853h1195zM1365 1536v-171h-853v171h853z\"\r\n },\r\n {\r\n Name: \"Lock12\",\r\n Code: \"F6E6\",\r\n Path: \"M1536 1195h171v-1195h-1366v1195h171v341q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5v-341zM683 1536v-341h682v341q0 70 -27 132.5t-73 108.5t-108.5 73t-132.5 27q-71 0 -133 -27t-108 -73t-73 -108.5t-27 -132.5zM1536 171v853h-1024v-853h1024z\"\r\n },\r\n {\r\n Name: \"BuildDefinition\",\r\n Code: \"F6E9\",\r\n Path: \"M896 128h128v-128h-1024v128h128v832q0 76 28 143.5t76.5 119t114 83.5t141.5 37l608 627q35 36 82 57t98 21q36 0 72 -10t68 -29t57.5 -46t40.5 -61l384 -858q17 -37 17 -83q0 -40 -14.5 -75t-40 -61.5t-60.5 -41.5t-75 -15q-57 0 -104.5 31t-70.5 83l-251 562l-408 -421q2 -16 3.5 -31.5t1.5 -31.5v-832zM1394 1542l198 -440l117 50l-220 493q-19 -29 -45.5 -54t-49.5 -49zM1788 961q0 20 -9 38.5t-17 35.5l-118 -50q7 -15 13 -30.5t15 -28.5t21.5 -21.5t32.5 -8.5q27 0 44.5 19t17.5 46zM644 1321q62 -23 113 -65t85 -99l530 546q18 19 27 42t9 49t-10 49t-27 40t-40 27t-49 10q-56 0 -94 -39zM256 128h512v832q0 53 -20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5v-832zM512 1024q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM512 896h64h-64zM1408 256v128h640v-128h-640zM1408 640h640v-128h-640v128zM1152 512v128h128v-128h-128zM1408 0v128h640v-128h-640zM1152 0v128h128v-128h-128zM1152 256v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"ReleaseDefinition\",\r\n Code: \"F6EA\",\r\n Path: \"M2048 2048v-64q0 -167 -25.5 -310.5t-79.5 -272.5t-137.5 -248.5t-200.5 -237.5q-38 -38 -77 -75t-81 -72h-210q75 54 143.5 112t133.5 124q99 101 173 203t124 213t76.5 234t31.5 265q-142 -5 -265 -31.5t-233.5 -76.5t-212.5 -123.5t-203 -172.5q-100 -97 -182 -204t-155 -225l356 -355v-248q-138 -80 -279 -156l-418 418q76 141 156 279h-227v302l572 191v-1q127 136 252.5 236t263.5 166t295 98t345 32h64zM973 601l-372 372q-29 -51 -57.5 -102t-57.5 -102v-1l282 -282h1q51 29 102 57.5t102 57.5zM558 1152q29 46 58.5 91t61.5 89l-294 -98v-82h174zM1536 1280q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1152 1280q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM256 512q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20h-256v256q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM256 128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h128zM1408 256v128h640v-128h-640zM1408 512v128h640v-128h-640zM1152 0v128h128v-128h-128zM1152 512v128h128v-128h-128zM1408 0v128h640v-128h-640zM1152 256v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"SaveTemplate\",\r\n Code: \"F6EC\",\r\n Path: \"M256 1536v-128h-128v128h128zM256 1280v-128h-128v128h128zM256 1024v-128h-128v128h128zM256 768v-128h-128v128h128zM256 512v-128h-128v128h128zM128 256h128v-128h-128v128zM256 0v128h128v-128h-128zM512 0v128h128v-128h-128zM256 1920h-128v128h128v-128zM512 2048v-128h-128v128h128zM768 2048v-128h-128v128h128zM1024 2048v-128h-128v128h128zM1280 2048v-128h-128v128h128zM1536 2048v-128h-128v128h128zM1664 1792h-128v128h128v-128zM1536 1536v128h128v-128h-128zM256 1792v-128h-128v128h128zM1920 1280q26 0 49.5 -10t41 -27.5t27.5 -41t10 -49.5v-1152h-1115l-165 165v987q0 26 10 49.5t27.5 41t41 27.5t49.5 10h1024zM1152 1152v-384h512v384h-512zM1664 128v256h-512v-256h128v128h128v-128h256zM1920 128v1024h-128v-512h-768v512h-128v-933l91 -91h37v384h768v-384h128z\"\r\n },\r\n {\r\n Name: \"UserGauge\",\r\n Code: \"F6ED\",\r\n Path: \"M768 1024q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 119 35.5 230.5t100.5 206t156.5 167t203.5 114.5q-115 75 -177.5 186t-62.5 248q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5q0 -66 -16.5 -129t-47.5 -119t-75.5 -103.5t-100.5 -82.5q55 -21 105.5 -51t96.5 -67q-69 -24 -133 -62q-30 24 -72.5 43t-90 32t-94.5 20t-84 7zM768 1152q80 0 150 30t122 82t82 122t30 150q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -150 -30t-122 -82t-82 -122t-30 -150t30 -150t82 -122t122 -82t150 -30zM1931 688l-286 -286q19 -41 19 -82q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75t15 75t41 61t61 41t75 15q41 0 82 -19l286 286zM1472 256q26 0 45 19t19 45t-19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19zM1472 768q-93 0 -174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5q0 -64 18.5 -125.5t52.5 -115.5l-102 -79q-48 72 -72.5 153.5t-24.5 166.5q0 119 45.5 224t123.5 183t183 123.5t224 45.5q65 0 127 -15t120 -43l-98 -97q-36 12 -73.5 19.5t-75.5 7.5zM1990 567q28 -58 43 -120t15 -127q0 -85 -24.5 -166.5t-72.5 -153.5l-102 79q34 54 52.5 115.5t18.5 125.5q0 38 -7.5 75.5t-19.5 73.5z\"\r\n },\r\n {\r\n Name: \"CRMResourceOptimizationApp32\",\r\n Code: \"F6EF\",\r\n Path: \"M768 896v128h128v-128h-128zM1280 1408v-128h-128v128h128zM896 1408v-128h-128v128h128zM1763 458q65 -32 118 -80.5t90 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t90 108t118 80.5q-74 54 -115.5 135.5t-41.5 174.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30v384h-1408v-896h128v-128h-256v1536h1664v-918q54 -20 100 -54t81 -81q38 -52 56 -109.5t18 -117.5q0 -89 -39.5 -171t-116.5 -139zM128 1664h1408v256h-1408v-256zM1536 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM1152 448l-271 -271l-91 90l117 117h-523v779l-117 -117l-90 91l271 271l271 -271l-90 -91l-117 117v-651h395l-117 117l91 90z\"\r\n },\r\n {\r\n Name: \"WebSearch\",\r\n Code: \"F6FA\",\r\n Path: \"M1152 640h-473q20 -96 55 -192t90 -177q-21 -18 -40.5 -40.5t-34.5 -47t-24 -52t-9 -55.5q0 -15 3 -30q-160 50 -292 146.5t-227 225.5t-147.5 283.5t-52.5 322.5q0 141 36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5q175 0 335 -56.5t291 -158.5t225.5 -243t138.5 -310h-1357q-9 -64 -13 -127.5t-4 -128.5t4 -128.5t13 -127.5h495v-128zM528 768q-8 64 -12 127.5t-4 128.5t4 128.5t12 127.5h-363q-37 -123 -37 -256t37 -256h363zM1832 1408q-39 81 -92.5 152t-119.5 130.5t-142.5 105t-161.5 74.5q36 -49 65 -105t51.5 -115.5t39 -121t28.5 -120.5h332zM1024 1920q-49 0 -91.5 -27.5t-78 -72.5t-64.5 -101t-51 -113t-37 -109t-23 -89h689q-8 36 -23 88.5t-37 109.5t-51 113t-64.5 100.5t-77.5 72.5t-91 28zM732 1870q-85 -29 -162 -74.5t-143 -104.5t-119.5 -130.5t-92.5 -152.5h333q12 59 28.5 120.5t39 121t51.5 115.5t65 105zM732 178q-36 49 -65 105t-51.5 115.5t-39 121t-28.5 120.5h-333q39 -81 92.5 -152.5t119.5 -130.5t143 -104.5t162 -74.5zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"BlockedSiteSolid12\",\r\n Code: \"F70A\",\r\n Path: \"M1877 1798v-501q0 -144 -37.5 -274.5t-103 -247.5t-154.5 -221t-193.5 -194.5t-219 -168t-230.5 -142.5q-116 61 -230.5 138.5t-219 169t-194 197t-155 223.5t-103 248.5t-37.5 271.5v501q84 0 159.5 5.5t147 21.5t141.5 44.5t143 74.5q42 26 83 45.5t83 32.5t87 19.5t95 6.5q51 0 96 -6.5t87 -20t83 -33t83 -46.5q71 -45 141 -73t142 -44t148 -21.5t158 -5.5zM1439 760l-349 349l351 352l-151 150l-351 -351l-352 351l-150 -150l351 -352l-351 -351l150 -151l352 351l349 -349z\"\r\n },\r\n {\r\n Name: \"TagSolid\",\r\n Code: \"F70E\",\r\n Path: \"M1024 2048h896v-896l-1024 -1024l-896 896zM1472 1424q36 0 68 14t56 38t38 56t14 68t-14 68t-38 56t-56 38t-68 14t-68 -14t-56 -38t-38 -56t-14 -68t14 -68t38 -56t56 -38t68 -14z\"\r\n },\r\n {\r\n Name: \"OfficeChat\",\r\n Code: \"F70F\",\r\n Path: \"M384 768v-293l256 256v-182l-384 -384v475h-256v1280h1792v-512h-128v384h-1536v-1024h256zM768 1280h1280v-896h-256v-347l-347 347h-677v896zM1920 512v640h-1024v-640h603l165 -165v165h256z\"\r\n },\r\n {\r\n Name: \"OfficeChatSolid\",\r\n Code: \"F710\",\r\n Path: \"M1792 1920v-512h-1152v-859l-384 -384v475h-256v1280h1792zM768 1280h1280v-896h-256v-347l-347 347h-677v896z\"\r\n },\r\n {\r\n Name: \"ReportAlert\",\r\n Code: \"F721\",\r\n Path: \"M384 1280v-128h-128v128h128zM512 768v128h256v-128h-256zM128 384h640q5 -33 16.5 -65t25.5 -63h-810v1792h1536v-768h-128v640h-1280v-1536zM1258 1280q-133 -41 -243 -128h-503v128h746zM1280 1664v-128h-768v128h768zM256 768v128h128v-128h-128zM384 1664v-128h-128v128h128zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"ReportAlertMirrored\",\r\n Code: \"F722\",\r\n Path: \"M1024 1280v-128h-768v128h768zM768 768h-512v128h512v-128zM1280 1536h-128v128h128v-128zM1024 1664v-128h-768v128h768zM128 384h634q9 -33 21.5 -65t26.5 -63h-810v1792h1536v-768h-128v640h-1280v-1536zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 512v384h128v-384h-128zM1408 256v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"MailSchedule\",\r\n Code: \"F72E\",\r\n Path: \"M960 948l-832 535v-971h768v-128h-896v1280h1920v-601q-13 9 -29 19.5t-33 20t-34 18t-32 12.5v350zM1638 1536h-1356l678 -436zM2048 512q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40t-199.5 40t-163 109.5t-109.5 163t-40 199.5t40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM1536 128q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM1536 768v-256h192v-128h-320v384h128z\"\r\n },\r\n {\r\n Name: \"PowerShell2\",\r\n Code: \"F730\",\r\n Path: \"M768 384h1280v-128h-1280v128zM101 1762l1033 -738l-1033 -738l-74 104l887 634l-887 634z\"\r\n },\r\n {\r\n Name: \"WarningSolid\",\r\n Code: \"F736\",\r\n Path: \"M960 2048l960 -1920h-1920zM1024 384v128h-128v-128h128zM896 640h128v768h-128v-768z\"\r\n },\r\n {\r\n Name: \"Blocked2Solid\",\r\n Code: \"F737\",\r\n Path: \"M960 2048q132 0 255 -34.5t229.5 -97t194 -150t150 -194t97 -229.5t34.5 -255q0 -133 -34.5 -255.5t-97 -229t-150 -194t-194 -150t-229.5 -97t-255 -34.5q-133 0 -255.5 34.5t-229 97t-194 150t-150 194t-97 229.5t-34.5 255t34.5 255t97 229.5t150 194t194 150t229.5 97t255 34.5zM1536 1024v128h-1152v-128h1152z\"\r\n },\r\n {\r\n Name: \"SkypeCircleArrow\",\r\n Code: \"F747\",\r\n Path: \"M1024 2048q141 0 271.5 -36.5t244.5 -103.5t207.5 -160.5t160.5 -207.5t103.5 -244.5t36.5 -271.5t-36.5 -271.5t-103.5 -244.5t-160.5 -207.5t-207.5 -160.5t-244.5 -103.5t-271.5 -36.5t-271.5 36.5t-244.5 103.5t-207.5 160.5t-160.5 207.5t-103.5 244.5t-36.5 271.5t36.5 271.5t103.5 244.5t160.5 207.5t207.5 160.5t244.5 103.5t271.5 36.5zM1577 1024q0 22 -8.5 41.5t-23.5 34.5t-35 23.5t-42 8.5h-644q19 19 50.5 45t61.5 56t51.5 63.5t21.5 67.5q0 22 -8.5 42t-23.5 34t-35 22.5t-42 8.5q-21 0 -41 -8t-35 -23l-338 -339h-1q-14 -14 -23 -33t-9 -39q0 -23 7.5 -44t24.5 -38h1l338 -339q31 -31 77 -31q47 0 77.5 31.5t30.5 78.5q0 31 -22.5 64t-52.5 64t-61 57t-49 44h644q22 0 42 8.5t35 23.5t23.5 34.5t8.5 41.5z\"\r\n },\r\n {\r\n Name: \"SkypeArrow\",\r\n Code: \"F748\",\r\n Path: \"M1980 1084q0 -41 -15.5 -77t-42.5 -63t-63 -42.5t-77 -15.5h-1043l281 -280q28 -27 43 -64t15 -76q0 -41 -15.5 -77t-42.5 -63t-63 -42.5t-77 -15.5q-39 0 -75.5 15t-64.5 43l-615 616q-33 33 -47 68t-14 82q0 39 17.5 73.5t43.5 60.5l615 616q28 28 65 43t76 15q41 0 77 -16t62.5 -43t42 -63.5t15.5 -76.5q0 -39 -15 -75t-43 -64l-281 -280h1043q41 0 77 -15.5t63 -42.5t42.5 -63t15.5 -77z\"\r\n },\r\n {\r\n Name: \"SyncStatus\",\r\n Code: \"F751\",\r\n Path: \"M2048 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM1024 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM1024 640q55 0 107.5 15.5t97.5 44.5t81.5 69.5t60.5 90.5l116 -56q-32 -67 -80.5 -121t-109 -92t-130 -58.5t-143.5 -20.5q-110 0 -210.5 45t-173.5 128v-173h-128v384h384v-128h-158q54 -60 129.5 -94t156.5 -34zM1408 1363v173h128v-384h-384v128h158q-54 60 -129.5 94t-156.5 34q-55 0 -107.5 -15.5t-97.5 -44.5t-81.5 -69.5t-60.5 -90.5l-116 56q32 67 80.5 121t109 92t130 58.5t143.5 20.5q110 0 210.5 -45t173.5 -128z\"\r\n },\r\n {\r\n Name: \"SyncStatusSolid\",\r\n Code: \"F752\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1024 490q77 0 149.5 21.5t135.5 61.5t114 96.5t84 125.5l-156 74q-23 -47 -57 -85t-77 -65t-92 -42t-101 -15q-72 0 -137.5 28t-116.5 78h126v128h-384v-384h128v142q75 -78 175 -121t209 -43zM1536 1152v384h-128v-142q-75 78 -175 121t-209 43q-77 0 -149.5 -21.5t-135.5 -61.5t-114 -96.5t-84 -125.5l156 -74q22 47 56.5 85t77.5 65t92 42t101 15q72 0 137.5 -28t116.5 -78h-126v-128h384z\"\r\n },\r\n {\r\n Name: \"ProjectDocument\",\r\n Code: \"F759\",\r\n Path: \"M457 1169q50 0 82.5 -21.5t32.5 -76.5q0 -56 -31.5 -78.5t-83.5 -22.5h-57v199h57zM1459 2048l589 -589v-1459h-1664v336l-384 61v1139l384 55v457h1075zM400 861h69q49 0 95.5 13t81.5 39.5t56.5 67t21.5 95.5q0 57 -18.5 96t-50.5 63t-76.5 34.5t-96.5 10.5h-226v-640h144v221zM1920 128v1152h-128v-1024h-768v128h640v128h-512v256h512v512h-640v128h256v512h-768v-311l384 55v-1408l-384 60v-188h1408zM1920 1408l-512 512v-512h512zM1536 1152v-256h-512v256h512z\"\r\n },\r\n {\r\n Name: \"ToDoLogoOutline\",\r\n Code: \"F75B\",\r\n Path: \"M2023 1508q25 -27 25 -60q0 -35 -25 -60l-1151 -1151q-12 -13 -27.5 -19t-32.5 -6q-35 0 -60 25l-636 636q-13 12 -19 27.5t-6 32.5q0 35 25 60l303 304q27 25 60 25q35 0 60 -25l273 -273l787 787q13 13 28.5 19t31.5 6q17 0 32.5 -6t28.5 -19zM237 933l242 -242l243 242l-243 243zM812 358l1090 1090l-243 242l-1089 -1090l7 -7z\"\r\n },\r\n {\r\n Name: \"VisioDiagramSync\",\r\n Code: \"F762\",\r\n Path: \"M1152 1280h896v-256h-128v128h-640v-128h-301l-339 -226v-158h384v-512h-896v512h384v158l-435 290l435 290v158h-296q-18 0 -34 7t-28 19t-19 28t-7 34v336q0 18 7 34t19 28t28 19t34 7h720q18 0 34 -7t28 -19t19 -28t7 -34v-336q0 -18 -7 -34t-19 -28t-28 -19t-34 -7h-296v-158l339 -226h173v128zM256 1920v-256h640v256h-640zM896 256v256h-640v-256h640zM576 909l269 179l-269 179l-269 -179zM1920 759v137h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5zM1600 128q58 0 111 20t95 55.5t70 84.5t38 107l127 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"Event12\",\r\n Code: \"F763\",\r\n Path: \"M1536 1877h341v-1877h-1877v1877h341v171h171v-171h853v171h171v-171zM1707 171v1194h-1536v-1194h1536zM1707 1536v171h-1536v-171h1536z\"\r\n },\r\n {\r\n Name: \"EventDateMissed12\",\r\n Code: \"F764\",\r\n Path: \"M1536 1877h341v-1877h-1877v1877h341v171h171v-171h853v171h171v-171zM1707 171v1194h-1536v-1194h1536zM1707 1536v171h-1536v-171h1536zM853 683v512h171v-512h-171zM853 341v171h171v-171h-171z\"\r\n },\r\n {\r\n Name: \"UserOptional\",\r\n Code: \"F767\",\r\n Path: \"M1280 1536q0 -106 -40 -199.5t-109.5 -163t-163 -109.5t-199.5 -40q-88 0 -170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 117 35.5 229t101 207.5t157 169t202.5 112.5q-56 36 -100.5 83t-75.5 103t-47.5 118.5t-16.5 129.5q0 106 40 199.5t109.5 163t163 109.5t199.5 40t199.5 -40t163 -109.5t109.5 -163t40 -199.5zM768 1152q79 0 149 30t122.5 82.5t82.5 122t30 149.5q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30zM2048 576q0 -119 -45.5 -224t-123.5 -183t-183 -123.5t-224 -45.5t-224 45.5t-183 123.5t-123.5 183t-45.5 224t45.5 224t123.5 183t183 123.5t224 45.5t224 -45.5t183 -123.5t123.5 -183t45.5 -224zM1472 128q93 0 174.5 35.5t142 96t96 142t35.5 174.5t-35.5 174.5t-96 142t-142 96t-174.5 35.5t-174.5 -35.5t-142 -96t-96 -142t-35.5 -174.5t35.5 -174.5t96 -142t142 -96t174.5 -35.5zM1408 256v384h128v-384h-128zM1408 768v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"ResponsesMenu\",\r\n Code: \"F768\",\r\n Path: \"M640 512v384h384v-384h-384zM768 768v-128h128v128h-128zM1024 1536v-384h-384v384h384zM896 1280v128h-128v-128h128zM1408 1408v-128h-256v128h256zM256 2048h1536v-2048h-1246l128 128h990v1792h-1280v-1118l-61 61l-67 -66v1251zM1152 640v128h256v-128h-256zM768 256h-518l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h518v-128z\"\r\n },\r\n {\r\n Name: \"DoubleDownArrow\",\r\n Code: \"F769\",\r\n Path: \"M512 250l261 261l90 -90l-415 -415l-415 415l90 90l261 -261v1798h128v-1798zM1797 511l90 -90l-415 -415l-415 415l90 90l261 -261v1798h128v-1798z\"\r\n },\r\n {\r\n Name: \"DistributeDown\",\r\n Code: \"F76A\",\r\n Path: \"M1747 461l90 -90l-365 -365l-365 365l90 90l211 -211v774h-896v-774l211 211l90 -90l-365 -365l-365 365l90 90l211 -211v902h512v896h128v-896h512v-902z\"\r\n },\r\n {\r\n Name: \"BookmarkReport\",\r\n Code: \"F76B\",\r\n Path: \"M0 384v640h384v-640h-384zM1920 1664v-384h-384v384h384zM1408 2048v-768h-256v-896h-128v1664h384zM512 384v1280h384v-1280h-384zM1280 1152h768v-1152l-384 256l-384 -256v1152zM1920 1024h-512v-785q65 43 128.5 85t127.5 86q65 -42 128.5 -85t127.5 -86v785z\"\r\n },\r\n {\r\n Name: \"FilterSettings\",\r\n Code: \"F76C\",\r\n Path: \"M1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75zM0 1920h2048v-219l-768 -768q-10 -10 -26.5 -23.5t-35 -27.5t-36.5 -27t-30 -23v155l768 768v37h-1792v-37l768 -768v-731h163q12 -34 27 -66t35 -62h-353v805l-768 768v219z\"\r\n },\r\n {\r\n Name: \"GripperDotsVertical\",\r\n Code: \"F772\",\r\n Path: \"M1152 1664h256v-256h-256v256zM1152 896v256h256v-256h-256zM1152 384v256h256v-256h-256zM640 1408v256h256v-256h-256zM640 896v256h256v-256h-256zM640 384v256h256v-256h-256z\"\r\n },\r\n {\r\n Name: \"MailAttached\",\r\n Code: \"F774\",\r\n Path: \"M0 1664h2048v-768h-128v504l-244 -121q-71 0 -141.5 0.5t-141.5 0.5l512 256h-1762l881 -441v-142l-896 447v-888h896v-128h-1024v1280zM1920 768h128v-320q0 -93 -35.5 -174.5t-96 -142t-142 -96t-174.5 -35.5t-174.5 35.5t-142 96t-96 142t-35.5 174.5v384q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-320q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v256h128v-256q0 -26 19 -45t45 -19t45 19t19 45v320q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-384q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25t124 25t101.5 68.5t69 102t25.5 124.5v320z\"\r\n },\r\n {\r\n Name: \"AddIn\",\r\n Code: \"F775\",\r\n Path: \"M1024 1920v-896h896v-1024h-1920v1920h1024zM896 128v768h-768v-768h768zM896 1024v768h-768v-768h768zM1792 896h-768v-768h768v768zM1664 1664h384v-128h-384v-384h-128v384h-384v128h384v384h128v-384z\"\r\n },\r\n {\r\n Name: \"LinkedDatabase\",\r\n Code: \"F779\",\r\n Path: \"M128 448q0 -20 13 -35.5t27 -27.5q35 -29 81 -50t98 -35t107.5 -23t110.5 -13.5t107 -6t96 -1.5v-128h-74q-47 0 -116.5 6t-146.5 20t-154 37.5t-138.5 59t-100 84.5t-38.5 113v1152q0 69 39.5 119.5t102.5 86t142 58t157 35t148 17t115 4.5t115 -4.5t148 -17t157 -35t142 -58t102.5 -86t39.5 -119.5v-576h-128v387q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62v-963zM704 1792q-59 0 -132.5 -6t-147.5 -20.5t-142 -39.5t-114 -63q-14 -12 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q58 0 131.5 6t148 20.5t141.5 39.5t114 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114 63t-141.5 39.5t-148 20.5t-131.5 6zM1088 768q-40 0 -75 -15t-61 -41t-41 -61t-15 -75q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105t-55.5 -93.5t-81.5 -73t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256zM1788 634q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5z\"\r\n },\r\n {\r\n Name: \"TableLink\",\r\n Code: \"F77A\",\r\n Path: \"M1024 1024v128h-384v-768h-640v1536h1664v-896h-128v128h-384v-128h-128zM1536 1280v256h-384v-256h384zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM128 1664h1408v128h-1408v-128zM640 1280h384v256h-384v-256zM2048 320q0 -66 -25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25h-256q-67 0 -125 25t-101.5 68.5t-68.5 101.5t-25 125q0 57 19 109t53 93.5t81 70.5t103 41v-133q-58 -21 -93 -69.5t-35 -111.5q0 -40 15 -75t41 -61t61 -41t75 -15h256q40 0 75 15t61 41t41 61t15 75q0 65 -37 113.5t-97 69.5q6 36 6 73q0 15 -1 29.5t-3 28.5q57 -12 104.5 -40.5t82 -70t54 -93t19.5 -110.5zM896 576q0 -65 37 -113.5t97 -69.5q-6 -36 -6 -73q0 -15 1 -29.5t3 -28.5q-56 9 -104 38t-82.5 71.5t-54 95.5t-19.5 109q0 66 25 124.5t68.5 102t102 68.5t124.5 25h256q66 0 124 -25.5t101.5 -69t69 -101.5t25.5 -124q0 -54 -20.5 -105.5t-55.5 -93.5t-81.5 -72.5t-98.5 -42.5v133q42 9 67 23.5t38.5 36t18 51.5t4.5 70t-15 75t-41 61t-61 41t-75 15h-256q-40 0 -75 -15t-61 -41t-41 -61t-15 -75z\"\r\n },\r\n {\r\n Name: \"PromotedDatabase\",\r\n Code: \"F77D\",\r\n Path: \"M128 1411v-963q0 -20 13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q81 0 161 8t159 28v-130q-79 -18 -159 -26t-161 -8q-61 0 -121.5 4.5t-120.5 14.5q-38 6 -87 17.5t-100.5 28.5t-101 40t-88 54.5t-62 71.5t-23.5 89v1152q0 69 39.5 119.5t102.5 86t142 58t157 35t148 17t115 4.5t115 -4.5t148 -17t157 -35t142 -58t102.5 -86t39.5 -119.5v-960h-128v771q-58 -37 -130 -62t-148.5 -40.5t-153.5 -22t-144 -6.5q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 62zM128 1600q0 -20 13 -35.5t27 -27.5q46 -38 114 -63t142 -39.5t147.5 -20.5t132.5 -6q58 0 131.5 6t148 20.5t141.5 39.5t114 63q14 11 27.5 27t13.5 36t-13.5 36t-27.5 27q-47 38 -114 63t-141.5 39.5t-148 20.5t-131.5 6q-59 0 -132.5 -6t-147.5 -20.5t-142 -39.5t-114 -63q-14 -12 -27 -27.5t-13 -35.5zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z\"\r\n },\r\n {\r\n Name: \"BarChartVerticalFilter\",\r\n Code: \"F77E\",\r\n Path: \"M1408 1664v-768h-128v896h384v-896h-128v768h-128zM1024 512l128 -128h-384v896h384v-384h-128v256h-128v-640h128zM640 1536v-1152h-384v1152h384zM512 512v896h-128v-896h128zM1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152zM1664 376l234 264h-596l234 -264v-248h128v248zM128 1920v-1664h1152v-128h-1280v1792h128z\"\r\n },\r\n {\r\n Name: \"BarChartVerticalFilterSolid\",\r\n Code: \"F77F\",\r\n Path: \"M1024 512l128 -128h-384v896h384v-384h-128v-384zM1664 1792v-896h-384v896h384zM640 1536v-1152h-384v1152h384zM128 1920v-1664h1152v-128h-1280v1792h128zM1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152z\"\r\n },\r\n {\r\n Name: \"MicOff2\",\r\n Code: \"F781\",\r\n Path: \"M640 1724l-128 128v4q0 40 15 75t41 61t61 41t75 15h512q40 0 75 -15t61 -41t41 -61t15 -75v-900l-128 128v772q0 27 -18.5 45.5t-45.5 18.5h-512q-27 0 -45.5 -18.5t-18.5 -45.5v-132zM1664 1024v-323l-128 127v196h128zM2029 109l-90 -90l-377 377q-59 -67 -139 -103.5t-169 -36.5h-230v-128h256v-128h-640v128h256v128h-230q-85 0 -159.5 32.5t-130 88t-88 130t-32.5 159.5v358h128v-358q0 -58 22.5 -109.5t60.5 -89.5t89.5 -60.5t109.5 -22.5h588q63 0 119.5 27t97.5 75l-102 103q-27 -36 -67.5 -56.5t-85.5 -20.5h-512q-40 0 -75 15t-61 41t-41 61t-15 75v741l-493 494l90 90zM1216 640q20 0 36.5 11t23.5 30l-636 636v-613q0 -27 18.5 -45.5t45.5 -18.5h512z\"\r\n },\r\n {\r\n Name: \"MicrosoftTranslatorLogo\",\r\n Code: \"F782\",\r\n Path: \"M737 332q0 -77 5.5 -153.5t19.5 -152.5l-148 -5q-5 22 -8 43.5t-3 44.5h-9q-66 -60 -147.5 -83t-168.5 -23q-60 0 -109 18t-83.5 51.5t-53.5 82t-19 109.5q0 88 30 151.5t82 105t122.5 61t151.5 19.5q63 0 126 -12q13 -2 33.5 -8.5t32.5 -6.5q5 0 6 2.5t1 7.5q0 11 -2 21t-2 21q0 63 -18.5 101t-51.5 58.5t-79 27t-100 6.5q-30 0 -52.5 -4.5t-43 -11t-41.5 -14t-49 -14.5l-24 130q35 10 66 19t61.5 15.5t63 10t69.5 3.5q80 0 144.5 -15t110.5 -50.5t70.5 -94t24.5 -145.5q0 -79 -4 -158t-4 -158zM348 132q67 0 131 17t117 61q-3 65 -4 128.5t-1 128.5q-35 11 -72 16.5t-74 5.5q-46 0 -95.5 -11t-90 -35t-66.5 -62t-26 -93q0 -42 14 -71.5t38 -48t57 -27.5t72 -9zM224 1696q75 52 162.5 77t178.5 25q43 0 88 -5.5t89 -17t85.5 -29t77.5 -41.5q-62 -5 -126.5 -25t-124 -53t-110 -77.5t-83.5 -97.5l297 -298h-758v766zM1290 766h758v-766l-224 223q-75 -52 -162.5 -76.5t-178.5 -24.5q-43 0 -87.5 5.5t-88.5 17t-86 29t-78 41.5q61 4 126 24.5t124.5 53.5t110 77.5t83.5 97.5zM1442 1055q-26 -27 -54.5 -52t-60.5 -44.5t-67.5 -31t-74.5 -11.5q-81 0 -119 49t-38 127q0 67 23.5 123t62.5 101.5t90.5 82t107.5 65.5q-1 17 -1.5 33t-0.5 33q0 47 2.5 93t7.5 92q-12 -1 -24.5 -1h-24.5h-36q-27 0 -48 1.5t-40 9t-37 22.5t-40 41q-9 11 -20 23.5t-11 26.5q0 19 14 27t31 8q22 0 35.5 -8t23 -18t17.5 -19t19 -12q14 -4 31 -4.5t33 -0.5h21q33 0 66 3q4 33 9 65.5t10 65.5q-5 14 -17 21t-24.5 12.5t-22 12.5t-9.5 21q0 20 15.5 25.5t30.5 5.5q11 0 26 -4.5t26 -6.5q12 -3 35.5 -8.5t47.5 -14.5t42 -21.5t18 -28.5q0 -2 -5 -18.5t-11 -36t-11.5 -37t-6.5 -22.5q56 19 104 55q23 17 51.5 32.5t58.5 15.5q26 0 44 -15t18 -42q0 -29 -16.5 -51.5t-43 -39t-60 -28.5t-67.5 -20.5t-65 -13.5t-52 -9q-11 -53 -17.5 -106.5t-8.5 -107.5q34 12 69 21.5t71 14.5q-9 8 -26 17.5t-34.5 20t-30 21.5t-12.5 23q0 20 14 25.5t31 5.5q26 0 63 -3.5t71 -14.5t58 -32.5t24 -57.5q68 -7 126.5 -29.5t101 -61.5t66.5 -94t24 -127q0 -17 -5 -40.5t-10 -40.5q-16 -51 -46.5 -94.5t-70 -79.5t-86 -64.5t-93.5 -50.5q-23 -11 -51 -23t-54 -17l-7 -1q-16 2 -33.5 13.5t-17.5 29.5q0 19 16 26t30 10q4 1 15 5.5t23.5 10.5t23.5 12t15 8q38 20 79.5 47.5t76.5 62t58 76t23 89.5q0 6 -0.5 12.5t-1.5 12.5q-28 205 -234 220q-37 -86 -81 -168.5t-99 -157.5q15 -22 31 -40.5t34 -38.5q9 -9 9 -19q0 -9 -6 -17t-14.5 -14t-18 -9.5t-17.5 -3.5q-12 0 -25 5t-26 13t-23.5 18t-16.5 19zM1565 1460q-69 -12 -135 -36q3 -40 9.5 -79.5t18.5 -77.5q13 21 28.5 45t30 49t27.5 50t21 49zM1141 1070q0 -26 18.5 -45.5t44.5 -19.5q22 0 47.5 17t49.5 41t44 49t32 41q-24 51 -37 105.5t-20 110.5q-34 -24 -66 -57.5t-57 -73t-40.5 -82.5t-15.5 -86z\"\r\n },\r\n {\r\n Name: \"Whiteboard\",\r\n Code: \"F784\",\r\n Path: \"M2048 896v-128h-530l146 -640h-131l-147 640h-709l-161 -640h-132l161 640h-545v128h128v1152h1792v-1152h128zM1792 896v1024h-1536v-1024h896v128h384v-128h256z\"\r\n },\r\n {\r\n Name: \"ShowTimeAs\",\r\n Code: \"F787\",\r\n Path: \"M0 2048h2048v-2048h-2048v2048v0zM128 1280v-165l165 165h-165v0zM128 933v-165h165l512 512h-330l-347 -347v0zM1920 859v330l-421 -421h330l91 91v0zM1317 768l512 512h-330l-512 -512h330v0zM805 768l512 512h-330l-512 -512h330v0zM128 1408h1792v512h-1792v-512v0z\"\r\n },\r\n {\r\n Name: \"FileRequest\",\r\n Code: \"F789\",\r\n Path: \"M2048 1536v-896h-128v896h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h896v-128h-896q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM2048 256q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20v128q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10h-293l162 -163l-90 -90l-317 317l317 317l90 -90l-162 -163h293q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5z\"\r\n },\r\n {\r\n Name: \"AcceptMedium\",\r\n Code: \"F78C\",\r\n Path: \"M1902 1852l121 -120l-1340 -1341l-658 658l121 121l537 -537z\"\r\n },\r\n {\r\n Name: \"WorkItemAlert\",\r\n Code: \"F78F\",\r\n Path: \"M384 1664v-1536h896v-128h-1024v1792h512q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h512v-768h-128v640h-128v-256h-1024v256h-128zM640 1664v-128h768v128h-256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-128h-256zM1920 384h128v-128h-256v-64q0 -40 -15 -75t-41 -61t-61 -41t-75 -15t-75 15t-61 41t-41 61t-15 75v64h-256v128h128v192q0 66 25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124v-192zM1664 192v64h-128v-64q0 -26 19 -45t45 -19t45 19t19 45zM1408 384h384v192q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75v-192z\"\r\n },\r\n {\r\n Name: \"PowerBILogo16\",\r\n Code: \"F790\",\r\n Path: \"M384 905q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-306q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-41 29t-27 42.5t-9.5 51v306q0 27 9.5 51t27 42t41 29t50.5 11zM768 1384q27 0 50.5 -10.5t41 -29t27 -42.5t9.5 -51v-785q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-41 29t-27 42.5t-9.5 51v785q0 27 9.5 51t27 42.5t41 29t50.5 10.5zM1536 1715q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-1112q0 -27 -9.5 -51t-27 -42.5t-41 -29t-50.5 -10.5t-50.5 10.5t-40.5 28.5t-27 42t-10 51v1113q0 27 9.5 51t27 42.5t41 29t50.5 10.5zM1152 1183q27 0 50.5 -11t41 -29t27 -42t9.5 -51v-584q0 -27 -9.5 -51t-27 -42t-41 -29t-50.5 -11t-50.5 10.5t-41 29t-27 42.5t-9.5 51v584q0 27 10 51t27 42t40.5 29t50.5 11z\"\r\n },\r\n {\r\n Name: \"PowerBILogoBackplate16\",\r\n Code: \"F791\",\r\n Path: \"M0 2048h2048v-2048h-2048v2048z\"\r\n },\r\n {\r\n Name: \"BulletedListText\",\r\n Code: \"F792\",\r\n Path: \"M384 768v128h1664v-128h-1664zM384 384v128h1664v-128h-1664zM384 1152v128h1664v-128h-1664zM384 1664h1664v-128h-1664v128z\"\r\n },\r\n {\r\n Name: \"BulletedListBullet\",\r\n Code: \"F793\",\r\n Path: \"M0 384v128h128v-128h-128zM0 768v128h128v-128h-128zM0 1664h128v-128h-128v128zM0 1152v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"BulletedListTextMirrored\",\r\n Code: \"F794\",\r\n Path: \"M0 384v128h1664v-128h-1664zM0 768v128h1664v-128h-1664zM0 1152v128h1664v-128h-1664zM0 1664h1664v-128h-1664v128z\"\r\n },\r\n {\r\n Name: \"BulletedListBulletMirrored\",\r\n Code: \"F795\",\r\n Path: \"M1920 768v128h128v-128h-128zM1920 384v128h128v-128h-128zM1920 1152v128h128v-128h-128zM1920 1664h128v-128h-128v128z\"\r\n },\r\n {\r\n Name: \"NumberedListText\",\r\n Code: \"F796\",\r\n Path: \"M512 512v128h1536v-128h-1536zM512 1664h1536v-128h-1536v128zM512 1024v128h1536v-128h-1536z\"\r\n },\r\n {\r\n Name: \"NumberedListNumber\",\r\n Code: \"F797\",\r\n Path: \"M135 1699q-14 -11 -38 -21.5t-42 -10.5v69q30 10 58.5 23.5t54.5 33.5h49v-385h-82v291zM96 965h160v-69h-251v12q0 17 1.5 34t8.5 34q12 28 38 52t52 46t46 44t20 46q0 27 -14.5 38t-40.5 11t-49.5 -11t-43.5 -28v73q50 32 111 32q51 0 86.5 -26t35.5 -81q0 -46 -25 -76.5t-55 -53t-55 -40t-25 -37.5zM256 492q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-26 0 -49 4t-46 15v73q20 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9.5 28.5t-24 15.5t-31.5 6.5t-32 1.5h-20v64h23q14 0 28.5 1.5t26.5 6t20 14t8 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 43.5 -5t39 -16.5t28.5 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1q37 -5 61.5 -27.5t24.5 -60.5z\"\r\n },\r\n {\r\n Name: \"NumberedListTextMirrored\",\r\n Code: \"F798\",\r\n Path: \"M0 512v128h1536v-128h-1536zM0 1024v128h1536v-128h-1536zM0 1664h1536v-128h-1536v128z\"\r\n },\r\n {\r\n Name: \"NumberedListNumberMirrored\",\r\n Code: \"F799\",\r\n Path: \"M1927 1699q-14 -11 -38 -21.5t-42 -10.5v69q30 10 58.5 23.5t54.5 33.5h49v-385h-82v291zM1888 965h160v-69h-251v12q0 17 1.5 34t8.5 34q12 28 38 52t52 46t46 44t20 46q0 27 -14.5 38t-40.5 11t-49.5 -11t-43.5 -28v73q50 32 111 32q51 0 86.5 -26t35.5 -81q0 -46 -25 -76.5t-55 -53t-55 -40t-25 -37.5zM2048 492q0 -31 -12.5 -53t-32.5 -35.5t-46.5 -20t-53.5 -6.5q-26 0 -49 4t-46 15v73q20 -14 41.5 -21t46.5 -7q26 0 46.5 11t20.5 41q0 18 -9.5 28.5t-24 15.5t-31.5 6.5t-32 1.5h-20v64h23q14 0 28.5 1.5t26.5 6t20 14t8 26.5q0 26 -16.5 36t-39.5 10q-39 0 -74 -24v68q22 11 45.5 15.5t47.5 4.5q22 0 43.5 -5t39 -16.5t28.5 -29.5t11 -43q0 -38 -19.5 -60.5t-55.5 -31.5v-1q37 -5 61.5 -27.5t24.5 -60.5z\"\r\n },\r\n {\r\n Name: \"RemoveLinkChain\",\r\n Code: \"F79A\",\r\n Path: \"M1264 512l128 -128h-304q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5q0 67 19.5 130t55 117t86 96.5t112.5 69.5q30 13 57.5 20t54.5 10.5t55 4t58 0.5h14v-128h-44q-38 0 -70.5 -4t-73.5 -22q-45 -20 -81 -49.5t-61.5 -67.5t-39.5 -83t-14 -94q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25h176zM2048 832q0 -46 -11 -96l-119 119q-3 45 -19 87t-41.5 78t-61 64t-77.5 45q-40 16 -74 19.5t-72 3.5h-37v128h64q93 0 174.5 -35.5t142 -96t96 -142t35.5 -174.5zM1407 1216q0 -68 -19.5 -131t-55 -116.5t-86 -96t-112.5 -69.5q-29 -13 -56.5 -20t-54.5 -10.5t-55 -4t-58 -0.5h-14v128h43q38 0 71.5 4t73.5 21q44 19 80 49.5t62 69t40 83.5t14 93q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5h-512q-66 0 -124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124q0 -49 14 -94t39.5 -83t61.5 -68.5t81 -49.5q39 -17 72.5 -21t71.5 -4h44v-128h-64q-93 0 -174.5 35.5t-142 96t-96 142t-35.5 174.5t35.5 174.5t96 142t142 96t174.5 35.5h512q93 0 174 -35.5t142 -96t96 -142t35 -174.5z\"\r\n },\r\n {\r\n Name: \"RemoveLinkX\",\r\n Code: \"F79B\",\r\n Path: \"M2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"FabricTextHighlight\",\r\n Code: \"F79C\",\r\n Path: \"M903 1124v-86h-135v882h135v-391h2q35 58 85 88.5t118 30.5q64 0 109.5 -24.5t74.5 -66t42.5 -94.5t13.5 -110q0 -4 -0.5 -7t-0.5 -7l-309 -310q-44 8 -77 32.5t-56 62.5h-2zM902 1287q0 -32 10.5 -60.5t29.5 -49.5t46.5 -33.5t60.5 -12.5q46 0 77 20t50 52t26.5 71.5t7.5 78.5q0 35 -8 68.5t-26 60t-46 42.5t-68 16q-39 0 -68.5 -14.5t-50 -39t-31 -57t-10.5 -68.5v-74zM630 1038h-131v93h-3q-61 -107 -181 -107q-41 0 -75 11.5t-59 33.5t-39 54.5t-14 74.5q0 46 14 80.5t39.5 58t61.5 38t79 20.5l177 25q0 62 -29 94.5t-92 32.5q-54 0 -102 -19t-90 -54v118q50 29 105.5 42.5t112.5 13.5q226 0 226 -223v-387zM499 1279v52l-125 -18q-25 -3 -46.5 -8.5t-37 -16.5t-24.5 -29t-9 -47q0 -43 30.5 -64.5t69.5 -21.5q33 0 59 12t44.5 33t28.5 49t10 59zM1901 1412q0 -25 -10 -48t-27 -40l-791 -790q-22 32 -40 55.5t-37 43t-42 37.5t-56 39l791 791q36 36 88 36q25 0 48 -10t39.5 -26.5t26.5 -39.5t10 -48zM936 413q0 -33 -12.5 -61.5t-34 -49.5t-50.5 -33.5t-61 -12.5h-210q-21 0 -37 16q42 19 66 57.5t24 83.5q0 32 12 62q18 43 58 69.5t87 26.5q33 0 61.5 -12.5t50 -34t34 -50t12.5 -61.5z\"\r\n },\r\n {\r\n Name: \"ClearFormattingA\",\r\n Code: \"F79D\",\r\n Path: \"M640 2048l329 -988l-105 -105l-65 197h-446l-85 -256h-140l384 1152h128zM396 1280h360l-180 540z\"\r\n },\r\n {\r\n Name: \"ClearFormattingEraser\",\r\n Code: \"F79E\",\r\n Path: \"M704 614l422 -422l-65 -64h-330l-211 211q-19 19 -19 45t19 45zM1344 1254l422 -422l-550 -550l-422 422z\"\r\n },\r\n {\r\n Name: \"Photo2Fill\",\r\n Code: \"F79F\",\r\n Path: \"M576 1073l560 -561h-880v240z\"\r\n },\r\n {\r\n Name: \"IncreaseIndentText\",\r\n Code: \"F7A0\",\r\n Path: \"M1792 1408v-128h-768v128h768zM1024 1664h1024v-128h-1024v128zM1792 896v-128h-768v128h768zM1024 512v128h1024v-128h-1024zM1024 1024v128h1024v-128h-1024z\"\r\n },\r\n {\r\n Name: \"IncreaseIndentArrow\",\r\n Code: \"F7A1\",\r\n Path: \"M573 1405l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z\"\r\n },\r\n {\r\n Name: \"DecreaseIndentText\",\r\n Code: \"F7A2\",\r\n Path: \"M1792 1408v-128h-768v128h768zM1792 896v-128h-768v128h768zM1024 1664h1024v-128h-1024v128zM1024 1024v128h1024v-128h-1024zM1024 512v128h1024v-128h-1024z\"\r\n },\r\n {\r\n Name: \"DecreaseIndentArrow\",\r\n Code: \"F7A3\",\r\n Path: \"M896 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z\"\r\n },\r\n {\r\n Name: \"IncreaseIndentTextMirrored\",\r\n Code: \"F7A4\",\r\n Path: \"M0 1024v128h1024v-128h-1024zM0 512v128h1024v-128h-1024zM256 768v128h768v-128h-768zM256 1280v128h768v-128h-768zM0 1664h1024v-128h-1024v128z\"\r\n },\r\n {\r\n Name: \"IncreaseIndentArrowMirrored\",\r\n Code: \"F7A5\",\r\n Path: \"M2048 1152v-128h-646l163 -163l-90 -90l-317 317l317 317l90 -90l-163 -163h646z\"\r\n },\r\n {\r\n Name: \"DecreaseIndentTextMirrored\",\r\n Code: \"F7A6\",\r\n Path: \"M256 768v128h768v-128h-768zM0 512v128h1024v-128h-1024zM0 1664h1024v-128h-1024v128zM0 1024v128h1024v-128h-1024zM256 1280v128h768v-128h-768z\"\r\n },\r\n {\r\n Name: \"DecreaseIndentArrowMirrored\",\r\n Code: \"F7A7\",\r\n Path: \"M1731 1405l317 -317l-317 -317l-90 90l163 163h-646v128h646l-163 163z\"\r\n },\r\n {\r\n Name: \"CheckListText\",\r\n Code: \"F7A8\",\r\n Path: \"M640 384v128h1408v-128h-1408zM640 768v128h1408v-128h-1408zM640 1664h1408v-128h-1408v128zM640 1152v128h1408v-128h-1408z\"\r\n },\r\n {\r\n Name: \"CheckListCheck\",\r\n Code: \"F7A9\",\r\n Path: \"M493 1699l-301 -301l-173 173l90 90l83 -82l211 210zM192 427l211 210l90 -90l-301 -301l-173 173l90 90zM192 1195l211 210l90 -90l-301 -301l-173 173l90 90zM192 811l211 210l90 -90l-301 -301l-173 173l90 90z\"\r\n },\r\n {\r\n Name: \"CheckListTextMirrored\",\r\n Code: \"F7AA\",\r\n Path: \"M0 1664h1408v-128h-1408v128zM0 768v128h1408v-128h-1408zM0 384v128h1408v-128h-1408zM0 1152v128h1408v-128h-1408z\"\r\n },\r\n {\r\n Name: \"CheckListCheckMirrored\",\r\n Code: \"F7AB\",\r\n Path: \"M1728 427l211 210l90 -90l-301 -301l-173 173l90 90zM2029 1699l-301 -301l-173 173l90 90l83 -82l211 210zM1728 1195l211 210l90 -90l-301 -301l-173 173l90 90zM1728 811l211 210l90 -90l-301 -301l-173 173l90 90z\"\r\n },\r\n {\r\n Name: \"NumberSymbol\",\r\n Code: \"F7AC\",\r\n Path: \"M1685 1280h-326l-80 -384h351l-32 -128h-333l-113 -512h-163l111 512h-322l-109 -512h-161l108 512h-318l24 128h330l79 384h-347l25 128h340l107 512h161l-107 -512h320l110 512h157l-107 -512h323zM1126 896l82 384h-322l-85 -384h325z\"\r\n },\r\n {\r\n Name: \"Coupon\",\r\n Code: \"F7BC\",\r\n Path: \"M624 1216q0 -36 -14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14t68 -14t56 -38t38 -56t14 -68zM448 1136q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM960 1008q36 0 68 -14t56 -38t38 -56t14 -68t-14 -68t-38 -56t-56 -38t-68 -14t-68 14t-56 38t-38 56t-14 68t14 68t38 56t56 38t68 14zM960 752q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM842 1408h108l-384 -768h-108zM1408 1664l640 -640l-640 -640h-1408v1280h1408zM1355 512l512 512l-512 512h-1227v-1024h1227zM1536 1088q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z\"\r\n },\r\n {\r\n Name: \"VerifiedBrand\",\r\n Code: \"F7BD\",\r\n Path: \"M1845 1024l124 -155q18 -23 28 -50.5t10 -56.5q0 -30 -9.5 -57t-26 -49t-40.5 -38t-52 -24l-191 -53q2 -51 5.5 -103t3.5 -104q0 -36 -13.5 -67t-37 -54.5t-55 -37t-67.5 -13.5q-31 0 -61 11l-185 70l-109 -165q-24 -36 -62.5 -57t-82.5 -21t-82.5 21t-62.5 57l-109 165l-185 -70q-30 -11 -61 -11q-36 0 -67.5 13.5t-55 37t-37 54.5t-13.5 67q0 52 3.5 104t5.5 103l-191 53q-29 8 -52.5 24t-40 38t-26 49t-9.5 57q0 29 10 56.5t28 50.5l124 155l-124 155q-38 47 -38 107q0 30 9.5 57t26 49t40 38t52.5 24l191 53q-2 51 -5.5 103t-3.5 104q0 36 13.5 67t37 54.5t55 37t67.5 13.5q31 0 61 -11l185 -70l109 165q24 36 62.5 57t82.5 21t82.5 -21t62.5 -57l109 -165l185 70q30 11 61 11q36 0 67.5 -13.5t55 -37t37 -54.5t13.5 -67q0 -52 -3.5 -104t-5.5 -103l191 -53q28 -8 52 -24t40.5 -38t26 -49t9.5 -57q0 -60 -38 -107zM1879 762q0 14 -10 27l-188 235l188 235q10 13 10 27q0 34 -34 44l-191 53l-98 27q3 76 8 152t5 152q0 17 -14 30.5t-31 13.5q-6 0 -27 -6.5t-49.5 -17t-61.5 -23.5t-64 -25t-56.5 -22t-38.5 -15l-56 85l-109 166q-13 20 -38 20t-38 -20l-109 -166l-56 -85q-13 5 -38.5 15t-56.5 22t-64 25t-61.5 23.5t-49.5 17t-27 6.5q-17 0 -31 -13.5t-14 -30.5q0 -76 5 -152t8 -152l-98 -27l-191 -53q-34 -10 -34 -44q0 -14 10 -27l188 -235l-188 -235q-10 -13 -10 -27q0 -34 34 -44l191 -53l98 -27q-3 -76 -8 -152t-5 -152q0 -17 14 -30.5t31 -13.5q6 0 27 6.5t49.5 17t61.5 23.5t64 25t56.5 22t38.5 15l56 -85l109 -166q13 -20 38 -20t38 20l109 166l56 85q13 -5 38.5 -15t56.5 -22t64 -25t61.5 -23.5t49.5 -17t27 -6.5q17 0 31 13.5t14 30.5q0 76 -5 152t-8 152l98 27l191 53q34 10 34 44zM896 859l467 466l90 -90l-557 -558l-301 302l90 90z\"\r\n },\r\n {\r\n Name: \"ReleaseGate\",\r\n Code: \"F7BE\",\r\n Path: \"M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1152 2048h512v-1920h-512v128h384v1664h-384v128z\"\r\n },\r\n {\r\n Name: \"ReleaseGateCheck\",\r\n Code: \"F7BF\",\r\n Path: \"M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1536 509v1411h-384v128h512v-1411zM1939 685l90 -90l-557 -558l-269 270l90 90l179 -178z\"\r\n },\r\n {\r\n Name: \"ReleaseGateError\",\r\n Code: \"F7C0\",\r\n Path: \"M749 1645l557 -557l-557 -557l-90 90l402 403h-1061v128h1061l-402 403zM1536 1024v896h-384v128h512v-1024h-128zM2048 448q0 -93 -35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35t-174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5zM1600 128q66 0 124 25t101.5 68.5t69 102t25.5 124.5t-25.5 124t-69 101.5t-101.5 69t-124 25.5t-124.5 -25.5t-102 -69t-68.5 -101.5t-25 -124t25 -124.5t68.5 -102t102 -68.5t124.5 -25zM1704 632l80 -80l-105 -104l105 -104l-80 -80l-104 105l-104 -105l-80 80l105 104l-105 104l80 80l104 -105z\"\r\n },\r\n {\r\n Name: \"M365InvoicingLogo\",\r\n Code: \"F7C1\",\r\n Path: \"M1461 1331h-1031v205h1031v-205zM768 896h1280v-410q0 -74 -28 -139t-77 -114t-114 -77t-139 -28h-1332q-74 0 -139 28t-114 77t-77 114t-28 139v1562h1894v-998h-204v793h-1485v-1357q0 -32 12 -59.5t33 -48.5t48.5 -33t59.5 -12h256q31 0 59 12t49 33t33.5 49t12.5 59v410zM1843 486v205h-870v-205q0 -40 -8.5 -79t-26.5 -74h752q31 0 59 12t49 33t33 48.5t12 59.5z\"\r\n },\r\n {\r\n Name: \"XPowerY\",\r\n Code: \"F7CA\",\r\n Path: \"M1067 1193q0 -41 -22.5 -63t-64.5 -22q-16 0 -30.5 4.5t-29 9.5t-29.5 9.5t-30 4.5q-20 0 -42 -14.5t-44 -38t-43.5 -52t-40 -56.5t-33.5 -52.5t-23 -39.5l90 -379q2 -10 7 -30t12.5 -40.5t18.5 -35.5t26 -15q22 0 46 18t45.5 43t39.5 51.5t27 44.5l38 -19q-11 -20 -29 -47.5t-40.5 -57t-48.5 -58.5t-53.5 -51.5t-54.5 -36.5t-52 -14q-35 0 -58.5 20t-40.5 49q-7 12 -15.5 40t-18 64.5t-19 76.5t-18 77.5t-15 67.5t-9.5 45q-23 -41 -55.5 -95t-69.5 -108.5t-76 -103t-75 -78.5q-28 -23 -60.5 -39t-69.5 -16q-21 0 -40.5 7t-34 19.5t-23.5 30.5t-9 40q0 37 23.5 61t60.5 24q20 0 37 -9.5t31.5 -21t27 -21t23.5 -9.5q16 0 42 25t56 64t61.5 86t58.5 91.5t47 80t27 52.5q-21 83 -34 133.5t-20.5 80.5t-11.5 44.5t-8 25.5q-11 29 -26 56t-40 45q-26 19 -57.5 24.5t-62.5 5.5q-29 0 -59 -3v40l295 52q35 -37 57.5 -74t38 -76.5t26.5 -82t24 -90.5l97 145q18 26 46.5 57t62.5 58t70.5 45t69.5 18q20 0 38.5 -5.5t33 -16t23.5 -27t9 -38.5zM2048 1872q0 -38 -13 -75.5t-31 -71.5q-17 -31 -47.5 -78.5t-71.5 -104.5t-88.5 -120.5t-98 -126.5t-101 -122.5t-96.5 -109t-85 -86t-66 -52.5q-23 -14 -49 -25t-53 -11q-25 0 -44 19t-19 44q0 16 7 31t19 27t27 19t31 7q19 0 28 -9.5t13.5 -20.5t8.5 -20.5t15 -9.5q10 0 29.5 14t43.5 35.5t49.5 48.5t48.5 52t40.5 45.5t24.5 30.5l-45 515q-1 12 -3.5 34t-6.5 46t-10 45t-14 30q-14 17 -35 22.5t-42 5.5q-15 0 -30.5 -1.5t-30.5 -3.5l-7 30l238 58q18 -29 28.5 -59t16 -61t8.5 -63.5t6 -65.5l36 -400q14 17 42 53.5t62 82.5t70 97.5t65 98.5t48 84t19 55q0 13 -14 19t-31.5 14.5t-31.5 23.5t-14 47t17.5 53t50.5 21q23 0 39 -10t26.5 -25.5t15.5 -35.5t5 -40z\"\r\n },\r\n {\r\n Name: \"RemoveFromShoppingList\",\r\n Code: \"F7D5\",\r\n Path: \"M640 1280v-128h-128v128h128zM1536 1280v-128h-768v128h768zM512 768v128h128v-128h-128zM768 768v128h768v-128h-768zM640 1664v-128h-128v128h128zM1536 1664v-128h-768v128h768zM384 1920v-1536h896v-128h-1024v1792h1536v-1280h-128v1152h-1280zM2029 531l-211 -211l211 -211l-90 -90l-211 211l-211 -211l-90 90l211 211l-211 211l90 90l211 -211l211 211z\"\r\n },\r\n {\r\n Name: \"ShieldAlert\",\r\n Code: \"F7D7\",\r\n Path: \"M1024 512h-128v128h128v-128zM1024 1664v-896h-128v896h128zM960 3l-31 18q-117 67 -231 146t-217 170.5t-191 195.5t-152.5 221.5t-101 248.5t-36.5 277v512q83 0 161 6t152 22t146 45t144 75q85 55 170 81.5t187 26.5q51 0 97 -6.5t89.5 -20t85.5 -34t85 -47.5q72 -46 144 -75t146 -45t152 -22t161 -6v-512q0 -146 -36.5 -277t-101 -248.5t-152.5 -221.5t-191 -195.5t-217.5 -170.5t-230.5 -146zM128 1666v-386q0 -127 33.5 -244t91.5 -223t138 -200.5t172 -177.5t193.5 -154t203.5 -130q102 59 203.5 130t193.5 154t172 177.5t138 200.5t91.5 223t33.5 244v386q-149 8 -285.5 48t-262.5 121q-68 44 -135.5 64.5t-148.5 20.5t-148.5 -20.5t-135.5 -64.5q-126 -81 -262.5 -121t-285.5 -48z\"\r\n },\r\n {\r\n Name: \"StreamDiscover\",\r\n Code: \"F7D9\",\r\n Path: \"M768 1152q79 0 149 -30t122 -82.5t82 -122.5t30 -149q0 -80 -30 -149.5t-82 -122t-122 -82.5t-149 -30q-60 0 -117 18t-105 53l-437 -436q-19 -19 -45 -19t-45 19t-19 45t19 45l436 437q-35 48 -53 105t-18 117q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM768 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20zM0 1664h2048v-1280h-896q28 28 50.5 60.5t41.5 67.5h676v1024h-1792v-1152h-128v1280z\"\r\n },\r\n {\r\n Name: \"FabricTextHighlightComposite\",\r\n Code: \"F7DA\",\r\n Path: \"M903 1252v-86h-135v882h135v-391h2q35 58 85 88.5t118 30.5q64 0 109.5 -24.5t74.5 -66t42.5 -94.5t13.5 -110q0 -4 -0.5 -7t-0.5 -7l-309 -310q-44 8 -77 32.5t-56 62.5h-2zM902 1489v-74q0 -32 10.5 -60.5t29.5 -49.5t46.5 -33.5t60.5 -12.5q46 0 77 20t50 52t26.5 71.5t7.5 78.5q0 35 -8 68.5t-26 60t-46 42.5t-68 16q-39 0 -68.5 -14.5t-50 -39t-31 -57t-10.5 -68.5zM778 699q33 0 61.5 -12.5t50 -34t34 -50t12.5 -61.5t-12.5 -61.5t-34 -49.5t-50.5 -33.5t-61 -12.5h-210q-21 0 -37 16q42 19 66 57.5t24 83.5q0 32 12 62q18 43 58 69.5t87 26.5zM1901 1540q0 -25 -10 -48t-27 -40l-791 -790q-22 32 -40 55.5t-37 43t-42 37.5t-56 39l791 791q36 36 88 36q25 0 48 -10t39.5 -26.5t26.5 -39.5t10 -48zM496 1259q-61 -107 -181 -107q-41 0 -75 11.5t-59 33.5t-39 54.5t-14 74.5q0 46 14 80.5t39.5 58t61.5 38t79 20.5l177 25q0 62 -29 94.5t-92 32.5q-54 0 -102 -19t-90 -54v118q50 29 105.5 42.5t112.5 13.5q226 0 226 -223v-387h-131v93h-3zM257 1340q0 -43 30.5 -64.5t69.5 -21.5q33 0 59 12t44.5 33t28.5 49t10 59v52l-125 -18q-25 -3 -46.5 -8.5t-37 -16.5t-24.5 -29t-9 -47zM256 0v256h1408v-256h-1408z\"\r\n },\r\n {\r\n Name: \"LearningTools\",\r\n Code: \"F7DB\",\r\n Path: \"M384 512h128v-128h-256v1280h-128v-1408h384v-128h-512v1664h256v128h384q88 0 169.5 -27t150.5 -81q69 54 150.5 81t169.5 27h384v-128h256v-819l-128 58v633h-128v-575l-128 59v644h-256q-71 0 -136.5 -24.5t-119.5 -70.5v-608l-128 -58v666q-54 46 -119.5 70.5t-136.5 24.5h-256v-1280zM1792 257l-448 -225l-448 225q0 36 1.5 76.5t8 80.5t19.5 77.5t36 66.5l-193 88v-582h-128v640l704 320l704 -320l-321 -146l8 -11q21 -31 32.5 -67t17 -73.5t6.5 -75.5t1 -74zM1344 884l-395 -180l395 -180l395 180zM1344 175l320 161q-1 26 -4.5 47.5t-10.5 41t-16.5 39t-22.5 41.5l-266 -121l-266 121q-15 -24 -24.5 -43t-15.5 -38t-9 -40.5t-4 -48.5z\"\r\n },\r\n {\r\n Name: \"Dataflows\",\r\n Code: \"F7DD\",\r\n Path: \"M1280 2048h640v-640h-256v-512h-1152v-256h256v-640h-640v640h256v768h-256v640h640v-640h-256v-384h1024v384h-256v640zM256 1536h384v384h-384v-384zM640 128v384h-384v-384h384zM1792 1536v384h-384v-384h384z\"\r\n },\r\n {\r\n Name: \"ShowGrid\",\r\n Code: \"F7DE\",\r\n Path: \"M1664 1024v128h128v-128h-128zM1664 2048v-128h-128v128h128zM1920 896h-128v128h128v-128zM1408 2048v-128h-128v128h128zM1152 1024v128h128v-128h-128zM896 2048v-128h-128v128h128zM1408 1024v128h128v-128h-128zM1920 1280v-128h-128v128h128zM1024 1152v-128h-128v128h128zM1024 1408v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1920 1536v-128h-128v128h128zM896 793v103h128v-26q-67 -33 -128 -77zM1920 1792v-128h-128v128h128zM1920 2048v-128h-128v128h128zM0 640v128h128v-128h-128zM0 384v128h128v-128h-128zM0 896v128h128v-128h-128zM256 1152v-128h-128v128h128zM0 1280h128v-128h-128v128zM256 128v128h128v-128h-128zM512 128v128h128v-128h-128zM512 1152v-128h-128v128h128zM640 2048v-128h-128v128h128zM384 2048v-128h-128v128h128zM1024 1792h-128v128h128v-128zM768 1152v-128h-128v128h128zM128 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM128 1536v-128h-128v128h128zM128 1792v-128h-128v128h128zM2048 256h-128q0 66 -21.5 122.5t-59 102.5t-87 82t-106.5 60t-118 36.5t-120 12.5t-120 -12.5t-118 -36.5t-106.5 -59.5t-87 -82t-59 -103t-21.5 -122.5h-128q0 84 26 157t71.5 133.5t107 107.5t132.5 79.5t148.5 49.5t154.5 17t154.5 -17t148.5 -49.5t132.5 -79.5t107 -107.5t71.5 -133.5t26 -157zM1408 512q53 0 100 -20t81.5 -54.5t54.5 -81.5t20 -100t-20 -100t-54.5 -81.5t-81.5 -54.5t-100 -20t-100 20t-81.5 54.5t-54.5 81.5t-20 100t20 100t54.5 81.5t81.5 54.5t100 20zM1408 128q26 0 49.5 10t41 27.5t27.5 41t10 49.5t-10 49.5t-27.5 41t-41 27.5t-49.5 10t-49.5 -10t-41 -27.5t-27.5 -41t-10 -49.5t10 -49.5t27.5 -41t41 -27.5t49.5 -10z\"\r\n },\r\n {\r\n Name: \"DiagnosticDataBarTooltip\",\r\n Code: \"F7DF\",\r\n Path: \"M128 2048h1792v-1792h-640l-256 -256l-256 256h-640v1792v0zM1792 384v1536h-1536v-1536h564l204 -204l204 204h564v0zM768 1408v-896h-256v896h256v0zM1152 1024v-512h-256v512h256v0zM1536 1664v-1152h-256v1152h256v0z\"\r\n },\r\n {\r\n Name: \"SaveToMobile\",\r\n Code: \"F7E0\",\r\n Path: \"M1792 384v-128h-256v128h256zM384 1920v-640h768v-128h-896v768h-128v-1381l154 -155h102v512h768v-128h-640v-384h128v256h128v-256h384v-128h-923l-229 230v1434q0 27 10 50t27.5 40.5t40.5 27.5t50 10h1536q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50v-512h-128v512h-128v-512h-128v512h-1024zM2048 1152v-1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10h-512q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1024q0 27 10 50t27.5 40.5t40.5 27.5t50 10h512q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM1920 128v1024h-512v-1024h512z\"\r\n },\r\n {\r\n Name: \"Orientation2\",\r\n Code: \"F7E1\",\r\n Path: \"M1536 1280v-128h-128v128h128zM1536 2048v-128h-128v128h128zM1792 2048v-128h-128v128h128zM1792 1280v-128h-128v128h128zM1920 1664v128h128v-128h-128zM1920 1408v128h128v-128h-128zM1280 2048v-1408h-896v1408h896zM1152 768v1152h-640v-1152h640zM1920 2048h128v-128h-128v128zM1920 1152v128h128v-128h-128zM1536 512v128h512v-512h-128v293q-103 -103 -199.5 -181.5t-201 -132t-224.5 -80.5t-271 -27q-142 0 -273 36.5t-244.5 103t-207 160t-160 207t-103 244.5t-36.5 273h128q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32q132 0 241 25.5t204.5 74.5t182.5 120.5t177 163.5h-293z\"\r\n },\r\n {\r\n Name: \"ScreenCast\",\r\n Code: \"F7E2\",\r\n Path: \"M1408 256q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10v128q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128zM128 1664v-896h1024v-128h-128v-128h128v-128h-512v128h256v128h-896v1152h1920v-866q-59 56 -128 102v636h-1664zM1664 256q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30v128q106 0 199.5 -40t163 -109.5t109.5 -163t40 -199.5h-128zM1920 256q0 132 -50.5 248.5t-137.5 203.5t-203.5 137.5t-248.5 50.5v128q106 0 204 -27.5t183.5 -77.5t155.5 -120t120 -155.5t77.5 -183.5t27.5 -204h-128z\"\r\n },\r\n {\r\n Name: \"GenericScanFilled\",\r\n Code: \"F7E3\",\r\n Path: \"M1536 1920h512v-512h-128v384h-384v128zM128 1792v-384h-128v512h512v-128h-384zM1920 256v384h128v-512h-512v128h384zM256 384v1280h1536v-1280h-1536zM1536 1408v-768h128v768h-128zM1152 1408v-768h128v768h-128zM768 1408v-768h128v768h-128zM384 1408v-768h128v768h-128zM128 640v-384h384v-128h-512v512h128z\"\r\n },\r\n {\r\n Name: \"SnapToGrid\",\r\n Code: \"F7E4\",\r\n Path: \"M384 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 2048v-128h-128v128h128zM128 1536v-128h-128v128h128zM896 1280v128h128v-128h-128zM896 2048v-128h-128v128h128zM1024 1664v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1664 2048v-128h-128v128h128zM0 128v128h128v-128h-128zM1024 1792h-128v128h128v-128zM1152 2048v-128h-128v128h128zM640 2048v-128h-128v128h128zM1792 1408v128h128v-128h-128zM512 128v128h128v-128h-128zM768 1152v-128h-128v128h128zM1792 1152v128h128v-1152h-1152v128h128v896h896zM1792 256v768h-768v-768h768zM1792 2048h128v-128h-128v128zM1792 1664v128h128v-128h-128zM0 384v128h128v-128h-128zM512 1152v-128h-128v128h128zM0 896v128h128v-128h-128zM0 640v128h128v-128h-128zM0 1280h128v-128h-128v128zM256 1152v-128h-128v128h128zM256 128v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"ContactList\",\r\n Code: \"F7E5\",\r\n Path: \"M740 587q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149h-128q0 73 20 141.5t57 128t89.5 108t117.5 81.5q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q92 0 173 -41t136 -115q38 75 97 134t134 97q-74 55 -115 136t-41 173q0 79 30 149t82.5 122.5t122 82.5t149.5 30q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -92 -41 -173t-115 -136q65 -33 117.5 -81.5t89.5 -108t57 -128t20 -141.5h-128q0 79 -30 149t-82.5 122.5t-122.5 82.5t-149 30q-80 0 -149.5 -30t-122 -82.5t-82.5 -122.5t-30 -149q0 -92 -41 -173t-115 -136zM1024 1664q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM256 896q0 -53 20 -99.5t55 -81.5t81.5 -55t99.5 -20t99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5zM1280 640h768v-128h-768v128zM1280 256v128h768v-128h-768zM1280 0v128h768v-128h-768z\"\r\n },\r\n {\r\n Name: \"SyncOccurenceCancel\",\r\n Code: \"F7E7\",\r\n Path: \"M1024 1792q-138 0 -263 -46.5t-225.5 -129t-170 -196.5t-95.5 -249l-126 25q31 157 112 290t198.5 229.5t263.5 150.5t306 54q117 0 229 -30.5t211.5 -86.5t183 -136.5t144.5 -180.5v306h128v-512h-512v128h281q-51 88 -123 159.5t-158.5 121t-184 76.5t-199.5 27zM1384 348l27 -28l-158 -159q-57 -14 -114 -23.5t-115 -9.5q-118 0 -230 30t-211.5 86t-182.5 136.5t-144 181.5v-306h-128v512h512v-128h-281q51 -89 123 -160.5t158 -121t183.5 -76t200.5 -26.5q95 0 185.5 23.5t174.5 68.5zM2045 546l-226 -226l226 -227l-90 -90l-227 226l-227 -227l-90 91l227 227l-227 227l90 90l227 -227l227 227z\"\r\n },\r\n {\r\n Name: \"NewMail\",\r\n Code: \"F7EA\",\r\n Path: \"M1792 768v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128zM0 1664h2048v-896h-128v632l-896 -447l-896 447v-888h1024v-128h-1152v1280zM143 1536l881 -441l881 441h-1762z\"\r\n },\r\n {\r\n Name: \"EyeShadow\",\r\n Code: \"F7EB\",\r\n Path: \"M1305 1152h743v-1024h-2048v1024h771q75 91 154 176t162 168q31 31 86 84t122.5 114.5t143 124t147.5 113.5t135 83.5t107 32.5q41 0 66.5 -25.5t25.5 -66.5q0 -35 -21 -82.5t-56.5 -103t-82 -116t-98 -121.5t-104 -119t-100.5 -108.5t-88 -90t-65 -63.5zM893 1098q25 -11 45.5 -31.5t31.5 -45.5q57 47 128.5 113t149 142t156 158.5t148 163.5t126 157.5t90.5 140.5q-64 -34 -140.5 -90.5t-157.5 -126t-163.5 -148t-158.5 -156t-142 -149t-113 -128.5zM792 991q-24 0 -57 -7t-69.5 -18.5t-74 -27t-72 -33t-62 -36t-44.5 -36.5q-16 -17 -22.5 -36t-6.5 -42q0 -44 21.5 -87.5t56 -78t78 -56t87.5 -21.5q23 0 42 6.5t36 22.5q18 17 36.5 44.5t36 61.5t33 72t27 74.5t18.5 69t7 57.5q0 41 -15 56t-56 15zM1920 256v768h-752q-45 -40 -89.5 -78.5t-91.5 -76.5q-5 -45 -23.5 -104t-45 -118t-58.5 -111t-65 -85q-35 -35 -78 -51t-92 -16q-71 0 -137.5 31.5t-118 83t-82.5 118t-31 137.5q0 54 17.5 94.5t47.5 72t69.5 56t82.5 47.5h-345v-768h1792zM1152 640q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5zM1408 768q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10z\"\r\n },\r\n {\r\n Name: \"FabricFolderConfirm\",\r\n Code: \"F7FF\",\r\n Path: \"M2048 1536v-734l-128 128v606h-704q-56 0 -90.5 -9.5t-58 -23.5t-40.5 -31t-37.5 -31t-49.5 -23.5t-76 -9.5h-736v-896h1054l-128 -128h-926q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50v1280q0 27 10 50t27.5 40.5t40.5 27.5t50 10h736q37 0 69 -13.5t58.5 -36t48.5 -51t39 -58.5q13 -23 25.5 -41t28 -30.5t35 -19t48.5 -6.5h704q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50zM864 1536q27 0 45.5 9t35 22t33.5 28.5t39 27.5q-15 17 -31.5 45.5t-35.5 56t-40.5 47.5t-45.5 20h-736v-256h736zM1472 219l467 466l90 -90l-557 -558l-269 270l90 90z\"\r\n },\r\n {\r\n Name: \"InformationBarriers\",\r\n Code: \"F803\",\r\n Path: \"M384 1920h1664v-640h-128v-320l-320 320h-64v128h117l139 -139v139h128v384h-1408v-299q-42 -47 -73.5 -100t-51.5 -113h-3v640zM960 640q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5t35 174.5t96 142.5t142.5 96t174.5 35t174.5 -35t142.5 -96t96 -142.5t35 -174.5t-35 -174.5t-96 -142.5t-142.5 -96t-174.5 -35zM1280 1088q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-47 0 -92 -13.5t-84 -39.5l443 -443q26 39 39.5 84t13.5 92zM640 1088q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q47 0 92 13.5t84 39.5l-443 443q-26 -39 -39.5 -84t-13.5 -92zM1536 512v512h128v-640h-1216l-320 -320v320h-128v640h384v-128h-256v-384h128v-139l139 139h1141z\"\r\n },\r\n {\r\n Name: \"CommentActive\",\r\n Code: \"F804\",\r\n Path: \"M1728 1408q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25t124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25zM1152 1152v256h218q18 -20 38 -38v-218q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10v128h-128zM768 1024v128h-128v256h256v-256q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM1920 640v648q35 15 67 36t61 46v-858h-1317l-475 -475v475h-256v1408h1288q-27 -61 -36 -128h-1124v-1152h256v-293l293 293h1243z\"\r\n },\r\n {\r\n Name: \"ColumnVerticalSectionEdit\",\r\n Code: \"F806\",\r\n Path: \"M1848 1152q42 0 78.5 -15t63.5 -42t42.5 -63t15.5 -78q0 -39 -15 -76t-43 -65l-717 -719l-377 -94l94 377l717 718q28 28 65 42.5t76 14.5zM1920 954q0 31 -20.5 50.5t-51.5 19.5q-14 0 -27 -4.5t-23 -14.5l-692 -694l-34 -135l135 34l692 693q21 21 21 51zM1408 1792h640v-556q-57 39 -128 53v375h-384v-532l-128 -128v788zM256 1664v128h256v-128h-256zM896 1792v-128h-256v128h256zM256 256v128h256v-128h-256zM640 256v128h200l-32 -128h-168zM0 1152v256h128v-256h-128zM0 1536v256h128v-256h-128zM0 384v256h128v-256h-128zM0 768v256h128v-256h-128zM1152 1280v-256h-128v256h128zM1152 1664v-256h-128v256h128zM1152 896v-128l-128 -128v256h128z\"\r\n },\r\n {\r\n Name: \"WavingHand\",\r\n Code: \"F807\",\r\n Path: \"M1920 647q0 -83 -19.5 -163.5t-56.5 -152t-89.5 -132t-118.5 -104.5t-144 -68.5t-165 -24.5q-59 0 -118 11.5t-114.5 33t-105.5 54t-92 74.5l-621 621q-27 27 -41.5 62.5t-14.5 73.5q0 57 31 104.5t84 70.5q-25 45 -25 95q0 57 31.5 105.5t84.5 70.5q-26 44 -26 95q0 40 15 75t41 61t61 41t75 15q50 0 95 -25q24 53 71 84t105 31q38 0 73 -14.5t62 -41.5l538 -538v181q0 38 14.5 73.5t41.5 62.5q27 26 62.5 41t73.5 15q40 0 75 -15t61 -41t41 -61t15 -75v-695zM1792 650v692q0 26 -19 45t-45 19q-27 0 -45.5 -18.5t-18.5 -45.5v-227q0 -33 -18 -60t-49 -40q-10 -5 -20.5 -6.5t-21.5 -1.5q-46 0 -77 31l-570 570q-19 19 -45 19t-45 -19t-19 -45t19 -45l361 -361q19 -19 19 -45t-19 -45t-45 -19t-45 19l-452 451q-19 19 -45 19t-45 -19t-19 -45t19 -45l451 -451q19 -19 19 -46q0 -26 -19 -45t-45 -19t-45 19l-361 361q-19 19 -45 19t-45 -19t-19 -45t19 -45l406 -406q19 -19 19 -45t-19 -45t-45 -19t-45 19l-317 315q-19 19 -44 19q-26 0 -45 -18.5t-19 -45.5q0 -25 19 -44l620 -621q66 -66 156 -100.5t183 -34.5q105 0 191 43.5t147 115.5t94.5 165.5t33.5 194.5zM1152 1984q0 26 19 45t45 19q93 0 174.5 -35t142.5 -96t96 -142.5t35 -174.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 66 -25.5 124t-69 101.5t-101.5 69t-124 25.5q-26 0 -45 19t-19 45zM1152 1760q0 26 19 45t45 19q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 40 -28 68t-68 28q-26 0 -45 19t-19 45zM512 192q0 -26 -19 -45t-45 -19q-93 0 -174.5 35t-142.5 96t-96 142.5t-35 174.5q0 26 19 45t45 19t45 -19t19 -45q0 -66 25 -124.5t68.5 -102t102 -68.5t124.5 -25q26 0 45 -19t19 -45zM512 416q0 -26 -19 -45t-45 -19q-47 0 -87.5 17.5t-71 48t-48 71t-17.5 87.5q0 26 19 45t45 19t45 -19t19 -45q0 -40 28 -68t68 -28q26 0 45 -19t19 -45z\"\r\n },\r\n {\r\n Name: \"ShakeDevice\",\r\n Code: \"F80A\",\r\n Path: \"M1897 521q0 -34 -18.5 -63.5t-48.5 -44.5l-804 -400q-13 -6 -26 -9.5t-27 -3.5q-35 0 -63.5 17.5t-44.5 49.5l-701 1407q-13 28 -13 53q0 34 18.5 63.5t48.5 44.5l804 400q28 13 53 13q35 0 64 -18t44 -49l701 -1407q13 -28 13 -53zM976 131l790 393l-694 1393l-790 -393zM1403 514l-201 -100l-57 115l201 100zM1664 1701l-83 -82l-90 90l237 237l237 -237l-90 -90l-83 82v-293h-128v293zM384 347l83 82l90 -90l-237 -237l-237 237l90 90l83 -82v293h128v-293z\"\r\n },\r\n {\r\n Name: \"SmartGlassRemote\",\r\n Code: \"F80B\",\r\n Path: \"M768 896v-128h-128v128h128zM1152 512v128h128v-128h-128zM896 768v128h128v-128h-128zM1152 768v128h128v-128h-128zM768 640v-128h-128v128h128zM896 512v128h128v-128h-128zM768 384v-128h-128v128h128zM1152 256v128h128v-128h-128zM896 256v128h128v-128h-128zM960 1152q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124t68.5 101.5t102 69t124.5 25.5t124 -25.5t101.5 -69t69 -101.5t25.5 -124t-25.5 -124.5t-69 -102t-101.5 -68.5t-124 -25zM960 1664q-40 0 -75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75t-15 75t-41 61t-61 41t-75 15zM384 2048h1152v-2048h-1152v2048zM1408 128v1792h-896v-1792h896z\"\r\n },\r\n {\r\n Name: \"Rotate90Clockwise\",\r\n Code: \"F80D\",\r\n Path: \"M1939 1133l90 -90l-301 -301l-301 301l90 90l147 -146v37q0 106 -27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204t27.5 -204t77.5 -183.5t120 -155.5t155.5 -120t183.5 -77.5t204 -27.5v-128q-124 0 -238.5 32t-214 90.5t-181 140t-140 181t-90.5 214t-32 238.5t32 238.5t90.5 214t140 181t181 140t214 90.5t238.5 32q135 0 261.5 -39t234 -110t192.5 -172.5t138 -225.5q40 -94 55 -189t15 -197zM896 1280q53 0 99.5 -20t81.5 -55t55 -81.5t20 -99.5t-20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20zM896 896q27 0 50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10z\"\r\n },\r\n {\r\n Name: \"Rotate90CounterClockwise\",\r\n Code: \"F80E\",\r\n Path: \"M2048 1024q0 -124 -32 -238.5t-90.5 -214t-140 -181t-181 -140t-214 -90.5t-238.5 -32v128q106 0 204 27.5t183.5 77.5t155.5 120t120 155.5t77.5 183.5t27.5 204t-27.5 204t-77.5 183.5t-120 155.5t-155.5 120t-183.5 77.5t-204 27.5t-204 -27.5t-183.5 -77.5t-155.5 -120t-120 -155.5t-77.5 -183.5t-27.5 -204v-37l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v10q0 98 16 191t54 185q52 124 137 225t193.5 172.5t235 110.5t260.5 39q124 0 238.5 -32t214 -90.5t181 -140t140 -181t90.5 -214t32 -238.5zM1408 1024q0 -53 -20 -99.5t-55 -81.5t-81.5 -55t-99.5 -20t-99.5 20t-81.5 55t-55 81.5t-20 99.5t20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5zM1024 1024q0 -27 10 -50t27.5 -40.5t40.5 -27.5t50 -10t50 10t40.5 27.5t27.5 40.5t10 50t-10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50z\"\r\n },\r\n {\r\n Name: \"CampaignTemplate\",\r\n Code: \"F811\",\r\n Path: \"M2048 1108v-916l-517 74q-9 -57 -38 -105.5t-71.5 -84.5t-95.5 -56t-110 -20q-49 0 -94 13.5t-83 39t-68.5 61.5t-49.5 81q-15 35 -19 66t-4 66v29q-30 5 -67.5 11.5t-76.5 12.5t-76 10.5t-66 5.5h-14q-22 0 -43.5 -1t-42.5 -1v512q28 0 55 -1t55 -1q5 0 9 0.5t9 1.5zM1404 284l-378 54q-2 -5 -2 -9v-9q0 -40 15 -75t41 -61t61 -41t75 -15q34 0 65.5 11.5t56.5 32.5t42.5 49.5t23.5 62.5zM1920 340v620l-1280 -182v-256zM128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM640 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"ChartTemplate\",\r\n Code: \"F812\",\r\n Path: \"M128 2048v-128h-128v128h128zM128 1792v-128h-128v128h128zM128 1536v-128h-128v128h128zM128 1280v-128h-128v128h128zM128 1024v-128h-128v128h128zM128 768v-128h-128v128h128zM128 512v-128h-128v128h128zM0 256h128v-128h-128v128zM128 0v128h128v-128h-128zM384 2048v-128h-128v128h128zM384 0v128h128v-128h-128zM640 0v128h128v-128h-128zM640 2048v-128h-128v128h128zM896 2048v-128h-128v128h128zM1152 2048v-128h-128v128h128zM1408 2048v-128h-128v128h128zM1536 1792h-128v128h128v-128zM1536 1664v-128h-128v128h128zM1408 1280v128h128v-128h-128zM1408 1024v128h128v-128h-128zM1152 768v128h512v-128h-512zM1024 128h896v-128h-1024v1024h128v-896zM1152 640h384v-128h-384v128zM1152 256v128h640v-128h-640z\"\r\n },\r\n {\r\n Name: \"PageListFilter\",\r\n Code: \"F813\",\r\n Path: \"M1152 768h896v-152l-256 -288v-328h-384v328l-256 288v152zM1664 376l234 264h-596l234 -264v-248h128v248zM1280 1664v-128h-768v128h768zM512 768v128h512v-128h-512zM128 384h1059l93 -105v-23h-1280v1792h1536v-1152h-128v1024h-1280v-1536zM1280 1280v-128h-768v128h768zM384 1664v-128h-128v128h128zM384 1280v-128h-128v128h128zM256 768v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"SecondaryNav\",\r\n Code: \"F814\",\r\n Path: \"M1024 1664v-128h-1024v128h1024zM0 1152h2048v-128h-2048v128zM1024 512v128h1024v-128h-1024z\"\r\n },\r\n {\r\n Name: \"VirtualNetwork\",\r\n Code: \"F815\",\r\n Path: \"M621 1427l-402 -403l402 -403l-90 -90l-494 493l494 493zM1517 1517l494 -493l-494 -493l-90 90l402 403l-402 403zM640 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1024 1152q27 0 50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10zM1536 1024q0 -27 -10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10t-50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50z\"\r\n },\r\n {\r\n Name: \"ColumnVerticalSection\",\r\n Code: \"F81E\",\r\n Path: \"M1408 1792h640v-1536h-640v1536zM1920 384v1280h-384v-1280h384zM256 1664v128h256v-128h-256zM640 1664v128h256v-128h-256zM256 256v128h256v-128h-256zM640 256v128h256v-128h-256zM0 1152v256h128v-256h-128zM0 1536v256h128v-256h-128zM0 384v256h128v-256h-128zM0 768v256h128v-256h-128zM1024 1024v256h128v-256h-128zM1024 1408v256h128v-256h-128zM1024 256v256h128v-256h-128zM1024 640v256h128v-256h-128z\"\r\n },\r\n {\r\n Name: \"SkypeCircleSlash\",\r\n Code: \"F825\",\r\n Path: \"M1024 2048q141 0 272 -36.5t244.5 -103.5t207 -160.5t160.5 -207t103.5 -244.5t36.5 -272t-36.5 -272t-103.5 -244.5t-160.5 -207t-207 -160.5t-244.5 -103.5t-272 -36.5t-272 36.5t-244.5 103.5t-207 160.5t-160.5 207t-103.5 244.5t-36.5 272t36.5 272t103.5 244.5t160.5 207t207 160.5t244.5 103.5t272 36.5zM1456 699q0 46 -31 77l-649 649q-31 31 -77 31q-22 0 -41.5 -8.5t-34.5 -23t-23.5 -34.5t-8.5 -42q0 -44 32 -76l649 -649q32 -32 76 -32q22 0 42 8.5t34.5 23.5t23 34.5t8.5 41.5z\"\r\n },\r\n {\r\n Name: \"SkypeSlash\",\r\n Code: \"F826\",\r\n Path: \"M1807 443q0 -41 -16 -77.5t-43.5 -64t-64 -43.5t-77.5 -16q-40 0 -76.5 15t-65.5 44l-1162 1162q-28 28 -43.5 65.5t-15.5 76.5q0 42 16 78.5t43.5 63.5t64 43t77.5 16q83 0 142 -59l1162 -1162q29 -29 44 -65.5t15 -76.5z\"\r\n },\r\n {\r\n Name: \"CustomizeToolbar\",\r\n Code: \"F828\",\r\n Path: \"M896 1024h-512v512h512v-512zM512 1408v-256h256v256h-256zM1664 1536v-512h-512v512h512zM1536 1152v256h-256v-256h256zM0 1792h2048v-768h-128v640h-1792v-768h896v-128h-1024v1024zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"DuplicateRow\",\r\n Code: \"F82A\",\r\n Path: \"M1664 1280h384v-768h-1664v384h-384v768h1664v-384zM384 1024v256h1152v256h-1408v-512h256zM1920 640v512h-1408v-512h1408z\"\r\n },\r\n {\r\n Name: \"RemoveFromTrash\",\r\n Code: \"F82B\",\r\n Path: \"M1086 1957l-805 -805h999v-960q0 -40 -15 -75t-41 -61t-61 -41t-75 -15h-768q-40 0 -75 15t-61 41t-41 61t-15 75v807l-37 -37l-91 90l272 272l-91 90q-18 18 -27.5 41.5t-9.5 49.5q0 51 37 90l271 272q18 18 41.5 27.5t49.5 9.5t49.5 -9.5t41.5 -27.5l90 -91l272 272zM1152 192v832h-896v-832q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM543 1776l-271 -271l90 -91l272 272zM1920 1792h128v-512h-512v128h292q-77 60 -167.5 91t-187.5 31q-115 0 -219 -43t-185 -124l-90 90q100 100 226 152.5t268 52.5q123 0 238 -41t209 -119v294zM1024 896v-640h-128v640h128zM768 896v-640h-128v640h128zM512 896v-640h-128v640h128z\"\r\n },\r\n {\r\n Name: \"MailOptions\",\r\n Code: \"F82C\",\r\n Path: \"M0 1664h2048v-805q-28 31 -60.5 57.5t-67.5 48.5v435l-896 -447l-896 447v-888h896v-128h-1024v1280zM143 1536l881 -441l881 441h-1762zM1989 679l49 -119l-124 -51q6 -30 6 -61t-6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"Childof\",\r\n Code: \"F82D\",\r\n Path: \"M1024 1792v-128h-896v128h896zM1581 1069l365 -365l-365 -365l-90 90l210 211h-1189v896h128v-768h1061l-210 211z\"\r\n },\r\n {\r\n Name: \"Footer\",\r\n Code: \"F82E\",\r\n Path: \"M128 2048h1792v-2048h-1792v2048zM1792 128v1792h-1536v-1792h1536zM1664 768v-512h-1280v512h1280zM1536 384v256h-1024v-256h1024z\"\r\n },\r\n {\r\n Name: \"Header\",\r\n Code: \"F82F\",\r\n Path: \"M128 2048h1792v-2048h-1792v2048zM1792 128v1792h-1536v-1792h1536zM1664 1792v-512h-1280v512h1280zM1536 1408v256h-1024v-256h1024z\"\r\n },\r\n {\r\n Name: \"BarChartVerticalFill\",\r\n Code: \"F830\",\r\n Path: \"M1280 1280v-896h-384v896h384v0zM1792 1792v-1408h-384v1408h384v0zM256 256h1664v-128h-1792v1792h128v-1664v0zM768 1536v-1152h-384v1152h384v0z\"\r\n },\r\n {\r\n Name: \"StackedColumnChart2Fill\",\r\n Code: \"F831\",\r\n Path: \"M1792 1792v-1408h-384v1408h384zM1664 1408v256h-128v-256h128zM1280 1280v-896h-384v896h384zM1152 896v256h-128v-256h128zM768 1536v-1152h-384v1152h384zM640 1152v256h-128v-256h128zM256 256h1664v-128h-1792v1792h128v-1664z\"\r\n },\r\n {\r\n Name: \"D365BusinessCentral\",\r\n Code: \"F833\",\r\n Path: \"M1967 1218q32 -42 54.5 -90t22.5 -102t-22.5 -102t-54.5 -90q-29 -144 -96 -268.5t-165.5 -223t-223 -166t-268.5 -95.5q-42 -32 -90 -54.5t-102 -22.5t-102 22.5t-90 54.5q-144 28 -268.5 95.5t-223 166t-166 223t-95.5 268.5q-32 42 -54.5 90t-22.5 102t22.5 102t54.5 90q28 144 95.5 268.5t166 223t223 165.5t268.5 96q42 32 90 54.5t102 22.5t102 -22.5t90 -54.5q144 -29 268.5 -96t223 -165.5t165.5 -223t96 -268.5zM1022 1920q-58 0 -93 -35t-35 -93t35.5 -92.5t92.5 -34.5t92.5 34.5t35.5 92.5t-35 93t-93 35zM767 1818q-193 -67 -331.5 -205.5t-205.5 -331.5q30 0 54.5 -3t46.5 -10t44 -19.5t46 -30.5q48 154 151.5 257.5t257.5 151.5q-18 24 -30.5 46t-19.5 44t-10 46.5t-3 54.5zM128 1026q0 -58 35 -93t93 -35t92.5 35.5t34.5 92.5t-34.5 92.5t-92.5 35.5t-93 -35t-35 -93zM830 426q-72 24 -135.5 64t-116.5 92.5t-93 116.5t-64 135q-24 -18 -45.5 -30.5t-44 -20t-47 -10.5t-54.5 -3q33 -96 85.5 -179t121 -151.5t151.5 -120.5t179 -85q0 30 3 54.5t10 47t19.5 44t30.5 46.5zM1022 132q57 0 92.5 34.5t35.5 92.5t-35 93t-93 35t-93 -35t-35 -93t35.5 -92.5t92.5 -34.5zM1278 234q93 33 176 84t151.5 117.5t121.5 148t87 174.5h-25q-44 0 -83.5 14t-72 39t-55.5 60t-32 78h-179q-10 -60 -43 -111.5t-80 -89t-104.5 -59t-117.5 -21.5q-74 0 -139.5 28t-114 76.5t-76.5 114t-28 139.5q0 72 29 137t78 114t114 78t137 29q63 0 121 -22.5t104.5 -62.5t78 -93.5t41.5 -115.5h179q9 43 32 78t55.5 60t72 39t83.5 14h25q-33 96 -85.5 179t-120.5 151.5t-151 121t-179 85.5q0 -30 -3 -54.5t-10.5 -47t-20 -44t-30.5 -45.5q106 -29 197 -95t148 -161q-23 -22 -47 -42.5t-43 -47.5q-31 61 -77 108.5t-103 80.5t-122 50t-132 17q-105 0 -198 -40.5t-162.5 -110t-110 -162.5t-40.5 -198t40.5 -198t110 -162.5t162.5 -110t198 -40.5q67 0 130.5 18.5t120 52t103.5 80.5t80 104q35 -52 90 -89q-68 -87 -154.5 -152t-190.5 -103q18 -25 30.5 -46.5t20 -44t10.5 -47t3 -54.5zM1252 1026q0 48 -18 90t-49 73t-73 49t-90 18t-90 -18t-73 -49t-49 -73t-18 -90t18 -90t49 -73t73 -49t90 -18t90 18t73 49t49 73t18 90zM1789 898q58 0 92.5 35.5t34.5 92.5t-34.5 92.5t-92.5 35.5t-93 -35t-35 -93t35 -93t93 -35z\"\r\n },\r\n {\r\n Name: \"PlainText\",\r\n Code: \"F834\",\r\n Path: \"M128 513v255h128v-256h-128v1zM512 1408v-256h-128v256h128zM1024 384v128h128v-128h-128zM896 768h128v-256h-128v256zM768 1152h-128v256h128v-256zM640 1664v-256h-128v256h128zM768 1152h128v-384h-640v384h128v-256h384v256zM0 384v128h128v-128h-128zM1408 1280h384v-128h-384v128zM1280 1024v128h128v-128h-128zM1280 768h128v-256h-128v256zM1408 384v128h256v-128h-256zM1792 1152h128v-768h-128v128h-128v128h128v128h-384v128h384v256z\"\r\n },\r\n {\r\n Name: \"AccessibiltyChecker\",\r\n Code: \"F835\",\r\n Path: \"M128 1920v-1792h384v-128h-512v2048h1115l549 -549v-91h-640v512h-896zM1152 1829v-293h293zM1536 768l-192 -256l-192 256h128v512h128v-512h128zM2048 704l-256 -192v128h-192l96 128h96v128zM647 640q9 81 39.5 155.5t81.5 138.5l91 -91q-69 -90 -84 -203h-128zM775 512q15 -113 84 -203l-91 -91q-51 64 -81.5 138.5t-39.5 155.5h128zM1152 1017q-113 -15 -203 -84l-91 91q64 51 138.5 81.5t155.5 39.5v-128zM1573 309q69 90 84 203h128q-9 -81 -39.5 -155.5t-81.5 -138.5zM1280 135q113 15 203 84l91 -91q-64 -51 -138.5 -81.5t-155.5 -39.5v128zM858 128l91 91q90 -69 203 -84v-128q-81 9 -155.5 39.5t-138.5 81.5z\"\r\n },\r\n {\r\n Name: \"DatabaseSync\",\r\n Code: \"F842\",\r\n Path: \"M252 1479q-32 12 -63.5 26.5t-60.5 32.5v-706q0 -19 14.5 -37t35 -33t42.5 -26.5t36 -17.5v-136q-41 15 -86 37t-83 52.5t-62.5 70.5t-24.5 90v896q0 48 22.5 86.5t59.5 69.5t84 54.5t96 41t96 28.5t84 18q128 22 262 22q47 0 110.5 -4.5t133 -15.5t140 -29.5t131 -46.5t107 -66.5t68.5 -89.5q-50 9 -99 15.5t-100 9.5q-51 28 -112.5 47t-126.5 30.5t-130 16.5t-122 5q-58 0 -129 -5.5t-143 -19.5t-138.5 -37.5t-114.5 -58.5q-17 -12 -34 -30.5t-17 -40.5q0 -26 24 -48.5t56.5 -41t66 -31.5t52.5 -19q-23 -24 -42 -51t-33 -58zM1088 1024q-68 0 -144.5 6.5t-153 22t-148.5 40.5t-130 61v-706q0 -23 18.5 -44t48 -38.5t66 -32t71.5 -25.5t64.5 -18.5t45.5 -10.5q49 -9 98.5 -14.5t99.5 -7.5v-128q-44 2 -108.5 9t-135.5 22t-142 39t-127.5 59t-91.5 82t-35 108v896q0 47 22 86t58.5 69.5t83 54t95 41t95.5 28.5t83 18q66 12 133 17.5t134 5.5t134 -5.5t133 -17.5q36 -7 83 -18t95.5 -28t95 -41t83 -54.5t58.5 -69.5t22 -86v-320h-128v130q-59 -36 -130.5 -61t-148 -40.5t-153 -22t-144.5 -6.5zM1088 1536q-57 0 -130.5 -6t-148 -20.5t-143 -39.5t-114.5 -63q-14 -11 -27 -27.5t-13 -35.5t13 -35.5t27 -27.5q46 -38 114.5 -63t143 -39.5t148 -20.5t130.5 -6t130.5 6t148 20.5t142.5 39.5t114 63q14 11 27.5 27.5t13.5 35.5t-13.5 35t-27.5 28q-46 38 -114 63t-142.5 39.5t-148 20.5t-130.5 6zM1920 896h128v-384h-384v128h190q-45 60 -112 94t-142 34q-59 0 -111.5 -20t-94.5 -55.5t-70 -84.5t-38 -107l-127 22q14 81 54 149t98.5 118t132.5 78t156 28q91 0 174 -35.5t146 -101.5v137zM1600 128q59 0 111.5 20t94.5 55.5t70.5 84.5t38.5 107l126 -22q-14 -81 -54 -149t-98.5 -118t-132.5 -78t-156 -28q-91 0 -174 35.5t-146 101.5v-137h-128v384h384v-128h-190q45 -60 112 -94t142 -34z\"\r\n },\r\n {\r\n Name: \"ReservationOrders\",\r\n Code: \"F845\",\r\n Path: \"M896 1536v-128h-384v128h384zM512 1152v128h384v-128h-384zM512 896v128h256v-128h-256zM384 1536v-128h-128v128h128zM384 1280v-128h-128v128h128zM256 896v128h128v-128h-128zM128 1920v-1792h640v-128h-768v2048h1115l549 -549v-219h-128v128h-512v512h-896zM1152 1829v-293h293zM1792 1024h256v-1024h-1152v1024h256v128h128v-128h384v128h128v-128zM1920 128v512h-896v-512h896zM1920 768v128h-896v-128h896z\"\r\n },\r\n {\r\n Name: \"TabOneColumn\",\r\n Code: \"F849\",\r\n Path: \"M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h1408v-1280h-1408zM384 1408v-1024h1152v1024h-1152z\"\r\n },\r\n {\r\n Name: \"TabTwoColumn\",\r\n Code: \"F84A\",\r\n Path: \"M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h640v-1280h-640zM384 1408v-1024h384v1024h-384zM1664 1536v-1280h-640v1280h640zM1536 384v1024h-384v-1024h384z\"\r\n },\r\n {\r\n Name: \"TabThreeColumn\",\r\n Code: \"F84B\",\r\n Path: \"M1024 1792h896v-1792h-1920v2048h1024v-256zM1792 128v1536h-896v256h-768v-1792h1664zM256 256v1280h384v-1280h-384zM384 1408v-1024h128v1024h-128zM768 256v1280h384v-1280h-384zM896 1408v-1024h128v1024h-128zM1664 1536v-1280h-384v1280h384zM1536 384v1024h-128v-1024h128z\"\r\n },\r\n {\r\n Name: \"BulletedTreeList\",\r\n Code: \"F84C\",\r\n Path: \"M512 1664h1536v-128h-1536v128zM1024 1024v128h1024v-128h-1024zM1024 512v128h1024v-128h-1024zM0 1408v384h384v-384h-384zM128 1664v-128h128v128h-128zM512 896v384h384v-384h-384zM640 1152v-128h128v128h-128zM512 384v384h384v-384h-384zM640 640v-128h128v128h-128z\"\r\n },\r\n {\r\n Name: \"MicrosoftTranslatorLogoGreen\",\r\n Code: \"F852\",\r\n Path: \"M1290 766h758v-766l-224 223q-75 -52 -162.5 -76.5t-178.5 -24.5q-43 0 -87.5 5.5t-88.5 17t-86 29t-78 41.5q61 4 126 24.5t124.5 53.5t110 77.5t83.5 97.5zM1442 1055q-26 -27 -54.5 -52t-60.5 -44.5t-67.5 -31t-74.5 -11.5q-81 0 -119 49t-38 127q0 67 23.5 123t62.5 101.5t90.5 82t107.5 65.5q-1 17 -1.5 33t-0.5 33q0 47 2.5 93t7.5 92q-12 -1 -24.5 -1h-24.5h-36q-27 0 -48 1.5t-40 9t-37 22.5t-40 41q-9 11 -20 23.5t-11 26.5q0 19 14 27t31 8q22 0 35.5 -8t23 -18t17.5 -19t19 -12q14 -4 31 -4.5t33 -0.5h21q33 0 66 3q4 33 9 65.5t10 65.5q-5 14 -17 21t-24.5 12.5t-22 12.5t-9.5 21q0 20 15.5 25.5t30.5 5.5q11 0 26 -4.5t26 -6.5q12 -3 35.5 -8.5t47.5 -14.5t42 -21.5t18 -28.5q0 -2 -5 -18.5t-11 -36t-11.5 -37t-6.5 -22.5q56 19 104 55q23 17 51.5 32.5t58.5 15.5q26 0 44 -15t18 -42q0 -29 -16.5 -51.5t-43 -39t-60 -28.5t-67.5 -20.5t-65 -13.5t-52 -9q-11 -53 -17.5 -106.5t-8.5 -107.5q34 12 69 21.5t71 14.5q-9 8 -26 17.5t-34.5 20t-30 21.5t-12.5 23q0 20 14 25.5t31 5.5q26 0 63 -3.5t71 -14.5t58 -32.5t24 -57.5q68 -7 126.5 -29.5t101 -61.5t66.5 -94t24 -127q0 -17 -5 -40.5t-10 -40.5q-16 -51 -46.5 -94.5t-70 -79.5t-86 -64.5t-93.5 -50.5q-23 -11 -51 -23t-54 -17l-7 -1q-16 2 -33.5 13.5t-17.5 29.5q0 19 16 26t30 10q4 1 15 5.5t23.5 10.5t23.5 12t15 8q38 20 79.5 47.5t76.5 62t58 76t23 89.5q0 6 -0.5 12.5t-1.5 12.5q-28 205 -234 220q-37 -86 -81 -168.5t-99 -157.5q15 -22 31 -40.5t34 -38.5q9 -9 9 -19q0 -9 -6 -17t-14.5 -14t-18 -9.5t-17.5 -3.5q-12 0 -25 5t-26 13t-23.5 18t-16.5 19zM1565 1460q-69 -12 -135 -36q3 -40 9.5 -79.5t18.5 -77.5q13 21 28.5 45t30 49t27.5 50t21 49zM1141 1070q0 -26 18.5 -45.5t44.5 -19.5q22 0 47.5 17t49.5 41t44 49t32 41q-24 51 -37 105.5t-20 110.5q-34 -24 -66 -57.5t-57 -73t-40.5 -82.5t-15.5 -86z\"\r\n },\r\n {\r\n Name: \"MicrosoftTranslatorLogoBlue\",\r\n Code: \"F853\",\r\n Path: \"M737 332q0 -77 5.5 -153.5t19.5 -152.5l-148 -5q-5 22 -8 43.5t-3 44.5h-9q-66 -60 -147.5 -83t-168.5 -23q-60 0 -109 18t-83.5 51.5t-53.5 82t-19 109.5q0 88 30 151.5t82 105t122.5 61t151.5 19.5q63 0 126 -12q13 -2 33.5 -8.5t32.5 -6.5q5 0 6 2.5t1 7.5q0 11 -2 21t-2 21q0 63 -18.5 101t-51.5 58.5t-79 27t-100 6.5q-30 0 -52.5 -4.5t-43 -11t-41.5 -14t-49 -14.5l-24 130q35 10 66 19t61.5 15.5t63 10t69.5 3.5q80 0 144.5 -15t110.5 -50.5t70.5 -94t24.5 -145.5q0 -79 -4 -158t-4 -158zM348 132q67 0 131 17t117 61q-3 65 -4 128.5t-1 128.5q-35 11 -72 16.5t-74 5.5q-46 0 -95.5 -11t-90 -35t-66.5 -62t-26 -93q0 -42 14 -71.5t38 -48t57 -27.5t72 -9zM461 1452l297 -298h-758v766l224 -224q75 52 162.5 77t178.5 25q43 0 88 -5.5t89 -17t85.5 -29t77.5 -41.5q-62 -5 -126.5 -25t-124 -53t-110 -77.5t-83.5 -97.5z\"\r\n },\r\n {\r\n Name: \"InternalInvestigation\",\r\n Code: \"F854\",\r\n Path: \"M512 640q0 83 40.5 154.5t110.5 116.5q-26 30 -40.5 67.5t-14.5 77.5q0 46 17.5 87t48 71.5t71 48t87.5 17.5q46 0 87 -17.5t71.5 -48t48 -71.5t17.5 -87q0 -40 -14.5 -77.5t-40.5 -67.5q71 -45 111 -116t40 -155h-128q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41.5t-41 -61.5t-15 -74h-128zM832 1152q-40 0 -68 -28t-28 -68t28 -68t68 -28q41 0 68.5 27.5t27.5 68.5q0 40 -28 68t-68 28zM384 384h579l-128 -128h-483q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h243l-129 256h143l129 -256h186l128 256h143l-128 -256h245q40 0 68 -28t28 -68v-451q-35 -19 -67.5 -41.5t-60.5 -50.5v511h-478q6 -13 21 -40t30.5 -57t27 -56.5t11.5 -38.5q0 -27 -19 -46t-45 -19q-18 0 -33.5 9.5t-23.5 25.5l-112 222h-275v-1280zM1664 1152q79 0 149 -30t122.5 -82.5t82.5 -122.5t30 -149q0 -80 -30 -149.5t-82.5 -122t-122.5 -82.5t-149 -30q-60 0 -116.5 18.5t-105.5 53.5l-437 -437q-19 -19 -45 -19t-45 19t-19 45q0 27 19 46l436 436q-34 49 -52.5 105.5t-18.5 116.5q0 79 30 149t82.5 122.5t122 82.5t149.5 30zM1664 512q53 0 99.5 20t81.5 55t55 81.5t20 99.5t-20 99.5t-55 81.5t-81.5 55t-99.5 20t-99.5 -20t-81.5 -55t-55 -81.5t-20 -99.5t20 -99.5t55 -81.5t81.5 -55t99.5 -20z\"\r\n },\r\n {\r\n Name: \"ExpandAll\",\r\n Code: \"F859\",\r\n Path: \"M0 1920h2048v-128h-2048v128zM896 1408v128h1152v-128h-1152zM896 1024v128h1152v-128h-1152zM896 640v128h1152v-128h-1152zM896 256v128h1152v-128h-1152zM384 347l147 146l90 -90l-301 -301l-301 301l90 90l147 -146v1189h128v-1189z\"\r\n },\r\n {\r\n Name: \"CollapseAll\",\r\n Code: \"F85A\",\r\n Path: \"M0 1920h2048v-128h-2048v128zM896 1408v128h1152v-128h-1152zM19 1261l301 301l301 -301l-90 -90l-147 146v-1189h-128v1189l-147 -146z\"\r\n },\r\n {\r\n Name: \"AddReaction\",\r\n Code: \"F85D\",\r\n Path: \"M1792 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM3200 1024q0 -142 -36.5 -272.5t-103 -244.5t-160 -207.5t-207.5 -160t-245 -103t-272 -36.5q-142 0 -272.5 36.5t-244.5 103t-207.5 160t-160 207.5t-103 245t-36.5 272t36.5 272t103 245t160 207.5t207.5 160t245 103t272 36.5t272 -36.5t245 -103t207.5 -160t160 -207.5t103 -245t36.5 -272zM2176 128q123 0 237.5 32t214 90.5t181.5 140.5t140.5 181.5t90.5 214t32 237.5t-32 237.5t-90.5 214t-140.5 181.5t-181.5 140.5t-214 90.5t-237.5 32q-124 0 -238 -32t-213.5 -90.5t-181.5 -140.5t-140.5 -181.5t-90.5 -214t-32 -237.5q0 -124 32 -238t90.5 -213.5t140.5 -181.5t181.5 -140.5t214 -90.5t237.5 -32zM2560 1152q-27 0 -50 10t-40.5 27.5t-27.5 40.5t-10 50t10 50t27.5 40.5t40.5 27.5t50 10t50 -10t40.5 -27.5t27.5 -40.5t10 -50t-10 -50t-27.5 -40.5t-40.5 -27.5t-50 -10zM2176 512q73 0 141.5 20t127.5 57t106.5 90t80.5 118l115 -58q-41 -81 -101 -147t-134 -112t-159.5 -71t-176.5 -25q-92 0 -177 25t-159 71t-134 112t-101 147l115 58q33 -65 80.5 -118t106.5 -90t127 -57t142 -20zM512 1536v-384h384v-128h-384v-384h-128v384h-384v128h384v384h128z\",\r\n Width: 3220\r\n },\r\n {\r\n Name: \"RevenueManagement\",\r\n Code: \"F85E\",\r\n Path: \"M128 1536v-768h768v-128h-896v1024h384v384h1408v-896h-128v768h-1152v-256h896v-512h-128v384h-1152zM1792 768h256v-768h-1024v768h256v256h512v-256zM1408 896v-128h256v128h-256zM1920 128v256h-128v-128h-128v128h-256v-128h-128v128h-128v-256h768zM1920 512v128h-768v-128h768z\"\r\n },\r\n {\r\n Name: \"ContactHeart\",\r\n Code: \"F862\",\r\n Path: \"M2048 564q0 -54 -20 -102.5t-58 -86.5l-370 -369l-370 369q-38 38 -58 86.5t-20 102.5q0 55 21 104t57 85.5t84.5 57.5t104.5 21q50 0 97.5 -17.5t83.5 -52.5q38 35 84 52.5t97 17.5q56 0 104.5 -21t84.5 -57.5t57 -85.5t21 -104zM1920 564q0 29 -11 54.5t-30 44.5t-44.5 30t-54.5 11q-57 0 -98 -41l-82 -82l-82 82q-20 20 -45.5 30.5t-52.5 10.5q-29 0 -54.5 -11t-44.5 -30t-30 -44.5t-11 -54.5q0 -57 41 -98l279 -279l279 279q41 41 41 98zM1152 896q-87 65 -181 96.5t-203 31.5q-134 0 -251 -49.5t-203.5 -136t-136 -203.5t-49.5 -251h-128q0 121 35 232.5t100 205.5t156.5 166.5t205.5 114.5q-55 34 -99.5 82t-76 104.5t-48.5 119t-17 127.5q0 106 40.5 199t110 162.5t162.5 110t199 40.5t199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -65 -17 -127.5t-48.5 -119t-76 -104.5t-99.5 -82q66 -23 121.5 -58.5t108.5 -81.5q-33 -11 -61.5 -28t-55.5 -39zM1152 1536q0 79 -30.5 148.5t-83 122t-122 83t-148.5 30.5t-148.5 -30.5t-122 -83t-83 -122t-30.5 -148.5t30.5 -148.5t83 -122t122 -83t148.5 -30.5t148.5 30.5t122 83t83 122t30.5 148.5z\"\r\n },\r\n {\r\n Name: \"VisuallyImpaired\",\r\n Code: \"F866\",\r\n Path: \"M176 1194q27 24 56 46t58 43l769 -769q-9 0 -17.5 -1t-17.5 -1q-46 0 -91.5 4.5t-90.5 12.5zM2048 1024q-128 -144 -285 -257.5t-339 -179.5l349 -350l-90 -90l-398 398l-63 -13l-822 822l48 28l-429 429l90 90l461 -461q108 46 222 71t232 25q150 0 292 -39t272.5 -107.5t246 -162.5t213.5 -203zM1024 1408q-77 0 -147.5 -29t-124.5 -83l181 -181q18 18 41.5 27.5t49.5 9.5q27 0 50.5 -10t40.5 -27t27 -40.5t10 -50.5q0 -26 -9.5 -49.5t-27.5 -41.5l181 -181q54 54 83 124.5t29 147.5q0 80 -30 150t-82 122t-122 82t-150 30zM1443 732q120 53 227 127t201 165q-94 91 -201 165t-227 127q45 -64 68 -139t23 -153t-23 -153t-68 -139zM0 1024q39 43 81 84l511 -511q-172 69 -320.5 179t-271.5 248z\"\r\n },\r\n {\r\n Name: \"EventToDoLogo\",\r\n Code: \"F869\",\r\n Path: \"M128 1408v-768h256v-128h-384v1408h256v128h128v-128h768v128h128v-128h256v-640h-128v128h-1280zM256 1792h-128v-256h1280v256h-128v-128h-128v128h-768v-128h-128v128zM2048 964q0 -20 -8.5 -39.5t-22.5 -33.5q-208 -208 -412 -414t-413 -412q-32 -30 -75 -30t-73 30l-411 410q-15 14 -23 33.5t-8 40.5q0 43 31 74l177 177q31 31 74 31q42 0 73 -31l160 -160l576 575q30 30 73 30q20 0 40.5 -8t34.5 -22l176 -177q14 -14 22.5 -33.5t8.5 -40.5zM885 406l143 143l-144 144l-143 -144zM1910 965l-144 144q-199 -200 -395.5 -397.5t-396.5 -396.5q36 -36 71.5 -72t71.5 -72q200 199 397 396.5t396 397.5z\"\r\n },\r\n {\r\n Name: \"Variable2\",\r\n Code: \"F86D\",\r\n Path: \"M139 1088q0 -223 59 -430t165 -402h-97q-62 91 -111 191.5t-83.5 206t-53 215.5t-18.5 220q0 230 71 435t195 396h97q-55 -108 -96.5 -205t-70 -195.5t-43 -203.5t-14.5 -228zM1624 1566q0 -48 -25.5 -72t-72.5 -24q-17 0 -34 5t-33.5 11t-33 11t-33.5 5q-21 0 -45 -16t-49.5 -42t-50 -58t-46 -64t-38 -60t-25.5 -45l101 -426q3 -13 8.5 -35.5t14 -45t21 -39t29.5 -16.5q23 0 50.5 20t52.5 48.5t45 58t29 49.5l43 -21q-12 -23 -32.5 -54t-45.5 -64t-54.5 -65t-60.5 -57.5t-61.5 -41.5t-58.5 -16q-39 0 -66 23t-45 55q-8 14 -18 45t-20.5 71t-21.5 85t-20 86.5t-16.5 76t-10.5 53.5q-26 -48 -62.5 -108.5t-78 -121.5t-85.5 -115t-85 -88q-32 -26 -68 -44t-78 -18q-24 0 -45.5 7.5t-38 22t-26.5 34.5t-10 45q0 42 26 69t68 27q22 0 41 -11t35.5 -23.5t31 -23.5t26.5 -11q18 0 47.5 28t63 72t69 97t65.5 103t52.5 90t31.5 59q-10 38 -20 75t-19 75q-8 32 -17 72.5t-22.5 81t-32.5 75t-47 54.5q-31 22 -64.5 28t-70.5 6q-33 0 -66 -3v44l332 59q40 -43 65 -85t42 -85.5t29.5 -91t27.5 -101.5q32 48 64.5 98t69 95.5t80 84t97.5 65.5q18 9 38 14.5t40 5.5q22 0 43.5 -6t37.5 -18t26 -30.5t10 -43.5zM2048 1089q0 -110 -18.5 -220t-53 -215.5t-83.5 -206t-111 -191.5h-97q106 195 165 402t59 430q0 146 -25.5 290.5t-77.5 281.5q-26 67 -57.5 131.5t-63.5 128.5h97q124 -191 195 -396t71 -435z\"\r\n },\r\n {\r\n Name: \"ModelingView\",\r\n Code: \"F871\",\r\n Path: \"M2048 1152h-896v512h-640v-256h384v-896h-384v-256h640v640h896v-896h-896v128h-768v384h-384v896h384v384h768v256h896v-896zM1280 1920v-128h640v128h-640zM1280 1664v-384h640v384h-640zM1280 768v-128h640v128h-640zM1280 512v-384h640v384h-640zM768 640v384h-640v-384h640zM768 1280h-640v-128h640v128z\"\r\n },\r\n {\r\n Name: \"DisconnectVirtualMachine\",\r\n Code: \"F873\",\r\n Path: \"M1277 547l-227 -227l227 -227l-90 -90l-227 227l-227 -227l-90 90l227 227l-227 227l90 90l227 -227l227 227zM608 384l64 -64l-64 -64h-480v128h480zM1248 320l64 64h480v-128h-480zM128 1920h1664v-1152h-768v-96l-64 -64l-64 64v96h-768v1152zM1664 896v896h-1408v-896h1408z\"\r\n },\r\n {\r\n Name: \"ReportLock\",\r\n Code: \"F875\",\r\n Path: \"M1920 640h128v-640h-768v640h128v128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5v-128zM1536 768v-128h256v128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50zM1920 128v384h-512v-384h512zM896 256h-256v384h256v-384zM512 256h-256v640h256v-640zM0 2048h987l549 -549v-347h-128v256h-512v512h-768v-1792h1024v-128h-1152v2048zM1024 1829v-293h293zM1280 1152v-384h-128v-512h-128v896h256z\"\r\n },\r\n {\r\n Name: \"Uneditable2\",\r\n Code: \"F876\",\r\n Path: \"M633 158l-633 -158l158 633l584 583l-723 723l90 90l1920 -1920l-90 -90l-723 722zM176 176l329 82q-10 46 -32.5 87t-54.5 73t-73 54.5t-87 32.5zM1126 832l-294 293l-506 -505q52 -17 98.5 -45t84.5 -66t66 -84.5t45 -98.5zM1420 945l-91 90l373 373l-294 293l-372 -372l-91 90l530 531h1q47 48 108.5 73t128.5 25q69 0 130 -26.5t106.5 -72t72 -106.5t26.5 -131q0 -66 -25 -127.5t-73 -109.5zM1859 1566q29 29 45 67t16 79q0 43 -16.5 81t-44.5 66t-66 44.5t-81 16.5q-38 0 -66.5 -10.5t-53 -28.5t-46.5 -41t-47 -48l293 -293l67 67h1h-1z\"\r\n },\r\n {\r\n Name: \"Uneditable2Mirrored\",\r\n Code: \"F877\",\r\n Path: \"M2048 0l-633 158l-583 583l-723 -722l-90 90l1920 1920l90 -90l-722 -723l583 -583zM1543 258l329 -82l-82 329q-47 -10 -87.5 -32.5t-73 -54.5t-54.5 -73t-32 -87zM1216 1125l-293 -293l505 -506q16 52 44.5 98.5t66.5 84.5t84 66t99 45zM0 1712q0 70 26.5 131t72 106.5t106.5 72t130 26.5q67 0 128.5 -25t109.5 -73l530 -531l-90 -90l-373 372l-293 -293l372 -373l-90 -90l-531 530q-48 48 -73 109.5t-25 127.5zM128 1712q0 -38 10.5 -66.5t28.5 -53t41 -46.5t48 -47l293 293q-25 25 -47 48t-46.5 41t-53.5 28.5t-67 10.5q-43 0 -80.5 -16.5t-65.5 -44.5t-44.5 -66t-16.5 -81z\"\r\n },\r\n {\r\n Name: \"Spelling\",\r\n Code: \"F87B\",\r\n Path: \"M547 1260q-29 -51 -71.5 -79.5t-102.5 -28.5q-40 0 -73.5 11.5t-57.5 33.5t-37 54.5t-13 73.5q0 45 13.5 78.5t38 57t59 38t76.5 20.5l170 25q0 30 -5.5 57.5t-18.5 48t-36 33t-57 12.5q-53 0 -99.5 -19t-85.5 -54v98q16 12 40.5 22t52 17.5t54 12t46.5 4.5q54 0 92 -15.5t62 -44.5t35 -70t11 -92v-387h-91v93h-2zM394 1233q37 0 65.5 14.5t48.5 39t30.5 56t10.5 65.5v60l-137 -21q-28 -5 -51.5 -11t-40 -18.5t-26 -32.5t-9.5 -53q0 -48 32 -73.5t77 -25.5zM859 1252v-85h-91v881h91v-391h2q33 59 87.5 89t120.5 30q63 0 107 -25.5t72 -67t41 -94t13 -107.5q0 -61 -14.5 -120t-45.5 -105.5t-80.5 -75.5t-118.5 -29q-57 0 -105 25t-77 75h-2zM859 1493v-83q0 -39 12.5 -71.5t35.5 -56t55 -36.5t71 -13q51 0 85 23.5t54 59.5t28.5 80.5t8.5 86.5q0 39 -8.5 77t-28 68t-50.5 48.5t-76 18.5t-80 -15.5t-59 -42.5t-36 -64t-12 -80zM1699 1695q-50 0 -87.5 -20t-62 -53t-36.5 -76t-12 -88t11.5 -86t35 -72t60 -49t86.5 -18q38 0 73.5 14.5t65.5 37.5v-91q-35 -23 -74 -32.5t-81 -9.5q-65 0 -115 23.5t-84.5 64t-52.5 95t-18 115.5q0 69 19 128.5t56 103.5t92.5 69t127.5 25q34 0 67.5 -7t63.5 -23v-97q-30 22 -64 34t-71 12zM895 219l724 722l90 -90l-814 -814l-428 430l90 90z\"\r\n },\r\n {\r\n Name: \"BarChartVerticalEdit\",\r\n Code: \"F89D\",\r\n Path: \"M1408 1664v-641l-128 -128v897h384v-531q-39 -22 -67.5 -50.5l-60.5 -60.5v514h-128zM640 1536v-1152h-384v1152h384zM512 512v896h-128v-896h128zM2048 954q0 -39 -15 -76t-43 -65l-717 -717l-377 -94l94 377l717 716q29 29 64.5 43t76.5 14q42 0 78.5 -15t63.5 -41.5t42.5 -63t15.5 -78.5zM1920 954q0 32 -20 51t-52 19q-14 0 -27 -4.5t-23 -14.5l-692 -692l-34 -135l135 34l692 691q21 21 21 51zM896 512h1l-25.5 -25.5t-26.5 -25.5q-5 -20 -9.5 -39t-9.5 -38h-58v896h384v-513l-127 -127h-1v512h-128v-640zM128 1920v-1664h666l-32 -128h-762v1792h128z\"\r\n },\r\n {\r\n Name: \"GlobalNavButtonActive\",\r\n Code: \"F89F\",\r\n Path: \"M1728 1024q-66 0 -124.5 25t-102 68.5t-68.5 102t-25 124.5t25 124.5t68.5 102t102 68.5t124.5 25t124.5 -25t102 -68.5t68.5 -102t25 -124.5t-25 -124.5t-68.5 -102t-102 -68.5t-124.5 -25zM1254 1536q-12 -31 -19.5 -63t-12.5 -65h-1222v128h1254zM1332 1024q65 -80 153 -128h-1485v128h1332zM0 384v128h2048v-128h-2048z\"\r\n },\r\n {\r\n Name: \"PollResults\",\r\n Code: \"F8A0\",\r\n Path: \"M2048 1408v-640h-768v-512h-1152v-128h-128v1920h128v-128h1408v-512h512zM128 1792v-384h1280v384h-1280zM1152 384v384h-1024v-384h1024zM1920 896v384h-1792v-384h1792z\"\r\n },\r\n {\r\n Name: \"Rerun\",\r\n Code: \"F8A1\",\r\n Path: \"M1152 1408v128h421l-107.5 107.5l-107.5 107.5q-81 80 -182.5 122.5t-215.5 42.5q-79 0 -151.5 -21t-136 -58.5t-115.5 -90.5t-89.5 -117t-58 -137t-20.5 -151q0 -112 42.5 -214t121.5 -181l599 -599v-182l-690 690q-97 97 -149.5 224t-52.5 265q0 96 25.5 185.5t71.5 167t110.5 141.5t142.5 109.5t167.5 70.5t185.5 25q125 0 219.5 -34t174 -91.5t152.5 -133t155 -157.5v421h128v-640h-640zM1280 896l768 -448l-768 -448v896zM1408 673v-450l386 225z\"\r\n },\r\n {\r\n Name: \"QandA\",\r\n Code: \"F8A2\",\r\n Path: \"M1792 1664h128v-1280h-256v-384l-384 384h-512l128 128h437l203 -203v203h256v1152zM768 640l-384 -384v384h-384v1408h1664v-1408h-896zM128 768h384v-203l203 203h821v1152h-1408v-1152zM768 896v128h128v-128h-128zM832 1664q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50h-128q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5q0 -46 -14 -81t-37 -65t-52 -57.5t-59 -57.5q-20 -20 -25.5 -42t-5.5 -47q0 -8 0.5 -16.5t0.5 -17.5h-128v48q0 46 14 81t35.5 63t46.5 50.5t46.5 44.5t35.5 45t14 52q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10z\"\r\n },\r\n {\r\n Name: \"QandAMirror\",\r\n Code: \"F8A3\",\r\n Path: \"M587 512h437l128 -128h-512l-384 -384v384h-256v1280h128v-1152h256v-203zM256 2048h1664v-1408h-384v-384l-384 384h-896v1408zM1792 768v1152h-1408v-1152h821l203 -203v203h384zM1024 896v128h128v-128h-128zM832 1536q0 53 20 99.5t55 81.5t81.5 55t99.5 20t99.5 -20t81.5 -55t55 -81.5t20 -99.5h-128q0 27 -10 50t-27.5 40.5t-40.5 27.5t-50 10t-50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50q0 -29 14 -52t35.5 -45t46.5 -44.5t46.5 -50.5t35.5 -63t14 -81v-48h-128v48q0 29 -14 52.5t-35.5 45t-46.5 44t-46.5 50.5t-35.5 62.5t-14 81.5z\"\r\n },\r\n {\r\n Name: \"BookAnswers\",\r\n Code: \"F8A4\",\r\n Path: \"M384 2048h1408v-2048h-1408q-53 0 -99.5 20t-81.5 55t-55 81.5t-20 99.5v1536q0 53 20 99.5t55 81.5t81.5 55t99.5 20zM1664 128v256h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50t10 -50t27.5 -40.5t40.5 -27.5t50 -10h1280zM1664 512v1408h-1280q-27 0 -50 -10t-40.5 -27.5t-27.5 -40.5t-10 -50v-1314q60 34 128 34h1280zM896 768v640h128v-640h-128zM896 1536v128h128v-128h-128z\"\r\n },\r\n {\r\n Name: \"AlertSettings\",\r\n Code: \"F8B6\",\r\n Path: \"M1024 1536v-640h-128v640h128zM960 256q17 0 32.5 1.5t32.5 2.5q21 -65 56 -124q-30 -4 -60.5 -6t-60.5 -2q-133 0 -256 34t-229.5 96.5t-194 150t-150 194t-96.5 229.5t-34 256t34 256t96.5 229.5t150 194t194 150t229.5 96.5t256 34t256 -34t229.5 -96.5t194 -150t150 -194t96.5 -229.5t34 -256q0 -30 -2 -60.5t-6 -60.5q-29 18 -60.5 31.5t-63.5 24.5q1 17 2.5 32.5t1.5 32.5q0 114 -30 220.5t-84 199t-130 168.5t-168.5 130t-199 84t-220.5 30q-115 0 -221 -30t-198.5 -84t-168.5 -130t-130 -168.5t-84 -199t-30 -220.5q0 -115 30 -221t84 -198.5t130 -168.5t168.5 -130t198.5 -84t221 -30zM896 640v128h128v-128h-128zM1920 448q0 -31 -6 -61l124 -51l-49 -119l-124 52q-35 -51 -86 -86l52 -124l-119 -49l-51 124q-30 -6 -61 -6t-61 6l-51 -124l-119 49l52 124q-51 35 -86 86l-124 -52l-49 119l124 51q-6 30 -6 61t6 61l-124 51l49 119l124 -52q35 51 86 86l-52 124l119 49l51 -124q30 6 61 6t61 -6l51 124l119 -49l-52 -124q51 -35 86 -86l124 52l49 -119l-124 -51q6 -30 6 -61zM1792 448q0 40 -15 75t-41 61t-61 41t-75 15t-75 -15t-61 -41t-41 -61t-15 -75t15 -75t41 -61t61 -41t75 -15t75 15t61 41t41 61t15 75z\"\r\n },\r\n {\r\n Name: \"SpeechOff\",\r\n Code: \"F8BA\",\r\n Path: \"M1125 1292q-29 74 -86 131t-131 86l-154 154q4 0 7 0.5t7 0.5q106 0 199 -40.5t162.5 -110t110 -162.5t40.5 -199q0 -4 -0.5 -7t-0.5 -7zM1730 687q93 112 141.5 247.5t48.5 281.5q0 83 -16 163.5t-47 155t-76.5 142.5t-104.5 127l91 91q137 -137 209 -311.5t72 -367.5q0 -172 -58 -330.5t-170 -289.5zM1456 961q39 57 59.5 122t20.5 133q0 90 -34 172t-97 145l90 90q81 -81 124.5 -185t43.5 -219q0 -94 -30 -183.5t-87 -164.5zM122 1914l91 91l1792 -1792l-91 -91l-732 733q-29 -42 -66 -76t-80 -60q112 -42 204.5 -114.5t158 -167t101.5 -206t36 -231.5h-128q0 88 -23 170t-64.5 153t-100 129.5t-129.5 100t-153 64.5t-170 23t-170 -23t-153 -64.5t-129.5 -100t-100 -129.5t-64.5 -153t-23 -170h-128q0 120 36 231.5t101.5 205.5t157.5 166.5t204 114.5q-56 35 -101 82.5t-76.5 103.5t-48.5 119t-17 129q0 62 14.5 121t42.5 112t68 99t90 82zM562 1475q-84 -53 -131 -138.5t-47 -184.5q0 -80 30 -149.5t82.5 -122t122 -82.5t149.5 -30q99 0 184.5 47t138.5 131z\"\r\n },\r\n {\r\n Name: \"TrimStart\",\r\n Code: \"F8BB\",\r\n Path: \"M1664 1920h-768v-1792h768v-128h-1408v2048h1408v-128zM768 128v1792h-384v-1792h384z\"\r\n },\r\n {\r\n Name: \"TrimEnd\",\r\n Code: \"F8BC\",\r\n Path: \"M384 2048h1408v-2048h-1408v128h768v1792h-768v128zM1664 128v1792h-384v-1792h384z\"\r\n },\r\n {\r\n Name: \"TableComputed\",\r\n Code: \"F8F5\",\r\n Path: \"M1062 768h-422v-256h293l-65 -128h-868v1536h1664v-512h-128v128h-384v-256h168l-65 -128h-103v-205zM1024 896v256h-384v-256h384zM1024 1280v256h-384v-256h384zM512 512v256h-384v-256h384zM512 896v256h-384v-256h384zM512 1280v256h-384v-256h384zM128 1664h1408v128h-1408v-128zM1779 896h269l-672 -896h-264l256 512h-256l387 768h518zM1335 158l457 610h-243l238 384h-209l-258 -512h256z\"\r\n },\r\n {\r\n Name: \"UniteShape\",\r\n Code: \"F8FB\",\r\n Path: \"M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM640 561v-226l207 -207h226zM128 1231l1103 -1103h226l-1329 1329v-226zM128 1615l1487 -1487h226l-1713 1713v-226zM1920 207v226l-1487 1487h-226zM591 1920l1329 -1329v226l-1103 1103h-226zM1408 1487v226l-207 207h-226zM1920 1359v49h-49zM1713 1408h-226l433 -433v226zM1408 1871v49h-49zM128 689v-49h49zM335 640h226l-433 433v-226zM640 177v-49h49z\"\r\n },\r\n {\r\n Name: \"SubtractShape\",\r\n Code: \"F8FC\",\r\n Path: \"M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM1359 1536h49v177l-207 207h-226zM128 1457v-226l384 -384v226zM128 1615l384 -384v226l-384 384v-226zM207 1920l384 -384h226l-384 384h-226zM975 1536h226l-384 384h-226zM1408 1871v49h-49zM128 689v-49h49zM335 640h177v49l-384 384v-226zM1920 128v1280h-1280v-1280h1280z\"\r\n },\r\n {\r\n Name: \"IntersectShape\",\r\n Code: \"F8FD\",\r\n Path: \"M1536 1536h512v-1536h-1536v512h-512v1536h1536v-512zM128 640h384v896h896v384h-1280v-1280zM1329 1408h-226l305 -305v226zM945 1408h-226l689 -689v226zM719 640h226l-305 305v-226zM1103 640h226l-689 689v-226zM1920 128v1280h-384v-896h-896v-384h1280z\"\r\n }\r\n )\r\n, Name=IconName).Path", + "Property": "GetMenuIconPath", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "false", + "Property": "DefaultExpandValue", + "RuleProviderType": "System" + }, + { + "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": "If(!Self.IsExpanded, 46, 221)", + "Property": "Width", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "InvariantScript": "640", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorValue(ExpandMenu.Theme.palette.white)", + "Property": "Fill", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "InvariantScript": "Set(IsOpen, ExpandMenu.DefaultExpandValue)", + "Property": "OnReset", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "InvariantScript": "true", + "Property": "OnExpandSelect", + "RuleProviderType": "System" + }, + { + "Category": "Behavior", + "InvariantScript": "true", + "Property": "OnButtonSelect", + "RuleProviderType": "System" + } + ] + }, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "ExpandMenu", + "TemplateGuid": "862d7dc0dd804c3d838768e43092011b" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [ + { + "Category": 0, + "DisplayName": "Items", + "Hidden": false, + "IsResettable": true, + "Name": "Items", + "PropertyDataTypeKey": "Table", + "Tooltip": "Items", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Table\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"Icon\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Label\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Screen\",\"Kind\":\"_LimPrimitive\",\"EnumString\":\"\",\"Template\":{\"TemplateName\":\"screen\",\"IsMetaLoc\":false,\"Intangible\":false,\"IsDataLimited\":false,\"ExpandoType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"BackgroundImage\",\"Kind\":\"Image\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ContentLanguage\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Height\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ImagePosition\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Fill:\\\"fill\\\", Fit:\\\"fit\\\", Stretch:\\\"stretch\\\", Tile:\\\"tile\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Stretch\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tile\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"LoadingSpinner\",\"Kind\":\"Enum\",\"EnumString\":\"%n[Controls:0, Data:1, None:2]\",\"Type\":[{\"Name\":\"Controls\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Data\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"LoadingSpinnerColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Name\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Orientation\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Printing\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Size\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Width\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}]}},\"Properties\":[{\"Name\":\"Fill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Fill\"},{\"Name\":\"BackgroundImage\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Image\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Background image\"},{\"Name\":\"ImagePosition\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Fill:\\\"fill\\\", Fit:\\\"fit\\\", Stretch:\\\"stretch\\\", Tile:\\\"tile\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Stretch\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tile\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Image position\"},{\"Name\":\"Height\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Height\"},{\"Name\":\"Width\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Width\"},{\"Name\":\"Size\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Size\"},{\"Name\":\"Orientation\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Orientation\"},{\"Name\":\"LoadingSpinner\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%n[Controls:0, Data:1, None:2]\",\"Type\":[{\"Name\":\"Controls\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Data\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Loading spinner\"},{\"Name\":\"LoadingSpinnerColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Loading spinner color\"},{\"Name\":\"Name\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Name\"},{\"Name\":\"Printing\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Printing\"},{\"Name\":\"ContentLanguage\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Content language\"}]}},{\"Name\":\"Tooltip\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}}" + }, + { + "Category": 0, + "DisplayName": "IsExpanded", + "Hidden": true, + "Name": "IsExpanded", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "IsExpanded", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 2, + "DisplayName": "OnExpandSelect", + "Hidden": false, + "Name": "OnExpandSelect", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 2, + "DisplayName": "OnButtonSelect", + "Hidden": false, + "Name": "OnButtonSelect", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "SelectedItem", + "Hidden": true, + "Name": "SelectedItem", + "PropertyDataTypeKey": "Record", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"Image1_1\",\"Kind\":\"_LimPrimitive\",\"EnumString\":\"\",\"Template\":{\"TemplateName\":\"image\",\"IsMetaLoc\":false,\"Intangible\":false,\"IsDataLimited\":true,\"ExpandoType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"AccessibleLabel\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"AutoDisableOnSelect\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderStyle\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"BorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ContentLanguage\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisplayMode\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"DisplayedHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisplayedWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"EXIFOrientation\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Height\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Image\",\"Kind\":\"Image\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ImagePosition\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Fill:\\\"fill\\\", Fit:\\\"fit\\\", Stretch:\\\"stretch\\\", Tile:\\\"tile\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Stretch\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tile\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"ImageRotation\",\"Kind\":\"Enum\",\"EnumString\":\"%s[None:\\\"none\\\", Rotate180:\\\"rotate180\\\", Rotate270:\\\"rotate270\\\", Rotate90:\\\"rotate90\\\"]\",\"Type\":[{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate180\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate270\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate90\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"OffsetX\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"OffsetY\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"OriginalHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"OriginalWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingBottom\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingLeft\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingRight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingTop\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusBottomLeft\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusBottomRight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusTopLeft\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusTopRight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"TabIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tooltip\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Transparency\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Visible\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Width\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"X\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Y\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ZIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}]}},\"Properties\":[{\"Name\":\"Image\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Image\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Image\"},{\"Name\":\"Transparency\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Transparency\"},{\"Name\":\"ImagePosition\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Fill:\\\"fill\\\", Fit:\\\"fit\\\", Stretch:\\\"stretch\\\", Tile:\\\"tile\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Stretch\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tile\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Image position\"},{\"Name\":\"ImageRotation\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[None:\\\"none\\\", Rotate180:\\\"rotate180\\\", Rotate270:\\\"rotate270\\\", Rotate90:\\\"rotate90\\\"]\",\"Type\":[{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate180\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate270\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate90\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Rotate\"},{\"Name\":\"EXIFOrientation\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"A number between 1 and 8 defined in the image's metadata specifying how an image needs to be rotated and/or flipped when displayed. The exact meaning of each number is defined in the EXIF specification.\"},{\"Name\":\"OriginalWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Original width\"},{\"Name\":\"OriginalHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Original height\"},{\"Name\":\"DisplayedWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Displayed width of the image.\"},{\"Name\":\"DisplayedHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Displayed height of the image.\"},{\"Name\":\"OffsetX\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"X offset of the image's left edge within the control.\"},{\"Name\":\"OffsetY\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Y offset of the image's top edge within the control.\"},{\"Name\":\"AccessibleLabel\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Accessible label\"},{\"Name\":\"Tooltip\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Tooltip\"},{\"Name\":\"ContentLanguage\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Content language\"},{\"Name\":\"AutoDisableOnSelect\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Auto disable on select\"},{\"Name\":\"X\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"X\"},{\"Name\":\"Y\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Y\"},{\"Name\":\"Width\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Width\"},{\"Name\":\"Height\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Height\"},{\"Name\":\"Visible\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Visible\"},{\"Name\":\"Fill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Fill\"},{\"Name\":\"DisabledFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled fill\"},{\"Name\":\"PressedFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed fill\"},{\"Name\":\"HoverFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover fill\"},{\"Name\":\"BorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border color\"},{\"Name\":\"RadiusTopLeft\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Top Left\"},{\"Name\":\"RadiusTopRight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Top Right\"},{\"Name\":\"RadiusBottomLeft\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Bottom Left\"},{\"Name\":\"RadiusBottomRight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Bottom Right\"},{\"Name\":\"DisabledBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled border color\"},{\"Name\":\"PressedBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed border color\"},{\"Name\":\"HoverBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover border color\"},{\"Name\":\"BorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border thickness\"},{\"Name\":\"FocusedBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border color\"},{\"Name\":\"FocusedBorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border thickness\"},{\"Name\":\"BorderStyle\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border style\"},{\"Name\":\"PaddingTop\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding top\"},{\"Name\":\"PaddingRight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding right\"},{\"Name\":\"PaddingBottom\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding bottom\"},{\"Name\":\"PaddingLeft\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding left\"},{\"Name\":\"DisplayMode\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Display mode\"},{\"Name\":\"TabIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Tab index\"},{\"Name\":\"minimumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumWidth\"},{\"Name\":\"minimumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumHeight\"},{\"Name\":\"maximumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumWidth\"},{\"Name\":\"maximumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumHeight\"},{\"Name\":\"ZIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"ZIndex\"}]}},{\"Name\":\"imgIcon\",\"Kind\":\"_LimPrimitive\",\"EnumString\":\"\",\"Template\":{\"TemplateName\":\"image\",\"IsMetaLoc\":false,\"Intangible\":false,\"IsDataLimited\":true,\"ExpandoType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"AccessibleLabel\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"AutoDisableOnSelect\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderStyle\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"BorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ContentLanguage\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisplayMode\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"DisplayedHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisplayedWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"EXIFOrientation\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Height\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Image\",\"Kind\":\"Image\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ImagePosition\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Fill:\\\"fill\\\", Fit:\\\"fit\\\", Stretch:\\\"stretch\\\", Tile:\\\"tile\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Stretch\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tile\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"ImageRotation\",\"Kind\":\"Enum\",\"EnumString\":\"%s[None:\\\"none\\\", Rotate180:\\\"rotate180\\\", Rotate270:\\\"rotate270\\\", Rotate90:\\\"rotate90\\\"]\",\"Type\":[{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate180\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate270\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate90\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"OffsetX\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"OffsetY\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"OriginalHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"OriginalWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingBottom\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingLeft\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingRight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingTop\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusBottomLeft\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusBottomRight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusTopLeft\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"RadiusTopRight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"TabIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tooltip\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Transparency\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Visible\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Width\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"X\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Y\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ZIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}]}},\"Properties\":[{\"Name\":\"Image\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Image\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Image\"},{\"Name\":\"Transparency\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Transparency\"},{\"Name\":\"ImagePosition\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Fill:\\\"fill\\\", Fit:\\\"fit\\\", Stretch:\\\"stretch\\\", Tile:\\\"tile\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fill\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Fit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Stretch\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tile\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Image position\"},{\"Name\":\"ImageRotation\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[None:\\\"none\\\", Rotate180:\\\"rotate180\\\", Rotate270:\\\"rotate270\\\", Rotate90:\\\"rotate90\\\"]\",\"Type\":[{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate180\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate270\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Rotate90\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Rotate\"},{\"Name\":\"EXIFOrientation\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"A number between 1 and 8 defined in the image's metadata specifying how an image needs to be rotated and/or flipped when displayed. The exact meaning of each number is defined in the EXIF specification.\"},{\"Name\":\"OriginalWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Original width\"},{\"Name\":\"OriginalHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Original height\"},{\"Name\":\"DisplayedWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Displayed width of the image.\"},{\"Name\":\"DisplayedHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Displayed height of the image.\"},{\"Name\":\"OffsetX\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"X offset of the image's left edge within the control.\"},{\"Name\":\"OffsetY\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Y offset of the image's top edge within the control.\"},{\"Name\":\"AccessibleLabel\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Accessible label\"},{\"Name\":\"Tooltip\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Tooltip\"},{\"Name\":\"ContentLanguage\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Content language\"},{\"Name\":\"AutoDisableOnSelect\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Auto disable on select\"},{\"Name\":\"X\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"X\"},{\"Name\":\"Y\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Y\"},{\"Name\":\"Width\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Width\"},{\"Name\":\"Height\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Height\"},{\"Name\":\"Visible\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Visible\"},{\"Name\":\"Fill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Fill\"},{\"Name\":\"DisabledFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled fill\"},{\"Name\":\"PressedFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed fill\"},{\"Name\":\"HoverFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover fill\"},{\"Name\":\"BorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border color\"},{\"Name\":\"RadiusTopLeft\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Top Left\"},{\"Name\":\"RadiusTopRight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Top Right\"},{\"Name\":\"RadiusBottomLeft\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Bottom Left\"},{\"Name\":\"RadiusBottomRight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Radius Bottom Right\"},{\"Name\":\"DisabledBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled border color\"},{\"Name\":\"PressedBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed border color\"},{\"Name\":\"HoverBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover border color\"},{\"Name\":\"BorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border thickness\"},{\"Name\":\"FocusedBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border color\"},{\"Name\":\"FocusedBorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border thickness\"},{\"Name\":\"BorderStyle\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border style\"},{\"Name\":\"PaddingTop\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding top\"},{\"Name\":\"PaddingRight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding right\"},{\"Name\":\"PaddingBottom\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding bottom\"},{\"Name\":\"PaddingLeft\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding left\"},{\"Name\":\"DisplayMode\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Display mode\"},{\"Name\":\"TabIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Tab index\"},{\"Name\":\"minimumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumWidth\"},{\"Name\":\"minimumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumHeight\"},{\"Name\":\"maximumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumWidth\"},{\"Name\":\"maximumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumHeight\"},{\"Name\":\"ZIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"ZIndex\"}]}},{\"Name\":\"lbLabel\",\"Kind\":\"_LimPrimitive\",\"EnumString\":\"\",\"Template\":{\"TemplateName\":\"label\",\"IsMetaLoc\":false,\"Intangible\":false,\"IsDataLimited\":true,\"ExpandoType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"Align\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Justify:\\\"justify\\\", Left:\\\"left\\\", Right:\\\"right\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Justify\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Left\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Right\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"AutoHeight\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderStyle\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"BorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Color\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ContentLanguage\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisplayMode\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"Fill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Font\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Arial:\\\"Arial, sans-serif\\\", 'Courier New':\\\"'Courier New', monospace\\\", 'Dancing Script':\\\"'Dancing Script', sans-serif\\\", Georgia:\\\"Georgia, serif\\\", 'Great Vibes':\\\"'Great Vibes', sans-serif\\\", Lato:\\\"'Lato', sans-serif\\\", 'Lato Black':\\\"'Lato Black', sans-serif\\\", 'Lato Hairline':\\\"'Lato Hairline', sans-serif\\\", 'Lato Light':\\\"'Lato Light', sans-serif\\\", 'Open Sans':\\\"'Open Sans', sans-serif\\\", 'Open Sans Condensed':\\\"'Open Sans Condensed', sans-serif\\\", 'Patrick Hand':\\\"'Patrick Hand', sans-serif\\\", 'Segoe UI':\\\"'Segoe UI', 'Open Sans', sans-serif\\\", Verdana:\\\"Verdana, sans-serif\\\"]\",\"Type\":[{\"Name\":\"Arial\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Courier New\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dancing Script\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Georgia\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Great Vibes\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato Black\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato Hairline\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato Light\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Open Sans\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Open Sans Condensed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Patrick Hand\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Segoe UI\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Verdana\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"FontWeight\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Bold:\\\"bold\\\", Lighter:\\\"lighter\\\", Normal:\\\"normal\\\", Semibold:\\\"600\\\"]\",\"Type\":[{\"Name\":\"Bold\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lighter\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Normal\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Semibold\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"Height\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"IsErrorMessage\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Italic\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"LineHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Live\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Assertive:\\\"assertive\\\", Off:\\\"off\\\", Polite:\\\"polite\\\"]\",\"Type\":[{\"Name\":\"Assertive\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Off\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Polite\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"Overflow\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Hidden:\\\"hidden\\\", Scroll:\\\"scroll\\\"]\",\"Type\":[{\"Name\":\"Hidden\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Scroll\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"PaddingBottom\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingLeft\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingRight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PaddingTop\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Role\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Default:\\\"default\\\", Heading1:\\\"heading1\\\", Heading2:\\\"heading2\\\", Heading3:\\\"heading3\\\", Heading4:\\\"heading4\\\"]\",\"Type\":[{\"Name\":\"Default\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading1\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading2\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading3\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading4\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"Size\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Strikethrough\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"TabIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Text\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tooltip\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Underline\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"VerticalAlign\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Bottom:\\\"bottom\\\", Middle:\\\"middle\\\", Top:\\\"top\\\"]\",\"Type\":[{\"Name\":\"Bottom\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Middle\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Top\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"Visible\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Width\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Wrap\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"X\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Y\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ZIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}]}},\"Properties\":[{\"Name\":\"Live\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Assertive:\\\"assertive\\\", Off:\\\"off\\\", Polite:\\\"polite\\\"]\",\"Type\":[{\"Name\":\"Assertive\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Off\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Polite\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Live\"},{\"Name\":\"LineHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Line height\"},{\"Name\":\"Overflow\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Hidden:\\\"hidden\\\", Scroll:\\\"scroll\\\"]\",\"Type\":[{\"Name\":\"Hidden\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Scroll\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Overflow\"},{\"Name\":\"AutoHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Auto height\"},{\"Name\":\"Wrap\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Wrap\"},{\"Name\":\"IsErrorMessage\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"IsErrorMessage\"},{\"Name\":\"Text\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Text\"},{\"Name\":\"Tooltip\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Tooltip\"},{\"Name\":\"Role\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Default:\\\"default\\\", Heading1:\\\"heading1\\\", Heading2:\\\"heading2\\\", Heading3:\\\"heading3\\\", Heading4:\\\"heading4\\\"]\",\"Type\":[{\"Name\":\"Default\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading1\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading2\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading3\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Heading4\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Role\"},{\"Name\":\"ContentLanguage\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Content language\"},{\"Name\":\"Color\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Color\"},{\"Name\":\"DisabledColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled color\"},{\"Name\":\"PressedColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed color\"},{\"Name\":\"HoverColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover color\"},{\"Name\":\"BorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border color\"},{\"Name\":\"DisabledBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled border color\"},{\"Name\":\"PressedBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed border color\"},{\"Name\":\"HoverBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover border color\"},{\"Name\":\"BorderStyle\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border style\"},{\"Name\":\"BorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border thickness\"},{\"Name\":\"FocusedBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border color\"},{\"Name\":\"FocusedBorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border thickness\"},{\"Name\":\"Fill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Fill\"},{\"Name\":\"DisabledFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled fill\"},{\"Name\":\"PressedFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed fill\"},{\"Name\":\"HoverFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover fill\"},{\"Name\":\"Font\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Arial:\\\"Arial, sans-serif\\\", 'Courier New':\\\"'Courier New', monospace\\\", 'Dancing Script':\\\"'Dancing Script', sans-serif\\\", Georgia:\\\"Georgia, serif\\\", 'Great Vibes':\\\"'Great Vibes', sans-serif\\\", Lato:\\\"'Lato', sans-serif\\\", 'Lato Black':\\\"'Lato Black', sans-serif\\\", 'Lato Hairline':\\\"'Lato Hairline', sans-serif\\\", 'Lato Light':\\\"'Lato Light', sans-serif\\\", 'Open Sans':\\\"'Open Sans', sans-serif\\\", 'Open Sans Condensed':\\\"'Open Sans Condensed', sans-serif\\\", 'Patrick Hand':\\\"'Patrick Hand', sans-serif\\\", 'Segoe UI':\\\"'Segoe UI', 'Open Sans', sans-serif\\\", Verdana:\\\"Verdana, sans-serif\\\"]\",\"Type\":[{\"Name\":\"Arial\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Courier New\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dancing Script\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Georgia\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Great Vibes\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato Black\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato Hairline\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lato Light\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Open Sans\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Open Sans Condensed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Patrick Hand\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Segoe UI\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Verdana\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Font\"},{\"Name\":\"Size\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Size\"},{\"Name\":\"FontWeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Bold:\\\"bold\\\", Lighter:\\\"lighter\\\", Normal:\\\"normal\\\", Semibold:\\\"600\\\"]\",\"Type\":[{\"Name\":\"Bold\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Lighter\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Normal\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Semibold\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Font weight\"},{\"Name\":\"Italic\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Italic\"},{\"Name\":\"Underline\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Underline\"},{\"Name\":\"Strikethrough\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Strikethrough\"},{\"Name\":\"PaddingTop\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding top\"},{\"Name\":\"PaddingRight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding right\"},{\"Name\":\"PaddingBottom\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding bottom\"},{\"Name\":\"PaddingLeft\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Padding left\"},{\"Name\":\"Align\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Center:\\\"center\\\", Justify:\\\"justify\\\", Left:\\\"left\\\", Right:\\\"right\\\"]\",\"Type\":[{\"Name\":\"Center\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Justify\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Left\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Right\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Align\"},{\"Name\":\"VerticalAlign\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Bottom:\\\"bottom\\\", Middle:\\\"middle\\\", Top:\\\"top\\\"]\",\"Type\":[{\"Name\":\"Bottom\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Middle\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Top\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Vertical align\"},{\"Name\":\"X\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"X\"},{\"Name\":\"Y\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Y\"},{\"Name\":\"Width\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Width\"},{\"Name\":\"Height\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Height\"},{\"Name\":\"Visible\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Visible\"},{\"Name\":\"DisplayMode\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Display mode\"},{\"Name\":\"TabIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Tab index\"},{\"Name\":\"minimumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumWidth\"},{\"Name\":\"minimumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumHeight\"},{\"Name\":\"maximumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumWidth\"},{\"Name\":\"maximumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumHeight\"},{\"Name\":\"ZIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"ZIndex\"}]}},{\"Name\":\"rectHighlight\",\"Kind\":\"_LimPrimitive\",\"EnumString\":\"\",\"Template\":{\"TemplateName\":\"rectangle\",\"IsMetaLoc\":false,\"Intangible\":false,\"IsDataLimited\":true,\"ExpandoType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"AccessibleLabel\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"BorderStyle\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"BorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ContentLanguage\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisabledFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"DisplayMode\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]},{\"Name\":\"Fill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderColor\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"FocusedBorderThickness\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Height\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"HoverFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PreserveAspectRatio\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"PressedFill\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"TabIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Tooltip\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Visible\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Width\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"X\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Y\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"ZIndex\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"maximumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumHeight\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"minimumWidth\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}]}},\"Properties\":[{\"Name\":\"AccessibleLabel\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Accessible label\"},{\"Name\":\"Tooltip\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Tooltip\"},{\"Name\":\"ContentLanguage\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Data\",\"PropertyDisplayName\":\"Content language\"},{\"Name\":\"Fill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Fill\"},{\"Name\":\"DisabledFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Disabled fill\"},{\"Name\":\"PressedFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Pressed fill\"},{\"Name\":\"HoverFill\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Hover fill\"},{\"Name\":\"BorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border color\"},{\"Name\":\"BorderStyle\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Dashed:\\\"dashed\\\", Dotted:\\\"dotted\\\", None:\\\"none\\\", Solid:\\\"solid\\\"]\",\"Type\":[{\"Name\":\"Dashed\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Dotted\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"None\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Solid\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border style\"},{\"Name\":\"BorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Border thickness\"},{\"Name\":\"FocusedBorderColor\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border color\"},{\"Name\":\"FocusedBorderThickness\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Focused border thickness\"},{\"Name\":\"Visible\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Visible\"},{\"Name\":\"DisplayMode\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Enum\",\"EnumString\":\"%s[Disabled:\\\"disabled\\\", Edit:\\\"edit\\\", View:\\\"view\\\"]\",\"Type\":[{\"Name\":\"Disabled\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"Edit\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"View\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Display mode\"},{\"Name\":\"TabIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Tab index\"},{\"Name\":\"X\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"X\"},{\"Name\":\"Y\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Y\"},{\"Name\":\"Width\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Width\"},{\"Name\":\"Height\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"Height\"},{\"Name\":\"minimumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumWidth\"},{\"Name\":\"minimumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"minimumHeight\"},{\"Name\":\"maximumWidth\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumWidth\"},{\"Name\":\"maximumHeight\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"maximumHeight\"},{\"Name\":\"PreserveAspectRatio\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"PreserveAspectRatio\"},{\"Name\":\"ZIndex\",\"InvariantType\":{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Number\",\"EnumString\":\"\",\"Type\":[]}},\"PropertyRuleCategory\":\"Design\",\"PropertyDisplayName\":\"ZIndex\"}]}}]}}" + }, + { + "Category": 0, + "DisplayName": "IsNavigationEnabled", + "Hidden": false, + "Name": "IsNavigationEnabled", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Theme", + "Hidden": false, + "Name": "Theme", + "PropertyDataTypeKey": "Record", + "Tooltip": "Theme", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"palette\",\"Kind\":\"Record\",\"EnumString\":\"\",\"Type\":[{\"Name\":\"black\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralDark\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralLight\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralLighter\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralLighterAlt\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralPrimary\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralPrimaryAlt\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralQuaternary\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralQuaternaryAlt\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralSecondary\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralTertiary\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"neutralTertiaryAlt\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeDark\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeDarkAlt\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeDarker\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeLight\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeLighter\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeLighterAlt\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themePrimary\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeSecondary\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"themeTertiary\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]},{\"Name\":\"white\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}]}]}}" + }, + { + "Category": 0, + "DisplayName": "GetMenuIconPath", + "Hidden": true, + "Name": "GetMenuIconPath", + "PropertyDataTypeKey": "String", + "PropertyScopeKey": { + "PropertyScopeRuleNamespaceKey": "60", + "PropertyScopeRulesKey": [ + { + "DisplayName": "GetMenuIconPath_IconName", + "Name": "GetMenuIconPath_IconName", + "PropertyDataTypeKey": "String", + "ScopeVariableInfo": { + "DependencyType": "New", + "Description": "IconName", + "IsRequired": true, + "ResolveExpands": false, + "ResolveSelects": false, + "ScopeVariableName": "IconName" + }, + "Tooltip": "IconName", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + } + ] + }, + "Tooltip": "GetMenuIconPath", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "DefaultExpandValue", + "Hidden": false, + "IsResettable": true, + "Name": "DefaultExpandValue", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "Default Value for Expand Menu", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + } + ], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": true, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638314081460141072", + "Name": "862d7dc0dd804c3d838768e43092011b", + "OverridableProperties": {}, + "SourceLibraryId": "0fdd18f9-b5a2-407d-b964-8ee90b93c65a", + "SourceLibraryLogicalName": "cat_powercatcomponentlibrary_0be3a", + "TemplateOriginalName": "952d39d80fc84420b772a5058b19d909", + "Version": "637722065298845880" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_SideNav.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_SideNav.fx.yaml new file mode 100644 index 00000000..99c5f563 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_SideNav.fx.yaml @@ -0,0 +1,259 @@ +comp_SideNav As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =768 + Width: =300 + X: =0 + Y: =0 + ZIndex: =1 + + cont_Nav As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + cont_NavTop As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =1 + + img_NavTopLogo1 As image: + Height: =Parent.Height/2 + Image: =img_NavTopLogo + Width: =Self.Height + X: =img_TitleImg.X + Y: =Self.X + ZIndex: =1 + + gal_Nav As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =3 + Items: | + =[ + {ID:1,name:"Dashboard", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Home)"}, + {ID:2,name:"Courses", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + "), navigateTo: "Navigate(Courses)"}, + {ID:3,name:"Upcoming Submissions", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Upcoming)"}, + {ID:4,name:"Messages", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Messages)"}, + {ID:5,name:"Summarizer", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Summarizer)"}, + {ID:6,name:"Translator", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Translator)"}, + {ID:7,name:"Assignment Assist", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Assignment)"}, + {ID:7,name:"Announcements", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Announcements)"} + ] + + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =Parent.Width + LoadingSpinner: =LoadingSpinner.Data + OnSelect: |- + = + //Select(Parent) + TemplateFill: =If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =280 + Width: =Parent.Width + ZIndex: =2 + + lbl_Titile As label: + Font: =Font.'Lato Light' + Height: =50 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: =//Select(Parent) + PaddingLeft: =img_TitleImg.X + (img_TitleImg.Width*1.5) + Size: =14 + Text: =ThisItem.name + Width: =Parent.Width + ZIndex: =1 + + img_TitleImg As image: + Height: =32 + Image: =ThisItem.svg + OnSelect: =//Select(Parent) + Width: =24 + X: =16 + Y: =(lbl_Titile.Height - img_TitleImg.Height) / 2 + ZIndex: =2 + + cont_NavBottom As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + img_NavFooter As image: + Height: =Self.Width + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =img_TitleImg.Width + X: =img_TitleImg.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_SideNav.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_SideNav.json new file mode 100644 index 00000000..c3e4e608 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_SideNav.json @@ -0,0 +1,29 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_SideNav", + "TemplateGuid": "cff40005a5aa4501a3c5f056e04b47fd" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": true, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638314081460136700", + "Name": "cff40005a5aa4501a3c5f056e04b47fd", + "OverridableProperties": {}, + "SourceLibraryId": "e154cb49-ddb2-46d0-9c1a-8b37d12347be", + "SourceLibraryLogicalName": "appr_libraryaiedu_0a67d", + "TemplateOriginalName": "4ecf6d3565024ef883dce7ad5e102ab4", + "Version": "638309620174895438" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_Summarizer.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_Summarizer.fx.yaml new file mode 100644 index 00000000..4ac91db0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_Summarizer.fx.yaml @@ -0,0 +1,163 @@ +comp_Summarizer As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =768 + Width: =1066 + X: =0 + Y: =0 + ZIndex: =1 + + cont_Body As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + cont_BodyUpper As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + Height: =225 + LayoutGap: =Parent.Width / 16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =112 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =txt_UserInput.X + PaddingRight: =txt_UserInput.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_Subject As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderThickness: =0 + ChevronBackground: =RGBA(0, 175, 206, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 4 + Items: =DropDownSample + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =12 + Width: =Parent.Width / 4 + ZIndex: =1 + + drp_Topic As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderThickness: =0 + ChevronBackground: =RGBA(0, 175, 206, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 4 + Items: =DropDownSample + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =12 + Width: =Parent.Width / 4 + ZIndex: =2 + + txt_Keywords As text: + AlignInContainer: =AlignInContainer.Center + BorderThickness: =0 + Default: ="Keywords" + Font: =Font.'Segoe UI' + Height: =drp_Subject.Height + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =10 + Width: =Parent.Width / 4 + ZIndex: =3 + + cont_BodyLower As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =8 + Height: =225 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =2 + + cont_BodyLower_1 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + btn_Submit As button: + BorderStyle: =BorderStyle.None + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + Height: =Self.Width / 4 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Summarize" + Width: =txt_UserInput.Width / 3 + X: =(txt_UserInput.Width + txt_UserInput.X) - Self.Width + Y: =(txt_UserInput.Height + txt_UserInput.Y) + Self.Height + ZIndex: =2 + + txt_UserInput As text: + Default: ="Place your text here to summarize" + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.3 + Mode: =TextMode.MultiLine + Size: =12 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X + ZIndex: =3 + + separator As rectangle: + AlignInContainer: =AlignInContainer.Center + Fill: =RGBA(202, 202, 202, 0.5) + Height: =Parent.Height / 1.1 + Width: =2 + ZIndex: =2 + + cont_BodyLower_2 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + txt_Response As text: + Default: ="Summarized Text" + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.3 + Mode: =TextMode.MultiLine + Size: =12 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_Summarizer.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_Summarizer.json new file mode 100644 index 00000000..3420de5b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Components/comp_Summarizer.json @@ -0,0 +1,29 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_Summarizer", + "TemplateGuid": "f30b0ac1092942f3aec795681f4833ce" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": true, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638314081460137850", + "Name": "f30b0ac1092942f3aec795681f4833ce", + "OverridableProperties": {}, + "SourceLibraryId": "e154cb49-ddb2-46d0-9c1a-8b37d12347be", + "SourceLibraryLogicalName": "appr_libraryaiedu_0a67d", + "TemplateOriginalName": "ee98e551e7114b67bf9088e36bf40dcf", + "Version": "638311386729854833" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfControlTemplates/Spinner_1.0.19.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfControlTemplates/Spinner_1.0.19.json new file mode 100644 index 00000000..89a97cbf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfControlTemplates/Spinner_1.0.19.json @@ -0,0 +1,1066 @@ +{ + "AuthConfigProperties": [ + { + "AccessibleLabel": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 0, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Appearance": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 0, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Height": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Size", + "PropertyKind": 2, + "SectionIndex": 1, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Label": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 0, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "LabelPosition": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 0, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "SpinnerSize": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 0, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Width": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Size", + "PropertyKind": 2, + "SectionIndex": 1, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "X": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Position", + "PropertyKind": 2, + "SectionIndex": 1, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Y": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Position", + "PropertyKind": 2, + "SectionIndex": 1, + "SectionName": null, + "Type": 0, + "WizardStep": null + } + } + ], + "CommonEvents": [ + { + "Description": "", + "DisplayName": "OnChange", + "Hidden": false, + "IsPrimaryInput": false, + "Name": "OnChange" + } + ], + "ControlConstructor": "Spinner", + "ControlNamespace": "PowerApps.CoreControls", + "DisplayNameKey": "Spinner_Display_Key", + "IncludedProperties": [ + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "CC_X", + "DisplayNameResourceString": "CC_X", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "X", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "CC_Y", + "DisplayNameResourceString": "CC_Y", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Y", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "200", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "Width", + "DisplayNameResourceString": "Width", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Width", + "NullDefaultValue": "0", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "350", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "112" + }, + { + "Category": "design", + "DefaultValue": "200", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "Height", + "DisplayNameResourceString": "Height", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Height", + "NullDefaultValue": "0", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "350", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "112" + }, + { + "Category": "design", + "DefaultValue": "true", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "Visible", + "DisplayNameResourceString": "Visible", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Visible", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 4, + "Usage": 2, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "DisplayMode", + "DisplayNameResourceString": "DisplayMode", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "DisplayMode", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 27, + "Usage": 2, + "WebDefaultValue": "" + } + ], + "Name": "Spinner", + "Properties": [ + { + "Category": "data", + "DefaultValue": "", + "Description": "Label for Spinner", + "DescriptionResourceString": "Spinner_Label_Desc_Key", + "DisplayName": "Label", + "DisplayNameResourceString": "Spinner_Label_Display_Key", + "EnumValues": [], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Label", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "", + "Description": "Accessibility Label for Spinner component", + "DescriptionResourceString": "Spinner_AccessibleLabel_Desc_Key", + "DisplayName": "Accessibility Label", + "DisplayNameResourceString": "Spinner_AccessibleLabel_Display_Key", + "EnumValues": [], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "AccessibleLabel", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "Primary", + "Description": "Appearance of Spinner", + "DescriptionResourceString": "Spinner_Appearance_Desc_Key", + "DisplayName": "Appearance", + "DisplayNameResourceString": "Spinner_Appearance_Display_Key", + "EnumValues": [ + { + "Description": "Inverted", + "DisplayName": "Inverted", + "IsDefaultValue": false, + "Name": "Inverted", + "Value": "Inverted" + }, + { + "Description": "Primary", + "DisplayName": "Primary", + "IsDefaultValue": true, + "Name": "Primary", + "Value": "Primary" + } + ], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Appearance", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "Primary", + "Required": false, + "ShouldAutoBind": false, + "Type": 1, + "Usage": 0, + "WebDefaultValue": "Primary" + }, + { + "Category": "data", + "DefaultValue": "After", + "Description": "Define position for the label around the Spinner", + "DescriptionResourceString": "Spinner_LabelPosition_Desc_Key", + "DisplayName": "Label Position", + "DisplayNameResourceString": "Spinner_LabelPosition_Display_Key", + "EnumValues": [ + { + "Description": "Before", + "DisplayName": "Before", + "IsDefaultValue": false, + "Name": "Before", + "Value": "Before" + }, + { + "Description": "After", + "DisplayName": "After", + "IsDefaultValue": true, + "Name": "After", + "Value": "After" + }, + { + "Description": "Above", + "DisplayName": "Above", + "IsDefaultValue": false, + "Name": "Above", + "Value": "Above" + }, + { + "Description": "Below", + "DisplayName": "Below", + "IsDefaultValue": false, + "Name": "Below", + "Value": "Below" + } + ], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "LabelPosition", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "After", + "Required": false, + "ShouldAutoBind": false, + "Type": 1, + "Usage": 0, + "WebDefaultValue": "After" + }, + { + "Category": "data", + "DefaultValue": "Medium", + "Description": "Define size of Spinner", + "DescriptionResourceString": "Spinner_SpinnerSize_Desc_Key", + "DisplayName": "Spinner Size", + "DisplayNameResourceString": "Spinner_SpinnerSize_Display_Key", + "EnumValues": [ + { + "Description": "Tiny", + "DisplayName": "Tiny", + "IsDefaultValue": false, + "Name": "Tiny", + "Value": "Tiny" + }, + { + "Description": "ExtraSmall", + "DisplayName": "ExtraSmall", + "IsDefaultValue": false, + "Name": "ExtraSmall", + "Value": "ExtraSmall" + }, + { + "Description": "Small", + "DisplayName": "Small", + "IsDefaultValue": false, + "Name": "Small", + "Value": "Small" + }, + { + "Description": "Medium", + "DisplayName": "Medium", + "IsDefaultValue": true, + "Name": "Medium", + "Value": "Medium" + }, + { + "Description": "Large", + "DisplayName": "Large", + "IsDefaultValue": false, + "Name": "Large", + "Value": "Large" + }, + { + "Description": "ExtraLarge", + "DisplayName": "ExtraLarge", + "IsDefaultValue": false, + "Name": "ExtraLarge", + "Value": "ExtraLarge" + }, + { + "Description": "Huge", + "DisplayName": "Huge", + "IsDefaultValue": false, + "Name": "Huge", + "Value": "Huge" + } + ], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "SpinnerSize", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "Medium", + "Required": false, + "ShouldAutoBind": false, + "Type": 1, + "Usage": 0, + "WebDefaultValue": "Medium" + }, + { + "Category": "data", + "DefaultValue": "", + "Description": "You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.", + "DescriptionResourceString": "Base_Palette_Color_description", + "DisplayName": "Base palette color", + "DisplayNameResourceString": "Base_Palette_Color", + "EnumValues": [], + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "BasePaletteColor", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "NA", + "DescriptionResourceString": "NA", + "DisplayName": "NA", + "DisplayNameResourceString": "NA", + "EnumValues": [], + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "TabIndex", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 16, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "NA", + "DescriptionResourceString": "NA", + "DisplayName": "NA", + "DisplayNameResourceString": "NA", + "EnumValues": [], + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Tooltip", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "PCFTeamsTheme", + "DisplayNameResourceString": "", + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "PCFTeamsTheme", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 3, + "Usage": 0, + "WebDefaultValue": "" + } + ], + "Resources": [ + { + "IsControlSpecific": false, + "LoadingOrder": 1, + "ModifiedPath": "", + "Path": "/PCF/prop-types.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 2, + "ModifiedPath": "", + "Path": "/PCF/react-fela.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 3, + "ModifiedPath": "", + "Path": "/PCF/fela.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 4, + "ModifiedPath": "", + "Path": "/PCF/fela-dom.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 6, + "ModifiedPath": "", + "Path": "/ctrllib/PCFControls/js/PCFControlWrapper.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 7, + "ModifiedPath": "", + "Path": "/ctrllib/PcfControlProxy/js/PcfControlProxy.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 7, + "ModifiedPath": "", + "Path": "{\"Id\":\"ManifestTemplate\",\"Data\":{\"ConstructorName\":\"PowerApps.CoreControls.Spinner\",\"CustomControlId\":\"PowerApps.CoreControls.Spinner\",\"IsVirtual\":true,\"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\":{},\"Properties\":{\"Label\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"AccessibleLabel\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Appearance\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Primary\"},\"LabelPosition\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"After\"},\"SpinnerSize\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Medium\"},\"BasePaletteColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"TabIndex\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Tooltip\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"}},\"FeatureUsage\":null},\"Events\":null,\"CommonEvents\":null,\"DesignMap\":null,\"PropertyDependencies\":[],\"Children\":null}}", + "Type": 3 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 8, + "ModifiedPath": "", + "Path": "{\"Id\":\"ManifestPropertyTypes\",\"Data\":{\"Properties\":[{\"Name\":\"Label\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"AccessibleLabel\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Appearance\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"LabelPosition\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"SpinnerSize\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BasePaletteColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"TabIndex\",\"Type\":\"Whole_None\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Tooltip\",\"Type\":\"SingleLine_Text\",\"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}]}}", + "Type": 3 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 9, + "ModifiedPath": "", + "Path": "{\"Id\":\"PowerAppsControlInfo\",\"Data\":{\"TemplateVersion\":1,\"Version\":\"1.0.19\",\"IsFirstParty\":true}}", + "Type": 3 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 10, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/bundle.js", + "Type": 0 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 9, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1033.resx", + "Type": 2 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 12, + "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": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1025.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1026.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1027.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1028.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1029.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1030.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1031.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1032.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1033.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1035.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1036.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1037.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1038.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1040.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1041.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1042.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1043.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1044.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1045.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1046.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1048.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1049.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1050.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1051.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1053.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1054.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1055.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1057.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1058.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1060.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1061.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1062.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1063.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1066.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1069.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1081.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1086.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1087.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.1110.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.2052.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.2070.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.2074.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.3076.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.3082.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_Spinner/strings/Spinner.3098.json", + "Type": 5 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "{\"Id\":\"LocalizedStrings\",\"Data\":{\"LocStrings\":{\"Spinner_Display_Key\":\"Spinner\",\"Spinner_Desc_Key\":\"Let users visualise spinner/loading effect\",\"Spinner_Label_Display_Key\":\"Label\",\"Spinner_Label_Desc_Key\":\"Label for Spinner\",\"Spinner_AccessibleLabel_Display_Key\":\"Accessibility Label\",\"Spinner_AccessibleLabel_Desc_Key\":\"Accessibility Label for Spinner component\",\"Spinner_Appearance_Display_Key\":\"Appearance\",\"Spinner_Appearance_Desc_Key\":\"Appearance of Spinner\",\"Spinner_LabelPosition_Display_Key\":\"Label Position\",\"Spinner_LabelPosition_Desc_Key\":\"Define position for the label around the Spinner\",\"Spinner_SpinnerSize_Display_Key\":\"Spinner Size\",\"Spinner_SpinnerSize_Desc_Key\":\"Define size of Spinner\",\"Spinner_LabelPosition_Before\":\"Before\",\"Spinner_LabelPosition_After\":\"After\",\"Spinner_LabelPosition_Above\":\"Above\",\"Spinner_LabelPosition_Below\":\"Below\",\"Spinner_SpinnerSize_Tiny\":\"Tiny\",\"Spinner_SpinnerSize_ExtraSmall\":\"ExtraSmall\",\"Spinner_SpinnerSize_Small\":\"Small\",\"Spinner_SpinnerSize_Medium\":\"Medium\",\"Spinner_SpinnerSize_Large\":\"Large\",\"Spinner_SpinnerSize_ExtraLarge\":\"ExtraLarge\",\"Spinner_SpinnerSize_Huge\":\"Huge\",\"Spinner_Appearance_Primary\":\"Primary\",\"Spinner_Appearance_Inverted\":\"Inverted\",\"Base_Palette_Color\":\"Base palette color\",\"Base_Palette_Color_description\":\"You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.\"}}}", + "Type": 3 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 5, + "ModifiedPath": "", + "Path": "/PCF/fluentui-react.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 0, + "ModifiedPath": "", + "Path": "React/16.8.6/16.8.6", + "Type": 4 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 0, + "ModifiedPath": "", + "Path": "Fluent/9.4.0/9.4.0", + "Type": 4 + } + ], + "Version": "1.0.19" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfControlTemplates/Text input_0.0.17.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfControlTemplates/Text input_0.0.17.json new file mode 100644 index 00000000..477ed5ee --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfControlTemplates/Text input_0.0.17.json @@ -0,0 +1,1127 @@ +{ + "AuthConfigProperties": [ + { + "AccessibleLabel": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 2, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "DisplayMode": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 2, + "SectionName": null, + "Type": 27, + "WizardStep": null + }, + "Height": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Size", + "PropertyKind": 2, + "SectionIndex": 3, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Mode": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 1, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Placeholder": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 0, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Type": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "", + "PropertyKind": 1, + "SectionIndex": 1, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Width": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Size", + "PropertyKind": 2, + "SectionIndex": 3, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "X": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Position", + "PropertyKind": 2, + "SectionIndex": 3, + "SectionName": null, + "Type": 0, + "WizardStep": null + }, + "Y": { + "EnabledForFlyout": false, + "HelperUI": null, + "Hidden": false, + "PropertyGroupName": "Position", + "PropertyKind": 2, + "SectionIndex": 3, + "SectionName": null, + "Type": 0, + "WizardStep": null + } + } + ], + "CommonEvents": [ + { + "Description": "", + "DisplayName": "OnChange", + "Hidden": false, + "IsPrimaryInput": false, + "Name": "OnChange" + } + ], + "ControlConstructor": "TextInputCanvas", + "ControlNamespace": "PowerApps.CoreControls", + "DisplayNameKey": "TextInputCanvas", + "IncludedProperties": [ + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "CC_X", + "DisplayNameResourceString": "CC_X", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "X", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "CC_Y", + "DisplayNameResourceString": "CC_Y", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Y", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "320", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "Width", + "DisplayNameResourceString": "Width", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Width", + "NullDefaultValue": "0", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "320", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "320" + }, + { + "Category": "design", + "DefaultValue": "32", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "Height", + "DisplayNameResourceString": "Height", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Height", + "NullDefaultValue": "0", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "32", + "Required": false, + "ShouldAutoBind": false, + "Type": 2, + "Usage": 2, + "WebDefaultValue": "32" + }, + { + "Category": "design", + "DefaultValue": "true", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "Visible", + "DisplayNameResourceString": "Visible", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Visible", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 4, + "Usage": 2, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "DisplayMode", + "DisplayNameResourceString": "DisplayMode", + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "DisplayMode", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": null, + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 27, + "Usage": 2, + "WebDefaultValue": "" + } + ], + "Name": "Text input", + "Properties": [ + { + "Category": "data", + "DefaultValue": "", + "Description": "Label for screen readers.", + "DescriptionResourceString": "TextInputCanvas_AccessibleLabel_Desc", + "DisplayName": "Accessible label", + "DisplayNameResourceString": "TextInputCanvas_AccessibleLabel", + "EnumValues": [], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "AccessibleLabel", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "false", + "Description": "When set to true, user input is registered after half a second delay. Useful for delaying expensive operations until user completes inputting text (i.e. for filtering when input is used in other formulas).", + "DescriptionResourceString": "TextInputCanvas_DelayOutput_Desc", + "DisplayName": "Delay output", + "DisplayNameResourceString": "TextInputCanvas_DelayOutput", + "EnumValues": [], + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "DelayOutput", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 20, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "-1", + "Description": "The maximum content length of the Text input.", + "DescriptionResourceString": "TextInputCanvas_MaxLength_Desc", + "DisplayName": "Maximum length", + "DisplayNameResourceString": "TextInputCanvas_MaxLength", + "EnumValues": [], + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "MaxLength", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 16, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "SingleLine", + "Description": "Type of text input: single line or multiline.", + "DescriptionResourceString": "TextInputCanvas_Mode_Desc", + "DisplayName": "Mode", + "DisplayNameResourceString": "TextInputCanvas_Mode", + "EnumValues": [ + { + "Description": "Single line", + "DisplayName": "Single line", + "IsDefaultValue": true, + "Name": "SingleLine", + "Value": "SingleLine" + }, + { + "Description": "Multiline", + "DisplayName": "Multiline", + "IsDefaultValue": false, + "Name": "Multiline", + "Value": "Multiline" + } + ], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Mode", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "SingleLine", + "Required": false, + "ShouldAutoBind": false, + "Type": 1, + "Usage": 0, + "WebDefaultValue": "SingleLine" + }, + { + "Category": "data", + "DefaultValue": "", + "Description": "The placeholder text of the text input.", + "DescriptionResourceString": "TextInputCanvas_Placeholder_Desc", + "DisplayName": "Placeholder text", + "DisplayNameResourceString": "TextInputCanvas_Placeholder", + "EnumValues": [], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Placeholder", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "false", + "Description": "Whether this control must contain text.", + "DescriptionResourceString": "TextInputCanvas_Required_Desc", + "DisplayName": "Required", + "DisplayNameResourceString": "TextInputCanvas_Required", + "EnumValues": [], + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Required", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 20, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "Text", + "Description": "Content type of text input: plain text, password, or search.", + "DescriptionResourceString": "TextInputCanvas_Type_Desc", + "DisplayName": "Type", + "DisplayNameResourceString": "TextInputCanvas_Type", + "EnumValues": [ + { + "Description": "Password", + "DisplayName": "Password", + "IsDefaultValue": false, + "Name": "Password", + "Value": "Password" + }, + { + "Description": "Search", + "DisplayName": "Search", + "IsDefaultValue": false, + "Name": "Search", + "Value": "Search" + }, + { + "Description": "Text", + "DisplayName": "Text", + "IsDefaultValue": true, + "Name": "Text", + "Value": "Text" + } + ], + "HelperUI": null, + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Type", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "Text", + "Required": false, + "ShouldAutoBind": false, + "Type": 1, + "Usage": 0, + "WebDefaultValue": "Text" + }, + { + "Category": "data", + "DefaultValue": "None", + "Description": "The current status of the Text input, with regard to validation.", + "DescriptionResourceString": "TextInputCanvas_ValidationState_Desc", + "DisplayName": "Validation state", + "DisplayNameResourceString": "TextInputCanvas_ValidationState", + "EnumValues": [ + { + "Description": "Error", + "DisplayName": "Error", + "IsDefaultValue": false, + "Name": "Error", + "Value": "Error" + }, + { + "Description": "None", + "DisplayName": "None", + "IsDefaultValue": true, + "Name": "None", + "Value": "None" + } + ], + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "ValidationState", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "None", + "Required": false, + "ShouldAutoBind": false, + "Type": 1, + "Usage": 2, + "WebDefaultValue": "None" + }, + { + "Category": "data", + "DefaultValue": "", + "Description": "Text that appears on a control or that the user types into a control.", + "DescriptionResourceString": "TextInputCanvas_Value_Desc", + "DisplayName": "Value", + "DisplayNameResourceString": "TextInputCanvas_Value", + "EnumValues": [], + "HelperUI": "", + "Hidden": false, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": true, + "IsPrimaryOutput": true, + "IsResettable": true, + "IsResettableToManifestDefault": false, + "Name": "Value", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 2, + "WebDefaultValue": "" + }, + { + "Category": "data", + "DefaultValue": "", + "Description": "You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.", + "DescriptionResourceString": "Base_Palette_Color_description", + "DisplayName": "Base palette color", + "DisplayNameResourceString": "Base_Palette_Color", + "EnumValues": [], + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "BasePaletteColor", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "NA", + "DescriptionResourceString": "NA", + "DisplayName": "NA", + "DisplayNameResourceString": "NA", + "EnumValues": [], + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "TabIndex", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 16, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "NA", + "DescriptionResourceString": "NA", + "DisplayName": "NA", + "DisplayNameResourceString": "NA", + "EnumValues": [], + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "Tooltip", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 6, + "Usage": 0, + "WebDefaultValue": "" + }, + { + "Category": "design", + "DefaultValue": "", + "Description": "", + "DescriptionResourceString": "", + "DisplayName": "PCFTeamsTheme", + "DisplayNameResourceString": "", + "HelperUI": "", + "Hidden": true, + "IsDataSourceProperty": false, + "IsLinkableToParentTheme": false, + "IsPrimaryBehavioral": false, + "IsPrimaryInput": false, + "IsPrimaryOutput": false, + "IsResettable": false, + "IsResettableToManifestDefault": false, + "Name": "PCFTeamsTheme", + "NullDefaultValue": "", + "ParentDataSetName": "", + "PassThroughProperty": "", + "PfxDefaultValue": "", + "PhoneDefaultValue": "", + "Required": false, + "ShouldAutoBind": false, + "Type": 3, + "Usage": 0, + "WebDefaultValue": "" + } + ], + "Resources": [ + { + "IsControlSpecific": false, + "LoadingOrder": 1, + "ModifiedPath": "", + "Path": "/PCF/prop-types.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 2, + "ModifiedPath": "", + "Path": "/PCF/react-fela.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 3, + "ModifiedPath": "", + "Path": "/PCF/fela.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 4, + "ModifiedPath": "", + "Path": "/PCF/fela-dom.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 6, + "ModifiedPath": "", + "Path": "/ctrllib/PCFControls/js/PCFControlWrapper.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 7, + "ModifiedPath": "", + "Path": "/ctrllib/PcfControlProxy/js/PcfControlProxy.js", + "Type": 0 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 7, + "ModifiedPath": "", + "Path": "{\"Id\":\"ManifestTemplate\",\"Data\":{\"ConstructorName\":\"PowerApps.CoreControls.TextInputCanvas\",\"CustomControlId\":\"PowerApps.CoreControls.TextInputCanvas\",\"IsVirtual\":true,\"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\":{},\"Properties\":{\"AccessibleLabel\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"DelayOutput\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"MaxLength\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"-1\"},\"Mode\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"SingleLine\"},\"Placeholder\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Required\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Type\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Text\"},\"ValidationState\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"None\"},\"Value\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"BasePaletteColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"TabIndex\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Tooltip\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"}},\"FeatureUsage\":null},\"Events\":null,\"CommonEvents\":{\"OnChange\":{\"EventName\":\"OnChange\"}},\"DesignMap\":null,\"PropertyDependencies\":[],\"Children\":null}}", + "Type": 3 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 8, + "ModifiedPath": "", + "Path": "{\"Id\":\"ManifestPropertyTypes\",\"Data\":{\"Properties\":[{\"Name\":\"AccessibleLabel\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DelayOutput\",\"Type\":\"TwoOptions\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"MaxLength\",\"Type\":\"Whole_None\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Mode\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Placeholder\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Required\",\"Type\":\"TwoOptions\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Type\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ValidationState\",\"Type\":\"Enum\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Value\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"\",\"IsPrimary\":true,\"IsIncluded\":false},{\"Name\":\"BasePaletteColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"TabIndex\",\"Type\":\"Whole_None\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Tooltip\",\"Type\":\"SingleLine_Text\",\"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}]}}", + "Type": 3 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 9, + "ModifiedPath": "", + "Path": "{\"Id\":\"PowerAppsControlInfo\",\"Data\":{\"TemplateVersion\":1,\"Version\":\"0.0.17\",\"IsFirstParty\":true}}", + "Type": 3 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 10, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/TextInputCanvas.js", + "Type": 0 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 9, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1033.resx", + "Type": 2 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 12, + "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": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1025.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1026.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1027.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1028.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1029.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1030.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1031.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1032.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1033.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1035.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1036.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1037.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1038.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1040.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1041.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1042.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1043.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1044.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1045.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1046.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1048.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1049.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1050.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1051.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1053.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1054.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1055.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1057.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1058.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1060.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1061.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1062.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1063.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1066.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1069.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1081.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1086.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1087.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.1110.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.2052.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.2070.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.2074.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.3076.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.3082.json", + "Type": 5 + }, + { + "IsControlSpecific": true, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "/PCFControls/PowerApps_CoreControls_TextInputCanvas/strings/TextInputCanvas.3098.json", + "Type": 5 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 13, + "ModifiedPath": "", + "Path": "{\"Id\":\"LocalizedStrings\",\"Data\":{\"LocStrings\":{\"TextInputCanvas\":\"Text input\",\"TextInputCanvas_AccessibleLabel\":\"Accessible label\",\"TextInputCanvas_AccessibleLabel_Desc\":\"Label for screen readers.\",\"TextInputCanvas_DelayOutput\":\"Delay output\",\"TextInputCanvas_DelayOutput_Desc\":\"When set to true, user input is registered after half a second delay. Useful for delaying expensive operations until user completes inputting text (i.e. for filtering when input is used in other formulas).\",\"TextInputCanvas_Mode\":\"Mode\",\"TextInputCanvas_Mode_Desc\":\"Type of text input: single line or multiline.\",\"TextInputCanvas_Mode_SingleLine\":\"Single line\",\"TextInputCanvas_Mode_Multiline\":\"Multiline\",\"TextInputCanvas_Required\":\"Required\",\"TextInputCanvas_Required_Desc\":\"Whether this control must contain text.\",\"TextInputCanvas_Value\":\"Value\",\"TextInputCanvas_Value_Desc\":\"Text that appears on a control or that the user types into a control.\",\"TextInputCanvas_Placeholder\":\"Placeholder text\",\"TextInputCanvas_Placeholder_Desc\":\"The placeholder text of the text input.\",\"TextInputCanvas_Type\":\"Type\",\"TextInputCanvas_Type_Desc\":\"Content type of text input: plain text, password, or search.\",\"TextInputCanvas_Type_Text\":\"Text\",\"TextInputCanvas_Type_Password\":\"Password\",\"TextInputCanvas_Type_Search\":\"Search\",\"TextInputCanvas_MaxLength\":\"Maximum length\",\"TextInputCanvas_MaxLength_Desc\":\"The maximum content length of the Text input.\",\"Base_Palette_Color\":\"Base palette color\",\"Base_Palette_Color_description\":\"You can provide a different color palette for the selected item by specifying a base palette color. This color generates a set of similar colors that are then applied to different aspects of the item, most commonly: fill, border, and interaction states. A blank value indicates the item will use the color palette of the app's theme.\",\"TextInputCanvas_ValidationState\":\"Validation state\",\"TextInputCanvas_ValidationState_Desc\":\"The current status of the Text input, with regard to validation.\",\"TextInputCanvas_ValidationState_None\":\"None\",\"TextInputCanvas_ValidationState_Error\":\"Error\"}}}", + "Type": 3 + }, + { + "IsControlSpecific": false, + "LoadingOrder": 5, + "ModifiedPath": "", + "Path": "/PCF/fluentui-react.js", + "Type": 0 + } + ], + "SubscribedFunctionalities": { + "autoDisabledViewState": "true", + "supportResettableProperties": "true", + "supportSetFocus": "true" + }, + "Version": "0.0.17" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfConversions/PowerApps_CoreControls_Spinner.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfConversions/PowerApps_CoreControls_Spinner.json new file mode 100644 index 00000000..739108b2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfConversions/PowerApps_CoreControls_Spinner.json @@ -0,0 +1,27 @@ +{ + "Name": "PowerApps_CoreControls_Spinner", + "PcfConversions": [ + { + "Action": [ + { + "Name": "AccessibilityLabel", + "NewName": "AccessibleLabel", + "Type": "rename" + } + ], + "From": "1.0.9", + "To": "1.0.10" + }, + { + "Action": [ + { + "Name": "BasePaletteColor", + "Type": "add" + } + ], + "From": "1.0.18", + "To": "1.0.19" + } + ], + "Version": "1.0.19" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfConversions/PowerApps_CoreControls_TextInputCanvas.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfConversions/PowerApps_CoreControls_TextInputCanvas.json new file mode 100644 index 00000000..7bb90592 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/PcfConversions/PowerApps_CoreControls_TextInputCanvas.json @@ -0,0 +1,44 @@ +{ + "Name": "PowerApps_CoreControls_TextInputCanvas", + "PcfConversions": [ + { + "Action": [ + { + "Name": "MaxLength", + "Type": "add" + }, + { + "Name": "Placeholder", + "Type": "add" + }, + { + "Name": "Type", + "Type": "add" + } + ], + "From": "0.0.13", + "To": "0.0.14" + }, + { + "Action": [ + { + "Name": "BasePaletteColor", + "Type": "add" + } + ], + "From": "0.0.15", + "To": "0.0.16" + }, + { + "Action": [ + { + "Name": "ValidationState", + "Type": "add" + } + ], + "From": "0.0.16", + "To": "0.0.17" + } + ], + "Version": "0.0.17" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Announcements_1.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Announcements_1.json new file mode 100644 index 00000000..fbeeab51 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Announcements_1.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Announcements_1", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_announcements", + "logicalName": "appr_announcement" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2114204\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"e7ad6405-96a5-4ad7-9fde-2955022b2ce1\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"a7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_announcement\",\"EntitySetName\":\"appr_announcements\",\"HasNotes\":true,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_announcementid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10330,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Announcements\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dbc3541-3e6e-4266-a728-31e1bf7c9f70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcements\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dbc3541-3e6e-4266-a728-31e1bf7c9f70\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_Announcement\",\"PrivilegeId\":\"100cf8cd-2f1a-41b8-b16b-4b7aa639cb40\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_Announcement\",\"PrivilegeId\":\"9c8fb6b2-d62b-4638-9f05-82a52a3ecda0\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_Announcement\",\"PrivilegeId\":\"addb93a8-5b57-46cd-be4e-d63770971894\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_Announcement\",\"PrivilegeId\":\"b3cbd399-5ae1-412d-a496-15341f542191\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_Announcement\",\"PrivilegeId\":\"1645750a-a365-4ba8-b64d-e7190b69f89c\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_Announcement\",\"PrivilegeId\":\"95456e74-a847-4c5f-92de-d924ec316ee1\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_Announcement\",\"PrivilegeId\":\"092c4459-088d-46da-be9d-e77c02381b6b\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_Announcement\",\"PrivilegeId\":\"fb3a5a35-29fe-490a-b947-593282b35ce3\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"b9764a95-8caf-4ef6-a80c-ab156beab6cb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_account\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Account\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:34Z\",\"ModifiedOn\":\"2023-09-21T06:55:34Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"account\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77f2085b-1bd7-4d92-aba7-cab3b3243ba3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77f2085b-1bd7-4d92-aba7-cab3b3243ba3\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07dfd357-9746-4de3-a25b-327538cd415e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07dfd357-9746-4de3-a25b-327538cd415e\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c5a916a3-bbbe-4afe-bb3e-b704a711fe33\",\"HasChanged\":null,\"AttributeOf\":\"appr_account\",\"AttributeType\":\"String\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_accountname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AccountName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:35Z\",\"ModifiedOn\":\"2023-09-21T06:55:35Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8200fdd9-1b46-4cde-8c5d-7338fca6b002\",\"HasChanged\":null,\"AttributeOf\":\"appr_account\",\"AttributeType\":\"String\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_accountyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AccountYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:35Z\",\"ModifiedOn\":\"2023-09-21T06:55:35Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":\"appr_accountname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"36ed83c7-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_announcementfrom\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_AnnouncementFrom\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:00Z\",\"ModifiedOn\":\"2023-09-21T06:55:00Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd1720e6-fbcd-4479-b80c-4ebcdd8e89ed\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd1720e6-fbcd-4479-b80c-4ebcdd8e89ed\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e7a9bc60-5627-4769-b24f-01f3310dfdb5\",\"HasChanged\":null,\"AttributeOf\":\"appr_announcementfrom\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_announcementfromname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_announcementfromName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:00Z\",\"ModifiedOn\":\"2023-09-21T06:55:00Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"15ff6d59-83c1-4f7b-9422-6977e6b682ee\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_announcementid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AnnouncementId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"04d4ed80-a6cf-4bbb-8a1b-4cb3b3db5c95\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_course\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Course\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:56:02Z\",\"ModifiedOn\":\"2023-09-21T06:56:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_course\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7e7eded6-b5aa-4044-b5ae-a671bb4f45e9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7e7eded6-b5aa-4044-b5ae-a671bb4f45e9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b5d6486e-6aa3-48a4-9972-3eca05654fb8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b5d6486e-6aa3-48a4-9972-3eca05654fb8\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e703ca5b-f037-4835-bfb1-c81147a8b173\",\"HasChanged\":null,\"AttributeOf\":\"appr_course\",\"AttributeType\":\"String\",\"ColumnNumber\":44,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_coursename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:56:02Z\",\"ModifiedOn\":\"2023-09-21T06:56:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8f9e5ac0-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:40:30Z\",\"ModifiedOn\":\"2023-09-21T06:40:30Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":8000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"09df1dcc-ba2a-47b6-b118-830edcfd92cd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"09df1dcc-ba2a-47b6-b118-830edcfd92cd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"468b1868-adf6-4d3f-ab22-ef8118d302d7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"468b1868-adf6-4d3f-ab22-ef8118d302d7\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2f2cf7b-948f-4f0c-969e-6e53d93d2750\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2f2cf7b-948f-4f0c-969e-6e53d93d2750\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8060a6d3-cdac-434d-8d10-dc0ae63eb362\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8060a6d3-cdac-434d-8d10-dc0ae63eb362\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"f794009f-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_scope\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Scope\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:32Z\",\"ModifiedOn\":\"2023-09-21T06:39:32Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc9aa85d-2930-4cd7-9f67-730c9f79e7e8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc9aa85d-2930-4cd7-9f67-730c9f79e7e8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b85a7253-d1ed-4760-909d-d5f32677af02\",\"HasChanged\":null,\"AttributeOf\":\"appr_scope\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_scopename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_scopeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:33Z\",\"ModifiedOn\":\"2023-09-21T06:39:33Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"97a30063-a5b6-4dc6-a989-a387fe90ddbe\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c4057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c4057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c5057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c5057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"18501f5d-fab8-469f-a424-942ff013cd83\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9672dc9a-9e1a-41da-be88-132026b2a6ce\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"9ba4ba0b-0a8f-4095-a82a-917641a2a916\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c3057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c3057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"1dbc1541-6998-4b1a-a5ab-d4c5c1c4e413\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ca057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ca057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"dee84c4c-8869-4e81-9071-e746c2c88c38\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"08fd200b-4c1a-40fc-9765-dafa4f3a85d5\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"7b3e80cc-ca3f-4f32-875f-9391d213d181\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"8a269c52-08f8-4913-a961-ad90c718ad5d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"cb96f5ae-fcd0-4ec1-a633-346d2ceac49c\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"dcc9e21f-380e-4e2c-b2d9-b08afaed0bd4\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"3491cd96-b415-4e4f-bc14-58ab461fb374\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"fc2cf34a-bfba-4e33-abca-df0718b22861\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1f417aaf-8e08-47db-aeb3-668a61bafb25\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"31cd9882-9ea4-4c50-8914-13cce810a854\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"1d9359e2-f00c-4cf3-91a1-17a43d389ae8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"249b3565-c380-4fe0-9b09-3f591749493f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"90c9d70e-dc3a-4d49-a50d-af403054bb5c\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"62653505-a72e-4d1c-977a-dae83a0fab23\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ea057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ea057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ec057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"e0b4d164-41a6-4ce8-8bd7-430097c5129c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ee057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ee057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ef057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ef057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"dc8397ae-3eb7-4a62-97f5-77e4dad9ca78\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"7c648f1d-7a1f-4240-bf5b-d416b4ed7437\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"315f1ca3-4643-413f-851f-bf9be15ff848\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"4b925d69-d1c4-4613-b24e-2f2637bb90b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"bbb651d9-b906-4f3b-80b8-40e640aa5e53\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"d44fef31-7c67-4d97-a3b0-e8a558b9ea44\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"11067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"11067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"ce78ccd8-f56d-4660-8714-c4986008c4ce\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"cde7e2b4-1a04-4726-9dfb-6492880eb827\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"20067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"20067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"21067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"21067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"c26bbf8a-c20f-42fc-8b00-b1506ed0ba2b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"22067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"22067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"23067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"23067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"7b761eb3-97e0-45ca-95eb-f92d3950f40a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"ce057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"d4057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"da057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f2057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f9057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"fe057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"02067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2e5209dc-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_announcement_Account_account\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"accountid\",\"ReferencedEntity\":\"account\",\"ReferencingAttribute\":\"appr_account\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_announcement_Account_account\",\"ReferencingEntityNavigationPropertyName\":\"appr_Account\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"45c472ec-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_announcement_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_announcement_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"24067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"28067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"30067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"34067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"38067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_announcement_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_announcement_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"275ada64-4958-ee11-be6f-000d3aa1cc0a\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_Annotations\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"annotation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_Annotations\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_announcement\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"62653505-a72e-4d1c-977a-dae83a0fab23\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2114167\\\"\",\"name\":\"Information\",\"formid\":\"ededf2ac-368d-485c-b29b-7d97f268929f\",\"objecttypecode\":\"appr_announcement\",\"type\":11},{\"@odata.etag\":\"W/\\\"2114192\\\"\",\"name\":\"Information\",\"formid\":\"f5bf6482-6c70-485c-9629-90c1cb65617d\",\"objecttypecode\":\"appr_announcement\",\"type\":6},{\"@odata.etag\":\"W/\\\"2114121\\\"\",\"name\":\"Information\",\"formid\":\"0e642496-519c-4038-81a1-bb289938501c\",\"objecttypecode\":\"appr_announcement\",\"type\":2}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"36ed83c7-4b58-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_announcementfrom\",\"SchemaName\":\"appr_AnnouncementFrom\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"75c28eda-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_annoucementfrom\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Annoucement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76c28eda-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Annoucement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76c28eda-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0dc3c09d-95cd-42ef-8ef3-dcf5d7f33feb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0dc3c09d-95cd-42ef-8ef3-dcf5d7f33feb\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3fa367ea-ee16-499a-ac20-60ecc3ca5dee\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3fa367ea-ee16-499a-ac20-60ecc3ca5dee\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7b041091-5b37-4491-ab28-d14b682a9d69\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7b041091-5b37-4491-ab28-d14b682a9d69\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed72ba4b-4693-4645-a1a0-b0c2a9647b5b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed72ba4b-4693-4645-a1a0-b0c2a9647b5b\",\"HasChanged\":null}}},{\"Value\":3,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"System Generated\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4e6671db-0c76-4fc6-9640-6322ee507782\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"System Generated\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4e6671db-0c76-4fc6-9640-6322ee507782\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e9313f19-8a03-4bdd-868d-81ae0ed41c23\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e9313f19-8a03-4bdd-868d-81ae0ed41c23\",\"HasChanged\":null}}}]}},{\"MetadataId\":\"f794009f-4958-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_scope\",\"SchemaName\":\"appr_Scope\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"94b93997-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_announcementscope\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"95b93997-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"95b93997-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"School\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4aa4dfd-2b59-4553-95bc-5eae1a465e5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"School\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4aa4dfd-2b59-4553-95bc-5eae1a465e5f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eec0fc80-00fa-4695-8d31-4b80fcd50e89\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eec0fc80-00fa-4695-8d31-4b80fcd50e89\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eab98b58-f495-45b0-ace4-d0a3ba4abbde\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eab98b58-f495-45b0-ace4-d0a3ba4abbde\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8b5590c7-8c45-4f17-9df9-ff4a370fc8e9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8b5590c7-8c45-4f17-9df9-ff4a370fc8e9\",\"HasChanged\":null}}}]}}]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"4b925d69-d1c4-4613-b24e-2f2637bb90b7\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"0d067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_announcement_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"d44fef31-7c67-4d97-a3b0-e8a558b9ea44\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"17067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_announcement_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"19067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"19067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"18067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"18067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"14067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"14067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"16067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"16067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_announcement", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2114204\\\"\",\"savedqueryid\":\"e7ad6405-96a5-4ad7-9fde-2955022b2ce1\",\"name\":\"Active Announcements\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2114240\\\"\",\"savedqueryid\":\"85da8255-81d9-44ef-bb52-2c2fc22f0cb8\",\"name\":\"Announcement Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2114252\\\"\",\"savedqueryid\":\"1b7d44f3-ca99-4c66-809d-c822be892546\",\"name\":\"Announcement Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2114228\\\"\",\"savedqueryid\":\"38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7\",\"name\":\"Announcement Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"2114216\\\"\",\"savedqueryid\":\"d6116301-e8c5-44f2-ae6a-d86d7ea5e345\",\"name\":\"Inactive Announcements\",\"querytype\":0}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Assignment Marks.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Assignment Marks.json new file mode 100644 index 00000000..bad9259c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Assignment Marks.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Assignment Marks", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_assignmentmarks", + "logicalName": "appr_assignmentmark" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2121242\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"abbb8298-e408-4d68-89f8-b7a61e56779c\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"f861ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_assignmentmark\",\"EntitySetName\":\"appr_assignmentmarks\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_assignmentmarkid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10291,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a2c73e99-f4aa-4e49-805b-c5cf7f0de833\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a2c73e99-f4aa-4e49-805b-c5cf7f0de833\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_AssignmentMark\",\"PrivilegeId\":\"dd7ff7fc-fc50-4ef7-aa06-1bba8f80b642\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_AssignmentMark\",\"PrivilegeId\":\"49ef2cbb-82fa-4916-9a0b-4c5ceeb77f44\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_AssignmentMark\",\"PrivilegeId\":\"cf89049e-19bc-4696-aad1-876e1c3cc2bb\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_AssignmentMark\",\"PrivilegeId\":\"261df6ed-8616-40ff-b042-d1472c9de7ac\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_AssignmentMark\",\"PrivilegeId\":\"8b5cf657-3184-4224-af77-a968353502b0\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_AssignmentMark\",\"PrivilegeId\":\"ff789615-8416-4e9d-aa52-3c037b4ff27c\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_AssignmentMark\",\"PrivilegeId\":\"c4aa0649-9954-4dd9-996c-826f4785e659\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_AssignmentMark\",\"PrivilegeId\":\"9e4cd173-f714-4e2b-b957-7ec0095de9f9\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"MetadataId\":\"f1ad0383-cf9e-4df4-8298-c1c795024111\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentmarkid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AssignmentMarkId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"b72be08c-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentstatus\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_AssignmentStatus\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:40:25Z\",\"ModifiedOn\":\"2023-09-25T09:40:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":2,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6ed0732e-49bc-4a53-b59b-4f1984cae811\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6ed0732e-49bc-4a53-b59b-4f1984cae811\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"730ad508-5b7a-4cb7-b673-6ea11cc70126\",\"HasChanged\":null,\"AttributeOf\":\"appr_assignmentstatus\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentstatusname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_assignmentstatusName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:40:25Z\",\"ModifiedOn\":\"2023-09-25T09:40:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.FileAttributeMetadata\",\"MetadataId\":\"5f54bdad-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Virtual\",\"ColumnNumber\":46,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Attachment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T06:05:25Z\",\"ModifiedOn\":\"2023-09-26T06:05:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxSizeInKB\":32768,\"AttributeTypeName\":{\"Value\":\"FileType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b2c9b11d-a74e-49df-b7b1-f9349cf66db6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b2c9b11d-a74e-49df-b7b1-f9349cf66db6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b42c8af1-e856-421a-aadd-719107111da6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b42c8af1-e856-421a-aadd-719107111da6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e457ace0-7e30-4239-95b3-107dc85e47f7\",\"HasChanged\":null,\"AttributeOf\":\"appr_attachment\",\"AttributeType\":\"String\",\"ColumnNumber\":47,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment_name\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_Attachment_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T06:05:26Z\",\"ModifiedOn\":\"2023-09-26T06:05:26Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Disabled\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"6e9de289-855b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_feedbackcomment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_FeedbackComment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:26:15Z\",\"ModifiedOn\":\"2023-09-25T09:26:15Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":2000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b346cf0d-f4d6-457b-b7b2-d52deeec2add\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b346cf0d-f4d6-457b-b7b2-d52deeec2add\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Feedback Comment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78d1fad9-e1aa-4d86-ad11-6f5ae1e38bd2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Feedback Comment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78d1fad9-e1aa-4d86-ad11-6f5ae1e38bd2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f961ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-26T07:27:52Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36b156b2-f95b-45a5-b1ae-d73e7a6619a4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36b156b2-f95b-45a5-b1ae-d73e7a6619a4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"04d0b691-9ba0-466c-a4c4-9fbe7ad84291\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"04d0b691-9ba0-466c-a4c4-9fbe7ad84291\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"8fb4750b-404c-4f9f-81ad-c46374eed140\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_StudentName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:02:17Z\",\"ModifiedOn\":\"2023-09-21T07:02:17Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05a2e6e6-8da9-4a5d-b9dc-564d625e405d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05a2e6e6-8da9-4a5d-b9dc-564d625e405d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Student Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5ce3c3c7-aa91-4eda-aad1-08aa0019ba64\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5ce3c3c7-aa91-4eda-aad1-08aa0019ba64\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"be121b21-32fc-4dfa-9133-20801365ebbc\",\"HasChanged\":null,\"AttributeOf\":\"appr_studentname\",\"AttributeType\":\"String\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentnamename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_StudentNameName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:02:17Z\",\"ModifiedOn\":\"2023-09-21T07:02:17Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"213403d8-61ed-4ab9-9d79-7899451a31c8\",\"HasChanged\":null,\"AttributeOf\":\"appr_studentname\",\"AttributeType\":\"String\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentnameyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_StudentNameYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:02:17Z\",\"ModifiedOn\":\"2023-09-21T07:02:17Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"appr_studentnamename\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"4e4d3433-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":45,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submissiontext\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_SubmissionText\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T06:02:38Z\",\"ModifiedOn\":\"2023-09-26T14:30:18Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":1048576,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aa0c8872-e466-49e5-adef-bcc409f37115\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aa0c8872-e466-49e5-adef-bcc409f37115\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Submission Text\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bf728eb0-bbe1-4a8e-ad40-d979f229d925\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submission Text\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bf728eb0-bbe1-4a8e-ad40-d979f229d925\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"f294113d-5b93-4bd3-b3cf-d029470fb80d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submittedassignment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_SubmittedAssignment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:03:14Z\",\"ModifiedOn\":\"2023-09-26T14:09:10Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_assignment\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0784553-af88-4e71-b20d-ffca09f68887\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0784553-af88-4e71-b20d-ffca09f68887\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Submitted Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd764bf4-5df1-4645-9ca5-d30dcd76e838\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submitted Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd764bf4-5df1-4645-9ca5-d30dcd76e838\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8f3a1654-f892-46bc-8719-a4e9670387ea\",\"HasChanged\":null,\"AttributeOf\":\"appr_submittedassignment\",\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submittedassignmentname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_SubmittedAssignmentName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:03:14Z\",\"ModifiedOn\":\"2023-09-21T07:03:14Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"ae5c9c1f-b25b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":44,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submittedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_SubmittedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T14:45:50Z\",\"ModifiedOn\":\"2023-09-25T14:45:50Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f258cec7-5658-4382-9a82-a6476eba3000\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f258cec7-5658-4382-9a82-a6476eba3000\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Submitted On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a37b9a2-2b27-4eed-ae5b-8d931d9cc45c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submitted On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a37b9a2-2b27-4eed-ae5b-8d931d9cc45c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DecimalAttributeMetadata\",\"MetadataId\":\"3c8bae65-855b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Decimal\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_totalmarks\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_totalmarks\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:25:37Z\",\"ModifiedOn\":\"2023-09-26T07:33:35Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MaxValue\":100000000000,\"MinValue\":-100000000000,\"Precision\":2,\"ImeMode\":\"Auto\",\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"DecimalType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"10ef1dd2-d98a-4827-a03a-74c924c66fcf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"10ef1dd2-d98a-4827-a03a-74c924c66fcf\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"total marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb2a7c0d-235f-4586-a4a3-0e216f3d57ec\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"total marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb2a7c0d-235f-4586-a4a3-0e216f3d57ec\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"081ba679-1d2a-4dfe-8b89-b5b6ae377a74\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1962ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1962ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f379a900-73e9-4340-9629-a09775aab668\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1051b8b5-cfb7-4c9f-a3f6-ff24b87ea17d\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"354d718d-1c92-4156-8f41-d056d7a76c9a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"681227bf-68c8-43be-89d9-dc8ffb90adc1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5cdd334c-93f7-48a6-be50-6ae656bd9bc0\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"992f982d-7039-40bb-819c-a117786bd8e3\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"37ca3f40-07db-4323-a31c-a4bdccb8f7ef\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"6ee707f5-21ec-4b19-8f9c-0604eff57d83\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f018d5fb-65fb-4986-b960-316fc6288666\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7ac81239-26e6-4b9f-a1eb-b4b2b190e08e\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"31e01e8c-997f-4b67-ba72-426bb3ce2274\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"b3503bd7-b538-4d1d-893d-d229b3e9065f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d1b136c7-f4ff-42df-a20d-cce5fc9a2ac4\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"52e919f0-1bb7-46ac-a930-dfce47db1639\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"f394ec2a-8cb5-45a8-bc04-195fbba3745f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"41c185c4-84c3-4a73-8738-152bc4d078a6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"cffabaad-82f1-4b7e-868f-0e9bc973857c\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"2e70fdba-4a49-4db4-b479-4de846a6e644\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"4062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"676cd381-2258-4083-b6ff-b3fb302ab53d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"07b313b8-ebf7-40c1-a687-27f851c8518b\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c3262f1f-99bb-4092-93ed-4616650f28fc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"af4f6ab5-ab19-4cf8-9d69-6bfe3856db65\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"4efcb162-082d-4374-9f03-42319d6bac45\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"4e3b07dd-8474-41cd-bcfa-e7c4443cc049\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"857410dc-a94b-4a3b-8149-989d2c7f40b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"dedb4a2e-4e80-43e9-9f12-b99937f51abc\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"c85adeec-fc9a-41ee-a6e1-c622cf939f7b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"bd2fb8fa-f699-4bc0-b8d0-d7ab35c2ea7b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"68871383-d663-47bf-b823-9ed0969b3edf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"2262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"09bd7fc9-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_StudentName_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_studentname\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_StudentName_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_StudentName\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9ebc91eb-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"appr_submittedassignment\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"ReferencingEntityNavigationPropertyName\":\"appr_SubmittedAssignment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6a54bdad-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"FileAttachment_appr_AssignmentMark_appr_Attachment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"fileattachmentid\",\"ReferencedEntity\":\"fileattachment\",\"ReferencingAttribute\":\"appr_attachment\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"FileAttachment_appr_AssignmentMark_appr_Attachment\",\"ReferencingEntityNavigationPropertyName\":\"appr_attachment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"7862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"7c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignmentmark_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignmentmark_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6654bdad-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_FileAttachments\",\"SecurityTypes\":\"ParentChild\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"fileattachment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_FileAttachments\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignmentmark\",\"RelationshipBehavior\":2,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"2e70fdba-4a49-4db4-b479-4de846a6e644\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2121230\\\"\",\"name\":\"Information\",\"formid\":\"0b2efafb-2ba9-40be-805b-1168a68a200b\",\"objecttypecode\":\"appr_assignmentmark\",\"type\":6},{\"@odata.etag\":\"W/\\\"2120968\\\"\",\"name\":\"Information\",\"formid\":\"5aa2dfd6-2fa5-46c8-a795-1656198093fb\",\"objecttypecode\":\"appr_assignmentmark\",\"type\":2},{\"@odata.etag\":\"W/\\\"2121146\\\"\",\"name\":\"Information\",\"formid\":\"9026f1f8-c1c8-4408-be90-73b7e79f3676\",\"objecttypecode\":\"appr_assignmentmark\",\"type\":11}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"b72be08c-875b-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_assignmentstatus\",\"SchemaName\":\"appr_AssignmentStatus\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"3d48b476-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_assignmentstatus\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e48b476-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e48b476-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4ae6e6f-d071-4fe9-8caf-5e997c4c249e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4ae6e6f-d071-4fe9-8caf-5e997c4c249e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"83ba3706-20e1-46d3-be5d-670e5ccc9683\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"83ba3706-20e1-46d3-be5d-670e5ccc9683\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Not Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c170c1f-26d7-4582-9186-f14b7ab3f95f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Not Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c170c1f-26d7-4582-9186-f14b7ab3f95f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"267c0cf0-2a81-4a84-82e5-38e29a472599\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"267c0cf0-2a81-4a84-82e5-38e29a472599\",\"HasChanged\":null}}},{\"Value\":3,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Graded\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a117e5ae-4f3a-4ff8-9460-a8aac3f59e9e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Graded\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a117e5ae-4f3a-4ff8-9460-a8aac3f59e9e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f592d0eb-72a1-4f8e-9b99-b3c80a885443\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f592d0eb-72a1-4f8e-9b99-b3c80a885443\",\"HasChanged\":null}}}]}}]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"4efcb162-082d-4374-9f03-42319d6bac45\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"6162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignmentmark_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"857410dc-a94b-4a3b-8149-989d2c7f40b7\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"6b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignmentmark_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_assignmentmark", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2121290\\\"\",\"savedqueryid\":\"58934c47-c8ef-44fb-934d-01cd896f312f\",\"name\":\"Assignment Mark Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2121278\\\"\",\"savedqueryid\":\"d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3\",\"name\":\"Assignment Mark Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2121254\\\"\",\"savedqueryid\":\"a558466b-df4a-4440-bdd8-9341d802492a\",\"name\":\"Inactive Assignment Marks\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2121242\\\"\",\"savedqueryid\":\"abbb8298-e408-4d68-89f8-b7a61e56779c\",\"name\":\"Active Assignment Marks\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2121266\\\"\",\"savedqueryid\":\"5078ae01-3ebb-4181-86c8-ba67627a0280\",\"name\":\"Assignment Mark Associated View\",\"querytype\":2}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Assignments.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Assignments.json new file mode 100644 index 00000000..0c6a4183 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Assignments.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Assignments", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_assignments", + "logicalName": "appr_assignment" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2162681\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"63c430e7-f92b-4007-a7c7-987e3a423df3\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"ea75c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_assignment\",\"EntitySetName\":\"appr_assignments\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_assignmentid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10274,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Assignments\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f30d330b-ca6f-4bb1-a0a1-a43648bce3ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignments\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f30d330b-ca6f-4bb1-a0a1-a43648bce3ab\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_Assignment\",\"PrivilegeId\":\"d867d244-631e-41f2-baac-e44c3d59d844\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_Assignment\",\"PrivilegeId\":\"5fdd8884-6f2e-4daf-b106-073edceb8d97\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_Assignment\",\"PrivilegeId\":\"a736db4d-7a2a-42ed-a982-a14fa3e79971\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_Assignment\",\"PrivilegeId\":\"4f639b74-c632-40ad-a4d7-062c135a0e83\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_Assignment\",\"PrivilegeId\":\"65fcbb53-64cd-4c70-ba4a-a2342004edee\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_Assignment\",\"PrivilegeId\":\"3c580e2e-9c53-40b1-a708-e6025c633c14\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_Assignment\",\"PrivilegeId\":\"2c5a9693-173e-41e0-8251-d084d5a8eb2e\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_Assignment\",\"PrivilegeId\":\"3d254282-86fa-401a-aec7-4f099df4f71a\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"MetadataId\":\"414ce2e0-aa9e-4806-90fc-6b9b6ed85676\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AssignmentId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d2cfd052-af5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentnumber\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_AssignmentNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T14:25:37Z\",\"ModifiedOn\":\"2023-09-25T14:25:58Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f187af7-acab-443b-bc08-fa5b0bfaa089\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f187af7-acab-443b-bc08-fa5b0bfaa089\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4cddc55a-3d6e-43f9-8baf-5404245c77c8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4cddc55a-3d6e-43f9-8baf-5404245c77c8\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"1c0624ee-f8c0-42f6-983e-06f981225f4c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_course\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Course\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:22Z\",\"ModifiedOn\":\"2023-09-25T03:49:28Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_course\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"02317727-241b-4d44-9838-e283014b52c6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"02317727-241b-4d44-9838-e283014b52c6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2935b2bf-9e4d-473c-9eb6-fa2122d1d475\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2935b2bf-9e4d-473c-9eb6-fa2122d1d475\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8d01c2ff-e2e7-4801-8a29-91865c064970\",\"HasChanged\":null,\"AttributeOf\":\"appr_course\",\"AttributeType\":\"String\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_coursename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:22Z\",\"ModifiedOn\":\"2023-09-21T06:38:22Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"838b3bb8-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:40:20Z\",\"ModifiedOn\":\"2023-09-27T08:38:46Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":1000000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45fb9aab-3363-4d70-b3bc-356226c44478\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45fb9aab-3363-4d70-b3bc-356226c44478\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77a589dd-6fd1-44fb-8684-a4ebe583c136\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77a589dd-6fd1-44fb-8684-a4ebe583c136\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"25d68bc5-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_duedate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_DueDate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:47:52Z\",\"ModifiedOn\":\"2023-09-21T06:47:52Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"344eaeda-2df3-49b8-868d-7a2889a643ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"344eaeda-2df3-49b8-868d-7a2889a643ab\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd802fd8-83b9-4b11-8e86-5cc0ca9fbb51\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd802fd8-83b9-4b11-8e86-5cc0ca9fbb51\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"eb75c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-25T14:25:58Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"13ca0536-9802-4c67-a829-60564bc672e5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"13ca0536-9802-4c67-a829-60564bc672e5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f035024a-efa0-435f-88bb-ad749132b987\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f035024a-efa0-435f-88bb-ad749132b987\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"804f6b40-aa6b-42c6-b8b6-412d4710f9e4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacher\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Teacher\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:05Z\",\"ModifiedOn\":\"2023-09-21T06:39:05Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc316fb5-1532-4ede-ba9e-fe8259b0e0f8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc316fb5-1532-4ede-ba9e-fe8259b0e0f8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0e20500-d5d9-4873-96c0-dbb586686037\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0e20500-d5d9-4873-96c0-dbb586686037\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5b1a5430-d43e-46d2-b6d7-e5c62fc19757\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teachername\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:05Z\",\"ModifiedOn\":\"2023-09-21T06:39:05Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"66fc8cf8-97fc-4674-8c11-0dfc16cfc79a\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacheryominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:05Z\",\"ModifiedOn\":\"2023-09-21T06:39:05Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"appr_teachername\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DecimalAttributeMetadata\",\"MetadataId\":\"0e7572eb-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Decimal\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_totalallocatedmarks\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_TotalAllocatedMarks\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:48:52Z\",\"ModifiedOn\":\"2023-09-21T06:48:52Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MaxValue\":100000000000,\"MinValue\":-100000000000,\"Precision\":2,\"ImeMode\":\"Auto\",\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"DecimalType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Total Allocated Marks for the assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d0154ce-d152-4d2c-8ef4-c6956a0a6c35\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Total Allocated Marks for the assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d0154ce-d152-4d2c-8ef4-c6956a0a6c35\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Total Allocated Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8141710f-8e2a-431a-b1fc-aa68eb019d5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Total Allocated Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8141710f-8e2a-431a-b1fc-aa68eb019d5f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"4f8eb975-327f-41e9-b711-2308fedf0b35\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d076c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d076c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d176c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d176c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"fb1f157d-b401-4f1f-880e-556516394c76\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f2c8e697-0d1a-4893-aeb6-8ce2cb9dc00f\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"b324f90e-ebcb-4cb7-bb1c-7af70eeabdfc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ce76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ce76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cf76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cf76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"872322d9-abf4-4a29-84b9-062f03e3976c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7db2fe9c-9333-4faa-8c4a-78406fdc24a0\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2ae83585-b8a2-44de-b615-b93ebc885a74\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"036a0f9a-e84a-4aec-a4e7-ba7a24fb4e08\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2977c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2977c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a3e8d147-9382-4c77-a8d5-5a306fe7aafb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d476c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d476c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d576c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d576c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"109d329e-87dc-4002-a88d-213b553de712\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"58a994a6-0878-4eb8-80cc-69d3fde30feb\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"ad120919-b5e0-4d7e-b892-b8cd95271eef\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"ad4c9c04-c308-4c9f-8c70-0a2c640cfd02\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d876c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d876c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"876f701e-268f-4cf0-bf4d-f19820f5e7c0\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5adfee85-ccfe-458f-ac6b-5f7350d2b534\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"67dbf896-4d66-456e-85ab-d2ce7427b2b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0666e451-67ae-4285-b921-30e8ee8c62f6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f9d56e14-f0fd-4c16-aaa5-1d78f33ec65c\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"c5f8dc97-1189-4e2a-938a-ee279dddebe3\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f876c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"438ce07d-08f0-459b-b6f8-058941a733ad\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fa76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fa76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"88cf2f91-4041-4ea6-9d62-f7cd71dda1c1\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"dd5bac3c-437c-492c-ad8f-8b19e7817c93\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"2d17b4f2-f851-4ad8-925a-920f6097b70d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"46a4dbaf-d05c-4a77-8128-6a368ef1a49f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-25T14:25:58Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"0b6f3c21-3c35-485d-ae00-f50b15df0514\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"732c7e6f-d2c1-4035-afbe-d616a74bad16\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b893db35-5144-416d-848e-bfae69d91023\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"3e811ded-2a1c-4a58-b16f-fe37bcf48a81\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2c77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2c77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"5a62b89c-0963-4ec8-a7d5-22112858345c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"89321814-56a8-49f2-affe-fa69ad65c3d9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2777c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2777c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"da76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e076c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ec76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"fe76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0577c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"bbf78774-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"89a9488e-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"3077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3c77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignment_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5177c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignment_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9ebc91eb-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"appr_submittedassignment\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"ReferencingEntityNavigationPropertyName\":\"appr_SubmittedAssignment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"dbc805a9-6c5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_rubric_Assignment_appr_assignment\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"appr_assignment\",\"ReferencingEntity\":\"appr_rubric\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_rubric_Assignment_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"appr_Assignment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"c5f8dc97-1189-4e2a-938a-ee279dddebe3\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2111720\\\"\",\"name\":\"Information\",\"formid\":\"9e54113a-311f-4e62-ac92-3c111c6b1f82\",\"objecttypecode\":\"appr_assignment\",\"type\":11},{\"@odata.etag\":\"W/\\\"2111745\\\"\",\"name\":\"Information\",\"formid\":\"cc955d33-0989-4158-bad4-4d2d88b79757\",\"objecttypecode\":\"appr_assignment\",\"type\":6},{\"@odata.etag\":\"W/\\\"2137519\\\"\",\"name\":\"Assignment main form\",\"formid\":\"67f06a53-575b-ee11-be6f-6045bd1dbe0d\",\"objecttypecode\":\"appr_assignment\",\"type\":2},{\"@odata.etag\":\"W/\\\"2111674\\\"\",\"name\":\"Information\",\"formid\":\"22e98bff-6915-4fc8-8326-e84967ec53c9\",\"objecttypecode\":\"appr_assignment\",\"type\":2}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"46a4dbaf-d05c-4a77-8128-6a368ef1a49f\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"1977c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignment_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"732c7e6f-d2c1-4035-afbe-d616a74bad16\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"2377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignment_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2577c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2577c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2277c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2277c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_assignment", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2162679\\\"\",\"savedqueryid\":\"e0d7b7fa-5988-4d73-b596-38ed9e7338a9\",\"name\":\"Inactive Assignments\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2111793\\\"\",\"savedqueryid\":\"d3bd3f97-ceaf-44ba-a37a-80f1063f86e4\",\"name\":\"Assignment Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2162685\\\"\",\"savedqueryid\":\"16c30a69-2198-46e6-bec6-923d21ae35fa\",\"name\":\"Assignment Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2162681\\\"\",\"savedqueryid\":\"63c430e7-f92b-4007-a7c7-987e3a423df3\",\"name\":\"Active Assignments\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2162682\\\"\",\"savedqueryid\":\"cd3a31d3-1d47-4a31-855a-fc4e6f5b739e\",\"name\":\"Assignment Associated View\",\"querytype\":2}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Contacts.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Contacts.json new file mode 100644 index 00000000..b1120f60 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Contacts.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Contacts", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "contacts", + "logicalName": "contact" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"ae3d3939-c94a-4b69-9514-0214f03b5392\",\"LogicalName\":\"adx_confirmremovepassword\",\"SchemaName\":\"adx_ConfirmRemovePassword\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"980de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_confirmremovepassword\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9a0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9a0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"990de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"990de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b05c2b0-130d-4252-8d89-58bb3b6b7b34\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b05c2b0-130d-4252-8d89-58bb3b6b7b34\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d93c49e-8ab9-487d-8366-26f312545a64\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d93c49e-8ab9-487d-8366-26f312545a64\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"bb28d53a-2d2f-45ce-b0a7-3f7d51ba73d8\",\"LogicalName\":\"adx_identity_emailaddress1confirmed\",\"SchemaName\":\"adx_identity_emailaddress1confirmed\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"9b0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_emailaddress1confirmed\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"740c91f0-6367-4e32-9a95-a86ea5c05447\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"740c91f0-6367-4e32-9a95-a86ea5c05447\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0104bdeb-b20a-451d-9461-70e828c9a3a0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0104bdeb-b20a-451d-9461-70e828c9a3a0\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"fe4dd737-629b-475c-8c89-e10a484ca604\",\"LogicalName\":\"adx_identity_locallogindisabled\",\"SchemaName\":\"adx_identity_locallogindisabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"9e0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_locallogindisabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d7c7011-cfb8-4dea-9619-e4a878f6004b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d7c7011-cfb8-4dea-9619-e4a878f6004b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f856c1e6-4326-46ad-ac26-8d642c01734c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f856c1e6-4326-46ad-ac26-8d642c01734c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"5bda66a8-b4c3-4853-823d-d26f0f540138\",\"LogicalName\":\"adx_identity_lockoutenabled\",\"SchemaName\":\"adx_identity_lockoutenabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a10de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_lockoutenabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a20de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a20de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"424ad49b-03db-4945-83b9-a52873339f97\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"424ad49b-03db-4945-83b9-a52873339f97\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ef2c65-7efe-4670-b1f7-45da8073fdea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ef2c65-7efe-4670-b1f7-45da8073fdea\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"1b0ada04-ebf5-4c8d-98b2-cd543bb88223\",\"LogicalName\":\"adx_identity_logonenabled\",\"SchemaName\":\"adx_identity_logonenabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a40de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_logonenabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a60de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a60de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Logon Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Logon Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0aeaebdd-da19-4117-b02d-cc85c90bb811\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0aeaebdd-da19-4117-b02d-cc85c90bb811\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"455745f8-f58e-4460-b45f-c286600fdf4b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"455745f8-f58e-4460-b45f-c286600fdf4b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"056e0f88-16db-49c0-b6f6-5e5d467ccbf4\",\"LogicalName\":\"adx_identity_mobilephoneconfirmed\",\"SchemaName\":\"adx_identity_mobilephoneconfirmed\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a80de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_mobilephoneconfirmed\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a90de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a90de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4415c0d2-1a11-4e79-8a4c-baaa50d8484e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4415c0d2-1a11-4e79-8a4c-baaa50d8484e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"094f6813-98c6-4f05-9a04-14102c138295\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"094f6813-98c6-4f05-9a04-14102c138295\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"31bc0498-ac35-47ed-9515-da2008d165d5\",\"LogicalName\":\"adx_identity_twofactorenabled\",\"SchemaName\":\"adx_identity_twofactorenabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ae0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_twofactorenabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a0e7e81-46a3-4fae-a584-8abafe93d2f3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a0e7e81-46a3-4fae-a584-8abafe93d2f3\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fc9acca-3037-43b3-b8fd-91bcdb180717\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fc9acca-3037-43b3-b8fd-91bcdb180717\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"6ac1cbfa-6568-4d1e-aa51-cc800d38aa15\",\"LogicalName\":\"adx_profilealert\",\"SchemaName\":\"adx_profilealert\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b20de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_profilealert\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a71365a5-2ab8-420f-ac51-437ac70c49c6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a71365a5-2ab8-420f-ac51-437ac70c49c6\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87f6c77a-9f05-4cbe-9e71-50ec575f521f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87f6c77a-9f05-4cbe-9e71-50ec575f521f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"925a7aab-fd2a-4135-946d-c04f836aa006\",\"LogicalName\":\"adx_profileisanonymous\",\"SchemaName\":\"Adx_ProfileIsAnonymous\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b40de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_profileisanonymous_contact\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"199b5752-2553-425c-9f82-88f5ec758e39\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"199b5752-2553-425c-9f82-88f5ec758e39\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"49a9c1d5-1c6f-4870-9329-4a6d3debf6b1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"49a9c1d5-1c6f-4870-9329-4a6d3debf6b1\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"a6e910a3-7504-49f7-8a03-6c80e733886e\",\"LogicalName\":\"creditonhold\",\"SchemaName\":\"CreditOnHold\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"dab6a6ee-5a7e-426a-acbe-44aa01ff9ff2\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_creditonhold\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether credit for the contact is on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11b8a615-d082-4bf9-9a61-c501b7110424\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether credit for the contact is on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11b8a615-d082-4bf9-9a61-c501b7110424\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"411231ef-6a14-475d-8142-bf4445a8a85c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"411231ef-6a14-475d-8142-bf4445a8a85c\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3054c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3054c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3254c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3254c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"61914e7e-4904-4664-834d-d211d14b467b\",\"LogicalName\":\"donotbulkemail\",\"SchemaName\":\"DoNotBulkEMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"116ad3da-0322-4456-a9df-c86e57de6476\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotbulkemail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending direct email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ece5e401-9cab-4acc-ab3f-d00f12c8abef\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending direct email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ece5e401-9cab-4acc-ab3f-d00f12c8abef\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487d8cb7-7137-4079-a874-9baa047f41a3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487d8cb7-7137-4079-a874-9baa047f41a3\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7390aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7390aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7190aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7190aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"5300f108-5d05-42b7-81c0-bcc661376ba5\",\"LogicalName\":\"donotbulkpostalmail\",\"SchemaName\":\"DoNotBulkPostalMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b8d24baa-afeb-481f-8073-9514c3e9ba19\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotbulkpostalmail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending bulk-rate postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e1589ee0-87b4-4a19-8502-789d8b5a125d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending bulk-rate postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e1589ee0-87b4-4a19-8502-789d8b5a125d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f9db384a-3b8a-433a-850d-c26b31416dbe\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f9db384a-3b8a-433a-850d-c26b31416dbe\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffe8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffe8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"54cfd897-4c94-4af9-9c33-b014ccbc482a\",\"LogicalName\":\"donotemail\",\"SchemaName\":\"DoNotEMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"8dda68ff-5133-4010-85d3-da2e3017fdab\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotemail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"361379ef-1b1e-4bfa-8277-58ab031593c0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"361379ef-1b1e-4bfa-8277-58ab031593c0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a92bdbcf-4a9d-47d1-a388-df6aeb8407c9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a92bdbcf-4a9d-47d1-a388-df6aeb8407c9\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"650630b8-fa1a-41ba-a9f8-1218467a0d6b\",\"LogicalName\":\"donotfax\",\"SchemaName\":\"DoNotFax\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"d1bb228f-510a-49b4-9a5b-e53b44367aa6\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotfax\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending fax transmittals to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87c1ff47-aaf7-4442-a8f7-3cec6fe9b74e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending fax transmittals to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87c1ff47-aaf7-4442-a8f7-3cec6fe9b74e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ad82184-69fb-48f1-9a2d-9da1e5000fb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ad82184-69fb-48f1-9a2d-9da1e5000fb5\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"22f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"22f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"20ba2e1b-5b95-45c4-b9c4-7c15de6ba45f\",\"LogicalName\":\"donotphone\",\"SchemaName\":\"DoNotPhone\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"0fe276ef-76e9-4121-b570-a09edbf92ab3\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotphone\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow phone calls to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c1ded9cf-27a3-4598-96b0-eb515e995a6a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow phone calls to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c1ded9cf-27a3-4598-96b0-eb515e995a6a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2f579a9-e19d-4d8b-a50d-04525c027752\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2f579a9-e19d-4d8b-a50d-04525c027752\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"a12ad652-a906-4fb2-b40a-4ff7e294c2c0\",\"LogicalName\":\"donotpostalmail\",\"SchemaName\":\"DoNotPostalMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"74343a40-851b-4ff5-92e5-c0657d3b8ecf\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotpostalmail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d300913f-986f-4488-b9da-42f13ab1a0d4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d300913f-986f-4488-b9da-42f13ab1a0d4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"632e9dcc-7674-42f0-ae4f-f8406d579cc1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"632e9dcc-7674-42f0-ae4f-f8406d579cc1\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c525e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c525e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"e294567c-19b5-4188-8402-2750238fbea2\",\"LogicalName\":\"donotsendmm\",\"SchemaName\":\"DoNotSendMM\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"d49833b4-cd65-4f39-8f3f-fab65c5d494a\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotsendmm\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information regarding whether to allow sending marketing mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a0c21e12-55fc-4499-aa27-9a506ea9f61e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information regarding whether to allow sending marketing mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a0c21e12-55fc-4499-aa27-9a506ea9f61e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c94b5838-3cd8-4f8d-b9c1-70890951ccb3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c94b5838-3cd8-4f8d-b9c1-70890951ccb3\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c726e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c726e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"b6a3a39c-ca04-4dd2-95d5-da59fb282e06\",\"LogicalName\":\"followemail\",\"SchemaName\":\"FollowEmail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"f1627aa2-232f-484a-af40-dcd505da3537\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_followemail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.2.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows tracking email activities sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not track the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a81a95-2ae5-4301-89d5-f46f343168dc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows tracking email activities sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not track the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a81a95-2ae5-4301-89d5-f46f343168dc\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83df7931-4dda-45df-9658-c2de8a9039be\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83df7931-4dda-45df-9658-c2de8a9039be\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48147a7e-75f6-4b6d-bf60-e02bace8e800\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48147a7e-75f6-4b6d-bf60-e02bace8e800\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9bfdf6-e303-4886-b417-027242f7fd9d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9bfdf6-e303-4886-b417-027242f7fd9d\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"84b388e2-00d5-4d83-9d21-19364ea42403\",\"LogicalName\":\"isautocreate\",\"SchemaName\":\"IsAutoCreate\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"88044559-08c4-49af-832c-86424e057073\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_isautocreate\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"67bfe541-82de-4f9a-989e-dfa85a2a4df9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"67bfe541-82de-4f9a-989e-dfa85a2a4df9\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a49dd9b-d297-4fac-aaea-ba30785f32a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a49dd9b-d297-4fac-aaea-ba30785f32a1\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"d779f239-2a2e-4230-91f9-4074ffc657ff\",\"LogicalName\":\"isbackofficecustomer\",\"SchemaName\":\"IsBackofficeCustomer\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5f59a7e2-95fb-4fcc-9275-aa6bb0c93d25\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_isbackofficecustomer\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact is in an associated Microsoft Great Plains database.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c8b7646b-c7f4-43ec-b09e-8ca9afb98b26\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact is in an associated Microsoft Great Plains database.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c8b7646b-c7f4-43ec-b09e-8ca9afb98b26\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Backoffice Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1281230c-bca3-4587-9fcf-b03bcff46015\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Backoffice Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1281230c-bca3-4587-9fcf-b03bcff46015\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"d9923a33-d14a-4579-be84-06f16fb9c452\",\"LogicalName\":\"isprivate\",\"SchemaName\":\"IsPrivate\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":{\"MetadataId\":\"034f0aa7-ca7f-44cf-ae3d-12137276ae0d\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_isprivate\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3bc888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3bc888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"39c888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"39c888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"895d0811-bc1b-407d-9fd6-5425a0a3c859\",\"LogicalName\":\"marketingonly\",\"SchemaName\":\"MarketingOnly\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ec6c273e-77f7-4003-b03b-c3c22c1e0f71\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_marketingonly\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.2.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c55adf5-a3dc-4a6b-9ff1-1d01f5763b66\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c55adf5-a3dc-4a6b-9ff1-1d01f5763b66\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0e35180-46cb-4f73-846e-0a542b896866\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0e35180-46cb-4f73-846e-0a542b896866\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c51185b-9c0a-49f1-8b7d-4ae228286710\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c51185b-9c0a-49f1-8b7d-4ae228286710\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a03a12c8-91e4-47c3-b967-260c8f15daec\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a03a12c8-91e4-47c3-b967-260c8f15daec\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"edbffb0e-c1c9-46c2-98c1-acbb6a153a73\",\"LogicalName\":\"merged\",\"SchemaName\":\"Merged\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"e568f63e-ef1e-464b-8458-0a43d6c2896f\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_merged\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information regarding whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97764ae7-3734-456d-9ebd-5fbd8dec0b2a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information regarding whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97764ae7-3734-456d-9ebd-5fbd8dec0b2a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"365159cc-9573-4509-8714-2d6abf70d1d5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"365159cc-9573-4509-8714-2d6abf70d1d5\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"95d59fae-f298-4028-8c70-9a0a6d645846\",\"LogicalName\":\"msdyn_disablewebtracking\",\"SchemaName\":\"msdyn_disablewebtracking\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"71942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"msdyn_contact_msdyn_disablewebtracking\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.4.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c349bd63-0bfe-434e-83d4-268f79d87664\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c349bd63-0bfe-434e-83d4-268f79d87664\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bab615a1-0381-47ab-a96e-09bcc7f12986\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bab615a1-0381-47ab-a96e-09bcc7f12986\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"518c95dc-47c1-43b7-96bc-abb7007b1c5e\",\"LogicalName\":\"msdyn_isminor\",\"SchemaName\":\"msdyn_isminor\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"74942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"msdyn_contact_msdyn_isminor\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.4.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"75942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"75942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43a83029-6296-44fa-b3df-675ab4d559bb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43a83029-6296-44fa-b3df-675ab4d559bb\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d74d2162-3422-4f16-82ad-5811a2845120\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d74d2162-3422-4f16-82ad-5811a2845120\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"05a57db7-2ba2-4b8d-871f-caa0d49093e1\",\"LogicalName\":\"msdyn_isminorwithparentalconsent\",\"SchemaName\":\"msdyn_isminorwithparentalconsent\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"77942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"msdyn_contact_msdyn_isminorwithparentalconsent\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.4.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba7aa65c-3757-4908-8419-a6f15877cf01\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba7aa65c-3757-4908-8419-a6f15877cf01\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcd86310-d8d7-4010-8a8b-2df53ff1903c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcd86310-d8d7-4010-8a8b-2df53ff1903c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"80f109a0-1ff3-49e7-a8dd-461c96086afd\",\"LogicalName\":\"participatesinworkflow\",\"SchemaName\":\"ParticipatesInWorkflow\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"56d9f2e1-8cf2-461a-aeeb-e04b45a428ed\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_participatesinworkflow\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17f8a373-5bac-42de-9965-d0db0aa5cfa3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17f8a373-5bac-42de-9965-d0db0aa5cfa3\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f85298d1-16b1-4926-9a98-8cd9906f631f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f85298d1-16b1-4926-9a98-8cd9906f631f\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}}]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"1400539\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001003\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"608861bc-50a4-4c5f-a02c-21fe1943e2cf\",\"LogicalName\":\"contact\",\"EntitySetName\":\"contacts\",\"HasNotes\":true,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":true,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"contactid\",\"PrimaryNameAttribute\":\"fullname\",\"ObjectTypeCode\":2,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":true,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb9709b3-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb9709b3-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateContact\",\"PrivilegeId\":\"a8bff87f-0df0-41d4-babd-f093faf1e32c\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadContact\",\"PrivilegeId\":\"ba09ec92-12c4-4312-ba16-5715c2cbd6da\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteContact\",\"PrivilegeId\":\"65c22075-4e09-4f39-baec-e4bc3a950686\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteContact\",\"PrivilegeId\":\"2ddded47-7488-4039-b9ff-81defe81fdd3\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignContact\",\"PrivilegeId\":\"43c63782-c7c6-471c-bd9c-24f79bf8c2a1\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareContact\",\"PrivilegeId\":\"ae756940-61ff-4bd3-bfbb-f2b0d542c608\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendContact\",\"PrivilegeId\":\"2b16ba12-6ab4-4ad2-b7c0-8641d2d6dff2\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToContact\",\"PrivilegeId\":\"158327b5-f4c1-448e-93d1-5f135126665b\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"47dd42e6-fef1-401b-9a1f-e285b5d9e84b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"account\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the account with which the contact is associated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"581d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the account with which the contact is associated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"581d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6043781e-6d2c-4ac6-b0a6-dcbb57b103aa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6043781e-6d2c-4ac6-b0a6-dcbb57b103aa\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2ccabfd7-26f9-4d70-8f44-cf24b7efaeca\",\"HasChanged\":null,\"AttributeOf\":\"accountid\",\"AttributeType\":\"String\",\"ColumnNumber\":85,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2f7865cf-2d90-424a-8b5e-d7629c6a772d\",\"HasChanged\":null,\"AttributeOf\":\"accountid\",\"AttributeType\":\"String\",\"ColumnNumber\":219,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountidyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"accountidname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"ef5e9b87-e4e4-4f7b-bbae-5115f968bbfb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":56,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountrolecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AccountRoleCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's role within the company or sales process, such as decision maker, employee, or influencer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's role within the company or sales process, such as decision maker, employee, or influencer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"7542532e-46e1-4b65-8746-bb195b920dc1\",\"HasChanged\":null,\"AttributeOf\":\"accountrolecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":158,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountrolecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountRoleCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"66f5c815-f416-46ea-aaf9-7526a89e2be9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":89,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_addressid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_AddressId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"81c142ea-db05-48cd-9387-175b4246794d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":90,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_addresstypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_AddressTypeCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the primary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b499f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the primary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b499f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"475a877e-2d1d-4d2e-94d0-8fd2b00da6a2\",\"HasChanged\":null,\"AttributeOf\":\"address1_addresstypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":153,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_addresstypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_AddressTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c7c59fdd-6db4-41cd-a35e-751849a0ae12\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":96,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_city\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_City\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the city for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the city for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8c498e4c-3920-4038-839c-f5aca96a7941\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":236,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_composite\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Composite\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Active\",\"MaxLength\":1000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the complete primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4d8a5b1-6c4e-4568-b528-9fe3835c4d22\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the complete primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4d8a5b1-6c4e-4568-b528-9fe3835c4d22\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dbdc69-e5aa-4942-b273-ae424bd208ad\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dbdc69-e5aa-4942-b273-ae424bd208ad\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"418e3b2c-23e1-4819-9352-77ee51aed3b8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":99,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_country\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Country\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the country or region for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the country or region for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b71e3634-476e-4794-9bfb-1d9d0a489b0f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":98,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_county\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_County\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the county for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the county for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a36f485a-aab8-4825-a36d-a0c8e8f0844e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":111,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Fax\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8590aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8590aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8490aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8490aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"24858aea-93fd-4dfd-a51d-d289b0135a39\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":103,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_freighttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_FreightTermsCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the freight terms for the primary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the freight terms for the primary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"024569d3-087b-4c25-91b4-8d21b326665a\",\"HasChanged\":null,\"AttributeOf\":\"address1_freighttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":169,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_freighttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_FreightTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"d3aba1ad-f670-4c25-8bef-108d618ca721\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":105,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_latitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Latitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":90.0,\"MinValue\":-90.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the latitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ad8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the latitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ad8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b26af854-c9bf-47a7-9cc6-5a2d86919d50\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":93,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_line1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Line1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the first line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the first line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6e638432-c2c9-479f-b9f8-842f2fd936bf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":94,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_line2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Line2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the second line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the second line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f5bf6092-c41d-43a3-9595-0ffb605dcf9f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":95,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_line3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Line3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the third line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4e26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the third line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4e26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"3597a843-e97b-459a-a78f-ea54a15720c3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":107,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_longitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Longitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":180.0,\"MinValue\":-180.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the longitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the longitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a5f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a5f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a7e43941-36f3-481d-991b-2e93fdfbe413\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":91,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a descriptive name for the primary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dcfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a descriptive name for the primary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dcfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ccfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ccfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"378feede-e1bf-4f22-a6fe-367641b72ea5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":101,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_postalcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_PostalCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the ZIP Code or postal code for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"279af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the ZIP Code or postal code for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"279af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"269af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"269af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9ee3c996-aceb-45c5-99df-a442ba83c07b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":100,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_postofficebox\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_PostOfficeBox\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the post office box number of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9799ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the post office box number of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9799ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f5e5a65e-0689-47e2-ac28-ba90adad8499\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":92,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_primarycontactname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_PrimaryContactName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the main contact at the account's primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the main contact at the account's primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"05e0cbb6-bb5b-4d8f-ace9-7cfc1f2a04ee\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":108,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9dfdc016-436f-414f-a2f8-9d1474df345f\",\"HasChanged\":null,\"AttributeOf\":\"address1_shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":162,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"da86180a-2e3c-428a-b4f6-98f18e351f8b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":97,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_stateorprovince\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_StateOrProvince\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the state or province of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the state or province of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d6d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d6d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b00841d0-d976-4661-954e-3343041bdc36\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":106,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Telephone1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bbabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bbabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"71f1035e-8d38-49b7-b59a-5f33ac940926\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":109,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Telephone2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1cabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1cabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8badb32c-87ea-4126-82f2-ba2d71a8c049\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":110,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Telephone3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b3050287-8859-4642-a56f-9e105de221bd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":104,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_upszone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_UPSZone\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the UPS zone of the primary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2be0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the UPS zone of the primary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2be0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ae0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ae0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"1d73d078-8ef1-4594-a836-d794cc6078d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":102,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_utcoffset\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_UTCOffset\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9e53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9e53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"88caa9fa-26cc-460f-83ff-5365d648538c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":112,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_addressid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_AddressId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"dbcf375a-eb4d-4891-9f04-3ea869779d57\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":113,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_addresstypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_AddressTypeCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the secondary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ec53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the secondary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ec53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"be69d5ed-5853-4d1a-93a9-1f3f916097c6\",\"HasChanged\":null,\"AttributeOf\":\"address2_addresstypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":155,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_addresstypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_AddressTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"43bbc755-0091-4e0b-950d-60c5f5110b80\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":119,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_city\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_City\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the city for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the city for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"7cf434a7-3cff-43e3-8055-9435e9a71ada\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":235,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_composite\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Composite\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Active\",\"MaxLength\":1000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the complete secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eaa61e9-3e26-4e49-810b-1d2f5a2b7a56\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the complete secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eaa61e9-3e26-4e49-810b-1d2f5a2b7a56\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c9ac777-5f0e-4833-9c89-888501821ff2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c9ac777-5f0e-4833-9c89-888501821ff2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0771872b-d4f8-4d8b-a6d5-51d702286deb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":122,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_country\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Country\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the country or region for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"494901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the country or region for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"494901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"484901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"484901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3a944bdd-ceb7-49bb-8e9a-0c2e1cf899e8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":121,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_county\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_County\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the county for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the county for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a991aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a991aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e75c1145-e197-4551-b2f6-8b1c04ddd7fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":134,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Fax\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"109aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"109aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0f9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0f9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"0eb29dd1-3dd2-49e5-b8ea-8b2485477207\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":126,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_freighttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_FreightTermsCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the freight terms for the secondary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the freight terms for the secondary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e5190ad2-66ad-4415-a7be-6b610e7147e4\",\"HasChanged\":null,\"AttributeOf\":\"address2_freighttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":165,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_freighttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_FreightTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"1ab06888-379a-481e-8298-53d07f304104\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":128,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_latitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Latitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":90.0,\"MinValue\":-90.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the latitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the latitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f59d2489-cfb6-4817-bb96-218acaf3b555\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":116,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_line1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Line1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the first line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the first line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"90e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"90e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ddddbf82-ab85-494d-b0f2-007f18a9bb89\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":117,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_line2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Line2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the second line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the second line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"76dfd0bb-45ef-4380-bcf8-8330530d5057\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":118,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_line3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Line3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the third line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the third line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"7ffff7fc-6597-4a78-89c4-73b873544df3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":130,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_longitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Longitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":180.0,\"MinValue\":-180.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the longitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the longitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f20bfa3c-cef7-44d5-b5e3-eb13a46d16bb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":114,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a descriptive name for the secondary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a descriptive name for the secondary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5398ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5398ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"542b2996-5545-445c-baff-c959e83c5b36\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":124,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_postalcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_PostalCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the ZIP Code or postal code for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"744901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the ZIP Code or postal code for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"744901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"734901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"734901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9805be08-eafa-4fe7-a3e0-501f323bee0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":123,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_postofficebox\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_PostOfficeBox\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the post office box number of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the post office box number of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"55d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"55d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"53aa0174-adf5-429d-a676-f8e9bee6f58b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":115,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_primarycontactname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_PrimaryContactName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the main contact at the account's secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the main contact at the account's secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"c335ab4e-5383-4bb6-b8b5-f33ac2348e9e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":131,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e7b94988-1b01-4217-8520-5f38aa49c078\",\"HasChanged\":null,\"AttributeOf\":\"address2_shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":172,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"4e5b7584-2338-456f-ad66-af833270bcf8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":120,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_stateorprovince\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_StateOrProvince\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the state or province of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2653c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the state or province of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2653c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"505ccd25-8f05-4b12-8f9b-daea9563903a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":129,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Telephone1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Telephone 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ff1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Telephone 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ff1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8d3a51d2-e878-4f22-81e9-8b7643607fbf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":132,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Telephone2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"51a63903-9a7f-4f96-ac50-e02803e0c6a4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":133,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Telephone3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f8e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f8e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f7e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f7e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9110041f-a666-46de-991a-f84a14920743\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":127,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_upszone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_UPSZone\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the UPS zone of the secondary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the UPS zone of the secondary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"35dc98eb-03bd-436a-96cd-6b85f6a73600\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":125,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_utcoffset\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_UTCOffset\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"200b3841-9765-4622-8d3a-c6a33fdeb84a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":280,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_addressid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_AddressId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f0244aa-2ea4-431f-aeeb-58c35021c0e8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f0244aa-2ea4-431f-aeeb-58c35021c0e8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6351dd6c-5b9d-4135-89e1-355070e76bc1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6351dd6c-5b9d-4135-89e1-355070e76bc1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"0f366b5b-f2e9-4378-bc84-6d796b2c29f4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":298,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_addresstypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_AddressTypeCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the third address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24729cc1-f8ba-424c-9269-80fb0a1f8554\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the third address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24729cc1-f8ba-424c-9269-80fb0a1f8554\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"2d2925ff-8714-4551-8a74-4019b1c5f895\",\"HasChanged\":null,\"AttributeOf\":\"address3_addresstypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":281,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_addresstypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_AddressTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"092ad249-5f2c-4343-ba3e-2bb8805d36e5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":266,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_city\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_City\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the city for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed1c5dd-8b4d-4c27-a248-ca0a2314d226\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the city for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed1c5dd-8b4d-4c27-a248-ca0a2314d226\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"569d3f92-d35e-4e54-a425-26f590ce2e4c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"569d3f92-d35e-4e54-a425-26f590ce2e4c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8b9a5644-5eec-472d-8080-dfb1939ad00c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":282,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_composite\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Composite\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Active\",\"MaxLength\":1000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the complete third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62546fa5-4d77-4f4d-add1-e9bec241e952\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the complete third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62546fa5-4d77-4f4d-add1-e9bec241e952\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56048cd2-094f-4a39-b1d1-d53579509ca1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56048cd2-094f-4a39-b1d1-d53579509ca1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9fa568a1-0c81-4b5a-b99a-3764fb788183\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":259,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_country\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Country\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the country or region for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80f0b675-b40d-4f0a-a631-fa9d736cbb84\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the country or region for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80f0b675-b40d-4f0a-a631-fa9d736cbb84\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b6186f8-8b9d-42c8-bac5-a229ff01566a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b6186f8-8b9d-42c8-bac5-a229ff01566a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1839fd48-55cc-4edc-997a-a51ee50b83e2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":297,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_county\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_County\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the county for the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5b5213f-bbcc-4eb5-a736-770f1480b81a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the county for the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5b5213f-bbcc-4eb5-a736-770f1480b81a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f14af116-84f2-42b3-a744-2f5ada2bc0b7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f14af116-84f2-42b3-a744-2f5ada2bc0b7\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"53687aeb-b390-4f95-ad37-6715a62460dc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":283,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Fax\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a7e57acb-b52b-4535-8d76-7c9a1bbe2f72\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a7e57acb-b52b-4535-8d76-7c9a1bbe2f72\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ded24b9-a7d1-4c47-b3be-165f0b5ec157\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ded24b9-a7d1-4c47-b3be-165f0b5ec157\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"0b045097-c546-41b5-9d01-1352fd3f6b85\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":284,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_freighttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_FreightTermsCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the freight terms for the third address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6ff3f116-8041-48a1-bfda-a6c86780df6f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the freight terms for the third address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6ff3f116-8041-48a1-bfda-a6c86780df6f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"2ff98b71-d3da-4f20-9d44-f33ab2b0dc28\",\"HasChanged\":null,\"AttributeOf\":\"address3_freighttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":285,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_freighttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_FreightTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"a7714143-6220-4212-a629-5a8277092f02\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":286,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_latitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Latitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":90.0,\"MinValue\":-90.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the latitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0b89dc66-2db5-445c-b1a3-b3dcc4aad8d8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the latitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0b89dc66-2db5-445c-b1a3-b3dcc4aad8d8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94e29571-9ed2-4cb6-aed8-9c646af96928\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94e29571-9ed2-4cb6-aed8-9c646af96928\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"30874d25-e9d3-4564-b117-ab90f2738f58\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":260,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_line1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Line1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the first line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9d4aea-5cf1-4eb0-8e83-986ffb3a1752\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the first line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9d4aea-5cf1-4eb0-8e83-986ffb3a1752\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c2a272b-f5d6-4e6f-a730-a2b0002fff23\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c2a272b-f5d6-4e6f-a730-a2b0002fff23\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3e5d66a0-4682-455f-877e-40b251ee2fef\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":261,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_line2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Line2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the second line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aee0d1df-a100-4dd3-a93f-27a6da2ce006\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the second line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aee0d1df-a100-4dd3-a93f-27a6da2ce006\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c3457b1-64be-4725-b11e-90a07d1a7366\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c3457b1-64be-4725-b11e-90a07d1a7366\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"397ea148-aacb-4c71-9eee-a0d05bc06a04\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":262,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_line3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Line3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the third line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"619610c0-1639-4bae-904b-d8e5f78eca50\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the third line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"619610c0-1639-4bae-904b-d8e5f78eca50\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e9ea9197-7b10-47b9-be18-b1256dc0085c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e9ea9197-7b10-47b9-be18-b1256dc0085c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"32bb1613-be73-4b9a-8b76-4ad74ba31684\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":287,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_longitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Longitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":180.0,\"MinValue\":-180.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the longitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d6bca29-3500-4354-8cc9-4c7efec8d7c4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the longitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d6bca29-3500-4354-8cc9-4c7efec8d7c4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7258fdd3-96bb-477e-bb30-31eb9583e358\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7258fdd3-96bb-477e-bb30-31eb9583e358\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7dcc41ea-eedc-4c6b-bb46-e09cef8f68b6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":288,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a descriptive name for the third address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b42f7909-7d26-4192-9b2b-36e0474e8c15\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a descriptive name for the third address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b42f7909-7d26-4192-9b2b-36e0474e8c15\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f40406fa-3d22-4789-8f5d-7aff147711e3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f40406fa-3d22-4789-8f5d-7aff147711e3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"26e04af5-e375-43e9-8deb-5ff1f85bf2d9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":263,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_postalcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_PostalCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the ZIP Code or postal code for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43e7372f-591d-44e1-bd8e-4d6a9c9eb1c8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the ZIP Code or postal code for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43e7372f-591d-44e1-bd8e-4d6a9c9eb1c8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aacb6102-c412-441a-ad8d-c9afcf280d78\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aacb6102-c412-441a-ad8d-c9afcf280d78\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"94730b56-747b-4b3e-b26d-044374b70c2c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":264,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_postofficebox\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_PostOfficeBox\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the post office box number of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed540e7e-6223-4d49-aa65-15d8841e5721\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the post office box number of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed540e7e-6223-4d49-aa65-15d8841e5721\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83cbf1a6-15dd-4386-8c2a-0137513b75f6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83cbf1a6-15dd-4386-8c2a-0137513b75f6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9d9638f8-9f04-4bb6-ad51-b03b1cea3eab\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":289,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_primarycontactname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_PrimaryContactName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the main contact at the account's third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5311d7b-52c4-4878-82b5-b39a2a1a4d10\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the main contact at the account's third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5311d7b-52c4-4878-82b5-b39a2a1a4d10\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3724b0d4-ed9d-40d6-bcd7-765d46e7cd68\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3724b0d4-ed9d-40d6-bcd7-765d46e7cd68\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"5449c9d1-d7f7-42a8-8033-60dc1b239595\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":290,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc97470a-8c6b-4bd1-8c3f-c5b8a441053d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc97470a-8c6b-4bd1-8c3f-c5b8a441053d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c9e5caf8-6bf7-43a9-b8c3-5ec2ceb04d1e\",\"HasChanged\":null,\"AttributeOf\":\"address3_shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":291,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"12a53d16-d41b-42a0-b345-00d93a8f5e08\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":265,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_stateorprovince\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_StateOrProvince\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the state or province of the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e0f95e1e-cbd1-4964-8096-36c37b17ccb4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the state or province of the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e0f95e1e-cbd1-4964-8096-36c37b17ccb4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b760de2f-535d-4b5f-84b4-101f79b76272\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b760de2f-535d-4b5f-84b4-101f79b76272\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5caf7ef1-d2f4-4872-a219-a55b8e26d2d4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":292,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Telephone1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3deb2a5a-0340-426b-ac40-2533be325f5d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3deb2a5a-0340-426b-ac40-2533be325f5d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Telephone1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d6ea464-e4ee-4ba2-8a42-2970525ae47e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Telephone1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d6ea464-e4ee-4ba2-8a42-2970525ae47e\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e1b06816-91bd-453a-99f5-fead51d01775\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":293,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Telephone2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab701847-5bba-4ef7-aabd-61bcd3e7caf6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab701847-5bba-4ef7-aabd-61bcd3e7caf6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Telephone2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dc2e4b0-a447-409e-b38c-b6e5251e6383\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Telephone2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dc2e4b0-a447-409e-b38c-b6e5251e6383\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"771e6e4f-90f6-4ee3-8b92-5211c02c814a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":294,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Telephone3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78897efc-d461-4fcb-8cc5-7d553d924800\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78897efc-d461-4fcb-8cc5-7d553d924800\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Telephone3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c48bccc3-faef-4e61-b4c9-18423a0ac74b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Telephone3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c48bccc3-faef-4e61-b4c9-18423a0ac74b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"05b0fa4f-eff9-4a1e-a240-be0f902daf0a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":295,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_upszone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_UPSZone\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the UPS zone of the third address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"45edc30a-63a8-4191-b7a8-c936758bab08\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the UPS zone of the third address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"45edc30a-63a8-4191-b7a8-c936758bab08\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0656c75-e2b9-4d3e-9d39-95df434fbd93\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0656c75-e2b9-4d3e-9d39-95df434fbd93\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"173056df-451f-4719-a206-df2d2a3a53bb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":296,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_utcoffset\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_UTCOffset\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8ab2636d-3bdb-44f5-816d-d60e4f7e7a4e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8ab2636d-3bdb-44f5-816d-d60e4f7e7a4e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efefdf87-7e32-41e2-ab35-e37315180a90\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efefdf87-7e32-41e2-ab35-e37315180a90\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"ae3d3939-c94a-4b69-9514-0214f03b5392\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10017,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_confirmremovepassword\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_ConfirmRemovePassword\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06aea407-b141-4b77-bb77-43da0a80a4c6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06aea407-b141-4b77-bb77-43da0a80a4c6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"28583719-c53d-4c30-8855-04872bea9e94\",\"HasChanged\":null,\"AttributeOf\":\"adx_confirmremovepassword\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10018,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_confirmremovepasswordname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_confirmremovepasswordName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"853c0f79-08f8-40c2-be2c-694c70abcead\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10001,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_createdbyipaddress\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_CreatedByIPAddress\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64570452-e5ee-468a-bc11-c00597cc9760\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64570452-e5ee-468a-bc11-c00597cc9760\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e8c52bd-b898-479f-83dd-68f81ccb8748\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e8c52bd-b898-479f-83dd-68f81ccb8748\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f124f45e-faca-45cb-9d8c-fc206a528b0a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10002,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_createdbyusername\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_CreatedByUsername\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6e6eb46-bdf1-4965-9e44-fd2574112790\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6e6eb46-bdf1-4965-9e44-fd2574112790\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79ea58a2-80a7-4632-8f36-7a3e45a4fe2f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79ea58a2-80a7-4632-8f36-7a3e45a4fe2f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"33dcee8d-45f0-4ced-87e1-7835cda3c9c8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":10019,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_accessfailedcount\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_accessfailedcount\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the current count of failed password attempts for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34a41a25-4858-47e0-ad16-a4058dfcd01e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the current count of failed password attempts for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34a41a25-4858-47e0-ad16-a4058dfcd01e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Access Failed Count\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd62f11b-8d87-4381-ba1e-e3bc70832770\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Access Failed Count\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd62f11b-8d87-4381-ba1e-e3bc70832770\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"bb28d53a-2d2f-45ce-b0a7-3f7d51ba73d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10020,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_emailaddress1confirmed\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_emailaddress1confirmed\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30566265-d290-4147-a012-fa544f13dd86\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30566265-d290-4147-a012-fa544f13dd86\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c81aa2cb-800a-458c-8cb5-7fed057507cb\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_emailaddress1confirmed\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10021,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_emailaddress1confirmedname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_emailaddress1confirmedName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"fbd85757-7531-41f0-89ad-e2be343b17d6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10022,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lastsuccessfullogin\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_lastsuccessfullogin\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates the last date and time the user successfully signed in to a portal.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d2d0a9-4f83-49c8-8fe8-0f66bce15cbe\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates the last date and time the user successfully signed in to a portal.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d2d0a9-4f83-49c8-8fe8-0f66bce15cbe\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last Successful Login\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11475084-e619-4e5d-9632-4bf79c0f1982\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last Successful Login\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11475084-e619-4e5d-9632-4bf79c0f1982\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"fe4dd737-629b-475c-8c89-e10a484ca604\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10023,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_locallogindisabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_locallogindisabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5a50aa3-c6c4-4b6d-af6c-a9b0801b10fd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5a50aa3-c6c4-4b6d-af6c-a9b0801b10fd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"6fe33718-de8e-4f63-b199-ffc4871fa98d\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_locallogindisabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10024,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_locallogindisabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_locallogindisabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"5bda66a8-b4c3-4853-823d-d26f0f540138\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10025,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lockoutenabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_lockoutenabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if this contact will track failed access attempts and become locked after too many failed attempts. To prevent the contact from becoming locked, you can disable this setting.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5495ad93-bdb7-4975-ba7b-bc6f7162d0d7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if this contact will track failed access attempts and become locked after too many failed attempts. To prevent the contact from becoming locked, you can disable this setting.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5495ad93-bdb7-4975-ba7b-bc6f7162d0d7\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"34f8ecc4-e686-403a-9ce2-ef3e099c46ce\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_lockoutenabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10026,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lockoutenabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_lockoutenabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"6fa584fa-114a-4ebc-a459-9ad0e3120986\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10027,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lockoutenddate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_lockoutenddate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the moment in time when the locked contact becomes unlocked again.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46061894-104c-4ea2-9269-5618b8e22ec0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the moment in time when the locked contact becomes unlocked again.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46061894-104c-4ea2-9269-5618b8e22ec0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout End Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"108b3a35-464a-480e-a4be-88cc1cd56eec\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout End Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"108b3a35-464a-480e-a4be-88cc1cd56eec\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"1b0ada04-ebf5-4c8d-98b2-cd543bb88223\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10028,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":true,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_logonenabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_logonenabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-09-11T16:40:52Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if web authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12cc31e8-a377-43ae-986d-4bca053d8766\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if web authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12cc31e8-a377-43ae-986d-4bca053d8766\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"5918f670-5030-4078-b939-66bce202f264\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_logonenabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10029,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_logonenabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_logonenabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"056e0f88-16db-49c0-b6f6-5e5d467ccbf4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10030,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_mobilephoneconfirmed\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_mobilephoneconfirmed\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if the phone number is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e207b1ec-04e6-4f70-90c3-aab65beafd08\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if the phone number is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e207b1ec-04e6-4f70-90c3-aab65beafd08\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"48ee9b2d-754f-487d-8615-1f7d39934294\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_mobilephoneconfirmed\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10031,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_mobilephoneconfirmedname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_mobilephoneconfirmedName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"65f95f5c-3a61-468a-95e1-2c213908f0d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10032,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_newpassword\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_newpassword\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5efe231d-5904-4aca-93cd-f3603d3e672e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5efe231d-5904-4aca-93cd-f3603d3e672e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"New Password Input\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5288a351-7027-4ec4-a44e-d6a09ae3284d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"New Password Input\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5288a351-7027-4ec4-a44e-d6a09ae3284d\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1906399b-5280-40db-af78-23afd83c8bfd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10033,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":true,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_passwordhash\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_passwordhash\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-09-11T16:40:53Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":128,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":256,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f2cd9a-2397-4f93-aeb5-aaf3db2e9606\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f2cd9a-2397-4f93-aeb5-aaf3db2e9606\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Password Hash\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06f01d73-1d9a-4cae-b01b-12da6e7ba509\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Password Hash\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06f01d73-1d9a-4cae-b01b-12da6e7ba509\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e62a9b98-a79c-4f8b-bba7-bc3374d04632\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10034,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_securitystamp\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_securitystamp\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"A token used to manage the web authentication session.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925c187-52b5-42ad-9af1-613f4d22fe2f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"A token used to manage the web authentication session.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925c187-52b5-42ad-9af1-613f4d22fe2f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Security Stamp\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a8df92d-69f2-419d-a418-d7c966266405\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Security Stamp\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a8df92d-69f2-419d-a418-d7c966266405\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"31bc0498-ac35-47ed-9515-da2008d165d5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10035,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_twofactorenabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_twofactorenabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if two-factor authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5b5bfc5-7677-40bd-8d25-b8d6cd8bb8fc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if two-factor authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5b5bfc5-7677-40bd-8d25-b8d6cd8bb8fc\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9ac55fe4-07a1-4641-8229-a8923b90e810\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_twofactorenabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10036,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_twofactorenabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_twofactorenabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d3158bf2-e15b-4d3c-a74d-8abaad8bc18d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10037,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_username\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_username\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-16T16:15:11Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the user identity for local web authentication.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"346e25ff-4853-4f9e-b4ca-633d8e038945\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the user identity for local web authentication.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"346e25ff-4853-4f9e-b4ca-633d8e038945\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"User Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac5920e5-ce2f-4216-9257-21f34d57c6d6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"User Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac5920e5-ce2f-4216-9257-21f34d57c6d6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c7b47c01-d85e-47db-aaaf-8f9496f4cd6d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10003,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_modifiedbyipaddress\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ModifiedByIPAddress\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d98d9539-eec6-4929-92f4-795c4076167b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d98d9539-eec6-4929-92f4-795c4076167b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d61bd79a-a59f-4cf3-a571-54dac97cbaf9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d61bd79a-a59f-4cf3-a571-54dac97cbaf9\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b5c33f5a-12ea-480e-856c-51dc027de0e0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10004,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_modifiedbyusername\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ModifiedByUsername\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af5192ad-cac5-4e2c-ba0b-2e490c0cae90\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af5192ad-cac5-4e2c-ba0b-2e490c0cae90\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"471bc156-8974-4ede-a807-d3b8ff36c67a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"471bc156-8974-4ede-a807-d3b8ff36c67a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8b66d723-f514-40ed-9ce2-0b2f90d163d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10005,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_organizationname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_OrganizationName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"32f485ab-26d6-4d90-a5aa-07346ae1580e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"32f485ab-26d6-4d90-a5aa-07346ae1580e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Organization Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb2fdafd-7f6f-4179-bc75-4be3ab1df9ea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Organization Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb2fdafd-7f6f-4179-bc75-4be3ab1df9ea\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"b8761b68-5735-49cc-adf4-10dc738879df\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":10038,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_preferredlcid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_preferredlcid\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"User\\u2019s preferred portal LCID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6528c8b5-b52a-4b35-9ff5-5be977f08ab0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"User\\u2019s preferred portal LCID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6528c8b5-b52a-4b35-9ff5-5be977f08ab0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred LCID (Deprecated)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d3b4287-2f28-4c24-94f9-a69c79aebfd3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred LCID (Deprecated)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d3b4287-2f28-4c24-94f9-a69c79aebfd3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"6ac1cbfa-6568-4d1e-aa51-cc800d38aa15\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10039,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealert\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilealert\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"792f94ed-f5d4-4028-8964-526a39e9d5fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10041,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealertdate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilealertdate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50e6ee96-313a-4bfc-afdf-c62890ec05e2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50e6ee96-313a-4bfc-afdf-c62890ec05e2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"a978daf2-19a9-4da5-b92d-ca9bd282f879\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":10042,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealertinstructions\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilealertinstructions\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4096,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert Instructions\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0a50751-befa-4016-ace7-582e99c7f4c2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert Instructions\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0a50751-befa-4016-ace7-582e99c7f4c2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"178b5ee3-3762-45d7-9dc6-a881370567d4\",\"HasChanged\":null,\"AttributeOf\":\"adx_profilealert\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10040,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealertname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_profilealertName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"925a7aab-fd2a-4135-946d-c04f836aa006\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10043,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profileisanonymous\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ProfileIsAnonymous\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"db2d17a2-a850-4a68-a612-8491c2cdc8d6\",\"HasChanged\":null,\"AttributeOf\":\"adx_profileisanonymous\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10044,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profileisanonymousname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_profileisanonymousName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"e39cd6e4-7a8b-41d6-a396-3c03f5f0cf7c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10045,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilelastactivity\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ProfileLastActivity\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Last Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f9355c-fe3d-4484-8409-ef2394774aba\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Last Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f9355c-fe3d-4484-8409-ef2394774aba\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"f37580c6-0c66-46f0-b167-f028bedd5dad\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10046,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilemodifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilemodifiedon\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"177dd3e1-8814-4fbe-832c-1ecb344adda2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"177dd3e1-8814-4fbe-832c-1ecb344adda2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"5aa61324-5e57-403c-8933-84df88fbb85c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":10047,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_publicprofilecopy\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_PublicProfileCopy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":64000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Public Profile Copy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3371985b-e8ad-4314-bbec-91933ad96019\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Public Profile Copy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3371985b-e8ad-4314-bbec-91933ad96019\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"3a33bf27-9b0c-4c82-8134-c6f39cf46430\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":10006,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_timezone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_TimeZone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3768ea84-5912-4c09-807c-ec4e3db4ab85\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3768ea84-5912-4c09-807c-ec4e3db4ab85\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2c00f9ad-afdf-4f39-8b78-5a1ab071f3ea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2c00f9ad-afdf-4f39-8b78-5a1ab071f3ea\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"73b4e92f-b74e-456b-bf19-12f630c9ee1d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":75,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging30\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging30\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b4cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b4cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b3cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b3cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"c168dd24-28e4-4e6c-b8b0-ede86e3a8866\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":211,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging30_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging30_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"aging30\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Aging 30 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"404cb82c-b015-49b5-bff0-306db468fd12\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Aging 30 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"404cb82c-b015-49b5-bff0-306db468fd12\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 30 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c5d62dd-b4a8-46b6-901d-d4e12ec19984\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 30 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c5d62dd-b4a8-46b6-901d-d4e12ec19984\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"939266fc-8a2e-4170-931c-53e3dba27bc7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":77,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging60\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging60\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c697ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c697ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c597ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c597ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"afe8bb3c-c681-4872-8be5-aae9587b78cd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":209,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging60_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging60_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"aging60\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Aging 60 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"212b2b2d-bcb1-4a0d-a4e3-dd6eb3382db0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Aging 60 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"212b2b2d-bcb1-4a0d-a4e3-dd6eb3382db0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 60 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b6f458a-4e0b-4962-baad-cdeb2d7037f0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 60 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b6f458a-4e0b-4962-baad-cdeb2d7037f0\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"0eb5a038-ea5b-4ff0-a235-0aae13e1dff4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":79,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging90\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging90\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 90\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 90\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"5affc035-c66a-40da-b3ac-21c5d4b621cc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":210,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging90_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging90_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"aging90\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Aging 90 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7e44d9d5-12de-46b2-93bc-1dfa27f518fb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Aging 90 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7e44d9d5-12de-46b2-93bc-1dfa27f518fb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 90 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"875bcebb-e4d8-4fcc-9fb4-1a8393d6bc56\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 90 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"875bcebb-e4d8-4fcc-9fb4-1a8393d6bc56\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"8377804d-868f-49fb-9515-b7cc30afeb83\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"anniversary\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Anniversary\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Enter the date of the contact's wedding or service anniversary for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Enter the date of the contact's wedding or service anniversary for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Anniversary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Anniversary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"DateOnly\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"3f129504-4fe9-46e6-a41d-76a4a02d64c8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"annualincome\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AnnualIncome\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's annual income for use in profiling and financial analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's annual income for use in profiling and financial analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Annual Income\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Annual Income\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"d1e9b78c-c371-4ddf-acdc-fe529bcb6570\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":206,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"annualincome_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AnnualIncome_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"annualincome\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Annual Income field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"355a754b-6090-4743-a868-c420e457f29a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Annual Income field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"355a754b-6090-4743-a868-c420e457f29a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Annual Income (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13eabed9-49d3-4b57-ac9c-5a5ecf6698f3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Annual Income (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13eabed9-49d3-4b57-ac9c-5a5ecf6698f3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"f36d5ce1-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":10050,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_contactrole\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_ContactRole\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:34:15Z\",\"ModifiedOn\":\"2023-09-21T06:34:15Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3526b5c9-cc63-43d0-9dee-7874b903e00a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3526b5c9-cc63-43d0-9dee-7874b903e00a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9b92f93a-cd16-4ef2-9ad9-0a2eeb01ff15\",\"HasChanged\":null,\"AttributeOf\":\"appr_contactrole\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10051,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_contactrolename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_contactroleName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:34:15Z\",\"ModifiedOn\":\"2023-09-21T06:34:15Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8e04c744-6e5c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10052,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentno\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_StudentNo\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T13:12:30Z\",\"ModifiedOn\":\"2023-09-26T13:12:30Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7c6e7f1-3294-4108-af6b-1917b15c5f14\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7c6e7f1-3294-4108-af6b-1917b15c5f14\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Student No\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0539167a-a93a-4237-9d33-609b5205e182\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student No\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0539167a-a93a-4237-9d33-609b5205e182\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"127e5146-42f6-4a8d-8afc-78b6f46f4e05\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":44,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"assistantname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AssistantName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assistant\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assistant\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3b00aefa-0540-47e5-8d08-6e40451699fc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":46,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"assistantphone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AssistantPhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phone number for the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phone number for the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assistant Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cf25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assistant Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cf25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"9fb79f93-3449-4dec-a6b6-96faf3fdc0c7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"birthdate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"BirthDate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Enter the contact's birthday for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6240b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Enter the contact's birthday for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6240b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Birthday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6140b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Birthday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6140b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"DateOnly\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"24e7bb82-0afc-4d0b-840e-79b271276c2e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":267,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"business2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Business2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second business phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad30da3c-4bca-4f74-a64f-3a7a7688c461\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second business phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad30da3c-4bca-4f74-a64f-3a7a7688c461\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Business Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7bd46bc2-6d49-423e-9929-ab20e369c618\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Business Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7bd46bc2-6d49-423e-9929-ab20e369c618\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8804443e-e143-412b-8e9b-d063987f7b19\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":268,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"callback\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Callback\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a callback phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6382793-7f4f-4122-a420-0447c125c242\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a callback phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6382793-7f4f-4122-a420-0447c125c242\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Callback Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"35071b5d-0723-4801-85e8-13110a4899c0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Callback Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"35071b5d-0723-4801-85e8-13110a4899c0\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"713538f9-c245-415d-a1cf-55438bff0e20\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":67,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"childrensnames\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ChildrensNames\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":255,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":510,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the names of the contact's children for reference in communications and client programs.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the names of the contact's children for reference in communications and client programs.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Children's Names\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Children's Names\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c332ded0-9988-44d4-9d8c-191c9b3ae75f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":270,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"company\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Company\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the company phone of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"891cb3dc-b528-4bc7-aafc-b20775ed969e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the company phone of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"891cb3dc-b528-4bc7-aafc-b20775ed969e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Company Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"251490fd-e449-4a35-afc3-7e5854d05304\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Company Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"251490fd-e449-4a35-afc3-7e5854d05304\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"MetadataId\":\"2ae700b3-97d2-4d99-96f2-8e4aa6368fc2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"contactid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ContactId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"570f0d59-4827-4710-aea7-01bedcaa2f57\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":62,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"53d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"53d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"52d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"52d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"29f6cc35-e1bc-47b0-bea7-29fece1842f3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":300,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyexternalparty\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedByExternalParty\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"externalparty\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the external party who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70c1f386-d833-4137-ad6a-3e64d687be52\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the external party who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70c1f386-d833-4137-ad6a-3e64d687be52\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e4f35f84-f3ca-4499-8c7b-f953b5ec75ee\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e4f35f84-f3ca-4499-8c7b-f953b5ec75ee\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b70246e2-1eaa-41c7-9586-69d320ae2a1d\",\"HasChanged\":null,\"AttributeOf\":\"createdbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":301,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyexternalpartyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByExternalPartyName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a122199c-5bcd-4a18-bce0-63b499d48081\",\"HasChanged\":null,\"AttributeOf\":\"createdbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":302,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyexternalpartyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByExternalPartyYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyexternalpartyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1e40acfa-f933-47f5-94e3-2443539a47fd\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":135,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5e1347b1-63bd-4134-91e0-ba4b48f14f69\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":220,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"beb28bc9-e185-4d0d-af3d-a143465d00a4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":60,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"5accc014-f842-4331-a24b-e88e1147987c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":222,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who created the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c51b221-1a59-4867-b872-0b708cdaa42e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who created the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c51b221-1a59-4867-b872-0b708cdaa42e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8551e417-7471-42d7-a040-51e8339bd917\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8551e417-7471-42d7-a040-51e8339bd917\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0988799b-ee99-4fa0-a002-8d7307192ca3\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":224,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2502d921-a6e6-445d-9762-1a9dc03d728b\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":225,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"1f2a3873-bdb2-4c54-9a3f-dd44f50f2de3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":59,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditlimit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreditLimit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the credit limit of the contact for reference when you address invoice and accounting issues with the customer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"774901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the credit limit of the contact for reference when you address invoice and accounting issues with the customer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"774901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Limit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"764901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Limit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"764901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"5383ea13-ab57-48cb-b391-f68180e1f2db\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":208,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditlimit_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreditLimit_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"creditlimit\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Credit Limit field converted to the system's default base currency for reporting purposes. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dc7644b-cd70-4a7e-b22a-989c7b18bdeb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Credit Limit field converted to the system's default base currency for reporting purposes. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dc7644b-cd70-4a7e-b22a-989c7b18bdeb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Limit (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce2fe0dd-56fa-427b-bcff-63baae98c9db\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Limit (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce2fe0dd-56fa-427b-bcff-63baae98c9db\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"a6e910a3-7504-49f7-8a03-6c80e733886e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":61,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditonhold\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreditOnHold\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact is on a credit hold, for reference when addressing invoice and accounting issues.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact is on a credit hold, for reference when addressing invoice and accounting issues.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"cbfddd8d-8b14-4e9b-9d60-2af6a1fd2966\",\"HasChanged\":null,\"AttributeOf\":\"creditonhold\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":148,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditonholdname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreditOnHoldName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"bffd7570-2899-492b-97d8-a45208eb2114\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customersizecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CustomerSizeCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the size of the contact's company for segmentation and reporting purposes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the size of the contact's company for segmentation and reporting purposes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"30cfe521-81bf-4e21-ae2c-fae6b0ee5628\",\"HasChanged\":null,\"AttributeOf\":\"customersizecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":167,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customersizecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CustomerSizeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"cd0cefe1-b185-4795-a05c-3f27c205f21e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customertypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CustomerTypeCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the category that best describes the relationship between the contact and your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f099ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the category that best describes the relationship between the contact and your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f099ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"38a3d266-1c2f-454e-8136-43439b75f094\",\"HasChanged\":null,\"AttributeOf\":\"customertypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":156,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customertypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CustomerTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b941c517-1976-41fe-b8a1-4d5700d2325c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":20,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"department\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Department\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the department or business unit where the contact works in the parent company or business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the department or business unit where the contact works in the parent company or business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Department\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4826e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Department\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4826e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"85617eb1-9944-47ed-8d56-8536832fd3ca\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Auto\",\"MaxLength\":2000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type additional information to describe the contact, such as an excerpt from the company's website.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c363cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type additional information to describe the contact, such as an excerpt from the company's website.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c363cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c263cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c263cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"61914e7e-4904-4664-834d-d211d14b467b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":54,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkemail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotBulkEMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts bulk email sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts bulk email sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"f87808fa-82db-4f81-8f58-53106bc45d49\",\"HasChanged\":null,\"AttributeOf\":\"donotbulkemail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":152,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkemailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotBulkEMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"5300f108-5d05-42b7-81c0-bcc661376ba5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":55,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkpostalmail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotBulkPostalMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts bulk postal mail sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the letters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts bulk postal mail sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the letters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"a5f7ecc1-2671-4e5b-867f-ca7c7ce0f914\",\"HasChanged\":null,\"AttributeOf\":\"donotbulkpostalmail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":151,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkpostalmailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotBulkPostalMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"54cfd897-4c94-4af9-9c33-b014ccbc482a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":52,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotemail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotEMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows direct email sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not send the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b91ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows direct email sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not send the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b91ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"507c1ce8-2ad4-4b87-8973-9783c2aad2fa\",\"HasChanged\":null,\"AttributeOf\":\"donotemail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":150,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotemailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotEMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"650630b8-fa1a-41ba-a9f8-1218467a0d6b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":51,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotfax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotFax\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows faxes. If Do Not Allow is selected, the contact will be excluded from any fax activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"20f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows faxes. If Do Not Allow is selected, the contact will be excluded from any fax activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"20f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"111230d8-5b44-423f-8185-03026c871e98\",\"HasChanged\":null,\"AttributeOf\":\"donotfax\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":144,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotfaxname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotFaxName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"20ba2e1b-5b95-45c4-b9c4-7c15de6ba45f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":48,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotphone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotPhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts phone calls. If Do Not Allow is selected, the contact will be excluded from any phone call activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"499aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts phone calls. If Do Not Allow is selected, the contact will be excluded from any phone call activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"499aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"10e75845-bd99-4f3f-aab3-0d4d0140aef3\",\"HasChanged\":null,\"AttributeOf\":\"donotphone\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":149,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotphonename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotPhoneName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"a12ad652-a906-4fb2-b40a-4ff7e294c2c0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":53,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotpostalmail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotPostalMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows direct mail. If Do Not Allow is selected, the contact will be excluded from letter activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows direct mail. If Do Not Allow is selected, the contact will be excluded from letter activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"98657af8-f2f0-492d-8e92-9386c04cd52f\",\"HasChanged\":null,\"AttributeOf\":\"donotpostalmail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":147,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotpostalmailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotPostalMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"328b4856-f1be-48ec-8d29-8468c561a0d8\",\"HasChanged\":null,\"AttributeOf\":\"donotsendmm\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":198,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotsendmarketingmaterialname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotSendMarketingMaterialName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"e294567c-19b5-4188-8402-2750238fbea2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":178,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotsendmm\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotSendMM\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts marketing materials, such as brochures or catalogs. Contacts that opt out can be excluded from marketing initiatives.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts marketing materials, such as brochures or catalogs. Contacts that opt out can be excluded from marketing initiatives.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"1f1a7b51-b139-453a-a1cb-e2899494e1a3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"educationcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EducationCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's highest level of education for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's highest level of education for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"715996bd-04db-4fc9-9c20-df0fda5487bc\",\"HasChanged\":null,\"AttributeOf\":\"educationcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":171,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"educationcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EducationCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"024a2ee3-b983-4fd8-8991-f8d548a227e0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"emailaddress1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EMailAddress1\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Email\",\"ImeMode\":\"Inactive\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the primary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c397ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the primary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c397ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c297ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c297ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Email\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"edd802ac-72ae-4e29-b2de-9dfe57c898f1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":45,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"emailaddress2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EMailAddress2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Email\",\"ImeMode\":\"Inactive\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the secondary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the secondary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ccee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ccee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Email\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2a7f7ad8-9d2a-4e1e-8769-88d7b3affabb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":47,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"emailaddress3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EMailAddress3\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Email\",\"ImeMode\":\"Inactive\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type an alternate email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type an alternate email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Email\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"26d8b38a-0167-491a-8643-433afd1e08f6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"employeeid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EmployeeId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the employee ID or number for the contact for reference in orders, service cases, or other communications with the contact's organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"27d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the employee ID or number for the contact for reference in orders, service cases, or other communications with the contact's organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"27d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.ImageAttributeMetadata\",\"MetadataId\":\"e21fd53e-9210-47d7-bb29-aff6c01f3013\",\"HasChanged\":null,\"AttributeOf\":\"entityimageid\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":232,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimage\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImage\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"IsPrimaryImage\":true,\"MaxHeight\":144,\"MaxWidth\":144,\"MaxSizeInKB\":10240,\"CanStoreFullImage\":false,\"AttributeTypeName\":{\"Value\":\"ImageType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the default image for the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9fc9994-cd81-41cb-874f-c5899e704286\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the default image for the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9fc9994-cd81-41cb-874f-c5899e704286\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Entity Image\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffd27814-c580-4ddd-b9df-20f69ab57f41\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Entity Image\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffd27814-c580-4ddd-b9df-20f69ab57f41\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"a65bb53d-d723-4e86-849c-cfba3475f5dc\",\"HasChanged\":null,\"AttributeOf\":\"entityimageid\",\"AttributeType\":\"BigInt\",\"ColumnNumber\":241,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimage_timestamp\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImage_Timestamp\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d191d24a-2fbd-48b7-9101-e8a7d2f1bf27\",\"HasChanged\":null,\"AttributeOf\":\"entityimageid\",\"AttributeType\":\"String\",\"ColumnNumber\":240,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimage_url\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImage_URL\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Url\",\"ImeMode\":\"Auto\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"MetadataId\":\"6784e5c8-51b5-46d2-af5b-ac2b2c3db625\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":239,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimageid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImageId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb2c9bd4-0ec4-462a-972f-32571b7803d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb2c9bd4-0ec4-462a-972f-32571b7803d0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Entity Image Id\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6d976db-4fa9-4c5c-8a5e-97c524f6642e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Entity Image Id\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6d976db-4fa9-4c5c-8a5e-97c524f6642e\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DecimalAttributeMetadata\",\"MetadataId\":\"9a6afe78-2ac1-4812-a0e3-028c9a1d8a4c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Decimal\",\"ColumnNumber\":202,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"exchangerate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ExchangeRate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MaxValue\":100000000000,\"MinValue\":0.000000000001,\"Precision\":12,\"ImeMode\":\"Disabled\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"DecimalType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"63f3fef6-c3af-4e2d-815a-d8fb51d05c02\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"63f3fef6-c3af-4e2d-815a-d8fb51d05c02\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Exchange Rate\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dfc9718f-02db-4efd-88a1-1960c54cc6af\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Exchange Rate\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dfc9718f-02db-4efd-88a1-1960c54cc6af\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2dfea494-4c69-48fa-bba3-30aa0c458c62\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":181,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"externaluseridentifier\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ExternalUserIdentifier\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Identifier for an external user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Identifier for an external user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"External User Identifier\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"External User Identifier\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"18d22cd0-f923-4d46-97e2-9decc997d285\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"familystatuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FamilyStatusCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the marital status of the contact for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the marital status of the contact for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"91ca1549-3ac9-40c4-929b-130d885a266f\",\"HasChanged\":null,\"AttributeOf\":\"familystatuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":166,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"familystatuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"FamilyStatusCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d657c60a-0b6e-4d0e-a87f-b439579b5bae\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":74,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Fax\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3d99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3d99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a67701f5-ebd0-4412-8b70-c61a99595647\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"firstname\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"FirstName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's first name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1fe0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's first name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1fe0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ee0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ee0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"Recommended\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"b6a3a39c-ca04-4dd2-95d5-da59fb282e06\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":249,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"followemail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FollowEmail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":true,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow following email activity like opens, attachment views and link clicks for emails sent to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c822e3f-1427-40ee-8503-ec6b9557b72b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow following email activity like opens, attachment views and link clicks for emails sent to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c822e3f-1427-40ee-8503-ec6b9557b72b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"7c0cab05-b85a-4a3b-9b1e-87afc32c9575\",\"HasChanged\":null,\"AttributeOf\":\"followemail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":250,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"followemailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"FollowEmailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"53d48ecc-3bcb-4347-b0f0-08ce4a263b1f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"ftpsiteurl\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FtpSiteUrl\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Url\",\"ImeMode\":\"Inactive\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the URL for the contact's FTP site to enable users to access data and share documents.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the URL for the contact's FTP site to enable users to access data and share documents.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"FTP Site\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"FTP Site\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"179aa4a5-6317-42a0-9b71-836591b963f1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"fullname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FullName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Combines and shows the contact's first and last names so that the full name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Combines and shows the contact's first and last names so that the full name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"a81e86c9-e2e1-4c1e-81ab-8913eedaab47\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"gendercode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"GenderCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's gender to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's gender to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"20d2fdc1-a0f1-46ef-b3f6-b8b4abf2726e\",\"HasChanged\":null,\"AttributeOf\":\"gendercode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":164,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"gendercodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"GenderCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6182f714-55e8-437d-b862-7790bb458915\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"governmentid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"GovernmentId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the passport number or other government ID for the contact for use in documents or reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aaf1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the passport number or other government ID for the contact for use in documents or reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aaf1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Government\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Government\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"37861c8f-246f-4534-a91e-6f27aeee1243\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"haschildrencode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"HasChildrenCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact has any children for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5541b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact has any children for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5541b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"8d32efc2-5c1e-45fd-9312-36eabaff8547\",\"HasChanged\":null,\"AttributeOf\":\"haschildrencode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":160,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"haschildrencodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"HasChildrenCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9b6a6ce4-95f0-4694-95c2-645d5a82331f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":271,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"home2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Home2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second home phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c52348d-d03f-4321-8c5b-4111c1fdaebf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second home phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c52348d-d03f-4321-8c5b-4111c1fdaebf\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Home Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cf76ffa-6635-4188-a803-757fbd491977\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Home Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cf76ffa-6635-4188-a803-757fbd491977\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"6d403eba-b209-4e7a-8ab1-160cd4e2b0b5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":203,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the data import or data migration that created this record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c9daef0a-d830-4d2c-b2c8-86b866296838\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the data import or data migration that created this record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c9daef0a-d830-4d2c-b2c8-86b866296838\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afa9b507-f135-4c6f-bd36-4b2e8fe4359c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afa9b507-f135-4c6f-bd36-4b2e8fe4359c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"84b388e2-00d5-4d83-9d21-19364ea42403\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":231,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":false,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isautocreate\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsAutoCreate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact was auto-created when promoting an email or an appointment.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"753d9826-f8fc-4c0a-97f6-96c8ac2e8a67\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact was auto-created when promoting an email or an appointment.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"753d9826-f8fc-4c0a-97f6-96c8ac2e8a67\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"d779f239-2a2e-4230-91f9-4074ffc657ff\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isbackofficecustomer\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"IsBackofficeCustomer\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact exists in a separate accounting or other system, such as Microsoft Dynamics GP or another ERP database, for use in integration processes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact exists in a separate accounting or other system, such as Microsoft Dynamics GP or another ERP database, for use in integration processes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"0ae7d032-b1d5-4997-b61c-c1c49278f2e3\",\"HasChanged\":null,\"AttributeOf\":\"isbackofficecustomer\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":145,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isbackofficecustomername\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsBackofficeCustomerName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"d9923a33-d14a-4579-be84-06f16fb9c452\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":58,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":false,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isprivate\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsPrivate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"68b102b3-b59d-479e-963a-d59fd91e1c76\",\"HasChanged\":null,\"AttributeOf\":\"isprivate\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":143,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isprivatename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsPrivateName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6ad24f34-8bfb-4301-bb61-d6d5466e1e03\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"jobtitle\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"JobTitle\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the job title of the contact to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"04d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the job title of the contact to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"04d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Job Title\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Job Title\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2f8fdd79-0372-490d-9053-b743becfca0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"lastname\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"LastName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's last name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's last name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"67cb23fc-f521-45fe-9e85-d7fb82097f0f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":247,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"lastonholdtime\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"LastOnHoldTime\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Contains the date and time stamp of the last on hold time.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d7acad0-d1a6-4133-ba12-ffb40e42975c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contains the date and time stamp of the last on hold time.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d7acad0-d1a6-4133-ba12-ffb40e42975c\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last On Hold Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"716cdfce-8467-4b88-ac00-597cc48fb161\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last On Hold Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"716cdfce-8467-4b88-ac00-597cc48fb161\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"034cb7b4-5d3e-41d2-87ce-427db760d01b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":184,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"lastusedincampaign\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"LastUsedInCampaign\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the date when the contact was last included in a marketing campaign or quick campaign.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b6e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the date when the contact was last included in a marketing campaign or quick campaign.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b6e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last Date Included in Campaign\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last Date Included in Campaign\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"853b2009-216c-4c0e-9abc-dfd285210a82\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"leadsourcecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"LeadSourceCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the primary marketing source that directed the contact to your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3999ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the primary marketing source that directed the contact to your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3999ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e118e346-60e7-44dc-8edb-e1511eee302e\",\"HasChanged\":null,\"AttributeOf\":\"leadsourcecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":170,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"leadsourcecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"LeadSourceCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3c770763-164c-4e8e-b789-f7fb41f6c838\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":49,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"managername\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ManagerName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the contact's manager for use in escalating issues or other follow-up communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c598ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the contact's manager for use in escalating issues or other follow-up communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c598ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Manager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Manager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c90fc59f-8cf4-47f1-8240-256fd2835872\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":50,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"managerphone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ManagerPhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phone number for the contact's manager.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phone number for the contact's manager.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Manager Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Manager Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"895d0811-bc1b-407d-9fd6-5425a0a3c859\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":306,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"marketingonly\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"MarketingOnly\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ed3b5cb-0206-41d1-a3a3-fbeebe9442a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ed3b5cb-0206-41d1-a3a3-fbeebe9442a1\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"16dfb80a-2e09-4128-9564-a7d5d0ee2e26\",\"HasChanged\":null,\"AttributeOf\":\"marketingonly\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":307,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"marketingonlyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MarketingOnlyName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2c67e065-ea3b-408e-b9c8-d10ba4232e13\",\"HasChanged\":null,\"AttributeOf\":\"masterid\",\"AttributeType\":\"String\",\"ColumnNumber\":185,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mastercontactidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MasterContactIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6dfbe8ce-252e-4ff5-bd5c-2d4dc0752f9d\",\"HasChanged\":null,\"AttributeOf\":\"masterid\",\"AttributeType\":\"String\",\"ColumnNumber\":218,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mastercontactidyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MasterContactIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"mastercontactidname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a4e75d35-3f43-4301-84b8-aa611273beae\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":175,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"masterid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MasterId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the master contact for merge.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the master contact for merge.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Master ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Master ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"edbffb0e-c1c9-46c2-98c1-acbb6a153a73\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":180,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"merged\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Merged\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2499ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2499ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"62ee16a6-a80d-448d-b5d1-cdf24f19be6e\",\"HasChanged\":null,\"AttributeOf\":\"merged\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":188,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mergedname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MergedName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"749caae4-1acb-44d0-9bb8-0efdc51108b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"middlename\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"MiddleName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's middle name or initial to make sure the contact is addressed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's middle name or initial to make sure the contact is addressed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3c53ad8a-04ac-4a14-a73f-24de4c721e28\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":69,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mobilephone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"MobilePhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the mobile phone number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a4e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the mobile phone number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a4e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a3e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a3e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"e4b60e31-0ad9-4933-8aa1-2b9b783e346b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":64,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who last updated the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fee9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who last updated the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fee9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c212fc01-729f-408e-ab64-9566b1c3c3c1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":303,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyexternalparty\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedByExternalParty\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"externalparty\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the external party who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98461ef6-a588-4c95-8bc8-8cd897455b8f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the external party who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98461ef6-a588-4c95-8bc8-8cd897455b8f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50046e25-613e-461b-91ef-2a297c7da7e3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50046e25-613e-461b-91ef-2a297c7da7e3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ecfae645-e57d-4055-952b-d80bad6ad7ce\",\"HasChanged\":null,\"AttributeOf\":\"modifiedbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":304,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyexternalpartyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByExternalPartyName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a356f584-fb0c-4a61-aa58-17a56a751b38\",\"HasChanged\":null,\"AttributeOf\":\"modifiedbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":305,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyexternalpartyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByExternalPartyYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyexternalpartyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9d36ad7e-c3fe-4285-8e67-c04e8441c8bf\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":137,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f8ad3958-2872-46ab-b656-5abc82fba4fc\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":213,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"080bbb64-bdeb-443b-aeaf-b0399ee32d7d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":63,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"baa9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"baa9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b9a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b9a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"926917ac-da30-41d7-b6a5-93c8baccd8d2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":226,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who last updated the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a93b0bc-4a65-4da6-a965-c6362de6751f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who last updated the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a93b0bc-4a65-4da6-a965-c6362de6751f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef5dbcd1-8cb0-4b31-8b33-75c4896d5d33\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef5dbcd1-8cb0-4b31-8b33-75c4896d5d33\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"49613c52-1837-4523-ac3d-e5d3cc4c442e\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":228,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0b5c33b1-8253-498f-ae72-5b5856fcda3c\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":229,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"1c07442b-314c-413b-9390-d775478cf37d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":10007,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msa_managingpartnerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msa_managingpartnerid\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:08Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"account\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for Account associated with Contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab0323ec-3066-4e46-a754-e6d8985399e6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for Account associated with Contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab0323ec-3066-4e46-a754-e6d8985399e6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Managing Partner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d7f473-ebc4-4041-aca6-fca9c6a5edfd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Managing Partner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d7f473-ebc4-4041-aca6-fca9c6a5edfd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"967a7de8-24cb-4d1c-b326-1613b91abf81\",\"HasChanged\":null,\"AttributeOf\":\"msa_managingpartnerid\",\"AttributeType\":\"String\",\"ColumnNumber\":10008,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msa_managingpartneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msa_managingpartneridName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:08Z\",\"ModifiedOn\":\"2023-08-11T21:17:08Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7644608c-97b3-4fed-8989-625befd6a7dc\",\"HasChanged\":null,\"AttributeOf\":\"msa_managingpartnerid\",\"AttributeType\":\"String\",\"ColumnNumber\":10009,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msa_managingpartneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msa_managingpartneridYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:08Z\",\"ModifiedOn\":\"2023-08-11T21:17:08Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":\"msa_managingpartneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"95d59fae-f298-4028-8c70-9a0a6d645846\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10010,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_disablewebtracking\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_disablewebtracking\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26a3f845-d251-4be9-ad9f-0883efd98ba4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26a3f845-d251-4be9-ad9f-0883efd98ba4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c1957e56-4b8e-480b-92eb-1edc0c9aaebc\",\"HasChanged\":null,\"AttributeOf\":\"msdyn_disablewebtracking\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10011,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_disablewebtrackingname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msdyn_disablewebtrackingName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"518c95dc-47c1-43b7-96bc-abb7007b1c5e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10012,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminor\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_isminor\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12a55696-d40d-4417-b621-38b2a39bb214\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12a55696-d40d-4417-b621-38b2a39bb214\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"f3c1b8d6-90fc-41fb-87eb-ab8fb3701ff9\",\"HasChanged\":null,\"AttributeOf\":\"msdyn_isminor\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10013,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminorname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msdyn_isminorName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"05a57db7-2ba2-4b8d-871f-caa0d49093e1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10014,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminorwithparentalconsent\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_isminorwithparentalconsent\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd87ac5-3a42-4547-9aa0-3e5a62fd2bc9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd87ac5-3a42-4547-9aa0-3e5a62fd2bc9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b3748a2e-ed6e-4119-9916-a762c7854388\",\"HasChanged\":null,\"AttributeOf\":\"msdyn_isminorwithparentalconsent\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10015,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminorwithparentalconsentname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msdyn_isminorwithparentalconsentName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"6f58a005-c611-4f19-ab3d-53947c339068\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10016,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_portaltermsagreementdate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_portaltermsagreementdate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates the date and time that the person agreed to the portal terms and conditions.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08a4663e-f9eb-4ab2-a14e-1c051febe24a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates the date and time that the person agreed to the portal terms and conditions.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08a4663e-f9eb-4ab2-a14e-1c051febe24a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Portal Terms Agreement Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"db429d5c-5bad-4223-b12c-94359d4b2668\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Portal Terms Agreement Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"db429d5c-5bad-4223-b12c-94359d4b2668\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"e68f3e65-2ae3-45eb-bb90-956d1121e132\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":10048,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mspp_userpreferredlcid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"mspp_userpreferredlcid\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:24:43Z\",\"ModifiedOn\":\"2023-08-11T21:24:43Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"User\\u2019s preferred portal language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"658eefe2-0a7a-47c8-be44-e27a273989c7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"User\\u2019s preferred portal language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"658eefe2-0a7a-47c8-be44-e27a273989c7\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"f3298056-caf0-4957-a876-a34b51dd6bd1\",\"HasChanged\":null,\"AttributeOf\":\"mspp_userpreferredlcid\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10049,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"mspp_userpreferredlcidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"mspp_userpreferredlcidName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:24:43Z\",\"ModifiedOn\":\"2023-08-11T21:24:43Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3b1919a0-3a34-493e-9788-374e3d7ace42\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"nickname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"NickName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's nickname.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's nickname.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Nickname\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3be8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Nickname\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3be8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"995b823b-e4bc-495f-8f78-c06a595c5b7c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":66,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"numberofchildren\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"NumberOfChildren\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":1000000000,\"MinValue\":0,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the number of children the contact has for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the number of children the contact has for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"No. of Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"25abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No. of Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"25abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"4a39baa7-04d9-490f-b346-43821f159e94\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":246,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"onholdtime\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OnHoldTime\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows how long, in minutes, that the record was on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d12e77-de5e-4881-ba94-2c882fd550eb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows how long, in minutes, that the record was on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d12e77-de5e-4881-ba94-2c882fd550eb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"On Hold Time (Minutes)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b747569-3c7c-424c-b714-687586a60625\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"On Hold Time (Minutes)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b747569-3c7c-424c-b714-687586a60625\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"cd054151-e0f0-46a7-ad42-5dc9b76bf7d0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":201,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3a1a8f8-6ae0-4d8c-9adf-1b26543aff0b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3a1a8f8-6ae0-4d8c-9adf-1b26543aff0b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9cef31c2-4884-40f3-9aec-7fea112495d5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9cef31c2-4884-40f3-9aec-7fea112495d5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"6c720ad6-f488-4b2f-8a71-7204c6ae40f4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":139,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c298ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c298ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ce960d1e-31a8-4d78-b0d3-a47eb3b78974\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":140,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"84b4a3ba-7161-4601-86d9-f569ca588565\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":142,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9c44c6bb-9626-488d-84c6-49ef30789689\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":217,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"971c238a-987d-4b8b-81ee-50418caff142\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the business unit that owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the business unit that owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"4e000718-7290-483a-8a13-99cbbe462aae\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":10000,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T17:57:40Z\",\"ModifiedOn\":\"2023-08-11T17:57:40Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"3ee0fcb9-4228-4454-9c27-d6f93a4ab036\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":230,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the team who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f1d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the team who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f1d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f3629fca-f1c2-4fff-98f9-68bfa9517b79\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f3629fca-f1c2-4fff-98f9-68bfa9517b79\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"36b3a71a-b3df-4877-adac-6aa0846f6e8c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"291d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"291d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9417c1fc-e050-4a18-90ea-f5b73a10ff3b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9417c1fc-e050-4a18-90ea-f5b73a10ff3b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"86c64f23-606e-4e6f-9c31-9bc3b320095c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":70,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"pager\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Pager\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the pager number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0fd8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the pager number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0fd8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Pager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0ed8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Pager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0ed8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"8f8bf64b-2425-478f-91dd-651a8ff21356\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":80,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcontactid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentContactId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the parent contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"341d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the parent contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"341d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Parent Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f66cd932-11fe-4b10-9efe-360283f2e553\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Parent Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f66cd932-11fe-4b10-9efe-360283f2e553\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"60e43d59-c9a5-4604-9704-a6d5c95afc97\",\"HasChanged\":null,\"AttributeOf\":\"parentcontactid\",\"AttributeType\":\"String\",\"ColumnNumber\":83,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcontactidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentContactIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"df28d9e6-d813-4b89-90c0-cd20e2a8bea8\",\"HasChanged\":null,\"AttributeOf\":\"parentcontactid\",\"AttributeType\":\"String\",\"ColumnNumber\":221,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcontactidyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentContactIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"parentcontactidname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c7a58b13-df19-491c-a918-1bc26eaf6eb3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Customer\",\"ColumnNumber\":179,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ParentCustomerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"account\",\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"CustomerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the parent account or parent contact for the contact to provide a quick link to additional details, such as financial information, activities, and opportunities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6391aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the parent account or parent contact for the contact to provide a quick link to additional details, such as financial information, activities, and opportunities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6391aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Company Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6291aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Company Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6291aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"063644b5-ebee-4e37-9f39-5c360188f39e\",\"HasChanged\":null,\"AttributeOf\":\"parentcustomerid\",\"AttributeType\":\"String\",\"ColumnNumber\":194,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomeridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentCustomerIdName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8000,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"888e0b22-a38b-42e8-a977-4d7e59f6bf63\",\"HasChanged\":null,\"AttributeOf\":\"parentcustomerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":197,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomeridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentCustomerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a3ff93d1-112e-4c21-b671-6fc079886df8\",\"HasChanged\":null,\"AttributeOf\":\"parentcustomerid\",\"AttributeType\":\"String\",\"ColumnNumber\":215,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomeridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentCustomerIdYomiName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"parentcustomeridname\",\"IsLocalizable\":false,\"DatabaseLength\":8000,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"80f109a0-1ff3-49e7-a8dd-461c96086afd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"participatesinworkflow\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParticipatesInWorkflow\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"ad58c070-6fb1-49b9-ba99-d3063c92b4c2\",\"HasChanged\":null,\"AttributeOf\":\"participatesinworkflow\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":146,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"participatesinworkflowname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParticipatesInWorkflowName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"384614ff-b79c-4009-9bec-7dedf8c7b99c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"paymenttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PaymentTermsCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the payment terms to indicate when the customer needs to pay the total amount.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a61ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the payment terms to indicate when the customer needs to pay the total amount.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a61ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"0cf171b7-b3a5-47b4-9abe-07ee3f4ac35a\",\"HasChanged\":null,\"AttributeOf\":\"paymenttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":163,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"paymenttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PaymentTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"42741f7e-dc25-4857-84d6-b4ecab8d9e2e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":176,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmentdaycode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredAppointmentDayCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the preferred day of the week for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the preferred day of the week for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"8ee45967-ddcd-4aca-8267-5a09e7b7fca3\",\"HasChanged\":null,\"AttributeOf\":\"preferredappointmentdaycode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":195,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmentdaycodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredAppointmentDayCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"89802cd9-fe13-4612-8cac-e3593d3da38b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":177,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmenttimecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredAppointmentTimeCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the preferred time of day for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the preferred time of day for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c8af4252-6a53-44b3-abd0-da02d6f1dd68\",\"HasChanged\":null,\"AttributeOf\":\"preferredappointmenttimecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":189,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmenttimecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredAppointmentTimeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"3423a9b1-891b-44cb-a9b9-28d5a4ffb628\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredcontactmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredContactMethodCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the preferred method of contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the preferred method of contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"5a03260a-3992-48fe-a540-1cfb5b82e930\",\"HasChanged\":null,\"AttributeOf\":\"preferredcontactmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":154,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredcontactmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredContactMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"e2fc4683-1187-46e6-91f8-9057f0c7d939\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":173,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredsystemuserid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredSystemUserId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Choose the regular or preferred customer service representative for reference when scheduling service activities for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Choose the regular or preferred customer service representative for reference when scheduling service activities for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3098ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3098ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ab504794-dedf-4115-8736-9d4c3b298947\",\"HasChanged\":null,\"AttributeOf\":\"preferredsystemuserid\",\"AttributeType\":\"String\",\"ColumnNumber\":186,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredsystemuseridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredSystemUserIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"58f2ba15-94e4-4130-898e-9b8fdfa8e998\",\"HasChanged\":null,\"AttributeOf\":\"preferredsystemuserid\",\"AttributeType\":\"String\",\"ColumnNumber\":216,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredsystemuseridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredSystemUserIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"preferredsystemuseridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"4e40d60b-79fb-41b7-a0cd-a62996c46688\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":234,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"processid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ProcessId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the ID of the process.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60cec15c-914e-4c32-bb46-ff2091b2a6c2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the ID of the process.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60cec15c-914e-4c32-bb46-ff2091b2a6c2\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Process\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f6747a3-1c34-4ecf-a1ae-b766612c730f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Process\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f6747a3-1c34-4ecf-a1ae-b766612c730f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"652781a5-89db-4c89-b671-a0570ddefb24\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"salutation\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Salutation\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the salutation of the contact to make sure the contact is addressed correctly in sales calls, email messages, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the salutation of the contact to make sure the contact is addressed correctly in sales calls, email messages, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Salutation\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Salutation\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"ff7d514a-d8ac-41b5-931c-c344aac35849\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b5711e06-6923-4e4c-beb8-87112d42b20b\",\"HasChanged\":null,\"AttributeOf\":\"shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":168,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"589d672c-d005-4623-98dc-932ddf7f8915\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":243,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slaid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"SLAId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"sla\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Choose the service level agreement (SLA) that you want to apply to the Contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4e99a21-c0ea-4e45-a13a-e555730f05b0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Choose the service level agreement (SLA) that you want to apply to the Contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4e99a21-c0ea-4e45-a13a-e555730f05b0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"SLA\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a8ed7173-3b9c-4833-836a-4ca60aa41a1f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"SLA\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a8ed7173-3b9c-4833-836a-4ca60aa41a1f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"bbf1111d-d828-43a8-9cf1-b8db34085a33\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":245,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slainvokedid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SLAInvokedId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"sla\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Last SLA that was applied to this case. This field is for internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a4fe427-3229-422e-af5c-aa66d33c0b99\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last SLA that was applied to this case. This field is for internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a4fe427-3229-422e-af5c-aa66d33c0b99\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last SLA applied\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba20c8b9-b1c1-423f-9733-c7bbfa23a007\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last SLA applied\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba20c8b9-b1c1-423f-9733-c7bbfa23a007\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a95d00a7-03b7-4ad4-bd07-527d6e5cf7a1\",\"HasChanged\":null,\"AttributeOf\":\"slainvokedid\",\"AttributeType\":\"String\",\"ColumnNumber\":248,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slainvokedidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SLAInvokedIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a386f281-cf1f-4f0e-af90-f1b54f861fcd\",\"HasChanged\":null,\"AttributeOf\":\"slaid\",\"AttributeType\":\"String\",\"ColumnNumber\":244,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slaname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SLAName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"82f97199-b0a4-4382-8ed6-f5dc5a57676b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"spousesname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"SpousesName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the contact's spouse or partner for reference during calls, events, or other communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9126e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the contact's spouse or partner for reference during calls, events, or other communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9126e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Spouse/Partner Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9026e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Spouse/Partner Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9026e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"0f8578a7-807b-45fb-b4b7-a03c9aa3cdac\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":233,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"stageid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"StageId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the ID of the stage.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77b76435-8753-480f-bc44-cf338fbe32ae\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the ID of the stage.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77b76435-8753-480f-bc44-cf338fbe32ae\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"(Deprecated) Process Stage\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f7aa60f-6013-422d-b1aa-5f88fca7db93\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"(Deprecated) Process Stage\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f7aa60f-6013-422d-b1aa-5f88fca7db93\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"cdc3895a-7539-41e9-966b-3f9ef805aefd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":76,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"StateCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":0,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows whether the contact is active or inactive. Inactive contacts are read-only and can't be edited unless they are reactivated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4554c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows whether the contact is active or inactive. Inactive contacts are read-only and can't be edited unless they are reactivated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4554c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b2ad6b42-10fd-49e6-beb3-56ee929c0a8e\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":157,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"StateCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"a247349a-78ab-4729-8528-515fc2719b67\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":78,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"StatusCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's status.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's status.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c56f4da6-2fe2-44a0-92cd-015f2e9975da\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":159,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"StatusCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9fba06a8-1b73-44d3-b01d-dedb14d0b4c3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":182,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":false,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"subscriptionid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SubscriptionId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Subscription\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b152b7b7-c529-41eb-b1a9-4a5cb8f46779\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Subscription\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b152b7b7-c529-41eb-b1a9-4a5cb8f46779\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3f2a06ad-0084-41ed-89ab-dda1ff0be0d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"suffix\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Suffix\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":10,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":20,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the suffix used in the contact's name, such as Jr. or Sr. to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"369aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the suffix used in the contact's name, such as Jr. or Sr. to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"369aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Suffix\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"359aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Suffix\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"359aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"eac88f8f-9072-4a1a-ad67-cf439d900dc8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":71,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Telephone1\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Business Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Business Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c8ad57be-5da8-4fd4-886e-7a79f6e4fe30\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":72,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Telephone2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Home Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Home Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6512eab4-d2d6-4d19-a1b9-a9087545d9e8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":73,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Telephone3\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"aa3e1fe6-cd5c-424b-b54c-7b17474c47bf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":57,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"territorycode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"TerritoryCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a region or territory for the contact for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3664cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a region or territory for the contact for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3664cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e2c3ceeb-f021-4693-89fc-b2449ce0a96c\",\"HasChanged\":null,\"AttributeOf\":\"territorycode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":161,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"territorycodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TerritoryCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a9f536d0-846a-46aa-a124-1927a5b03ce2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":254,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"timespentbymeonemailandmeetings\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"TimeSpentByMeOnEmailAndMeetings\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":1250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":2500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Total time spent for emails (read and write) and meetings by me in relation to the contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f260e53-e4b7-4d31-b698-ff81823c2136\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Total time spent for emails (read and write) and meetings by me in relation to the contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f260e53-e4b7-4d31-b698-ff81823c2136\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Spent by me\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01a275b5-f272-469f-a46b-50836d87ec37\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Spent by me\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01a275b5-f272-469f-a46b-50836d87ec37\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"da07052e-fe81-4f9c-857d-deb2ede5b9c8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":204,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"400e50b3-bd7b-47be-b328-591f2bac684f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"400e50b3-bd7b-47be-b328-591f2bac684f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5718c6b2-f60d-464f-beda-f549ecb9bbf6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5718c6b2-f60d-464f-beda-f549ecb9bbf6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0762c350-de10-41f9-8f84-a64f5ce9d306\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":200,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"transactioncurrencyid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"TransactionCurrencyId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"transactioncurrency\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Choose the local currency for the record to make sure budgets are reported in the correct currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3cb43f24-af48-4852-9a01-e77bafe414ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Choose the local currency for the record to make sure budgets are reported in the correct currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3cb43f24-af48-4852-9a01-e77bafe414ab\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Currency\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d779cb5d-78c3-415d-b3b1-54257767b173\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Currency\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d779cb5d-78c3-415d-b3b1-54257767b173\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"982ad84f-ded4-4dc7-8dbc-74541bf715fa\",\"HasChanged\":null,\"AttributeOf\":\"transactioncurrencyid\",\"AttributeType\":\"String\",\"ColumnNumber\":212,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"transactioncurrencyidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TransactionCurrencyIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"680f719a-234f-43da-9527-e6e62150c846\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":242,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"traversedpath\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TraversedPath\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":1250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":2500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb94a6eb-4edc-4d51-8b66-bd23aa6650bf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb94a6eb-4edc-4d51-8b66-bd23aa6650bf\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"(Deprecated) Traversed Path\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"517e05f0-c37a-4d61-a162-d0797b1a09b1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"(Deprecated) Traversed Path\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"517e05f0-c37a-4d61-a162-d0797b1a09b1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"513aab54-0881-4a9d-8c54-407cf79a8163\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":205,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96ab49b3-e3cb-4ace-92cc-7363445426c4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96ab49b3-e3cb-4ace-92cc-7363445426c4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"872e3c0a-f5eb-41cd-a7a7-83cb522c7815\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"872e3c0a-f5eb-41cd-a7a7-83cb522c7815\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"18be3fc7-910c-4ccb-9162-a4eab5a4323b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":68,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version number of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"453d69c4-cf22-4cdd-9b05-16b920e0ce4d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version number of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"453d69c4-cf22-4cdd-9b05-16b920e0ce4d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d90a6ac5-4864-4102-95ec-9e3b15e76705\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d90a6ac5-4864-4102-95ec-9e3b15e76705\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a48ca7ab-6d50-430b-8558-cb01d370f1df\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"websiteurl\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"WebSiteUrl\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Url\",\"ImeMode\":\"Inactive\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's professional or personal website or blog URL.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's professional or personal website or blog URL.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Website\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7cd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Website\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7cd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a3e95353-a7ea-465a-ba86-2df49f82f50d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomifirstname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiFirstName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":150,\"YomiOf\":\"firstname\",\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phonetic spelling of the contact's first name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4295733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phonetic spelling of the contact's first name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4295733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4195733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4195733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f1aec3e1-7ed2-49be-b1a3-1d59f994ea21\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomifullname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiFullName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":450,\"YomiOf\":\"fullname\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the combined Yomi first and last names of the contact so that the full phonetic name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4595733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the combined Yomi first and last names of the contact so that the full phonetic name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4595733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4495733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4495733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"37be614b-06ed-4fd5-ab76-c4665d8a8c33\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomilastname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiLastName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":150,\"YomiOf\":\"lastname\",\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phonetic spelling of the contact's last name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phonetic spelling of the contact's last name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2dd525c9-a43a-4087-a372-091e1c0525d4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomimiddlename\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiMiddleName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":150,\"YomiOf\":\"middlename\",\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phonetic spelling of the contact's middle name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phonetic spelling of the contact's middle name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}}],\"ManyToOneRelationships\":[{\"MetadataId\":\"b080b5b1-af56-4270-8d9a-c93c163ea019\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"transactioncurrency_contact\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"transactioncurrencyid\",\"ReferencedEntity\":\"transactioncurrency\",\"ReferencingAttribute\":\"transactioncurrencyid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"transactioncurrency_contact\",\"ReferencingEntityNavigationPropertyName\":\"transactioncurrencyid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Restrict\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"b39af6d6-8fdc-473a-add2-52ce18134c65\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_master_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"masterid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_master_contact\",\"ReferencingEntityNavigationPropertyName\":\"masterid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"92b8a900-0846-497c-b933-66ebb85f221f\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contactbase_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contactbase_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"add8aff4-5375-4042-bb3d-4ace67a17ab1\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"74f99e62-1db3-4a67-8f52-a31fa1d2f1ed\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_contacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_contacts\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"7963763d-3366-44bf-ad4e-48b169b99bf9\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"manualsla_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"slaid\",\"ReferencedEntity\":\"sla\",\"ReferencingAttribute\":\"slaid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"manualsla_contact\",\"ReferencingEntityNavigationPropertyName\":\"sla_contact_sla\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navContacts\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3133d33c-024a-4717-ad3f-ab82d072890d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"system_user_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"preferredsystemuserid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"system_user_contacts\",\"ReferencingEntityNavigationPropertyName\":\"preferredsystemuserid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f1ac2439-67a4-431b-a0c9-ed6e4f7e3592\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contactbase_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contactbase_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"47ddb456-9fc9-45e3-a7f5-e188f439548c\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"lk_contact_entityimage\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.0.0.0\",\"ReferencedAttribute\":\"imagedescriptorid\",\"ReferencedEntity\":\"imagedescriptor\",\"ReferencingAttribute\":\"entityimageid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_entityimage\",\"ReferencingEntityNavigationPropertyName\":\"entityimageid_imagedescriptor\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"25baba5a-a186-4288-9e2b-c5448b42aadf\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"owner_contacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_contacts\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"1e0456c8-2d10-46c1-8816-40cadb29a952\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"sla_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"slaid\",\"ReferencedEntity\":\"sla\",\"ReferencingAttribute\":\"slainvokedid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"sla_contact\",\"ReferencingEntityNavigationPropertyName\":\"slainvokedid_contact_sla\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"dc9b80f8-c781-46d8-9fd6-a3b610836975\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_accounts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"accountid\",\"ReferencedEntity\":\"account\",\"ReferencingAttribute\":\"parentcustomerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_accounts\",\"ReferencingEntityNavigationPropertyName\":\"parentcustomerid_account\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":50,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navContacts\",\"QueryApi\":\"CRMAccount.RetrieveSubContacts\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3d9d9ea6-d826-46c6-b5ab-5f4e021650ba\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"d4f6089d-a596-4a74-923b-0d8b81830477\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"processstage_contact\",\"SecurityTypes\":\"ParentChild\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.0.0.0\",\"ReferencedAttribute\":\"processstageid\",\"ReferencedEntity\":\"processstage\",\"ReferencingAttribute\":\"stageid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"processstage_contact\",\"ReferencingEntityNavigationPropertyName\":\"stageid_processstage\",\"RelationshipBehavior\":2,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5efcc234-dd3d-434a-8ff2-b75a6d45fd76\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_owning_user\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_owning_user\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8b568c8c-92bf-40c8-b2e7-889d5990de95\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_externalparty_contact_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.0.0.0\",\"ReferencedAttribute\":\"externalpartyid\",\"ReferencedEntity\":\"externalparty\",\"ReferencingAttribute\":\"createdbyexternalparty\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_externalparty_contact_createdby\",\"ReferencingEntityNavigationPropertyName\":\"CreatedByExternalParty\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df70b587-2164-433a-a551-e577fcb1c644\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"parentcustomerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_contacts\",\"ReferencingEntityNavigationPropertyName\":\"parentcustomerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":40,\"IsCustomizable\":true,\"Icon\":\"/_imgs/area/18_subContacts.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navSubConts\",\"QueryApi\":\"CRMContact.RetrieveSubContacts\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9e281b16-261a-4f84-9d21-8a9e5c2f9b32\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"business_unit_contacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_contacts\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9963355c-3021-4833-8640-f57495e7d931\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_externalparty_contact_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.0.0.0\",\"ReferencedAttribute\":\"externalpartyid\",\"ReferencedEntity\":\"externalparty\",\"ReferencingAttribute\":\"modifiedbyexternalparty\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_externalparty_contact_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"ModifiedByExternalParty\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"057b3c69-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"msa_contact_managingpartner\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"accountid\",\"ReferencedEntity\":\"account\",\"ReferencingAttribute\":\"msa_managingpartnerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"msa_contact_managingpartner\",\"ReferencingEntityNavigationPropertyName\":\"msa_managingpartnerid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseLabel\",\"Group\":\"Details\",\"Order\":100500,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Managed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"422a520c-8a7c-4a63-a590-33485b5b8b3f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Managed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"422a520c-8a7c-4a63-a590-33485b5b8b3f\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"28be173e-2c06-11df-80a6-00137299e1c2\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_principalobjectattributeaccess\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_principalobjectattributeaccess\",\"ReferencingEntityNavigationPropertyName\":\"objectid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f9884d63-bd9c-4bba-9fa0-aa9af4cca73a\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"slakpiinstance_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regarding\",\"ReferencingEntity\":\"slakpiinstance\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"slakpiinstance_contact\",\"ReferencingEntityNavigationPropertyName\":\"regarding_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"566d4cb1-7aa4-400a-847c-7a6f34a9073a\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"socialactivity_postauthoraccount_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"postauthoraccount\",\"ReferencingEntity\":\"socialactivity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"socialactivity_postauthoraccount_contacts\",\"ReferencingEntityNavigationPropertyName\":\"postauthoraccount_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"00ed57ad-1f2b-405d-9142-65d2f4298447\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Email_EmailSender\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"emailsender\",\"ReferencingEntity\":\"email\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Email_EmailSender\",\"ReferencingEntityNavigationPropertyName\":\"emailsender_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"323155a4-a4a9-409b-81e0-38bc0c521b36\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Tasks\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"task\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Tasks\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_task\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"d44fcc87-621f-11e0-834f-1cc1de634cfe\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_PostFollows\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"postfollow\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_PostFollows\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"a552997d-6179-11e0-834f-1cc1de634cfe\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_PostRoles\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"postrole\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_PostRoles\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6936fa80-6484-11e0-834f-1cc1de634cfe\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_PostRegardings\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"postregarding\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_PostRegardings\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"23a810da-1c29-4123-9106-d0fe84b96059\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_RecurringAppointmentMasters\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"recurringappointmentmaster\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_RecurringAppointmentMasters\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_recurringappointmentmaster\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"b39af6d6-8fdc-473a-add2-52ce18134c65\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_master_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"masterid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_master_contact\",\"ReferencingEntityNavigationPropertyName\":\"masterid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e1633635-1fde-4754-ac90-24579a7ccb6d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_relationship_partner\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"partnerid\",\"ReferencingEntity\":\"customerrelationship\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_relationship_partner\",\"ReferencingEntityNavigationPropertyName\":\"partnerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e69e182c-b3cf-4346-ab47-a631f0cdbe26\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_feedback_createdby\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"createdbycontact\",\"ReferencingEntity\":\"feedback\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_feedback_createdby\",\"ReferencingEntityNavigationPropertyName\":\"CreatedByContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Restrict\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f84e46e0-48ae-40eb-8f9f-6cacd7d79792\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_actioncard\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.2.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"actioncard\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_actioncard\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_actioncard\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ae495d5d-1e84-4424-b996-e7dd0ba5f19d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_connections2\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"record2id\",\"ReferencingEntity\":\"connection\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_connections2\",\"ReferencingEntityNavigationPropertyName\":\"record2id_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":100,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"562efc9b-fc5c-43b8-bd57-e4787e49bb49\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"Contact_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"593d46e7-9f4b-460f-beb8-fcb6f1a1d04e\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_activity_parties\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"partyid\",\"ReferencingEntity\":\"activityparty\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_activity_parties\",\"ReferencingEntityNavigationPropertyName\":\"partyid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e5db21e7-7ab4-466e-aebf-ec1a17875010\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"Contact_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"249177a6-9ff0-4d5f-acad-4f7c23f81839\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Annotation\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"annotation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Annotation\",\"ReferencingEntityNavigationPropertyName\":\"objectid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3564f0b1-4f79-434f-b801-1ac5b22a8bd4\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_SocialActivities\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"socialactivity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_SocialActivities\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_socialactivity\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"48f82b1a-8ad8-44bd-90d9-15e7b3c4f263\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_ActivityPointers\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"activitypointer\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_ActivityPointers\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":20,\"IsCustomizable\":true,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":\"navActivities\",\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4ae694c6-2af5-48e1-a0d9-b3d0a9350a0b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_MailboxTrackingFolder\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"7.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_MailboxTrackingFolder\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"410707b1-9554-4cd9-8437-6608b1802904\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"account_primary_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"primarycontactid\",\"ReferencingEntity\":\"account\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"account_primary_contact\",\"ReferencingEntityNavigationPropertyName\":\"primarycontactid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"384b7720-bfb0-4347-91c8-7ba9f81392c2\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Socialprofile_customer_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"customerid\",\"ReferencingEntity\":\"socialprofile\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Socialprofile_customer_contacts\",\"ReferencingEntityNavigationPropertyName\":\"customerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":40,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"ff0f8b49-e2cd-45f1-b878-cbd99aa4ac56\",\"AvailableOffline\":true,\"MenuId\":\"navSocialprofile\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ad3cef72-d332-45e8-b84a-47188293c778\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_ExternalPartyItems\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"externalpartyitem\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_ExternalPartyItems\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6013d1d7-52bb-4b65-8c5b-1f57bfca694f\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"socialactivity_postauthor_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"postauthor\",\"ReferencingEntity\":\"socialactivity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"socialactivity_postauthor_contacts\",\"ReferencingEntityNavigationPropertyName\":\"postauthor_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f50e77a1-db00-49f7-a917-1bda14b35b9f\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_feedback_createdonbehalfby\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.2.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"createdonbehalfbycontact\",\"ReferencingEntity\":\"feedback\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_feedback_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"CreatedOnBehalfByContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Restrict\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"695c5e4d-7fb6-4102-89ff-f0850df9ac07\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Emails\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"email\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Emails\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_email\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"db1c2260-d842-43d1-906c-b6915c1b6e65\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Appointments\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"appointment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Appointments\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_appointment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"80e85ab3-6086-420d-a35c-0cbf229f824c\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Feedback\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"feedback\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Feedback\",\"ReferencingEntityNavigationPropertyName\":\"ContactId\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":150,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0fae9491-232f-4c2e-a554-0d59de6eee29\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_ProcessSessions\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_ProcessSessions\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":110,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"65bde7e2-e4af-4f6e-8b3d-bb11a5c40519\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"280c4a1d-cd22-4ed7-9b82-0480bf684ea2\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_connections1\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"record1id\",\"ReferencingEntity\":\"connection\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_connections1\",\"ReferencingEntityNavigationPropertyName\":\"record1id_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":100,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4bb5b7c8-2206-4c6f-a367-841838313671\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_CustomerAddress\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"parentid\",\"ReferencingEntity\":\"customeraddress\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_CustomerAddress\",\"ReferencingEntityNavigationPropertyName\":\"parentid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"03315b35-4585-4447-a4d2-059cf79ca0fd\",\"AvailableOffline\":true,\"MenuId\":\"navAddresses\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"66b6d0af-970a-40c9-a0f4-2838936ea5ce\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Phonecalls\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"phonecall\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Phonecalls\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_phonecall\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df70b587-2164-433a-a551-e577fcb1c644\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"parentcustomerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_contacts\",\"ReferencingEntityNavigationPropertyName\":\"parentcustomerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":40,\"IsCustomizable\":true,\"Icon\":\"/_imgs/area/18_subContacts.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navSubConts\",\"QueryApi\":\"CRMContact.RetrieveSubContacts\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"346c53e8-443d-47a8-922c-65b1939d7d12\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"userentityinstancedata_contact\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"userentityinstancedata_contact\",\"ReferencingEntityNavigationPropertyName\":\"objectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"60e6bc23-751c-428b-bde2-3f2f25a743d0\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_SyncErrors\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_syncerror\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"744738fe-8265-48ad-8e42-a3e4ff11b562\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"Contact_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"00eca311-5b6c-414d-86be-6bd601fd04e4\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_relationship_customer\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"customerid\",\"ReferencingEntity\":\"customerrelationship\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_relationship_customer\",\"ReferencingEntityNavigationPropertyName\":\"customerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":50,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"693d27d3-dcd2-4260-9e58-961044b2d4d3\",\"AvailableOffline\":true,\"MenuId\":\"navRelationships\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e48595eb-bb5f-46fa-8c9f-acc65b98309c\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Faxes\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"fax\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Faxes\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_fax\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4daca947-a9b7-4bd7-9923-fe32f9069364\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Letters\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"letter\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Letters\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_letter\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4c4a48a8-7c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_chats\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"chat\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_chats\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_chat\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ac4e0191-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_adx_inviteredemptions\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.2305.2\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"adx_inviteredemption\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_adx_inviteredemptions\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_adx_inviteredemption\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"590ae897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_adx_portalcomments\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.2305.2\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"adx_portalcomment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_adx_portalcomments\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_adx_portalcomment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2b1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_contact_externalidentity\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_contactid\",\"ReferencingEntity\":\"adx_externalidentity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_contact_externalidentity\",\"ReferencingEntityNavigationPropertyName\":\"adx_contactid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce07adbb-3f86-4da5-a6f2-ffde6fc12d45\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce07adbb-3f86-4da5-a6f2-ffde6fc12d45\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3f1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_invitecontact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_invitecontact\",\"ReferencingEntity\":\"adx_invitation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_invitation_invitecontact\",\"ReferencingEntityNavigationPropertyName\":\"adx_inviteContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"583a437b-4ff8-4edd-8e3d-01f8f0d56cf2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"583a437b-4ff8-4edd-8e3d-01f8f0d56cf2\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"561ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_invitercontact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_invitercontact\",\"ReferencingEntity\":\"adx_invitation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_invitation_invitercontact\",\"ReferencingEntityNavigationPropertyName\":\"adx_invitercontact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca737d6e-6656-4be9-a18b-621821a655b4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca737d6e-6656-4be9-a18b-621821a655b4\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5e1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_redeemedContact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_redeemedcontact\",\"ReferencingEntity\":\"adx_invitation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_invitation_redeemedContact\",\"ReferencingEntityNavigationPropertyName\":\"adx_redeemedContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"38eb71e9-e9e5-4777-8632-762da6094f9b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"38eb71e9-e9e5-4777-8632-762da6094f9b\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"981ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_webformsession_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_contact\",\"ReferencingEntity\":\"adx_webformsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_webformsession_contact\",\"ReferencingEntityNavigationPropertyName\":\"adx_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2627f52-623e-4619-b62f-c80dd9c748c1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2627f52-623e-4619-b62f-c80dd9c748c1\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df0dffa5-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_course_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_course_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"89a9488e-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"de786f60-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_message_SenderContact_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_sendercontact\",\"ReferencingEntity\":\"appr_message\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_message_SenderContact_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_SenderContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"53d4e272-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_message_ReceiverContact_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_receivercontact\",\"ReferencingEntity\":\"appr_message\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_message_ReceiverContact_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_ReceiverContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"09bd7fc9-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_StudentName_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_studentname\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_StudentName_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_StudentName\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"90839583-5158-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_session_Contact_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_contact\",\"ReferencingEntity\":\"appr_session\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_session_Contact_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"99954552-665b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_studentcourse_StudentID_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_studentid\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_studentcourse_StudentID_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_StudentID\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[{\"MetadataId\":\"5c347f25-b068-4e7a-9f3a-686d684c941d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_subscription_association\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"Entity1LogicalName\":\"subscription\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"subscriptionmanuallytrackedobject\",\"Entity1IntersectAttribute\":\"subscriptionid\",\"Entity2IntersectAttribute\":\"objectid\",\"Entity1NavigationPropertyName\":\"contact_subscription_association\",\"Entity2NavigationPropertyName\":\"contact_subscription_association\",\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}},{\"MetadataId\":\"4c1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_invitecontacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"Entity1LogicalName\":\"adx_invitation\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"adx_invitation_invitecontacts\",\"Entity1IntersectAttribute\":\"adx_invitationid\",\"Entity2IntersectAttribute\":\"contactid\",\"Entity1NavigationPropertyName\":\"adx_invitation_invitecontacts\",\"Entity2NavigationPropertyName\":\"adx_invitation_invitecontacts\",\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":20000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"838636b9-a946-4f9d-9e3f-4864254dc6b5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"838636b9-a946-4f9d-9e3f-4864254dc6b5\",\"HasChanged\":null}}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"UseLabel\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Invite Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a5097d0-0b98-4b54-bc3c-6972c9416c5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Invite Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a5097d0-0b98-4b54-bc3c-6972c9416c5f\",\"HasChanged\":null}}}},{\"MetadataId\":\"6a1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_redeemedcontacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"Entity1LogicalName\":\"adx_invitation\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"adx_invitation_redeemedcontacts\",\"Entity1IntersectAttribute\":\"adx_invitationid\",\"Entity2IntersectAttribute\":\"contactid\",\"Entity1NavigationPropertyName\":\"adx_invitation_redeemedcontacts\",\"Entity2NavigationPropertyName\":\"adx_invitation_redeemedcontacts\",\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":20000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Redeemed Invitations\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31bb4840-13f9-405d-a7fd-a1192576cd0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Redeemed Invitations\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31bb4840-13f9-405d-a7fd-a1192576cd0d\",\"HasChanged\":null}}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"UseLabel\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Redeemed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"953e7e56-a58a-453d-8b60-a09adc5afe67\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Redeemed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"953e7e56-a58a-453d-8b60-a09adc5afe67\",\"HasChanged\":null}}}},{\"MetadataId\":\"04b8537a-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"powerpagecomponent_mspp_webrole_contact\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"Entity1LogicalName\":\"powerpagecomponent\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"powerpagecomponent_mspp_webrole_contact\",\"Entity1IntersectAttribute\":\"powerpagecomponentid\",\"Entity2IntersectAttribute\":\"contactid\",\"Entity1NavigationPropertyName\":\"powerpagecomponent_mspp_webrole_contact\",\"Entity2NavigationPropertyName\":\"powerpagecomponent_mspp_webrole_contact\",\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":103100,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1e34b276-3cbf-49e8-ac8e-8b9560cedfa0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1e34b276-3cbf-49e8-ac8e-8b9560cedfa0\",\"HasChanged\":null}}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":100300,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ed6665-7aeb-431f-b2df-5ca7e12b7607\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ed6665-7aeb-431f-b2df-5ca7e12b7607\",\"HasChanged\":null}}}}]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"84b4a3ba-7161-4601-86d9-f569ca588565\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null},{\"MetadataId\":\"888e0b22-a38b-42e8-a977-4d7e59f6bf63\",\"LogicalName\":\"parentcustomeridtype\",\"SchemaName\":\"ParentCustomerIdType\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"1340071\\\"\",\"name\":\"Information\",\"formid\":\"894cc46a-b0cb-4ab0-8bf6-200544e46a2d\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1340136\\\"\",\"name\":\"Contact Reference Panel\",\"formid\":\"d880c3cf-80e2-42f3-82f9-24d040d09f17\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1917387\\\"\",\"name\":\"Portal Contact (Enhanced)\",\"formid\":\"c1c97961-2d42-4103-abf8-2fe2bdf38224\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1917292\\\"\",\"name\":\"Profile Web Form (Enhanced)\",\"formid\":\"bddc0100-0dbe-4562-aafe-31d08c8ab506\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1917900\\\"\",\"name\":\"Invite Web Form\",\"formid\":\"d6190b35-9474-4098-9698-33f6627eb3bf\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1340073\\\"\",\"name\":\"Live Persona Card Form\",\"formid\":\"449faa0e-f471-48ec-87d0-4719909546d2\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340075\\\"\",\"name\":\"Social Profiles\",\"formid\":\"7bb87dfd-ec3e-4ed9-8e3e-5725d3067295\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340137\\\"\",\"name\":\"Contact Quick Create\",\"formid\":\"661157fe-2fc9-4eaa-835f-5bfa2f7b64f7\",\"objecttypecode\":\"contact\",\"type\":7},{\"@odata.etag\":\"W/\\\"1340257\\\"\",\"name\":\"Recent Cases and Entitlements\",\"formid\":\"f3b707fb-3b5f-45f9-9c6b-5e573bb5d19e\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340212\\\"\",\"name\":\"Update Contact\",\"formid\":\"26843818-6508-4afe-9342-5fae2ebf15ca\",\"objecttypecode\":\"contact\",\"type\":9},{\"@odata.etag\":\"W/\\\"1340090\\\"\",\"name\":\"Contact Quick Form\",\"formid\":\"bdb0ae1c-32fa-4374-b637-8dafe107bc44\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340072\\\"\",\"name\":\"account contact card\",\"formid\":\"29de27bc-a257-4f29-99cf-bab4a84e688f\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340138\\\"\",\"name\":\"Contact Card form\",\"formid\":\"bc0f68dd-a4b1-4a8f-bed3-c8f5db2f89cf\",\"objecttypecode\":\"contact\",\"type\":11},{\"@odata.etag\":\"W/\\\"1340074\\\"\",\"name\":\"contact card\",\"formid\":\"707fc57b-c5e6-471b-a180-e37ed28a38e2\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1917185\\\"\",\"name\":\"Profile Web Form (Enhanced) - Japanese\",\"formid\":\"01124dd8-9bff-4cc0-bb33-ea9d943c3f9f\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1340070\\\"\",\"name\":\"Contact\",\"formid\":\"1fed44d1-ae68-4a41-bd2b-f13acac4acfa\",\"objecttypecode\":\"contact\",\"type\":2}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"ef5e9b87-e4e4-4f7b-bbae-5115f968bbfb\",\"LogicalName\":\"accountrolecode\",\"SchemaName\":\"AccountRoleCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a3b48905-7d78-47d1-bb56-da3cbd0975ca\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_accountrolecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Account role of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4307ea42-5c4c-4b14-b0ce-562dde511a33\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Account role of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4307ea42-5c4c-4b14-b0ce-562dde511a33\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f2e9f59-ca53-444a-adf9-9ee4a646fdbb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f2e9f59-ca53-444a-adf9-9ee4a646fdbb\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Decision Maker\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cecde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Decision Maker\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cecde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Influencer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Influencer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"81c142ea-db05-48cd-9387-175b4246794d\",\"LogicalName\":\"address1_addresstypecode\",\"SchemaName\":\"Address1_AddressTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"8b6e9a56-6a18-4b17-9f5d-cfdbd46d9e0b\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address1_addresstypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of address for address 1, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"942745e0-7797-4f06-8fb7-153244fcee6d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of address for address 1, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"942745e0-7797-4f06-8fb7-153244fcee6d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"045d8fb2-7310-4567-b4c5-c4e1dc2c169a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"045d8fb2-7310-4567-b4c5-c4e1dc2c169a\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Bill To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b699f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Bill To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b699f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Ship To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b899f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Ship To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b899f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Primary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Primary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Other\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Other\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"24858aea-93fd-4dfd-a51d-d289b0135a39\",\"LogicalName\":\"address1_freighttermscode\",\"SchemaName\":\"Address1_FreightTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"919726a2-8436-44ef-8c66-6117c442b862\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address1_freighttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Freight terms for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4448a4c7-1144-45c2-bc93-5d7f4ba0b745\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Freight terms for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4448a4c7-1144-45c2-bc93-5d7f4ba0b745\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b375b923-94d8-4c2b-be02-48bc749d0b00\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b375b923-94d8-4c2b-be02-48bc749d0b00\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"FOB\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9acde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"FOB\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9acde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No Charge\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9ccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No Charge\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9ccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"05e0cbb6-bb5b-4d8f-ace9-7cfc1f2a04ee\",\"LogicalName\":\"address1_shippingmethodcode\",\"SchemaName\":\"Address1_ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b01576e7-514c-45d5-a264-e4fbfd53f615\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address1_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipment for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"61aac131-de00-4dad-97a3-a404e7d45fe9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipment for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"61aac131-de00-4dad-97a3-a404e7d45fe9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29494f6c-afa0-427c-8ea5-53038425a2be\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29494f6c-afa0-427c-8ea5-53038425a2be\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Airborne\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5adfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Airborne\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5adfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"DHL\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5cdfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"DHL\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5cdfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"FedEx\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5edfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"FedEx\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5edfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"UPS\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UPS\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":5,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Postal Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Postal Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":6,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Full Load\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Full Load\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":7,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Will Call\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"66dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Will Call\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"66dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"dbcf375a-eb4d-4891-9f04-3ea869779d57\",\"LogicalName\":\"address2_addresstypecode\",\"SchemaName\":\"Address2_AddressTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"c4714e0b-7573-4f51-8cb7-46fc321a5089\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address2_addresstypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of address for address 2, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e41d51f-8a90-4022-9733-6d4fce650f40\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of address for address 2, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e41d51f-8a90-4022-9733-6d4fce650f40\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7880681c-5698-478d-8779-baa5365ab68b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7880681c-5698-478d-8779-baa5365ab68b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"0eb29dd1-3dd2-49e5-b8ea-8b2485477207\",\"LogicalName\":\"address2_freighttermscode\",\"SchemaName\":\"Address2_FreightTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"dc2aabc1-4efa-4667-b474-1aad1b4cf244\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address2_freighttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Freight terms for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cd3c52a9-9f70-46f5-aa33-6acc24f569e7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Freight terms for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cd3c52a9-9f70-46f5-aa33-6acc24f569e7\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c8d0e51-a339-4a09-b558-3571092b9253\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c8d0e51-a339-4a09-b558-3571092b9253\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"c335ab4e-5383-4bb6-b8b5-f33ac2348e9e\",\"LogicalName\":\"address2_shippingmethodcode\",\"SchemaName\":\"Address2_ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"60d225d8-b4ab-4e5a-9d18-3dd946e1a413\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address2_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipment for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d921baed-e473-4f07-b95e-bbec6e67838d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipment for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d921baed-e473-4f07-b95e-bbec6e67838d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d08ea835-4635-4db4-9c3c-8ddd6fa9c525\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d08ea835-4635-4db4-9c3c-8ddd6fa9c525\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"0f366b5b-f2e9-4378-bc84-6d796b2c29f4\",\"LogicalName\":\"address3_addresstypecode\",\"SchemaName\":\"Address3_AddressTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"97534134-54f6-42fa-914b-2f1531cddfdc\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address3_addresstypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"7.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of address for address 3, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d733317b-33cf-4a4f-a164-ad9deae12a37\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of address for address 3, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d733317b-33cf-4a4f-a164-ad9deae12a37\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"da817d42-6775-4d02-8db2-75b26297e037\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"da817d42-6775-4d02-8db2-75b26297e037\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"756924de-472f-42a8-b417-9e2eaef620f0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"756924de-472f-42a8-b417-9e2eaef620f0\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"0b045097-c546-41b5-9d01-1352fd3f6b85\",\"LogicalName\":\"address3_freighttermscode\",\"SchemaName\":\"Address3_FreightTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"2a18f883-f938-432f-b27f-e23e507bdf08\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address3_freighttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"7.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Freight terms for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86beef37-531e-4cef-b29d-b96b5c0065b6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Freight terms for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86beef37-531e-4cef-b29d-b96b5c0065b6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1544bdf-17fa-4add-a0a0-d0234d007c8f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1544bdf-17fa-4add-a0a0-d0234d007c8f\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c971e07e-479f-4b0f-aee3-71a8170f9257\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c971e07e-479f-4b0f-aee3-71a8170f9257\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"5449c9d1-d7f7-42a8-8033-60dc1b239595\",\"LogicalName\":\"address3_shippingmethodcode\",\"SchemaName\":\"Address3_ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"147717a9-2dff-4bc5-9f9e-de99ae7c1c86\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address3_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"7.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipment for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"21159c93-1cee-4470-b3d5-2567293b4df4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipment for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"21159c93-1cee-4470-b3d5-2567293b4df4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b848264d-147f-414b-b435-b79d1319bece\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b848264d-147f-414b-b435-b79d1319bece\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"691c1d4e-7677-4098-9e52-5581ad9c8cc3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"691c1d4e-7677-4098-9e52-5581ad9c8cc3\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"f36d5ce1-4858-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_contactrole\",\"SchemaName\":\"appr_ContactRole\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"f7d813d2-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_contactrole\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8d813d2-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8d813d2-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"453792da-5168-4537-ac60-1fafc3058338\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"453792da-5168-4537-ac60-1fafc3058338\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"da86262f-31c1-40b4-b80a-f404e8a58c38\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"da86262f-31c1-40b4-b80a-f404e8a58c38\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0387069b-97d0-4bb8-b3f6-94301c7d2b47\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0387069b-97d0-4bb8-b3f6-94301c7d2b47\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cd8cebf-ba9a-40f6-a4b0-c77e3949172b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cd8cebf-ba9a-40f6-a4b0-c77e3949172b\",\"HasChanged\":null}}},{\"Value\":3,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Student\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"79c3c444-0551-4e49-9653-d9891c09f113\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"79c3c444-0551-4e49-9653-d9891c09f113\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fff35c89-8350-415a-9e42-4e7129aa4aaa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fff35c89-8350-415a-9e42-4e7129aa4aaa\",\"HasChanged\":null}}}]}},{\"MetadataId\":\"bffd7570-2899-492b-97d8-a45208eb2114\",\"LogicalName\":\"customersizecode\",\"SchemaName\":\"CustomerSizeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"97a8f6fc-e23a-4279-99c0-df748136e38b\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_customersizecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Size of the contact's business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78a36a02-bf0d-4239-b4ed-960fe6ca3aa5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Size of the contact's business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78a36a02-bf0d-4239-b4ed-960fe6ca3aa5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6686e0f5-6450-46d5-b7b2-783a3b307383\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6686e0f5-6450-46d5-b7b2-783a3b307383\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"cd0cefe1-b185-4795-a05c-3f27c205f21e\",\"LogicalName\":\"customertypecode\",\"SchemaName\":\"CustomerTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ee3ff3c1-739e-4dc6-a452-c85f3d52814e\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_customertypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of business associated with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d3ad16a5-50c3-483e-b098-c5584133b00f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of business associated with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d3ad16a5-50c3-483e-b098-c5584133b00f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c5bd968-c467-4f8e-a04d-599470bceda3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c5bd968-c467-4f8e-a04d-599470bceda3\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f299ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f299ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"1f1a7b51-b139-453a-a1cb-e2899494e1a3\",\"LogicalName\":\"educationcode\",\"SchemaName\":\"EducationCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"96b15669-cfc3-42f9-aa6a-8f0595182c30\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_educationcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Formal education level that the contact has attained.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed26559-1f7d-40f5-b91f-2f0821b22629\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Formal education level that the contact has attained.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed26559-1f7d-40f5-b91f-2f0821b22629\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c0b4154-0b86-453e-9721-a2cb1ee3ff6e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c0b4154-0b86-453e-9721-a2cb1ee3ff6e\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"18d22cd0-f923-4d46-97e2-9decc997d285\",\"LogicalName\":\"familystatuscode\",\"SchemaName\":\"FamilyStatusCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"2da4a488-81c9-419d-ad1c-fb0d33a1e0ef\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_familystatuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Marital status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3877631a-2912-451b-861b-6225132d72d6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3877631a-2912-451b-861b-6225132d72d6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb359b76-7bda-4afb-a10e-9d19acb40fef\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb359b76-7bda-4afb-a10e-9d19acb40fef\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Single\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Single\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Married\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Married\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Divorced\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Divorced\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Widowed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Widowed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"a81e86c9-e2e1-4c1e-81ab-8913eedaab47\",\"LogicalName\":\"gendercode\",\"SchemaName\":\"GenderCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"cb7f9ccb-21b2-45b5-acf5-0a62344d0860\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_gendercode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Gender of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51c17279-e38e-456c-961b-3cee90b49c65\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51c17279-e38e-456c-961b-3cee90b49c65\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"967f0b69-10bf-4bef-b995-59ca4511b12f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"967f0b69-10bf-4bef-b995-59ca4511b12f\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Male\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Male\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Female\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Female\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"37861c8f-246f-4534-a91e-6f27aeee1243\",\"LogicalName\":\"haschildrencode\",\"SchemaName\":\"HasChildrenCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ced703d8-357b-4e56-94ec-1a045156036f\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_haschildrencode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact has children.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80ea0c8e-4714-4027-b6b5-72b904634539\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact has children.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80ea0c8e-4714-4027-b6b5-72b904634539\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51e4e738-6c85-42a6-8582-437890c4ffa6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51e4e738-6c85-42a6-8582-437890c4ffa6\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5741b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5741b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"853b2009-216c-4c0e-9abc-dfd285210a82\",\"LogicalName\":\"leadsourcecode\",\"SchemaName\":\"LeadSourceCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"e9e66ceb-7c14-4c03-a182-b2013d38797c\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_leadsourcecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Source of the lead of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e4c1f6-7fe3-450e-8c32-d5ada1871fb6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Source of the lead of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e4c1f6-7fe3-450e-8c32-d5ada1871fb6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9eb7c7bb-a5ed-49ed-b5f8-cbe4c3901e5e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9eb7c7bb-a5ed-49ed-b5f8-cbe4c3901e5e\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"e68f3e65-2ae3-45eb-bb90-956d1121e132\",\"LogicalName\":\"mspp_userpreferredlcid\",\"SchemaName\":\"mspp_userpreferredlcid\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5ec97ed4-b2b0-47c9-896e-cfc3dc2074b0\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":true,\"Name\":\"powerpagelanguages\",\"ExternalTypeName\":\"Power Pages Languages\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.2304.1\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"518fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"518fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"508fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"508fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1025,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Arabic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcbcae7c-736a-413e-82a8-a92a02be2c0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Arabic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcbcae7c-736a-413e-82a8-a92a02be2c0c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa4ffd9c-c2a9-4be9-9a34-540eb7d1ef95\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa4ffd9c-c2a9-4be9-9a34-540eb7d1ef95\",\"HasChanged\":null}}},{\"Value\":1069,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Basque - Basque\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c90faad-b948-4adf-8745-ebc209577f5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Basque - Basque\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c90faad-b948-4adf-8745-ebc209577f5f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"41459abe-6806-471d-aa5b-d6f80ea7e7e7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"41459abe-6806-471d-aa5b-d6f80ea7e7e7\",\"HasChanged\":null}}},{\"Value\":1026,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Bulgarian - Bulgaria\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff8dca8-c32d-4c77-b085-2a0b09476897\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Bulgarian - Bulgaria\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff8dca8-c32d-4c77-b085-2a0b09476897\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6201481c-75dc-44ba-8772-2d1ff566dcfd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6201481c-75dc-44ba-8772-2d1ff566dcfd\",\"HasChanged\":null}}},{\"Value\":1027,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Catalan - Catalan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcb04ad3-e05e-4b5c-a0ac-e5426f7f5f87\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Catalan - Catalan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcb04ad3-e05e-4b5c-a0ac-e5426f7f5f87\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f860a0e-7ab0-428a-b405-ff8c1e91ed0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f860a0e-7ab0-428a-b405-ff8c1e91ed0d\",\"HasChanged\":null}}},{\"Value\":2052,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Chinese - China\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c7a2be7-a1b5-4735-850b-30765b86ced9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Chinese - China\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c7a2be7-a1b5-4735-850b-30765b86ced9\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d58efc15-2ffb-4b67-adde-860bf79c41c1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d58efc15-2ffb-4b67-adde-860bf79c41c1\",\"HasChanged\":null}}},{\"Value\":3076,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Chinese - Hong Kong SAR\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e49c7e7b-ee16-40e2-9a29-521c20e13ff6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Chinese - Hong Kong SAR\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e49c7e7b-ee16-40e2-9a29-521c20e13ff6\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4b05f7e-2d6d-4db5-9582-f5e626675390\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4b05f7e-2d6d-4db5-9582-f5e626675390\",\"HasChanged\":null}}},{\"Value\":1028,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Chinese - Traditional\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0afefd5-53e8-4422-9c93-13b8624ee08a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Chinese - Traditional\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0afefd5-53e8-4422-9c93-13b8624ee08a\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f391aba-ab5b-4a35-9f88-80601ce284bd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f391aba-ab5b-4a35-9f88-80601ce284bd\",\"HasChanged\":null}}},{\"Value\":1050,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Croatian - Croatia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"671042a6-bd76-47b1-a729-baad87b0d779\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Croatian - Croatia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"671042a6-bd76-47b1-a729-baad87b0d779\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f486e3-9b50-40f0-975d-9ce682bea967\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f486e3-9b50-40f0-975d-9ce682bea967\",\"HasChanged\":null}}},{\"Value\":1029,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Czech - Czech Republic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44541f2a-4aed-478a-9f43-3b768aab84c5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Czech - Czech Republic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44541f2a-4aed-478a-9f43-3b768aab84c5\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a18627b-495a-4731-9481-86e5843cb05e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a18627b-495a-4731-9481-86e5843cb05e\",\"HasChanged\":null}}},{\"Value\":1030,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Danish - Denmark\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b94b1ff5-89a8-425c-aba9-e9ed506ccefc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Danish - Denmark\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b94b1ff5-89a8-425c-aba9-e9ed506ccefc\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2fe67f24-949e-488d-b4b3-4d07f2ad578e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2fe67f24-949e-488d-b4b3-4d07f2ad578e\",\"HasChanged\":null}}},{\"Value\":1043,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Dutch - Netherlands\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3597785-3c50-4b50-958f-09dfdcefd2c0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Dutch - Netherlands\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3597785-3c50-4b50-958f-09dfdcefd2c0\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84eb8c5d-679f-4e31-bbda-7ed2b9ff58a6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84eb8c5d-679f-4e31-bbda-7ed2b9ff58a6\",\"HasChanged\":null}}},{\"Value\":1033,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"English\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e47a785d-8b4d-4e15-bae0-3a1936b14247\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"English\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e47a785d-8b4d-4e15-bae0-3a1936b14247\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b38ba93-c570-4dbe-94b6-1d7d4bb601e8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b38ba93-c570-4dbe-94b6-1d7d4bb601e8\",\"HasChanged\":null}}},{\"Value\":1061,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Estonian - Estonia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43570b35-ec03-4704-ad95-914d407ca8ea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Estonian - Estonia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43570b35-ec03-4704-ad95-914d407ca8ea\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64b8c169-8ea7-4c5f-95d2-643dc03c4268\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64b8c169-8ea7-4c5f-95d2-643dc03c4268\",\"HasChanged\":null}}},{\"Value\":1035,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Finnish - Finland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2088e9b9-a3f5-40e8-abbb-06e43065f735\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Finnish - Finland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2088e9b9-a3f5-40e8-abbb-06e43065f735\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a01f2003-c9a0-4b70-91d6-091a9de60503\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a01f2003-c9a0-4b70-91d6-091a9de60503\",\"HasChanged\":null}}},{\"Value\":1036,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"French - France\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"171608b4-a460-455a-b4e3-8b73b58e4339\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"French - France\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"171608b4-a460-455a-b4e3-8b73b58e4339\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5f1ee5b-feb1-47f8-bebd-e25d59aebe84\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5f1ee5b-feb1-47f8-bebd-e25d59aebe84\",\"HasChanged\":null}}},{\"Value\":1110,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Galician - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a64143a1-620f-469b-aea1-44cf9b0a0003\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Galician - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a64143a1-620f-469b-aea1-44cf9b0a0003\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d5326301-a9db-485e-b4c0-ecd1220af4ca\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d5326301-a9db-485e-b4c0-ecd1220af4ca\",\"HasChanged\":null}}},{\"Value\":1031,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"German - Germany\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46c90388-6e16-4b57-8184-e678fde548af\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"German - Germany\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46c90388-6e16-4b57-8184-e678fde548af\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f024b6bc-0a26-4fc8-9a4e-49b3ff1d077a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f024b6bc-0a26-4fc8-9a4e-49b3ff1d077a\",\"HasChanged\":null}}},{\"Value\":1032,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Greek - Greece\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"428e192a-56fa-49a1-86ae-059827b8482f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Greek - Greece\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"428e192a-56fa-49a1-86ae-059827b8482f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72bc6b1b-c281-44b9-9a38-d94d4a9f5e14\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72bc6b1b-c281-44b9-9a38-d94d4a9f5e14\",\"HasChanged\":null}}},{\"Value\":1037,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Hebrew\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34d3a07c-c682-415a-93ef-cee488e1a379\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Hebrew\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34d3a07c-c682-415a-93ef-cee488e1a379\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b7724aa4-aa75-4a88-82d9-9b626fa84aca\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b7724aa4-aa75-4a88-82d9-9b626fa84aca\",\"HasChanged\":null}}},{\"Value\":1081,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Hindi - India\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7f98c68-fd43-40d6-8d6c-dc3a3a3481ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Hindi - India\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7f98c68-fd43-40d6-8d6c-dc3a3a3481ab\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c68bcb3d-0c4d-4ca5-89b3-ce334c7c3e83\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c68bcb3d-0c4d-4ca5-89b3-ce334c7c3e83\",\"HasChanged\":null}}},{\"Value\":1038,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Hungarian - Hungary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19dc1e8d-9b0b-46ae-b0dd-ad2d43494c8b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Hungarian - Hungary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19dc1e8d-9b0b-46ae-b0dd-ad2d43494c8b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d4e2728d-afc1-4adb-9643-2c80986c9eee\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d4e2728d-afc1-4adb-9643-2c80986c9eee\",\"HasChanged\":null}}},{\"Value\":1057,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Indonesian - Indonesia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"95aaf68f-8f0e-48ff-9a26-301117b90c03\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indonesian - Indonesia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"95aaf68f-8f0e-48ff-9a26-301117b90c03\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0009b766-aacd-43f6-9048-6ae5c0bd0c07\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0009b766-aacd-43f6-9048-6ae5c0bd0c07\",\"HasChanged\":null}}},{\"Value\":1040,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Italian - Italy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bf36d7bb-b7f5-4005-8f19-43def59efd68\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Italian - Italy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bf36d7bb-b7f5-4005-8f19-43def59efd68\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"54bd9c66-988b-4199-bddc-779ca0a3708b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"54bd9c66-988b-4199-bddc-779ca0a3708b\",\"HasChanged\":null}}},{\"Value\":1041,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Japanese - Japan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba78ac9a-4f58-40ac-acf1-db393b46100a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Japanese - Japan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba78ac9a-4f58-40ac-acf1-db393b46100a\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487e1738-8ffc-46ca-bdeb-1b83fc8519f2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487e1738-8ffc-46ca-bdeb-1b83fc8519f2\",\"HasChanged\":null}}},{\"Value\":1087,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Kazakh - Kazakhstan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ba07825-153b-4dfc-9d9f-39b3d075854b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Kazakh - Kazakhstan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ba07825-153b-4dfc-9d9f-39b3d075854b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eae7f8e9-d223-4000-af83-4d29633df0d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eae7f8e9-d223-4000-af83-4d29633df0d0\",\"HasChanged\":null}}},{\"Value\":1042,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Korean - Korea\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29331146-5b2d-4e8b-8aea-890e12e14ee3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Korean - Korea\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29331146-5b2d-4e8b-8aea-890e12e14ee3\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30410e3f-836f-41e1-b188-9bfcdc0e6e69\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30410e3f-836f-41e1-b188-9bfcdc0e6e69\",\"HasChanged\":null}}},{\"Value\":1062,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Latvian - Latvia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31e7dddc-14fd-4889-a927-f31c7fc2f566\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Latvian - Latvia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31e7dddc-14fd-4889-a927-f31c7fc2f566\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88373220-3128-4ca5-aa49-20a1ea0439d2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88373220-3128-4ca5-aa49-20a1ea0439d2\",\"HasChanged\":null}}},{\"Value\":1063,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Lithuanian - Lithuania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bb16a0b-033d-402b-acc7-cc5cb0d7a742\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lithuanian - Lithuania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bb16a0b-033d-402b-acc7-cc5cb0d7a742\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aca25d-4de8-45c2-a73c-7d14c3e71f16\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aca25d-4de8-45c2-a73c-7d14c3e71f16\",\"HasChanged\":null}}},{\"Value\":1086,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Malay - Malaysia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"28a27b47-34f1-4c54-b849-7505dcdb69d6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Malay - Malaysia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"28a27b47-34f1-4c54-b849-7505dcdb69d6\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"685b3321-420d-4108-a64c-5ba265aca121\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"685b3321-420d-4108-a64c-5ba265aca121\",\"HasChanged\":null}}},{\"Value\":1044,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Norwegian (Bokm\\u00e5l) - Norway\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f09000d-780f-4b19-a9cc-31d1b0cef27e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Norwegian (Bokm\\u00e5l) - Norway\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f09000d-780f-4b19-a9cc-31d1b0cef27e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08356305-e00e-4850-a281-3c10579f23f9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08356305-e00e-4850-a281-3c10579f23f9\",\"HasChanged\":null}}},{\"Value\":1045,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Polish - Poland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d11958e9-d65f-4077-aacf-f2bf878503ba\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Polish - Poland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d11958e9-d65f-4077-aacf-f2bf878503ba\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d68126b-c73a-41c9-9f3a-ada834b3b428\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d68126b-c73a-41c9-9f3a-ada834b3b428\",\"HasChanged\":null}}},{\"Value\":1046,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Portuguese - Brazil\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c5b6938-63de-43ff-b037-4d8e56b80b4b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Portuguese - Brazil\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c5b6938-63de-43ff-b037-4d8e56b80b4b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"084c5f0a-95bf-48b6-9b4a-5332bc812cbd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"084c5f0a-95bf-48b6-9b4a-5332bc812cbd\",\"HasChanged\":null}}},{\"Value\":2070,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Portuguese - Portugal\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"380b1aa5-d2aa-4711-84a7-729feb866bcd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Portuguese - Portugal\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"380b1aa5-d2aa-4711-84a7-729feb866bcd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9956c500-c1c5-4ced-b334-aff0af04296d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9956c500-c1c5-4ced-b334-aff0af04296d\",\"HasChanged\":null}}},{\"Value\":1048,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Romanian - Romania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e4655d4-d165-43b8-a35a-e240577f7ed1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Romanian - Romania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e4655d4-d165-43b8-a35a-e240577f7ed1\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"adb5d7ec-08b1-46af-af07-a810c85dd9f6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"adb5d7ec-08b1-46af-af07-a810c85dd9f6\",\"HasChanged\":null}}},{\"Value\":1049,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Russian - Russia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ecb6109-8317-48bf-88ae-a088e6c9ee25\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Russian - Russia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ecb6109-8317-48bf-88ae-a088e6c9ee25\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13f306f3-20b4-4db0-b864-cbaba6d7802c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13f306f3-20b4-4db0-b864-cbaba6d7802c\",\"HasChanged\":null}}},{\"Value\":3098,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Serbian (Cyrillic) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bfb39af2-2c5a-4a12-9232-84444b4f1c0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Serbian (Cyrillic) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bfb39af2-2c5a-4a12-9232-84444b4f1c0c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcfba95c-e359-45bd-8b96-1c7e246756bc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcfba95c-e359-45bd-8b96-1c7e246756bc\",\"HasChanged\":null}}},{\"Value\":2074,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Serbian (Latin) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d79843f9-7b39-44fc-9118-4ce9ce64a0bf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Serbian (Latin) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d79843f9-7b39-44fc-9118-4ce9ce64a0bf\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87a7a0c9-79fe-48e4-a144-868ccdca8d77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87a7a0c9-79fe-48e4-a144-868ccdca8d77\",\"HasChanged\":null}}},{\"Value\":1051,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Slovak - Slovakia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fd36c809-b35e-41d1-bef4-cff0b56a8297\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Slovak - Slovakia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fd36c809-b35e-41d1-bef4-cff0b56a8297\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c96c178d-0c79-4faf-8739-9e527097807f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c96c178d-0c79-4faf-8739-9e527097807f\",\"HasChanged\":null}}},{\"Value\":1060,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Slovenian - Slovenia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d39a665-dfe9-4080-a687-30de8873a916\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Slovenian - Slovenia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d39a665-dfe9-4080-a687-30de8873a916\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3af1582c-f3b1-4aa8-94e5-37ed9d96ab98\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3af1582c-f3b1-4aa8-94e5-37ed9d96ab98\",\"HasChanged\":null}}},{\"Value\":3082,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Spanish (Traditional Sort) - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"528b7a27-3e17-40df-878e-632471e213ef\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Spanish (Traditional Sort) - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"528b7a27-3e17-40df-878e-632471e213ef\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f1f4e89-c819-42b1-adb2-361ad0833fd1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f1f4e89-c819-42b1-adb2-361ad0833fd1\",\"HasChanged\":null}}},{\"Value\":1053,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Swedish - Sweden\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6f9c5c4-0901-469b-ae54-48bc2115cb81\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Swedish - Sweden\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6f9c5c4-0901-469b-ae54-48bc2115cb81\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d49546aa-e2a7-4403-8107-b92befd4ceea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d49546aa-e2a7-4403-8107-b92befd4ceea\",\"HasChanged\":null}}},{\"Value\":1054,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Thai - Thailand\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bdc4997-dd4f-405c-8844-245fd39265d9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Thai - Thailand\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bdc4997-dd4f-405c-8844-245fd39265d9\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b13b2b7c-faa3-4c9d-8cc0-d7f95b2198ca\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b13b2b7c-faa3-4c9d-8cc0-d7f95b2198ca\",\"HasChanged\":null}}},{\"Value\":1055,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Turkish - T\\u00fcrkiye\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0da774e7-1952-42c1-9168-50ca5267bf5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Turkish - T\\u00fcrkiye\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0da774e7-1952-42c1-9168-50ca5267bf5f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19797a48-4490-47ba-a16f-206ffc88fbd6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19797a48-4490-47ba-a16f-206ffc88fbd6\",\"HasChanged\":null}}},{\"Value\":1058,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Ukrainian - Ukraine\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98f7253f-20f8-4ac8-8502-645ae560090e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Ukrainian - Ukraine\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98f7253f-20f8-4ac8-8502-645ae560090e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1a5e22f-2406-4fde-a7f0-074fbf91f34d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1a5e22f-2406-4fde-a7f0-074fbf91f34d\",\"HasChanged\":null}}},{\"Value\":1066,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Vietnamese - Vietnam\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29eac2a2-e14d-496f-9a91-0e9df85fe705\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Vietnamese - Vietnam\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29eac2a2-e14d-496f-9a91-0e9df85fe705\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e406711-81c0-4c02-9764-75f06f112f68\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e406711-81c0-4c02-9764-75f06f112f68\",\"HasChanged\":null}}}]}},{\"MetadataId\":\"384614ff-b79c-4009-9bec-7dedf8c7b99c\",\"LogicalName\":\"paymenttermscode\",\"SchemaName\":\"PaymentTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"7154ab7b-7c99-4712-9d8c-7eaaae4f6f78\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_paymenttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Payment terms for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93680bd0-1882-43bb-9970-6a58ecf33e70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment terms for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93680bd0-1882-43bb-9970-6a58ecf33e70\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b40d245c-e6b2-4184-b0e4-a0d6cd3bfd02\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b40d245c-e6b2-4184-b0e4-a0d6cd3bfd02\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"2% 10, Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"2% 10, Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Net 45\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Net 45\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Net 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ae1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Net 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ae1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"42741f7e-dc25-4857-84d6-b4ecab8d9e2e\",\"LogicalName\":\"preferredappointmentdaycode\",\"SchemaName\":\"PreferredAppointmentDayCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"51769958-f7a4-41b4-a3ea-0992249c6b17\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_preferredappointmentdaycode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Day of the week that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fe06237-d74b-40e4-97ec-b4980851107a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Day of the week that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fe06237-d74b-40e4-97ec-b4980851107a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f4effad-28ae-4c67-9115-7efc7dd08b0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f4effad-28ae-4c67-9115-7efc7dd08b0c\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Sunday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"40d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sunday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"40d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Monday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"42d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Monday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"42d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Tuesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Tuesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Wednesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Wednesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Thursday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Thursday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":5,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Friday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ad6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Friday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ad6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":6,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Saturday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Saturday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"89802cd9-fe13-4612-8cac-e3593d3da38b\",\"LogicalName\":\"preferredappointmenttimecode\",\"SchemaName\":\"PreferredAppointmentTimeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5b1d1539-a020-4a16-8f31-c57fce454b53\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_preferredappointmenttimecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time of day that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab1174c6-b3b6-44d7-8be6-f9bf1076ffd9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time of day that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab1174c6-b3b6-44d7-8be6-f9bf1076ffd9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a91fc1cf-746a-4efc-83c6-9f699a166706\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a91fc1cf-746a-4efc-83c6-9f699a166706\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Morning\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Morning\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Afternoon\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"901c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Afternoon\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"901c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Evening\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"921c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Evening\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"921c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"3423a9b1-891b-44cb-a9b9-28d5a4ffb628\",\"LogicalName\":\"preferredcontactmethodcode\",\"SchemaName\":\"PreferredContactMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"4b838079-0334-49b3-9f72-0434392dab2c\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_preferredcontactmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Preferred contact method for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8da565ac-ccbe-46a0-9b3b-9819ab1e450b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred contact method for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8da565ac-ccbe-46a0-9b3b-9819ab1e450b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89918364-1b88-4cb1-805c-2539ad91a72b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89918364-1b88-4cb1-805c-2539ad91a72b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Any\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Any\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":5,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"ff7d514a-d8ac-41b5-931c-c344aac35849\",\"LogicalName\":\"shippingmethodcode\",\"SchemaName\":\"ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"334b102e-4481-41a5-9b27-8e39ecd9e496\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipping for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a95f733-9c20-49c4-96a0-ae673d7b9a7c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipping for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a95f733-9c20-49c4-96a0-ae673d7b9a7c\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc6ff718-5e66-40f5-97e1-fab4e11dc974\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc6ff718-5e66-40f5-97e1-fab4e11dc974\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"aa3e1fe6-cd5c-424b-b54c-7b17474c47bf\",\"LogicalName\":\"territorycode\",\"SchemaName\":\"TerritoryCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"e3d3f048-333e-4b83-9d87-609f4ee093f3\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_territorycode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the territory to which the contact is assigned.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"809c9461-c3f4-47b0-9ba7-104d3b602a2e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the territory to which the contact is assigned.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"809c9461-c3f4-47b0-9ba7-104d3b602a2e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f79c4c7-024f-4a62-9b9c-c1ff207e8abf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f79c4c7-024f-4a62-9b9c-c1ff207e8abf\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"cdc3895a-7539-41e9-966b-3f9ef805aefd\",\"LogicalName\":\"statecode\",\"SchemaName\":\"StateCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"88fa5ad0-2a4b-4281-ac9c-b4e71fb77920\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc7cf5df-8503-46e3-85b2-6c0ac68bc912\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc7cf5df-8503-46e3-85b2-6c0ac68bc912\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"37c73b95-afd6-4d25-9ded-3691db6ce56b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"37c73b95-afd6-4d25-9ded-3691db6ce56b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4754c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4754c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4954c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4954c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"a247349a-78ab-4729-8528-515fc2719b67\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"StatusCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"87f21441-f53d-4654-9c26-e08e78facd78\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91912d8a-f195-4e3d-8b58-dcb6732a04ce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91912d8a-f195-4e3d-8b58-dcb6732a04ce\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dbbda94f-cd2d-4cd1-882d-ffb58afeb691\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dbbda94f-cd2d-4cd1-882d-ffb58afeb691\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8bcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8bcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "contact", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"1400535\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000000666400\",\"name\":\"Contacts Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"1400539\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001003\",\"name\":\"My Active Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1400540\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001004\",\"name\":\"Active Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1400552\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001033\",\"name\":\"Inactive Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1400559\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001210\",\"name\":\"Contact Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"1401009\\\"\",\"savedqueryid\":\"0a8fa653-4147-4282-bf6b-168cfa839803\",\"name\":\"Contacts: Influenced Deals That We Won\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1401899\\\"\",\"savedqueryid\":\"ab582fb0-a846-453e-ad88-77f75ce91264\",\"name\":\"My Connections\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1401973\\\"\",\"savedqueryid\":\"a2d479c5-53e3-4c69-addd-802327e67a0d\",\"name\":\"Contacts Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"1402289\\\"\",\"savedqueryid\":\"0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105\",\"name\":\"All Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1402431\\\"\",\"savedqueryid\":\"927e6cd8-b3ed-4c20-a154-b8bd8a86d172\",\"name\":\"Contacts: No Campaign Activities in Last 3 Months\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1402751\\\"\",\"savedqueryid\":\"9c241a33-ca0b-4e50-ae92-db780d5b2a12\",\"name\":\"Contacts: Responded to Campaigns in Last 6 Months\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1402893\\\"\",\"savedqueryid\":\"73bc2d9b-4e0e-424c-8839-ed59d6817e3a\",\"name\":\"Active Contacts Subgrid View\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1403040\\\"\",\"savedqueryid\":\"eda26f1e-dbcc-40ad-91f2-ff2878d1d8d8\",\"name\":\"Entitlement Contacts\",\"querytype\":2}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Courses_1.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Courses_1.json new file mode 100644 index 00000000..aac5b7d7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Courses_1.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Courses_1", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_courses", + "logicalName": "appr_course" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2108955\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"3e5f6b9b-094e-4db0-9a56-250b068b4c3b\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"fe4f6780-8e38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_course\",\"EntitySetName\":\"appr_courses\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_courseid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10321,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Courses\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b0de672d-9c9b-497a-9f2e-8b647e462de4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Courses\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b0de672d-9c9b-497a-9f2e-8b647e462de4\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_Course\",\"PrivilegeId\":\"79d16348-d794-4fd3-abd1-ec5d77197cc9\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_Course\",\"PrivilegeId\":\"f557a40d-e60a-4f43-a4c8-f21164e00db2\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_Course\",\"PrivilegeId\":\"3d598853-76e9-4c27-90a0-d7bd0dc2ab70\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_Course\",\"PrivilegeId\":\"f400ecc1-8bc4-48c2-83d5-659deb04abbc\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_Course\",\"PrivilegeId\":\"a61f1f1c-3112-4735-9d29-822f87492c83\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_Course\",\"PrivilegeId\":\"73098d74-8788-4762-a20a-ad4f0d5a573e\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_Course\",\"PrivilegeId\":\"c762dd82-3f2f-4946-bf8c-69594a4e83dc\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_Course\",\"PrivilegeId\":\"bd4b4d8e-17d5-4941-8506-66e997f7f4bd\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"fdd1b57e-6659-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_coursecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_CourseCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-22T16:39:04Z\",\"ModifiedOn\":\"2023-09-22T16:39:04Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1548dc44-77ef-49d6-9404-6a6baa2606fb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1548dc44-77ef-49d6-9404-6a6baa2606fb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05c4d31b-3705-483b-9dab-d3e0efe3736c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05c4d31b-3705-483b-9dab-d3e0efe3736c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.ImageAttributeMetadata\",\"MetadataId\":\"f753f5d6-8a5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":\"appr_courseiconid\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseicon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_CourseIcon\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:01Z\",\"ModifiedOn\":\"2023-09-25T10:04:01Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"IsPrimaryImage\":true,\"MaxHeight\":144,\"MaxWidth\":144,\"MaxSizeInKB\":10240,\"CanStoreFullImage\":true,\"AttributeTypeName\":{\"Value\":\"ImageType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e5e6a94-ef0d-4f15-90fa-3c2222f691f2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e5e6a94-ef0d-4f15-90fa-3c2222f691f2\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course Icon\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"48825ae9-1e31-434a-8a42-5ce945085235\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course Icon\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"48825ae9-1e31-434a-8a42-5ce945085235\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"4a5e89c6-93fe-4317-b650-985cdefa2ab7\",\"HasChanged\":null,\"AttributeOf\":\"appr_courseiconid\",\"AttributeType\":\"BigInt\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseicon_timestamp\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseIcon_Timestamp\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:01Z\",\"ModifiedOn\":\"2023-09-25T10:04:01Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0256f2d0-8008-484a-8236-3c261009d837\",\"HasChanged\":null,\"AttributeOf\":\"appr_courseiconid\",\"AttributeType\":\"String\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseicon_url\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseIcon_URL\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:01Z\",\"ModifiedOn\":\"2023-09-25T10:04:01Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Url\",\"ImeMode\":\"Disabled\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"MetadataId\":\"373827ca-6232-4fd9-af67-3f763a563119\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseiconid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseIconId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:00Z\",\"ModifiedOn\":\"2023-09-25T10:04:00Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"07a9fd5f-bab3-45dc-b92f-79e24e4c3c20\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ff4f6780-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bedd88a3-fe97-4578-807e-99be95e1f86e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bedd88a3-fe97-4578-807e-99be95e1f86e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1027d040-943c-45df-a5ad-67b9b5a081f2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1027d040-943c-45df-a5ad-67b9b5a081f2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"9c73f87a-75e7-4c04-b628-c6d505fe822b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacher\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Teacher\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:32:40Z\",\"ModifiedOn\":\"2023-09-21T06:32:40Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"94479768-f395-451e-8c14-089bb34ede18\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"94479768-f395-451e-8c14-089bb34ede18\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d09c3986-17ef-4efc-89ef-6972094fff63\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d09c3986-17ef-4efc-89ef-6972094fff63\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"deb407b6-d95b-403c-be74-412ad0f057e9\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teachername\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:32:40Z\",\"ModifiedOn\":\"2023-09-21T06:32:40Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e5bd01d8-943d-41df-ad5a-53c9498eae83\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacheryominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:32:40Z\",\"ModifiedOn\":\"2023-09-21T06:32:40Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"appr_teachername\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"cee51b73-397b-4002-8940-4846e190d2fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"32ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"32ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"33ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"33ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"073c250e-0036-4d47-92fa-10cde9a79567\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f2cb944e-d8b4-4fbc-894e-01a123bbc772\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"e4df9d14-aa1b-4998-885d-c5f35bfb91ca\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"30ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"30ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"31ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"31ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"4fc3e0c2-e56e-4b75-9e5e-670d893a0e04\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"38ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"38ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"39ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"39ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7b143a2d-28ec-4c06-8710-b3cacfc5b8b3\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b75affea-7a1b-4e56-8eca-cdd13343ca2c\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"e1f4cd96-9c7e-4f49-9ab9-cdf3c09bf2c5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"56667c7f-3647-4b73-913d-cfc03c1ace00\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"37ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"37ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0b61f839-d5ee-4aa2-b7c9-d82648858ebd\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d7278e7e-7279-4b0b-88ae-7a19a67200af\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"1da71d3a-12d5-451f-8c3d-899398df014f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"34ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"34ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"35ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"35ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"48c2352d-dbb9-4308-a0f8-a0e7e6969b36\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e615fe38-f570-480a-a95f-e1e02c545c7f\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"98c12105-1c1d-4d12-899c-f028867a04bd\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"e47f3b15-0fde-4f54-9bff-f770920daa6f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"7ae4a37a-e754-425d-9893-412aeed77358\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"55ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"55ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"93538fe2-3185-448c-9066-49cfd7fdedf6\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"59ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"59ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"2c6a1a95-51c8-448e-8f26-d6a0ba805d40\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"58ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"58ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"f8d8d7f9-4026-4c2a-a4b6-b825cbbb066b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"01453e7d-fa4b-4ab5-8db0-fe08c979adce\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a4db5bb0-1a2d-4a18-953a-3e9cb71f41a4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"65ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"65ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"66ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"66ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"bfd85911-2901-49b9-9b1b-e3494df900c5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"f6e03c23-8a78-464b-baa3-8c875e59aa65\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"75ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"75ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"a68e6605-221e-4b12-96d2-accb07cd836c\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"dbccebe4-e0d0-431c-a9ea-27a9b619660a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"d9f8d321-2181-453a-bf5a-5fc05ceb2651\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"f0f78af8-9810-4eed-8aa7-f9e1b7f1b1f4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"a1c9b136-987c-46a1-b8c6-37529a5cd962\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"90ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"90ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"91ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"91ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"b53e1e6b-55d6-4770-ab12-c2db0a3b2445\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"88ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"88ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"89ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"89ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"3cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"42ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"48ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"60ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"67ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"70ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df0dffa5-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_course_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_course_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f853f5d6-8a5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"ImageDescriptor_appr_Course_appr_CourseIcon\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"imagedescriptorid\",\"ReferencedEntity\":\"imagedescriptor\",\"ReferencingAttribute\":\"appr_courseiconid\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"ImageDescriptor_appr_Course_appr_CourseIcon\",\"ReferencingEntityNavigationPropertyName\":\"appr_courseiconid_imagedescriptor\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"92ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"96ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"a2ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"a6ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"aaee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"aeee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_course_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"b2ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_course_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"bbf78774-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"45c472ec-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_announcement_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_announcement_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"60ba4395-5158-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_session_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_session\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_session_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9fcbd374-665b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_studentcourse_CourseID_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_courseid\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_studentcourse_CourseID_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_CourseID\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"941fd9b2-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_relatedcourse\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"ReferencingEntityNavigationPropertyName\":\"appr_RelatedCourse\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"2c6a1a95-51c8-448e-8f26-d6a0ba805d40\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2108943\\\"\",\"name\":\"Information\",\"formid\":\"a9be6866-4502-4f09-841e-16f2b5dd9a32\",\"objecttypecode\":\"appr_course\",\"type\":6},{\"@odata.etag\":\"W/\\\"2108871\\\"\",\"name\":\"Information\",\"formid\":\"15ca6011-8f4f-4e53-b16c-e963eb719b51\",\"objecttypecode\":\"appr_course\",\"type\":2},{\"@odata.etag\":\"W/\\\"2108917\\\"\",\"name\":\"Information\",\"formid\":\"e9682570-5f84-46a5-92e9-fa59d403bd5a\",\"objecttypecode\":\"appr_course\",\"type\":11}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"f6e03c23-8a78-464b-baa3-8c875e59aa65\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"7bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_course_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"dbccebe4-e0d0-431c-a9ea-27a9b619660a\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"85ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_course_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"87ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"87ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"86ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"86ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"82ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"82ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"84ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"84ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_course", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2108979\\\"\",\"savedqueryid\":\"b689496f-1a39-4202-8f95-0c6cd5314658\",\"name\":\"Course Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"2108955\\\"\",\"savedqueryid\":\"3e5f6b9b-094e-4db0-9a56-250b068b4c3b\",\"name\":\"Active Courses\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2109003\\\"\",\"savedqueryid\":\"2ad812ee-3a9d-4f81-88b2-9416786a6bf3\",\"name\":\"Course Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2108991\\\"\",\"savedqueryid\":\"d5452d9b-df48-4247-af37-a22a22d92379\",\"name\":\"Course Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2108967\\\"\",\"savedqueryid\":\"70a940d8-75fe-482b-aeed-a8ba45a812fb\",\"name\":\"Inactive Courses\",\"querytype\":0}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Learning Materials.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Learning Materials.json new file mode 100644 index 00000000..42d3d670 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Learning Materials.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Learning Materials", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_learningmaterialses", + "logicalName": "appr_learningmaterials" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2161391\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"d836df44-39cc-4976-894f-e71705397937\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"650900dd-6f5b-ee11-be6f-000d3aa06f77\",\"LogicalName\":\"appr_learningmaterials\",\"EntitySetName\":\"appr_learningmaterialses\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_learningmaterialsid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10493,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cafac14-f1ed-498e-b7fc-e8668cd523d7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cafac14-f1ed-498e-b7fc-e8668cd523d7\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_LearningMaterials\",\"PrivilegeId\":\"bae7d77d-c501-498a-9003-a8b78567e9d7\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_LearningMaterials\",\"PrivilegeId\":\"ccf49afc-a925-45e2-806d-eb5da37fbf6f\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_LearningMaterials\",\"PrivilegeId\":\"9f162b34-e4cd-48d1-a098-3722d42efaf8\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_LearningMaterials\",\"PrivilegeId\":\"2b8f4f0e-1a38-4c01-8abf-cdf0caa03b45\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_LearningMaterials\",\"PrivilegeId\":\"d5e8b677-4432-41da-885f-7c25959d483b\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_LearningMaterials\",\"PrivilegeId\":\"4618bbf6-4fbd-43f4-8c78-f30c330e609c\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_LearningMaterials\",\"PrivilegeId\":\"723eb8d9-f287-462d-9d1d-d26c63ee7859\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_LearningMaterials\",\"PrivilegeId\":\"9b290bfa-24bc-429d-81c6-c098928e22fb\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.FileAttributeMetadata\",\"MetadataId\":\"0c9bbbd4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Virtual\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Attachment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:06:38Z\",\"ModifiedOn\":\"2023-09-25T09:06:38Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxSizeInKB\":32768,\"AttributeTypeName\":{\"Value\":\"FileType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5411a7d2-9833-4fea-8741-86593086b878\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5411a7d2-9833-4fea-8741-86593086b878\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb4ec995-e945-44fd-9710-dcdf86d47dd6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb4ec995-e945-44fd-9710-dcdf86d47dd6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1aab74bd-6cca-4090-a548-5b7c3bb863cf\",\"HasChanged\":null,\"AttributeOf\":\"appr_attachment\",\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment_name\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_Attachment_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:06:38Z\",\"ModifiedOn\":\"2023-09-25T09:06:38Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Disabled\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8669f7e4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:07:06Z\",\"ModifiedOn\":\"2023-09-25T09:07:06Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":2000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e0b4d5d-6734-4343-8895-b246cda9dfce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e0b4d5d-6734-4343-8895-b246cda9dfce\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4608e532-4ddb-4b61-8f06-9138b6ba08b2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4608e532-4ddb-4b61-8f06-9138b6ba08b2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"51583f56-711e-4c7f-b940-2c1dca4e7c7b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_learningmaterialsid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_LearningMaterialsId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"081d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"081d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"091d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"091d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"660900dd-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d59b50f8-e7c6-423d-a611-47c8661d9a94\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d59b50f8-e7c6-423d-a611-47c8661d9a94\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6cc9b5cf-a4d6-4c0c-b7db-edcb91d92677\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6cc9b5cf-a4d6-4c0c-b7db-edcb91d92677\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"ef2ba30a-6bde-4ba5-b65a-67f743f78311\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_relatedcourse\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_RelatedCourse\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:05:42Z\",\"ModifiedOn\":\"2023-09-25T09:05:42Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_course\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f92f651-ea2f-4553-b4c6-c82de8e9bc78\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f92f651-ea2f-4553-b4c6-c82de8e9bc78\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Related Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9fde4f4-4a44-4289-b2c5-b58365e88e7a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Related Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9fde4f4-4a44-4289-b2c5-b58365e88e7a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7b36e3d2-a4af-4834-a00a-e95d786a4b7c\",\"HasChanged\":null,\"AttributeOf\":\"appr_relatedcourse\",\"AttributeType\":\"String\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_relatedcoursename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_RelatedCourseName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:05:43Z\",\"ModifiedOn\":\"2023-09-25T09:05:43Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"0905add5-505c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_unitnumber\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_UnitNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T09:41:42Z\",\"ModifiedOn\":\"2023-09-26T09:41:42Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"28290a07-7fbf-4f9f-9edb-12b8caa57ded\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"28290a07-7fbf-4f9f-9edb-12b8caa57ded\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Unit Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ec3a442e-feb3-48cb-a901-c1dd801ff93b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unit Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ec3a442e-feb3-48cb-a901-c1dd801ff93b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0b522fcd-0357-4b17-9fb4-d5a76ab5d709\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0d1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0d1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0fba83aa-043a-4424-b1ea-39641bd24f2a\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"749acc22-a1d3-405a-9283-650d51780f36\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"01c4bf91-8501-4e6e-9641-ca86793cd63b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"40410dba-8f84-428e-9def-e1bdb678136a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"121d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"121d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"131d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"131d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d8c41ba5-8740-4743-bc73-233006299f1f\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ffc9650e-8307-4fa5-ab8d-b515fee31850\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"aea6fceb-58cc-4bf7-a60d-ff575accf691\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"641d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"641d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"651d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"651d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c6001bd5-c3d3-455b-88d9-c623bcd28e49\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"101d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"101d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"111d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"111d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d5d54424-09b6-4038-a2fd-7ef3640899ea\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"664bfe46-0666-4fba-aa64-c4aeacb0e9bd\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"13795222-2460-4450-80d0-989b03d780c9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0301928b-3389-4253-9200-5c2919e8a2e7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"141d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"141d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"151d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"151d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"95d52e4e-95bc-4544-8107-531e8268ea43\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8ead9846-6470-4d11-9484-137a23ef9397\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"2f6be26e-7975-452a-a68e-3c6144ac5dd9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"661d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"661d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"671d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"671d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"3023ae77-804c-46f8-92fd-9a5146826ab2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6b3cec2f-6172-455b-8575-114244d41294\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"331d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"331d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"f3c943cd-68d5-4936-adcf-38278a330f05\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"321d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"321d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"341d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"351d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"351d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"4f196c7f-8f08-44f0-9455-068325584c65\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"361d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"361d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"371d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"371d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d0789912-0b1c-4707-bfcd-16bb90eaf73f\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0e5cf8b5-40e7-4544-af08-bda8f1f42d34\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"401d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"401d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a02402aa-e2e1-47c9-bd37-1450e159d1fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"381d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"381d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"391d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"391d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"577f5f30-1f7c-4c1d-881f-ef07c82a186e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"1bf107c0-7528-4a7a-99d1-5ae85bf1d3b3\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"84e29daa-addc-4c04-b141-1a88386658b0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"591d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"591d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9092ec30-816a-4e48-a7ca-dc7ad59b45e2\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"8ab0e82c-11b2-41f0-85cd-fcccd426d2ec\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"681d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"681d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"691d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"691d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"230d92b5-9c5b-47c6-9cd6-0c9e864fc327\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"4a29ba36-80cd-4ab8-ba31-ad5bd105ff6b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"621d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"621d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"631d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"631d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"161d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"1c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"221d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"281d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"411d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"461d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"941fd9b2-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_relatedcourse\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"ReferencingEntityNavigationPropertyName\":\"appr_RelatedCourse\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"119bbbd4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"FileAttachment_appr_LearningMaterials_appr_Attachment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"fileattachmentid\",\"ReferencedEntity\":\"fileattachment\",\"ReferencingAttribute\":\"appr_attachment\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"FileAttachment_appr_LearningMaterials_appr_Attachment\",\"ReferencingEntityNavigationPropertyName\":\"appr_attachment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"6c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"701d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"741d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"781d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"7c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"801d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"841d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"881d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_learningmaterials_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_learningmaterials_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0d9bbbd4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_FileAttachments\",\"SecurityTypes\":\"ParentChild\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"fileattachment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_FileAttachments\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_learningmaterials\",\"RelationshipBehavior\":2,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"f3c943cd-68d5-4936-adcf-38278a330f05\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2161308\\\"\",\"name\":\"Information\",\"formid\":\"f59e0be7-1572-4338-a970-072150939a3a\",\"objecttypecode\":\"appr_learningmaterials\",\"type\":2},{\"@odata.etag\":\"W/\\\"2161354\\\"\",\"name\":\"Information\",\"formid\":\"accefffe-650f-497f-970d-1f5adc0fe4e3\",\"objecttypecode\":\"appr_learningmaterials\",\"type\":11},{\"@odata.etag\":\"W/\\\"2161379\\\"\",\"name\":\"Information\",\"formid\":\"5bc38a6f-bf48-4089-90d8-5df1afd0ac9e\",\"objecttypecode\":\"appr_learningmaterials\",\"type\":6}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"577f5f30-1f7c-4c1d-881f-ef07c82a186e\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"551d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_learningmaterials_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"571d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"571d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"561d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"561d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"521d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"521d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"541d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"541d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"84e29daa-addc-4c04-b141-1a88386658b0\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_learningmaterials_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"611d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"611d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"601d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"601d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_learningmaterials", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2161428\\\"\",\"savedqueryid\":\"1aee8e6b-59f3-426e-8f01-0a0dfd57e0de\",\"name\":\"Learning Materials Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2161416\\\"\",\"savedqueryid\":\"99bdebf7-4f64-437a-a04f-320d1dda1297\",\"name\":\"Learning Materials Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"2161403\\\"\",\"savedqueryid\":\"884d91ae-2f66-4f8e-be0d-85308eff1a4a\",\"name\":\"Inactive Learning Materials\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2161391\\\"\",\"savedqueryid\":\"d836df44-39cc-4976-894f-e71705397937\",\"name\":\"Active Learning Materials\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2161440\\\"\",\"savedqueryid\":\"29ef9445-ceec-4d33-a51f-eb864d42f691\",\"name\":\"Learning Materials Advanced Find View\",\"querytype\":1}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Student Courses.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Student Courses.json new file mode 100644 index 00000000..e4143a51 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/TableDefinitions/Student Courses.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Student Courses", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_studentcourses", + "logicalName": "appr_studentcourse" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_studentcourse')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2141325\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"cd7eed9c-9507-4927-abc8-09fa784fd39f\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"0795feb5-ab3e-ee11-bdf3-000d3aa1cfb5\",\"LogicalName\":\"appr_studentcourse\",\"EntitySetName\":\"appr_studentcourses\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_studentcourseid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10407,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Student Courses\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d5407a1a-02ce-4e85-b93b-f1cc00fdce30\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student Courses\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d5407a1a-02ce-4e85-b93b-f1cc00fdce30\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_StudentCourse\",\"PrivilegeId\":\"2000e0e1-53c6-494b-965f-183d951da512\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_StudentCourse\",\"PrivilegeId\":\"07df2b92-55fb-489f-9733-5b637bd39582\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_StudentCourse\",\"PrivilegeId\":\"e57be200-af4c-4c8a-9d7a-91a5b3bdf353\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_StudentCourse\",\"PrivilegeId\":\"e7ab666c-6609-4bae-bccf-62b3fe2853b5\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_StudentCourse\",\"PrivilegeId\":\"9abe7ed9-dba5-4baf-a421-2f03667fe43f\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_StudentCourse\",\"PrivilegeId\":\"5145f045-87a3-4ff9-902f-e1e7013d61c2\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_StudentCourse\",\"PrivilegeId\":\"9be45eb1-18d0-4a4a-9af9-e9f5af5b904a\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_StudentCourse\",\"PrivilegeId\":\"51f869c7-65a3-40d5-918d-656fb1f4571c\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"5adf3cd4-c431-4c05-b128-12e8a79c2103\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_CourseID\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:43:31Z\",\"ModifiedOn\":\"2023-09-25T05:43:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_course\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"16b5211f-1e9d-4593-b782-d4af492107c6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"16b5211f-1e9d-4593-b782-d4af492107c6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course ID\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cff6f314-a3e9-4651-9e63-876171850bd4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course ID\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cff6f314-a3e9-4651-9e63-876171850bd4\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d0b42d12-332d-463e-812c-3c46bda886f6\",\"HasChanged\":null,\"AttributeOf\":\"appr_courseid\",\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseIDName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:43:31Z\",\"ModifiedOn\":\"2023-09-25T05:43:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0895feb5-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"de356dcf-2e02-4adb-8df9-0fbfa64bf56d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"de356dcf-2e02-4adb-8df9-0fbfa64bf56d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f28e3b2f-2136-4c68-add8-84fb19ce53d5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f28e3b2f-2136-4c68-add8-84fb19ce53d5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"33453b3d-efc8-4278-8e13-d2bbb1c99889\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentcourseid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_StudentCourseId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"79fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"79fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7afffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7afffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"b25516a8-d0cc-4d45-8f2b-07ba548f9a41\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_StudentID\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:42:33Z\",\"ModifiedOn\":\"2023-09-25T05:42:33Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6e2eeea8-4a57-46c9-8b9a-ad00f75bafe1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6e2eeea8-4a57-46c9-8b9a-ad00f75bafe1\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Student ID\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"486d319e-fab2-40ce-a09b-970d46502098\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student ID\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"486d319e-fab2-40ce-a09b-970d46502098\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"dba058c9-e499-40f9-86a6-e673af74b5c2\",\"HasChanged\":null,\"AttributeOf\":\"appr_studentid\",\"AttributeType\":\"String\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_StudentIDName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:42:33Z\",\"ModifiedOn\":\"2023-09-25T05:42:33Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"41622c3d-cac1-4e50-bb6c-0dd3a93e6df9\",\"HasChanged\":null,\"AttributeOf\":\"appr_studentid\",\"AttributeType\":\"String\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentidyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_StudentIDYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:42:33Z\",\"ModifiedOn\":\"2023-09-25T05:42:33Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"appr_studentidname\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"ed18e736-f831-477b-ab16-38c3c20ea87c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7efffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7efffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ce8d312d-0cc6-46ef-8a9c-805a23a952d2\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"324fc596-949e-4dd1-a81f-5dee192b6603\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"533e5660-09cf-48e8-a330-20dad31888c6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7bfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7bfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"78c1c6b2-41e1-44a8-8432-885a0bf1bca5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"83fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"83fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"84fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"84fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"872e9368-99f4-4686-87ef-044293a4e3a0\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"27308a00-1a63-48e5-8933-ff9a9784c4f0\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"9489829f-bb68-4b54-b284-42495ecf0558\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"dffffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"dffffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e0fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e0fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c469846f-55f0-4ff3-aa60-d92ccb7dc429\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"81fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"81fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"82fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"82fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9ad93ba3-c6ec-4d85-80a1-74739541dc93\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"469e4c70-2bb6-44ee-b2a5-7977210514b8\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"7709162a-1936-4219-81cf-924147ab2337\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7ffffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7ffffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"d043a543-be2e-4901-97ed-459726ee8700\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"85fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"85fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"86fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"86fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6fc77693-ef3d-45ab-8693-bec1ebb28fdb\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6f85037e-0d5d-4bce-96c1-8631ee748f09\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"afbb2f2b-ee70-45e6-b6ac-ede74bf548f2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e1fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e1fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e2fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e2fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"cb5863e6-0abd-4d21-9cf9-7318aeaf885e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a4fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a4fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d5a82dea-7ff7-4b97-b0ea-f8a62d8c206a\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aafffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aafffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"21f7c3b5-c7de-41cd-944c-642b67d2628a\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a9fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a9fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"abfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"acfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"acfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"b394137c-bfcb-4e62-86cf-700463e3d78c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aefffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aefffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"affffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"affffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"84fa473c-476f-4bef-886c-b01b0725c0b3\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"e0fa2a7a-f8ff-4fe5-a194-93400c804ee8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b8fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b8fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b9fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b9fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"7a57d117-b09d-4c30-89b9-8a81d1d3b500\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b0fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b0fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b1fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b1fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"7c75c992-0182-4b77-83c0-c8ef7f0a886a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cafffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cafffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cbfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cbfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"5fecde8f-b5fd-40cc-a4b2-5651ef7ac633\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"c39ada6e-6e73-45fc-9071-85dbdb41fc8e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d4fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d4fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"60dfe666-363a-484d-ac2f-ed57eda651d6\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"95d1e431-9f78-4ce2-ad68-1a21e4fedb7a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e3fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e3fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"9ee1e6be-3d35-4609-95d6-d0fe9d586a0c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e6fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e6fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"b58c229e-d3db-43a6-ace6-ab144b999768\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_studentcourse\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T05:41:25Z\",\"ModifiedOn\":\"2023-09-25T05:41:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ddfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ddfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"defffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"defffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"87fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_studentcourse_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_studentcourse_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8ffffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_studentcourse_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_studentcourse_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"95fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_studentcourse_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_studentcourse_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9dfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_studentcourse_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_studentcourse_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"b3fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_studentcourse\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_studentcourse\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"bafffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_studentcourse\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_studentcourse\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"c0fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_studentcourse\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_studentcourse\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"c5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_studentcourse\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_studentcourse\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"99954552-665b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_studentcourse_StudentID_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_studentid\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_studentcourse_StudentID_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_StudentID\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9fcbd374-665b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_studentcourse_CourseID_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_courseid\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_studentcourse_CourseID_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_CourseID\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"e7fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_studentcourse_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ebfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_studentcourse_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"effffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_studentcourse_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f3fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_studentcourse_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f7fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_studentcourse_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"fcfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_studentcourse_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0000febb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_studentcourse_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0500febb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_studentcourse_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0a00febb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_studentcourse_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_studentcourseid\",\"ReferencedEntity\":\"appr_studentcourse\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_studentcourse_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_studentcourse\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_studentcourse')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"21f7c3b5-c7de-41cd-944c-642b67d2628a\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2141242\\\"\",\"name\":\"Information\",\"formid\":\"020808b9-94ee-41e9-bdc9-c83223930e6c\",\"objecttypecode\":\"appr_studentcourse\",\"type\":2},{\"@odata.etag\":\"W/\\\"2141313\\\"\",\"name\":\"Information\",\"formid\":\"0715b9bf-2f19-4a08-92de-d0ffbf86c8db\",\"objecttypecode\":\"appr_studentcourse\",\"type\":6},{\"@odata.etag\":\"W/\\\"2141288\\\"\",\"name\":\"Information\",\"formid\":\"b6a149bd-1bb8-4ff7-941c-d84977033706\",\"objecttypecode\":\"appr_studentcourse\",\"type\":11}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_studentcourse')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_studentcourse')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_studentcourse')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"7c75c992-0182-4b77-83c0-c8ef7f0a886a\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cbfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cbfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"d0fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_studentcourse_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d2fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d2fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d1fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d1fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cdfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cdfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cffffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cffffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_studentcourse')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"c39ada6e-6e73-45fc-9071-85dbdb41fc8e\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d5fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"dafffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_studentcourse_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"dcfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Student Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"dcfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"dbfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"dbfffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d7fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d7fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d9fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d9fffdbb-ab3e-ee11-bdf3-000d3aa1cfb5\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_studentcourse", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2141325\\\"\",\"savedqueryid\":\"cd7eed9c-9507-4927-abc8-09fa784fd39f\",\"name\":\"Active Student Courses\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2141337\\\"\",\"savedqueryid\":\"fdb7ebb0-1f93-4dbf-9bc2-5750cfd3c04c\",\"name\":\"Inactive Student Courses\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2141373\\\"\",\"savedqueryid\":\"13010f32-1e20-4c7f-9061-6c0fc712c7e1\",\"name\":\"Student Course Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2141349\\\"\",\"savedqueryid\":\"b8dfa033-2340-4912-90fd-b2a611814c34\",\"name\":\"Student Course Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"2141361\\\"\",\"savedqueryid\":\"7dd07f31-a04d-4615-b416-c55e9258b835\",\"name\":\"Student Course Lookup View\",\"querytype\":64}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Wadl/ChatGPTConnector.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Wadl/ChatGPTConnector.xml new file mode 100644 index 00000000..bbad95e0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/Wadl/ChatGPTConnector.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/attachments_2.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/attachments_2.3.0.xml new file mode 100644 index 00000000..a8308ebf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/attachments_2.3.0.xml @@ -0,0 +1,499 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + ]]> + + + Attachments, as AppMagic.Data.IAttachmentDataTable + + + + + data + ##attachments_Items_DisplayName## + ##attachments_Items_Tooltip## + + + Attachments, as array of AppMagic.Controls.Attachments.AttachmentsItem + + + + + data + + + + Maximum attachments + data + ##attachments_MaxAttachments_DisplayName## + ##attachments_MaxAttachments_Tooltip## + + + + Maximum attachment size + data + ##attachments_MaxAttachmentSize_DisplayName## + ##attachments_MaxAttachmentSize_Tooltip## + + + Default selected item + data + ##attachments_Default_DisplayName## + ##attachments_Default_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + Item background color + design + color + ##attachments_ItemFill_DisplayName## + ##attachments_ItemFill_Tooltip## + + + Item foreground color + design + color + ##attachments_ItemColor_DisplayName## + ##attachments_ItemColor_Tooltip## + + + Item hover background color + design + color + ##attachments_ItemHoverFill_DisplayName## + ##attachments_ItemHoverFill_Tooltip## + + + Item hover foreground color + design + color + ##attachments_ItemHoverColor_DisplayName## + ##attachments_ItemHoverColor_Tooltip## + + + Item pressed background color + design + color + ##attachments_ItemPressedFill_DisplayName## + ##attachments_ItemPressedFill_Tooltip## + + + Item pressed foreground color + design + color + ##attachments_ItemPressedColor_DisplayName## + ##attachments_ItemPressedColor_Tooltip## + + + Item disabled background color + design + color + ##attachments_ItemDisabledFill_DisplayName## + ##attachments_ItemDisabledFill_Tooltip## + + + Item disabled foreground color + design + color + ##attachments_ItemDisabledColor_DisplayName## + ##attachments_ItemDisabledColor_Tooltip## + + + Added item background color + design + color + ##attachments_AddedItemFill_DisplayName## + ##attachments_AddedItemFill_Tooltip## + + + Added item foreground color + design + color + ##attachments_AddedItemColor_DisplayName## + ##attachments_AddedItemColor_Tooltip## + + + Removed item background color + design + color + ##attachments_RemovedItemFill_DisplayName## + ##attachments_RemovedItemFill_Tooltip## + + + Removed item foreground color + design + color + ##attachments_RemovedItemColor_DisplayName## + ##attachments_RemovedItemColor_Tooltip## + + + Item spacing + design + ##attachments_ItemSpacing_DisplayName## + ##attachments_ItemSpacing_Tooltip## + + + + + Item error background color + design + color + ##attachments_ItemErrorFill_DisplayName## + ##attachments_ItemErrorFill_Tooltip## + + + Item error foreground color + design + color + ##attachments_ItemErrorColor_DisplayName## + ##attachments_ItemErrorColor_Tooltip## + + + ##attachments_NoAttachmentsText_DisplayName## + ##attachments_NoAttachmentsText_Tooltip## + data + + + No attachments color + design + color + ##attachments_NoAttachmentsColor_DisplayName## + ##attachments_NoAttachmentsColor_Tooltip## + + + + ##attachments_AddAttachmentText_DisplayName## + ##attachments_AddAttachmentText_Tooltip## + data + + + Add attachment color + design + color + ##attachments_AddAttachmentColor_DisplayName## + ##attachments_AddAttachmentColor_Tooltip## + + + + ##attachments_MaxAttachmentsText_DisplayName## + ##attachments_MaxAttachmentsText_Tooltip## + data + + + Max attachments color + design + color + ##attachments_MaxAttachmentsColor_DisplayName## + ##attachments_MaxAttachmentsColor_Tooltip## + + + + Drop target border thickness + design + lineWidth + ##attachments_DropTargetBorderThickness_DisplayName## + ##attachments_DropTargetBorderThickness_Tooltip## + + + Drop target border style + design + lineStyle + ##attachments_DropTargetBorderStyle_DisplayName## + + + Drop target border color + design + color + ##attachments_DropTargetBorderColor_DisplayName## + ##attachments_DropTargetBorderColor_Tooltip## + + + Drop target background color + design + color + ##attachments_DropTargetBackgroundColor_DisplayName## + ##attachments_DropTargetBackgroundColor_Tooltip## + + + Drop target text color + design + color + ##attachments_DropTargetTextColor_DisplayName## + ##attachments_DropTargetTextColor_Tooltip## + + + + + + + + + + + + + behavior + ##attachments_OnAddFile_DisplayName## + ##attachments_OnAddFile_Tooltip## + + + behavior + ##attachments_OnRemoveFile_DisplayName## + ##attachments_OnRemoveFile_Tooltip## + + + behavior + ##attachments_OnUndoRemoveFile_DisplayName## + ##attachments_OnUndoRemoveFile_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/button_2.2.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/button_2.2.0.xml new file mode 100644 index 00000000..bd3107b9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/button_2.2.0.xml @@ -0,0 +1,232 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + +
+ + +
+]]> + + + The pressed state of the button. + data + boolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/combobox_2.4.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/combobox_2.4.0.xml new file mode 100644 index 00000000..78662950 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/combobox_2.4.0.xml @@ -0,0 +1,385 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + +
+ ]]>
+ + + + + + + + + + + + data + ##combobox_DisplayFields_DisplayName## + ##combobox_DisplayFields_Tooltip## + + + data + ##combobox_SearchFields_DisplayName## + ##combobox_SearchFields_Tooltip## + + + dropdown items + data + ##combobox_Items_DisplayName## + + ##combobox_Items_Tooltip## + + + data + ##combobox_InputTextPlaceholder_DisplayName## + ##combobox_InputTextPlaceholder_Tooltip## + + + data + ##combobox_NoSelectionText_DisplayName## + ##combobox_NoSelectionText_Tooltip## + + + SelectMultiple + data + ##combobox_SelectMultiple_DisplayName## + ##combobox_SelectMultiple_Tooltip## + + + Default selected item + data + ##combobox_Default_DisplayName## + ##combobox_Default_Tooltip## + + + Selected item that is going to be passed through + Items + data + + + Data item for use when OnNavigate is called. + Items + data + ##combobox_NavigateItem_DisplayName## + ##combobox_NavigateItem_Tooltip## + + + Selected items in the control. + Items + data + ##combobox_SelectedItems_DisplayName## + + + Text used to search the list of items. + data + ##combobox_SearchText_DisplayName## + ##combobox_SearchText_Tooltip## + + + Default selected items + data + ##combobox_DefaultSelectedItems_DisplayName## + ##combobox_DefaultSelectedItems_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + IsSearchable + data + ##combobox_IsSearchable_DisplayName## + ##combobox_IsSearchable_Tooltip## + + + Selected Text color + design + color + ##combobox_SelectionColor_DisplayName## + ##combobox_SelectionColor_Tooltip## + + + + + ComboBox Chevron Fill + design + color + ##ComboBox_Chevron_Fill_DisplayName## + ##ComboBox_Chevron_Fill_Tooltip## + + + ComboBox Chevron Hover Fill + design + color + ##ComboBox_Chevron_HoverFill_DisplayName## + + + ComboBox Chevron Disabled Fill + design + color + ##ComboBox_Chevron_DisabledFill_DisplayName## + + + ComboBox Chevron Fill + design + color + ##ComboBox_Chevron_Background_DisplayName## + ##ComboBox_Chevron_Background_Tooltip## + + + ComboBox Chevron Hover Fill + design + color + ##ComboBox_Chevron_HoverBackground_DisplayName## + + + ComboBox chevron disabled fill + design + color + ##ComboBox_Chevron_DisabledBackground_DisplayName## + + + Selected fill color + design + color + ##combobox_SelectionFill_DisplayName## + ##combobox_SelectionFill_Tooltip## + + + Selection tag fill color + design + color + ##combobox_SelectionTagFill_DisplayName## + ##combobox_SelectionTagFill_Tooltip## + + + Selection tag color + design + color + ##combobox_SelectionTagColor_DisplayName## + ##combobox_SelectionTagColor_Tooltip## + + + data + ##combobox_MultiValueDelimiter_DisplayName## + ##combobox_MultiValueDelimiter_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/dropdown_2.3.1.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/dropdown_2.3.1.xml new file mode 100644 index 00000000..65d98646 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/dropdown_2.3.1.xml @@ -0,0 +1,429 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+ + + + ]]>
+ + + dropdown items + data + ##dropdown_Items_DisplayName## + + + + + ##dropdown_Items_Tooltip## + + + Value of the selected item + Items + data + + + Text value of the selected item + data + Items + + + + + + Selected item + data + ##dropdown_Default_DisplayName## + ##dropdown_Default_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + AllowEmptySelection + data + ##dropdown_AllowEmptySelection_DisplayName## + ##dropdown_AllowEmptySelection_Tooltip## + + + Selected Text color + design + color + ##dropdown_SelectionColor_DisplayName## + ##dropdown_SelectionColor_Tooltip## + + + + + Dropdown Chevron Fill + design + color + ##Dropdown_Chevron_Fill_DisplayName## + ##Dropdown_Chevron_Fill_Tooltip## + + + Dropdown Chevron Hover Fill + design + color + ##Dropdown_Chevron_HoverFill_DisplayName## + + + Dropdown Chevron Disabled Fill + design + color + ##Dropdown_Chevron_DisabledFill_DisplayName## + + + Dropdown Chevron Fill + design + color + ##Dropdown_Chevron_Background_DisplayName## + ##Dropdown_Chevron_Background_Tooltip## + + + Dropdown Chevron Hover Fill + design + color + ##Dropdown_Chevron_HoverBackground_DisplayName## + + + Dropdown Chevron Disabled Fill + design + color + ##Dropdown_Chevron_DisabledBackground_DisplayName## + + + Selected Fill color + design + color + ##dropdown_SelectionFill_DisplayName## + ##dropdown_SelectionFill_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/form_2.4.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/form_2.4.0.xml new file mode 100644 index 00000000..543ab6c2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/form_2.4.0.xml @@ -0,0 +1,225 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + + + + + + + + + + data + ##formProperties_DataSource_DisplayName## + ##formProperties_DataSource_Tooltip## + + + + + data + ##formProperties_Mode_DisplayName## + ##formProperties_Mode_Tooltip## + + + data + ##formProperties_DisplayMode_DisplayName## + ##formProperties_DisplayMode_Tooltip## + + + data + ##formProperties_DefaultMode_DisplayName## + ##formProperties_DefaultMode_Tooltip## + + + data + ##formProperties_Item_DisplayName## + ##formProperties_Item_Tooltip## + + + + + data + ##formProperties_Updates_DisplayName## + + + + data + ##formProperties_LastSubmit_DisplayName## + ##formProperties_LastSubmit_Tooltip## + + + data + ##formProperties_Unsaved_DisplayName## + ##formProperties_Unsaved_Tooltip## + + + data + ##formProperties_Error_DisplayName## + ##formProperties_Error_Tooltip## + + + data + ##formProperties_ErrorKind_DisplayName## + ##formProperties_ErrorKind_Tooltip## + + + data + ##commonProperties_Valid_DisplayName## + ##commonProperties_Valid_Tooltip## + + + + behavior + ##formProperties_OnSuccess_DisplayName## + ##formProperties_OnSuccess_Tooltip## + + + behavior + ##formProperties_OnReset_DisplayName## + ##formProperties_OnReset_Tooltip## + + + behavior + ##formProperties_OnFailure_DisplayName## + ##formProperties_OnFailure_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/gallery_2.13.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/gallery_2.13.2.xml new file mode 100644 index 00000000..0fe91729 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/gallery_2.13.2.xml @@ -0,0 +1,748 @@ + + + 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/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/groupContainer_1.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/groupContainer_1.3.0.xml new file mode 100644 index 00000000..10d8c62b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/groupContainer_1.3.0.xml @@ -0,0 +1,165 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/htmlViewer_2.1.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/htmlViewer_2.1.0.xml new file mode 100644 index 00000000..ddf580aa --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/htmlViewer_2.1.0.xml @@ -0,0 +1,143 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + +
+
+
+
+
+
+
+ + ]]>
+ + + HtmlViewer contents + data + ##htmlViewer_HtmlText_DisplayName## + ##htmlViewer_HtmlText_Tooltip## + + + + AutoHeight + design + ##CommonProperties_AutoHeight_DisplayName## + ##CommonProperties_AutoHeight_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/icon_2.5.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/icon_2.5.0.xml new file mode 100644 index 00000000..c07eb710 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/icon_2.5.0.xml @@ -0,0 +1,1096 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + = 0) && (viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit), + 'aria-hidden': properties.TabIndex() < 0 && !properties.AccessibleLabel() + }, + style: { + cursor: viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit ? 'default' : 'pointer', + transform: iconRotationComputed() + } + "> + + + + + ]]> + + + Icon + false + design + ##icon_Icon_DisplayName## + ##icon_Icon_Tooltip## + + + Rotation + design + ##icon_Rotation_DisplayName## + ##icon_Rotation_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/image_2.2.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/image_2.2.2.xml new file mode 100644 index 00000000..f372cd76 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/image_2.2.2.xml @@ -0,0 +1,344 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + = 1 ? '0' : 1 - properties.Transparency(), + visibility: properties.Transparency() >= 1 ? 'hidden' : '' + }, + visible: properties.Visible + }"> + +
+
+ + + + +
+
+ + + + ]]>
+ + + Image content + true + data + ##image_Image_DisplayName## + ##CommonProperties_Image_Tooltip## + + + + Image transparency + design + ##image_Transparency_DisplayName## + ##image_Transparency_Tooltip## + + + Image stretch style + design + imagePosition + ##image_ImagePosition_DisplayName## + ##CommonProperties_ImagePosition_Tooltip## + + + CalculateOriginalDimensions + design + boolean + ##image_CalculateOriginalDimensions_DisplayName## + + + ImageRotation + design + ##image_ImageRotation_DisplayName## + ##image_ImageRotation_Tooltip## + + + FlipHorizontal + design + boolean + ##image_FlipHorizontal_DisplayName## + + + FlipVertical + design + boolean + ##image_FlipVertical_DisplayName## + + + ApplyEXIFOrientation + design + boolean + ##image_ApplyEXIFOrientation_DisplayName## + + + EXIFOrientation + design + ##image_EXIFOrientation_DisplayName## + + + OriginalWidth + design + imagePosition + ##image_OriginalWidth_DisplayName## + + + OriginalHeight + design + imagePosition + ##image_OriginalHeight_DisplayName## + + + DisplayedWidth + design + ##image_DisplayedWidth_DisplayName## + + + DisplayedHeight + design + ##image_DisplayedHeight_DisplayName## + + + OffsetX + design + ##image_OffsetX_DisplayName## + + + OffsetY + design + ##image_OffsetY_DisplayName## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/label_2.5.1.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/label_2.5.1.xml new file mode 100644 index 00000000..e9d1e207 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/label_2.5.1.xml @@ -0,0 +1,341 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + = 0 ? 'button' : 'presentation', + 'aria-disabled': properties.TabIndex() >= 0 && viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit + }, + event: { + click: handleClick + }, + shortcut: { + provider: shortcutProvider, + enabled: shortcutsEnabled + }" + > + +
+
+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + + ]]>
+ + + + Live + data + ##label_Live_DisplayName## + ##label_Live_Tooltip## + + + + Line Height + design + ##label_LineHeight_DisplayName## + ##label_LineHeight_Tooltip## + lineWidth + + + Overflow + design + ##label_Overflow_DisplayName## + ##label_Overflow_Tooltip## + overflow + + + + AutoHeight + design + ##CommonProperties_AutoHeight_DisplayName## + ##CommonProperties_AutoHeight_Tooltip## + + + Wrap + design + ##label_Wrap_DisplayName## + ##label_Wrap_Tooltip## + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/rectangle_2.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/rectangle_2.3.0.xml new file mode 100644 index 00000000..dcdbca05 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/rectangle_2.3.0.xml @@ -0,0 +1,147 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + = 0) && (viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit), + 'aria-hidden': properties.TabIndex() < 0 && !properties.AccessibleLabel() + }"> + + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/text_2.3.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/text_2.3.2.xml new file mode 100644 index 00000000..ec6bff55 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducation_83040/pkgs/text_2.3.2.xml @@ -0,0 +1,367 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + +
+ +
+ + +
+ + + ]]>
+ + + Initial text + data + ##text_Default_DisplayName## + ##text_Default_Tooltip## + + + Output Text + data + + + Textbox Mode + design + TextMode + ##text_Mode_DisplayName## + ##text_Mode_Tooltip## + + + Input textbox Format + design + TextFormat + ##text_Format_DisplayName## + ##text_Format_Tooltip## + + + Input Keyboard Type + design + VirtualKeyboardMode + ##text_VirtualKeyboardMode_DisplayName## + ##text_VirtualKeyboardMode_Tooltip## + + + Clear Button + design + boolean + ##text_Clear_DisplayName## + ##text_Clear_Tooltip## + + + Enable spell check + design + boolean + ##text_EnableSpellCheck_DisplayName## + ##text_EnableSpellCheck_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + Line Height + design + ##text_LineHeight_DisplayName## + lineWidth + ##label_LineHeight_Tooltip## + + + Hint text + data + ##text_HintText_DisplayName## + ##text_HintText_Tooltip## + + + MaxLength + data + ##commonProperties_MaxLength_DisplayName## + ##commonProperties_MaxLength_Tooltip## + + + DelayOutput + data + ##text_DelayOutput_DisplayName## + ##text_DelayOutput_Tooltip## + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/3dLaptop.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/3dLaptop.png new file mode 100644 index 00000000..0ad78ad7 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/3dLaptop.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/apraulogo.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/apraulogo.png new file mode 100644 index 00000000..9110f6ce Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/apraulogo.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/book.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/book.png new file mode 100644 index 00000000..11182254 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/book.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/img_NavTopLogo.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/img_NavTopLogo.png new file mode 100644 index 00000000..8e35f723 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/img_NavTopLogo.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/lamp.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/lamp.png new file mode 100644 index 00000000..5fc93359 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/Images/lamp.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/SampleImage.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/SampleImage.json new file mode 100644 index 00000000..f6207232 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Assets/SampleImage.json @@ -0,0 +1,12 @@ +{ + "Content": "Image", + "FileName": "/ctrllib/image/images/SampleImage.svg", + "IsSampleData": true, + "IsWritable": false, + "Name": "SampleImage", + "Path": "/ctrllib/image/images/SampleImage.svg", + "ResourceKind": "Uri", + "RootPath": "ms-appx:///ctrllib/image/images/SampleImage.svg", + "Schema": "i", + "Type": "ResourceInfo" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/CanvasManifest.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/CanvasManifest.json new file mode 100644 index 00000000..043cdf6f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/CanvasManifest.json @@ -0,0 +1,140 @@ +{ + "FormatVersion": "0.24", + "Header": { + "AnalysisOptions": { + "DataflowAnalysisEnabled": false, + "DataflowAnalysisFlagStateToggledByUser": false + }, + "DocVersion": "1.334", + "MinVersionToLoad": "1.331", + "MSAppStructureVersion": "2.0" + }, + "Properties": { + "AppCreationSource": "AppFromScratch", + "AppDescription": "", + "AppPreviewFlagsMap": { + "aibuilderserviceenrollment": false, + "allowmultiplescreensincanvaspages": false, + "appinsightserrortracing": false, + "appinstrumentationcorrelationtracing": false, + "autocreateenvironmentvariables": false, + "behaviorpropertyui": false, + "blockmovingcontrol": true, + "cdsdataformatting": false, + "classiccontrols": false, + "consistentreturnschemafortabularfunctions": true, + "copyandmerge": false, + "dataflowanalysisenabled": false, + "datatablev2control": true, + "dataverseactionsenabled": true, + "delaycontrolrendering": true, + "delayloadscreens": true, + "disablecdsfileandlargeimage": false, + "dynamicschema": false, + "enableappembeddingux": false, + "enablechatbotfeature": true, + "enablecomponentnamemaps": false, + "enablecomponentscopeoldbehavior": false, + "enablecopilotcontrol": true, + "enabledataverseoffline": false, + "enableeditcacherefreshfrequency": false, + "enableexcelonlinebusinessv2connector": true, + "enableexperimentaldataverseoffline": true, + "enableideaspanel": true, + "enablelegacybarcodescanner": false, + "enableonstart": true, + "enableonstartnavigate": false, + "enablepcfmoderndatasets": true, + "enablerowscopeonetonexpand": false, + "enablerpawarecomponentdependency": true, + "enablerulespanel": false, + "enableruntimepolicies": true, + "enablesaveloadcleardataonweb": true, + "enableupdateifdelegation": false, + "enhancedgalleryinitialization": true, + "errorhandling": true, + "expandedsavedatasupport": true, + "exportimportcomponents2": true, + "externalmessage": false, + "fluentv9controls": false, + "fluentv9controlspreview": false, + "formuladataprefetch": true, + "formularepair": false, + "generatedebugpublishedapp": false, + "herocontrols": false, + "improvedmediacapture": true, + "improvedtabstopbehavior": false, + "isemptyrequirestableargument": true, + "keeprecentscreensloaded": false, + "longlivingcache": false, + "mobilenativerendering": false, + "namedformulas": true, + "nativecdsexperimental": true, + "onegrid": false, + "optimizedforteamsmeeting": false, + "packagemodernruntime": false, + "parallelcodegen": false, + "pdffunction": false, + "powerfxdecimal": false, + "powerfxv1": false, + "projectionmapping": true, + "reactformulabar": true, + "reliableconcurrent": true, + "reservedkeywords": false, + "reverttooldpowerautomate": false, + "rtlinstudiopreview": false, + "rtlsupport": false, + "smartemaildatacard": false, + "supportcolumnnamesasidentifiers": false, + "tabledoesntwraprecords": true, + "untypedobject": true, + "usedisplaynamemetadata": true, + "useenforcesavedatalimits": true, + "useexperimentalcdsconnector": true, + "useexperimentalsqlconnector": true, + "useguiddatatypes": true, + "usenonblockingonstartrule": true, + "webbarcodescanner": false, + "zeroalltabindexes": false + }, + "Author": "", + "BindingErrorCount": 0, + "ContainsThirdPartyPcfControls": false, + "DefaultConnectedDataSourceMaxGetRowsCount": 500, + "DocumentAppType": "DesktopOrTablet", + "DocumentLayoutHeight": 768, + "DocumentLayoutLockOrientation": false, + "DocumentLayoutMaintainAspectRatio": true, + "DocumentLayoutOrientation": "landscape", + "DocumentLayoutScaleToFit": true, + "DocumentLayoutWidth": 1366, + "DocumentType": "App", + "EnableInstrumentation": false, + "FileID": "0025fb8d-8475-4ebb-bd13-3cdf8583cfa9", + "Id": "0025fb8d-8475-4ebb-bd13-3cdf8583cfa9", + "InstrumentationKey": "", + "ManualOfflineProfileId": "", + "Name": "AI Education Teacher App", + "OriginatingVersion": "1.334", + "ParserErrorCount": 0, + "ShowStatusBar": false + }, + "PublishInfo": { + "AppName": "AI Education Teacher App", + "BackgroundColor": "RGBA(0,176,240,1)", + "IconColor": "RGBA(255,255,255,1)", + "IconName": "Edit", + "LogoFileName": "", + "PublishDataLocally": false, + "PublishResourcesLocally": false, + "PublishTarget": "player", + "UserLocale": "en-US" + }, + "ScreenOrder": [ + "Login", + "Courses", + "AI Assignment Creator", + "Grade Assignments", + "Announcement" + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/ComponentReferences.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/ComponentReferences.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/ComponentReferences.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Connections/Connections.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Connections/Connections.json new file mode 100644 index 00000000..7bbe66b7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Connections/Connections.json @@ -0,0 +1,16 @@ +{ + "f70cc7de-6824-48e5-b24d-078599d283cc": { + "connectionRef": { + "displayName": "ChatGPT Connector", + "iconUri": "https://prodapiicons.cdn.powerappscdn.net/20230922t000000zafb5df4312bb4a808b0f98613291bdc1/customconnectoricon.png", + "id": "/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f" + }, + "datasets": {}, + "dataSources": [ + "ChatGPTConnector" + ], + "dependencies": {}, + "dependents": [], + "id": "f70cc7de-6824-48e5-b24d-078599d283cc" + } +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/ControlTemplates.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/ControlTemplates.json new file mode 100644 index 00000000..cccc6148 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/ControlTemplates.json @@ -0,0 +1,227 @@ +{ + "appinfo": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/appinfo", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "appinfo", + "OverridableProperties": {}, + "Version": "1.0" + }, + "attachments": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/attachments", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "attachments", + "OverridableProperties": {}, + "Version": "2.3.0" + }, + "button": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/button", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "button", + "OverridableProperties": {}, + "Version": "2.2.0" + }, + "combobox": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/combobox", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "combobox", + "OverridableProperties": {}, + "Version": "2.4.0" + }, + "dropdown": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/dropdown", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "dropdown", + "OverridableProperties": {}, + "Version": "2.3.1" + }, + "form": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/form", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "form", + "OverridableProperties": {}, + "Version": "2.4.0" + }, + "gallery": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/gallery", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "gallery", + "OverridableProperties": {}, + "Version": "2.13.2" + }, + "galleryTemplate": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/galleryTemplate", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "galleryTemplate", + "OverridableProperties": {}, + "Version": "1.0" + }, + "groupContainer": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Host": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "HostType": "Default", + "Id": "http://microsoft.com/appmagic/hostcontrol", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "hostControl", + "OverridableProperties": {}, + "Version": "1.6.0" + }, + "htmlViewer": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/htmlViewer", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "htmlViewer", + "OverridableProperties": {}, + "Version": "2.1.0" + }, + "image": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/image", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "image", + "OverridableProperties": {}, + "Version": "2.2.2" + }, + "label": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "screen": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/screen", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "screen", + "OverridableProperties": {}, + "Version": "1.0" + }, + "text": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/text", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "text", + "OverridableProperties": {}, + "Version": "2.3.2" + }, + "typedDataCard": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/card", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "typedDataCard", + "OverridableProperties": {}, + "Version": "1.0.6" + } +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Announcements.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Announcements.json new file mode 100644 index 00000000..20a9d0ee --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Announcements.json @@ -0,0 +1,142 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_announcements", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_announcement", + "Name": "Announcements", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "{Attachments}": "Attachments", + "appr_Account": "Account", + "appr_announcement_Annotations": "Notes", + "appr_announcement_AsyncOperations": "System Jobs", + "appr_announcement_BulkDeleteFailures": "Bulk Delete Failures", + "appr_announcement_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_announcement_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_announcement_ProcessSession": "Process Sessions", + "appr_announcement_SyncErrors": "Sync Errors", + "appr_announcementfrom": "Announcement From", + "appr_announcementid": "Announcement", + "appr_Course": "Course", + "appr_description": "Description", + "appr_name": "Name", + "appr_scope": "Scope", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Announcements", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Announcements (Views)", + "Name": "_appr_announcement_views", + "RelatedEntityName": "Announcements", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "1b7d44f3-ca99-4c66-809d-c822be892546": "Announcement Advanced Find View", + "38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7": "Announcement Associated View", + "85da8255-81d9-44ef-bb52-2c2fc22f0cb8": "Announcement Lookup View", + "d6116301-e8c5-44f2-ae6a-d86d7ea5e345": "Inactive Announcements", + "e7ad6405-96a5-4ad7-9fde-2955022b2ce1": "Active Announcements" + } + }, + { + "DisplayName": "Annoucement From", + "Name": "appr_annoucementfrom", + "OptionSetInfoNameMapping": { + "1": "Admin", + "2": "Teacher", + "3": "System Generated" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_announcementfrom", + "OptionSetReferenceEntityName": "Announcements" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_announcementfrom", + "RelatedEntityName": "Announcements", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status (Announcements)", + "Name": "appr_announcement_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Announcements" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Announcements", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Announcements)", + "Name": "appr_announcement_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Announcements" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Announcements", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Announcement Scope", + "Name": "appr_announcementscope", + "OptionSetInfoNameMapping": { + "1": "School", + "2": "Course" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_scope", + "OptionSetReferenceEntityName": "Announcements" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_scope", + "RelatedEntityName": "Announcements", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Assignment Marks.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Assignment Marks.json new file mode 100644 index 00000000..20e9e360 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Assignment Marks.json @@ -0,0 +1,127 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_assignmentmarks", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_assignmentmark", + "MaxGetRowsCount": 500, + "Name": "Assignment Marks", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_assignmentmark_AsyncOperations": "System Jobs", + "appr_assignmentmark_BulkDeleteFailures": "Bulk Delete Failures", + "appr_assignmentmark_DuplicateBaseRecord": "Duplicate Records (appr_assignmentmark_DuplicateBaseRecord)", + "appr_assignmentmark_DuplicateMatchingRecord": "Duplicate Records (appr_assignmentmark_DuplicateMatchingRecord)", + "appr_assignmentmark_FileAttachments": "FileAttachments", + "appr_assignmentmark_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_assignmentmark_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_assignmentmark_ProcessSession": "Process Sessions", + "appr_assignmentmark_SyncErrors": "Sync Errors", + "appr_assignmentmarkid": "Assignment Mark", + "appr_assignmentstatus": "Assignment Status", + "appr_attachment": "Attachment", + "appr_feedbackcomment": "Feedback Comment", + "appr_name": "Name", + "appr_StudentName": "Student Name", + "appr_submissiontext": "Submission Text", + "appr_SubmittedAssignment": "Submitted Assignment", + "appr_submittedon": "Submitted On", + "appr_totalmarks": "total marks", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Assignment Marks", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Assignment Marks (Views)", + "Name": "_appr_assignmentmark_views", + "RelatedEntityName": "Assignment Marks", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "5078ae01-3ebb-4181-86c8-ba67627a0280": "Assignment Mark Associated View", + "58934c47-c8ef-44fb-934d-01cd896f312f": "Assignment Mark Advanced Find View", + "a558466b-df4a-4440-bdd8-9341d802492a": "Inactive Assignment Marks", + "abbb8298-e408-4d68-89f8-b7a61e56779c": "Active Assignment Marks", + "d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3": "Assignment Mark Lookup View" + } + }, + { + "DisplayName": "Status (Assignment Marks)", + "Name": "appr_assignmentmark_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Assignment Marks" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Assignment Marks", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Assignment Marks)", + "Name": "appr_assignmentmark_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Assignment Marks" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Assignment Marks", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Assignment Status", + "Name": "appr_assignmentstatus", + "OptionSetInfoNameMapping": { + "1": "Submitted", + "2": "Not Submitted", + "3": "Graded" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_assignmentstatus", + "OptionSetReferenceEntityName": "Assignment Marks" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_assignmentstatus", + "RelatedEntityName": "Assignment Marks", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Assignments.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Assignments.json new file mode 100644 index 00000000..a375a3e8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Assignments.json @@ -0,0 +1,105 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_assignments", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_assignment", + "MaxGetRowsCount": 500, + "Name": "Assignments", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_appr_assignmentmark_SubmittedAssignment_a": "Assignment Marks", + "appr_appr_rubric_Assignment_appr_assignment": "Rubrics", + "appr_assignment_AsyncOperations": "System Jobs", + "appr_assignment_BulkDeleteFailures": "Bulk Delete Failures", + "appr_assignment_DuplicateBaseRecord": "Duplicate Records (appr_assignment_DuplicateBaseRecord)", + "appr_assignment_DuplicateMatchingRecord": "Duplicate Records (appr_assignment_DuplicateMatchingRecord)", + "appr_assignment_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_assignment_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_assignment_ProcessSession": "Process Sessions", + "appr_assignment_SyncErrors": "Sync Errors", + "appr_assignmentid": "Assignment", + "appr_assignmentnumber": "Assignment Number", + "appr_Course": "Course", + "appr_description": "Description", + "appr_duedate": "Due Date", + "appr_name": "Name", + "appr_Teacher": "Teacher", + "appr_totalallocatedmarks": "Total Allocated Marks", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Assignments", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Assignments (Views)", + "Name": "_appr_assignment_views", + "RelatedEntityName": "Assignments", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "16c30a69-2198-46e6-bec6-923d21ae35fa": "Assignment Advanced Find View", + "63c430e7-f92b-4007-a7c7-987e3a423df3": "Active Assignments", + "cd3a31d3-1d47-4a31-855a-fc4e6f5b739e": "Assignment Associated View", + "d3bd3f97-ceaf-44ba-a37a-80f1063f86e4": "Assignment Lookup View", + "e0d7b7fa-5988-4d73-b596-38ed9e7338a9": "Inactive Assignments" + } + }, + { + "DisplayName": "Status (Assignments)", + "Name": "appr_assignment_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Assignments" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Assignments", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Assignments)", + "Name": "appr_assignment_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Assignments" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Assignments", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/ChatGPTConnector.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/ChatGPTConnector.json new file mode 100644 index 00000000..0ec9bb34 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/ChatGPTConnector.json @@ -0,0 +1,8 @@ +[ + { + "ApiId": "/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f", + "Name": "ChatGPTConnector", + "ServiceKind": "ConnectedWadl", + "Type": "ServiceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/ComboBoxSample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/ComboBoxSample.json new file mode 100644 index 00000000..a82dc899 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/ComboBoxSample.json @@ -0,0 +1,17 @@ +[ + { + "Data": "[{\"Value1\":\"Item 1\",\"Value2\":1,\"Value3\":10},{\"Value1\":\"Item 2\",\"Value2\":2,\"Value3\":20},{\"Value1\":\"Item 3\",\"Value2\":3,\"Value3\":30},{\"Value1\":\"Item 4\",\"Value2\":4,\"Value3\":40},{\"Value1\":\"Item 5\",\"Value2\":5,\"Value3\":50},{\"Value1\":\"Item 6\",\"Value2\":6,\"Value3\":60},{\"Value1\":\"Item 7\",\"Value2\":7,\"Value3\":70},{\"Value1\":\"Item 8\",\"Value2\":8,\"Value3\":80},{\"Value1\":\"Item 9\",\"Value2\":9,\"Value3\":90},{\"Value1\":\"Item 10\",\"Value2\":10,\"Value3\":100},{\"Value1\":\"Item 11\",\"Value2\":11,\"Value3\":110},{\"Value1\":\"Item 12\",\"Value2\":12,\"Value3\":120},{\"Value1\":\"Item 13\",\"Value2\":13,\"Value3\":130},{\"Value1\":\"Item 14\",\"Value2\":14,\"Value3\":140},{\"Value1\":\"Item 15\",\"Value2\":15,\"Value3\":150}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "ComboBoxSample", + "OrderedColumnNames": [ + "Value1", + "Value2", + "Value3" + ], + "OriginalName": "ComboBoxSample", + "OriginalSchema": "*[Value1:s, Value2:n, Value3:n]", + "Schema": "*[Value1:s, Value2:n, Value3:n]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Contacts.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Contacts.json new file mode 100644 index 00000000..609b72bf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Contacts.json @@ -0,0 +1,1442 @@ +[ + { + "ApiId": "/contact", + "CdsActionInfo": { + "CdsDataset": "default.cds", + "IsUnboundAction": false + }, + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "contacts", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "contact", + "MaxGetRowsCount": 500, + "Name": "Contacts", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "_parentcustomerid_value": "Company Name", + "{Attachments}": "Attachments", + "account_primary_contact": "Accounts", + "accountrolecode": "Role", + "address1_addresstypecode": "Address 1: Address Type", + "address1_city": "Address 1: City", + "address1_composite": "Address 1", + "address1_country": "Address 1: Country/Region", + "address1_county": "Address 1: County", + "address1_fax": "Address 1: Fax", + "address1_freighttermscode": "Address 1: Freight Terms", + "address1_latitude": "Address 1: Latitude", + "address1_line1": "Address 1: Street 1", + "address1_line2": "Address 1: Street 2", + "address1_line3": "Address 1: Street 3", + "address1_longitude": "Address 1: Longitude", + "address1_name": "Address 1: Name", + "address1_postalcode": "Address 1: ZIP/Postal Code", + "address1_postofficebox": "Address 1: Post Office Box", + "address1_primarycontactname": "Address 1: Primary Contact Name", + "address1_shippingmethodcode": "Address 1: Shipping Method", + "address1_stateorprovince": "Address 1: State/Province", + "address1_telephone1": "Address 1: Phone", + "address1_telephone2": "Address 1: Telephone 2", + "address1_telephone3": "Address 1: Telephone 3", + "address1_upszone": "Address 1: UPS Zone", + "address1_utcoffset": "Address 1: UTC Offset", + "address2_addresstypecode": "Address 2: Address Type", + "address2_city": "Address 2: City", + "address2_composite": "Address 2", + "address2_country": "Address 2: Country/Region", + "address2_county": "Address 2: County", + "address2_fax": "Address 2: Fax", + "address2_freighttermscode": "Address 2: Freight Terms", + "address2_latitude": "Address 2: Latitude", + "address2_line1": "Address 2: Street 1", + "address2_line2": "Address 2: Street 2", + "address2_line3": "Address 2: Street 3", + "address2_longitude": "Address 2: Longitude", + "address2_name": "Address 2: Name", + "address2_postalcode": "Address 2: ZIP/Postal Code", + "address2_postofficebox": "Address 2: Post Office Box", + "address2_primarycontactname": "Address 2: Primary Contact Name", + "address2_shippingmethodcode": "Address 2: Shipping Method", + "address2_stateorprovince": "Address 2: State/Province", + "address2_telephone1": "Address 2: Telephone 1", + "address2_telephone2": "Address 2: Telephone 2", + "address2_telephone3": "Address 2: Telephone 3", + "address2_upszone": "Address 2: UPS Zone", + "address2_utcoffset": "Address 2: UTC Offset", + "address3_addresstypecode": "Address 3: Address Type", + "address3_city": "Address 3: City", + "address3_composite": "Address 3", + "address3_country": "Address3: Country/Region", + "address3_county": "Address 3: County", + "address3_fax": "Address 3: Fax", + "address3_freighttermscode": "Address 3: Freight Terms", + "address3_latitude": "Address 3: Latitude", + "address3_line1": "Address3: Street 1", + "address3_line2": "Address3: Street 2", + "address3_line3": "Address3: Street 3", + "address3_longitude": "Address 3: Longitude", + "address3_name": "Address 3: Name", + "address3_postalcode": "Address3: ZIP/Postal Code", + "address3_postofficebox": "Address 3: Post Office Box", + "address3_primarycontactname": "Address 3: Primary Contact Name", + "address3_shippingmethodcode": "Address 3: Shipping Method", + "address3_stateorprovince": "Address3: State/Province", + "address3_telephone1": "Address 3: Telephone1", + "address3_telephone2": "Address 3: Telephone2", + "address3_telephone3": "Address 3: Telephone3", + "address3_upszone": "Address 3: UPS Zone", + "address3_utcoffset": "Address 3: UTC Offset", + "adx_confirmremovepassword": "Confirm Remove Password", + "adx_contact_externalidentity": "External Identities", + "adx_createdbyipaddress": "Created By IP Address", + "adx_createdbyusername": "Created By Username", + "adx_identity_accessfailedcount": "Access Failed Count", + "adx_identity_emailaddress1confirmed": "Email Confirmed", + "adx_identity_lastsuccessfullogin": "Last Successful Login", + "adx_identity_locallogindisabled": "Local Login Disabled", + "adx_identity_lockoutenabled": "Lockout Enabled", + "adx_identity_lockoutenddate": "Lockout End Date", + "adx_identity_logonenabled": "Login Enabled", + "adx_identity_mobilephoneconfirmed": "Mobile Phone Confirmed", + "adx_identity_newpassword": "New Password Input", + "adx_identity_passwordhash": "Password Hash", + "adx_identity_securitystamp": "Security Stamp", + "adx_identity_twofactorenabled": "Two Factor Enabled", + "adx_identity_username": "User Name", + "adx_invitation_invitecontact": "Invitations (adx_invitation_invitecontact)", + "adx_invitation_invitecontacts": "Invitations (adx_invitation_invitecontacts)", + "adx_invitation_invitercontact": "Invitations (adx_invitation_invitercontact)", + "adx_invitation_redeemedContact": "Invitations (adx_invitation_redeemedContact)", + "adx_invitation_redeemedcontacts": "Invitations (adx_invitation_redeemedcontacts)", + "adx_modifiedbyipaddress": "Modified By IP Address", + "adx_modifiedbyusername": "Modified By Username", + "adx_organizationname": "Organization Name", + "adx_preferredlcid": "Preferred LCID (Deprecated)", + "adx_profilealert": "Profile Alert", + "adx_profilealertdate": "Profile Alert Date", + "adx_profilealertinstructions": "Profile Alert Instructions", + "adx_profileisanonymous": "Profile Is Anonymous", + "adx_profilelastactivity": "Profile Last Activity", + "adx_profilemodifiedon": "Profile Modified On", + "adx_publicprofilecopy": "Public Profile Copy", + "adx_timezone": "Time Zone", + "adx_webformsession_contact": "Multistep Form Sessions", + "aging30": "Aging 30", + "aging30_base": "Aging 30 (Base)", + "aging60": "Aging 60", + "aging60_base": "Aging 60 (Base)", + "aging90": "Aging 90", + "aging90_base": "Aging 90 (Base)", + "anniversary": "Anniversary", + "annualincome": "Annual Income", + "annualincome_base": "Annual Income (Base)", + "appr_appr_assignment_Teacher_contact": "Assignments", + "appr_appr_assignmentmark_StudentName_contact": "Assignment Marks", + "appr_appr_course_Teacher_contact": "Courses", + "appr_appr_message_ReceiverContact_contact": "Messages (appr_appr_message_ReceiverContact_contact)", + "appr_appr_message_SenderContact_contact": "Messages (appr_appr_message_SenderContact_contact)", + "appr_appr_session_Contact_contact": "Sessions", + "appr_appr_studentcourse_StudentID_contact": "Student Courses", + "appr_contactrole": "Contact Role", + "appr_studentno": "Student No", + "assistantname": "Assistant", + "assistantphone": "Assistant Phone", + "birthdate": "Birthday", + "business2": "Business Phone 2", + "callback": "Callback Number", + "childrensnames": "Children's Names", + "company": "Company Phone", + "contact_actioncard": "Action Cards", + "Contact_ActivityPointers": "Activities", + "contact_adx_inviteredemptions": "Invite Redemptions", + "contact_adx_portalcomments": "Portal Comments", + "Contact_Annotation": "Notes", + "Contact_Appointments": "Appointments", + "Contact_AsyncOperations": "System Jobs", + "Contact_BulkDeleteFailures": "Bulk Delete Failures", + "contact_chats": "Teams chats", + "contact_connections1": "Connections (contact_connections1)", + "contact_connections2": "Connections (contact_connections2)", + "contact_customer_contacts": "Contacts (contact_customer_contacts)", + "Contact_CustomerAddress": "Addresses", + "Contact_DuplicateBaseRecord": "Duplicate Records (Contact_DuplicateBaseRecord)", + "Contact_DuplicateMatchingRecord": "Duplicate Records (Contact_DuplicateMatchingRecord)", + "Contact_Email_EmailSender": "Email Messages (Contact_Email_EmailSender)", + "Contact_Emails": "Email Messages (Contact_Emails)", + "Contact_Faxes": "Faxes", + "Contact_Feedback": "Feedback (Contact_Feedback)", + "Contact_Letters": "Letters", + "Contact_MailboxTrackingFolder": "Mailbox Auto Tracking Folders", + "contact_master_contact": "Contacts (contact_master_contact)", + "Contact_Phonecalls": "Phone Calls", + "contact_PostFollows": "Follows", + "contact_PostRegardings": "Post Regarding", + "contact_principalobjectattributeaccess": "Field Sharing", + "Contact_ProcessSessions": "Process Sessions", + "Contact_RecurringAppointmentMasters": "Recurring Appointments", + "Contact_SyncErrors": "Sync Errors", + "Contact_Tasks": "Tasks", + "contactid": "Contact", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "creditlimit": "Credit Limit", + "creditlimit_base": "Credit Limit (Base)", + "creditonhold": "Credit Hold", + "customersizecode": "Customer Size", + "customertypecode": "Relationship Type", + "department": "Department", + "description": "Description", + "donotbulkemail": "Do not allow Bulk Emails", + "donotbulkpostalmail": "Do not allow Bulk Mails", + "donotemail": "Do not allow Emails", + "donotfax": "Do not allow Faxes", + "donotphone": "Do not allow Phone Calls", + "donotpostalmail": "Do not allow Mails", + "donotsendmm": "Send Marketing Materials", + "educationcode": "Education", + "emailaddress1": "Email", + "emailaddress2": "Email Address 2", + "emailaddress3": "Email Address 3", + "employeeid": "Employee", + "entityimage": "Entity Image", + "entityimageid": "Entity Image Id", + "exchangerate": "Exchange Rate", + "externaluseridentifier": "External User Identifier", + "familystatuscode": "Marital Status", + "fax": "Fax", + "firstname": "First Name", + "followemail": "Follow Email Activity", + "ftpsiteurl": "FTP Site", + "fullname": "Full Name", + "gendercode": "Gender", + "governmentid": "Government", + "haschildrencode": "Has Children", + "home2": "Home Phone 2", + "importsequencenumber": "Import Sequence Number", + "isbackofficecustomer": "Back Office Customer", + "jobtitle": "Job Title", + "lastname": "Last Name", + "lastonholdtime": "Last On Hold Time", + "lastusedincampaign": "Last Date Included in Campaign", + "leadsourcecode": "Lead Source", + "lk_contact_feedback_createdby": "Feedback (lk_contact_feedback_createdby)", + "lk_contact_feedback_createdonbehalfby": "Feedback (lk_contact_feedback_createdonbehalfby)", + "managername": "Manager", + "managerphone": "Manager Phone", + "marketingonly": "Marketing Only", + "masterid": "Master ID", + "merged": "Merged", + "middlename": "Middle Name", + "mobilephone": "Mobile Phone", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "msa_managingpartnerid": "Managing Partner", + "msdyn_disablewebtracking": "Disable Web Tracking", + "msdyn_isminor": "Is Minor", + "msdyn_isminorwithparentalconsent": "Is Minor with Parental Consent", + "msdyn_portaltermsagreementdate": "Portal Terms Agreement Date", + "mspp_userpreferredlcid": "Preferred Language", + "nickname": "Nickname", + "numberofchildren": "No. of Children", + "onholdtime": "On Hold Time (Minutes)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "pager": "Pager", + "participatesinworkflow": "Participates in Workflow", + "paymenttermscode": "Payment Terms", + "powerpagecomponent_mspp_webrole_contact": "Site Components", + "preferredappointmentdaycode": "Preferred Day", + "preferredappointmenttimecode": "Preferred Time", + "preferredcontactmethodcode": "Preferred Method of Contact", + "preferredsystemuserid": "Preferred User", + "processid": "Process", + "salutation": "Salutation", + "shippingmethodcode": "Shipping Method", + "spousesname": "Spouse/Partner Name", + "stageid": "(Deprecated) Process Stage", + "statecode": "Status", + "statuscode": "Status Reason", + "suffix": "Suffix", + "telephone1": "Business Phone", + "telephone2": "Home Phone", + "telephone3": "Telephone 3", + "territorycode": "Territory", + "timespentbymeonemailandmeetings": "Time Spent by me", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "transactioncurrencyid": "Currency", + "traversedpath": "(Deprecated) Traversed Path", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number", + "websiteurl": "Website", + "yomifirstname": "Yomi First Name", + "yomifullname": "Yomi Full Name", + "yomilastname": "Yomi Last Name", + "yomimiddlename": "Yomi Middle Name" + }, + "PreferredName": "Contacts", + "Type": "NativeCDSDataSourceInfo", + "WadlMetadata": { + "WadlXml": "This OData service is located at http://localhost" + } + }, + { + "DisplayName": "Contacts (Views)", + "Name": "_contact_views", + "RelatedEntityName": "Contacts", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "00000000-0000-0000-00aa-000000666400": "Contacts Advanced Find View", + "00000000-0000-0000-00aa-000010001003": "My Active Contacts", + "00000000-0000-0000-00aa-000010001004": "Active Contacts", + "00000000-0000-0000-00aa-000010001033": "Inactive Contacts", + "00000000-0000-0000-00aa-000010001210": "Contact Associated View", + "0a8fa653-4147-4282-bf6b-168cfa839803": "Contacts: Influenced Deals That We Won", + "0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105": "All Contacts", + "73bc2d9b-4e0e-424c-8839-ed59d6817e3a": "Active Contacts Subgrid View", + "927e6cd8-b3ed-4c20-a154-b8bd8a86d172": "Contacts: No Campaign Activities in Last 3 Months", + "9c241a33-ca0b-4e50-ae92-db780d5b2a12": "Contacts: Responded to Campaigns in Last 6 Months", + "a2d479c5-53e3-4c69-addd-802327e67a0d": "Contacts Lookup View", + "ab582fb0-a846-453e-ad88-77f75ce91264": "My Connections", + "eda26f1e-dbcc-40ad-91f2-ff2878d1d8d8": "Entitlement Contacts" + } + }, + { + "DisplayName": "Confirm Remove Password (Contacts)", + "Name": "adx_contact_adx_confirmremovepassword", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_confirmremovepassword", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_confirmremovepassword", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Email Confirmed (Contacts)", + "Name": "adx_contact_adx_identity_emailaddress1confirmed", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_emailaddress1confirmed", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_emailaddress1confirmed", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Local Login Disabled (Contacts)", + "Name": "adx_contact_adx_identity_locallogindisabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_locallogindisabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_locallogindisabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Lockout Enabled (Contacts)", + "Name": "adx_contact_adx_identity_lockoutenabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_lockoutenabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_lockoutenabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Login Enabled (Contacts)", + "Name": "adx_contact_adx_identity_logonenabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_logonenabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_logonenabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Mobile Phone Confirmed (Contacts)", + "Name": "adx_contact_adx_identity_mobilephoneconfirmed", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_mobilephoneconfirmed", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_mobilephoneconfirmed", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Two Factor Enabled (Contacts)", + "Name": "adx_contact_adx_identity_twofactorenabled", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_identity_twofactorenabled", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_identity_twofactorenabled", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Profile Alert (Contacts)", + "Name": "adx_contact_adx_profilealert", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_profilealert", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_profilealert", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Profile Is Anonymous (Contacts)", + "Name": "adx_profileisanonymous_contact", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "adx_profileisanonymous", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "adx_profileisanonymous", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Contact Role", + "Name": "appr_contactrole", + "OptionSetInfoNameMapping": { + "1": "Admin", + "2": "Teacher", + "3": "Student" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "appr_contactrole", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "appr_contactrole", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Role (Contacts)", + "Name": "contact_accountrolecode", + "OptionSetInfoNameMapping": { + "1": "Decision Maker", + "2": "Employee", + "3": "Influencer" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "accountrolecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "accountrolecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 1: Address Type (Contacts)", + "Name": "contact_address1_addresstypecode", + "OptionSetInfoNameMapping": { + "1": "Bill To", + "2": "Ship To", + "3": "Primary", + "4": "Other" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address1_addresstypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address1_addresstypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 1: Freight Terms (Contacts)", + "Name": "contact_address1_freighttermscode", + "OptionSetInfoNameMapping": { + "1": "FOB", + "2": "No Charge" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address1_freighttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address1_freighttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 1: Shipping Method (Contacts)", + "Name": "contact_address1_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Airborne", + "2": "DHL", + "3": "FedEx", + "4": "UPS", + "5": "Postal Mail", + "6": "Full Load", + "7": "Will Call" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address1_shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address1_shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 2: Address Type (Contacts)", + "Name": "contact_address2_addresstypecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address2_addresstypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address2_addresstypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 2: Freight Terms (Contacts)", + "Name": "contact_address2_freighttermscode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address2_freighttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address2_freighttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 2: Shipping Method (Contacts)", + "Name": "contact_address2_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address2_shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address2_shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 3: Address Type (Contacts)", + "Name": "contact_address3_addresstypecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address3_addresstypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address3_addresstypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 3: Freight Terms (Contacts)", + "Name": "contact_address3_freighttermscode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address3_freighttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address3_freighttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Address 3: Shipping Method (Contacts)", + "Name": "contact_address3_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "address3_shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "address3_shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Credit Hold (Contacts)", + "Name": "contact_creditonhold", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "creditonhold", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "creditonhold", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Customer Size (Contacts)", + "Name": "contact_customersizecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "customersizecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "customersizecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Relationship Type (Contacts)", + "Name": "contact_customertypecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "customertypecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "customertypecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Bulk Emails (Contacts)", + "Name": "contact_donotbulkemail", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotbulkemail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotbulkemail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Bulk Mails (Contacts)", + "Name": "contact_donotbulkpostalmail", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotbulkpostalmail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotbulkpostalmail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Emails (Contacts)", + "Name": "contact_donotemail", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotemail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotemail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Faxes (Contacts)", + "Name": "contact_donotfax", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotfax", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotfax", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Phone Calls (Contacts)", + "Name": "contact_donotphone", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotphone", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotphone", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Do not allow Mails (Contacts)", + "Name": "contact_donotpostalmail", + "OptionSetInfoNameMapping": { + "0": "Allow", + "1": "Do Not Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotpostalmail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotpostalmail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Send Marketing Materials (Contacts)", + "Name": "contact_donotsendmm", + "OptionSetInfoNameMapping": { + "0": "Send", + "1": "Do Not Send" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "donotsendmm", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "donotsendmm", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Education (Contacts)", + "Name": "contact_educationcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "educationcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "educationcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Marital Status (Contacts)", + "Name": "contact_familystatuscode", + "OptionSetInfoNameMapping": { + "1": "Single", + "2": "Married", + "3": "Divorced", + "4": "Widowed" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "familystatuscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "familystatuscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Follow Email Activity (Contacts)", + "Name": "contact_followemail", + "OptionSetInfoNameMapping": { + "0": "Do Not Allow", + "1": "Allow" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "followemail", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "followemail", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Gender (Contacts)", + "Name": "contact_gendercode", + "OptionSetInfoNameMapping": { + "1": "Male", + "2": "Female" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "gendercode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "gendercode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Has Children (Contacts)", + "Name": "contact_haschildrencode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "haschildrencode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "haschildrencode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Auto-created (Contacts)", + "Name": "contact_isautocreate", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "isautocreate", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "isautocreate", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Back Office Customer (Contacts)", + "Name": "contact_isbackofficecustomer", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "isbackofficecustomer", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "isbackofficecustomer", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "IsPrivate (Contacts)", + "Name": "contact_isprivate", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "isprivate", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "isprivate", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Lead Source (Contacts)", + "Name": "contact_leadsourcecode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "leadsourcecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "leadsourcecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Marketing Only (Contacts)", + "Name": "contact_marketingonly", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "marketingonly", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "marketingonly", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Merged (Contacts)", + "Name": "contact_merged", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "merged", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "merged", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Participates in Workflow (Contacts)", + "Name": "contact_participatesinworkflow", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "participatesinworkflow", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "participatesinworkflow", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Payment Terms (Contacts)", + "Name": "contact_paymenttermscode", + "OptionSetInfoNameMapping": { + "1": "Net 30", + "2": "2% 10, Net 30", + "3": "Net 45", + "4": "Net 60" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "paymenttermscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "paymenttermscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Preferred Day (Contacts)", + "Name": "contact_preferredappointmentdaycode", + "OptionSetInfoNameMapping": { + "0": "Sunday", + "1": "Monday", + "2": "Tuesday", + "3": "Wednesday", + "4": "Thursday", + "5": "Friday", + "6": "Saturday" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "preferredappointmentdaycode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "preferredappointmentdaycode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Preferred Time (Contacts)", + "Name": "contact_preferredappointmenttimecode", + "OptionSetInfoNameMapping": { + "1": "Morning", + "2": "Afternoon", + "3": "Evening" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "preferredappointmenttimecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "preferredappointmenttimecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Preferred Method of Contact (Contacts)", + "Name": "contact_preferredcontactmethodcode", + "OptionSetInfoNameMapping": { + "1": "Any", + "2": "Email", + "3": "Phone", + "4": "Fax", + "5": "Mail" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "preferredcontactmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "preferredcontactmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Shipping Method (Contacts)", + "Name": "contact_shippingmethodcode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "shippingmethodcode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "shippingmethodcode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status (Contacts)", + "Name": "contact_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Contacts)", + "Name": "contact_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Territory (Contacts)", + "Name": "contact_territorycode", + "OptionSetInfoNameMapping": { + "1": "Default Value" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "territorycode", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "territorycode", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Disable Web Tracking (Contacts)", + "Name": "msdyn_contact_msdyn_disablewebtracking", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "msdyn_disablewebtracking", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "msdyn_disablewebtracking", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Is Minor (Contacts)", + "Name": "msdyn_contact_msdyn_isminor", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "msdyn_isminor", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "msdyn_isminor", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Is Minor with Parental Consent (Contacts)", + "Name": "msdyn_contact_msdyn_isminorwithparentalconsent", + "OptionSetInfoNameMapping": { + "0": "No", + "1": "Yes" + }, + "OptionSetIsBooleanValued": true, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "msdyn_isminorwithparentalconsent", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "BooleanType", + "RelatedColumnInvariantName": "msdyn_isminorwithparentalconsent", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Power Pages Languages", + "Name": "powerpagelanguages", + "OptionSetInfoNameMapping": { + "1025": "Arabic", + "1026": "Bulgarian - Bulgaria", + "1027": "Catalan - Catalan", + "1028": "Chinese - Traditional", + "1029": "Czech - Czech Republic", + "1030": "Danish - Denmark", + "1031": "German - Germany", + "1032": "Greek - Greece", + "1033": "English", + "1035": "Finnish - Finland", + "1036": "French - France", + "1037": "Hebrew", + "1038": "Hungarian - Hungary", + "1040": "Italian - Italy", + "1041": "Japanese - Japan", + "1042": "Korean - Korea", + "1043": "Dutch - Netherlands", + "1044": "Norwegian (Bokmål) - Norway", + "1045": "Polish - Poland", + "1046": "Portuguese - Brazil", + "1048": "Romanian - Romania", + "1049": "Russian - Russia", + "1050": "Croatian - Croatia", + "1051": "Slovak - Slovakia", + "1053": "Swedish - Sweden", + "1054": "Thai - Thailand", + "1055": "Turkish - Türkiye", + "1057": "Indonesian - Indonesia", + "1058": "Ukrainian - Ukraine", + "1060": "Slovenian - Slovenia", + "1061": "Estonian - Estonia", + "1062": "Latvian - Latvia", + "1063": "Lithuanian - Lithuania", + "1066": "Vietnamese - Vietnam", + "1069": "Basque - Basque", + "1081": "Hindi - India", + "1086": "Malay - Malaysia", + "1087": "Kazakh - Kazakhstan", + "1110": "Galician - Spain", + "2052": "Chinese - China", + "2070": "Portuguese - Portugal", + "2074": "Serbian (Latin) - Serbia", + "3076": "Chinese - Hong Kong SAR", + "3082": "Spanish (Traditional Sort) - Spain", + "3098": "Serbian (Cyrillic) - Serbia" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": true, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "mspp_userpreferredlcid", + "OptionSetReferenceEntityName": "Contacts" + } + }, + "OptionSetTypeKey": "PicklistType", + "RelatedColumnInvariantName": "mspp_userpreferredlcid", + "RelatedEntityName": "Contacts", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Courses_1.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Courses_1.json new file mode 100644 index 00000000..2fb26686 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Courses_1.json @@ -0,0 +1,106 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_courses", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_course", + "MaxGetRowsCount": 500, + "Name": "Courses_1", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_appr_announcement_Course_appr_course": "Announcements", + "appr_appr_assignment_Course_appr_course": "Assignments", + "appr_appr_learningmaterials_RelatedCourse_appr": "Learning Materials", + "appr_appr_session_Course_appr_course": "Sessions", + "appr_appr_studentcourse_CourseID_appr_course": "Student Courses", + "appr_course_AsyncOperations": "System Jobs", + "appr_course_BulkDeleteFailures": "Bulk Delete Failures", + "appr_course_DuplicateBaseRecord": "Duplicate Records (appr_course_DuplicateBaseRecord)", + "appr_course_DuplicateMatchingRecord": "Duplicate Records (appr_course_DuplicateMatchingRecord)", + "appr_course_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_course_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_course_ProcessSession": "Process Sessions", + "appr_course_SyncErrors": "Sync Errors", + "appr_coursecode": "Course Code", + "appr_courseicon": "Course Icon", + "appr_courseiconid": "appr_CourseIconId", + "appr_courseid": "Course", + "appr_name": "Name", + "appr_Teacher": "Teacher", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Courses_1", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Courses_1 (Views)", + "Name": "_appr_course_views", + "RelatedEntityName": "Courses_1", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "2ad812ee-3a9d-4f81-88b2-9416786a6bf3": "Course Advanced Find View", + "3e5f6b9b-094e-4db0-9a56-250b068b4c3b": "Active Courses", + "70a940d8-75fe-482b-aeed-a8ba45a812fb": "Inactive Courses", + "b689496f-1a39-4202-8f95-0c6cd5314658": "Course Associated View", + "d5452d9b-df48-4247-af37-a22a22d92379": "Course Lookup View" + } + }, + { + "DisplayName": "Status (Courses_1)", + "Name": "appr_course_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Courses_1" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Courses_1", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Courses_1)", + "Name": "appr_course_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Courses_1" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Courses_1", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/CustomGallerySample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/CustomGallerySample.json new file mode 100644 index 00000000..221a3011 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/CustomGallerySample.json @@ -0,0 +1,17 @@ +[ + { + "Data": "[{\"SampleHeading\":\"Lorem ipsum 1\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"},{\"SampleHeading\":\"Lorem ipsum 2\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Suspendisse enim metus, tincidunt quis lobortis a, fringilla dignissim neque.\"},{\"SampleHeading\":\"Lorem ipsum 3\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Ut pharetra a dolor ac vehicula.\"},{\"SampleHeading\":\"Lorem ipsum 4\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Vestibulum dui felis, fringilla nec mi sed, tristique dictum nisi.\"}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "CustomGallerySample", + "OrderedColumnNames": [ + "SampleImage", + "SampleHeading", + "SampleText" + ], + "OriginalName": "CustomGallerySample", + "OriginalSchema": "*[SampleHeading:s, SampleImage:i, SampleText:s]", + "Schema": "*[SampleHeading:s, SampleImage:i, SampleText:s]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/DropDownSample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/DropDownSample.json new file mode 100644 index 00000000..cae86d65 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/DropDownSample.json @@ -0,0 +1,15 @@ +[ + { + "Data": "[{\"Value\":\"1\"},{\"Value\":\"2\"},{\"Value\":\"3\"}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "DropDownSample", + "OrderedColumnNames": [ + "Value" + ], + "OriginalName": "DropDownSample", + "OriginalSchema": "*[Value:s]", + "Schema": "*[Value:s]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Learning Materials.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Learning Materials.json new file mode 100644 index 00000000..efc5e664 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/Learning Materials.json @@ -0,0 +1,102 @@ +[ + { + "CdsFCBContext": "{\"FileType\":true,\"ImageExternalStorage\":true}", + "EntitySetName": "appr_learningmaterialses", + "IsHidden": false, + "IsSampleData": false, + "IsWritable": true, + "LogicalName": "appr_learningmaterials", + "MaxGetRowsCount": 500, + "Name": "Learning Materials", + "NativeCDSDataSourceInfoNameMapping": { + "_ownerid_value": "Owner", + "appr_attachment": "Attachment", + "appr_description": "Description", + "appr_learningmaterials_AsyncOperations": "System Jobs", + "appr_learningmaterials_BulkDeleteFailures": "Bulk Delete Failures", + "appr_learningmaterials_DuplicateBaseRecord": "Duplicate Records (appr_learningmaterials_DuplicateBaseRecord)", + "appr_learningmaterials_DuplicateMatchingRecord": "Duplicate Records (appr_learningmaterials_DuplicateMatchingRecord)", + "appr_learningmaterials_FileAttachments": "FileAttachments", + "appr_learningmaterials_MailboxTrackingFolders": "Mailbox Auto Tracking Folders", + "appr_learningmaterials_PrincipalObjectAttributeAccesses": "Field Sharing", + "appr_learningmaterials_ProcessSession": "Process Sessions", + "appr_learningmaterials_SyncErrors": "Sync Errors", + "appr_learningmaterialsid": "Learning Materials", + "appr_name": "Name", + "appr_RelatedCourse": "Related Course", + "appr_unitnumber": "Unit Number", + "createdby": "Created By", + "createdon": "Created On", + "createdonbehalfby": "Created By (Delegate)", + "importsequencenumber": "Import Sequence Number", + "modifiedby": "Modified By", + "modifiedon": "Modified On", + "modifiedonbehalfby": "Modified By (Delegate)", + "overriddencreatedon": "Record Created On", + "owningbusinessunit": "Owning Business Unit", + "owningteam": "Owning Team", + "owninguser": "Owning User", + "statecode": "Status", + "statuscode": "Status Reason", + "timezoneruleversionnumber": "Time Zone Rule Version Number", + "utcconversiontimezonecode": "UTC Conversion Time Zone Code", + "versionnumber": "Version Number" + }, + "PreferredName": "Learning Materials", + "Type": "NativeCDSDataSourceInfo" + }, + { + "DisplayName": "Learning Materials (Views)", + "Name": "_appr_learningmaterials_views", + "RelatedEntityName": "Learning Materials", + "TrimmedViewName": true, + "Type": "ViewInfo", + "ViewInfoNameMapping": { + "1aee8e6b-59f3-426e-8f01-0a0dfd57e0de": "Learning Materials Lookup View", + "29ef9445-ceec-4d33-a51f-eb864d42f691": "Learning Materials Advanced Find View", + "884d91ae-2f66-4f8e-be0d-85308eff1a4a": "Inactive Learning Materials", + "99bdebf7-4f64-437a-a04f-320d1dda1297": "Learning Materials Associated View", + "d836df44-39cc-4976-894f-e71705397937": "Active Learning Materials" + } + }, + { + "DisplayName": "Status (Learning Materials)", + "Name": "appr_learningmaterials_statecode", + "OptionSetInfoNameMapping": { + "0": "Active", + "1": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statecode", + "OptionSetReferenceEntityName": "Learning Materials" + } + }, + "OptionSetTypeKey": "StateType", + "RelatedColumnInvariantName": "statecode", + "RelatedEntityName": "Learning Materials", + "Type": "OptionSetInfo" + }, + { + "DisplayName": "Status Reason (Learning Materials)", + "Name": "appr_learningmaterials_statuscode", + "OptionSetInfoNameMapping": { + "1": "Active", + "2": "Inactive" + }, + "OptionSetIsBooleanValued": false, + "OptionSetIsGlobal": false, + "OptionSetReference": { + "OptionSetReferenceItem0": { + "OptionSetReferenceColumnName": "statuscode", + "OptionSetReferenceEntityName": "Learning Materials" + } + }, + "OptionSetTypeKey": "StatusType", + "RelatedColumnInvariantName": "statuscode", + "RelatedEntityName": "Learning Materials", + "Type": "OptionSetInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/colAssignmentAssist.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/colAssignmentAssist.json new file mode 100644 index 00000000..eadba575 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/DataSources/colAssignmentAssist.json @@ -0,0 +1,9 @@ +[ + { + "IsComponentScoped": false, + "IsSampleData": false, + "IsWritable": true, + "Name": "colAssignmentAssist", + "Type": "CollectionDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/AppCheckerResult.sarif b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/AppCheckerResult.sarif new file mode 100644 index 00000000..d9437694 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/AppCheckerResult.sarif @@ -0,0 +1,1957 @@ +{ + "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json", + "runs": [ + { + "columnKind": "utf16CodeUnits", + "invocations": [ + { + "executionSuccessful": true + } + ], + "results": [ + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_sidenav_1.cont_SideNavInner_5.cont_Nav_7.gal_Nav_7.lbl_Titile_7" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseTitle" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Main_1.cont_mainContent_1.glr_courses.cont_text.cont_titleAndSubtitle.lbl_courseCode" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentsAndAnnouncements.glr_assignment.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentsAndAnnouncements.glr_assignment.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentsAndAnnouncements.glr_assignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentsAndAnnouncements.glr_assignment.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentsAndAnnouncements.glr_assignment.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentsAndAnnouncements.glr_assignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials.glr_materialsTable.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials.glr_materialsTable.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials.glr_materialsTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials.glr_materialsTable.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials.glr_materialsTable.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials.glr_materialsTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.'Unit Number_DataCard1'.txt_unitNo.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.'Unit Number_DataCard1'.txt_unitNo.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.'Unit Number_DataCard1'.txt_unitNo" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Description_DataCard1.txt_description.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Description_DataCard1.txt_description.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Description_DataCard1.txt_description" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_sidenav_2.cont_SideNavInner_6.cont_Nav_8.gal_Nav_8.lbl_Titile_8" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Subject_3.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Subject_3.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyUpperAssignments.cont_BodyUpper_5.drp_Subject_3" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyUpperAssignments.cont_BodyUpper_5.txt_description_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyUpperAssignments.cont_BodyUpper_5.txt_description_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyUpperAssignments.cont_BodyUpper_5.txt_description_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyLower_12.cont_BodyLower_13.txt_UserInput_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyLower_12.cont_BodyLower_13.txt_UserInput_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyLower_12.cont_BodyLower_13.txt_UserInput_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyLower_12.cont_BodyLower_14.txt_Response_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyLower_12.cont_BodyLower_14.txt_Response_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "AI Assignment Creator", + "type": "'AI Assignment Creator'.cont_Main_2.cont_mainContent_2.cont_Body_4.cont_aiAssignmentbody.cont_BodyLower_12.cont_BodyLower_14.txt_Response_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_sidenav_3.cont_SideNavInner_7.cont_Nav_9.gal_Nav_9.lbl_Titile_9" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_BodyUpper_8.drp_Subject_5.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_BodyUpper_8.drp_Subject_5.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_BodyUpper_8.drp_Subject_5" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_BodyUpper_8.drp_Assignment_4.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_BodyUpper_8.drp_Assignment_4.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_BodyUpper_8.drp_Assignment_4" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_gradeAssignment.txt_Submissions_AssignmentDesc.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_gradeAssignment.txt_Submissions_AssignmentDesc.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_aiAssignmentbody_1.cont_gradeAssignment.txt_Submissions_AssignmentDesc" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_assignmentMaterials_2.glr_submissionTable.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_assignmentMaterials_2.glr_submissionTable.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_assignmentMaterials_2.glr_submissionTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_assignmentMaterials_2.glr_submissionTable.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_assignmentMaterials_2.glr_submissionTable.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_Main_3.cont_mainContent_3.cont_Body_5.cont_assignmentMaterials_2.glr_submissionTable" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_assignmentMaterials_3.cont_submissionHeader.TextInput1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_assignmentMaterials_3.cont_submissionHeader.TextInput1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_assignmentMaterials_3.cont_submissionHeader.TextInput1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'total marks_DataCard1'.txt_Marks.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'total marks_DataCard1'.txt_Marks.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'total marks_DataCard1'.txt_Marks" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Assignment Status_DataCard1'.DataCardValue5.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Assignment Status_DataCard1'.DataCardValue5.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Assignment Status_DataCard1'.DataCardValue5" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Assignment Status_DataCard1'.drp_AssignmentStatus.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Assignment Status_DataCard1'.drp_AssignmentStatus.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Assignment Status_DataCard1'.drp_AssignmentStatus" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_sidenav_6.cont_SideNavInner_8.cont_Nav_10.gal_Nav_10.lbl_Titile_10" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.drp_course.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.drp_course.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.drp_course" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.txt_announcementTitle.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.txt_announcementTitle.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.txt_announcementTitle" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow_1.txt_createAnnouncementDesc.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow_1.txt_createAnnouncementDesc.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow_1.txt_createAnnouncementDesc" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.txt_search.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.txt_search.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.txt_search" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.glr_announcement.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.glr_announcement.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.glr_announcement" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.glr_announcement.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.glr_announcement.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_recentAnnouncements.glr_announcement" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Feedback Comment_DataCard1'.txt_feedback_1.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Feedback Comment_DataCard1'.txt_feedback_1.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_grade.frm_GradeAssignment.'Feedback Comment_DataCard1'.txt_feedback_1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Name_DataCard2.txt_name.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Name_DataCard2.txt_name.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Name_DataCard2.txt_name" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Attachment_DataCard1.DataCardValue11.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Attachment_DataCard1.DataCardValue11.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "Courses", + "type": "Courses.cont_Course.cont_CourseContents.cont_assignmentMaterials_1.cont_addMaterialBody.frm_CourseMaterials.Attachment_DataCard1.DataCardValue11" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "App.varSpinner" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "App.varSpinner", + "relativeAddress": 0 + } + }, + "properties": { + "member": "varSpinner", + "module": "App", + "type": "App" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-UnusedVariables", + "ruleIndex": 3 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "App.3dLaptop" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "App.3dLaptop", + "relativeAddress": 0 + } + }, + "properties": { + "member": "3dLaptop", + "module": "App", + "type": "App" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-UnusedMediaResources", + "ruleIndex": 4 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel.X" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel.X", + "relativeAddress": 0 + } + }, + "properties": { + "member": "X", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel.Y" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel.Y", + "relativeAddress": 0 + } + }, + "properties": { + "member": "Y", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel.Width" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel.Width", + "relativeAddress": 0 + } + }, + "properties": { + "member": "Width", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_cancel" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment.X" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment.X", + "relativeAddress": 0 + } + }, + "properties": { + "member": "X", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment.Y" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment.Y", + "relativeAddress": 0 + } + }, + "properties": { + "member": "Y", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment.Width" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment.Width", + "relativeAddress": 0 + } + }, + "properties": { + "member": "Width", + "module": "Grade Assignments", + "type": "'Grade Assignments'.cont_GradeAssignment.cont_CourseContents_1.cont_markAssignmentCta.btn_MarkAssignment" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.drp_course.Width" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.drp_course.Width", + "relativeAddress": 0 + } + }, + "properties": { + "member": "Width", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateRow.drp_course" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateCta.btn_Submit_6.X" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateCta.btn_Submit_6.X", + "relativeAddress": 0 + } + }, + "properties": { + "member": "X", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateCta.btn_Submit_6" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateCta.btn_Submit_6.Y" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateCta.btn_Submit_6.Y", + "relativeAddress": 0 + } + }, + "properties": { + "member": "Y", + "module": "Announcement", + "type": "Announcement.cont_Main_5.cont_mainContent_5.Container9.cont_Body_6.cont_createAnnouncement.cont_announcementCreateCta.btn_Submit_6" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "app-InefficientDelayLoading", + "ruleIndex": 5 + } + ], + "tool": { + "driver": { + "fullName": "PowerApps app checker", + "name": "PowerApps app checker", + "rules": [ + { + "id": "acc-AccessibleLabelNeeded", + "messageStrings": { + "issue": { + "text": "Missing accessible label" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Edit the accessible label property to describe the item." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "If there's no accessible text, people who can’t see the screen won't understand what’s in images and controls." + } + }, + { + "id": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "messageStrings": { + "issue": { + "text": "Missing tab stop" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Set TabIndex to 0 or greater to ensure that interactive elements have a tab stop." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "People who use the keyboard with your app will not be able to access this element without a tab stop." + } + }, + { + "id": "acc-FocusBorderShouldBeVisible", + "messageStrings": { + "issue": { + "text": "Focus isn't showing" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Change the FocusedBorderThickness property to be more than 0." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "If the focus isn't visible, people who don't use a mouse won't be able to see it when they're interacting with the app." + } + }, + { + "id": "app-UnusedVariables", + "messageStrings": { + "issue": { + "text": "Unused variable" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Remove the unused variable." + ], + "level": "Medium", + "primaryCategory": "performance", + "whyFix": "This variable is declared but is not referenced by any control, so it is not needed." + } + }, + { + "id": "app-UnusedMediaResources", + "messageStrings": { + "issue": { + "text": "Unused media files" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Remove the unused media file in the Media pane." + ], + "level": "Medium", + "primaryCategory": "performance", + "whyFix": "This media file is not referenced by any control formulas so it is not needed. Removing it will improve performance." + } + }, + { + "id": "app-InefficientDelayLoading", + "messageStrings": { + "issue": { + "text": "Inefficient delay loading" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Use variables, collections, and navigation context to share state across screens instead." + ], + "level": "Medium", + "primaryCategory": "performance", + "whyFix": "Controls that reference controls on other screens can slow down app loading and navigation. Doing this may force the app to load the other screens immediately, rather than waiting until the user navigates to that screen." + } + } + ], + "version": "1.334" + } + } + } + ], + "version": "2.1.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/Entropy.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/Entropy.json new file mode 100644 index 00000000..9ca1c61e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/Entropy.json @@ -0,0 +1,973 @@ +{ + "ComponentIndexes": { + "comp_topTitleBar": 5, + "comp_topTitleBar_1": 8, + "comp_topTitleBar_2": 6, + "comp_topTitleBar_3": 8, + "comp_topTitleBar_4": 8, + "comp_topTitleBar_5": 7, + "comp_topTitleBar_6": 8, + "comp_topTitleBar_Course": 8 + }, + "ControlUniqueGuids": {}, + "ControlUniqueIds": { + "AI Assignment Creator": 101, + "Announcement": 203, + "App": 1, + "Assignment Status_DataCard1": 259, + "Attachment_DataCard1": 290, + "bt_Login": 33, + "btn_attachFile": 99, + "btn_bg": 53, + "btn_cancel": 201, + "btn_galNav_3": 44, + "btn_galNav_4": 110, + "btn_galNav_5": 142, + "btn_galNav_6": 212, + "btn_MarkAssignment": 202, + "btn_save": 100, + "btn_Submit_4": 128, + "btn_Submit_5": 132, + "btn_Submit_6": 227, + "btn_view": 171, + "Button1": 59, + "Button2": 66, + "comp_topTitleBar": 4, + "comp_topTitleBar_1": 48, + "comp_topTitleBar_2": 10, + "comp_topTitleBar_3": 114, + "comp_topTitleBar_4": 146, + "comp_topTitleBar_5": 16, + "comp_topTitleBar_6": 216, + "comp_topTitleBar_Course": 61, + "cont_addMaterialBody": 96, + "cont_addMaterialHeader": 94, + "cont_aiAssignmentbody": 116, + "cont_aiAssignmentbody_1": 148, + "cont_aiAssignmentInfo": 121, + "cont_announcementCard": 69, + "cont_announcementCard_1": 233, + "cont_announcementCreateCta": 226, + "cont_announcementCreateRow": 221, + "cont_announcementCreateRow_1": 224, + "cont_announcementDateAndTime": 72, + "cont_announcementDateAndTime_1": 156, + "cont_announcementDateAndTime_2": 236, + "cont_assignmentHeader": 64, + "cont_assignmentHeader_1": 76, + "cont_assignmentHeader_2": 160, + "cont_assignmentHeader_3": 179, + "cont_assignmentMaterials": 75, + "cont_assignmentMaterials_1": 93, + "cont_assignmentMaterials_2": 159, + "cont_assignmentMaterials_3": 184, + "cont_assignmentsAndAnnouncements": 63, + "cont_assignmentsAndAnnouncements_1": 178, + "cont_Body_4": 115, + "cont_Body_5": 147, + "cont_Body_6": 218, + "cont_BodyLower_12": 124, + "cont_BodyLower_13": 125, + "cont_BodyLower_14": 129, + "cont_BodyUpper_5": 118, + "cont_BodyUpper_8": 149, + "cont_BodyUpperAssignments": 117, + "cont_Course": 60, + "cont_CourseContents": 62, + "cont_CourseContents_1": 177, + "cont_createAnnouncement": 219, + "cont_ctaBtn": 170, + "cont_grade": 188, + "cont_gradeAssignment": 152, + "cont_GradeAssignment": 175, + "cont_headers": 78, + "cont_headers_1": 162, + "cont_Main_1": 36, + "cont_Main_2": 102, + "cont_Main_3": 134, + "cont_Main_5": 204, + "cont_mainContent_1": 47, + "cont_mainContent_2": 113, + "cont_mainContent_3": 145, + "cont_mainContent_5": 215, + "cont_markAssignmentCta": 200, + "cont_markBg": 85, + "cont_marksData": 86, + "cont_marksData_1": 169, + "cont_materialAction": 88, + "cont_Nav_10": 207, + "cont_Nav_7": 39, + "cont_Nav_8": 105, + "cont_Nav_9": 137, + "cont_noItem": 49, + "cont_recentAnnouncements": 228, + "cont_sidenav_1": 37, + "cont_sidenav_2": 103, + "cont_sidenav_3": 135, + "cont_sidenav_6": 205, + "cont_SideNavInner_5": 38, + "cont_SideNavInner_6": 104, + "cont_SideNavInner_7": 136, + "cont_SideNavInner_8": 206, + "cont_studentData": 180, + "cont_submissionHeader": 185, + "cont_text": 55, + "cont_titleAndSubtitle": 56, + "cont_topSection_2": 5, + "cont_topSection_3": 11, + "cont_topSection_4": 17, + "Container2": 25, + "Container3": 28, + "Container4": 30, + "Container9": 217, + "Courses": 35, + "DataCardKey1": 240, + "DataCardKey10": 286, + "DataCardKey11": 291, + "DataCardKey4": 254, + "DataCardKey5": 260, + "DataCardKey8": 276, + "DataCardKey9": 281, + "DataCardValue11": 292, + "DataCardValue5": 261, + "Description_DataCard1": 280, + "drp_Assignment_4": 151, + "drp_AssignmentStatus": 265, + "drp_course": 222, + "drp_Subject_3": 119, + "drp_Subject_5": 150, + "ErrorMessage1": 242, + "ErrorMessage2": 256, + "ErrorMessage3": 262, + "ErrorMessage5": 278, + "ErrorMessage6": 283, + "ErrorMessage7": 288, + "ErrorMessage8": 293, + "Feedback Comment_DataCard1": 239, + "frm_CourseMaterials": 266, + "frm_GradeAssignment": 191, + "gal_Nav_10": 209, + "gal_Nav_7": 41, + "gal_Nav_8": 107, + "gal_Nav_9": 139, + "galleryTemplate1_10": 210, + "galleryTemplate1_7": 42, + "galleryTemplate1_8": 108, + "galleryTemplate1_9": 140, + "galleryTemplate3": 84, + "galleryTemplate3_1": 168, + "galleryTemplate5": 68, + "galleryTemplate5_1": 232, + "galleryTemplate6": 52, + "glr_announcement": 231, + "glr_assignment": 67, + "glr_courses": 51, + "glr_materialsTable": 83, + "glr_submissionTable": 167, + "Grade Assignments": 133, + "Greeting_2": 6, + "Greeting_3": 12, + "Greeting_4": 18, + "Host": 3, + "html_background": 54, + "html_btnDelete": 89, + "html_btnDelete_1": 90, + "Html_loginDiv": 24, + "HtmlText1": 176, + "Image1": 23, + "Image2": 34, + "Image4_2": 9, + "Image4_3": 15, + "Image4_4": 21, + "img_DP": 29, + "img_Info_1": 123, + "img_Logo": 26, + "img_NavFooter_10": 214, + "img_NavFooter_7": 46, + "img_NavFooter_8": 112, + "img_NavFooter_9": 144, + "img_NavTopLogo1_10": 208, + "img_NavTopLogo1_7": 40, + "img_NavTopLogo1_8": 106, + "img_NavTopLogo1_9": 138, + "img_TitleImg_10": 213, + "img_TitleImg_7": 45, + "img_TitleImg_8": 111, + "img_TitleImg_9": 143, + "Label1": 31, + "Label3": 32, + "Label4_1": 122, + "lbl_announcementCardDate": 73, + "lbl_announcementCardDate_1": 157, + "lbl_announcementCardDate_2": 237, + "lbl_announcementCardDetails": 71, + "lbl_announcementCardDetails_1": 235, + "lbl_announcementCardTime": 74, + "lbl_announcementCardTime_1": 158, + "lbl_announcementCardTime_2": 238, + "lbl_announcementCardTitle": 70, + "lbl_announcementCardTitle_1": 234, + "lbl_assignmentNo": 87, + "lbl_BodyLowerSummary_Title_2": 126, + "lbl_BodyLowerSummary_Title_3": 130, + "lbl_courseCode": 58, + "lbl_courseTitle": 57, + "lbl_createAnnouncementTitle": 220, + "lbl_id": 182, + "lbl_mainSubtitle": 8, + "lbl_mainSubtitle_1": 14, + "lbl_mainSubtitle_2": 20, + "lbl_mainTitle": 7, + "lbl_mainTitle_1": 13, + "lbl_mainTitle_2": 19, + "lbl_marks": 174, + "lbl_Name": 27, + "lbl_noItemMsg": 50, + "lbl_stName": 181, + "lbl_studentName": 172, + "lbl_studentNo": 173, + "lbl_SubjCode": 80, + "lbl_SubjCode_1": 164, + "lbl_SubjTitle": 79, + "lbl_SubjTitle_1": 163, + "lbl_SubjTitle_2": 81, + "lbl_SubjTitle_3": 82, + "lbl_SubjTitle_4": 165, + "lbl_SubjTitle_5": 166, + "lbl_Submissions_AssignmentCourse": 154, + "lbl_Submissions_AssignmentDue": 183, + "lbl_Submissions_AssignmentName": 153, + "lbl_submittedOn": 91, + "lbl_subName": 92, + "lbl_Titile_10": 211, + "lbl_Titile_7": 43, + "lbl_Titile_8": 109, + "lbl_Titile_9": 141, + "lbl_title": 65, + "lbl_title_1": 77, + "lbl_title_2": 95, + "lbl_title_3": 161, + "lbl_title_4": 229, + "lbl_title_6": 186, + "Login": 22, + "Name_DataCard2": 285, + "StarVisible1": 243, + "StarVisible2": 257, + "StarVisible3": 263, + "StarVisible5": 279, + "StarVisible6": 284, + "StarVisible7": 289, + "StarVisible8": 294, + "TextInput1": 187, + "total marks_DataCard1": 253, + "txt_announcementTitle": 223, + "txt_createAnnouncementDesc": 225, + "txt_description": 296, + "txt_description_1": 120, + "txt_feedback_1": 247, + "txt_Marks": 258, + "txt_name": 297, + "txt_Response_4": 131, + "txt_search": 230, + "txt_Submissions_AssignmentDesc": 155, + "txt_unitNo": 295, + "txt_UserInput_4": 127, + "Unit Number_DataCard1": 275 + }, + "FunctionParamsInvariantScripts": {}, + "FunctionParamsInvariantScriptsOnInstances": {}, + "HeaderLastSavedDateTimeUTC": "09/27/2023 07:05:35", + "IsLegacyComponentAllowGlobalScopeCase": false, + "LocalConnectionIDReferences": { + "f70cc7de-6824-48e5-b24d-078599d283cc": "\"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f/connections/77ce5d83b9d3441188d1ff761520e86d\"" + }, + "LocalDatabaseReferencesAsEmpty": false, + "LocalResourceFileNames": { + "3dLaptop": "3a606938-aae1-44f3-9eb4-8747f12a5b8f.png", + "apraulogo": "d4eec33e-ec2f-4258-82f2-ea7284f20ce4.png", + "book": "2cd24ef3-99fe-4877-a445-f7e95671da54.png", + "img_NavTopLogo": "bcdf721b-f895-4edb-8c75-41bed699a081.png", + "lamp": "acb85382-0dea-426b-a615-b65f92436f77.png" + }, + "LocalResourceRootPaths": { + "3dLaptop": "https://docserverpwaprodseas.blob.core.windows.net/6c7d5445-44a4-4e97-9f61-61fb53a87275-1/resource/Assets0Images03a606938-aae1-44f3-9eb4-8747f12a5b8f.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T04%3A50%3A13Z&ske=2023-09-28T05%3A05%3A13Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T05%3A05%3A13Z&sr=b&sp=r&sig=QgogWGVWM39cgjKM9kVgl8w76A8piYvvg2fB5Ond5wc%3D", + "apraulogo": "https://docserverpwaprodseas.blob.core.windows.net/6c7d5445-44a4-4e97-9f61-61fb53a87275-1/resource/Assets0Images0d4eec33e-ec2f-4258-82f2-ea7284f20ce4.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T04%3A50%3A13Z&ske=2023-09-28T05%3A05%3A13Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T05%3A05%3A13Z&sr=b&sp=r&sig=Fz9aCLutVfP6N7%2BwpbdVW6Ok1rXFQsMH2uJuPdNy%2Bow%3D", + "book": "https://docserverpwaprodseas.blob.core.windows.net/6c7d5445-44a4-4e97-9f61-61fb53a87275-1/resource/Assets0Images02cd24ef3-99fe-4877-a445-f7e95671da54.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T04%3A50%3A13Z&ske=2023-09-28T05%3A05%3A13Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T05%3A05%3A13Z&sr=b&sp=r&sig=yibGFtP2SZvTxdtSf7RIajZ8H%2BjFbp0cntrvh5ZSE5s%3D", + "img_NavTopLogo": "https://docserverpwaprodseas.blob.core.windows.net/6c7d5445-44a4-4e97-9f61-61fb53a87275-1/resource/Assets0Images0bcdf721b-f895-4edb-8c75-41bed699a081.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T04%3A50%3A13Z&ske=2023-09-28T05%3A05%3A13Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T05%3A05%3A13Z&sr=b&sp=r&sig=HIeRtoUx1DoHZPqTJHQH2S7Zf9Nd7EKs%2FKjEhTDSXac%3D", + "lamp": "https://docserverpwaprodseas.blob.core.windows.net/6c7d5445-44a4-4e97-9f61-61fb53a87275-1/resource/Assets0Images0acb85382-0dea-426b-a615-b65f92436f77.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-09-27T04%3A50%3A13Z&ske=2023-09-28T05%3A05%3A13Z&sks=b&skv=2021-08-06&sv=2021-08-06&spr=https&se=2023-09-28T05%3A05%3A13Z&sr=b&sp=r&sig=rcyUAEosdYxpR7FWtkZ2bUnphhiGImt1jRqXe1a8wyU%3D" + }, + "OrderComponentMetadata": { + "c5659ece0d9d4bf094ec3ff1e87c64bf": 1, + "dbff28b70dda478389835d9e45f00d22": 0, + "ea31ed3a1aa1481d8f2813c730259715": 2 + }, + "OrderComponentTemplate": { + "c5659ece0d9d4bf094ec3ff1e87c64bf": 1, + "dbff28b70dda478389835d9e45f00d22": 0, + "ea31ed3a1aa1481d8f2813c730259715": 2 + }, + "OrderDataSource": { + "Announcements": 75, + "Announcements\\appr_annoucementfrom": 1, + "Announcements\\appr_announcement_statecode": 3, + "Announcements\\appr_announcement_statuscode": 4, + "Announcements\\appr_announcementscope": 2, + "Announcements\\default.cds_appr_announcement_views": 68, + "Assignment Marks": 77, + "Assignment Marks\\appr_assignmentmark_statecode": 8, + "Assignment Marks\\appr_assignmentmark_statuscode": 9, + "Assignment Marks\\appr_assignmentstatus": 7, + "Assignment Marks\\default.cds_appr_assignmentmark_views": 70, + "Assignments": 76, + "Assignments\\appr_assignment_statecode": 5, + "Assignments\\appr_assignment_statuscode": 6, + "Assignments\\default.cds_appr_assignment_views": 69, + "ChatGPTConnector": 0, + "colAssignmentAssist": 83, + "ComboBoxSample": 82, + "Contacts": 79, + "Contacts\\adx_contact_adx_confirmremovepassword": 12, + "Contacts\\adx_contact_adx_identity_emailaddress1confirmed": 13, + "Contacts\\adx_contact_adx_identity_locallogindisabled": 14, + "Contacts\\adx_contact_adx_identity_lockoutenabled": 15, + "Contacts\\adx_contact_adx_identity_logonenabled": 16, + "Contacts\\adx_contact_adx_identity_mobilephoneconfirmed": 17, + "Contacts\\adx_contact_adx_identity_twofactorenabled": 18, + "Contacts\\adx_contact_adx_profilealert": 19, + "Contacts\\adx_profileisanonymous_contact": 20, + "Contacts\\appr_contactrole": 49, + "Contacts\\contact_accountrolecode": 39, + "Contacts\\contact_address1_addresstypecode": 40, + "Contacts\\contact_address1_freighttermscode": 41, + "Contacts\\contact_address1_shippingmethodcode": 42, + "Contacts\\contact_address2_addresstypecode": 43, + "Contacts\\contact_address2_freighttermscode": 44, + "Contacts\\contact_address2_shippingmethodcode": 45, + "Contacts\\contact_address3_addresstypecode": 46, + "Contacts\\contact_address3_freighttermscode": 47, + "Contacts\\contact_address3_shippingmethodcode": 48, + "Contacts\\contact_creditonhold": 21, + "Contacts\\contact_customersizecode": 50, + "Contacts\\contact_customertypecode": 51, + "Contacts\\contact_donotbulkemail": 22, + "Contacts\\contact_donotbulkpostalmail": 23, + "Contacts\\contact_donotemail": 24, + "Contacts\\contact_donotfax": 25, + "Contacts\\contact_donotphone": 26, + "Contacts\\contact_donotpostalmail": 27, + "Contacts\\contact_donotsendmm": 28, + "Contacts\\contact_educationcode": 52, + "Contacts\\contact_familystatuscode": 53, + "Contacts\\contact_followemail": 29, + "Contacts\\contact_gendercode": 54, + "Contacts\\contact_haschildrencode": 55, + "Contacts\\contact_isautocreate": 30, + "Contacts\\contact_isbackofficecustomer": 31, + "Contacts\\contact_isprivate": 32, + "Contacts\\contact_leadsourcecode": 56, + "Contacts\\contact_marketingonly": 33, + "Contacts\\contact_merged": 34, + "Contacts\\contact_participatesinworkflow": 38, + "Contacts\\contact_paymenttermscode": 58, + "Contacts\\contact_preferredappointmentdaycode": 59, + "Contacts\\contact_preferredappointmenttimecode": 60, + "Contacts\\contact_preferredcontactmethodcode": 61, + "Contacts\\contact_shippingmethodcode": 62, + "Contacts\\contact_statecode": 64, + "Contacts\\contact_statuscode": 65, + "Contacts\\contact_territorycode": 63, + "Contacts\\default.cds_contact_views": 72, + "Contacts\\msdyn_contact_msdyn_disablewebtracking": 35, + "Contacts\\msdyn_contact_msdyn_isminor": 36, + "Contacts\\msdyn_contact_msdyn_isminorwithparentalconsent": 37, + "Contacts\\powerpagelanguages": 57, + "Courses_1": 78, + "Courses_1\\appr_course_statecode": 10, + "Courses_1\\appr_course_statuscode": 11, + "Courses_1\\default.cds_appr_course_views": 71, + "CustomGallerySample": 74, + "DropDownSample": 81, + "Learning Materials": 80, + "Learning Materials\\appr_learningmaterials_statecode": 66, + "Learning Materials\\appr_learningmaterials_statuscode": 67, + "Learning Materials\\default.cds_appr_learningmaterials_views": 73 + }, + "OrderGroupControls": {}, + "OrderPcfTemplate": {}, + "OrderTemplate": {}, + "OrderXMLTemplate": { + "attachments": 8, + "button": 4, + "combobox": 10, + "dropdown": 9, + "form": 6, + "gallery": 5, + "groupContainer": 2, + "htmlViewer": 1, + "image": 0, + "label": 3, + "text": 7 + }, + "OverridablePropertiesEntry": { + "AI Assignment Creator": {}, + "Announcement": {}, + "App": {}, + "Assignment Status_DataCard1": {}, + "Attachment_DataCard1": {}, + "bt_Login": {}, + "btn_attachFile": {}, + "btn_bg": {}, + "btn_cancel": {}, + "btn_galNav_3": {}, + "btn_galNav_4": {}, + "btn_galNav_5": {}, + "btn_galNav_6": {}, + "btn_MarkAssignment": {}, + "btn_save": {}, + "btn_Submit_4": {}, + "btn_Submit_5": {}, + "btn_Submit_6": {}, + "btn_view": {}, + "Button1": {}, + "Button2": {}, + "comp_topTitleBar": {}, + "comp_topTitleBar_1": {}, + "comp_topTitleBar_2": {}, + "comp_topTitleBar_3": {}, + "comp_topTitleBar_4": {}, + "comp_topTitleBar_5": {}, + "comp_topTitleBar_6": {}, + "comp_topTitleBar_Course": {}, + "cont_addMaterialBody": {}, + "cont_addMaterialHeader": {}, + "cont_aiAssignmentbody": {}, + "cont_aiAssignmentbody_1": {}, + "cont_aiAssignmentInfo": {}, + "cont_announcementCard": {}, + "cont_announcementCard_1": {}, + "cont_announcementCreateCta": {}, + "cont_announcementCreateRow": {}, + "cont_announcementCreateRow_1": {}, + "cont_announcementDateAndTime": {}, + "cont_announcementDateAndTime_1": {}, + "cont_announcementDateAndTime_2": {}, + "cont_assignmentHeader": {}, + "cont_assignmentHeader_1": {}, + "cont_assignmentHeader_2": {}, + "cont_assignmentHeader_3": {}, + "cont_assignmentMaterials": {}, + "cont_assignmentMaterials_1": {}, + "cont_assignmentMaterials_2": {}, + "cont_assignmentMaterials_3": {}, + "cont_assignmentsAndAnnouncements": {}, + "cont_assignmentsAndAnnouncements_1": {}, + "cont_Body_4": {}, + "cont_Body_5": {}, + "cont_Body_6": {}, + "cont_BodyLower_12": {}, + "cont_BodyLower_13": {}, + "cont_BodyLower_14": {}, + "cont_BodyUpper_5": {}, + "cont_BodyUpper_8": {}, + "cont_BodyUpperAssignments": {}, + "cont_Course": {}, + "cont_CourseContents": {}, + "cont_CourseContents_1": {}, + "cont_createAnnouncement": {}, + "cont_ctaBtn": {}, + "cont_grade": {}, + "cont_gradeAssignment": {}, + "cont_GradeAssignment": {}, + "cont_headers": {}, + "cont_headers_1": {}, + "cont_Main_1": {}, + "cont_Main_2": {}, + "cont_Main_3": {}, + "cont_Main_5": {}, + "cont_mainContent_1": {}, + "cont_mainContent_2": {}, + "cont_mainContent_3": {}, + "cont_mainContent_5": {}, + "cont_markAssignmentCta": {}, + "cont_markBg": {}, + "cont_marksData": {}, + "cont_marksData_1": {}, + "cont_materialAction": {}, + "cont_Nav_10": {}, + "cont_Nav_7": {}, + "cont_Nav_8": {}, + "cont_Nav_9": {}, + "cont_noItem": {}, + "cont_recentAnnouncements": {}, + "cont_sidenav_1": {}, + "cont_sidenav_2": {}, + "cont_sidenav_3": {}, + "cont_sidenav_6": {}, + "cont_SideNavInner_5": {}, + "cont_SideNavInner_6": {}, + "cont_SideNavInner_7": {}, + "cont_SideNavInner_8": {}, + "cont_studentData": {}, + "cont_submissionHeader": {}, + "cont_text": {}, + "cont_titleAndSubtitle": {}, + "cont_topSection_2": {}, + "cont_topSection_3": {}, + "cont_topSection_4": {}, + "Container2": {}, + "Container3": {}, + "Container4": {}, + "Container9": {}, + "Courses": {}, + "DataCardKey1": {}, + "DataCardKey10": {}, + "DataCardKey11": {}, + "DataCardKey4": {}, + "DataCardKey5": {}, + "DataCardKey8": {}, + "DataCardKey9": {}, + "DataCardValue11": {}, + "DataCardValue5": {}, + "Description_DataCard1": {}, + "drp_Assignment_4": {}, + "drp_AssignmentStatus": {}, + "drp_course": {}, + "drp_Subject_3": {}, + "drp_Subject_5": {}, + "ErrorMessage1": {}, + "ErrorMessage2": {}, + "ErrorMessage3": {}, + "ErrorMessage5": {}, + "ErrorMessage6": {}, + "ErrorMessage7": {}, + "ErrorMessage8": {}, + "Feedback Comment_DataCard1": {}, + "frm_CourseMaterials": {}, + "frm_GradeAssignment": {}, + "gal_Nav_10": {}, + "gal_Nav_7": {}, + "gal_Nav_8": {}, + "gal_Nav_9": {}, + "galleryTemplate1_10": {}, + "galleryTemplate1_7": {}, + "galleryTemplate1_8": {}, + "galleryTemplate1_9": {}, + "galleryTemplate3": {}, + "galleryTemplate3_1": {}, + "galleryTemplate5": {}, + "galleryTemplate5_1": {}, + "galleryTemplate6": {}, + "glr_announcement": {}, + "glr_assignment": {}, + "glr_courses": {}, + "glr_materialsTable": {}, + "glr_submissionTable": {}, + "Grade Assignments": {}, + "Greeting_2": {}, + "Greeting_3": {}, + "Greeting_4": {}, + "Host": {}, + "html_background": {}, + "html_btnDelete": {}, + "html_btnDelete_1": {}, + "Html_loginDiv": {}, + "HtmlText1": {}, + "Image1": {}, + "Image2": {}, + "Image4_2": {}, + "Image4_3": {}, + "Image4_4": {}, + "img_DP": {}, + "img_Info_1": {}, + "img_Logo": {}, + "img_NavFooter_10": {}, + "img_NavFooter_7": {}, + "img_NavFooter_8": {}, + "img_NavFooter_9": {}, + "img_NavTopLogo1_10": {}, + "img_NavTopLogo1_7": {}, + "img_NavTopLogo1_8": {}, + "img_NavTopLogo1_9": {}, + "img_TitleImg_10": {}, + "img_TitleImg_7": {}, + "img_TitleImg_8": {}, + "img_TitleImg_9": {}, + "Label1": {}, + "Label3": {}, + "Label4_1": {}, + "lbl_announcementCardDate": {}, + "lbl_announcementCardDate_1": {}, + "lbl_announcementCardDate_2": {}, + "lbl_announcementCardDetails": {}, + "lbl_announcementCardDetails_1": {}, + "lbl_announcementCardTime": {}, + "lbl_announcementCardTime_1": {}, + "lbl_announcementCardTime_2": {}, + "lbl_announcementCardTitle": {}, + "lbl_announcementCardTitle_1": {}, + "lbl_assignmentNo": {}, + "lbl_BodyLowerSummary_Title_2": {}, + "lbl_BodyLowerSummary_Title_3": {}, + "lbl_courseCode": {}, + "lbl_courseTitle": {}, + "lbl_createAnnouncementTitle": {}, + "lbl_id": {}, + "lbl_mainSubtitle": {}, + "lbl_mainSubtitle_1": {}, + "lbl_mainSubtitle_2": {}, + "lbl_mainTitle": {}, + "lbl_mainTitle_1": {}, + "lbl_mainTitle_2": {}, + "lbl_marks": {}, + "lbl_Name": {}, + "lbl_noItemMsg": {}, + "lbl_stName": {}, + "lbl_studentName": {}, + "lbl_studentNo": {}, + "lbl_SubjCode": {}, + "lbl_SubjCode_1": {}, + "lbl_SubjTitle": {}, + "lbl_SubjTitle_1": {}, + "lbl_SubjTitle_2": {}, + "lbl_SubjTitle_3": {}, + "lbl_SubjTitle_4": {}, + "lbl_SubjTitle_5": {}, + "lbl_Submissions_AssignmentCourse": {}, + "lbl_Submissions_AssignmentDue": {}, + "lbl_Submissions_AssignmentName": {}, + "lbl_submittedOn": {}, + "lbl_subName": {}, + "lbl_Titile_10": {}, + "lbl_Titile_7": {}, + "lbl_Titile_8": {}, + "lbl_Titile_9": {}, + "lbl_title": {}, + "lbl_title_1": {}, + "lbl_title_2": {}, + "lbl_title_3": {}, + "lbl_title_4": {}, + "lbl_title_6": {}, + "Login": {}, + "Name_DataCard2": {}, + "StarVisible1": {}, + "StarVisible2": {}, + "StarVisible3": {}, + "StarVisible5": {}, + "StarVisible6": {}, + "StarVisible7": {}, + "StarVisible8": {}, + "TextInput1": {}, + "total marks_DataCard1": {}, + "txt_announcementTitle": {}, + "txt_createAnnouncementDesc": {}, + "txt_description": {}, + "txt_description_1": {}, + "txt_feedback_1": {}, + "txt_Marks": {}, + "txt_name": {}, + "txt_Response_4": {}, + "txt_search": {}, + "txt_Submissions_AssignmentDesc": {}, + "txt_unitNo": {}, + "txt_UserInput_4": {}, + "Unit Number_DataCard1": {} + }, + "PCFDynamicSchemaForIRRetrievalEntry": {}, + "PCFTemplateEntry": {}, + "PublishOrderIndices": { + "AI Assignment Creator": 0, + "Announcement": 0, + "App": 0, + "Assignment Status_DataCard1": 193, + "Attachment_DataCard1": 89, + "bt_Login": 10, + "btn_attachFile": 94, + "btn_bg": 27, + "btn_cancel": 200, + "btn_galNav_3": 20, + "btn_galNav_4": 104, + "btn_galNav_5": 135, + "btn_galNav_6": 210, + "btn_MarkAssignment": 201, + "btn_save": 95, + "btn_Submit_4": 122, + "btn_Submit_5": 126, + "btn_Submit_6": 225, + "btn_view": 164, + "Button1": 33, + "Button2": 42, + "comp_topTitleBar": 107, + "comp_topTitleBar_1": 24, + "comp_topTitleBar_2": 124, + "comp_topTitleBar_3": 108, + "comp_topTitleBar_4": 139, + "comp_topTitleBar_5": 283, + "comp_topTitleBar_6": 214, + "comp_topTitleBar_Course": 37, + "cont_addMaterialBody": 72, + "cont_addMaterialHeader": 70, + "cont_aiAssignmentbody": 110, + "cont_aiAssignmentbody_1": 141, + "cont_aiAssignmentInfo": 115, + "cont_announcementCard": 45, + "cont_announcementCard_1": 231, + "cont_announcementCreateCta": 224, + "cont_announcementCreateRow": 219, + "cont_announcementCreateRow_1": 222, + "cont_announcementDateAndTime": 48, + "cont_announcementDateAndTime_1": 149, + "cont_announcementDateAndTime_2": 234, + "cont_assignmentHeader": 40, + "cont_assignmentHeader_1": 52, + "cont_assignmentHeader_2": 153, + "cont_assignmentHeader_3": 172, + "cont_assignmentMaterials": 51, + "cont_assignmentMaterials_1": 69, + "cont_assignmentMaterials_2": 152, + "cont_assignmentMaterials_3": 177, + "cont_assignmentsAndAnnouncements": 39, + "cont_assignmentsAndAnnouncements_1": 171, + "cont_Body_4": 109, + "cont_Body_5": 140, + "cont_Body_6": 216, + "cont_BodyLower_12": 118, + "cont_BodyLower_13": 119, + "cont_BodyLower_14": 123, + "cont_BodyUpper_5": 112, + "cont_BodyUpper_8": 142, + "cont_BodyUpperAssignments": 111, + "cont_Course": 36, + "cont_CourseContents": 38, + "cont_CourseContents_1": 170, + "cont_createAnnouncement": 217, + "cont_ctaBtn": 163, + "cont_grade": 181, + "cont_gradeAssignment": 145, + "cont_GradeAssignment": 168, + "cont_headers": 54, + "cont_headers_1": 155, + "cont_Main_1": 12, + "cont_Main_2": 96, + "cont_Main_3": 127, + "cont_Main_5": 202, + "cont_mainContent_1": 23, + "cont_mainContent_2": 107, + "cont_mainContent_3": 138, + "cont_mainContent_5": 213, + "cont_markAssignmentCta": 199, + "cont_markBg": 61, + "cont_marksData": 62, + "cont_marksData_1": 162, + "cont_materialAction": 63, + "cont_Nav_10": 205, + "cont_Nav_7": 15, + "cont_Nav_8": 99, + "cont_Nav_9": 130, + "cont_noItem": 34, + "cont_recentAnnouncements": 226, + "cont_sidenav_1": 13, + "cont_sidenav_2": 97, + "cont_sidenav_3": 128, + "cont_sidenav_6": 203, + "cont_SideNavInner_5": 14, + "cont_SideNavInner_6": 98, + "cont_SideNavInner_7": 129, + "cont_SideNavInner_8": 204, + "cont_studentData": 173, + "cont_submissionHeader": 178, + "cont_text": 29, + "cont_titleAndSubtitle": 30, + "cont_topSection_2": 237, + "cont_topSection_3": 242, + "cont_topSection_4": 247, + "Container2": 2, + "Container3": 5, + "Container4": 7, + "Container9": 215, + "Courses": 0, + "DataCardKey1": 186, + "DataCardKey10": 82, + "DataCardKey11": 92, + "DataCardKey4": 191, + "DataCardKey5": 195, + "DataCardKey8": 77, + "DataCardKey9": 87, + "DataCardValue11": 90, + "DataCardValue5": 196, + "Description_DataCard1": 84, + "drp_Assignment_4": 144, + "drp_AssignmentStatus": 197, + "drp_course": 220, + "drp_Subject_3": 113, + "drp_Subject_5": 143, + "ErrorMessage1": 187, + "ErrorMessage2": 192, + "ErrorMessage3": 198, + "ErrorMessage5": 78, + "ErrorMessage6": 88, + "ErrorMessage7": 83, + "ErrorMessage8": 93, + "Feedback Comment_DataCard1": 183, + "frm_CourseMaterials": 73, + "frm_GradeAssignment": 182, + "gal_Nav_10": 207, + "gal_Nav_7": 17, + "gal_Nav_8": 101, + "gal_Nav_9": 132, + "galleryTemplate1_10": 208, + "galleryTemplate1_7": 18, + "galleryTemplate1_8": 102, + "galleryTemplate1_9": 133, + "galleryTemplate3": 60, + "galleryTemplate3_1": 161, + "galleryTemplate5": 44, + "galleryTemplate5_1": 230, + "galleryTemplate6": 26, + "glr_announcement": 229, + "glr_assignment": 43, + "glr_courses": 25, + "glr_materialsTable": 59, + "glr_submissionTable": 160, + "Grade Assignments": 0, + "Greeting_2": 238, + "Greeting_3": 243, + "Greeting_4": 248, + "Host": 0, + "html_background": 28, + "html_btnDelete": 64, + "html_btnDelete_1": 65, + "Html_loginDiv": 1, + "HtmlText1": 169, + "Image1": 0, + "Image2": 11, + "Image4_2": 241, + "Image4_3": 246, + "Image4_4": 251, + "img_DP": 6, + "img_Info_1": 117, + "img_Logo": 3, + "img_NavFooter_10": 212, + "img_NavFooter_7": 22, + "img_NavFooter_8": 106, + "img_NavFooter_9": 137, + "img_NavTopLogo1_10": 206, + "img_NavTopLogo1_7": 16, + "img_NavTopLogo1_8": 100, + "img_NavTopLogo1_9": 131, + "img_TitleImg_10": 211, + "img_TitleImg_7": 21, + "img_TitleImg_8": 105, + "img_TitleImg_9": 136, + "Label1": 8, + "Label3": 9, + "Label4_1": 116, + "lbl_announcementCardDate": 49, + "lbl_announcementCardDate_1": 150, + "lbl_announcementCardDate_2": 235, + "lbl_announcementCardDetails": 47, + "lbl_announcementCardDetails_1": 233, + "lbl_announcementCardTime": 50, + "lbl_announcementCardTime_1": 151, + "lbl_announcementCardTime_2": 236, + "lbl_announcementCardTitle": 46, + "lbl_announcementCardTitle_1": 232, + "lbl_assignmentNo": 68, + "lbl_BodyLowerSummary_Title_2": 120, + "lbl_BodyLowerSummary_Title_3": 124, + "lbl_courseCode": 32, + "lbl_courseTitle": 31, + "lbl_createAnnouncementTitle": 218, + "lbl_id": 175, + "lbl_mainSubtitle": 240, + "lbl_mainSubtitle_1": 245, + "lbl_mainSubtitle_2": 250, + "lbl_mainTitle": 239, + "lbl_mainTitle_1": 244, + "lbl_mainTitle_2": 249, + "lbl_marks": 167, + "lbl_Name": 4, + "lbl_noItemMsg": 35, + "lbl_stName": 174, + "lbl_studentName": 165, + "lbl_studentNo": 166, + "lbl_SubjCode": 56, + "lbl_SubjCode_1": 157, + "lbl_SubjTitle": 55, + "lbl_SubjTitle_1": 156, + "lbl_SubjTitle_2": 57, + "lbl_SubjTitle_3": 58, + "lbl_SubjTitle_4": 158, + "lbl_SubjTitle_5": 159, + "lbl_Submissions_AssignmentCourse": 147, + "lbl_Submissions_AssignmentDue": 176, + "lbl_Submissions_AssignmentName": 146, + "lbl_submittedOn": 66, + "lbl_subName": 67, + "lbl_Titile_10": 209, + "lbl_Titile_7": 19, + "lbl_Titile_8": 103, + "lbl_Titile_9": 134, + "lbl_title": 41, + "lbl_title_1": 53, + "lbl_title_2": 71, + "lbl_title_3": 154, + "lbl_title_4": 227, + "lbl_title_6": 179, + "Login": 0, + "Name_DataCard2": 79, + "StarVisible1": 185, + "StarVisible2": 190, + "StarVisible3": 194, + "StarVisible5": 76, + "StarVisible6": 86, + "StarVisible7": 81, + "StarVisible8": 91, + "TextInput1": 180, + "total marks_DataCard1": 188, + "txt_announcementTitle": 221, + "txt_createAnnouncementDesc": 223, + "txt_description": 85, + "txt_description_1": 114, + "txt_feedback_1": 184, + "txt_Marks": 189, + "txt_name": 80, + "txt_Response_4": 125, + "txt_search": 228, + "txt_Submissions_AssignmentDesc": 148, + "txt_unitNo": 75, + "txt_UserInput_4": 121, + "Unit Number_DataCard1": 74 + }, + "ResourcesJsonIndices": { + "Image-3dLaptop": 1, + "Image-apraulogo": 2, + "Image-book": 3, + "Image-img_NavTopLogo": 5, + "Image-lamp": 4, + "Image-SampleImage": 0 + }, + "RuleScreenIdWithoutScreen": {}, + "TemplateVersions": {}, + "VolatileProperties": { + "AnalysisLoadTime": 1.4418283000000001, + "ControlCount": { + "button": 16, + "c5659ece0d9d4bf094ec3ff1e87c64bf": 2, + "dbff28b70dda478389835d9e45f00d22": 4, + "dropdown": 4, + "ea31ed3a1aa1481d8f2813c730259715": 2, + "form": 1, + "gallery": 9, + "galleryTemplate": 9, + "groupContainer": 83, + "htmlViewer": 5, + "image": 20, + "label": 60, + "screen": 5, + "text": 21, + "typedDataCard": 2 + }, + "DeserializationLoadTime": 3.6199224999999999 + }, + "WasLocalDatabaseReferencesEmpty": false +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/checksum.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/checksum.json new file mode 100644 index 00000000..9c3a8523 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Entropy/checksum.json @@ -0,0 +1,62 @@ +{ + "ClientBuildDetails": { + "CommitHash": "941f06c8f5cf7a493289e9514c8dec5c50b61d34", + "IsLocalBuild": false + }, + "ClientPerFileChecksums": { + "AppCheckerResult.sarif": "C8_WUPQLWayC3PlqbWeQbQuroPEjQvI3IzWWKhS5W65XcY=", + "Assets\\Images\\2cd24ef3-99fe-4877-a445-f7e95671da54.png": "C8_ixRykmn/fUOFegGQDL/PDEBgdKYlzmwb5QVMhMa2irQ=", + "Assets\\Images\\3a606938-aae1-44f3-9eb4-8747f12a5b8f.png": "C8_I6lIOHsi592ufzWbb8cIGX/P4XHcxFU3wWStAx33CFI=", + "Assets\\Images\\acb85382-0dea-426b-a615-b65f92436f77.png": "C8_CYWZAKCM4qA6Z/Fn3ePBGmGoUeHdcgHIkY2LDOTZXLc=", + "Assets\\Images\\bcdf721b-f895-4edb-8c75-41bed699a081.png": "C8_StS41nUphmGFEWZTLuaxqByF4P2Gc027wnXJSbm36pE=", + "Assets\\Images\\d4eec33e-ec2f-4258-82f2-ea7284f20ce4.png": "C8_vkx5A3Ul7OEmPebNPaNK09m2Gd6Jasfh4hurlrOVqAA=", + "Components\\10.json": "C8_6LDG9VLUzDNXJlU5nILJ+Ml6jxCONDFJp5AQX6WWw7w=", + "Components\\16.json": "C8_GCHOZpplO05Fe/e118O0Ia0wSDHJKnpdRe/JDT3+kZU=", + "Components\\4.json": "C8_PrgyRgks7cgqFgrroHAb4T86FMdUzRDrO6G8qzvL1Bw=", + "ComponentsMetadata.json": "C8_vij8kJyFwKmcN/PLG3zURYL7hV8Bv0X3h0MOVHyQLVw=", + "Controls\\1.json": "C8_ea8ESfh49xMWi9s3FNC1K8SQ495jkh9KGdlI4DY1/S8=", + "Controls\\101.json": "C8_t6rHKiaiKQBk5iF5tIXby/X2UDsVXkEEHG0y6MLHcZw=", + "Controls\\133.json": "C8_pTdH5HwkDLOArglBkLVkjZqCJDUQ0TBDqZuFQs+ASKg=", + "Controls\\203.json": "C8_RYHfJM3a6xth7VGWPtoOK3/1wD+RTi38y9uON9YX3oM=", + "Controls\\22.json": "C8_6+pyF34flmzxDI7o9JzuVUTU9kyIPXXLPNf/xdJ9fNU=", + "Controls\\35.json": "C8_163r5fanyS7VoxN3q/vj8zO1ettv6iF0QAUYTIZrYOI=", + "Header.json": "C8_6izkeSt4NWZr+hREnOek6z7aA/BVgGLDodBy0wU98oE=", + "Properties.json": "C8_bkk6g29YkC6+qXjuc3ijR+Tebi7zETRJGEPYoWi5MN0=", + "References\\DataSources.json": "C8_MY+Dz6ptAirObIfT0ToQ7h3xD5Xddkzb2/xr1uUSObM=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\QualifiedValues.json": "C8_A7o5dFQq1qKKs0RUhfE0MkoM2Dhb0RdTES13lU2bkr4=", + "References\\Resources.json": "C8_sj7RuHy8zF9MQJlES/cKHs5HNdtYK22+sSHoMZo47mo=", + "References\\Templates.json": "C8_7jlEOk2MtEUfh5KbvVhGJX3LIi5KNSD5djnIzNGXp4s=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_FKhgL1nDNehDbc3nOBnJE4Xz5GUa6HkiD+mlN8um3rc=" + }, + "ClientStampedChecksum": "C8_9ugUOroYpL7bdMu8+zCKP1Q9LMY68pmFfMBJXkdk5fo=", + "ServerPerFileChecksums": { + "AppCheckerResult.sarif": "C8_WUPQLWayC3PlqbWeQbQuroPEjQvI3IzWWKhS5W65XcY=", + "Assets\\Images\\2cd24ef3-99fe-4877-a445-f7e95671da54.png": "C8_ixRykmn/fUOFegGQDL/PDEBgdKYlzmwb5QVMhMa2irQ=", + "Assets\\Images\\3a606938-aae1-44f3-9eb4-8747f12a5b8f.png": "C8_I6lIOHsi592ufzWbb8cIGX/P4XHcxFU3wWStAx33CFI=", + "Assets\\Images\\acb85382-0dea-426b-a615-b65f92436f77.png": "C8_CYWZAKCM4qA6Z/Fn3ePBGmGoUeHdcgHIkY2LDOTZXLc=", + "Assets\\Images\\bcdf721b-f895-4edb-8c75-41bed699a081.png": "C8_StS41nUphmGFEWZTLuaxqByF4P2Gc027wnXJSbm36pE=", + "Assets\\Images\\d4eec33e-ec2f-4258-82f2-ea7284f20ce4.png": "C8_vkx5A3Ul7OEmPebNPaNK09m2Gd6Jasfh4hurlrOVqAA=", + "Components\\10.json": "C8_6LDG9VLUzDNXJlU5nILJ+Ml6jxCONDFJp5AQX6WWw7w=", + "Components\\16.json": "C8_GCHOZpplO05Fe/e118O0Ia0wSDHJKnpdRe/JDT3+kZU=", + "Components\\4.json": "C8_PrgyRgks7cgqFgrroHAb4T86FMdUzRDrO6G8qzvL1Bw=", + "ComponentsMetadata.json": "C8_vij8kJyFwKmcN/PLG3zURYL7hV8Bv0X3h0MOVHyQLVw=", + "Controls\\1.json": "C8_ea8ESfh49xMWi9s3FNC1K8SQ495jkh9KGdlI4DY1/S8=", + "Controls\\101.json": "C8_t6rHKiaiKQBk5iF5tIXby/X2UDsVXkEEHG0y6MLHcZw=", + "Controls\\133.json": "C8_pTdH5HwkDLOArglBkLVkjZqCJDUQ0TBDqZuFQs+ASKg=", + "Controls\\203.json": "C8_RYHfJM3a6xth7VGWPtoOK3/1wD+RTi38y9uON9YX3oM=", + "Controls\\22.json": "C8_6+pyF34flmzxDI7o9JzuVUTU9kyIPXXLPNf/xdJ9fNU=", + "Controls\\35.json": "C8_163r5fanyS7VoxN3q/vj8zO1ettv6iF0QAUYTIZrYOI=", + "Header.json": "C8_6izkeSt4NWZr+hREnOek6z7aA/BVgGLDodBy0wU98oE=", + "Properties.json": "C8_bkk6g29YkC6+qXjuc3ijR+Tebi7zETRJGEPYoWi5MN0=", + "References\\DataSources.json": "C8_MY+Dz6ptAirObIfT0ToQ7h3xD5Xddkzb2/xr1uUSObM=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\QualifiedValues.json": "C8_A7o5dFQq1qKKs0RUhfE0MkoM2Dhb0RdTES13lU2bkr4=", + "References\\Resources.json": "C8_sj7RuHy8zF9MQJlES/cKHs5HNdtYK22+sSHoMZo47mo=", + "References\\Templates.json": "C8_7jlEOk2MtEUfh5KbvVhGJX3LIi5KNSD5djnIzNGXp4s=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_FKhgL1nDNehDbc3nOBnJE4Xz5GUa6HkiD+mlN8um3rc=" + }, + "ServerStampedChecksum": "C8_9ugUOroYpL7bdMu8+zCKP1Q9LMY68pmFfMBJXkdk5fo=" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Other/References/ModernThemes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Other/References/ModernThemes.json new file mode 100644 index 00000000..14ac0273 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Other/References/ModernThemes.json @@ -0,0 +1,8 @@ +{ + "Themes": [ + { + "EntityName": "PowerAppsTheme", + "ThemeName": "PowerAppsTheme" + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Other/References/QualifiedValues.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Other/References/QualifiedValues.json new file mode 100644 index 00000000..2a96ee55 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Other/References/QualifiedValues.json @@ -0,0 +1,62 @@ +{ + "QualifiedValues": [ + { + "Kind": "default.cds_appr_announcement_forms", + "Namespace": "Announcements (Forms)", + "Values": { + "Information": "0e642496-519c-4038-81a1-bb289938501c" + } + }, + { + "Kind": "default.cds_appr_assignment_forms", + "Namespace": "Assignments (Forms)", + "Values": { + "Assignment main form": "67f06a53-575b-ee11-be6f-6045bd1dbe0d", + "Information": "22e98bff-6915-4fc8-8326-e84967ec53c9" + } + }, + { + "Kind": "default.cds_appr_assignmentmark_forms", + "Namespace": "Assignment Marks (Forms)", + "Values": { + "Information": "9026f1f8-c1c8-4408-be90-73b7e79f3676" + } + }, + { + "Kind": "default.cds_appr_course_forms", + "Namespace": "Courses_1 (Forms)", + "Values": { + "Information": "e9682570-5f84-46a5-92e9-fa59d403bd5a" + } + }, + { + "Kind": "default.cds_contact_forms", + "Namespace": "Contacts (Forms)", + "Values": { + "account contact card": "29de27bc-a257-4f29-99cf-bab4a84e688f", + "Contact": "1fed44d1-ae68-4a41-bd2b-f13acac4acfa", + "contact card": "707fc57b-c5e6-471b-a180-e37ed28a38e2", + "Contact Card form": "bc0f68dd-a4b1-4a8f-bed3-c8f5db2f89cf", + "Contact Quick Create": "661157fe-2fc9-4eaa-835f-5bfa2f7b64f7", + "Contact Quick Form": "bdb0ae1c-32fa-4374-b637-8dafe107bc44", + "Contact Reference Panel": "d880c3cf-80e2-42f3-82f9-24d040d09f17", + "Information": "894cc46a-b0cb-4ab0-8bf6-200544e46a2d", + "Invite Web Form": "d6190b35-9474-4098-9698-33f6627eb3bf", + "Live Persona Card Form": "449faa0e-f471-48ec-87d0-4719909546d2", + "Portal Contact (Enhanced)": "c1c97961-2d42-4103-abf8-2fe2bdf38224", + "Profile Web Form (Enhanced)": "bddc0100-0dbe-4562-aafe-31d08c8ab506", + "Profile Web Form (Enhanced) - Japanese": "01124dd8-9bff-4cc0-bb33-ea9d943c3f9f", + "Recent Cases and Entitlements": "f3b707fb-3b5f-45f9-9c6b-5e573bb5d19e", + "Social Profiles": "7bb87dfd-ec3e-4ed9-8e3e-5725d3067295", + "Update Contact": "26843818-6508-4afe-9342-5fae2ebf15ca" + } + }, + { + "Kind": "default.cds_appr_learningmaterials_forms", + "Namespace": "Learning Materials (Forms)", + "Values": { + "Information": "5bc38a6f-bf48-4089-90d8-5df1afd0ac9e" + } + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/AI Assignment Creator.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/AI Assignment Creator.fx.yaml new file mode 100644 index 00000000..3e7237df --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/AI Assignment Creator.fx.yaml @@ -0,0 +1,608 @@ +"'AI Assignment Creator' As screen": + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected, "AI Assignment Creator") + + cont_Main_2 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_2 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_6 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_8 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_8 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_8.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_8 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 2, + name: "AI Assignment Creator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(AI Assignment Creator)" + }, + { + ID: 3, + name: "Grade Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Grade Assignments)" + }, + { + ID: 4, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcement)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_8 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_8.X + (img_TitleImg_8.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_8 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =16 + Y: =(lbl_Titile_8.Height - img_TitleImg_8.Height) / 2 + ZIndex: =2 + + btn_galNav_4 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "AI Assignment Creator", + Navigate('AI Assignment Creator'), + ThisItem.name = "Grade Assignments", + Navigate('Grade Assignments'), + ThisItem.name = "Announcements", + Navigate(Announcement), + false + ); + + If(ThisItem.name = "Courses",Set(varCourseVisible, false);) + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_8 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_8.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_2 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_3 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="AI Assignment Creator" + Width: =Parent.Width + + cont_Body_4 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + cont_aiAssignmentbody As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_BodyUpperAssignments As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =100 + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width-32 + ZIndex: =1 + + cont_BodyUpper_5 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =8 + PaddingLeft: =2 + PaddingTop: =8 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_Subject_3 As dropdown: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =36 + Items: =Distinct(Courses_1, Name) + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Size: =10 + Width: =Parent.Width / 2.18 + ZIndex: =1 + + txt_description_1 As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(160, 160, 160, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =Parent.Height-4 + HintText: ="Assignment Name" + Size: =10 + Width: =40 + ZIndex: =2 + + cont_aiAssignmentInfo As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =8 + + img_Info_1 As image: + Height: =24 + Image: | + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + + ") + Width: =Self.Height + X: =drp_Subject_3.X + ZIndex: =1 + + Label4_1 As label: + Color: =RGBA(171, 171, 171, 1) + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: =33 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: ="Use left text area to type your assignment instructions. Then click the generate button to get AI assisted assignment." + Width: =Parent.Width - Self.X + X: =img_Info_1.Width +16 + ZIndex: =2 + + cont_BodyLower_12 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + Height: =225 + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =2 + + cont_BodyLower_13 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =100 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + btn_Submit_4 As button: + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 175, 206, 1) + Fill: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =Set(varAssignmentAssist,ChatGPTConnector.ChatAPI("gpt-3.5-turbo",Collect(colAssignmentAssist,{role:"user",content:Text(Concatenate("Can you please create me an assignment for the details below to give my students? Do not acknowledge me and don't tell me anything other than the assignment. ","The course is : '",drp_Subject_3.Selected.Value,"'. ","The assignment details as follows: '",txt_UserInput_4.Text,"'."))}))); + + ClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message); + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Generate" + Width: =txt_UserInput_4.Width / 3 + X: =(txt_UserInput_4.Width + txt_UserInput_4.X) - Self.Width + Y: =(txt_UserInput_4.Height + txt_UserInput_4.Y) + (Self.Height/2.5) + ZIndex: =2 + + txt_UserInput_4 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.2 + HintText: ="Paste your text here" + HoverBorderColor: =RGBA(255,255,255, 1) + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: = + Mode: =TextMode.MultiLine + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width-2 + X: =2 + Y: =lbl_BodyLowerSummary_Title_2.Height + ZIndex: =3 + + lbl_BodyLowerSummary_Title_2 As label: + Color: =RGBA(241, 244, 249, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="Assignment instructions" + Width: =Parent.Width + ZIndex: =4 + + cont_BodyLower_14 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + txt_Response_4 As text: + BorderColor: =RGBA(171, 171, 171, 1) + BorderThickness: =1 + Color: =RGBA(237, 237, 237, 1) + Default: |- + =Last(Filter(colAssignmentAssist, role="assistant")).content + + + //Text(Concatenate("Can you please create me an assignment for the details below to give my students? Do not acknowledge me and don't tell me anything other than the assignment. ","The course is : '",drp_Subject_3.Selected.Value,"'. ","The assignment details as follows: '",txt_UserInput_4.Text,"'.")) + + //(Last(colSummary).content) + //Concatenate("Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.","The subject is '",drp_Subject_3.Selected.Value,"'. ","Assignment title is '",drp_Assignment.Selected.title,"'"," and the description is '", drp_Assignment.Selected.description,"'.", "This is my submission: '",txt_UserInput_4,"'") + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + Height: =txt_UserInput_4.Height + HintText: ="" + HoverBorderColor: =RGBA(255,255,255, 1) + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: = + Mode: =TextMode.MultiLine + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =11 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =lbl_BodyLowerSummary_Title_3.Height + ZIndex: =1 + + lbl_BodyLowerSummary_Title_3 As label: + Color: =RGBA(241, 244, 249, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =16 + PaddingTop: =16 + Size: =12 + Text: ="AI assisted assignment" + Width: =txt_Response_4.Width + X: =txt_Response_4.X + ZIndex: =2 + + btn_Submit_5 As button: + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 0, 0, 1) + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =/*Set(varAssignmentAssist,ChatGPTConnector.ChatAPI("gpt-3.5-turbo",Collect(colAssignmentAssist,{role:"user",content:Text(Concatenate("Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.","The subject is '",drp_Subject_3.Selected.Value,"'. ","Assignment title is '",drp_Assignment.Selected.title,"'"," and the description is '", drp_Assignment.Selected.description,"'.", "This is my submission: '",txt_UserInput_4,"'"))}))); + ClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message);*/ + PaddingBottom: =4 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Create Assignment" + Width: =txt_UserInput_4.Width / 3 + X: =(txt_UserInput_4.Width + txt_UserInput_4.X) - Self.Width + Y: =(txt_UserInput_4.Height + txt_UserInput_4.Y) + (Self.Height/2.5) + ZIndex: =3 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Announcement.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Announcement.fx.yaml new file mode 100644 index 00000000..1b67ab52 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Announcement.fx.yaml @@ -0,0 +1,639 @@ +Announcement As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected, "Announcements") + + cont_Main_5 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_6 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_8 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_10 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_10 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_10.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_10 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 2, + name: "AI Assignment Creator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(AI Assignment Creator)" + }, + { + ID: 3, + name: "Grade Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Grade Assignments)" + }, + { + ID: 4, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcement)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_10 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_10.X + (img_TitleImg_10.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_10 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =16 + Y: =(lbl_Titile_10.Height - img_TitleImg_10.Height) / 2 + ZIndex: =2 + + btn_galNav_6 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "AI Assignment Creator", + Navigate('AI Assignment Creator'), + ThisItem.name = "Grade Assignments", + Navigate('Grade Assignments'), + ThisItem.name = "Announcements", + Navigate(Announcement), + false + ); + + If(ThisItem.name = "Courses",Set(varCourseVisible, false);) + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_10 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_10.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_5 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_6 As comp_topTitleBar_5: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Announcements" + Width: =Parent.Width + + Container9 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + LayoutMinHeight: =100 + LayoutMinWidth: =250 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_Body_6 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =32 + RadiusBottomRight: =32 + RadiusTopLeft: =32 + RadiusTopRight: =32 + Width: =Parent.Width + ZIndex: =1 + + cont_createAnnouncement As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMinHeight: =60 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + lbl_createAnnouncementTitle As label: + Color: =RGBA(255, 255, 255, 1) + DisabledBorderColor: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Create an announcement" + Width: =Parent.Width- Parent.PaddingLeft- Parent.PaddingRight + X: =40 + Y: =40 + ZIndex: =3 + + cont_announcementCreateRow As groupContainer.horizontalAutoLayoutContainer: + FillPortions: =0 + Height: =44 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =16 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =2 + PaddingRight: =2 + ZIndex: =5 + + drp_course As dropdown: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =Parent.Height-4 + Items: |- + =Courses_1 + //["Subject", "English"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =(Parent.Width / 2) - (cont_BodyUpper_8.PaddingLeft*2) + ZIndex: =1 + + txt_announcementTitle As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(171, 171, 171, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + HintText: ="Title" + HoverBorderColor: =RGBA(166, 166, 166, 1) + HoverColor: =RGBA(171, 171, 171, 1) + HoverFill: =Color.Transparent + OnChange: =Search(Announcements, Self.Text,"appr_description","appr_name") + OnSelect: = + PaddingBottom: =8 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =8 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Width: =If( Announcement.Size<2, Parent.Width, Parent.Width/2) + ZIndex: =2 + + cont_announcementCreateRow_1 As groupContainer.horizontalAutoLayoutContainer: + Height: =44 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =16 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =2 + PaddingLeft: =2 + PaddingRight: =2 + PaddingTop: =2 + ZIndex: =6 + + txt_createAnnouncementDesc As text: + AlignInContainer: =AlignInContainer.Start + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(171, 171, 171, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =Parent.Height-4 + HintText: ="Description" + HoverBorderColor: =RGBA(166, 166, 166, 1) + HoverColor: =RGBA(171, 171, 171, 1) + HoverFill: =Color.Transparent + OnChange: =Search(Announcements, Self.Text,"appr_description","appr_name") + OnSelect: = + PaddingBottom: =8 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =8 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Width: =If( Announcement.Size<2, Parent.Width, Parent.Width/2) + ZIndex: =2 + + cont_announcementCreateCta As groupContainer.horizontalAutoLayoutContainer: + FillPortions: =0 + Height: =44 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.End + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =2 + PaddingRight: =2 + ZIndex: =7 + + btn_Submit_6 As button: + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 0, 0, 1) + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =/*Patch(Announcements, Defaults(Announcements), + {Course: drp_course.Selected, Name: txt_announcementTitle.Text, Description: txt_createAnnouncementDesc.Text, + 'Announcement From': [@'Announcement From']."Teacher", Scope: [@ 'Course'})*/ + PaddingBottom: =4 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Create Announcement" + Width: =180 + X: =(txt_UserInput_4.Width + txt_UserInput_4.X) - Self.Width + Y: =(txt_UserInput_4.Height + txt_UserInput_4.Y) + (Self.Height/2.5) + ZIndex: =3 + + cont_recentAnnouncements As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMinHeight: =60 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + lbl_title_4 As label: + Color: =RGBA(255, 255, 255, 1) + DisabledBorderColor: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Recent Announcements" + Width: =Parent.Width- Parent.PaddingLeft- Parent.PaddingRight + X: =40 + Y: =40 + ZIndex: =3 + + txt_search As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(171, 171, 171, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + Font: =Font.'Segoe UI' + HintText: ="Search" + HoverBorderColor: =RGBA(166, 166, 166, 1) + HoverColor: =RGBA(171, 171, 171, 1) + HoverFill: =Color.Transparent + OnChange: =Search(Announcements, Self.Text,"appr_description","appr_name") + OnSelect: = + PaddingBottom: =8 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =8 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Width: =If( Announcement.Size<2, Parent.Width, Parent.Width/2) + ZIndex: =4 + + glr_announcement As gallery.galleryVertical: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + Height: =Parent.Height + Items: |- + =Search(Announcements,txt_search.Text,"appr_name","appr_description") + //Announcements_1 + Layout: =Layout.Vertical + LayoutMinHeight: =20 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + ShowScrollbar: =false + TemplatePadding: =8 + TemplateSize: =200 + Width: =Parent.Width- Parent.PaddingLeft- Parent.PaddingRight + ZIndex: =5 + + cont_announcementCard_1 As groupContainer.verticalAutoLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth + ZIndex: =1 + + lbl_announcementCardTitle_1 As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =14 + Text: =ThisItem.Name + Width: =Parent.Width-32 + ZIndex: =1 + + lbl_announcementCardDetails_1 As label: + Color: =RGBA(171, 171, 171, 1) + FillPortions: =5 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.Description + VerticalAlign: =VerticalAlign.Top + Width: =Parent.Width-32 + ZIndex: =2 + + cont_announcementDateAndTime_2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =100 + LayoutMinWidth: =80 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + lbl_announcementCardDate_2 As label: + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Created On',DateTimeFormat.ShortDate) + ZIndex: =1 + + lbl_announcementCardTime_2 As label: + Align: =Align.Right + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Created On',DateTimeFormat.ShortTime) + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/App.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/App.fx.yaml new file mode 100644 index 00000000..4d1a17b0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/App.fx.yaml @@ -0,0 +1,16 @@ +App As appinfo: + BackEnabled: =false + OnStart: |- + =Set(varSpinner,false); + Set(varTabSelected,"Courses"); + Set(varCourseVisible, false); + Set(varGradeAssignmentVisible, false); + Theme: =PowerAppsTheme + + Host As hostControl.DefaultHostControlVariant: + OnCancel: =false + OnEdit: =false + OnNew: =false + OnSave: =false + OnView: =false + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar.fx.yaml new file mode 100644 index 00000000..bf0fa6db --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar.fx.yaml @@ -0,0 +1,72 @@ +comp_topTitleBar As CanvasComponent: + Fill: =Color.Transparent + Height: =80 + ShowSubtitle: =true + Subtitle: ="Text" + Title: ="Text" + Width: =500 + X: =0 + Y: =0 + ZIndex: =1 + + cont_topSection_2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =80 + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =1 + + Greeting_2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_mainTitle As label: + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =30 + LineHeight: =0.5 + Size: =20 + Text: =comp_topTitleBar.Title + Width: =Parent.Width + ZIndex: =1 + + lbl_mainSubtitle As label: + Color: =RGBA(160, 160, 160, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =20 + Size: =12 + Text: =comp_topTitleBar.Subtitle + Visible: =comp_topTitleBar.ShowSubtitle + Width: =Parent.Width + ZIndex: =2 + + Image4_2 As image: + AlignInContainer: =AlignInContainer.Stretch + BorderColor: =RGBA(0, 175, 206, 1) + BorderThickness: =2 + Height: =32 + Image: =User().Image + LayoutMinHeight: =48 + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =48 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar.json new file mode 100644 index 00000000..b41db25d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar.json @@ -0,0 +1,1877 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentDefinitionInfo": { + "AllowAccessToGlobals": false, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "7", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinHeight", + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "40", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainTitle", + "Parent": "Greeting_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 239, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar.Title", + "Property": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Semibold", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.View", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0.5", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "30", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "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": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "20", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(255, 255, 255, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "ControlUniqueId": "8", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "1", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "20", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainSubtitle", + "Parent": "Greeting_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 240, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar.Subtitle", + "Property": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1.2", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "40", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 18, 107, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(160, 160, 160, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "12", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "comp_topTitleBar.ShowSubtitle", + "Property": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "6", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "250", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "50", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Greeting_2", + "Parent": "cont_topSection_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 238, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "8", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.Start", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Start", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Vertical", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Height", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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" + ], + "ControlUniqueId": "9", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "100", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "48", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image4_2", + "Parent": "cont_topSection_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 241, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "User().Image", + "Property": "Image", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "48", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "32", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, 20%)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 175, 206, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, -20%)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, 20%)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "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": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "ControlUniqueId": "5", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_2", + "Parent": "comp_topTitleBar", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 237, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.SpaceBetween", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Stretch", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Horizontal", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + } + ], + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "LastModifiedTimestamp": "638313870144590658", + "Name": "comp_topTitleBar", + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "true", + "Property": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Color.Transparent", + "Property": "Fill", + "RuleProviderType": "System" + } + ] + }, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_topTitleBar", + "TemplateGuid": "dbff28b70dda478389835d9e45f00d22" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [ + { + "Category": 0, + "DisplayName": "Title", + "Hidden": false, + "Name": "Title", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property which inputs the title.", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Subtitle", + "Hidden": false, + "Name": "Subtitle", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Show Subtitle", + "Hidden": false, + "Name": "ShowSubtitle", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property whether to show or hide subtitle", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + } + ], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": false, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638313870144590658", + "Name": "dbff28b70dda478389835d9e45f00d22", + "OverridableProperties": {}, + "TemplateOriginalName": "0bdf6737481741968b8dcf9026b28f88", + "Version": "638311260475946093" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_2.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_2.fx.yaml new file mode 100644 index 00000000..992432f4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_2.fx.yaml @@ -0,0 +1,70 @@ +comp_topTitleBar_2 As CanvasComponent: + Fill: =Color.Transparent + Height: =80 + ShowSubtitle: =true + Subtitle: ="Text" + Title: ="Text" + Width: =500 + X: =0 + Y: =0 + ZIndex: =1 + + cont_topSection_3 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =80 + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =1 + + Greeting_3 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_mainTitle_1 As label: + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + Height: =30 + LineHeight: =0.5 + Size: =20 + Text: =comp_topTitleBar_2.Title + Width: =Parent.Width + ZIndex: =1 + + lbl_mainSubtitle_1 As label: + Color: =RGBA(160, 160, 160, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =20 + Size: =12 + Text: =comp_topTitleBar_2.Subtitle + Visible: =comp_topTitleBar_2.ShowSubtitle + Width: =Parent.Width + ZIndex: =2 + + Image4_3 As image: + AlignInContainer: =AlignInContainer.Stretch + BorderColor: =RGBA(0, 175, 206, 1) + BorderThickness: =2 + Height: =32 + Image: =User().Image + LayoutMinHeight: =48 + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =48 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_2.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_2.json new file mode 100644 index 00000000..7a1ae60e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_2.json @@ -0,0 +1,1870 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentDefinitionInfo": { + "AllowAccessToGlobals": false, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "13", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinHeight", + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "40", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainTitle_1", + "Parent": "Greeting_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 244, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar_2.Title", + "Property": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.View", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0.5", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "30", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "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": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "20", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(255, 255, 255, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "ControlUniqueId": "14", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "1", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "20", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainSubtitle_1", + "Parent": "Greeting_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 245, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar_2.Subtitle", + "Property": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1.2", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "40", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 18, 107, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(160, 160, 160, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "12", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "comp_topTitleBar_2.ShowSubtitle", + "Property": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "12", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "250", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "50", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Greeting_3", + "Parent": "cont_topSection_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 243, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.Start", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Start", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Vertical", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Height", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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" + ], + "ControlUniqueId": "15", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "100", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "48", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image4_3", + "Parent": "cont_topSection_3", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 246, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "User().Image", + "Property": "Image", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "48", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "32", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, 20%)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 175, 206, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, -20%)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, 20%)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "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": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "ControlUniqueId": "11", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_3", + "Parent": "comp_topTitleBar_2", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 242, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.SpaceBetween", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Stretch", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Horizontal", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + } + ], + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "LastModifiedTimestamp": "638313870144724522", + "Name": "comp_topTitleBar_2", + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "true", + "Property": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Color.Transparent", + "Property": "Fill", + "RuleProviderType": "System" + } + ] + }, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_topTitleBar_2", + "TemplateGuid": "c5659ece0d9d4bf094ec3ff1e87c64bf" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [ + { + "Category": 0, + "DisplayName": "Title", + "Hidden": false, + "Name": "Title", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property which inputs the title.", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Subtitle", + "Hidden": false, + "Name": "Subtitle", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Show Subtitle", + "Hidden": false, + "Name": "ShowSubtitle", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property whether to show or hide subtitle", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + } + ], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": false, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638313870144724522", + "Name": "c5659ece0d9d4bf094ec3ff1e87c64bf", + "OverridableProperties": {}, + "TemplateOriginalName": "0bdf6737481741968b8dcf9026b28f88", + "Version": "638311260475946093" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_5.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_5.fx.yaml new file mode 100644 index 00000000..fbab4030 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_5.fx.yaml @@ -0,0 +1,71 @@ +comp_topTitleBar_5 As CanvasComponent: + Fill: =Color.Transparent + Height: =80 + ShowSubtitle: =true + Subtitle: ="Text" + Title: ="Text" + Width: =500 + X: =0 + Y: =0 + ZIndex: =1 + + cont_topSection_4 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =80 + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + ZIndex: =1 + + Greeting_4 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_mainTitle_2 As label: + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + Height: =24 + LineHeight: =0.5 + Size: =20 + Text: =comp_topTitleBar_5.Title + Width: =500 + Y: =3 + ZIndex: =1 + + lbl_mainSubtitle_2 As label: + Color: =RGBA(160, 160, 160, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =20 + Size: =12 + Text: =comp_topTitleBar_5.Subtitle + Visible: =comp_topTitleBar_5.ShowSubtitle + Width: =Parent.Width + ZIndex: =2 + + Image4_4 As image: + AlignInContainer: =AlignInContainer.Stretch + BorderColor: =RGBA(0, 175, 206, 1) + BorderThickness: =2 + Height: =32 + Image: =User().Image + LayoutMinHeight: =48 + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =48 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_5.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_5.json new file mode 100644 index 00000000..1e052e2e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Components/comp_topTitleBar_5.json @@ -0,0 +1,1870 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentDefinitionInfo": { + "AllowAccessToGlobals": false, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "19", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinHeight", + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "40", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainTitle_2", + "Parent": "Greeting_4", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 249, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar_5.Title", + "Property": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "3", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.View", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0.5", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "24", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "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": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "20", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(255, 255, 255, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "ControlUniqueId": "20", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "1", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.SetByContainer", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "150", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "20", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_mainSubtitle_2", + "Parent": "Greeting_4", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 250, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "comp_topTitleBar_5.Subtitle", + "Property": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Left", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1.2", + "Property": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "40", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 18, 107, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(160, 160, 160, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "12", + "Property": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "comp_topTitleBar_5.ShowSubtitle", + "Property": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "Type": "ControlInfo", + "VariantName": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "18", + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "AlignInContainer", + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "250", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "50", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Greeting_4", + "Parent": "cont_topSection_4", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 248, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.Start", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Start", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Vertical", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Height", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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" + ], + "ControlUniqueId": "21", + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "PropertyName": "FillPortions", + "Rule": { + "Category": "Design", + "InvariantScript": "0", + "Property": "FillPortions", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "AlignInContainer", + "Rule": { + "Category": "Design", + "InvariantScript": "AlignInContainer.Stretch", + "Property": "AlignInContainer", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": "LayoutMinWidth", + "PropertyName": "LayoutMinWidth", + "Rule": { + "Category": "Design", + "InvariantScript": "100", + "Property": "LayoutMinWidth", + "RuleProviderType": "Unknown" + } + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PropertyName": "LayoutMinHeight", + "Rule": { + "Category": "Design", + "InvariantScript": "48", + "Property": "LayoutMinHeight", + "RuleProviderType": "Unknown" + } + } + ], + "HasDynamicProperties": true, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image4_4", + "Parent": "cont_topSection_4", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 251, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "User().Image", + "Property": "Image", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fit", + "Property": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "48", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "32", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, -20%)", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.Fill, 20%)", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 175, 206, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, -20%)", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ColorFade(Self.BorderColor, 20%)", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "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": "" + } + ], + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "ControlUniqueId": "17", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_4", + "Parent": "comp_topTitleBar_5", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 247, + "Rules": [ + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DropShadow.None", + "Property": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutOverflow.Hide", + "Property": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutJustifyContent.SpaceBetween", + "Property": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "4", + "Property": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutAlignItems.Stretch", + "Property": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutDirection.Horizontal", + "Property": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "LayoutMode.Auto", + "Property": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "true", + "Property": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "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(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "16", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Type": "ControlInfo", + "VariantName": "verticalAutoLayoutContainer" + } + ], + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "LastModifiedTimestamp": "638313870144727462", + "Name": "comp_topTitleBar_5", + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "\"Text\"", + "Property": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "InvariantScript": "true", + "Property": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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": "500", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "80", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Color.Transparent", + "Property": "Fill", + "RuleProviderType": "System" + } + ] + }, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_topTitleBar_5", + "TemplateGuid": "ea31ed3a1aa1481d8f2813c730259715" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [ + { + "Category": 0, + "DisplayName": "Title", + "Hidden": false, + "Name": "Title", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property which inputs the title.", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Subtitle", + "Hidden": false, + "Name": "Subtitle", + "PropertyDataTypeKey": "String", + "Tooltip": "A custom property", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + }, + { + "Category": 0, + "DisplayName": "Show Subtitle", + "Hidden": false, + "Name": "ShowSubtitle", + "PropertyDataTypeKey": "Boolean", + "Tooltip": "A custom property whether to show or hide subtitle", + "Type": "{\"Version\":\"1.334\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + } + ], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": false, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638313870144727462", + "Name": "ea31ed3a1aa1481d8f2813c730259715", + "OverridableProperties": {}, + "TemplateOriginalName": "0bdf6737481741968b8dcf9026b28f88", + "Version": "638311260475946093" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Courses.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Courses.fx.yaml new file mode 100644 index 00000000..4e72b616 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Courses.fx.yaml @@ -0,0 +1,1265 @@ +Courses As screen: + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected, "Courses") + + cont_Main_1 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_1 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_5 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_7 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_7 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_7.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_7 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 2, + name: "AI Assignment Creator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(AI Assignment Creator)" + }, + { + ID: 3, + name: "Grade Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Grade Assignments)" + }, + { + ID: 4, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcement)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_7 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_7.X + (img_TitleImg_7.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_7 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =16 + Y: =(lbl_Titile_7.Height - img_TitleImg_7.Height) / 2 + ZIndex: =2 + + btn_galNav_3 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "AI Assignment Creator", + Navigate('AI Assignment Creator'), + ThisItem.name = "Grade Assignments", + Navigate('Grade Assignments'), + ThisItem.name = "Announcements", + Navigate(Announcement), + false + ); + + If(ThisItem.name = "Courses",Set(varCourseVisible, false);) + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_7 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_7.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_1 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_1 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Courses" + Width: =Parent.Width + + glr_courses As gallery.galleryVertical: + DelayItemLoading: =true + Items: =Filter(Courses_1, Teacher.'Full Name' = User().FullName) + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =0 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: =Set(varCourseVisible,true) + TemplatePadding: =16 + TemplateSize: | + =If(Self.Layout = Layout.Horizontal, Min(280, Self.Width - 60), Min(280, Self.Height - 60)) + Transition: =Transition.Pop + Visible: =Self.AllItemsCount>0 + Width: =Parent.Width + WrapCount: =Min(Courses.Size, 3) + ZIndex: =2 + + btn_bg As button: + BorderColor: =Color.Transparent + Fill: =RGBA(RandBetween(0,255),RandBetween(0,255),RandBetween(0,255),.3)//RGBA(32, 95, 95, 1) + Height: =Parent.TemplateHeight + OnSelect: =Select(Parent) + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =1 + + html_background As htmlViewer: + Height: =280 + HtmlText: |- + ="
" + OnSelect: =Select(Parent) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Visible: =false + Width: =1 + ZIndex: =2 + + cont_text As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.TemplateHeight + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMode: =LayoutMode.Auto + Width: =Parent.TemplateWidth + ZIndex: =3 + + cont_titleAndSubtitle As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =lbl_courseTitle.Height+ lbl_courseCode.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + Y: =40 + ZIndex: =1 + + lbl_courseTitle As label: + Align: =Align.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =20 + Text: =ThisItem.Name + Width: =Parent.Width + Y: = + ZIndex: =1 + + lbl_courseCode As label: + Align: =Align.Center + Color: =RGBA(193, 193, 193, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.'Course Code' + Width: =Parent.Width + Y: = + ZIndex: =2 + + Button1 As button: + Fill: =Color.Transparent + Height: =Parent.TemplateHeight + HoverFill: =Self.Fill + OnSelect: =Select(Parent) + PressedFill: =Self.Fill + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =4 + + cont_noItem As groupContainer.verticalAutoLayoutContainer: + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Visible: =Not(glr_courses.Visible) + ZIndex: =3 + + lbl_noItemMsg As label: + Align: =Align.Center + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + Size: =12 + Text: ="There are no courses currently assigned to you. Please contact the Administrator for assistance." + Width: =Parent.Width + ZIndex: =1 + + cont_Course As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Fill: |- + =RGBA(17, 21, 21, 1) + //RGBA(0, 0, 0, 0) + Height: =cont_mainContent_1.Height + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Visible: =varCourseVisible + Width: =cont_mainContent_1.Width + X: =cont_mainContent_1.X + Y: =cont_mainContent_1.Y + ZIndex: =2 + + comp_topTitleBar_Course As comp_topTitleBar_2: + Subtitle: =glr_courses.Selected.'Course Code' + Title: =glr_courses.Selected.Name + Width: =Parent.Width + ZIndex: =2 + + cont_CourseContents As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height - comp_topTitleBar_Course.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + Width: =Parent.Width + Y: =comp_topTitleBar_Course.Height + ZIndex: =3 + + cont_assignmentsAndAnnouncements As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2 + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_assignmentHeader As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_title As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Assignments" + Width: = + X: =40 + Y: =40 + ZIndex: =1 + + Button2 As button: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 175, 206, 1) + Fill: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: =32 + HoverFill: =ColorFade(Self.BorderColor, -20%) + OnSelect: =Navigate('AI Assignment Creator', ScreenTransition.Fade) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Add New" + Width: =96 + ZIndex: =2 + + glr_assignment As gallery.galleryVertical: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + Height: =Parent.Height + Items: |- + =Assignments + //Announcements_1 + Layout: =Layout.Vertical + LayoutMinHeight: =20 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =16 + TemplateSize: =200 + Width: =Parent.Width - 16 + ZIndex: =2 + + cont_announcementCard As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth + X: =-16 + ZIndex: =1 + + lbl_announcementCardTitle As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =14 + Text: =ThisItem.Name + Width: =Parent.Width-32 + ZIndex: =1 + + lbl_announcementCardDetails As label: + Color: =RGBA(171, 171, 171, 1) + FillPortions: =5 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.Description + VerticalAlign: =VerticalAlign.Top + Width: =Parent.Width-32 + ZIndex: =2 + + cont_announcementDateAndTime As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =lbl_announcementCardDate.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =100 + LayoutMinWidth: =80 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + lbl_announcementCardDate As label: + AlignInContainer: =AlignInContainer.End + AutoHeight: =true + Color: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Due Date',DateTimeFormat.ShortDate) + ZIndex: =1 + + lbl_announcementCardTime As label: + Align: =Align.Right + AlignInContainer: =AlignInContainer.End + AutoHeight: =true + Color: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(ThisItem.'Due Date',DateTimeFormat.ShortTime) + ZIndex: =2 + + cont_assignmentMaterials As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =8 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_assignmentHeader_1 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_title_1 As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Course materials" + Width: = + X: =40 + Y: =40 + ZIndex: =1 + + cont_headers As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =Parent.Width + Y: =16 + ZIndex: =2 + + lbl_SubjTitle As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="UNIT" + ZIndex: =1 + + lbl_SubjCode As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =2 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="DESCRIPTION" + ZIndex: =2 + + lbl_SubjTitle_2 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =2 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="FILE" + ZIndex: =3 + + lbl_SubjTitle_3 As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="ACTION" + ZIndex: =4 + + glr_materialsTable As gallery.galleryVertical: + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height - cont_headers.Height - 40 - 16 + Items: =Filter('Learning Materials', 'Related Course'.'Course Code' = glr_courses.Selected.'Course Code') + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =8 + TemplateSize: =60//If(Self.Layout = Layout.Horizontal, Min(280, Self.Width - 60), Min(280, Self.Height - 60)) + Width: =Parent.Width-16 + X: =8 + Y: =cont_headers.Height + 16 + ZIndex: =3 + + cont_markBg As groupContainer.manualLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + Height: =Parent.TemplateHeight + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.TemplateWidth-8 + ZIndex: =2 + + cont_marksData As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + lbl_subName As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =Parent.Height/2 + LineHeight: =0 + PaddingBottom: =8 + PaddingLeft: =8 + PaddingRight: =8 + PaddingTop: =8 + Size: =12 + Text: ="Unit " & ThisItem.'Unit Number' + Width: =30 + ZIndex: =1 + + lbl_assignmentNo As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + FillPortions: =2 + Font: =Font.'Segoe UI' + Size: =12 + Text: =ThisItem.Description + ZIndex: =2 + + lbl_submittedOn As label: + AlignInContainer: =AlignInContainer.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + FillPortions: =2 + Font: =Font.'Segoe UI' + Size: =12 + Text: =If(ThisItem.Attachment.FileName, Text(ThisItem.Attachment.FileName),"NA") + ZIndex: =3 + + cont_materialAction As groupContainer.horizontalAutoLayoutContainer: + LayoutAlignItems: =LayoutAlignItems.Center + LayoutMinHeight: =20 + LayoutMinWidth: =50 + LayoutMode: =LayoutMode.Auto + Width: =100 + ZIndex: =4 + + html_btnDelete As htmlViewer: + HtmlText: |- + =" +
+ + + + + + + + +
" + LayoutMinWidth: =40 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Width: =40 + ZIndex: =1 + + html_btnDelete_1 As htmlViewer: + HtmlText: |- + ="
+ + + + + + + + +
" + LayoutMinWidth: =40 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Width: =40 + ZIndex: =2 + + cont_assignmentMaterials_1 As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =3 + + cont_addMaterialHeader As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width-32 + ZIndex: =1 + + lbl_title_2 As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =28 + LineHeight: =0.8 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Add new course materials" + Width: = + X: =40 + Y: =40 + ZIndex: =1 + + cont_addMaterialBody As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height -32 - cont_addMaterialHeader.Height + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =2 + Width: =Parent.Width + ZIndex: =2 + + frm_CourseMaterials As form: + DataSource: ='Learning Materials' + DefaultMode: =FormMode.New + FillPortions: =7 + Height: =Parent.Height + LayoutMinHeight: =Parent.Height + LayoutMinWidth: =400 + ZIndex: =1 + + "'Unit Number_DataCard1' As typedDataCard.numberEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_unitnumber" + Default: =ThisItem.'Unit Number' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Learning Materials'],DataSourceInfo.DisplayName,"appr_unitnumber") + Fill: =RGBA(0, 0, 0, 0) + Height: =0 + Required: =false + Update: =Value(txt_unitNo.Text) + Width: =100 + X: =0 + Y: =0 + ZIndex: =1 + + DataCardKey8 As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + ErrorMessage5 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =txt_unitNo.Y + txt_unitNo.Height + ZIndex: =3 + + StarVisible5 As label: + Align: =Align.Center + Height: =DataCardKey8.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey8.Y + ZIndex: =4 + + txt_unitNo As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(160, 160, 160, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Format: =TextFormat.Number + HintText: ="Unit" + Size: =10 + Width: =288 + ZIndex: =5 + + Name_DataCard2 As typedDataCard.textualEditCard: + BorderStyle: =BorderStyle.Solid + DataField: ="appr_name" + Default: =ThisItem.Name + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Learning Materials'],DataSourceInfo.DisplayName,"appr_name") + Fill: =RGBA(0, 0, 0, 0) + Height: =29 + MaxLength: =DataSourceInfo([@'Learning Materials'], DataSourceInfo.MaxLength, "appr_name") + Required: =true + Update: =txt_name.Text + Width: =288 + X: =0 + Y: =0 + ZIndex: =1 + + DataCardKey10 As label: + AutoHeight: =true + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + ErrorMessage7 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =txt_name.Y + txt_name.Height + ZIndex: =3 + + StarVisible7 As label: + Align: =Align.Center + Height: =DataCardKey10.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey10.Y + ZIndex: =4 + + txt_name As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(160, 160, 160, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + HintText: ="Name" + Size: =10 + Width: =Parent.Width + ZIndex: =5 + + Description_DataCard1 As typedDataCard.textualMultiLineEditCard: + BorderStyle: =BorderStyle.Solid + DataField: ="appr_description" + Default: =ThisItem.Description + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Learning Materials'],DataSourceInfo.DisplayName,"appr_description") + Fill: =RGBA(0, 0, 0, 0) + Height: =31 + Required: =false + Update: =txt_description.Text + Width: =477 + X: =1 + Y: =0 + ZIndex: =1 + + DataCardKey9 As label: + AutoHeight: =true + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + ErrorMessage6 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =txt_description.Y + txt_description.Height + ZIndex: =3 + + StarVisible6 As label: + Align: =Align.Center + Height: =DataCardKey9.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey9.Y + ZIndex: =4 + + txt_description As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(160, 160, 160, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + HintText: ="Description" + Size: =10 + Width: =Parent.Width + ZIndex: =5 + + Attachment_DataCard1 As typedDataCard.fileEditCard: + BorderStyle: =BorderStyle.Solid + DataField: ="appr_attachment" + Default: |- + =If(!IsBlank(ThisItem.Attachment.FileName), Table({DisplayName: ThisItem.Attachment.FileName, Value: ThisItem.Attachment.Value}), Blank()) + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Learning Materials'],DataSourceInfo.DisplayName,"appr_attachment") + Fill: =RGBA(0, 0, 0, 0) + Height: =81 + Required: =false + Update: =DataCardValue11.Attachments + Width: =864 + X: =0 + Y: =1 + ZIndex: =1 + + DataCardKey11 As label: + AutoHeight: =true + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + DataCardValue11 As attachments: + AddAttachmentText: ="Attach file" + BorderColor: =If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red) + BorderStyle: =BorderStyle.None + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =Parent.DisplayMode + DropTargetBorderStyle: =BorderStyle.None + DropTargetTextColor: =RGBA(255, 255, 255, 1) + Fill: = + Font: =Font.'Segoe UI' + Height: =101 + IsInDataCard: =true + Items: =Parent.Default + MaxAttachments: =1 + MaxAttachmentsText: ="" + NoAttachmentsText: ="" + PaddingBottom: =5 + PaddingLeft: =If(Self.DisplayMode = DisplayMode.Edit, 5, 0) + PaddingRight: =5 + PaddingTop: =5 + Tooltip: =Parent.DisplayName + Width: =Parent.Width / 6 + X: =(Parent.Width - Self.Width) / 2 + ZIndex: =2 + + ErrorMessage8 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardValue11.Y + DataCardValue11.Height + ZIndex: =3 + + StarVisible8 As label: + Align: =Align.Center + Height: =DataCardKey11.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey11.Y + ZIndex: =4 + + btn_attachFile As button: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 175, 206, 1) + Fill: =RGBA(0, 0, 0, 0) + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =32 + HoverFill: =ColorFade(Self.BorderColor, -20%) + LayoutMinWidth: =60 + OnSelect: =false //Navigate('AI Assignment Creator', ScreenTransition.Fade) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =10 + Text: ="Attach File" + Visible: =false + Width: =96 + ZIndex: =4 + + btn_save As button: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 175, 206, 1) + Fill: =RGBA(0, 0, 0, 0) + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =32 + HoverFill: =ColorFade(Self.BorderColor, -20%) + LayoutMinWidth: =60 + OnSelect: =false //Navigate('AI Assignment Creator', ScreenTransition.Fade) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =10 + Text: ="Save" + Width: =96 + ZIndex: =5 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/AI Assignment Creator.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/AI Assignment Creator.editorstate.json new file mode 100644 index 00000000..a0cbf277 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/AI Assignment Creator.editorstate.json @@ -0,0 +1,8801 @@ +{ + "ControlStates": { + "AI Assignment Creator": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "AI Assignment Creator", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "btn_galNav_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "If(\r\n ThisItem.name = \"Dashboard\",\r\n Navigate(Dashboard),\r\n ThisItem.name = \"Courses\",\r\n Navigate(Courses),\r\n ThisItem.name = \"Submissions\",\r\n Navigate(Submissions),\r\n ThisItem.name = \"Messages\",\r\n Navigate(Messages),\r\n ThisItem.name = \"Summarizer\",\r\n Navigate(Summarizer),\r\n ThisItem.name = \"Translator\",\r\n Navigate(Translator),\r\n ThisItem.name = \"Assignment Assist\",\r\n Navigate(AssignmentAssist),\r\n ThisItem.name = \"Announcements\",\r\n Navigate(Announcements),\r\n false\r\n);\r\n//If(ThisItem.name = \"Dashboard\", Navigate(Dashboard),Navigate(Courses) );", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_4", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_Submit_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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": "Set(varAssignmentAssist,ChatGPTConnector.ChatAPI(\"gpt-3.5-turbo\",Collect(colAssignmentAssist,{role:\"user\",content:Text(Concatenate(\"Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.\",\"The subject is '\",drp_Subject_3.Selected.Value,\"'. \",\"Assignment title is '\",drp_Assignment.Selected.title,\"'\",\" and the description is '\", drp_Assignment.Selected.description,\"'.\", \"This is my submission: '\",txt_UserInput_4,\"'\"))})));\r\nClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message);", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit_4", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_Submit_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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": "Set(varAssignmentAssist,ChatGPTConnector.ChatAPI(\"gpt-3.5-turbo\",Collect(colAssignmentAssist,{role:\"user\",content:Text(Concatenate(\"Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.\",\"The subject is '\",drp_Subject_3.Selected.Value,\"'. \",\"Assignment title is '\",drp_Assignment.Selected.title,\"'\",\" and the description is '\", drp_Assignment.Selected.description,\"'.\", \"This is my submission: '\",txt_UserInput_4,\"'\"))})));\r\nClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message);", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit_5", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_aiAssignmentbody": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_aiAssignmentbody", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_aiAssignmentInfo": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "cont_aiAssignmentInfo", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Body_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_Body_4", + "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": "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_12": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_BodyLower_12", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_13": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "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": "cont_BodyLower_13", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_14": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_14", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "", + "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": "cont_BodyUpper_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpperAssignments": { + "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", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "cont_BodyUpperAssignments", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_8": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_Subject_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "[\"Subject\", \"English\"]", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "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": "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": "Default", + "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": "drp_Subject_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "gal_Nav_8": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_8", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_8", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_Info_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "(Parent.Height - Self.Height) /2 ", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + { + "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", + "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": "img_Info_1", + "ParentIndex": 1, + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "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" + }, + "img_NavFooter_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_8", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "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": "img_TitleImg_8", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Label4_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "img_Info_1.X * 2.3", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "Label4_1", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_BodyLowerSummary_Title_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "txt_UserInput_4.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "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": "lbl_BodyLowerSummary_Title_2", + "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": "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" + }, + "lbl_BodyLowerSummary_Title_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_BodyLowerSummary_Title_3", + "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": "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": "User" + }, + { + "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": "User" + }, + { + "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" + }, + "lbl_Titile_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_8", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "txt_description_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Format", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "txt_description_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "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": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_Response_4": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 18, 107, 1)", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Response_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "User" + }, + { + "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": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_UserInput_4": { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 18, 107, 1)", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width / 1.1", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_UserInput_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "AI Assignment Creator" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Announcement.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Announcement.editorstate.json new file mode 100644 index 00000000..80f4ed50 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Announcement.editorstate.json @@ -0,0 +1,10306 @@ +{ + "ControlStates": { + "Announcement": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Announcement", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "btn_galNav_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "If(\r\n ThisItem.name = \"Dashboard\",\r\n Navigate(Dashboard),\r\n ThisItem.name = \"Courses\",\r\n Navigate(Courses),\r\n ThisItem.name = \"Submissions\",\r\n Navigate(Submissions),\r\n ThisItem.name = \"Messages\",\r\n Navigate(Messages),\r\n ThisItem.name = \"Summarizer\",\r\n Navigate(Summarizer),\r\n ThisItem.name = \"Translator\",\r\n Navigate(Translator),\r\n ThisItem.name = \"Assignment Assist\",\r\n Navigate(AssignmentAssist),\r\n ThisItem.name = \"Announcements\",\r\n Navigate(Announcements),\r\n false\r\n);\r\n//If(ThisItem.name = \"Dashboard\", Navigate(Dashboard),Navigate(Courses) );", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_6", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_Submit_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "txt_UserInput_4.Width / 3", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Width / 5", + "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": "Set(varAssignmentAssist,ChatGPTConnector.ChatAPI(\"gpt-3.5-turbo\",Collect(colAssignmentAssist,{role:\"user\",content:Text(Concatenate(\"Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.\",\"The subject is '\",drp_Subject_3.Selected.Value,\"'. \",\"Assignment title is '\",drp_Assignment.Selected.title,\"'\",\" and the description is '\", drp_Assignment.Selected.description,\"'.\", \"This is my submission: '\",txt_UserInput_4,\"'\"))})));\r\nClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message);", + "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": "?" + } + ], + "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": "btn_Submit_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_announcementCard_1": { + "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": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementCard_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementCreateCta": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + } + ], + "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": "cont_announcementCreateCta", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "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" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementCreateRow": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + } + ], + "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": "cont_announcementCreateRow", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementCreateRow_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_announcementCreateRow_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementDateAndTime_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementDateAndTime_2", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Body_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Body_6", + "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": "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_createAnnouncement": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_createAnnouncement", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_5", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_10": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_10", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_recentAnnouncements": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_recentAnnouncements", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Container9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "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": "Container9", + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_course": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height / 2.5", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_course", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "NameMap": "{\"Value\":\"appr_name\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "gal_Nav_10": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_10", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_10", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_10", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate5_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate5_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glr_announcement": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Search(Announcements_1,txt_search.Text,\"appr_name\",\"appr_description\")\r\n//Announcements_1", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_announcement_card.Height", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Transition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "GalleryTemplateChildName": "galleryTemplate5_1", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_announcement", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowNavigation", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "img_NavFooter_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_10", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_10", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "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": "img_TitleImg_10", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDate_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "lbl_announcementCardDate_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDetails_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardDetails_1", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTime_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "lbl_announcementCardTime_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTitle_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardTitle_1", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_createAnnouncementTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "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", + { + "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": "lbl_createAnnouncementTitle", + "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": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_10", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_title_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "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", + { + "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": "lbl_title_4", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "txt_announcementTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "1", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "?" + }, + "OnSelect", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Search(Announcements_1, Self.Text,\"appr_description\",\"appr_name\")", + "InvariantPropertyName": "OnChange", + "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": "txt_announcementTitle", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "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": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "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": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnChange", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_createAnnouncementDesc": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "1", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "?" + }, + "OnSelect", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Search(Announcements_1, Self.Text,\"appr_description\",\"appr_name\")", + "InvariantPropertyName": "OnChange", + "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": "txt_createAnnouncementDesc", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "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": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "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": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnChange", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_search": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "1", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "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": "?" + }, + "OnSelect", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Search(Announcements_1, Self.Text,\"appr_description\",\"appr_name\")", + "InvariantPropertyName": "OnChange", + "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": "txt_search", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnChange", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Announcement" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/App.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/App.editorstate.json new file mode 100644 index 00000000..0da6c70c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/App.editorstate.json @@ -0,0 +1,125 @@ +{ + "ControlStates": { + "App": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "MinScreenHeight", + "MinScreenWidth", + "ConfirmExit", + "SizeBreakpoints", + "BackEnabled", + "Theme", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "OnStart", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "App", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ConfirmExit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "BackEnabled", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenWidth", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Theme", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnStart", + "RuleProviderType": "Unknown" + }, + { + "Category": "ConstantData", + "PropertyName": "SizeBreakpoints", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Host": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnNew", + "OnEdit", + "OnView", + "OnSave", + "OnCancel" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Host", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Behavior", + "PropertyName": "OnNew", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnEdit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnView", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSave", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnCancel", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + } + }, + "TopParentName": "App" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Courses.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Courses.editorstate.json new file mode 100644 index 00000000..05629857 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Courses.editorstate.json @@ -0,0 +1,23322 @@ +{ + "ControlStates": { + "Attachment_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Attachment_DataCard1", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "btn_attachFile": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "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": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + { + "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", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_attachFile", + "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": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_bg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "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", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_bg", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "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": "BorderColor", + "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" + }, + "btn_galNav_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "If(\r\n ThisItem.name = \"Dashboard\",\r\n Navigate(Dashboard),\r\n ThisItem.name = \"Courses\",\r\n Navigate(Courses),\r\n ThisItem.name = \"Submissions\",\r\n Navigate(Submissions),\r\n ThisItem.name = \"Messages\",\r\n Navigate(Messages),\r\n ThisItem.name = \"Summarizer\",\r\n Navigate(Summarizer),\r\n ThisItem.name = \"Translator\",\r\n Navigate(Translator),\r\n ThisItem.name = \"Assignment Assist\",\r\n Navigate(AssignmentAssist),\r\n ThisItem.name = \"Announcements\",\r\n Navigate(Announcements),\r\n false\r\n);\r\n//If(ThisItem.name = \"Dashboard\", Navigate(Dashboard),Navigate(Courses) );", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_3", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_save": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "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": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + { + "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", + { + "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": "?" + }, + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_save", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "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": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "Button1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnSelect", + "Text", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Button1", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "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": "BorderColor", + "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" + }, + "Button2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "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": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + { + "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", + { + "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": "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": "Button2", + "ParentIndex": 1, + "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": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "comp_topTitleBar_Course": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_Course", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "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" + }, + "cont_addMaterialBody": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_addMaterialBody", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "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" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_addMaterialHeader": { + "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", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_addMaterialHeader", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementCard": { + "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": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementCard", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementDateAndTime": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_announcementDateAndTime", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_assignmentHeader", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentHeader_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_assignmentHeader_1", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentMaterials": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentMaterials", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentMaterials_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentMaterials_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentsAndAnnouncements": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentsAndAnnouncements", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Course": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Course", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_CourseContents": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height - comp_topTitleBar_Course.Height - (btn_BacktoCourses.Height + 32)", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "cont_CourseContents", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_headers": { + "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": "glr_marksTable.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_headers", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_markBg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_markBg", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_marksData": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_marksData", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_materialAction": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "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": "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": { + "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": "cont_materialAction", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_7": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_noItem": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "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": "cont_noItem", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_text": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_text", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_titleAndSubtitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_titleAndSubtitle", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Courses": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Courses", + "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" + }, + "DataCardKey10": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey10", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey11", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey8", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey9", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardValue11": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "MaxAttachments", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Upload file\"", + "InvariantPropertyName": "AddAttachmentText", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "MaxAttachmentsText", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"There is no file.\"", + "InvariantPropertyName": "NoAttachmentsText", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "ItemFill", + "ItemColor", + "ItemHoverFill", + "ItemHoverColor", + "ItemPressedFill", + "ItemPressedColor", + "ItemDisabledFill", + "ItemDisabledColor", + "AddedItemFill", + "AddedItemColor", + "RemovedItemFill", + "RemovedItemColor", + "ItemErrorFill", + "ItemErrorColor", + "NoAttachmentsColor", + "AddAttachmentColor", + "MaxAttachmentsColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropTargetBorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DropTargetBorderColor", + "DropTargetBackgroundColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropTargetTextColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width - 60", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "ZIndex", + "ItemSpacing", + "DropTargetBorderThickness", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "IsInDataCard", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldValue.ID%", + "Name": "DataCardValue11", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "IsInDataCard", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "MaxAttachments", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "AddAttachmentText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "MaxAttachmentsText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "NoAttachmentsText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemHoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemPressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemPressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemDisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AddedItemFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AddedItemColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RemovedItemFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RemovedItemColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemErrorFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ItemErrorColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "NoAttachmentsColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AddAttachmentColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MaxAttachmentsColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBackgroundColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetTextColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "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": "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": "ItemSpacing", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropTargetBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultAttachmentsStyle", + "Type": "ControlInfo" + }, + "Description_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue9.Text", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Description_DataCard1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "ErrorMessage5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue8.Y + DataCardValue8.Height", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage5", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue9.Y + DataCardValue9.Height", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage6", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue10.Y + DataCardValue10.Height", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage7", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage8", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "frm_CourseMaterials": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DefaultMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "NumberOfColumns", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataSource", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "250", + "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": "vertical", + "MetaDataIDKey": "", + "Name": "frm_CourseMaterials", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DefaultMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DataSource", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "NumberOfColumns", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultFormStyle", + "Type": "ControlInfo" + }, + "gal_Nav_7": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_7", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_7", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate6": { + "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": "galleryTemplate6", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glr_assignment": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Search(Announcements_1,txt_search.Text,\"appr_name\",\"appr_description\")\r\n//Announcements_1", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_announcement_card.Height", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Transition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "GalleryTemplateChildName": "galleryTemplate5", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_assignment", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowNavigation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "glr_courses": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Transition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "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": { + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate6", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_courses", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "glr_materialsTable": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "'Assignment Marks'", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + "Transition", + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height - cont_headers.Height - 40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate3", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_materialsTable", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "html_background": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "OnSelect", + "ZIndex", + "HtmlText", + { + "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "html_background", + "ParentIndex": 2, + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "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": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "html_btnDelete": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "X", + "Y", + "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": "HtmlText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "html_btnDelete", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "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": "BorderStyle", + "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": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "html_btnDelete_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "X", + "Y", + "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": "HtmlText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "html_btnDelete_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "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": "BorderStyle", + "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": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_NavFooter_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_7", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "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": "img_TitleImg_7", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDate": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Created On',DateTimeFormat.ShortDate)", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_announcementCardDate", + "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": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDetails": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardDetails", + "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": "PressedColor", + "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": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTime": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Created On',DateTimeFormat.ShortTime)", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_announcementCardTime", + "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": "PressedColor", + "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": "HoverColor", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_announcementCardTitle", + "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": "PressedColor", + "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": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_assignmentNo": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "LookUp(Assignments, Name = ThisItem.'Submitted Assignment'.Name,ThisRecord.'Assignment Number')", + "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", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "lbl_assignmentNo", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "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": "HoverColor", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_courseCode": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + "Y", + "Width", + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "LineHeight", + "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": "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": "lbl_courseCode", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "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": "HoverColor", + "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": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_courseTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + "Y", + "Width", + "Height", + "DisplayMode", + "OnSelect", + "ZIndex", + "LineHeight", + "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": "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": "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": "lbl_courseTitle", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "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": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_noItemMsg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "150", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "lbl_noItemMsg", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjCode": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjCode", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle": { + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle", + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle_2", + "ParentIndex": 2, + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_SubjTitle_3", + "ParentIndex": 3, + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_submittedOn": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Submitted On')", + "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", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "lbl_submittedOn", + "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": "HoverColor", + "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": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_subName": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "LookUp(Assignments, Name = ThisItem.'Submitted Assignment'.Name,ThisRecord.Course.Name)", + "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", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "VerticalAlign", + "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": "Parent.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "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": "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": "AutoHeight", + "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": "lbl_subName", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Titile_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_7", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_title": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "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", + { + "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": { + "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": "lbl_title", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + }, + "lbl_title_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "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", + { + "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": { + "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": "lbl_title_1", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + }, + "lbl_title_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "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": "lbl_title_2", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + }, + "Name_DataCard2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue10.Text", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "MaxLength", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Name_DataCard2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "MaxLength", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "StarVisible5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible5", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible6", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible7", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible8", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "txt_description": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Format", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "txt_description", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "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": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_name": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Format", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "txt_name", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_unitNo": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Format", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "txt_unitNo", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "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": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "Unit Number_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Value(DataCardValue8.Text)", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Unit Number_DataCard1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Courses" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Grade Assignments.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Grade Assignments.editorstate.json new file mode 100644 index 00000000..8fafee90 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Grade Assignments.editorstate.json @@ -0,0 +1,22415 @@ +{ + "ControlStates": { + "Assignment Status_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue5.Selected.Value", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "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": "Assignment Status_DataCard1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "btn_cancel": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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": "Set(varAssignmentAssist,ChatGPTConnector.ChatAPI(\"gpt-3.5-turbo\",Collect(colAssignmentAssist,{role:\"user\",content:Text(Concatenate(\"Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.\",\"The subject is '\",drp_Subject_3.Selected.Value,\"'. \",\"Assignment title is '\",drp_Assignment.Selected.title,\"'\",\" and the description is '\", drp_Assignment.Selected.description,\"'.\", \"This is my submission: '\",txt_UserInput_4,\"'\"))})));\r\nClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message);", + "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": "?" + } + ], + "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": "btn_cancel", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_galNav_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "If(\r\n ThisItem.name = \"Dashboard\",\r\n Navigate(Dashboard),\r\n ThisItem.name = \"Courses\",\r\n Navigate(Courses),\r\n ThisItem.name = \"Submissions\",\r\n Navigate(Submissions),\r\n ThisItem.name = \"Messages\",\r\n Navigate(Messages),\r\n ThisItem.name = \"Summarizer\",\r\n Navigate(Summarizer),\r\n ThisItem.name = \"Translator\",\r\n Navigate(Translator),\r\n ThisItem.name = \"Assignment Assist\",\r\n Navigate(AssignmentAssist),\r\n ThisItem.name = \"Announcements\",\r\n Navigate(Announcements),\r\n false\r\n);\r\n//If(ThisItem.name = \"Dashboard\", Navigate(Dashboard),Navigate(Courses) );", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Text", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_galNav_5", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "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": "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": "DisplayMode", + "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": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btn_MarkAssignment": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "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": "Set(varAssignmentAssist,ChatGPTConnector.ChatAPI(\"gpt-3.5-turbo\",Collect(colAssignmentAssist,{role:\"user\",content:Text(Concatenate(\"Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.\",\"The subject is '\",drp_Subject_3.Selected.Value,\"'. \",\"Assignment title is '\",drp_Assignment.Selected.title,\"'\",\" and the description is '\", drp_Assignment.Selected.description,\"'.\", \"This is my submission: '\",txt_UserInput_4,\"'\"))})));\r\nClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message);", + "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": "?" + } + ], + "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": "btn_MarkAssignment", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "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" + }, + "btn_view": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "(txt_UserInput_4.Height + txt_UserInput_4.Y) + (Self.Height/2.5)", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Width / 5", + "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": "Set(varAssignmentAssist,ChatGPTConnector.ChatAPI(\"gpt-3.5-turbo\",Collect(colAssignmentAssist,{role:\"user\",content:Text(Concatenate(\"Can you please provide me some suggestions in point form for the following assignment submission? Do not acknowledge me and just give me the suggestions in brief only. Don't tell anything other than the points.\",\"The subject is '\",drp_Subject_3.Selected.Value,\"'. \",\"Assignment title is '\",drp_Assignment.Selected.title,\"'\",\" and the description is '\", drp_Assignment.Selected.description,\"'.\", \"This is my submission: '\",txt_UserInput_4,\"'\"))})));\r\nClearCollect(colAssignmentAssist,First(varAssignmentAssist.choices).message);", + "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": "?" + } + ], + "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": "btn_view", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_topTitleBar_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "Height", + "Width", + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Title", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Subtitle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowSubtitle", + "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": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_aiAssignmentbody_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_aiAssignmentbody_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_announcementDateAndTime_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "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": "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": { + "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": "cont_announcementDateAndTime_1", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentHeader_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_assignmentHeader_2", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentHeader_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_assignmentHeader_3", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentMaterials_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentMaterials_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentMaterials_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentMaterials_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_assignmentsAndAnnouncements_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_assignmentsAndAnnouncements_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Body_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "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": "cont_Body_5", + "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": "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper_8": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height/ 2.5", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_BodyUpper_9_1.X", + "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": "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": "cont_BodyUpper_8", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_CourseContents_1": { + "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": "comp_topTitleBar_Course_1.Height", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height - comp_topTitleBar_Course_1.Height - (btn_BacktoCourses.Height + 32)", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "cont_CourseContents_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_ctaBtn": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "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": "cont_ctaBtn", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_grade": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_grade", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_gradeAssignment": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_BodyUpper_9.Height - 32", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutOverflowY", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutWrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DropShadow", + "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": "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": "BorderThickness", + "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": { + "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": "cont_gradeAssignment", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "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": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_GradeAssignment": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_mainContent_1.X", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_mainContent_1.Y", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_mainContent_1.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "cont_mainContent_1.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_GradeAssignment", + "ParentIndex": 1, + "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": "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" + }, + "cont_headers_1": { + "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": "glr_marksTable.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_headers_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Main_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "cont_Main_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_mainContent_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "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": "cont_mainContent_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_markAssignmentCta": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "cont_markAssignmentCta", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_marksData_1": { + "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": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "cont_marksData_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Nav_9": { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_sidenav_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "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": "cont_sidenav_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "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": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "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": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_SideNavInner_7": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "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": "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": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_SideNavInner_7", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_studentData": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": { + "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": { + "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": "cont_studentData", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_submissionHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "cont_submissionHeader", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "DataCardKey1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey4", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardKey5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "AutoHeight", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "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": "%FieldName.ID%", + "Name": "DataCardKey5", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "DataCardValue5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "[Parent.Default]", + "InvariantPropertyName": "DefaultSelectedItems", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "SelectMultiple", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "IsSearchable", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "NavigateFields", + "Template", + "SearchItems", + "MoreItemsButtonColor", + "DisplayFields", + "SearchFields", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + "ChevronBackground", + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "SelectionTagFill", + "SelectionTagColor", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "X", + "Y", + "Width", + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "Default", + { + "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": "%FieldValue.ID%", + "Name": "DataCardValue5", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "NavigateFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SearchFields", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DefaultSelectedItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "SelectMultiple", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "IsSearchable", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Template", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MoreItemsButtonColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionTagColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "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": "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" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultComboBoxStyle", + "Type": "ControlInfo" + }, + "drp_Assignment_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Assignment_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"appr_name\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_AssignmentStatus": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DropDownSample", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + "ChevronBackground", + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "58", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "48", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"1\"", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_AssignmentStatus", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "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": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_Subject_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height / 2.5", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Subject_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"appr_name\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "ErrorMessage1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue1.Y + DataCardValue1.Height", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage1", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue4.Y + DataCardValue4.Height", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage2", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "ErrorMessage3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Size", + "AutoHeight", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%ErrorMessage.ID%", + "Name": "ErrorMessage3", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "criticalErrorLabelStyle", + "Type": "ControlInfo" + }, + "Feedback Comment_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "DataCardValue1.Text", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Feedback Comment_DataCard1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "frm_GradeAssignment": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DefaultMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "X", + "Y", + "Width", + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataSource", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "NumberOfColumns", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Item", + "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": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinWidth", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "vertical", + "MetaDataIDKey": "", + "Name": "frm_GradeAssignment", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataSource", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DefaultMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Item", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "NumberOfColumns", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultFormStyle", + "Type": "ControlInfo" + }, + "gal_Nav_9": { + "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", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_9", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav_9", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galleryTemplate3_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate3_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "glr_submissionTable": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "'Assignment Marks'", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + "Transition", + "DelayItemLoading", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Height - cont_headers_1.Height - 40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate3_1", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "glr_submissionTable", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "Grade Assignments": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Grade Assignments", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "HtmlText1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "200", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Show your HTML text here.\"", + "InvariantPropertyName": "HtmlText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "HtmlText1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "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" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_NavFooter_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "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": "img_NavFooter_9", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavTopLogo1_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "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": "img_NavTopLogo1_9", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "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": "img_TitleImg_9", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardDate_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Created On',DateTimeFormat.ShortDate)", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "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", + { + "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": "lbl_announcementCardDate_1", + "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": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_announcementCardTime_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Text(ThisItem.'Created On',DateTimeFormat.ShortTime)", + "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", + "X", + "Y", + "Width", + { + "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", + { + "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": "lbl_announcementCardTime_1", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_id": { + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "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" + ], + "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": "lbl_id", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_marks": { + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "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": "lbl_marks", + "ParentIndex": 3, + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_stName": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "lbl_stName", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_studentName": { + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "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": "lbl_studentName", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_studentNo": { + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "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": "lbl_studentNo", + "ParentIndex": 2, + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjCode_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_SubjCode_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "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": "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_SubjTitle_1", + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_SubjTitle_4", + "ParentIndex": 2, + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_SubjTitle_5": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "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": "AutoHeight", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_SubjTitle_5", + "ParentIndex": 3, + "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": "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": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Submissions_AssignmentCourse": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_4.Selected.Name", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width - (cont_BodyUpper_9.PaddingLeft*2)", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "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": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "lbl_Submissions_AssignmentCourse", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Submissions_AssignmentDue": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width - (cont_BodyUpper_9.PaddingLeft*2)", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lbl_Submissions_AssignmentDue", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Submissions_AssignmentName": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width - (cont_BodyUpper_9.PaddingLeft*2)", + "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", + { + "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": { + "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": "", + "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": "lbl_Submissions_AssignmentName", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + }, + "lbl_Titile_9": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile_9", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_title_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.Width-32", + "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", + { + "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": { + "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": "lbl_title_3", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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" + }, + "lbl_title_6": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "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", + { + "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": { + "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": "lbl_title_6", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "StarVisible3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "Live", + "Overflow", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "Wrap", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "%FieldRequired.ID%", + "Name": "StarVisible3", + "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": "Overflow", + "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": "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": "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Wrap", + "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "accentLabelStyle", + "Type": "ControlInfo" + }, + "TextInput1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Mode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Format", + "VirtualKeyboardMode", + "DelayOutput", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Align.Left", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "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": "0", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "TextInput1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "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": "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": "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": "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": "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": "TabIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "total marks_DataCard1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DataField", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayName", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Required", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": true, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Value(DataCardValue4.Text)", + "InvariantPropertyName": "Update", + "IsLockable": true, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "total marks_DataCard1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DataField", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayName", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Required", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Update", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTypedDataCardStyle", + "Type": "ControlInfo" + }, + "txt_feedback_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Format", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_feedback_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_Marks": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Format", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "drp_Subject_2.Height", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HintText", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Marks", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HintText", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_Submissions_AssignmentDesc": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Default", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Mode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Format", + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "txt_Submissions_AssignmentDesc", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "User" + }, + { + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Grade Assignments" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Login.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Login.editorstate.json new file mode 100644 index 00000000..f792f184 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/Login.editorstate.json @@ -0,0 +1,3348 @@ +{ + "ControlStates": { + "bt_Login": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "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": "bt_Login", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "Container2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "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", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Container2", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "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": "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" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Container3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "Container3", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "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" + }, + "Container4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": "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": "Container4", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "User" + }, + { + "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" + }, + "Html_loginDiv": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "Width", + "Height", + "X", + "Y", + "ZIndex", + "HtmlText" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Html_loginDiv", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "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" + }, + "Image1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image1", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Image2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image2", + "ParentIndex": 3, + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_DP": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + { + "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": "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": { + "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": "img_DP", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_Logo": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "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", + "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": "img_Logo", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Label1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "Label1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Label3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Student\"", + "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", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "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": "Label3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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": "AutoHeight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_Name": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "150", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "lbl_Name", + "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": "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Login": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "Login", + "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" + } + }, + "TopParentName": "Login" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar.editorstate.json new file mode 100644 index 00000000..0b1d6f7b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar.editorstate.json @@ -0,0 +1,1569 @@ +{ + "ControlStates": { + "comp_topTitleBar": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_topTitleBar", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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" + }, + "cont_topSection_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Greeting_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "Greeting_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Image4_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "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": { + "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": "Image4_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_mainSubtitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "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": "", + "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": "lbl_mainSubtitle", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_mainTitle": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "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": "lbl_mainTitle", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_topTitleBar" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar_2.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar_2.editorstate.json new file mode 100644 index 00000000..5b950d52 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar_2.editorstate.json @@ -0,0 +1,1562 @@ +{ + "ControlStates": { + "comp_topTitleBar_2": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_2", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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" + }, + "cont_topSection_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Greeting_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "Greeting_3", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Image4_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "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": { + "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": "Image4_3", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_mainSubtitle_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "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": "", + "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": "lbl_mainSubtitle_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_mainTitle_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "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": "lbl_mainTitle_1", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_topTitleBar_2" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar_5.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar_5.editorstate.json new file mode 100644 index 00000000..4ebf8424 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/EditorState/comp_topTitleBar_5.editorstate.json @@ -0,0 +1,1562 @@ +{ + "ControlStates": { + "comp_topTitleBar_5": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex", + "Title", + "Subtitle", + "ShowSubtitle" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_topTitleBar_5", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Title", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "Subtitle", + "RuleProviderType": "System" + }, + { + "Category": "Data", + "PropertyName": "ShowSubtitle", + "RuleProviderType": "System" + }, + { + "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" + }, + "cont_topSection_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutDirection", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_topSection_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Greeting_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "", + "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": "Greeting_4", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Image4_4": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": { + "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": { + "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": "Image4_4", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_mainSubtitle_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "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", + "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", + "Visible" + ], + "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": "", + "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": "lbl_mainSubtitle_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_mainTitle_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Welcome!\"", + "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", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", + { + "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": "lbl_mainTitle_2", + "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": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "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": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_topTitleBar_5" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Grade Assignments.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Grade Assignments.fx.yaml new file mode 100644 index 00000000..a314fb44 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Grade Assignments.fx.yaml @@ -0,0 +1,1202 @@ +"'Grade Assignments' As screen": + Fill: =RGBA(17, 21, 21, 1) + OnVisible: =Set(varTabSelected, "Grade Assignments") + + cont_Main_3 As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.Height + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + cont_sidenav_3 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingTop: =16 + Width: =Parent.Width/4.5 + ZIndex: =1 + + cont_SideNavInner_7 As groupContainer.manualLayoutContainer: + Fill: =RGBA(255, 255, 255, 1) + LayoutMinHeight: =100 + LayoutMinWidth: =100 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_Nav_9 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + img_NavTopLogo1_9 As image: + AlignInContainer: =AlignInContainer.Start + Height: =64 + Image: =img_NavTopLogo + Width: =64 + X: =img_TitleImg_9.X + Y: =Self.X + ZIndex: =1 + + gal_Nav_9 As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height-128-24 + Items: | + =[ + { + ID: 1, + name: "Courses", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + " + ), + navigateTo: "Navigate(Courses)" + }, + { + ID: 2, + name: "AI Assignment Creator", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + "), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(AI Assignment Creator)" + }, + { + ID: 3, + name: "Grade Assignments", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Grade Assignments)" + }, + { + ID: 4, + name: "Announcements", + svg: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + svgClicked: "data:image/svg+xml;utf8, " & EncodeUrl( + " + + + + + + + + + " + ), + navigateTo: "Navigate(Announcement)" + } + ] + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =80 + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + TemplateFill: =//If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =48 + Width: =Parent.Width + ZIndex: =3 + + lbl_Titile_9 As label: + Fill: =If(varTabSelected = ThisItem.name , RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + Font: =Font.'Segoe UI' + FontWeight: =If(ThisItem.name = varTabSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =48 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: |- + =Select(Parent) + //If(ThisItem.name = "Dashboard", Navigate(Dashboard),Navigate(Courses) ); + PaddingLeft: =img_TitleImg_9.X + (img_TitleImg_9.Width*1.5) + Size: =12 + Text: =ThisItem.name + Width: =Parent.TemplateWidth + ZIndex: =1 + + img_TitleImg_9 As image: + Height: =32 + Image: =If(ThisItem.name = varTabSelected, ThisItem.svgClicked, ThisItem.svg) + OnSelect: =Select(Parent) + Width: =24 + X: =16 + Y: =(lbl_Titile_9.Height - img_TitleImg_9.Height) / 2 + ZIndex: =2 + + btn_galNav_5 As button: + BorderColor: =Self.Fill + Color: =RGBA(0, 0, 0, 0) + Fill: =Color.Transparent + FocusedBorderColor: =Self.Fill + Height: =Parent.TemplateHeight + HoverColor: =Self.Fill + HoverFill: =Self.Fill + OnSelect: |- + =If( + + ThisItem.name = "Courses", + Navigate(Courses), + ThisItem.name = "AI Assignment Creator", + Navigate('AI Assignment Creator'), + ThisItem.name = "Grade Assignments", + Navigate('Grade Assignments'), + ThisItem.name = "Announcements", + Navigate(Announcement), + false + ); + + If(ThisItem.name = "Courses",Set(varCourseVisible, false)); + If(ThisItem.name = "Grade Assignments",Set(varGradeAssignmentVisible, false)); + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Text: ="" + Width: =Parent.TemplateWidth + ZIndex: =3 + + img_NavFooter_9 As image: + AlignInContainer: =AlignInContainer.Start + Height: =24 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =24 + X: =img_TitleImg_9.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =5 + + cont_mainContent_3 As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =2 + + comp_topTitleBar_4 As comp_topTitleBar: + LayoutMinHeight: =640 + LayoutMinWidth: =640 + ShowSubtitle: =false + Subtitle: ="" + Title: ="Grade Assignments" + Width: =Parent.Width + + cont_Body_5 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =2 + + cont_aiAssignmentbody_1 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =1.5 + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =1 + + cont_BodyUpper_8 As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =0 + Height: =40 + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =50 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =4 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width-32 + ZIndex: =1 + + drp_Subject_5 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =Parent.Height-4 + Items: |- + =Courses_1 + //["Subject", "English"] + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =(Parent.Width / 2) - (cont_BodyUpper_8.PaddingLeft*2) + ZIndex: =1 + + drp_Assignment_4 As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + ChevronBackground: =//RGBA(0, 175, 206, 1) + ChevronFill: |- + =RGBA(160, 160, 160, 1) + //RGBA(255, 255, 255, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Color: |- + =RGBA(160, 160, 160, 1) + //RGBA(219, 219, 219, 1) + Default: ="" + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Height: =drp_Subject_5.Height + Items: =Filter(Assignments,Course.Name=drp_Subject_5.Selected.Name) + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =10 + Width: =drp_Subject_5.Width + ZIndex: =2 + + cont_gradeAssignment As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.Start + Fill: =RGBA(16, 23, 25, 1) + Height: =cont_BodyUpper_8.Height - 32 + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =200 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + LayoutOverflowY: =LayoutOverflow.Scroll + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Width: =Parent.Width-32 + ZIndex: =3 + + lbl_Submissions_AssignmentName As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =30 + LayoutMinHeight: =20 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: =drp_Assignment_4.Selected.Name + Width: =Parent.Width + ZIndex: =1 + + lbl_Submissions_AssignmentCourse As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + LayoutMinHeight: =26 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =drp_Subject_5.Selected.Name + Width: =Parent.Width + ZIndex: =2 + + txt_Submissions_AssignmentDesc As text: + Color: =RGBA(171, 171, 171, 1) + Default: =drp_Assignment_4.Selected.Description + DisplayMode: =DisplayMode.View + Fill: =RGBA(0, 0, 0, 0) + FillPortions: =2 + Font: =Font.'Segoe UI' + Height: =30 + Mode: =TextMode.MultiLine + PaddingLeft: =5 + PaddingRight: =0 + Size: =9 + Width: =lbl_Submissions_AssignmentName.Width + ZIndex: =4 + + cont_announcementDateAndTime_1 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =20 + LayoutMinWidth: =80 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingTop: =16 + ZIndex: =5 + + lbl_announcementCardDate_1 As label: + Color: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + Height: =30 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(drp_Assignment_4.Selected.'Due Date', DateTimeFormat.ShortDate) + ZIndex: =1 + + lbl_announcementCardTime_1 As label: + Align: =Align.Right + Color: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + Height: =30 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =10 + Text: =Text(drp_Assignment_4.Selected.'Due Date',DateTimeFormat.ShortTime) + ZIndex: =2 + + cont_assignmentMaterials_2 As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =2 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =8 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_assignmentHeader_2 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_title_3 As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Submissions" + Width: = + X: =40 + Y: =40 + ZIndex: =1 + + cont_headers_1 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Width: =glr_submissionTable.TemplateWidth-16 + Y: =16 + ZIndex: =2 + + lbl_SubjTitle_1 As label: + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + LayoutMinWidth: =50 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="NAME" + Width: =If(IsBlank(lbl_studentName.Width), glr_submissionTable.TemplateWidth/5*1.77, lbl_studentName.Width) + ZIndex: =1 + + lbl_SubjCode_1 As label: + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + LayoutMinWidth: =50 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="STUDENT NO" + Width: =If(IsBlank(lbl_studentNo.Width), glr_submissionTable.TemplateWidth/5*1-24, lbl_studentNo.Width) + ZIndex: =2 + + lbl_SubjTitle_4 As label: + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + LayoutMinWidth: =50 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="MARKS" + Width: =If(IsBlank(lbl_marks.Width), glr_submissionTable.TemplateWidth/5*1-24, lbl_marks.Width) + ZIndex: =3 + + lbl_SubjTitle_5 As label: + AutoHeight: =true + Color: =RGBA(171, 171, 171, 1) + Font: =Font.'Segoe UI' + LayoutMinWidth: =50 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: ="ACTION" + Width: =If(IsBlank(cont_ctaBtn.Width), glr_submissionTable.TemplateWidth/5*1-24, cont_ctaBtn.Width) + ZIndex: =4 + + glr_submissionTable As gallery.galleryVertical: + DelayItemLoading: =true + FillPortions: =0 + Height: =Parent.Height - cont_headers_1.Height - 40 - 16 + Items: |- + =SortByColumns(Filter('Assignment Marks', 'Submitted Assignment'.'Assignment Number'= drp_Assignment_4.Selected.'Assignment Number'),"appr_assignmentstatus") + //Filter('Assignment Marks', 'Assignment Status' = 1 && 'Submitted Assignment'.'Assignment Number'= drp_Assignment_4.Selected.'Assignment Number' ) + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =320 + LoadingSpinner: =LoadingSpinner.Data + TemplatePadding: =8 + TemplateSize: =60//If(Self.Layout = Layout.Horizontal, Min(280, Self.Width - 60), Min(280, Self.Height - 60)) + Width: =Parent.Width-16 + X: =8 + Y: =cont_headers_1.Height + 16 + ZIndex: =3 + + cont_marksData_1 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(16, 23, 25, 1) + Height: =60 + LayoutGap: =8 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =8 + PaddingLeft: =8 + PaddingRight: =8 + PaddingTop: =8 + Width: =1006 + ZIndex: =3 + + lbl_studentName As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =2 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.'Student Name'.'Full Name' + ZIndex: =1 + + lbl_studentNo As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =ThisItem.'Student Name'.'Student No' + ZIndex: =2 + + lbl_marks As label: + AlignInContainer: =AlignInContainer.Center + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =12 + Text: =If(IsBlank(ThisItem.'total marks'),"NA", ThisItem.'total marks' &" %") + ZIndex: =3 + + cont_ctaBtn As groupContainer.horizontalAutoLayoutContainer: + LayoutAlignItems: =LayoutAlignItems.Center + LayoutMinHeight: =30 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =7 + + btn_view As button: + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 175, 206, 1) + Fill: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =glr_submissionTable.Selected; + Set(varGradeAssignmentVisible, true) + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="View" + Width: =120 + ZIndex: =1 + + cont_GradeAssignment As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: ='Grade Assignments'.Height + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Visible: =varGradeAssignmentVisible + Width: ='Grade Assignments'.Width + ZIndex: =2 + + HtmlText1 As htmlViewer: + Height: =Parent.Height + HtmlText: |- + ="
" + Width: =Parent.Width + ZIndex: =1 + + cont_CourseContents_1 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.Regular + Fill: =RGBA(26, 31, 31, 1) + Height: =Parent.Height - Parent.Height/10 + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + Width: =Parent.Width- Parent.Width/10 + X: =Parent.Width/20 + Y: =Parent.Height/20 + ZIndex: =3 + + cont_assignmentsAndAnnouncements_1 As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + FillPortions: =0 + Height: =80 + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + ZIndex: =1 + + cont_assignmentHeader_3 As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =80-32 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + cont_studentData As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + Height: =48 + LayoutDirection: =LayoutDirection.Vertical + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =1 + + lbl_stName As label: + Color: =RGBA(255, 255, 255, 1) + DisplayMode: =DisplayMode.View + Font: =Font.'Segoe UI' + Height: =24 + LineHeight: =0.5 + Size: =14 + Text: =glr_submissionTable.Selected.'Student Name'.'Full Name' + Width: =500 + Y: =3 + ZIndex: =1 + + lbl_id As label: + Color: =RGBA(181, 181, 181, 1) + Font: =Font.'Segoe UI' + Height: =20 + Size: =10 + Text: =glr_submissionTable.Selected.'Student Name'.'Student No' + ZIndex: =2 + + lbl_Submissions_AssignmentDue As label: + Align: =Align.Right + Color: =RGBA(0, 175, 206, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + Size: =9 + Text: ="Deadline - " & Text(drp_Assignment_4.Selected.'Due Date',DateTimeFormat.LongDateTime) + Width: =Parent.Width/2 + ZIndex: =3 + + cont_assignmentMaterials_3 As groupContainer.horizontalAutoLayoutContainer: + Fill: =RGBA(16, 23, 25, 1) + FillPortions: =2 + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =8 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =2 + + cont_submissionHeader As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =4 + ZIndex: =1 + + lbl_title_6 As label: + Color: =RGBA(255, 255, 255, 1) + FillPortions: =1 + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Semibold + Height: =36 + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =16 + Text: ="Submission" + Width: =Parent.Width-32 + X: =40 + Y: =40 + ZIndex: =1 + + TextInput1 As text: + Align: =If(IsBlank(glr_submissionTable.Selected.'Submission Text'), Align.Center ,Align.Left) + BorderColor: =RGBA(160, 160, 160, 1) + Color: =RGBA(255, 255, 255, 1) + Default: =glr_submissionTable.Selected.'Submission Text' + DisplayMode: =DisplayMode.View + Fill: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + Height: =Parent.Height-64 + HintText: ="Submitted Text" + HoverBorderColor: =RGBA(160, 160, 160, 1) + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: =RGBA(0, 0, 0, 0) + Mode: =TextMode.MultiLine + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + Size: =12 + TabIndex: = + Width: =Parent.Width-32 + ZIndex: =2 + + cont_grade As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =8 + LayoutMinHeight: =100 + LayoutMinWidth: =100 + LayoutMode: =LayoutMode.Auto + PaddingBottom: =16 + PaddingLeft: =16 + PaddingRight: =16 + PaddingTop: =16 + RadiusBottomLeft: =16 + RadiusBottomRight: =16 + RadiusTopLeft: =16 + RadiusTopRight: =16 + ZIndex: =3 + + frm_GradeAssignment As form: + DataSource: ='Assignment Marks' + Item: =glr_submissionTable.Selected + LayoutMinHeight: =150 + LayoutMinWidth: =500 + NumberOfColumns: =1 + X: =40 + Y: =40 + ZIndex: =1 + + "'Feedback Comment_DataCard1' As typedDataCard.textualMultiLineEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_feedbackcomment" + Default: =ThisItem.'Feedback Comment' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_feedbackcomment") + Fill: =RGBA(0, 0, 0, 0) + Height: =65 + Required: =false + Update: =txt_feedback_1.Text + Width: =1165 + X: =0 + Y: =0 + ZIndex: =1 + + DataCardKey1 As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + ErrorMessage1 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =txt_feedback_1.Y + txt_feedback_1.Height + ZIndex: =3 + + StarVisible1 As label: + Align: =Align.Center + Height: =DataCardKey1.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey1.Y + ZIndex: =4 + + txt_feedback_1 As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(160, 160, 160, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Height: =43 + HintText: ="Add Feedback" + HoverBorderColor: =RGBA(160, 160, 160, 1) + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: =RGBA(0, 0, 0, 0) + Size: =10 + Width: =Parent.Width - 4 + ZIndex: =5 + + "'total marks_DataCard1' As typedDataCard.numberEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_totalmarks" + Default: =ThisItem.'total marks' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_totalmarks") + Fill: =RGBA(0, 0, 0, 0) + Height: =50 + Required: =false + Update: =Value(txt_Marks.Text) + Width: =1165 + X: =0 + Y: =1 + ZIndex: =1 + + DataCardKey4 As label: + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + ErrorMessage2 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =txt_Marks.Y + txt_Marks.Height + ZIndex: =3 + + StarVisible2 As label: + Align: =Align.Center + Height: =DataCardKey4.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey4.Y + ZIndex: =4 + + txt_Marks As text: + BorderColor: =RGBA(160, 160, 160, 1) + BorderThickness: =1 + Color: =RGBA(160, 160, 160, 1) + Default: ="" + Fill: |- + =RGBA(26, 31, 31, 1) + //RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + Format: =TextFormat.Number + HintText: ="Add Marks" + HoverBorderColor: =RGBA(160, 160, 160, 1) + HoverColor: =RGBA(255, 255, 255, 1) + HoverFill: =RGBA(0, 0, 0, 0) + Size: =10 + Width: =Parent.Width - 4 + ZIndex: =5 + + "'Assignment Status_DataCard1' As typedDataCard.comboBoxOptionSetSingleEditCard": + BorderStyle: =BorderStyle.Solid + DataField: ="appr_assignmentstatus" + Default: =ThisItem.'Assignment Status' + DisplayMode: =Parent.DisplayMode + DisplayName: =DataSourceInfo([@'Assignment Marks'],DataSourceInfo.DisplayName,"appr_assignmentstatus") + Fill: =RGBA(0, 0, 0, 0) + Height: =50 + Required: =true + Update: =drp_AssignmentStatus.Selected.Value + Visible: =false + Width: =1165 + X: =0 + Y: =2 + ZIndex: =1 + + DataCardKey5 As label: + AutoHeight: =true + Height: =34 + Text: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + Wrap: =false + X: =30 + Y: =10 + ZIndex: =1 + + DataCardValue5 As combobox: + BorderColor: =If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red) + DefaultSelectedItems: |- + =Choices('Assignment Status'.Graded) + //Filter(Choices('Assignment Status'.Graded),ThisItem.'Assignment Status'=3) + DisplayFields: =["Value"] + DisplayMode: =Parent.DisplayMode + IsSearchable: =false + Items: =Choices('Assignment Status') + PaddingLeft: =If(Self.DisplayMode = DisplayMode.Edit, 5, 0) + SearchFields: =["Value"] + SearchItems: =[] + SelectMultiple: =false + Tooltip: =Parent.DisplayName + Visible: =false + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardKey5.Y + DataCardKey5.Height + 5 + ZIndex: =2 + + ErrorMessage3 As label: + AutoHeight: =true + Height: =10 + Live: =Live.Assertive + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Text: =Parent.Error + Visible: =Parent.DisplayMode=DisplayMode.Edit + Width: =Parent.Width - 60 + X: =30 + Y: =DataCardValue5.Y + DataCardValue5.Height + ZIndex: =3 + + StarVisible3 As label: + Align: =Align.Center + Height: =DataCardKey5.Height + Text: ="*" + Visible: =And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit) + Width: =30 + Wrap: =false + Y: =DataCardKey5.Y + ZIndex: =4 + + drp_AssignmentStatus As dropdown: + Default: ="Graded" + Items: =Choices('Assignment Status') + X: =DataCardValue5.X + Y: =DataCardValue5.Y + ZIndex: =5 + + cont_markAssignmentCta As groupContainer.horizontalAutoLayoutContainer: + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutGap: =8 + LayoutJustifyContent: =LayoutJustifyContent.End + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =5 + + btn_cancel As button: + BorderColor: =RGBA(0, 175, 206, 1) + Fill: =RGBA(0, 0, 0, 0) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: =Set(varGradeAssignmentVisible,false) + PaddingBottom: =4 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Cancel" + Width: =txt_UserInput_4.Width / 3 + X: =(txt_UserInput_4.Width + txt_UserInput_4.X) - Self.Width + Y: =(txt_UserInput_4.Height + txt_UserInput_4.Y) + (Self.Height/2.5) + ZIndex: =1 + + btn_MarkAssignment As button: + BorderColor: =RGBA(0, 175, 206, 1) + Color: =RGBA(0, 0, 0, 1) + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + FontWeight: =FontWeight.Normal + Height: =Self.Width / 5 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + OnSelect: |- + =SubmitForm(frm_GradeAssignment); + Set(varGradeAssignmentVisible,false) + //Set(varGradeAssignmentVisible,false) + PaddingBottom: =4 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Add Grade" + Width: =txt_UserInput_4.Width / 3 + X: =(txt_UserInput_4.Width + txt_UserInput_4.X) - Self.Width + Y: =(txt_UserInput_4.Height + txt_UserInput_4.Y) + (Self.Height/2.5) + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Login.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Login.fx.yaml new file mode 100644 index 00000000..cb7d3ec5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Login.fx.yaml @@ -0,0 +1,146 @@ +Login As screen: + Fill: =RGBA(17, 21, 21, 1) + + Image1 As image: + Height: =300 + Image: =book + Width: =289 + X: =Html_loginDiv.X - Self.Width/2 + Y: =Html_loginDiv.Y - Self.Height/2 + ZIndex: =1 + + Image2 As image: + Height: =300 + Image: =lamp + Width: =318 + X: =(Html_loginDiv.X+Html_loginDiv.Width) - Self.Width/2 + Y: =(Html_loginDiv.Y+Html_loginDiv.Height) - Self.Height/2 + ZIndex: =2 + + Html_loginDiv As htmlViewer: + Height: =Parent.Height/1.8 + HtmlText: |- + ="
" + Width: =Parent.Width/2 + X: =(Parent.Width-Html_loginDiv.Width)/2 + Y: =(Parent.Height-Html_loginDiv.Height)/2 + ZIndex: =3 + + Container2 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Html_loginDiv.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =16 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMode: =LayoutMode.Auto + PaddingBottom: =32 + PaddingTop: =32 + Width: =Html_loginDiv.Width + X: =Html_loginDiv.X + Y: =Html_loginDiv.Y + ZIndex: =4 + + img_Logo As image: + Height: =64 + Image: =apraulogo + Width: =64 + ZIndex: =1 + + lbl_Name As label: + Align: =Align.Center + Color: =RGBA(179, 179, 179, 1) + Font: =Font.'Segoe UI' + Size: =19 + Text: ="AI Education Teachers' App" + Width: =Parent.Width + ZIndex: =2 + + Container3 As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =220 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =24 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =3 + + img_DP As image: + Height: =80 + Image: =User().Image + RadiusBottomLeft: =100 + RadiusBottomRight: =100 + RadiusTopLeft: =100 + RadiusTopRight: =100 + Width: =80 + ZIndex: =1 + + Container4 As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =40 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =-4 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =40 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =2 + + Label1 As label: + Align: =Align.Center + AutoHeight: =true + Color: =RGBA(255, 255, 255, 1) + Font: =Font.'Segoe UI' + LineHeight: =0.8 + Size: =16 + Text: =User().FullName + Width: =300 + ZIndex: =1 + + Label3 As label: + Align: =Align.Center + AutoHeight: =true + Color: =RGBA(179, 179, 179, 1) + Font: =Font.'Segoe UI' + LineHeight: =0.8 + Size: =10 + Text: ="Teacher" + ZIndex: =2 + + bt_Login As button: + BorderThickness: =1 + Color: =RGBA(0, 0, 0, 1) + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + HoverBorderColor: =ColorFade(Self.BorderColor, 30%) + HoverColor: =RGBA(0, 0, 0, 1) + HoverFill: =ColorFade(Self.Fill, -15%) + PaddingBottom: =8 + PaddingLeft: =24 + PaddingRight: =24 + PaddingTop: =8 + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =14 + Text: ="Log In" + Width: =136 + ZIndex: =5 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Themes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Themes.json new file mode 100644 index 00000000..8844851c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/Src/Themes.json @@ -0,0 +1,4962 @@ +{ + "CurrentTheme": "defaultTheme", + "CustomThemes": [ + { + "name": "defaultTheme", + "palette": [ + { + "name": "ScreenBkgColor", + "type": "c", + "value": "%Color.RESERVED%.White" + }, + { + "name": "InvertedBkgColor", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor1", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor2", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "PrimaryColor3", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "PrimaryColor1Light", + "type": "c", + "value": "RGBA(56, 96, 178, .2)" + }, + { + "name": "PrimaryColor2Light", + "type": "c", + "value": "RGBA(0, 18, 107, .2)" + }, + { + "name": "PrimaryColor3Light", + "type": "c", + "value": "RGBA(186, 202, 226, .2)" + }, + { + "name": "PrimaryColor3Fade", + "type": "c", + "value": "ColorFade(RGBA(186, 202, 226, 1), 70%)" + }, + { + "name": "Transparency", + "type": "c", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "name": "TextMainColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "TextMainColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextLinkColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "TextFooterFontColor", + "type": "c", + "value": "RGBA(117, 117, 117, 1)" + }, + { + "name": "InputBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InputTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "InputBorderColor", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "RailBkgColor", + "type": "c", + "value": "RGBA(128, 130, 133, 1)" + }, + { + "name": "HandleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InnerCircleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "DisabledBorderColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledTextMainColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledInputBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "DisabledButtonBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "HoverButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(56, 96, 178, 1), -20%)" + }, + { + "name": "HoverCancelButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(62, 96, 170, 1), 20%)" + }, + { + "name": "HoverInputBkgColor", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "OverlayBkgColor", + "type": "c", + "value": "RGBA(0, 0, 0, 0.4)" + }, + { + "name": "ReservedInfoColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "ReservedSuccessColor", + "type": "c", + "value": "RGBA(141, 198, 63, 1)" + }, + { + "name": "ReservedWarningColor", + "type": "c", + "value": "RGBA(252, 219, 2, 1)" + }, + { + "name": "ReservedErrorColor", + "type": "c", + "value": "RGBA(246, 88, 16, 1)" + }, + { + "name": "ReservedCriticalErrorColor", + "type": "c", + "value": "RGBA(168, 0, 0, 1)" + }, + { + "name": "ReservedDisabledStatusColor", + "type": "c", + "value": "RGBA(193, 193, 193, 1)" + }, + { + "name": "ReservedWhiteColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "ReservedGrayColor", + "type": "c", + "value": "RGBA(240, 240, 240, 1)" + }, + { + "name": "ReservedBlackColor", + "type": "c", + "value": "RGBA(47, 41, 43, 1)" + }, + { + "name": "ReservedChartColorSet", + "type": "![]", + "value": "[RGBA(49, 130, 93, 1),RGBA(48,166,103, 1), RGBA(94,193,108,1), RGBA(246,199,144,1), RGBA(247,199,114,1), RGBA(247,180,91,1), RGBA(246,143,100,1), RGBA(212,96,104,1), RGBA(148, 110, 176, 1), RGBA(118, 154, 204, 1), RGBA(96, 197, 234, 1)]" + }, + { + "name": "TextBodyFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Normal" + }, + { + "name": "TextEmphasisFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "name": "TextBodyFontFace", + "type": "e", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "name": "InputBorderThickness", + "type": "n", + "value": "2" + }, + { + "name": "InputFocusedBorderThickness", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize", + "phoneValue": "27", + "type": "n", + "value": "18" + }, + { + "name": "TextTitleFontSize", + "type": "n", + "value": "20" + }, + { + "name": "TextSubtitleFontSize", + "type": "n", + "value": "18" + }, + { + "name": "TextContentFontSize", + "type": "n", + "value": "16" + }, + { + "name": "TextTitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "14" + }, + { + "name": "TextSubtitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "TextContentFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "DividerColor2020", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextTitleColor_galleryLayouts_ver5", + "type": "c", + "value": "RGBA(50, 49, 48, 1)" + }, + { + "name": "TableNameLabelPadding_copilotAppSinglePage", + "type": "n", + "value": "16" + }, + { + "name": "SearchContainerFill_copilotAppPage", + "type": "c", + "value": "RGBA(245, 245, 245, 1)" + }, + { + "name": "ContainerRadius", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize2020", + "type": "n", + "value": "16" + }, + { + "name": "TextEmphasisFontSize", + "phoneValue": "24", + "type": "n", + "value": "15" + }, + { + "name": "TextBodyFontSize", + "phoneValue": "21", + "type": "n", + "value": "13" + }, + { + "name": "TextFooterFontSize", + "phoneValue": "18", + "type": "n", + "value": "11" + }, + { + "name": "TextMiniFontSize", + "phoneValue": "15", + "type": "n", + "value": "9" + }, + { + "name": "IconFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "IconPressedFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 0.3)" + }, + { + "name": "DatePickerSelectedColor", + "type": "c", + "value": "RGBA(37, 70, 148, 1)" + }, + { + "name": "DatePickerHeaderColor", + "type": "c", + "value": "RGBA(68, 97, 165, 1)" + }, + { + "name": "NoAttachmentPaddingLeft", + "phoneValue": "20", + "type": "n", + "value": "12" + }, + { + "name": "DefaultSize", + "phoneValue": "24", + "type": "n", + "value": "14" + }, + { + "name": "DefaultSize2", + "type": "n", + "value": "13" + }, + { + "name": "DropTargetBorderColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBackgroundColor", + "type": "c", + "value": "RGBA(255, 255, 255, 0.8)" + }, + { + "name": "DropTargetTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBorderThickness", + "type": "n", + "value": "2" + } + ], + "styles": [ + { + "controlTemplateName": "screen", + "name": "defaultScreenStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "LoadingSpinnerColor", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "defaultLabelStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeWeightColorLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "linkLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "headerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlayTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlaySubtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextTitleColor_galleryLayouts_ver5%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "dividerStyle2020", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.DividerColor2020%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "tableNameLabelStyle_copilotAppSinglePage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PaddingLeft", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingRight", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingTop", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingBottom", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "searchContainerStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.SearchContainerFill_copilotAppPage%" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchInputStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + }, + { + "property": "HoverFill", + "value": "%Palette.Transparency%" + }, + { + "property": "PressedFill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "searchIconStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "accentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisWithAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisSecondaryLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "disabledLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedDisabledStatusColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "infoLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "successLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedSuccessColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "warningLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWarningColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "errorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "criticalErrorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedCriticalErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + } + ] + }, + { + "controlTemplateName": "toggleSwitch", + "name": "defaultToggleSwitchStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "FalseFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "TrueFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "FalseHoverFill", + "value": "ColorFade(Self.FalseFill, 15%)" + }, + { + "property": "TrueHoverFill", + "value": "ColorFade(Self.TrueFill, 15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rating", + "name": "defaultRatingStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RatingFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "checkbox", + "name": "defaultCheckboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckboxBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "CheckboxBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckmarkFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedColor", + "value": "RGBA(70, 68, 64, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -30%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 30%)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "radio", + "name": "defaultRadioStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "RadioBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioSelectionFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + } + ] + }, + { + "controlTemplateName": "listbox", + "name": "defaultListboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledSelectionColor", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledSelectionFill", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "DisabledFill", + "value": "RGBA(242, 242, 242, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "dropdown", + "name": "defaultDropdownStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + } + ] + }, + { + "controlTemplateName": "combobox", + "name": "defaultComboBoxStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "MoreItemsButtonColor", + "value": "Self.ChevronBackground" + } + ] + }, + { + "controlTemplateName": "attachments", + "name": "defaultAttachmentsStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "ItemColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ItemFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ItemHoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ItemHoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "ItemSpacing", + "value": "0" + }, + { + "property": "NoAttachmentsColor", + "value": "Self.Color" + }, + { + "property": "NoAttachmentsPaddingLeft", + "value": "%Palette.NoAttachmentPaddingLeft%" + }, + { + "property": "DropTargetBorderThickness", + "value": "%Palette.DropTargetBorderThickness%" + }, + { + "property": "DropTargetBorderStyle", + "value": "%BorderStyle.RESERVED%.Dotted" + }, + { + "property": "DropTargetBorderColor", + "value": "%Palette.DropTargetBorderColor%" + }, + { + "property": "DropTargetBackgroundColor", + "value": "%Palette.DropTargetBackgroundColor%" + }, + { + "property": "DropTargetTextColor", + "value": "%Palette.DropTargetTextColor%" + } + ] + }, + { + "controlTemplateName": "datepicker", + "name": "defaultDatePickerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "IconFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "IconBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "SelectedDateFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverDateFill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "CalendarHeaderFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "12" + } + ] + }, + { + "controlTemplateName": "lookup", + "name": "defaultLookupStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + }, + { + "property": "FooterSize", + "value": "Self.Size - 3" + } + ] + }, + { + "controlTemplateName": "text", + "name": "defaultTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "5" + }, + { + "property": "RadiusBottomRight", + "value": "5" + }, + { + "property": "RadiusTopRight", + "value": "5" + }, + { + "property": "RadiusBottomLeft", + "value": "5" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "slider", + "name": "defaultSliderStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "RailFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "ValueFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "HandleHoverFill", + "value": "Self.HandleFill" + }, + { + "property": "HandleActiveFill", + "value": "Self.HandleFill" + }, + { + "property": "RailHoverFill", + "value": "ColorFade(Self.RailFill, 15%)" + }, + { + "property": "ValueHoverFill", + "value": "ColorFade(Self.ValueFill, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "button", + "name": "defaultButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "button", + "name": "cancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedOkButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedCancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "defaultLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "monochromeAccentLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "defaultPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "10" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "monochromeAccentPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "defaultBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "Size", + "value": "10" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "monochromeAccentBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "legend", + "name": "defaultLegendStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "HoverBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "separatorShapeStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "videoPlayback", + "name": "defaultVideoPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "timer", + "name": "defaultTimerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "ColorFade(Self.BorderColor, 70%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "DisabledColor", + "value": "ColorFade(Self.Fill, 90%)" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "DisabledFill", + "value": "ColorFade(Self.Fill, 70%)" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize2%" + } + ] + }, + { + "controlTemplateName": "triangle", + "name": "defaultTriangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "star", + "name": "defaultStarStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pentagon", + "name": "defaultPentagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "partialCircle", + "name": "defaultPartialCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "octagon", + "name": "defaultOctagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "defaultHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary2HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3FadeHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "screenHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "defaultCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary2CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3FadeCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "arrow", + "name": "defaultArrowStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "defaultIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "PressedColor", + "value": "ColorFade(Self.Color, -20%)" + }, + { + "property": "HoverColor", + "value": "ColorFade(Self.Color, 20%)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary1IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary3IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "invertedBkgHeaderIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.IconFillColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.IconPressedFillColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "microphone", + "name": "defaultMicrophoneStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -15%)" + } + ] + }, + { + "controlTemplateName": "barcode", + "name": "defaultBarcodeStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "defaultGroupContainerStyle", + "propertyValuesMap": [ + { + "property": "RadiusTopLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusTopRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "DropShadow", + "value": "%DropShadow.RESERVED%.Light" + } + ] + }, + { + "controlTemplateName": "barcodeScanner", + "name": "defaultBarcodeScannerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "camera", + "name": "defaultCameraStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "inkControl", + "name": "defaultInkControlStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "Size", + "value": "2" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "import", + "name": "defaultImportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "image", + "name": "defaultImageStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "RadiusTopLeft", + "value": "0" + }, + { + "property": "RadiusTopRight", + "value": "0" + }, + { + "property": "RadiusBottomLeft", + "value": "0" + }, + { + "property": "RadiusBottomRight", + "value": "0" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "defaultHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "typedDataCardHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + } + ] + }, + { + "controlTemplateName": "export", + "name": "defaultExportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "addMedia", + "name": "defaultAddMediaStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverColor", + "value": "Self.Color" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "audioPlayback", + "name": "defaultAudioPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "defaultRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary2RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3FadeRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "grayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ReservedGrayColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "invertedBackgroundRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.InvertedBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "overlayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.OverlayBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "typedDataCard", + "name": "defaultTypedDataCardStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "entityForm", + "name": "defaultEntityFormStyle", + "propertyValuesMap": [ + { + "property": "TextColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InputTextColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledTextColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputBackgroundColor", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Normal" + } + ] + }, + { + "controlTemplateName": "dataGrid", + "name": "defaultDataGridStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "powerbi", + "name": "defaultPowerbiStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "microsoftStreamPlayback", + "name": "defaultMicrosoftStreamPlaybackStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + } + ] + }, + { + "controlTemplateName": "form", + "name": "defaultFormStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "formViewer", + "name": "defaultFormViewerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pdfViewer", + "name": "defaultPdfViewerStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "gallery", + "name": "defaultGalleryStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "richTextEditor", + "name": "defaultRichTextEditorStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "dataTable", + "name": "defaultDataTableStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Announcements.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Announcements.json new file mode 100644 index 00000000..8ad3155c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Announcements.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Announcements", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_announcements", + "logicalName": "appr_announcement" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2114204\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"e7ad6405-96a5-4ad7-9fde-2955022b2ce1\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"a7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_announcement\",\"EntitySetName\":\"appr_announcements\",\"HasNotes\":true,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_announcementid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10330,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Announcements\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dbc3541-3e6e-4266-a728-31e1bf7c9f70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcements\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dbc3541-3e6e-4266-a728-31e1bf7c9f70\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_Announcement\",\"PrivilegeId\":\"100cf8cd-2f1a-41b8-b16b-4b7aa639cb40\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_Announcement\",\"PrivilegeId\":\"9c8fb6b2-d62b-4638-9f05-82a52a3ecda0\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_Announcement\",\"PrivilegeId\":\"addb93a8-5b57-46cd-be4e-d63770971894\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_Announcement\",\"PrivilegeId\":\"b3cbd399-5ae1-412d-a496-15341f542191\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_Announcement\",\"PrivilegeId\":\"1645750a-a365-4ba8-b64d-e7190b69f89c\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_Announcement\",\"PrivilegeId\":\"95456e74-a847-4c5f-92de-d924ec316ee1\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_Announcement\",\"PrivilegeId\":\"092c4459-088d-46da-be9d-e77c02381b6b\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_Announcement\",\"PrivilegeId\":\"fb3a5a35-29fe-490a-b947-593282b35ce3\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"b9764a95-8caf-4ef6-a80c-ab156beab6cb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_account\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Account\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:34Z\",\"ModifiedOn\":\"2023-09-21T06:55:34Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"account\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77f2085b-1bd7-4d92-aba7-cab3b3243ba3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77f2085b-1bd7-4d92-aba7-cab3b3243ba3\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07dfd357-9746-4de3-a25b-327538cd415e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07dfd357-9746-4de3-a25b-327538cd415e\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c5a916a3-bbbe-4afe-bb3e-b704a711fe33\",\"HasChanged\":null,\"AttributeOf\":\"appr_account\",\"AttributeType\":\"String\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_accountname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AccountName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:35Z\",\"ModifiedOn\":\"2023-09-21T06:55:35Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8200fdd9-1b46-4cde-8c5d-7338fca6b002\",\"HasChanged\":null,\"AttributeOf\":\"appr_account\",\"AttributeType\":\"String\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_accountyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AccountYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:35Z\",\"ModifiedOn\":\"2023-09-21T06:55:35Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":\"appr_accountname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"36ed83c7-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_announcementfrom\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_AnnouncementFrom\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:00Z\",\"ModifiedOn\":\"2023-09-21T06:55:00Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd1720e6-fbcd-4479-b80c-4ebcdd8e89ed\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd1720e6-fbcd-4479-b80c-4ebcdd8e89ed\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e7a9bc60-5627-4769-b24f-01f3310dfdb5\",\"HasChanged\":null,\"AttributeOf\":\"appr_announcementfrom\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_announcementfromname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_announcementfromName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:55:00Z\",\"ModifiedOn\":\"2023-09-21T06:55:00Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"15ff6d59-83c1-4f7b-9422-6977e6b682ee\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_announcementid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AnnouncementId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"04d4ed80-a6cf-4bbb-8a1b-4cb3b3db5c95\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_course\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Course\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:56:02Z\",\"ModifiedOn\":\"2023-09-21T06:56:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_course\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7e7eded6-b5aa-4044-b5ae-a671bb4f45e9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7e7eded6-b5aa-4044-b5ae-a671bb4f45e9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b5d6486e-6aa3-48a4-9972-3eca05654fb8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b5d6486e-6aa3-48a4-9972-3eca05654fb8\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e703ca5b-f037-4835-bfb1-c81147a8b173\",\"HasChanged\":null,\"AttributeOf\":\"appr_course\",\"AttributeType\":\"String\",\"ColumnNumber\":44,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_coursename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:56:02Z\",\"ModifiedOn\":\"2023-09-21T06:56:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8f9e5ac0-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:40:30Z\",\"ModifiedOn\":\"2023-09-21T06:40:30Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":8000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"09df1dcc-ba2a-47b6-b118-830edcfd92cd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"09df1dcc-ba2a-47b6-b118-830edcfd92cd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"468b1868-adf6-4d3f-ab22-ef8118d302d7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"468b1868-adf6-4d3f-ab22-ef8118d302d7\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2f2cf7b-948f-4f0c-969e-6e53d93d2750\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2f2cf7b-948f-4f0c-969e-6e53d93d2750\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8060a6d3-cdac-434d-8d10-dc0ae63eb362\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8060a6d3-cdac-434d-8d10-dc0ae63eb362\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"f794009f-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_scope\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Scope\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:32Z\",\"ModifiedOn\":\"2023-09-21T06:39:32Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc9aa85d-2930-4cd7-9f67-730c9f79e7e8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc9aa85d-2930-4cd7-9f67-730c9f79e7e8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b85a7253-d1ed-4760-909d-d5f32677af02\",\"HasChanged\":null,\"AttributeOf\":\"appr_scope\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_scopename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_scopeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:33Z\",\"ModifiedOn\":\"2023-09-21T06:39:33Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"97a30063-a5b6-4dc6-a989-a387fe90ddbe\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c4057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c4057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c5057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c5057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"18501f5d-fab8-469f-a424-942ff013cd83\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9672dc9a-9e1a-41da-be88-132026b2a6ce\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"9ba4ba0b-0a8f-4095-a82a-917641a2a916\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c2057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c3057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c3057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"1dbc1541-6998-4b1a-a5ab-d4c5c1c4e413\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ca057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ca057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"dee84c4c-8869-4e81-9071-e746c2c88c38\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"08fd200b-4c1a-40fc-9765-dafa4f3a85d5\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"7b3e80cc-ca3f-4f32-875f-9391d213d181\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"8a269c52-08f8-4913-a961-ad90c718ad5d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"cb96f5ae-fcd0-4ec1-a633-346d2ceac49c\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"dcc9e21f-380e-4e2c-b2d9-b08afaed0bd4\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"3491cd96-b415-4e4f-bc14-58ab461fb374\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"fc2cf34a-bfba-4e33-abca-df0718b22861\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1f417aaf-8e08-47db-aeb3-668a61bafb25\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"31cd9882-9ea4-4c50-8914-13cce810a854\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"1d9359e2-f00c-4cf3-91a1-17a43d389ae8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"249b3565-c380-4fe0-9b09-3f591749493f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e6057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"90c9d70e-dc3a-4d49-a50d-af403054bb5c\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eb057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"62653505-a72e-4d1c-977a-dae83a0fab23\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ea057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ea057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ec057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"e0b4d164-41a6-4ce8-8bd7-430097c5129c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ee057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ee057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ef057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ef057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"dc8397ae-3eb7-4a62-97f5-77e4dad9ca78\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"7c648f1d-7a1f-4240-bf5b-d416b4ed7437\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f7057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"315f1ca3-4643-413f-851f-bf9be15ff848\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f1057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"4b925d69-d1c4-4613-b24e-2f2637bb90b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"07067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"bbb651d9-b906-4f3b-80b8-40e640aa5e53\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"d44fef31-7c67-4d97-a3b0-e8a558b9ea44\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"11067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"11067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"ce78ccd8-f56d-4660-8714-c4986008c4ce\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"cde7e2b4-1a04-4726-9dfb-6492880eb827\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"20067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"20067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"21067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"21067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"c26bbf8a-c20f-42fc-8b00-b1506ed0ba2b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"22067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"22067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"23067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"23067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"7b761eb3-97e0-45ca-95eb-f92d3950f40a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_announcement\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:02Z\",\"ModifiedOn\":\"2023-09-21T06:38:02Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"ce057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"d4057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"da057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e0057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_announcement_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_announcement_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f2057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f9057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"fe057e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"02067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_announcement\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_announcement\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2e5209dc-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_announcement_Account_account\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"accountid\",\"ReferencedEntity\":\"account\",\"ReferencingAttribute\":\"appr_account\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_announcement_Account_account\",\"ReferencingEntityNavigationPropertyName\":\"appr_Account\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"45c472ec-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_announcement_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_announcement_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"24067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"28067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"30067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"34067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"38067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_announcement_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_announcement_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_announcement\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"275ada64-4958-ee11-be6f-000d3aa1cc0a\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_announcement_Annotations\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_announcementid\",\"ReferencedEntity\":\"appr_announcement\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"annotation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_announcement_Annotations\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_announcement\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"62653505-a72e-4d1c-977a-dae83a0fab23\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2114167\\\"\",\"name\":\"Information\",\"formid\":\"ededf2ac-368d-485c-b29b-7d97f268929f\",\"objecttypecode\":\"appr_announcement\",\"type\":11},{\"@odata.etag\":\"W/\\\"2114192\\\"\",\"name\":\"Information\",\"formid\":\"f5bf6482-6c70-485c-9629-90c1cb65617d\",\"objecttypecode\":\"appr_announcement\",\"type\":6},{\"@odata.etag\":\"W/\\\"2114121\\\"\",\"name\":\"Information\",\"formid\":\"0e642496-519c-4038-81a1-bb289938501c\",\"objecttypecode\":\"appr_announcement\",\"type\":2}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"36ed83c7-4b58-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_announcementfrom\",\"SchemaName\":\"appr_AnnouncementFrom\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c16bcc17-d7c9-4d5c-9ea6-44c4fd6a7d61\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"75c28eda-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_annoucementfrom\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Annoucement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76c28eda-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Annoucement From\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76c28eda-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0dc3c09d-95cd-42ef-8ef3-dcf5d7f33feb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0dc3c09d-95cd-42ef-8ef3-dcf5d7f33feb\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3fa367ea-ee16-499a-ac20-60ecc3ca5dee\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3fa367ea-ee16-499a-ac20-60ecc3ca5dee\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7b041091-5b37-4491-ab28-d14b682a9d69\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7b041091-5b37-4491-ab28-d14b682a9d69\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed72ba4b-4693-4645-a1a0-b0c2a9647b5b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ed72ba4b-4693-4645-a1a0-b0c2a9647b5b\",\"HasChanged\":null}}},{\"Value\":3,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"System Generated\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4e6671db-0c76-4fc6-9640-6322ee507782\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"System Generated\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4e6671db-0c76-4fc6-9640-6322ee507782\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e9313f19-8a03-4bdd-868d-81ae0ed41c23\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e9313f19-8a03-4bdd-868d-81ae0ed41c23\",\"HasChanged\":null}}}]}},{\"MetadataId\":\"f794009f-4958-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_scope\",\"SchemaName\":\"appr_Scope\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"92af87ee-91fa-4dea-b2c6-c631a9b6bbf2\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"94b93997-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_announcementscope\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Announcement Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"95b93997-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Announcement Scope\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"95b93997-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"School\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4aa4dfd-2b59-4553-95bc-5eae1a465e5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"School\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4aa4dfd-2b59-4553-95bc-5eae1a465e5f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eec0fc80-00fa-4695-8d31-4b80fcd50e89\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eec0fc80-00fa-4695-8d31-4b80fcd50e89\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eab98b58-f495-45b0-ace4-d0a3ba4abbde\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"eab98b58-f495-45b0-ace4-d0a3ba4abbde\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8b5590c7-8c45-4f17-9df9-ff4a370fc8e9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8b5590c7-8c45-4f17-9df9-ff4a370fc8e9\",\"HasChanged\":null}}}]}}]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"4b925d69-d1c4-4613-b24e-2f2637bb90b7\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"08067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"0d067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_announcement_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_announcement')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"d44fef31-7c67-4d97-a3b0-e8a558b9ea44\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"12067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"17067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_announcement_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"19067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Announcement\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"19067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"18067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"18067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"14067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"14067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"16067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"16067e9f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_announcement", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2114204\\\"\",\"savedqueryid\":\"e7ad6405-96a5-4ad7-9fde-2955022b2ce1\",\"name\":\"Active Announcements\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2114240\\\"\",\"savedqueryid\":\"85da8255-81d9-44ef-bb52-2c2fc22f0cb8\",\"name\":\"Announcement Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2114252\\\"\",\"savedqueryid\":\"1b7d44f3-ca99-4c66-809d-c822be892546\",\"name\":\"Announcement Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2114228\\\"\",\"savedqueryid\":\"38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7\",\"name\":\"Announcement Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"2114216\\\"\",\"savedqueryid\":\"d6116301-e8c5-44f2-ae6a-d86d7ea5e345\",\"name\":\"Inactive Announcements\",\"querytype\":0}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Assignment Marks.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Assignment Marks.json new file mode 100644 index 00000000..bad9259c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Assignment Marks.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Assignment Marks", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_assignmentmarks", + "logicalName": "appr_assignmentmark" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2121242\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"abbb8298-e408-4d68-89f8-b7a61e56779c\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"f861ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_assignmentmark\",\"EntitySetName\":\"appr_assignmentmarks\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_assignmentmarkid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10291,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a2c73e99-f4aa-4e49-805b-c5cf7f0de833\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a2c73e99-f4aa-4e49-805b-c5cf7f0de833\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_AssignmentMark\",\"PrivilegeId\":\"dd7ff7fc-fc50-4ef7-aa06-1bba8f80b642\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_AssignmentMark\",\"PrivilegeId\":\"49ef2cbb-82fa-4916-9a0b-4c5ceeb77f44\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_AssignmentMark\",\"PrivilegeId\":\"cf89049e-19bc-4696-aad1-876e1c3cc2bb\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_AssignmentMark\",\"PrivilegeId\":\"261df6ed-8616-40ff-b042-d1472c9de7ac\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_AssignmentMark\",\"PrivilegeId\":\"8b5cf657-3184-4224-af77-a968353502b0\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_AssignmentMark\",\"PrivilegeId\":\"ff789615-8416-4e9d-aa52-3c037b4ff27c\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_AssignmentMark\",\"PrivilegeId\":\"c4aa0649-9954-4dd9-996c-826f4785e659\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_AssignmentMark\",\"PrivilegeId\":\"9e4cd173-f714-4e2b-b957-7ec0095de9f9\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"MetadataId\":\"f1ad0383-cf9e-4df4-8298-c1c795024111\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentmarkid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AssignmentMarkId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"b72be08c-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentstatus\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_AssignmentStatus\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:40:25Z\",\"ModifiedOn\":\"2023-09-25T09:40:25Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":2,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6ed0732e-49bc-4a53-b59b-4f1984cae811\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6ed0732e-49bc-4a53-b59b-4f1984cae811\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"730ad508-5b7a-4cb7-b673-6ea11cc70126\",\"HasChanged\":null,\"AttributeOf\":\"appr_assignmentstatus\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentstatusname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_assignmentstatusName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:40:25Z\",\"ModifiedOn\":\"2023-09-25T09:40:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.FileAttributeMetadata\",\"MetadataId\":\"5f54bdad-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Virtual\",\"ColumnNumber\":46,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Attachment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T06:05:25Z\",\"ModifiedOn\":\"2023-09-26T06:05:25Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxSizeInKB\":32768,\"AttributeTypeName\":{\"Value\":\"FileType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b2c9b11d-a74e-49df-b7b1-f9349cf66db6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b2c9b11d-a74e-49df-b7b1-f9349cf66db6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b42c8af1-e856-421a-aadd-719107111da6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b42c8af1-e856-421a-aadd-719107111da6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e457ace0-7e30-4239-95b3-107dc85e47f7\",\"HasChanged\":null,\"AttributeOf\":\"appr_attachment\",\"AttributeType\":\"String\",\"ColumnNumber\":47,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment_name\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_Attachment_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T06:05:26Z\",\"ModifiedOn\":\"2023-09-26T06:05:26Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Disabled\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"6e9de289-855b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_feedbackcomment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_FeedbackComment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:26:15Z\",\"ModifiedOn\":\"2023-09-25T09:26:15Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":2000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b346cf0d-f4d6-457b-b7b2-d52deeec2add\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b346cf0d-f4d6-457b-b7b2-d52deeec2add\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Feedback Comment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78d1fad9-e1aa-4d86-ad11-6f5ae1e38bd2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Feedback Comment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78d1fad9-e1aa-4d86-ad11-6f5ae1e38bd2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f961ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-26T07:27:52Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36b156b2-f95b-45a5-b1ae-d73e7a6619a4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36b156b2-f95b-45a5-b1ae-d73e7a6619a4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"04d0b691-9ba0-466c-a4c4-9fbe7ad84291\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"04d0b691-9ba0-466c-a4c4-9fbe7ad84291\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"8fb4750b-404c-4f9f-81ad-c46374eed140\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_StudentName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:02:17Z\",\"ModifiedOn\":\"2023-09-21T07:02:17Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05a2e6e6-8da9-4a5d-b9dc-564d625e405d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05a2e6e6-8da9-4a5d-b9dc-564d625e405d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Student Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5ce3c3c7-aa91-4eda-aad1-08aa0019ba64\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5ce3c3c7-aa91-4eda-aad1-08aa0019ba64\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"be121b21-32fc-4dfa-9133-20801365ebbc\",\"HasChanged\":null,\"AttributeOf\":\"appr_studentname\",\"AttributeType\":\"String\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentnamename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_StudentNameName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:02:17Z\",\"ModifiedOn\":\"2023-09-21T07:02:17Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"213403d8-61ed-4ab9-9d79-7899451a31c8\",\"HasChanged\":null,\"AttributeOf\":\"appr_studentname\",\"AttributeType\":\"String\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentnameyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_StudentNameYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:02:17Z\",\"ModifiedOn\":\"2023-09-21T07:02:17Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"appr_studentnamename\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"4e4d3433-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":45,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submissiontext\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_SubmissionText\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T06:02:38Z\",\"ModifiedOn\":\"2023-09-26T14:30:18Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":1048576,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aa0c8872-e466-49e5-adef-bcc409f37115\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"aa0c8872-e466-49e5-adef-bcc409f37115\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Submission Text\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bf728eb0-bbe1-4a8e-ad40-d979f229d925\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submission Text\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bf728eb0-bbe1-4a8e-ad40-d979f229d925\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"f294113d-5b93-4bd3-b3cf-d029470fb80d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submittedassignment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_SubmittedAssignment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:03:14Z\",\"ModifiedOn\":\"2023-09-26T14:09:10Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_assignment\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0784553-af88-4e71-b20d-ffca09f68887\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0784553-af88-4e71-b20d-ffca09f68887\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Submitted Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd764bf4-5df1-4645-9ca5-d30dcd76e838\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submitted Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd764bf4-5df1-4645-9ca5-d30dcd76e838\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8f3a1654-f892-46bc-8719-a4e9670387ea\",\"HasChanged\":null,\"AttributeOf\":\"appr_submittedassignment\",\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submittedassignmentname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_SubmittedAssignmentName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T07:03:14Z\",\"ModifiedOn\":\"2023-09-21T07:03:14Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"ae5c9c1f-b25b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":44,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_submittedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_SubmittedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T14:45:50Z\",\"ModifiedOn\":\"2023-09-25T14:45:50Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f258cec7-5658-4382-9a82-a6476eba3000\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f258cec7-5658-4382-9a82-a6476eba3000\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Submitted On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a37b9a2-2b27-4eed-ae5b-8d931d9cc45c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submitted On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a37b9a2-2b27-4eed-ae5b-8d931d9cc45c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DecimalAttributeMetadata\",\"MetadataId\":\"3c8bae65-855b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Decimal\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_totalmarks\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_totalmarks\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:25:37Z\",\"ModifiedOn\":\"2023-09-26T07:33:35Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MaxValue\":100000000000,\"MinValue\":-100000000000,\"Precision\":2,\"ImeMode\":\"Auto\",\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"DecimalType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"10ef1dd2-d98a-4827-a03a-74c924c66fcf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"10ef1dd2-d98a-4827-a03a-74c924c66fcf\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"total marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb2a7c0d-235f-4586-a4a3-0e216f3d57ec\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"total marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb2a7c0d-235f-4586-a4a3-0e216f3d57ec\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"081ba679-1d2a-4dfe-8b89-b5b6ae377a74\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1962ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1962ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f379a900-73e9-4340-9629-a09775aab668\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1051b8b5-cfb7-4c9f-a3f6-ff24b87ea17d\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"354d718d-1c92-4156-8f41-d056d7a76c9a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"681227bf-68c8-43be-89d9-dc8ffb90adc1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5cdd334c-93f7-48a6-be50-6ae656bd9bc0\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"992f982d-7039-40bb-819c-a117786bd8e3\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"37ca3f40-07db-4323-a31c-a4bdccb8f7ef\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"6ee707f5-21ec-4b19-8f9c-0604eff57d83\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f018d5fb-65fb-4986-b960-316fc6288666\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7ac81239-26e6-4b9f-a1eb-b4b2b190e08e\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"31e01e8c-997f-4b67-ba72-426bb3ce2274\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"b3503bd7-b538-4d1d-893d-d229b3e9065f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d1b136c7-f4ff-42df-a20d-cce5fc9a2ac4\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"52e919f0-1bb7-46ac-a930-dfce47db1639\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"f394ec2a-8cb5-45a8-bc04-195fbba3745f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"41c185c4-84c3-4a73-8738-152bc4d078a6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"cffabaad-82f1-4b7e-868f-0e9bc973857c\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"2e70fdba-4a49-4db4-b479-4de846a6e644\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"4062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"676cd381-2258-4083-b6ff-b3fb302ab53d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"07b313b8-ebf7-40c1-a687-27f851c8518b\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c3262f1f-99bb-4092-93ed-4616650f28fc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"af4f6ab5-ab19-4cf8-9d69-6bfe3856db65\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"4efcb162-082d-4374-9f03-42319d6bac45\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"4e3b07dd-8474-41cd-bcfa-e7c4443cc049\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"857410dc-a94b-4a3b-8149-989d2c7f40b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"dedb4a2e-4e80-43e9-9f12-b99937f51abc\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"c85adeec-fc9a-41ee-a6e1-c622cf939f7b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7562ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"bd2fb8fa-f699-4bc0-b8d0-d7ab35c2ea7b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7762ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"68871383-d663-47bf-b823-9ed0969b3edf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignmentmark\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:59:45Z\",\"ModifiedOn\":\"2023-09-21T06:59:45Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6f62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"2262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignmentmark_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignmentmark_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_assignmentmark\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_assignmentmark\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"09bd7fc9-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_StudentName_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_studentname\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_StudentName_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_StudentName\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9ebc91eb-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"appr_submittedassignment\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"ReferencingEntityNavigationPropertyName\":\"appr_SubmittedAssignment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6a54bdad-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"FileAttachment_appr_AssignmentMark_appr_Attachment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"fileattachmentid\",\"ReferencedEntity\":\"fileattachment\",\"ReferencingAttribute\":\"appr_attachment\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"FileAttachment_appr_AssignmentMark_appr_Attachment\",\"ReferencingEntityNavigationPropertyName\":\"appr_attachment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"7862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"7c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9462ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignmentmark_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignmentmark_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignmentmark\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6654bdad-325c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignmentmark_FileAttachments\",\"SecurityTypes\":\"ParentChild\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentmarkid\",\"ReferencedEntity\":\"appr_assignmentmark\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"fileattachment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignmentmark_FileAttachments\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignmentmark\",\"RelationshipBehavior\":2,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"2e70fdba-4a49-4db4-b479-4de846a6e644\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2121230\\\"\",\"name\":\"Information\",\"formid\":\"0b2efafb-2ba9-40be-805b-1168a68a200b\",\"objecttypecode\":\"appr_assignmentmark\",\"type\":6},{\"@odata.etag\":\"W/\\\"2120968\\\"\",\"name\":\"Information\",\"formid\":\"5aa2dfd6-2fa5-46c8-a795-1656198093fb\",\"objecttypecode\":\"appr_assignmentmark\",\"type\":2},{\"@odata.etag\":\"W/\\\"2121146\\\"\",\"name\":\"Information\",\"formid\":\"9026f1f8-c1c8-4408-be90-73b7e79f3676\",\"objecttypecode\":\"appr_assignmentmark\",\"type\":11}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"b72be08c-875b-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_assignmentstatus\",\"SchemaName\":\"appr_AssignmentStatus\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45f1b97b-def8-4bb5-8521-9068a7287c5d\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"3d48b476-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_assignmentstatus\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e48b476-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e48b476-875b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4ae6e6f-d071-4fe9-8caf-5e997c4c249e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e4ae6e6f-d071-4fe9-8caf-5e997c4c249e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"83ba3706-20e1-46d3-be5d-670e5ccc9683\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"83ba3706-20e1-46d3-be5d-670e5ccc9683\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Not Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c170c1f-26d7-4582-9186-f14b7ab3f95f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Not Submitted\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1c170c1f-26d7-4582-9186-f14b7ab3f95f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"267c0cf0-2a81-4a84-82e5-38e29a472599\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"267c0cf0-2a81-4a84-82e5-38e29a472599\",\"HasChanged\":null}}},{\"Value\":3,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Graded\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a117e5ae-4f3a-4ff8-9460-a8aac3f59e9e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Graded\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"a117e5ae-4f3a-4ff8-9460-a8aac3f59e9e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f592d0eb-72a1-4f8e-9b99-b3c80a885443\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f592d0eb-72a1-4f8e-9b99-b3c80a885443\",\"HasChanged\":null}}}]}}]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"4efcb162-082d-4374-9f03-42319d6bac45\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"6162ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignmentmark_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6362ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6262ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6062ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignmentmark')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"857410dc-a94b-4a3b-8149-989d2c7f40b7\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6662ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"6b62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignmentmark_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment Mark\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6c62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6862ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a62ba1f-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_assignmentmark", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2121290\\\"\",\"savedqueryid\":\"58934c47-c8ef-44fb-934d-01cd896f312f\",\"name\":\"Assignment Mark Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2121278\\\"\",\"savedqueryid\":\"d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3\",\"name\":\"Assignment Mark Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2121254\\\"\",\"savedqueryid\":\"a558466b-df4a-4440-bdd8-9341d802492a\",\"name\":\"Inactive Assignment Marks\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2121242\\\"\",\"savedqueryid\":\"abbb8298-e408-4d68-89f8-b7a61e56779c\",\"name\":\"Active Assignment Marks\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2121266\\\"\",\"savedqueryid\":\"5078ae01-3ebb-4181-86c8-ba67627a0280\",\"name\":\"Assignment Mark Associated View\",\"querytype\":2}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Assignments.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Assignments.json new file mode 100644 index 00000000..db7876fd --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Assignments.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Assignments", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_assignments", + "logicalName": "appr_assignment" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2162681\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"63c430e7-f92b-4007-a7c7-987e3a423df3\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"ea75c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_assignment\",\"EntitySetName\":\"appr_assignments\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_assignmentid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10274,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Assignments\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f30d330b-ca6f-4bb1-a0a1-a43648bce3ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignments\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f30d330b-ca6f-4bb1-a0a1-a43648bce3ab\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_Assignment\",\"PrivilegeId\":\"d867d244-631e-41f2-baac-e44c3d59d844\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_Assignment\",\"PrivilegeId\":\"5fdd8884-6f2e-4daf-b106-073edceb8d97\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_Assignment\",\"PrivilegeId\":\"a736db4d-7a2a-42ed-a982-a14fa3e79971\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_Assignment\",\"PrivilegeId\":\"4f639b74-c632-40ad-a4d7-062c135a0e83\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_Assignment\",\"PrivilegeId\":\"65fcbb53-64cd-4c70-ba4a-a2342004edee\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_Assignment\",\"PrivilegeId\":\"3c580e2e-9c53-40b1-a708-e6025c633c14\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_Assignment\",\"PrivilegeId\":\"2c5a9693-173e-41e0-8251-d084d5a8eb2e\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_Assignment\",\"PrivilegeId\":\"3d254282-86fa-401a-aec7-4f099df4f71a\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"MetadataId\":\"414ce2e0-aa9e-4806-90fc-6b9b6ed85676\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_AssignmentId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d2cfd052-af5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_assignmentnumber\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_AssignmentNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T14:25:37Z\",\"ModifiedOn\":\"2023-09-25T14:25:58Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f187af7-acab-443b-bc08-fa5b0bfaa089\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f187af7-acab-443b-bc08-fa5b0bfaa089\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4cddc55a-3d6e-43f9-8baf-5404245c77c8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4cddc55a-3d6e-43f9-8baf-5404245c77c8\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"1c0624ee-f8c0-42f6-983e-06f981225f4c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_course\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Course\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:22Z\",\"ModifiedOn\":\"2023-09-25T03:49:28Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_course\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"02317727-241b-4d44-9838-e283014b52c6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"02317727-241b-4d44-9838-e283014b52c6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2935b2bf-9e4d-473c-9eb6-fa2122d1d475\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2935b2bf-9e4d-473c-9eb6-fa2122d1d475\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8d01c2ff-e2e7-4801-8a29-91865c064970\",\"HasChanged\":null,\"AttributeOf\":\"appr_course\",\"AttributeType\":\"String\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_coursename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:38:22Z\",\"ModifiedOn\":\"2023-09-21T06:38:22Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"838b3bb8-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:40:20Z\",\"ModifiedOn\":\"2023-09-21T06:40:20Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":2000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45fb9aab-3363-4d70-b3bc-356226c44478\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"45fb9aab-3363-4d70-b3bc-356226c44478\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77a589dd-6fd1-44fb-8684-a4ebe583c136\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"77a589dd-6fd1-44fb-8684-a4ebe583c136\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"25d68bc5-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_duedate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_DueDate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:47:52Z\",\"ModifiedOn\":\"2023-09-21T06:47:52Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Assignment Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"344eaeda-2df3-49b8-868d-7a2889a643ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assignment Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"344eaeda-2df3-49b8-868d-7a2889a643ab\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd802fd8-83b9-4b11-8e86-5cc0ca9fbb51\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Due Date\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd802fd8-83b9-4b11-8e86-5cc0ca9fbb51\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"eb75c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-25T14:25:58Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"13ca0536-9802-4c67-a829-60564bc672e5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"13ca0536-9802-4c67-a829-60564bc672e5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f035024a-efa0-435f-88bb-ad749132b987\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f035024a-efa0-435f-88bb-ad749132b987\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"804f6b40-aa6b-42c6-b8b6-412d4710f9e4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacher\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Teacher\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:05Z\",\"ModifiedOn\":\"2023-09-21T06:39:05Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc316fb5-1532-4ede-ba9e-fe8259b0e0f8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc316fb5-1532-4ede-ba9e-fe8259b0e0f8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0e20500-d5d9-4873-96c0-dbb586686037\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c0e20500-d5d9-4873-96c0-dbb586686037\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5b1a5430-d43e-46d2-b6d7-e5c62fc19757\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teachername\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:05Z\",\"ModifiedOn\":\"2023-09-21T06:39:05Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"66fc8cf8-97fc-4674-8c11-0dfc16cfc79a\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacheryominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:39:05Z\",\"ModifiedOn\":\"2023-09-21T06:39:05Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"appr_teachername\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DecimalAttributeMetadata\",\"MetadataId\":\"0e7572eb-4a58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Decimal\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_totalallocatedmarks\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_TotalAllocatedMarks\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:48:52Z\",\"ModifiedOn\":\"2023-09-21T06:48:52Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MaxValue\":100000000000,\"MinValue\":-100000000000,\"Precision\":2,\"ImeMode\":\"Auto\",\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"DecimalType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Total Allocated Marks for the assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d0154ce-d152-4d2c-8ef4-c6956a0a6c35\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Total Allocated Marks for the assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6d0154ce-d152-4d2c-8ef4-c6956a0a6c35\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Total Allocated Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8141710f-8e2a-431a-b1fc-aa68eb019d5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Total Allocated Marks\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8141710f-8e2a-431a-b1fc-aa68eb019d5f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"4f8eb975-327f-41e9-b711-2308fedf0b35\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d076c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d076c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d176c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d176c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"fb1f157d-b401-4f1f-880e-556516394c76\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f2c8e697-0d1a-4893-aeb6-8ce2cb9dc00f\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"b324f90e-ebcb-4cb7-bb1c-7af70eeabdfc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ce76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ce76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cf76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"cf76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"872322d9-abf4-4a29-84b9-062f03e3976c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7db2fe9c-9333-4faa-8c4a-78406fdc24a0\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2ae83585-b8a2-44de-b615-b93ebc885a74\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"036a0f9a-e84a-4aec-a4e7-ba7a24fb4e08\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2977c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2977c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a3e8d147-9382-4c77-a8d5-5a306fe7aafb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d476c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d476c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d576c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d576c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"109d329e-87dc-4002-a88d-213b553de712\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"58a994a6-0878-4eb8-80cc-69d3fde30feb\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"ad120919-b5e0-4d7e-b892-b8cd95271eef\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"ad4c9c04-c308-4c9f-8c70-0a2c640cfd02\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d876c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d876c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"876f701e-268f-4cf0-bf4d-f19820f5e7c0\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5adfee85-ccfe-458f-ac6b-5f7350d2b534\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"67dbf896-4d66-456e-85ab-d2ce7427b2b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0666e451-67ae-4285-b921-30e8ee8c62f6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f276c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f376c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f9d56e14-f0fd-4c16-aaa5-1d78f33ec65c\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f776c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"c5f8dc97-1189-4e2a-938a-ee279dddebe3\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f876c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f976c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"438ce07d-08f0-459b-b6f8-058941a733ad\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fa76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fa76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"88cf2f91-4041-4ea6-9d62-f7cd71dda1c1\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"dd5bac3c-437c-492c-ad8f-8b19e7817c93\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"2d17b4f2-f851-4ad8-925a-920f6097b70d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fc76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fd76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"46a4dbaf-d05c-4a77-8128-6a368ef1a49f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-25T14:25:58Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"0b6f3c21-3c35-485d-ae00-f50b15df0514\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"732c7e6f-d2c1-4035-afbe-d616a74bad16\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b893db35-5144-416d-848e-bfae69d91023\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"3e811ded-2a1c-4a58-b16f-fe37bcf48a81\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2c77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2c77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"5a62b89c-0963-4ec8-a7d5-22112858345c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"89321814-56a8-49f2-affe-fa69ad65c3d9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_assignment\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:37:23Z\",\"ModifiedOn\":\"2023-09-21T06:37:23Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2777c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2777c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"da76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e076c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e676c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ec76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_assignment_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_assignment_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"fe76c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0577c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_assignment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"bbf78774-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"89a9488e-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"3077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3c77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_assignment_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4d77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignment_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5177c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_assignment_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_assignment_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_assignment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9ebc91eb-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"appr_submittedassignment\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_SubmittedAssignment_a\",\"ReferencingEntityNavigationPropertyName\":\"appr_SubmittedAssignment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"dbc805a9-6c5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_rubric_Assignment_appr_assignment\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_assignmentid\",\"ReferencedEntity\":\"appr_assignment\",\"ReferencingAttribute\":\"appr_assignment\",\"ReferencingEntity\":\"appr_rubric\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_rubric_Assignment_appr_assignment\",\"ReferencingEntityNavigationPropertyName\":\"appr_Assignment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"c5f8dc97-1189-4e2a-938a-ee279dddebe3\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2111720\\\"\",\"name\":\"Information\",\"formid\":\"9e54113a-311f-4e62-ac92-3c111c6b1f82\",\"objecttypecode\":\"appr_assignment\",\"type\":11},{\"@odata.etag\":\"W/\\\"2111745\\\"\",\"name\":\"Information\",\"formid\":\"cc955d33-0989-4158-bad4-4d2d88b79757\",\"objecttypecode\":\"appr_assignment\",\"type\":6},{\"@odata.etag\":\"W/\\\"2137519\\\"\",\"name\":\"Assignment main form\",\"formid\":\"67f06a53-575b-ee11-be6f-6045bd1dbe0d\",\"objecttypecode\":\"appr_assignment\",\"type\":2},{\"@odata.etag\":\"W/\\\"2111674\\\"\",\"name\":\"Information\",\"formid\":\"22e98bff-6915-4fc8-8326-e84967ec53c9\",\"objecttypecode\":\"appr_assignment\",\"type\":2}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"46a4dbaf-d05c-4a77-8128-6a368ef1a49f\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"1977c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignment_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1b77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1a77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1677c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1877c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_assignment')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"732c7e6f-d2c1-4035-afbe-d616a74bad16\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1e77c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"2377c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_assignment_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2577c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Assignment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2577c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2477c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2077c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2277c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2277c7e2-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_assignment", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2162679\\\"\",\"savedqueryid\":\"e0d7b7fa-5988-4d73-b596-38ed9e7338a9\",\"name\":\"Inactive Assignments\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2111793\\\"\",\"savedqueryid\":\"d3bd3f97-ceaf-44ba-a37a-80f1063f86e4\",\"name\":\"Assignment Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2162685\\\"\",\"savedqueryid\":\"16c30a69-2198-46e6-bec6-923d21ae35fa\",\"name\":\"Assignment Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2162681\\\"\",\"savedqueryid\":\"63c430e7-f92b-4007-a7c7-987e3a423df3\",\"name\":\"Active Assignments\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2162682\\\"\",\"savedqueryid\":\"cd3a31d3-1d47-4a31-855a-fc4e6f5b739e\",\"name\":\"Assignment Associated View\",\"querytype\":2}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Contacts.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Contacts.json new file mode 100644 index 00000000..b1120f60 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Contacts.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Contacts", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "contacts", + "logicalName": "contact" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"ae3d3939-c94a-4b69-9514-0214f03b5392\",\"LogicalName\":\"adx_confirmremovepassword\",\"SchemaName\":\"adx_ConfirmRemovePassword\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"980de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_confirmremovepassword\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9a0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9a0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"990de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"990de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b05c2b0-130d-4252-8d89-58bb3b6b7b34\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b05c2b0-130d-4252-8d89-58bb3b6b7b34\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d93c49e-8ab9-487d-8366-26f312545a64\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d93c49e-8ab9-487d-8366-26f312545a64\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"bb28d53a-2d2f-45ce-b0a7-3f7d51ba73d8\",\"LogicalName\":\"adx_identity_emailaddress1confirmed\",\"SchemaName\":\"adx_identity_emailaddress1confirmed\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"9b0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_emailaddress1confirmed\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"740c91f0-6367-4e32-9a95-a86ea5c05447\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"740c91f0-6367-4e32-9a95-a86ea5c05447\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0104bdeb-b20a-451d-9461-70e828c9a3a0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0104bdeb-b20a-451d-9461-70e828c9a3a0\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"fe4dd737-629b-475c-8c89-e10a484ca604\",\"LogicalName\":\"adx_identity_locallogindisabled\",\"SchemaName\":\"adx_identity_locallogindisabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"9e0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_locallogindisabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d7c7011-cfb8-4dea-9619-e4a878f6004b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d7c7011-cfb8-4dea-9619-e4a878f6004b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f856c1e6-4326-46ad-ac26-8d642c01734c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f856c1e6-4326-46ad-ac26-8d642c01734c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"5bda66a8-b4c3-4853-823d-d26f0f540138\",\"LogicalName\":\"adx_identity_lockoutenabled\",\"SchemaName\":\"adx_identity_lockoutenabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a10de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_lockoutenabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a20de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a20de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"424ad49b-03db-4945-83b9-a52873339f97\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"424ad49b-03db-4945-83b9-a52873339f97\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ef2c65-7efe-4670-b1f7-45da8073fdea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ef2c65-7efe-4670-b1f7-45da8073fdea\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"1b0ada04-ebf5-4c8d-98b2-cd543bb88223\",\"LogicalName\":\"adx_identity_logonenabled\",\"SchemaName\":\"adx_identity_logonenabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a40de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_logonenabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a60de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a60de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Logon Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Logon Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0aeaebdd-da19-4117-b02d-cc85c90bb811\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0aeaebdd-da19-4117-b02d-cc85c90bb811\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"455745f8-f58e-4460-b45f-c286600fdf4b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"455745f8-f58e-4460-b45f-c286600fdf4b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"056e0f88-16db-49c0-b6f6-5e5d467ccbf4\",\"LogicalName\":\"adx_identity_mobilephoneconfirmed\",\"SchemaName\":\"adx_identity_mobilephoneconfirmed\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a80de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_mobilephoneconfirmed\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a90de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a90de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4415c0d2-1a11-4e79-8a4c-baaa50d8484e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4415c0d2-1a11-4e79-8a4c-baaa50d8484e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"094f6813-98c6-4f05-9a04-14102c138295\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"094f6813-98c6-4f05-9a04-14102c138295\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"31bc0498-ac35-47ed-9515-da2008d165d5\",\"LogicalName\":\"adx_identity_twofactorenabled\",\"SchemaName\":\"adx_identity_twofactorenabled\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ae0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_identity_twofactorenabled\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b00de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af0de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a0e7e81-46a3-4fae-a584-8abafe93d2f3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a0e7e81-46a3-4fae-a584-8abafe93d2f3\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fc9acca-3037-43b3-b8fd-91bcdb180717\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fc9acca-3037-43b3-b8fd-91bcdb180717\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"6ac1cbfa-6568-4d1e-aa51-cc800d38aa15\",\"LogicalName\":\"adx_profilealert\",\"SchemaName\":\"adx_profilealert\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b20de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_contact_adx_profilealert\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b30de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a71365a5-2ab8-420f-ac51-437ac70c49c6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a71365a5-2ab8-420f-ac51-437ac70c49c6\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87f6c77a-9f05-4cbe-9e71-50ec575f521f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87f6c77a-9f05-4cbe-9e71-50ec575f521f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"925a7aab-fd2a-4135-946d-c04f836aa006\",\"LogicalName\":\"adx_profileisanonymous\",\"SchemaName\":\"Adx_ProfileIsAnonymous\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b40de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"adx_profileisanonymous_contact\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"1.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b50de897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"199b5752-2553-425c-9f82-88f5ec758e39\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"199b5752-2553-425c-9f82-88f5ec758e39\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"49a9c1d5-1c6f-4870-9329-4a6d3debf6b1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"49a9c1d5-1c6f-4870-9329-4a6d3debf6b1\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"a6e910a3-7504-49f7-8a03-6c80e733886e\",\"LogicalName\":\"creditonhold\",\"SchemaName\":\"CreditOnHold\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"dab6a6ee-5a7e-426a-acbe-44aa01ff9ff2\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_creditonhold\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether credit for the contact is on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11b8a615-d082-4bf9-9a61-c501b7110424\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether credit for the contact is on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11b8a615-d082-4bf9-9a61-c501b7110424\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"411231ef-6a14-475d-8142-bf4445a8a85c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"411231ef-6a14-475d-8142-bf4445a8a85c\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3054c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3054c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3254c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3254c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"61914e7e-4904-4664-834d-d211d14b467b\",\"LogicalName\":\"donotbulkemail\",\"SchemaName\":\"DoNotBulkEMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"116ad3da-0322-4456-a9df-c86e57de6476\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotbulkemail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending direct email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ece5e401-9cab-4acc-ab3f-d00f12c8abef\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending direct email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ece5e401-9cab-4acc-ab3f-d00f12c8abef\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487d8cb7-7137-4079-a874-9baa047f41a3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487d8cb7-7137-4079-a874-9baa047f41a3\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7390aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7390aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7190aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7190aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"5300f108-5d05-42b7-81c0-bcc661376ba5\",\"LogicalName\":\"donotbulkpostalmail\",\"SchemaName\":\"DoNotBulkPostalMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b8d24baa-afeb-481f-8073-9514c3e9ba19\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotbulkpostalmail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending bulk-rate postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e1589ee0-87b4-4a19-8502-789d8b5a125d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending bulk-rate postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e1589ee0-87b4-4a19-8502-789d8b5a125d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f9db384a-3b8a-433a-850d-c26b31416dbe\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f9db384a-3b8a-433a-850d-c26b31416dbe\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffe8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffe8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"54cfd897-4c94-4af9-9c33-b014ccbc482a\",\"LogicalName\":\"donotemail\",\"SchemaName\":\"DoNotEMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"8dda68ff-5133-4010-85d3-da2e3017fdab\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotemail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"361379ef-1b1e-4bfa-8277-58ab031593c0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending email to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"361379ef-1b1e-4bfa-8277-58ab031593c0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a92bdbcf-4a9d-47d1-a388-df6aeb8407c9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a92bdbcf-4a9d-47d1-a388-df6aeb8407c9\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"650630b8-fa1a-41ba-a9f8-1218467a0d6b\",\"LogicalName\":\"donotfax\",\"SchemaName\":\"DoNotFax\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"d1bb228f-510a-49b4-9a5b-e53b44367aa6\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotfax\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending fax transmittals to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87c1ff47-aaf7-4442-a8f7-3cec6fe9b74e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending fax transmittals to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87c1ff47-aaf7-4442-a8f7-3cec6fe9b74e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ad82184-69fb-48f1-9a2d-9da1e5000fb5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ad82184-69fb-48f1-9a2d-9da1e5000fb5\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"22f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"22f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"20ba2e1b-5b95-45c4-b9c4-7c15de6ba45f\",\"LogicalName\":\"donotphone\",\"SchemaName\":\"DoNotPhone\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"0fe276ef-76e9-4121-b570-a09edbf92ab3\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotphone\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow phone calls to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c1ded9cf-27a3-4598-96b0-eb515e995a6a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow phone calls to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c1ded9cf-27a3-4598-96b0-eb515e995a6a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2f579a9-e19d-4d8b-a50d-04525c027752\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2f579a9-e19d-4d8b-a50d-04525c027752\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"a12ad652-a906-4fb2-b40a-4ff7e294c2c0\",\"LogicalName\":\"donotpostalmail\",\"SchemaName\":\"DoNotPostalMail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"74343a40-851b-4ff5-92e5-c0657d3b8ecf\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotpostalmail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow sending postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d300913f-986f-4488-b9da-42f13ab1a0d4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow sending postal mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d300913f-986f-4488-b9da-42f13ab1a0d4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"632e9dcc-7674-42f0-ae4f-f8406d579cc1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"632e9dcc-7674-42f0-ae4f-f8406d579cc1\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c525e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c525e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"e294567c-19b5-4188-8402-2750238fbea2\",\"LogicalName\":\"donotsendmm\",\"SchemaName\":\"DoNotSendMM\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"d49833b4-cd65-4f39-8f3f-fab65c5d494a\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_donotsendmm\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information regarding whether to allow sending marketing mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a0c21e12-55fc-4499-aa27-9a506ea9f61e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information regarding whether to allow sending marketing mail to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a0c21e12-55fc-4499-aa27-9a506ea9f61e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c94b5838-3cd8-4f8d-b9c1-70890951ccb3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c94b5838-3cd8-4f8d-b9c1-70890951ccb3\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c726e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c726e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"b6a3a39c-ca04-4dd2-95d5-da59fb282e06\",\"LogicalName\":\"followemail\",\"SchemaName\":\"FollowEmail\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"f1627aa2-232f-484a-af40-dcd505da3537\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_followemail\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.2.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows tracking email activities sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not track the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a81a95-2ae5-4301-89d5-f46f343168dc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows tracking email activities sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not track the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a81a95-2ae5-4301-89d5-f46f343168dc\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83df7931-4dda-45df-9658-c2de8a9039be\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83df7931-4dda-45df-9658-c2de8a9039be\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48147a7e-75f6-4b6d-bf60-e02bace8e800\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48147a7e-75f6-4b6d-bf60-e02bace8e800\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9bfdf6-e303-4886-b417-027242f7fd9d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do Not Allow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9bfdf6-e303-4886-b417-027242f7fd9d\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"84b388e2-00d5-4d83-9d21-19364ea42403\",\"LogicalName\":\"isautocreate\",\"SchemaName\":\"IsAutoCreate\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"88044559-08c4-49af-832c-86424e057073\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_isautocreate\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"67bfe541-82de-4f9a-989e-dfa85a2a4df9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"67bfe541-82de-4f9a-989e-dfa85a2a4df9\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a49dd9b-d297-4fac-aaea-ba30785f32a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a49dd9b-d297-4fac-aaea-ba30785f32a1\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"d779f239-2a2e-4230-91f9-4074ffc657ff\",\"LogicalName\":\"isbackofficecustomer\",\"SchemaName\":\"IsBackofficeCustomer\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5f59a7e2-95fb-4fcc-9275-aa6bb0c93d25\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_isbackofficecustomer\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact is in an associated Microsoft Great Plains database.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c8b7646b-c7f4-43ec-b09e-8ca9afb98b26\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact is in an associated Microsoft Great Plains database.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c8b7646b-c7f4-43ec-b09e-8ca9afb98b26\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Backoffice Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1281230c-bca3-4587-9fcf-b03bcff46015\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Backoffice Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1281230c-bca3-4587-9fcf-b03bcff46015\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"d9923a33-d14a-4579-be84-06f16fb9c452\",\"LogicalName\":\"isprivate\",\"SchemaName\":\"IsPrivate\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":{\"MetadataId\":\"034f0aa7-ca7f-44cf-ae3d-12137276ae0d\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_isprivate\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3bc888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3bc888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"39c888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"39c888bf-e780-db11-9b85-00137299e160\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"895d0811-bc1b-407d-9fd6-5425a0a3c859\",\"LogicalName\":\"marketingonly\",\"SchemaName\":\"MarketingOnly\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ec6c273e-77f7-4003-b03b-c3c22c1e0f71\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_marketingonly\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.2.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c55adf5-a3dc-4a6b-9ff1-1d01f5763b66\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c55adf5-a3dc-4a6b-9ff1-1d01f5763b66\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0e35180-46cb-4f73-846e-0a542b896866\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0e35180-46cb-4f73-846e-0a542b896866\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c51185b-9c0a-49f1-8b7d-4ae228286710\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c51185b-9c0a-49f1-8b7d-4ae228286710\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a03a12c8-91e4-47c3-b967-260c8f15daec\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a03a12c8-91e4-47c3-b967-260c8f15daec\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"edbffb0e-c1c9-46c2-98c1-acbb6a153a73\",\"LogicalName\":\"merged\",\"SchemaName\":\"Merged\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"e568f63e-ef1e-464b-8458-0a43d6c2896f\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_merged\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information regarding whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97764ae7-3734-456d-9ebd-5fbd8dec0b2a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information regarding whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97764ae7-3734-456d-9ebd-5fbd8dec0b2a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"365159cc-9573-4509-8714-2d6abf70d1d5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"365159cc-9573-4509-8714-2d6abf70d1d5\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"95d59fae-f298-4028-8c70-9a0a6d645846\",\"LogicalName\":\"msdyn_disablewebtracking\",\"SchemaName\":\"msdyn_disablewebtracking\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"71942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"msdyn_contact_msdyn_disablewebtracking\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.4.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c349bd63-0bfe-434e-83d4-268f79d87664\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c349bd63-0bfe-434e-83d4-268f79d87664\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bab615a1-0381-47ab-a96e-09bcc7f12986\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bab615a1-0381-47ab-a96e-09bcc7f12986\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"518c95dc-47c1-43b7-96bc-abb7007b1c5e\",\"LogicalName\":\"msdyn_isminor\",\"SchemaName\":\"msdyn_isminor\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"74942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"msdyn_contact_msdyn_isminor\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.4.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"75942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"75942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43a83029-6296-44fa-b3df-675ab4d559bb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43a83029-6296-44fa-b3df-675ab4d559bb\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d74d2162-3422-4f16-82ad-5811a2845120\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d74d2162-3422-4f16-82ad-5811a2845120\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"05a57db7-2ba2-4b8d-871f-caa0d49093e1\",\"LogicalName\":\"msdyn_isminorwithparentalconsent\",\"SchemaName\":\"msdyn_isminorwithparentalconsent\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"77942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"msdyn_contact_msdyn_isminorwithparentalconsent\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"8.4.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78942f7d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba7aa65c-3757-4908-8419-a6f15877cf01\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba7aa65c-3757-4908-8419-a6f15877cf01\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcd86310-d8d7-4010-8a8b-2df53ff1903c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcd86310-d8d7-4010-8a8b-2df53ff1903c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}},{\"MetadataId\":\"80f109a0-1ff3-49e7-a8dd-461c96086afd\",\"LogicalName\":\"participatesinworkflow\",\"SchemaName\":\"ParticipatesInWorkflow\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"56d9f2e1-8cf2-461a-aeeb-e04b45a428ed\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_participatesinworkflow\",\"ExternalTypeName\":null,\"OptionSetType\":\"Boolean\",\"IntroducedVersion\":\"5.0.0.0\",\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17f8a373-5bac-42de-9965-d0db0aa5cfa3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17f8a373-5bac-42de-9965-d0db0aa5cfa3\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f85298d1-16b1-4926-9a98-8cd9906f631f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f85298d1-16b1-4926-9a98-8cd9906f631f\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"TrueOption\":{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"FalseOption\":{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}}}]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"1400539\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001003\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"608861bc-50a4-4c5f-a02c-21fe1943e2cf\",\"LogicalName\":\"contact\",\"EntitySetName\":\"contacts\",\"HasNotes\":true,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":true,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"contactid\",\"PrimaryNameAttribute\":\"fullname\",\"ObjectTypeCode\":2,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":true,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb9709b3-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb9709b3-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateContact\",\"PrivilegeId\":\"a8bff87f-0df0-41d4-babd-f093faf1e32c\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadContact\",\"PrivilegeId\":\"ba09ec92-12c4-4312-ba16-5715c2cbd6da\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteContact\",\"PrivilegeId\":\"65c22075-4e09-4f39-baec-e4bc3a950686\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteContact\",\"PrivilegeId\":\"2ddded47-7488-4039-b9ff-81defe81fdd3\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignContact\",\"PrivilegeId\":\"43c63782-c7c6-471c-bd9c-24f79bf8c2a1\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareContact\",\"PrivilegeId\":\"ae756940-61ff-4bd3-bfbb-f2b0d542c608\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendContact\",\"PrivilegeId\":\"2b16ba12-6ab4-4ad2-b7c0-8641d2d6dff2\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToContact\",\"PrivilegeId\":\"158327b5-f4c1-448e-93d1-5f135126665b\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"47dd42e6-fef1-401b-9a1f-e285b5d9e84b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"account\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the account with which the contact is associated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"581d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the account with which the contact is associated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"581d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6043781e-6d2c-4ac6-b0a6-dcbb57b103aa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Account\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6043781e-6d2c-4ac6-b0a6-dcbb57b103aa\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2ccabfd7-26f9-4d70-8f44-cf24b7efaeca\",\"HasChanged\":null,\"AttributeOf\":\"accountid\",\"AttributeType\":\"String\",\"ColumnNumber\":85,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2f7865cf-2d90-424a-8b5e-d7629c6a772d\",\"HasChanged\":null,\"AttributeOf\":\"accountid\",\"AttributeType\":\"String\",\"ColumnNumber\":219,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountidyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"accountidname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"ef5e9b87-e4e4-4f7b-bbae-5115f968bbfb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":56,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountrolecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AccountRoleCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's role within the company or sales process, such as decision maker, employee, or influencer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's role within the company or sales process, such as decision maker, employee, or influencer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"7542532e-46e1-4b65-8746-bb195b920dc1\",\"HasChanged\":null,\"AttributeOf\":\"accountrolecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":158,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"accountrolecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"AccountRoleCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"66f5c815-f416-46ea-aaf9-7526a89e2be9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":89,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_addressid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_AddressId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"81c142ea-db05-48cd-9387-175b4246794d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":90,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_addresstypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_AddressTypeCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the primary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b499f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the primary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b499f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"475a877e-2d1d-4d2e-94d0-8fd2b00da6a2\",\"HasChanged\":null,\"AttributeOf\":\"address1_addresstypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":153,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_addresstypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_AddressTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c7c59fdd-6db4-41cd-a35e-751849a0ae12\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":96,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_city\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_City\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the city for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the city for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8c498e4c-3920-4038-839c-f5aca96a7941\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":236,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_composite\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Composite\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Active\",\"MaxLength\":1000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the complete primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4d8a5b1-6c4e-4568-b528-9fe3835c4d22\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the complete primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4d8a5b1-6c4e-4568-b528-9fe3835c4d22\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dbdc69-e5aa-4942-b273-ae424bd208ad\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dbdc69-e5aa-4942-b273-ae424bd208ad\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"418e3b2c-23e1-4819-9352-77ee51aed3b8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":99,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_country\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Country\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the country or region for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the country or region for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b71e3634-476e-4794-9bfb-1d9d0a489b0f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":98,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_county\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_County\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the county for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the county for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a36f485a-aab8-4825-a36d-a0c8e8f0844e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":111,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Fax\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8590aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8590aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8490aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8490aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"24858aea-93fd-4dfd-a51d-d289b0135a39\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":103,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_freighttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_FreightTermsCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the freight terms for the primary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the freight terms for the primary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"024569d3-087b-4c25-91b4-8d21b326665a\",\"HasChanged\":null,\"AttributeOf\":\"address1_freighttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":169,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_freighttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_FreightTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"d3aba1ad-f670-4c25-8bef-108d618ca721\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":105,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_latitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Latitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":90.0,\"MinValue\":-90.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the latitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ad8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the latitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ad8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b26af854-c9bf-47a7-9cc6-5a2d86919d50\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":93,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_line1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Line1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the first line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the first line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6e638432-c2c9-479f-b9f8-842f2fd936bf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":94,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_line2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Line2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the second line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the second line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f5bf6092-c41d-43a3-9595-0ffb605dcf9f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":95,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_line3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Line3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the third line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4e26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the third line of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4e26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d26e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"3597a843-e97b-459a-a78f-ea54a15720c3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":107,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_longitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Longitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":180.0,\"MinValue\":-180.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the longitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the longitude value for the primary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a5f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a5f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a7e43941-36f3-481d-991b-2e93fdfbe413\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":91,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a descriptive name for the primary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dcfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a descriptive name for the primary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dcfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ccfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ccfe1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"378feede-e1bf-4f22-a6fe-367641b72ea5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":101,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_postalcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_PostalCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the ZIP Code or postal code for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"279af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the ZIP Code or postal code for the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"279af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"269af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"269af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9ee3c996-aceb-45c5-99df-a442ba83c07b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":100,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_postofficebox\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_PostOfficeBox\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the post office box number of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9799ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the post office box number of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9799ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9699ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f5e5a65e-0689-47e2-ac28-ba90adad8499\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":92,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_primarycontactname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_PrimaryContactName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the main contact at the account's primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the main contact at the account's primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"05e0cbb6-bb5b-4d8f-ace9-7cfc1f2a04ee\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":108,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"58dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9dfdc016-436f-414f-a2f8-9d1474df345f\",\"HasChanged\":null,\"AttributeOf\":\"address1_shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":162,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address1_ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"da86180a-2e3c-428a-b4f6-98f18e351f8b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":97,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_stateorprovince\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_StateOrProvince\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the state or province of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the state or province of the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d6d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d6d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b00841d0-d976-4661-954e-3343041bdc36\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":106,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Telephone1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bbabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bbabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"71f1035e-8d38-49b7-b59a-5f33ac940926\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":109,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Telephone2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1cabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1cabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8badb32c-87ea-4126-82f2-ba2d71a8c049\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":110,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_Telephone3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b3050287-8859-4642-a56f-9e105de221bd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":104,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_upszone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_UPSZone\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the UPS zone of the primary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2be0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the UPS zone of the primary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2be0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ae0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ae0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"1d73d078-8ef1-4594-a836-d794cc6078d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":102,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address1_utcoffset\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address1_UTCOffset\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9e53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9e53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"88caa9fa-26cc-460f-83ff-5365d648538c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":112,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_addressid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_AddressId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"dbcf375a-eb4d-4891-9f04-3ea869779d57\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":113,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_addresstypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_AddressTypeCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the secondary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ec53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the secondary address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ec53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"be69d5ed-5853-4d1a-93a9-1f3f916097c6\",\"HasChanged\":null,\"AttributeOf\":\"address2_addresstypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":155,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_addresstypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_AddressTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"43bbc755-0091-4e0b-950d-60c5f5110b80\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":119,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_city\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_City\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the city for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the city for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"7cf434a7-3cff-43e3-8055-9435e9a71ada\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":235,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_composite\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Composite\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Active\",\"MaxLength\":1000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the complete secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eaa61e9-3e26-4e49-810b-1d2f5a2b7a56\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the complete secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eaa61e9-3e26-4e49-810b-1d2f5a2b7a56\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c9ac777-5f0e-4833-9c89-888501821ff2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c9ac777-5f0e-4833-9c89-888501821ff2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0771872b-d4f8-4d8b-a6d5-51d702286deb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":122,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_country\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Country\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the country or region for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"494901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the country or region for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"494901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"484901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"484901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3a944bdd-ceb7-49bb-8e9a-0c2e1cf899e8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":121,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_county\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_County\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the county for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the county for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa91aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a991aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a991aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e75c1145-e197-4551-b2f6-8b1c04ddd7fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":134,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Fax\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"109aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"109aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0f9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0f9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"0eb29dd1-3dd2-49e5-b8ea-8b2485477207\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":126,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_freighttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_FreightTermsCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the freight terms for the secondary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the freight terms for the secondary address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e5190ad2-66ad-4415-a7be-6b610e7147e4\",\"HasChanged\":null,\"AttributeOf\":\"address2_freighttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":165,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_freighttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_FreightTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"1ab06888-379a-481e-8298-53d07f304104\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":128,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_latitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Latitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":90.0,\"MinValue\":-90.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the latitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the latitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f59d2489-cfb6-4817-bb96-218acaf3b555\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":116,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_line1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Line1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the first line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the first line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"90e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"90e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ddddbf82-ab85-494d-b0f2-007f18a9bb89\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":117,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_line2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Line2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the second line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the second line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a64cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"76dfd0bb-45ef-4380-bcf8-8330530d5057\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":118,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_line3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Line3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the third line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the third line of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"7ffff7fc-6597-4a78-89c4-73b873544df3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":130,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_longitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Longitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":180.0,\"MinValue\":-180.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the longitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the longitude value for the secondary address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f20bfa3c-cef7-44d5-b5e3-eb13a46d16bb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":114,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a descriptive name for the secondary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a descriptive name for the secondary address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5398ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5398ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"542b2996-5545-445c-baff-c959e83c5b36\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":124,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_postalcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_PostalCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the ZIP Code or postal code for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"744901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the ZIP Code or postal code for the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"744901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"734901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"734901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9805be08-eafa-4fe7-a3e0-501f323bee0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":123,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_postofficebox\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_PostOfficeBox\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the post office box number of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the post office box number of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"55d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"55d8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"53aa0174-adf5-429d-a676-f8e9bee6f58b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":115,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_primarycontactname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_PrimaryContactName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the main contact at the account's secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the main contact at the account's secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"c335ab4e-5383-4bb6-b8b5-f33ac2348e9e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":131,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5b9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e7b94988-1b01-4217-8520-5f38aa49c078\",\"HasChanged\":null,\"AttributeOf\":\"address2_shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":172,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address2_ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"4e5b7584-2338-456f-ad66-af833270bcf8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":120,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_stateorprovince\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_StateOrProvince\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the state or province of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2653c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the state or province of the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2653c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"505ccd25-8f05-4b12-8f9b-daea9563903a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":129,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Telephone1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Telephone 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ff1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Telephone 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ff1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8d3a51d2-e878-4f22-81e9-8b7643607fbf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":132,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Telephone2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Telephone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"51a63903-9a7f-4f96-ac50-e02803e0c6a4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":133,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_Telephone3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f8e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number associated with the secondary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f8e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f7e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f7e9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9110041f-a666-46de-991a-f84a14920743\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":127,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_upszone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_UPSZone\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the UPS zone of the secondary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the UPS zone of the secondary address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"35dc98eb-03bd-436a-96cd-6b85f6a73600\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":125,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address2_utcoffset\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address2_UTCOffset\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"200b3841-9765-4622-8d3a-c6a33fdeb84a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":280,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_addressid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_AddressId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f0244aa-2ea4-431f-aeeb-58c35021c0e8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f0244aa-2ea4-431f-aeeb-58c35021c0e8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6351dd6c-5b9d-4135-89e1-355070e76bc1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6351dd6c-5b9d-4135-89e1-355070e76bc1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"0f366b5b-f2e9-4378-bc84-6d796b2c29f4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":298,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_addresstypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_AddressTypeCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the third address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24729cc1-f8ba-424c-9269-80fb0a1f8554\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the third address type.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"24729cc1-f8ba-424c-9269-80fb0a1f8554\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"2d2925ff-8714-4551-8a74-4019b1c5f895\",\"HasChanged\":null,\"AttributeOf\":\"address3_addresstypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":281,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_addresstypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_AddressTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"092ad249-5f2c-4343-ba3e-2bb8805d36e5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":266,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_city\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_City\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the city for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed1c5dd-8b4d-4c27-a248-ca0a2314d226\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the city for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed1c5dd-8b4d-4c27-a248-ca0a2314d226\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"569d3f92-d35e-4e54-a425-26f590ce2e4c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: City\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"569d3f92-d35e-4e54-a425-26f590ce2e4c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8b9a5644-5eec-472d-8080-dfb1939ad00c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":282,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_composite\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Composite\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Active\",\"MaxLength\":1000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the complete third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62546fa5-4d77-4f4d-add1-e9bec241e952\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the complete third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62546fa5-4d77-4f4d-add1-e9bec241e952\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56048cd2-094f-4a39-b1d1-d53579509ca1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"56048cd2-094f-4a39-b1d1-d53579509ca1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9fa568a1-0c81-4b5a-b99a-3764fb788183\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":259,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_country\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Country\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":80,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":160,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the country or region for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80f0b675-b40d-4f0a-a631-fa9d736cbb84\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the country or region for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80f0b675-b40d-4f0a-a631-fa9d736cbb84\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b6186f8-8b9d-42c8-bac5-a229ff01566a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Country/Region\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b6186f8-8b9d-42c8-bac5-a229ff01566a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1839fd48-55cc-4edc-997a-a51ee50b83e2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":297,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_county\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_County\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the county for the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5b5213f-bbcc-4eb5-a736-770f1480b81a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the county for the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5b5213f-bbcc-4eb5-a736-770f1480b81a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f14af116-84f2-42b3-a744-2f5ada2bc0b7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: County\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f14af116-84f2-42b3-a744-2f5ada2bc0b7\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"53687aeb-b390-4f95-ad37-6715a62460dc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":283,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Fax\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a7e57acb-b52b-4535-8d76-7c9a1bbe2f72\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a7e57acb-b52b-4535-8d76-7c9a1bbe2f72\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ded24b9-a7d1-4c47-b3be-165f0b5ec157\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5ded24b9-a7d1-4c47-b3be-165f0b5ec157\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"0b045097-c546-41b5-9d01-1352fd3f6b85\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":284,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_freighttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_FreightTermsCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the freight terms for the third address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6ff3f116-8041-48a1-bfda-a6c86780df6f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the freight terms for the third address to make sure shipping orders are processed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6ff3f116-8041-48a1-bfda-a6c86780df6f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"2ff98b71-d3da-4f20-9d44-f33ab2b0dc28\",\"HasChanged\":null,\"AttributeOf\":\"address3_freighttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":285,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_freighttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_FreightTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"a7714143-6220-4212-a629-5a8277092f02\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":286,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_latitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Latitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":90.0,\"MinValue\":-90.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the latitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0b89dc66-2db5-445c-b1a3-b3dcc4aad8d8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the latitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0b89dc66-2db5-445c-b1a3-b3dcc4aad8d8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94e29571-9ed2-4cb6-aed8-9c646af96928\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Latitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94e29571-9ed2-4cb6-aed8-9c646af96928\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"30874d25-e9d3-4564-b117-ab90f2738f58\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":260,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_line1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Line1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the first line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9d4aea-5cf1-4eb0-8e83-986ffb3a1752\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the first line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"df9d4aea-5cf1-4eb0-8e83-986ffb3a1752\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c2a272b-f5d6-4e6f-a730-a2b0002fff23\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Street 1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c2a272b-f5d6-4e6f-a730-a2b0002fff23\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3e5d66a0-4682-455f-877e-40b251ee2fef\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":261,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_line2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Line2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the second line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aee0d1df-a100-4dd3-a93f-27a6da2ce006\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the second line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aee0d1df-a100-4dd3-a93f-27a6da2ce006\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c3457b1-64be-4725-b11e-90a07d1a7366\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Street 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c3457b1-64be-4725-b11e-90a07d1a7366\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"397ea148-aacb-4c71-9eee-a0d05bc06a04\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":262,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_line3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Line3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the third line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"619610c0-1639-4bae-904b-d8e5f78eca50\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the third line of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"619610c0-1639-4bae-904b-d8e5f78eca50\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e9ea9197-7b10-47b9-be18-b1256dc0085c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: Street 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e9ea9197-7b10-47b9-be18-b1256dc0085c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DoubleAttributeMetadata\",\"MetadataId\":\"32bb1613-be73-4b9a-8b76-4ad74ba31684\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Double\",\"ColumnNumber\":287,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_longitude\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Longitude\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":180.0,\"MinValue\":-180.0,\"Precision\":5,\"AttributeTypeName\":{\"Value\":\"DoubleType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the longitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d6bca29-3500-4354-8cc9-4c7efec8d7c4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the longitude value for the third address for use in mapping and other applications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d6bca29-3500-4354-8cc9-4c7efec8d7c4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7258fdd3-96bb-477e-bb30-31eb9583e358\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Longitude\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7258fdd3-96bb-477e-bb30-31eb9583e358\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7dcc41ea-eedc-4c6b-bb46-e09cef8f68b6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":288,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a descriptive name for the third address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b42f7909-7d26-4192-9b2b-36e0474e8c15\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a descriptive name for the third address, such as Corporate Headquarters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b42f7909-7d26-4192-9b2b-36e0474e8c15\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f40406fa-3d22-4789-8f5d-7aff147711e3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f40406fa-3d22-4789-8f5d-7aff147711e3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"26e04af5-e375-43e9-8deb-5ff1f85bf2d9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":263,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_postalcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_PostalCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the ZIP Code or postal code for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43e7372f-591d-44e1-bd8e-4d6a9c9eb1c8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the ZIP Code or postal code for the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43e7372f-591d-44e1-bd8e-4d6a9c9eb1c8\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aacb6102-c412-441a-ad8d-c9afcf280d78\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: ZIP/Postal Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aacb6102-c412-441a-ad8d-c9afcf280d78\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"94730b56-747b-4b3e-b26d-044374b70c2c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":264,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_postofficebox\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_PostOfficeBox\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":20,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":40,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the post office box number of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed540e7e-6223-4d49-aa65-15d8841e5721\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the post office box number of the 3rd address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ed540e7e-6223-4d49-aa65-15d8841e5721\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83cbf1a6-15dd-4386-8c2a-0137513b75f6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Post Office Box\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"83cbf1a6-15dd-4386-8c2a-0137513b75f6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9d9638f8-9f04-4bb6-ad51-b03b1cea3eab\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":289,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_primarycontactname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_PrimaryContactName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the main contact at the account's third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5311d7b-52c4-4878-82b5-b39a2a1a4d10\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the main contact at the account's third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e5311d7b-52c4-4878-82b5-b39a2a1a4d10\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3724b0d4-ed9d-40d6-bcd7-765d46e7cd68\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Primary Contact Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3724b0d4-ed9d-40d6-bcd7-765d46e7cd68\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"5449c9d1-d7f7-42a8-8033-60dc1b239595\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":290,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc97470a-8c6b-4bd1-8c3f-c5b8a441053d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc97470a-8c6b-4bd1-8c3f-c5b8a441053d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c9e5caf8-6bf7-43a9-b8c3-5ec2ceb04d1e\",\"HasChanged\":null,\"AttributeOf\":\"address3_shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":291,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Address3_ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"12a53d16-d41b-42a0-b345-00d93a8f5e08\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":265,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_stateorprovince\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_StateOrProvince\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"the state or province of the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e0f95e1e-cbd1-4964-8096-36c37b17ccb4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"the state or province of the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e0f95e1e-cbd1-4964-8096-36c37b17ccb4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address3: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b760de2f-535d-4b5f-84b4-101f79b76272\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address3: State/Province\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b760de2f-535d-4b5f-84b4-101f79b76272\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5caf7ef1-d2f4-4872-a219-a55b8e26d2d4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":292,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Telephone1\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3deb2a5a-0340-426b-ac40-2533be325f5d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3deb2a5a-0340-426b-ac40-2533be325f5d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Telephone1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d6ea464-e4ee-4ba2-8a42-2970525ae47e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Telephone1\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4d6ea464-e4ee-4ba2-8a42-2970525ae47e\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e1b06816-91bd-453a-99f5-fead51d01775\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":293,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Telephone2\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab701847-5bba-4ef7-aabd-61bcd3e7caf6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number associated with the third address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab701847-5bba-4ef7-aabd-61bcd3e7caf6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Telephone2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dc2e4b0-a447-409e-b38c-b6e5251e6383\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Telephone2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dc2e4b0-a447-409e-b38c-b6e5251e6383\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"771e6e4f-90f6-4ee3-8b92-5211c02c814a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":294,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_Telephone3\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78897efc-d461-4fcb-8cc5-7d553d924800\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number associated with the primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78897efc-d461-4fcb-8cc5-7d553d924800\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Telephone3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c48bccc3-faef-4e61-b4c9-18423a0ac74b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Telephone3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c48bccc3-faef-4e61-b4c9-18423a0ac74b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"05b0fa4f-eff9-4a1e-a240-be0f902daf0a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":295,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_upszone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_UPSZone\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the UPS zone of the third address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"45edc30a-63a8-4191-b7a8-c936758bab08\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the UPS zone of the third address to make sure shipping charges are calculated correctly and deliveries are made promptly, if shipped by UPS.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"45edc30a-63a8-4191-b7a8-c936758bab08\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0656c75-e2b9-4d3e-9d39-95df434fbd93\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: UPS Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c0656c75-e2b9-4d3e-9d39-95df434fbd93\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"173056df-451f-4719-a206-df2d2a3a53bb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":296,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"address3_utcoffset\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Address3_UTCOffset\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8ab2636d-3bdb-44f5-816d-d60e4f7e7a4e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8ab2636d-3bdb-44f5-816d-d60e4f7e7a4e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efefdf87-7e32-41e2-ab35-e37315180a90\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: UTC Offset\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efefdf87-7e32-41e2-ab35-e37315180a90\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"ae3d3939-c94a-4b69-9514-0214f03b5392\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10017,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_confirmremovepassword\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_ConfirmRemovePassword\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06aea407-b141-4b77-bb77-43da0a80a4c6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06aea407-b141-4b77-bb77-43da0a80a4c6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Confirm Remove Password\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"509c541d-1038-4ee8-8068-5f7e95dac22a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"28583719-c53d-4c30-8855-04872bea9e94\",\"HasChanged\":null,\"AttributeOf\":\"adx_confirmremovepassword\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10018,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_confirmremovepasswordname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_confirmremovepasswordName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"853c0f79-08f8-40c2-be2c-694c70abcead\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10001,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_createdbyipaddress\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_CreatedByIPAddress\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64570452-e5ee-468a-bc11-c00597cc9760\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64570452-e5ee-468a-bc11-c00597cc9760\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e8c52bd-b898-479f-83dd-68f81ccb8748\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e8c52bd-b898-479f-83dd-68f81ccb8748\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f124f45e-faca-45cb-9d8c-fc206a528b0a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10002,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_createdbyusername\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_CreatedByUsername\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6e6eb46-bdf1-4965-9e44-fd2574112790\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6e6eb46-bdf1-4965-9e44-fd2574112790\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79ea58a2-80a7-4632-8f36-7a3e45a4fe2f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"79ea58a2-80a7-4632-8f36-7a3e45a4fe2f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"33dcee8d-45f0-4ced-87e1-7835cda3c9c8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":10019,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_accessfailedcount\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_accessfailedcount\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the current count of failed password attempts for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34a41a25-4858-47e0-ad16-a4058dfcd01e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the current count of failed password attempts for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34a41a25-4858-47e0-ad16-a4058dfcd01e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Access Failed Count\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd62f11b-8d87-4381-ba1e-e3bc70832770\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Access Failed Count\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd62f11b-8d87-4381-ba1e-e3bc70832770\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"bb28d53a-2d2f-45ce-b0a7-3f7d51ba73d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10020,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_emailaddress1confirmed\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_emailaddress1confirmed\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30566265-d290-4147-a012-fa544f13dd86\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if the email is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30566265-d290-4147-a012-fa544f13dd86\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcff6234-2819-435c-9f09-7672136a5c9f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c81aa2cb-800a-458c-8cb5-7fed057507cb\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_emailaddress1confirmed\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10021,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_emailaddress1confirmedname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_emailaddress1confirmedName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"fbd85757-7531-41f0-89ad-e2be343b17d6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10022,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lastsuccessfullogin\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_lastsuccessfullogin\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates the last date and time the user successfully signed in to a portal.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d2d0a9-4f83-49c8-8fe8-0f66bce15cbe\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates the last date and time the user successfully signed in to a portal.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d2d0a9-4f83-49c8-8fe8-0f66bce15cbe\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last Successful Login\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11475084-e619-4e5d-9632-4bf79c0f1982\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last Successful Login\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"11475084-e619-4e5d-9632-4bf79c0f1982\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"fe4dd737-629b-475c-8c89-e10a484ca604\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10023,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_locallogindisabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_locallogindisabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5a50aa3-c6c4-4b6d-af6c-a9b0801b10fd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact can no longer sign in to the portal using the local account.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5a50aa3-c6c4-4b6d-af6c-a9b0801b10fd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Local Login Disabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dba9089-bf1c-4f13-8001-c1bcff1c22aa\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"6fe33718-de8e-4f63-b199-ffc4871fa98d\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_locallogindisabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10024,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_locallogindisabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_locallogindisabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"5bda66a8-b4c3-4853-823d-d26f0f540138\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10025,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lockoutenabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_lockoutenabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if this contact will track failed access attempts and become locked after too many failed attempts. To prevent the contact from becoming locked, you can disable this setting.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5495ad93-bdb7-4975-ba7b-bc6f7162d0d7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if this contact will track failed access attempts and become locked after too many failed attempts. To prevent the contact from becoming locked, you can disable this setting.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5495ad93-bdb7-4975-ba7b-bc6f7162d0d7\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b921cfca-3cd6-4ce9-8d06-122898d597a1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"34f8ecc4-e686-403a-9ce2-ef3e099c46ce\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_lockoutenabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10026,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lockoutenabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_lockoutenabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"6fa584fa-114a-4ebc-a459-9ad0e3120986\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10027,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_lockoutenddate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_lockoutenddate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the moment in time when the locked contact becomes unlocked again.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46061894-104c-4ea2-9269-5618b8e22ec0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the moment in time when the locked contact becomes unlocked again.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46061894-104c-4ea2-9269-5618b8e22ec0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lockout End Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"108b3a35-464a-480e-a4be-88cc1cd56eec\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lockout End Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"108b3a35-464a-480e-a4be-88cc1cd56eec\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"1b0ada04-ebf5-4c8d-98b2-cd543bb88223\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10028,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":true,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_logonenabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_logonenabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-09-11T16:40:52Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if web authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12cc31e8-a377-43ae-986d-4bca053d8766\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if web authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12cc31e8-a377-43ae-986d-4bca053d8766\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Login Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afbef81f-6277-4918-b726-4ce9eb667b87\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"5918f670-5030-4078-b939-66bce202f264\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_logonenabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10029,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_logonenabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_logonenabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"056e0f88-16db-49c0-b6f6-5e5d467ccbf4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10030,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_mobilephoneconfirmed\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_mobilephoneconfirmed\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if the phone number is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e207b1ec-04e6-4f70-90c3-aab65beafd08\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if the phone number is confirmed by the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e207b1ec-04e6-4f70-90c3-aab65beafd08\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone Confirmed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d249cbd-f886-44b2-a1a6-3ad1534c41d0\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"48ee9b2d-754f-487d-8615-1f7d39934294\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_mobilephoneconfirmed\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10031,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_mobilephoneconfirmedname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_mobilephoneconfirmedName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"65f95f5c-3a61-468a-95e1-2c213908f0d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10032,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_newpassword\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_newpassword\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5efe231d-5904-4aca-93cd-f3603d3e672e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5efe231d-5904-4aca-93cd-f3603d3e672e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"New Password Input\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5288a351-7027-4ec4-a44e-d6a09ae3284d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"New Password Input\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5288a351-7027-4ec4-a44e-d6a09ae3284d\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1906399b-5280-40db-af78-23afd83c8bfd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10033,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":true,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_passwordhash\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_passwordhash\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-09-11T16:40:53Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":128,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":256,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f2cd9a-2397-4f93-aeb5-aaf3db2e9606\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f2cd9a-2397-4f93-aeb5-aaf3db2e9606\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Password Hash\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06f01d73-1d9a-4cae-b01b-12da6e7ba509\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Password Hash\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"06f01d73-1d9a-4cae-b01b-12da6e7ba509\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e62a9b98-a79c-4f8b-bba7-bc3374d04632\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10034,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_securitystamp\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_securitystamp\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"A token used to manage the web authentication session.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925c187-52b5-42ad-9af1-613f4d22fe2f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"A token used to manage the web authentication session.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925c187-52b5-42ad-9af1-613f4d22fe2f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Security Stamp\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a8df92d-69f2-419d-a418-d7c966266405\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Security Stamp\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a8df92d-69f2-419d-a418-d7c966266405\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"31bc0498-ac35-47ed-9515-da2008d165d5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10035,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_twofactorenabled\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_twofactorenabled\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Determines if two-factor authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5b5bfc5-7677-40bd-8d25-b8d6cd8bb8fc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Determines if two-factor authentication is enabled for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5b5bfc5-7677-40bd-8d25-b8d6cd8bb8fc\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Two Factor Enabled\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fcd11d66-e4cd-4160-b998-4317c8374caf\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9ac55fe4-07a1-4641-8229-a8923b90e810\",\"HasChanged\":null,\"AttributeOf\":\"adx_identity_twofactorenabled\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10036,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_twofactorenabledname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_identity_twofactorenabledName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d3158bf2-e15b-4d3c-a74d-8abaad8bc18d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10037,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_identity_username\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_identity_username\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-16T16:15:11Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the user identity for local web authentication.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"346e25ff-4853-4f9e-b4ca-633d8e038945\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the user identity for local web authentication.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"346e25ff-4853-4f9e-b4ca-633d8e038945\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"User Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac5920e5-ce2f-4216-9257-21f34d57c6d6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"User Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac5920e5-ce2f-4216-9257-21f34d57c6d6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c7b47c01-d85e-47db-aaaf-8f9496f4cd6d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10003,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_modifiedbyipaddress\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ModifiedByIPAddress\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d98d9539-eec6-4929-92f4-795c4076167b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d98d9539-eec6-4929-92f4-795c4076167b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d61bd79a-a59f-4cf3-a571-54dac97cbaf9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By IP Address\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d61bd79a-a59f-4cf3-a571-54dac97cbaf9\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b5c33f5a-12ea-480e-856c-51dc027de0e0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10004,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_modifiedbyusername\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ModifiedByUsername\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af5192ad-cac5-4e2c-ba0b-2e490c0cae90\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af5192ad-cac5-4e2c-ba0b-2e490c0cae90\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"471bc156-8974-4ede-a807-d3b8ff36c67a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By Username\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"471bc156-8974-4ede-a807-d3b8ff36c67a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8b66d723-f514-40ed-9ce2-0b2f90d163d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10005,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_organizationname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_OrganizationName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":500,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"32f485ab-26d6-4d90-a5aa-07346ae1580e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"32f485ab-26d6-4d90-a5aa-07346ae1580e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Organization Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb2fdafd-7f6f-4179-bc75-4be3ab1df9ea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Organization Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fb2fdafd-7f6f-4179-bc75-4be3ab1df9ea\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"b8761b68-5735-49cc-adf4-10dc738879df\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":10038,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_preferredlcid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_preferredlcid\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"User\\u2019s preferred portal LCID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6528c8b5-b52a-4b35-9ff5-5be977f08ab0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"User\\u2019s preferred portal LCID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6528c8b5-b52a-4b35-9ff5-5be977f08ab0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred LCID (Deprecated)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d3b4287-2f28-4c24-94f9-a69c79aebfd3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred LCID (Deprecated)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9d3b4287-2f28-4c24-94f9-a69c79aebfd3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"6ac1cbfa-6568-4d1e-aa51-cc800d38aa15\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10039,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealert\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilealert\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ed1ff32-f9f5-41f4-b521-3e18670a559f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"792f94ed-f5d4-4028-8964-526a39e9d5fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10041,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealertdate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilealertdate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50e6ee96-313a-4bfc-afdf-c62890ec05e2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50e6ee96-313a-4bfc-afdf-c62890ec05e2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"a978daf2-19a9-4da5-b92d-ca9bd282f879\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":10042,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealertinstructions\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilealertinstructions\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":4096,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Alert Instructions\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0a50751-befa-4016-ace7-582e99c7f4c2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Alert Instructions\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0a50751-befa-4016-ace7-582e99c7f4c2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"178b5ee3-3762-45d7-9dc6-a881370567d4\",\"HasChanged\":null,\"AttributeOf\":\"adx_profilealert\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10040,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilealertname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_profilealertName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"925a7aab-fd2a-4135-946d-c04f836aa006\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10043,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profileisanonymous\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ProfileIsAnonymous\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:26Z\",\"ModifiedOn\":\"2023-08-11T21:18:26Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Is Anonymous\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be474ee0-33b9-4aa0-9e81-1a4704a73ed7\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"db2d17a2-a850-4a68-a612-8491c2cdc8d6\",\"HasChanged\":null,\"AttributeOf\":\"adx_profileisanonymous\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10044,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profileisanonymousname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"adx_profileisanonymousName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"e39cd6e4-7a8b-41d6-a396-3c03f5f0cf7c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10045,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilelastactivity\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_ProfileLastActivity\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Last Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f9355c-fe3d-4484-8409-ef2394774aba\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Last Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e8f9355c-fe3d-4484-8409-ef2394774aba\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"f37580c6-0c66-46f0-b167-f028bedd5dad\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10046,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_profilemodifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_profilemodifiedon\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Profile Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"177dd3e1-8814-4fbe-832c-1ecb344adda2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Profile Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"177dd3e1-8814-4fbe-832c-1ecb344adda2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"5aa61324-5e57-403c-8933-84df88fbb85c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":10047,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_publicprofilecopy\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"adx_PublicProfileCopy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:18:27Z\",\"ModifiedOn\":\"2023-08-11T21:18:27Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":64000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Public Profile Copy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3371985b-e8ad-4314-bbec-91933ad96019\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Public Profile Copy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3371985b-e8ad-4314-bbec-91933ad96019\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"3a33bf27-9b0c-4c82-8134-c6f39cf46430\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":10006,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"adx_timezone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Adx_TimeZone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:07Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"TimeZone\",\"MaxValue\":1500,\"MinValue\":-1500,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3768ea84-5912-4c09-807c-ec4e3db4ab85\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3768ea84-5912-4c09-807c-ec4e3db4ab85\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2c00f9ad-afdf-4f39-8b78-5a1ab071f3ea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2c00f9ad-afdf-4f39-8b78-5a1ab071f3ea\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"73b4e92f-b74e-456b-bf19-12f630c9ee1d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":75,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging30\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging30\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b4cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b4cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b3cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b3cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"c168dd24-28e4-4e6c-b8b0-ede86e3a8866\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":211,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging30_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging30_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"aging30\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Aging 30 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"404cb82c-b015-49b5-bff0-306db468fd12\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Aging 30 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"404cb82c-b015-49b5-bff0-306db468fd12\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 30 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c5d62dd-b4a8-46b6-901d-d4e12ec19984\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 30 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c5d62dd-b4a8-46b6-901d-d4e12ec19984\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"939266fc-8a2e-4170-931c-53e3dba27bc7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":77,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging60\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging60\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c697ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c697ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c597ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c597ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"afe8bb3c-c681-4872-8be5-aae9587b78cd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":209,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging60_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging60_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"aging60\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Aging 60 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"212b2b2d-bcb1-4a0d-a4e3-dd6eb3382db0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Aging 60 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"212b2b2d-bcb1-4a0d-a4e3-dd6eb3382db0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 60 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b6f458a-4e0b-4962-baad-cdeb2d7037f0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 60 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b6f458a-4e0b-4962-baad-cdeb2d7037f0\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"0eb5a038-ea5b-4ff0-a235-0aae13e1dff4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":79,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging90\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging90\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For system use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0e92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 90\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 90\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0d92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"5affc035-c66a-40da-b3ac-21c5d4b621cc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":210,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"aging90_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Aging90_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"aging90\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Aging 90 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7e44d9d5-12de-46b2-93bc-1dfa27f518fb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Aging 90 field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7e44d9d5-12de-46b2-93bc-1dfa27f518fb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Aging 90 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"875bcebb-e4d8-4fcc-9fb4-1a8393d6bc56\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Aging 90 (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"875bcebb-e4d8-4fcc-9fb4-1a8393d6bc56\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"8377804d-868f-49fb-9515-b7cc30afeb83\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"anniversary\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Anniversary\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Enter the date of the contact's wedding or service anniversary for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Enter the date of the contact's wedding or service anniversary for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"be98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Anniversary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Anniversary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bd98ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"DateOnly\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"3f129504-4fe9-46e6-a41d-76a4a02d64c8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"annualincome\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AnnualIncome\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's annual income for use in profiling and financial analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's annual income for use in profiling and financial analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Annual Income\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Annual Income\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aac7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"d1e9b78c-c371-4ddf-acdc-fe529bcb6570\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":206,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"annualincome_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AnnualIncome_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"annualincome\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Annual Income field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"355a754b-6090-4743-a868-c420e457f29a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Annual Income field converted to the system's default base currency. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"355a754b-6090-4743-a868-c420e457f29a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Annual Income (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13eabed9-49d3-4b57-ac9c-5a5ecf6698f3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Annual Income (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13eabed9-49d3-4b57-ac9c-5a5ecf6698f3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"f36d5ce1-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":10050,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_contactrole\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_ContactRole\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:34:15Z\",\"ModifiedOn\":\"2023-09-21T06:34:15Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3526b5c9-cc63-43d0-9dee-7874b903e00a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3526b5c9-cc63-43d0-9dee-7874b903e00a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9b92f93a-cd16-4ef2-9ad9-0a2eeb01ff15\",\"HasChanged\":null,\"AttributeOf\":\"appr_contactrole\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10051,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_contactrolename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_contactroleName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:34:15Z\",\"ModifiedOn\":\"2023-09-21T06:34:15Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8e04c744-6e5c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":10052,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_studentno\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_StudentNo\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T13:12:30Z\",\"ModifiedOn\":\"2023-09-26T13:12:30Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7c6e7f1-3294-4108-af6b-1917b15c5f14\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"e7c6e7f1-3294-4108-af6b-1917b15c5f14\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Student No\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0539167a-a93a-4237-9d33-609b5205e182\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student No\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0539167a-a93a-4237-9d33-609b5205e182\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"127e5146-42f6-4a8d-8afc-78b6f46f4e05\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":44,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"assistantname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AssistantName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assistant\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assistant\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3b00aefa-0540-47e5-8d08-6e40451699fc\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":46,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"assistantphone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"AssistantPhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phone number for the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phone number for the contact's assistant.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Assistant Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cf25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Assistant Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cf25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"9fb79f93-3449-4dec-a6b6-96faf3fdc0c7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"birthdate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"BirthDate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Enter the contact's birthday for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6240b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Enter the contact's birthday for use in customer gift programs or other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6240b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Birthday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6140b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Birthday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6140b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"DateOnly\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"24e7bb82-0afc-4d0b-840e-79b271276c2e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":267,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"business2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Business2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second business phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad30da3c-4bca-4f74-a64f-3a7a7688c461\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second business phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad30da3c-4bca-4f74-a64f-3a7a7688c461\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Business Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7bd46bc2-6d49-423e-9929-ab20e369c618\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Business Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7bd46bc2-6d49-423e-9929-ab20e369c618\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8804443e-e143-412b-8e9b-d063987f7b19\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":268,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"callback\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Callback\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a callback phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6382793-7f4f-4122-a420-0447c125c242\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a callback phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6382793-7f4f-4122-a420-0447c125c242\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Callback Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"35071b5d-0723-4801-85e8-13110a4899c0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Callback Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"35071b5d-0723-4801-85e8-13110a4899c0\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"713538f9-c245-415d-a1cf-55438bff0e20\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":67,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"childrensnames\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ChildrensNames\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":255,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":510,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the names of the contact's children for reference in communications and client programs.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the names of the contact's children for reference in communications and client programs.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d553c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Children's Names\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Children's Names\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d453c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c332ded0-9988-44d4-9d8c-191c9b3ae75f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":270,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"company\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Company\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the company phone of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"891cb3dc-b528-4bc7-aafc-b20775ed969e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the company phone of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"891cb3dc-b528-4bc7-aafc-b20775ed969e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Company Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"251490fd-e449-4a35-afc3-7e5854d05304\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Company Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"251490fd-e449-4a35-afc3-7e5854d05304\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"MetadataId\":\"2ae700b3-97d2-4d99-96f2-8e4aa6368fc2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"contactid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ContactId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"570f0d59-4827-4710-aea7-01bedcaa2f57\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":62,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"53d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"53d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"52d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"52d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"29f6cc35-e1bc-47b0-bea7-29fece1842f3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":300,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyexternalparty\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedByExternalParty\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"externalparty\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the external party who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70c1f386-d833-4137-ad6a-3e64d687be52\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the external party who created the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70c1f386-d833-4137-ad6a-3e64d687be52\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e4f35f84-f3ca-4499-8c7b-f953b5ec75ee\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e4f35f84-f3ca-4499-8c7b-f953b5ec75ee\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b70246e2-1eaa-41c7-9586-69d320ae2a1d\",\"HasChanged\":null,\"AttributeOf\":\"createdbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":301,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyexternalpartyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByExternalPartyName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a122199c-5bcd-4a18-bce0-63b499d48081\",\"HasChanged\":null,\"AttributeOf\":\"createdbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":302,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyexternalpartyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByExternalPartyYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyexternalpartyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1e40acfa-f933-47f5-94e3-2443539a47fd\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":135,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5e1347b1-63bd-4134-91e0-ba4b48f14f69\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":220,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"beb28bc9-e185-4d0d-af3d-a143465d00a4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":60,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e52c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"5accc014-f842-4331-a24b-e88e1147987c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":222,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who created the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c51b221-1a59-4867-b872-0b708cdaa42e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who created the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c51b221-1a59-4867-b872-0b708cdaa42e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8551e417-7471-42d7-a040-51e8339bd917\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8551e417-7471-42d7-a040-51e8339bd917\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0988799b-ee99-4fa0-a002-8d7307192ca3\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":224,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2502d921-a6e6-445d-9762-1a9dc03d728b\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":225,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"1f2a3873-bdb2-4c54-9a3f-dd44f50f2de3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":59,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditlimit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreditLimit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":100000000000000.0,\"MinValue\":0.0,\"Precision\":2,\"PrecisionSource\":2,\"CalculationOf\":null,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":false,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the credit limit of the contact for reference when you address invoice and accounting issues with the customer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"774901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the credit limit of the contact for reference when you address invoice and accounting issues with the customer.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"774901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Limit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"764901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Limit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"764901bf-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MoneyAttributeMetadata\",\"MetadataId\":\"5383ea13-ab57-48cb-b391-f68180e1f2db\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Money\",\"ColumnNumber\":208,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditlimit_base\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreditLimit_Base\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"ImeMode\":\"Disabled\",\"MaxValue\":922337203685477.0,\"MinValue\":-922337203685477.0,\"Precision\":4,\"PrecisionSource\":2,\"CalculationOf\":\"creditlimit\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"IsBaseCurrency\":true,\"AttributeTypeName\":{\"Value\":\"MoneyType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the Credit Limit field converted to the system's default base currency for reporting purposes. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dc7644b-cd70-4a7e-b22a-989c7b18bdeb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the Credit Limit field converted to the system's default base currency for reporting purposes. The calculations use the exchange rate specified in the Currencies area.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4dc7644b-cd70-4a7e-b22a-989c7b18bdeb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Limit (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce2fe0dd-56fa-427b-bcff-63baae98c9db\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Limit (Base)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce2fe0dd-56fa-427b-bcff-63baae98c9db\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"a6e910a3-7504-49f7-8a03-6c80e733886e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":61,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditonhold\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreditOnHold\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact is on a credit hold, for reference when addressing invoice and accounting issues.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact is on a credit hold, for reference when addressing invoice and accounting issues.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2e54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Credit Hold\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2d54c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"cbfddd8d-8b14-4e9b-9d60-2af6a1fd2966\",\"HasChanged\":null,\"AttributeOf\":\"creditonhold\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":148,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"creditonholdname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreditOnHoldName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"bffd7570-2899-492b-97d8-a45208eb2114\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customersizecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CustomerSizeCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the size of the contact's company for segmentation and reporting purposes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the size of the contact's company for segmentation and reporting purposes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1a92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"30cfe521-81bf-4e21-ae2c-fae6b0ee5628\",\"HasChanged\":null,\"AttributeOf\":\"customersizecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":167,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customersizecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CustomerSizeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"cd0cefe1-b185-4795-a05c-3f27c205f21e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customertypecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CustomerTypeCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the category that best describes the relationship between the contact and your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f099ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the category that best describes the relationship between the contact and your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f099ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"38a3d266-1c2f-454e-8136-43439b75f094\",\"HasChanged\":null,\"AttributeOf\":\"customertypecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":156,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"customertypecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CustomerTypeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b941c517-1976-41fe-b8a1-4d5700d2325c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":20,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"department\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Department\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the department or business unit where the contact works in the parent company or business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the department or business unit where the contact works in the parent company or business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4926e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Department\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4826e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Department\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4826e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"85617eb1-9944-47ed-8d56-8536832fd3ca\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Format\":\"TextArea\",\"ImeMode\":\"Auto\",\"MaxLength\":2000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type additional information to describe the contact, such as an excerpt from the company's website.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c363cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type additional information to describe the contact, such as an excerpt from the company's website.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c363cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c263cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c263cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"TextArea\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"61914e7e-4904-4664-834d-d211d14b467b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":54,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkemail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotBulkEMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts bulk email sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts bulk email sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6e90aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"f87808fa-82db-4f81-8f58-53106bc45d49\",\"HasChanged\":null,\"AttributeOf\":\"donotbulkemail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":152,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkemailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotBulkEMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"5300f108-5d05-42b7-81c0-bcc661376ba5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":55,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkpostalmail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotBulkPostalMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts bulk postal mail sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the letters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts bulk postal mail sent through marketing campaigns or quick campaigns. If Do Not Allow is selected, the contact can be added to marketing lists, but will be excluded from the letters.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Bulk Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"a5f7ecc1-2671-4e5b-867f-ca7c7ce0f914\",\"HasChanged\":null,\"AttributeOf\":\"donotbulkpostalmail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":151,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotbulkpostalmailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotBulkPostalMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"54cfd897-4c94-4af9-9c33-b014ccbc482a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":52,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotemail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotEMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows direct email sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not send the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b91ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows direct email sent from Microsoft Dynamics 365. If Do Not Allow is selected, Microsoft Dynamics 365 will not send the email.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b91ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Emails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"507c1ce8-2ad4-4b87-8973-9783c2aad2fa\",\"HasChanged\":null,\"AttributeOf\":\"donotemail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":150,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotemailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotEMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"650630b8-fa1a-41ba-a9f8-1218467a0d6b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":51,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotfax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotFax\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows faxes. If Do Not Allow is selected, the contact will be excluded from any fax activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"20f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows faxes. If Do Not Allow is selected, the contact will be excluded from any fax activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"20f2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Faxes\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff2fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"111230d8-5b44-423f-8185-03026c871e98\",\"HasChanged\":null,\"AttributeOf\":\"donotfax\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":144,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotfaxname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotFaxName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"20ba2e1b-5b95-45c4-b9c4-7c15de6ba45f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":48,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotphone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotPhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts phone calls. If Do Not Allow is selected, the contact will be excluded from any phone call activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"499aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts phone calls. If Do Not Allow is selected, the contact will be excluded from any phone call activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"499aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Phone Calls\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"489aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"10e75845-bd99-4f3f-aab3-0d4d0140aef3\",\"HasChanged\":null,\"AttributeOf\":\"donotphone\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":149,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotphonename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotPhoneName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"a12ad652-a906-4fb2-b40a-4ff7e294c2c0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":53,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotpostalmail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotPostalMail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact allows direct mail. If Do Not Allow is selected, the contact will be excluded from letter activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact allows direct mail. If Do Not Allow is selected, the contact will be excluded from letter activities distributed in marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Do not allow Mails\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c025e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"98657af8-f2f0-492d-8e92-9386c04cd52f\",\"HasChanged\":null,\"AttributeOf\":\"donotpostalmail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":147,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotpostalmailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotPostalMailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"328b4856-f1be-48ec-8d29-8468c561a0d8\",\"HasChanged\":null,\"AttributeOf\":\"donotsendmm\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":198,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotsendmarketingmaterialname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"DoNotSendMarketingMaterialName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"e294567c-19b5-4188-8402-2750238fbea2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":178,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"donotsendmm\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"DoNotSendMM\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact accepts marketing materials, such as brochures or catalogs. Contacts that opt out can be excluded from marketing initiatives.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact accepts marketing materials, such as brochures or catalogs. Contacts that opt out can be excluded from marketing initiatives.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c526e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Send Marketing Materials\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c426e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"1f1a7b51-b139-453a-a1cb-e2899494e1a3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"educationcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EducationCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's highest level of education for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's highest level of education for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ad41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"715996bd-04db-4fc9-9c20-df0fda5487bc\",\"HasChanged\":null,\"AttributeOf\":\"educationcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":171,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"educationcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EducationCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"024a2ee3-b983-4fd8-8991-f8d548a227e0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"emailaddress1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EMailAddress1\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Email\",\"ImeMode\":\"Inactive\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the primary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c397ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the primary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c397ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c297ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c297ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Email\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"edd802ac-72ae-4e29-b2de-9dfe57c898f1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":45,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"emailaddress2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EMailAddress2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Email\",\"ImeMode\":\"Inactive\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the secondary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the secondary email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ccee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Address 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ccee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Email\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2a7f7ad8-9d2a-4e1e-8769-88d7b3affabb\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":47,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"emailaddress3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EMailAddress3\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Email\",\"ImeMode\":\"Inactive\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type an alternate email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type an alternate email address for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"02abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Email Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email Address 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Email\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"26d8b38a-0167-491a-8643-433afd1e08f6\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"employeeid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"EmployeeId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the employee ID or number for the contact for reference in orders, service cases, or other communications with the contact's organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"27d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the employee ID or number for the contact for reference in orders, service cases, or other communications with the contact's organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"27d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.ImageAttributeMetadata\",\"MetadataId\":\"e21fd53e-9210-47d7-bb29-aff6c01f3013\",\"HasChanged\":null,\"AttributeOf\":\"entityimageid\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":232,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimage\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImage\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"IsPrimaryImage\":true,\"MaxHeight\":144,\"MaxWidth\":144,\"MaxSizeInKB\":10240,\"CanStoreFullImage\":false,\"AttributeTypeName\":{\"Value\":\"ImageType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the default image for the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9fc9994-cd81-41cb-874f-c5899e704286\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the default image for the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9fc9994-cd81-41cb-874f-c5899e704286\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Entity Image\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffd27814-c580-4ddd-b9df-20f69ab57f41\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Entity Image\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ffd27814-c580-4ddd-b9df-20f69ab57f41\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"a65bb53d-d723-4e86-849c-cfba3475f5dc\",\"HasChanged\":null,\"AttributeOf\":\"entityimageid\",\"AttributeType\":\"BigInt\",\"ColumnNumber\":241,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimage_timestamp\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImage_Timestamp\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d191d24a-2fbd-48b7-9101-e8a7d2f1bf27\",\"HasChanged\":null,\"AttributeOf\":\"entityimageid\",\"AttributeType\":\"String\",\"ColumnNumber\":240,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimage_url\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImage_URL\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Url\",\"ImeMode\":\"Auto\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"MetadataId\":\"6784e5c8-51b5-46d2-af5b-ac2b2c3db625\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":239,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"entityimageid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"EntityImageId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb2c9bd4-0ec4-462a-972f-32571b7803d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb2c9bd4-0ec4-462a-972f-32571b7803d0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Entity Image Id\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6d976db-4fa9-4c5c-8a5e-97c524f6642e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Entity Image Id\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6d976db-4fa9-4c5c-8a5e-97c524f6642e\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DecimalAttributeMetadata\",\"MetadataId\":\"9a6afe78-2ac1-4812-a0e3-028c9a1d8a4c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Decimal\",\"ColumnNumber\":202,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"exchangerate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ExchangeRate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MaxValue\":100000000000,\"MinValue\":0.000000000001,\"Precision\":12,\"ImeMode\":\"Disabled\",\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"DecimalType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"63f3fef6-c3af-4e2d-815a-d8fb51d05c02\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"63f3fef6-c3af-4e2d-815a-d8fb51d05c02\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Exchange Rate\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dfc9718f-02db-4efd-88a1-1960c54cc6af\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Exchange Rate\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dfc9718f-02db-4efd-88a1-1960c54cc6af\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2dfea494-4c69-48fa-bba3-30aa0c458c62\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":181,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"externaluseridentifier\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ExternalUserIdentifier\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Identifier for an external user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Identifier for an external user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"External User Identifier\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"External User Identifier\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c40b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"18d22cd0-f923-4d46-97e2-9decc997d285\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"familystatuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FamilyStatusCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the marital status of the contact for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the marital status of the contact for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6eabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"91ca1549-3ac9-40c4-929b-130d885a266f\",\"HasChanged\":null,\"AttributeOf\":\"familystatuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":166,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"familystatuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"FamilyStatusCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d657c60a-0b6e-4d0e-a87f-b439579b5bae\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":74,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"fax\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Fax\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the fax number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3d99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the fax number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3d99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a67701f5-ebd0-4412-8b70-c61a99595647\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"firstname\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"FirstName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's first name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1fe0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's first name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1fe0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ee0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ee0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"Recommended\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"b6a3a39c-ca04-4dd2-95d5-da59fb282e06\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":249,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"followemail\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FollowEmail\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":true,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether to allow following email activity like opens, attachment views and link clicks for emails sent to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c822e3f-1427-40ee-8503-ec6b9557b72b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether to allow following email activity like opens, attachment views and link clicks for emails sent to the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c822e3f-1427-40ee-8503-ec6b9557b72b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Follow Email Activity\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b69e950-13a5-49c6-9dc3-e6ac702e8f70\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"7c0cab05-b85a-4a3b-9b1e-87afc32c9575\",\"HasChanged\":null,\"AttributeOf\":\"followemail\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":250,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"followemailname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"FollowEmailName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"53d48ecc-3bcb-4347-b0f0-08ce4a263b1f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"ftpsiteurl\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FtpSiteUrl\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Url\",\"ImeMode\":\"Inactive\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the URL for the contact's FTP site to enable users to access data and share documents.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the URL for the contact's FTP site to enable users to access data and share documents.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fed8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"FTP Site\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"FTP Site\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd8dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"179aa4a5-6317-42a0-9b71-836591b963f1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"fullname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"FullName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Combines and shows the contact's first and last names so that the full name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Combines and shows the contact's first and last names so that the full name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"a81e86c9-e2e1-4c1e-81ab-8913eedaab47\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"gendercode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"GenderCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's gender to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's gender to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"94a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"20d2fdc1-a0f1-46ef-b3f6-b8b4abf2726e\",\"HasChanged\":null,\"AttributeOf\":\"gendercode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":164,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"gendercodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"GenderCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6182f714-55e8-437d-b862-7790bb458915\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"governmentid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"GovernmentId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the passport number or other government ID for the contact for use in documents or reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aaf1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the passport number or other government ID for the contact for use in documents or reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aaf1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Government\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Government\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9f1fbc4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"37861c8f-246f-4534-a91e-6f27aeee1243\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"haschildrencode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"HasChildrenCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact has any children for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5541b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact has any children for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5541b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"8d32efc2-5c1e-45fd-9312-36eabaff8547\",\"HasChanged\":null,\"AttributeOf\":\"haschildrencode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":160,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"haschildrencodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"HasChildrenCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9b6a6ce4-95f0-4694-95c2-645d5a82331f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":271,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"home2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Home2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second home phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c52348d-d03f-4321-8c5b-4111c1fdaebf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second home phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c52348d-d03f-4321-8c5b-4111c1fdaebf\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Home Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cf76ffa-6635-4188-a803-757fbd491977\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Home Phone 2\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cf76ffa-6635-4188-a803-757fbd491977\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"6d403eba-b209-4e7a-8ab1-160cd4e2b0b5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":203,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the data import or data migration that created this record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c9daef0a-d830-4d2c-b2c8-86b866296838\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the data import or data migration that created this record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c9daef0a-d830-4d2c-b2c8-86b866296838\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afa9b507-f135-4c6f-bd36-4b2e8fe4359c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"afa9b507-f135-4c6f-bd36-4b2e8fe4359c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"84b388e2-00d5-4d83-9d21-19364ea42403\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":231,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":false,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isautocreate\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsAutoCreate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact was auto-created when promoting an email or an appointment.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"753d9826-f8fc-4c0a-97f6-96c8ac2e8a67\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact was auto-created when promoting an email or an appointment.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"753d9826-f8fc-4c0a-97f6-96c8ac2e8a67\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Auto-created\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46b58595-4d60-4a1d-85f4-00ef1fbc7fe3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"d779f239-2a2e-4230-91f9-4074ffc657ff\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isbackofficecustomer\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"IsBackofficeCustomer\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select whether the contact exists in a separate accounting or other system, such as Microsoft Dynamics GP or another ERP database, for use in integration processes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select whether the contact exists in a separate accounting or other system, such as Microsoft Dynamics GP or another ERP database, for use in integration processes.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Back Office Customer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"0ae7d032-b1d5-4997-b61c-c1c49278f2e3\",\"HasChanged\":null,\"AttributeOf\":\"isbackofficecustomer\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":145,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isbackofficecustomername\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsBackofficeCustomerName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"d9923a33-d14a-4579-be84-06f16fb9c452\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":58,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":false,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isprivate\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsPrivate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"68b102b3-b59d-479e-963a-d59fd91e1c76\",\"HasChanged\":null,\"AttributeOf\":\"isprivate\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":143,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"isprivatename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"IsPrivateName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6ad24f34-8bfb-4301-bb61-d6d5466e1e03\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"jobtitle\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"JobTitle\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the job title of the contact to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"04d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the job title of the contact to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"04d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Job Title\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Job Title\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03d9dee2-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2f8fdd79-0372-490d-9053-b743becfca0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"lastname\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"LastName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's last name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's last name to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"73e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"67cb23fc-f521-45fe-9e85-d7fb82097f0f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":247,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"lastonholdtime\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"LastOnHoldTime\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Contains the date and time stamp of the last on hold time.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d7acad0-d1a6-4133-ba12-ffb40e42975c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contains the date and time stamp of the last on hold time.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d7acad0-d1a6-4133-ba12-ffb40e42975c\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last On Hold Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"716cdfce-8467-4b88-ac00-597cc48fb161\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last On Hold Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"716cdfce-8467-4b88-ac00-597cc48fb161\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"034cb7b4-5d3e-41d2-87ce-427db760d01b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":184,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"lastusedincampaign\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"LastUsedInCampaign\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the date when the contact was last included in a marketing campaign or quick campaign.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b6e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the date when the contact was last included in a marketing campaign or quick campaign.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b6e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last Date Included in Campaign\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last Date Included in Campaign\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b5e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"853b2009-216c-4c0e-9abc-dfd285210a82\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"leadsourcecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"LeadSourceCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the primary marketing source that directed the contact to your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3999ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the primary marketing source that directed the contact to your organization.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3999ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e118e346-60e7-44dc-8edb-e1511eee302e\",\"HasChanged\":null,\"AttributeOf\":\"leadsourcecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":170,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"leadsourcecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"LeadSourceCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3c770763-164c-4e8e-b789-f7fb41f6c838\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":49,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"managername\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ManagerName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the contact's manager for use in escalating issues or other follow-up communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c598ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the contact's manager for use in escalating issues or other follow-up communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c598ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Manager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Manager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c498ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c90fc59f-8cf4-47f1-8240-256fd2835872\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":50,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"managerphone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ManagerPhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phone number for the contact's manager.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phone number for the contact's manager.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Manager Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Manager Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77d7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"895d0811-bc1b-407d-9fd6-5425a0a3c859\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":306,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"marketingonly\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"MarketingOnly\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ed3b5cb-0206-41d1-a3a3-fbeebe9442a1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Whether is only for marketing\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2ed3b5cb-0206-41d1-a3a3-fbeebe9442a1\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marketing Only\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57667025-e602-4e27-b182-eac03d04b979\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"16dfb80a-2e09-4128-9564-a7d5d0ee2e26\",\"HasChanged\":null,\"AttributeOf\":\"marketingonly\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":307,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"marketingonlyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MarketingOnlyName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2c67e065-ea3b-408e-b9c8-d10ba4232e13\",\"HasChanged\":null,\"AttributeOf\":\"masterid\",\"AttributeType\":\"String\",\"ColumnNumber\":185,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mastercontactidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MasterContactIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6dfbe8ce-252e-4ff5-bd5c-2d4dc0752f9d\",\"HasChanged\":null,\"AttributeOf\":\"masterid\",\"AttributeType\":\"String\",\"ColumnNumber\":218,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mastercontactidyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MasterContactIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"mastercontactidname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a4e75d35-3f43-4301-84b8-aa611273beae\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":175,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"masterid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MasterId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the master contact for merge.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the master contact for merge.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Master ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Master ID\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4b9af6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"edbffb0e-c1c9-46c2-98c1-acbb6a153a73\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":180,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"merged\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"Merged\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2499ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows whether the account has been merged with a master contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2499ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Merged\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2399ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"62ee16a6-a80d-448d-b5d1-cdf24f19be6e\",\"HasChanged\":null,\"AttributeOf\":\"merged\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":188,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mergedname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"MergedName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"749caae4-1acb-44d0-9bb8-0efdc51108b7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"middlename\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"MiddleName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Active\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's middle name or initial to make sure the contact is addressed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's middle name or initial to make sure the contact is addressed correctly.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"16d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3c53ad8a-04ac-4a14-a73f-24de4c721e28\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":69,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mobilephone\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"MobilePhone\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the mobile phone number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a4e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the mobile phone number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a4e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Mobile Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a3e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mobile Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a3e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"e4b60e31-0ad9-4933-8aa1-2b9b783e346b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":64,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who last updated the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fee9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who last updated the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fee9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fde9af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c212fc01-729f-408e-ab64-9566b1c3c3c1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":303,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyexternalparty\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedByExternalParty\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"externalparty\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the external party who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98461ef6-a588-4c95-8bc8-8cd897455b8f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the external party who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98461ef6-a588-4c95-8bc8-8cd897455b8f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50046e25-613e-461b-91ef-2a297c7da7e3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (External Party)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"50046e25-613e-461b-91ef-2a297c7da7e3\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ecfae645-e57d-4055-952b-d80bad6ad7ce\",\"HasChanged\":null,\"AttributeOf\":\"modifiedbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":304,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyexternalpartyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByExternalPartyName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a356f584-fb0c-4a61-aa58-17a56a751b38\",\"HasChanged\":null,\"AttributeOf\":\"modifiedbyexternalparty\",\"AttributeType\":\"String\",\"ColumnNumber\":305,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyexternalpartyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByExternalPartyYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyexternalpartyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9d36ad7e-c3fe-4285-8e67-c04e8441c8bf\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":137,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f8ad3958-2872-46ab-b656-5abc82fba4fc\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":213,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"080bbb64-bdeb-443b-aeaf-b0399ee32d7d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":63,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"baa9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"baa9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b9a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b9a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"926917ac-da30-41d7-b6a5-93c8baccd8d2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":226,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows who last updated the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a93b0bc-4a65-4da6-a965-c6362de6751f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows who last updated the record on behalf of another user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a93b0bc-4a65-4da6-a965-c6362de6751f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef5dbcd1-8cb0-4b31-8b33-75c4896d5d33\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef5dbcd1-8cb0-4b31-8b33-75c4896d5d33\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"49613c52-1837-4523-ac3d-e5d3cc4c442e\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":228,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0b5c33b1-8253-498f-ae72-5b5856fcda3c\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":229,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"1c07442b-314c-413b-9390-d775478cf37d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":10007,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msa_managingpartnerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msa_managingpartnerid\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:07Z\",\"ModifiedOn\":\"2023-08-11T21:17:08Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"account\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for Account associated with Contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab0323ec-3066-4e46-a754-e6d8985399e6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for Account associated with Contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab0323ec-3066-4e46-a754-e6d8985399e6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Managing Partner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d7f473-ebc4-4041-aca6-fca9c6a5edfd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Managing Partner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d7f473-ebc4-4041-aca6-fca9c6a5edfd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"967a7de8-24cb-4d1c-b326-1613b91abf81\",\"HasChanged\":null,\"AttributeOf\":\"msa_managingpartnerid\",\"AttributeType\":\"String\",\"ColumnNumber\":10008,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msa_managingpartneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msa_managingpartneridName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:08Z\",\"ModifiedOn\":\"2023-08-11T21:17:08Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7644608c-97b3-4fed-8989-625befd6a7dc\",\"HasChanged\":null,\"AttributeOf\":\"msa_managingpartnerid\",\"AttributeType\":\"String\",\"ColumnNumber\":10009,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msa_managingpartneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msa_managingpartneridYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:08Z\",\"ModifiedOn\":\"2023-08-11T21:17:08Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":\"msa_managingpartneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"95d59fae-f298-4028-8c70-9a0a6d645846\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10010,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_disablewebtracking\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_disablewebtracking\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26a3f845-d251-4be9-ad9f-0883efd98ba4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact has opted out of web tracking.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26a3f845-d251-4be9-ad9f-0883efd98ba4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Disable Web Tracking\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9aa1d2d2-f072-4e02-bcb3-fb450315887a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c1957e56-4b8e-480b-92eb-1edc0c9aaebc\",\"HasChanged\":null,\"AttributeOf\":\"msdyn_disablewebtracking\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10011,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_disablewebtrackingname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msdyn_disablewebtrackingName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"518c95dc-47c1-43b7-96bc-abb7007b1c5e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10012,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminor\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_isminor\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12a55696-d40d-4417-b621-38b2a39bb214\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"12a55696-d40d-4417-b621-38b2a39bb214\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f3c6f74-97c8-43c6-9f4c-cf3c7d417301\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"f3c1b8d6-90fc-41fb-87eb-ab8fb3701ff9\",\"HasChanged\":null,\"AttributeOf\":\"msdyn_isminor\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10013,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminorname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msdyn_isminorName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"05a57db7-2ba2-4b8d-871f-caa0d49093e1\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":10014,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminorwithparentalconsent\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_isminorwithparentalconsent\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd87ac5-3a42-4547-9aa0-3e5a62fd2bc9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates that the contact is considered a minor in their jurisdiction and has parental consent.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fdd87ac5-3a42-4547-9aa0-3e5a62fd2bc9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Is Minor with Parental Consent\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"03a213c5-075e-4e5a-b534-f7bb1693ad21\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b3748a2e-ed6e-4119-9916-a762c7854388\",\"HasChanged\":null,\"AttributeOf\":\"msdyn_isminorwithparentalconsent\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10015,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_isminorwithparentalconsentname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"msdyn_isminorwithparentalconsentName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"6f58a005-c611-4f19-ab3d-53947c339068\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":10016,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.4.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"msdyn_portaltermsagreementdate\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"msdyn_portaltermsagreementdate\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:17:44Z\",\"ModifiedOn\":\"2023-08-11T21:17:44Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Auto\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Indicates the date and time that the person agreed to the portal terms and conditions.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08a4663e-f9eb-4ab2-a14e-1c051febe24a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indicates the date and time that the person agreed to the portal terms and conditions.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08a4663e-f9eb-4ab2-a14e-1c051febe24a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Portal Terms Agreement Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"db429d5c-5bad-4223-b12c-94359d4b2668\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Portal Terms Agreement Date\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"db429d5c-5bad-4223-b12c-94359d4b2668\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"e68f3e65-2ae3-45eb-bb90-956d1121e132\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":10048,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"mspp_userpreferredlcid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"mspp_userpreferredlcid\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:24:43Z\",\"ModifiedOn\":\"2023-08-11T21:24:43Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"User\\u2019s preferred portal language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"658eefe2-0a7a-47c8-be44-e27a273989c7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"User\\u2019s preferred portal language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"658eefe2-0a7a-47c8-be44-e27a273989c7\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"f3298056-caf0-4957-a876-a34b51dd6bd1\",\"HasChanged\":null,\"AttributeOf\":\"mspp_userpreferredlcid\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":10049,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"mspp_userpreferredlcidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"mspp_userpreferredlcidName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T21:24:43Z\",\"ModifiedOn\":\"2023-08-11T21:24:43Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3b1919a0-3a34-493e-9788-374e3d7ace42\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"nickname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"NickName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's nickname.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's nickname.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ce8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Nickname\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3be8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Nickname\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3be8af0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"995b823b-e4bc-495f-8f78-c06a595c5b7c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":66,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"numberofchildren\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"NumberOfChildren\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":1000000000,\"MinValue\":0,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the number of children the contact has for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the number of children the contact has for reference in follow-up phone calls and other communications.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"26abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"No. of Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"25abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No. of Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"25abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"4a39baa7-04d9-490f-b346-43821f159e94\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":246,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"onholdtime\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OnHoldTime\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows how long, in minutes, that the record was on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d12e77-de5e-4881-ba94-2c882fd550eb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows how long, in minutes, that the record was on hold.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d12e77-de5e-4881-ba94-2c882fd550eb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"On Hold Time (Minutes)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b747569-3c7c-424c-b714-687586a60625\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"On Hold Time (Minutes)\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b747569-3c7c-424c-b714-687586a60625\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"cd054151-e0f0-46a7-ad42-5dc9b76bf7d0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":201,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":null,\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3a1a8f8-6ae0-4d8c-9adf-1b26543aff0b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3a1a8f8-6ae0-4d8c-9adf-1b26543aff0b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9cef31c2-4884-40f3-9aec-7fea112495d5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9cef31c2-4884-40f3-9aec-7fea112495d5\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"6c720ad6-f488-4b2f-8a71-7204c6ae40f4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":139,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c298ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c298ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ce960d1e-31a8-4d78-b0d3-a47eb3b78974\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":140,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"84b4a3ba-7161-4601-86d9-f569ca588565\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":142,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"9c44c6bb-9626-488d-84c6-49ef30789689\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":217,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"971c238a-987d-4b8b-81ee-50418caff142\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the business unit that owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the business unit that owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84e0eed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"4e000718-7290-483a-8a13-99cbbe462aae\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":10000,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-08-11T17:57:40Z\",\"ModifiedOn\":\"2023-08-11T17:57:40Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"3ee0fcb9-4228-4454-9c27-d6f93a4ab036\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":230,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the team who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f1d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the team who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f1d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f3629fca-f1c2-4fff-98f9-68bfa9517b79\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f3629fca-f1c2-4fff-98f9-68bfa9517b79\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"36b3a71a-b3df-4877-adac-6aa0846f6e8c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"291d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who owns the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"291d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9417c1fc-e050-4a18-90ea-f5b73a10ff3b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9417c1fc-e050-4a18-90ea-f5b73a10ff3b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"86c64f23-606e-4e6f-9c31-9bc3b320095c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":70,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"pager\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Pager\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the pager number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0fd8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the pager number for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0fd8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Pager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0ed8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Pager\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0ed8a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"8f8bf64b-2425-478f-91dd-651a8ff21356\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":80,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcontactid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentContactId\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the parent contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"341d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the parent contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"341d9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Parent Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f66cd932-11fe-4b10-9efe-360283f2e553\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Parent Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f66cd932-11fe-4b10-9efe-360283f2e553\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"60e43d59-c9a5-4604-9704-a6d5c95afc97\",\"HasChanged\":null,\"AttributeOf\":\"parentcontactid\",\"AttributeType\":\"String\",\"ColumnNumber\":83,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcontactidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentContactIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"df28d9e6-d813-4b89-90c0-cd20e2a8bea8\",\"HasChanged\":null,\"AttributeOf\":\"parentcontactid\",\"AttributeType\":\"String\",\"ColumnNumber\":221,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcontactidyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentContactIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"parentcontactidname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c7a58b13-df19-491c-a918-1bc26eaf6eb3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Customer\",\"ColumnNumber\":179,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ParentCustomerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"account\",\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"CustomerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the parent account or parent contact for the contact to provide a quick link to additional details, such as financial information, activities, and opportunities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6391aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the parent account or parent contact for the contact to provide a quick link to additional details, such as financial information, activities, and opportunities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6391aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Company Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6291aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Company Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6291aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"063644b5-ebee-4e37-9f39-5c360188f39e\",\"HasChanged\":null,\"AttributeOf\":\"parentcustomerid\",\"AttributeType\":\"String\",\"ColumnNumber\":194,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomeridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentCustomerIdName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":8000,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"888e0b22-a38b-42e8-a977-4d7e59f6bf63\",\"HasChanged\":null,\"AttributeOf\":\"parentcustomerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":197,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomeridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentCustomerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a3ff93d1-112e-4c21-b671-6fc079886df8\",\"HasChanged\":null,\"AttributeOf\":\"parentcustomerid\",\"AttributeType\":\"String\",\"ColumnNumber\":215,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"parentcustomeridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParentCustomerIdYomiName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"parentcustomeridname\",\"IsLocalizable\":false,\"DatabaseLength\":8000,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BooleanAttributeMetadata\",\"MetadataId\":\"80f109a0-1ff3-49e7-a8dd-461c96086afd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Boolean\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"participatesinworkflow\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParticipatesInWorkflow\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultValue\":false,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"BooleanType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows whether the contact participates in workflow rules.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Participates in Workflow\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c999f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"ad58c070-6fb1-49b9-ba99-d3063c92b4c2\",\"HasChanged\":null,\"AttributeOf\":\"participatesinworkflow\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":146,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"participatesinworkflowname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ParticipatesInWorkflowName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"384614ff-b79c-4009-9bec-7dedf8c7b99c\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"paymenttermscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PaymentTermsCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the payment terms to indicate when the customer needs to pay the total amount.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a61ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the payment terms to indicate when the customer needs to pay the total amount.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a61ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"0cf171b7-b3a5-47b4-9abe-07ee3f4ac35a\",\"HasChanged\":null,\"AttributeOf\":\"paymenttermscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":163,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"paymenttermscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PaymentTermsCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"42741f7e-dc25-4857-84d6-b4ecab8d9e2e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":176,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmentdaycode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredAppointmentDayCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the preferred day of the week for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the preferred day of the week for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ed6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"8ee45967-ddcd-4aca-8267-5a09e7b7fca3\",\"HasChanged\":null,\"AttributeOf\":\"preferredappointmentdaycode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":195,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmentdaycodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredAppointmentDayCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"89802cd9-fe13-4612-8cac-e3593d3da38b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":177,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmenttimecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredAppointmentTimeCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the preferred time of day for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the preferred time of day for service appointments.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8c1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c8af4252-6a53-44b3-abd0-da02d6f1dd68\",\"HasChanged\":null,\"AttributeOf\":\"preferredappointmenttimecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":189,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredappointmenttimecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredAppointmentTimeCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"3423a9b1-891b-44cb-a9b9-28d5a4ffb628\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredcontactmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredContactMethodCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the preferred method of contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the preferred method of contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7925e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"5a03260a-3992-48fe-a540-1cfb5b82e930\",\"HasChanged\":null,\"AttributeOf\":\"preferredcontactmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":154,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredcontactmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredContactMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"e2fc4683-1187-46e6-91f8-9057f0c7d939\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":173,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredsystemuserid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"PreferredSystemUserId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Choose the regular or preferred customer service representative for reference when scheduling service activities for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Choose the regular or preferred customer service representative for reference when scheduling service activities for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3198ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3098ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred User\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3098ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ab504794-dedf-4115-8736-9d4c3b298947\",\"HasChanged\":null,\"AttributeOf\":\"preferredsystemuserid\",\"AttributeType\":\"String\",\"ColumnNumber\":186,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredsystemuseridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredSystemUserIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"58f2ba15-94e4-4130-898e-9b8fdfa8e998\",\"HasChanged\":null,\"AttributeOf\":\"preferredsystemuserid\",\"AttributeType\":\"String\",\"ColumnNumber\":216,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"preferredsystemuseridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"PreferredSystemUserIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"preferredsystemuseridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"4e40d60b-79fb-41b7-a0cd-a62996c46688\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":234,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"processid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ProcessId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the ID of the process.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60cec15c-914e-4c32-bb46-ff2091b2a6c2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the ID of the process.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60cec15c-914e-4c32-bb46-ff2091b2a6c2\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Process\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f6747a3-1c34-4ecf-a1ae-b766612c730f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Process\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f6747a3-1c34-4ecf-a1ae-b766612c730f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"652781a5-89db-4c89-b671-a0570ddefb24\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"salutation\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Salutation\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the salutation of the contact to make sure the contact is addressed correctly in sales calls, email messages, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the salutation of the contact to make sure the contact is addressed correctly in sales calls, email messages, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"15d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Salutation\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Salutation\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1f92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"ff7d514a-d8ac-41b5-931c-c344aac35849\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"shippingmethodcode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ShippingMethodCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a shipping method for deliveries sent to this address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f0cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b5711e06-6923-4e4c-beb8-87112d42b20b\",\"HasChanged\":null,\"AttributeOf\":\"shippingmethodcode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":168,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"shippingmethodcodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ShippingMethodCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"589d672c-d005-4623-98dc-932ddf7f8915\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":243,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slaid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"SLAId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"sla\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Choose the service level agreement (SLA) that you want to apply to the Contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4e99a21-c0ea-4e45-a13a-e555730f05b0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Choose the service level agreement (SLA) that you want to apply to the Contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4e99a21-c0ea-4e45-a13a-e555730f05b0\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"SLA\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a8ed7173-3b9c-4833-836a-4ca60aa41a1f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"SLA\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a8ed7173-3b9c-4833-836a-4ca60aa41a1f\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"bbf1111d-d828-43a8-9cf1-b8db34085a33\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":245,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slainvokedid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SLAInvokedId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"sla\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Last SLA that was applied to this case. This field is for internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a4fe427-3229-422e-af5c-aa66d33c0b99\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last SLA that was applied to this case. This field is for internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2a4fe427-3229-422e-af5c-aa66d33c0b99\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Last SLA applied\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba20c8b9-b1c1-423f-9733-c7bbfa23a007\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Last SLA applied\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba20c8b9-b1c1-423f-9733-c7bbfa23a007\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a95d00a7-03b7-4ad4-bd07-527d6e5cf7a1\",\"HasChanged\":null,\"AttributeOf\":\"slainvokedid\",\"AttributeType\":\"String\",\"ColumnNumber\":248,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slainvokedidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SLAInvokedIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a386f281-cf1f-4f0e-af90-f1b54f861fcd\",\"HasChanged\":null,\"AttributeOf\":\"slaid\",\"AttributeType\":\"String\",\"ColumnNumber\":244,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.1.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"slaname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SLAName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"82f97199-b0a4-4382-8ed6-f5dc5a57676b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":43,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"spousesname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"SpousesName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the name of the contact's spouse or partner for reference during calls, events, or other communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9126e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the name of the contact's spouse or partner for reference during calls, events, or other communications with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9126e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Spouse/Partner Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9026e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Spouse/Partner Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9026e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"0f8578a7-807b-45fb-b4b7-a03c9aa3cdac\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":233,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"6.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"stageid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"StageId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the ID of the stage.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77b76435-8753-480f-bc44-cf338fbe32ae\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the ID of the stage.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"77b76435-8753-480f-bc44-cf338fbe32ae\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"(Deprecated) Process Stage\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f7aa60f-6013-422d-b1aa-5f88fca7db93\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"(Deprecated) Process Stage\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f7aa60f-6013-422d-b1aa-5f88fca7db93\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"cdc3895a-7539-41e9-966b-3f9ef805aefd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":76,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"StateCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":0,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows whether the contact is active or inactive. Inactive contacts are read-only and can't be edited unless they are reactivated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4554c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows whether the contact is active or inactive. Inactive contacts are read-only and can't be edited unless they are reactivated.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4554c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"b2ad6b42-10fd-49e6-beb3-56ee929c0a8e\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":157,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"StateCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"a247349a-78ab-4729-8528-515fc2719b67\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":78,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"StatusCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":-1,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select the contact's status.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select the contact's status.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"c56f4da6-2fe2-44a0-92cd-015f2e9975da\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":159,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"StatusCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9fba06a8-1b73-44d3-b01d-dedb14d0b4c3\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":182,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":false,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"subscriptionid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"SubscriptionId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a353c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Subscription\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b152b7b7-c529-41eb-b1a9-4a5cb8f46779\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Subscription\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b152b7b7-c529-41eb-b1a9-4a5cb8f46779\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"3f2a06ad-0084-41ed-89ab-dda1ff0be0d8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"suffix\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Suffix\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":10,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":20,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the suffix used in the contact's name, such as Jr. or Sr. to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"369aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the suffix used in the contact's name, such as Jr. or Sr. to make sure the contact is addressed correctly in sales calls, email, and marketing campaigns.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"369aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Suffix\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"359aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Suffix\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"359aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"eac88f8f-9072-4a1a-ad67-cf439d900dc8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":71,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"telephone1\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Telephone1\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the main phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the main phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Business Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Business Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"85cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"c8ad57be-5da8-4fd4-886e-7a79f6e4fe30\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":72,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"telephone2\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Telephone2\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a second phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a second phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b964cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Home Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Home Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6512eab4-d2d6-4d19-a1b9-a9087545d9e8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":73,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"telephone3\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"Telephone3\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Inactive\",\"MaxLength\":50,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":100,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type a third phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type a third phone number for this contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d540b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Telephone 3\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d440b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Phone\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.PicklistAttributeMetadata\",\"MetadataId\":\"aa3e1fe6-cd5c-424b-b54c-7b17474c47bf\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Picklist\",\"ColumnNumber\":57,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"territorycode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"TerritoryCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"DefaultFormValue\":1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"ParentPicklistLogicalName\":null,\"ChildPicklistLogicalNames\":[],\"AttributeTypeName\":{\"Value\":\"PicklistType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Select a region or territory for the contact for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3664cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Select a region or territory for the contact for use in segmentation and analysis.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3664cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"e2c3ceeb-f021-4693-89fc-b2449ce0a96c\",\"HasChanged\":null,\"AttributeOf\":\"territorycode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":161,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"territorycodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TerritoryCodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a9f536d0-846a-46aa-a124-1927a5b03ce2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":254,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"8.2.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"timespentbymeonemailandmeetings\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"TimeSpentByMeOnEmailAndMeetings\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":1250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":2500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Total time spent for emails (read and write) and meetings by me in relation to the contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f260e53-e4b7-4d31-b698-ff81823c2136\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Total time spent for emails (read and write) and meetings by me in relation to the contact record.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f260e53-e4b7-4d31-b698-ff81823c2136\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Spent by me\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01a275b5-f272-469f-a46b-50836d87ec37\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Spent by me\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01a275b5-f272-469f-a46b-50836d87ec37\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"da07052e-fe81-4f9c-857d-deb2ede5b9c8\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":204,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"400e50b3-bd7b-47be-b328-591f2bac684f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"400e50b3-bd7b-47be-b328-591f2bac684f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5718c6b2-f60d-464f-beda-f549ecb9bbf6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5718c6b2-f60d-464f-beda-f549ecb9bbf6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0762c350-de10-41f9-8f84-a64f5ce9d306\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":200,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"transactioncurrencyid\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"TransactionCurrencyId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"Targets\":[\"transactioncurrency\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Choose the local currency for the record to make sure budgets are reported in the correct currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3cb43f24-af48-4852-9a01-e77bafe414ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Choose the local currency for the record to make sure budgets are reported in the correct currency.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3cb43f24-af48-4852-9a01-e77bafe414ab\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Currency\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d779cb5d-78c3-415d-b3b1-54257767b173\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Currency\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d779cb5d-78c3-415d-b3b1-54257767b173\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"982ad84f-ded4-4dc7-8dbc-74541bf715fa\",\"HasChanged\":null,\"AttributeOf\":\"transactioncurrencyid\",\"AttributeType\":\"String\",\"ColumnNumber\":212,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"transactioncurrencyidname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TransactionCurrencyIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"680f719a-234f-43da-9527-e6e62150c846\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":242,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"7.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"traversedpath\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TraversedPath\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":1250,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":2500,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb94a6eb-4edc-4d51-8b66-bd23aa6650bf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb94a6eb-4edc-4d51-8b66-bd23aa6650bf\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"(Deprecated) Traversed Path\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"517e05f0-c37a-4d61-a162-d0797b1a09b1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"(Deprecated) Traversed Path\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"517e05f0-c37a-4d61-a162-d0797b1a09b1\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"513aab54-0881-4a9d-8c54-407cf79a8163\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":205,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96ab49b3-e3cb-4ace-92cc-7363445426c4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96ab49b3-e3cb-4ace-92cc-7363445426c4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"872e3c0a-f5eb-41cd-a7a7-83cb522c7815\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"872e3c0a-f5eb-41cd-a7a7-83cb522c7815\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"18be3fc7-910c-4ccb-9162-a4eab5a4323b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":68,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":null,\"AutoNumberFormat\":\"\",\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version number of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"453d69c4-cf22-4cdd-9b05-16b920e0ce4d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version number of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"453d69c4-cf22-4cdd-9b05-16b920e0ce4d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d90a6ac5-4864-4102-95ec-9e3b15e76705\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d90a6ac5-4864-4102-95ec-9e3b15e76705\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a48ca7ab-6d50-430b-8558-cb01d370f1df\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"websiteurl\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"WebSiteUrl\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Url\",\"ImeMode\":\"Inactive\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the contact's professional or personal website or blog URL.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the contact's professional or personal website or blog URL.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7dd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Website\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7cd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Website\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7cd7a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"a3e95353-a7ea-465a-ba86-2df49f82f50d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomifirstname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiFirstName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":150,\"YomiOf\":\"firstname\",\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phonetic spelling of the contact's first name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4295733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phonetic spelling of the contact's first name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4295733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4195733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi First Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4195733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f1aec3e1-7ed2-49be-b1a3-1d59f994ea21\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomifullname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiFullName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":450,\"YomiOf\":\"fullname\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Shows the combined Yomi first and last names of the contact so that the full phonetic name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4595733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shows the combined Yomi first and last names of the contact so that the full phonetic name can be displayed in views and reports.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4595733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4495733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi Full Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4495733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"37be614b-06ed-4fd5-ab76-c4665d8a8c33\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomilastname\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiLastName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":150,\"YomiOf\":\"lastname\",\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phonetic spelling of the contact's last name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phonetic spelling of the contact's last name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi Last Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c95733d-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"2dd525c9-a43a-4087-a372-091e1c0525d4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"5.0.0.0\",\"EntityLogicalName\":\"contact\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":true,\"LinkedAttributeId\":null,\"LogicalName\":\"yomimiddlename\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"YomiMiddleName\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"1900-01-01T00:00:00Z\",\"ModifiedOn\":\"1900-01-01T00:00:00Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"PhoneticGuide\",\"ImeMode\":\"Active\",\"MaxLength\":150,\"YomiOf\":\"middlename\",\"IsLocalizable\":false,\"DatabaseLength\":300,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type the phonetic spelling of the contact's middle name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type the phonetic spelling of the contact's middle name, if the name is specified in Japanese, to make sure the name is pronounced correctly in phone calls with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6d4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Yomi Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi Middle Name\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6c4f7b37-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"PhoneticGuide\"}}],\"ManyToOneRelationships\":[{\"MetadataId\":\"b080b5b1-af56-4270-8d9a-c93c163ea019\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"transactioncurrency_contact\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"transactioncurrencyid\",\"ReferencedEntity\":\"transactioncurrency\",\"ReferencingAttribute\":\"transactioncurrencyid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"transactioncurrency_contact\",\"ReferencingEntityNavigationPropertyName\":\"transactioncurrencyid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Restrict\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"b39af6d6-8fdc-473a-add2-52ce18134c65\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_master_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"masterid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_master_contact\",\"ReferencingEntityNavigationPropertyName\":\"masterid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"92b8a900-0846-497c-b933-66ebb85f221f\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contactbase_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contactbase_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"add8aff4-5375-4042-bb3d-4ace67a17ab1\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"74f99e62-1db3-4a67-8f52-a31fa1d2f1ed\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_contacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_contacts\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"7963763d-3366-44bf-ad4e-48b169b99bf9\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"manualsla_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"slaid\",\"ReferencedEntity\":\"sla\",\"ReferencingAttribute\":\"slaid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"manualsla_contact\",\"ReferencingEntityNavigationPropertyName\":\"sla_contact_sla\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navContacts\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3133d33c-024a-4717-ad3f-ab82d072890d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"system_user_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"preferredsystemuserid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"system_user_contacts\",\"ReferencingEntityNavigationPropertyName\":\"preferredsystemuserid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f1ac2439-67a4-431b-a0c9-ed6e4f7e3592\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contactbase_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contactbase_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"47ddb456-9fc9-45e3-a7f5-e188f439548c\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"lk_contact_entityimage\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.0.0.0\",\"ReferencedAttribute\":\"imagedescriptorid\",\"ReferencedEntity\":\"imagedescriptor\",\"ReferencingAttribute\":\"entityimageid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_entityimage\",\"ReferencingEntityNavigationPropertyName\":\"entityimageid_imagedescriptor\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"25baba5a-a186-4288-9e2b-c5448b42aadf\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"owner_contacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_contacts\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"1e0456c8-2d10-46c1-8816-40cadb29a952\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"sla_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"slaid\",\"ReferencedEntity\":\"sla\",\"ReferencingAttribute\":\"slainvokedid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"sla_contact\",\"ReferencingEntityNavigationPropertyName\":\"slainvokedid_contact_sla\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"dc9b80f8-c781-46d8-9fd6-a3b610836975\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_accounts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"accountid\",\"ReferencedEntity\":\"account\",\"ReferencingAttribute\":\"parentcustomerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_accounts\",\"ReferencingEntityNavigationPropertyName\":\"parentcustomerid_account\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":50,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navContacts\",\"QueryApi\":\"CRMAccount.RetrieveSubContacts\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3d9d9ea6-d826-46c6-b5ab-5f4e021650ba\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"d4f6089d-a596-4a74-923b-0d8b81830477\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"processstage_contact\",\"SecurityTypes\":\"ParentChild\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.0.0.0\",\"ReferencedAttribute\":\"processstageid\",\"ReferencedEntity\":\"processstage\",\"ReferencingAttribute\":\"stageid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"processstage_contact\",\"ReferencingEntityNavigationPropertyName\":\"stageid_processstage\",\"RelationshipBehavior\":2,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5efcc234-dd3d-434a-8ff2-b75a6d45fd76\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_owning_user\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_owning_user\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8b568c8c-92bf-40c8-b2e7-889d5990de95\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_externalparty_contact_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.0.0.0\",\"ReferencedAttribute\":\"externalpartyid\",\"ReferencedEntity\":\"externalparty\",\"ReferencingAttribute\":\"createdbyexternalparty\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_externalparty_contact_createdby\",\"ReferencingEntityNavigationPropertyName\":\"CreatedByExternalParty\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df70b587-2164-433a-a551-e577fcb1c644\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"parentcustomerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_contacts\",\"ReferencingEntityNavigationPropertyName\":\"parentcustomerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":40,\"IsCustomizable\":true,\"Icon\":\"/_imgs/area/18_subContacts.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navSubConts\",\"QueryApi\":\"CRMContact.RetrieveSubContacts\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9e281b16-261a-4f84-9d21-8a9e5c2f9b32\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"business_unit_contacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_contacts\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9963355c-3021-4833-8640-f57495e7d931\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_externalparty_contact_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.0.0.0\",\"ReferencedAttribute\":\"externalpartyid\",\"ReferencedEntity\":\"externalparty\",\"ReferencingAttribute\":\"modifiedbyexternalparty\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_externalparty_contact_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"ModifiedByExternalParty\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"057b3c69-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"msa_contact_managingpartner\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"accountid\",\"ReferencedEntity\":\"account\",\"ReferencingAttribute\":\"msa_managingpartnerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"msa_contact_managingpartner\",\"ReferencingEntityNavigationPropertyName\":\"msa_managingpartnerid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseLabel\",\"Group\":\"Details\",\"Order\":100500,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Managed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"422a520c-8a7c-4a63-a590-33485b5b8b3f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Managed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"422a520c-8a7c-4a63-a590-33485b5b8b3f\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"28be173e-2c06-11df-80a6-00137299e1c2\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_principalobjectattributeaccess\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_principalobjectattributeaccess\",\"ReferencingEntityNavigationPropertyName\":\"objectid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f9884d63-bd9c-4bba-9fa0-aa9af4cca73a\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"slakpiinstance_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regarding\",\"ReferencingEntity\":\"slakpiinstance\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"slakpiinstance_contact\",\"ReferencingEntityNavigationPropertyName\":\"regarding_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"566d4cb1-7aa4-400a-847c-7a6f34a9073a\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"socialactivity_postauthoraccount_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"postauthoraccount\",\"ReferencingEntity\":\"socialactivity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"socialactivity_postauthoraccount_contacts\",\"ReferencingEntityNavigationPropertyName\":\"postauthoraccount_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"00ed57ad-1f2b-405d-9142-65d2f4298447\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Email_EmailSender\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"emailsender\",\"ReferencingEntity\":\"email\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Email_EmailSender\",\"ReferencingEntityNavigationPropertyName\":\"emailsender_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"323155a4-a4a9-409b-81e0-38bc0c521b36\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Tasks\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"task\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Tasks\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_task\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"d44fcc87-621f-11e0-834f-1cc1de634cfe\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_PostFollows\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"postfollow\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_PostFollows\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"a552997d-6179-11e0-834f-1cc1de634cfe\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_PostRoles\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"postrole\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_PostRoles\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6936fa80-6484-11e0-834f-1cc1de634cfe\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_PostRegardings\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"postregarding\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_PostRegardings\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"23a810da-1c29-4123-9106-d0fe84b96059\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_RecurringAppointmentMasters\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"recurringappointmentmaster\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_RecurringAppointmentMasters\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_recurringappointmentmaster\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"b39af6d6-8fdc-473a-add2-52ce18134c65\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_master_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"masterid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_master_contact\",\"ReferencingEntityNavigationPropertyName\":\"masterid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e1633635-1fde-4754-ac90-24579a7ccb6d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_relationship_partner\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"partnerid\",\"ReferencingEntity\":\"customerrelationship\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_relationship_partner\",\"ReferencingEntityNavigationPropertyName\":\"partnerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e69e182c-b3cf-4346-ab47-a631f0cdbe26\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_feedback_createdby\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"createdbycontact\",\"ReferencingEntity\":\"feedback\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_feedback_createdby\",\"ReferencingEntityNavigationPropertyName\":\"CreatedByContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Restrict\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f84e46e0-48ae-40eb-8f9f-6cacd7d79792\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_actioncard\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.2.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"actioncard\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_actioncard\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_actioncard\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ae495d5d-1e84-4424-b996-e7dd0ba5f19d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_connections2\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"record2id\",\"ReferencingEntity\":\"connection\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_connections2\",\"ReferencingEntityNavigationPropertyName\":\"record2id_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":100,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"562efc9b-fc5c-43b8-bd57-e4787e49bb49\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"Contact_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"593d46e7-9f4b-460f-beb8-fcb6f1a1d04e\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_activity_parties\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"partyid\",\"ReferencingEntity\":\"activityparty\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_activity_parties\",\"ReferencingEntityNavigationPropertyName\":\"partyid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e5db21e7-7ab4-466e-aebf-ec1a17875010\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"Contact_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"249177a6-9ff0-4d5f-acad-4f7c23f81839\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Annotation\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"annotation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Annotation\",\"ReferencingEntityNavigationPropertyName\":\"objectid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3564f0b1-4f79-434f-b801-1ac5b22a8bd4\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_SocialActivities\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"socialactivity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_SocialActivities\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_socialactivity\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"48f82b1a-8ad8-44bd-90d9-15e7b3c4f263\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_ActivityPointers\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"activitypointer\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_ActivityPointers\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":20,\"IsCustomizable\":true,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":\"navActivities\",\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4ae694c6-2af5-48e1-a0d9-b3d0a9350a0b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_MailboxTrackingFolder\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"7.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_MailboxTrackingFolder\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"410707b1-9554-4cd9-8437-6608b1802904\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"account_primary_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"primarycontactid\",\"ReferencingEntity\":\"account\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"account_primary_contact\",\"ReferencingEntityNavigationPropertyName\":\"primarycontactid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"384b7720-bfb0-4347-91c8-7ba9f81392c2\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Socialprofile_customer_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"customerid\",\"ReferencingEntity\":\"socialprofile\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Socialprofile_customer_contacts\",\"ReferencingEntityNavigationPropertyName\":\"customerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":40,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"ff0f8b49-e2cd-45f1-b878-cbd99aa4ac56\",\"AvailableOffline\":true,\"MenuId\":\"navSocialprofile\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ad3cef72-d332-45e8-b84a-47188293c778\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_ExternalPartyItems\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"externalpartyitem\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_ExternalPartyItems\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6013d1d7-52bb-4b65-8c5b-1f57bfca694f\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"socialactivity_postauthor_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"postauthor\",\"ReferencingEntity\":\"socialactivity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"socialactivity_postauthor_contacts\",\"ReferencingEntityNavigationPropertyName\":\"postauthor_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f50e77a1-db00-49f7-a917-1bda14b35b9f\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_contact_feedback_createdonbehalfby\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.2.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"createdonbehalfbycontact\",\"ReferencingEntity\":\"feedback\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_contact_feedback_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"CreatedOnBehalfByContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Restrict\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"695c5e4d-7fb6-4102-89ff-f0850df9ac07\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Emails\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"email\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Emails\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_email\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"db1c2260-d842-43d1-906c-b6915c1b6e65\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Appointments\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"appointment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Appointments\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_appointment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"80e85ab3-6086-420d-a35c-0cbf229f824c\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Feedback\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"feedback\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Feedback\",\"ReferencingEntityNavigationPropertyName\":\"ContactId\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":150,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0fae9491-232f-4c2e-a554-0d59de6eee29\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_ProcessSessions\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_ProcessSessions\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":110,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"65bde7e2-e4af-4f6e-8b3d-bb11a5c40519\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"280c4a1d-cd22-4ed7-9b82-0480bf684ea2\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_connections1\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"record1id\",\"ReferencingEntity\":\"connection\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_connections1\",\"ReferencingEntityNavigationPropertyName\":\"record1id_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":100,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4bb5b7c8-2206-4c6f-a367-841838313671\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_CustomerAddress\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"parentid\",\"ReferencingEntity\":\"customeraddress\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_CustomerAddress\",\"ReferencingEntityNavigationPropertyName\":\"parentid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"03315b35-4585-4447-a4d2-059cf79ca0fd\",\"AvailableOffline\":true,\"MenuId\":\"navAddresses\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"66b6d0af-970a-40c9-a0f4-2838936ea5ce\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Phonecalls\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"phonecall\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Phonecalls\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_phonecall\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df70b587-2164-433a-a551-e577fcb1c644\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_contacts\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"parentcustomerid\",\"ReferencingEntity\":\"contact\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_contacts\",\"ReferencingEntityNavigationPropertyName\":\"parentcustomerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":40,\"IsCustomizable\":true,\"Icon\":\"/_imgs/area/18_subContacts.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001210\",\"AvailableOffline\":true,\"MenuId\":\"navSubConts\",\"QueryApi\":\"CRMContact.RetrieveSubContacts\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"346c53e8-443d-47a8-922c-65b1939d7d12\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"userentityinstancedata_contact\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"userentityinstancedata_contact\",\"ReferencingEntityNavigationPropertyName\":\"objectid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"60e6bc23-751c-428b-bde2-3f2f25a743d0\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_SyncErrors\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"8.1.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_syncerror\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"744738fe-8265-48ad-8e42-a3e4ff11b562\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"Contact_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_contact\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"00eca311-5b6c-414d-86be-6bd601fd04e4\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_customer_relationship_customer\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"customerid\",\"ReferencingEntity\":\"customerrelationship\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_customer_relationship_customer\",\"ReferencingEntityNavigationPropertyName\":\"customerid_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":50,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"693d27d3-dcd2-4260-9e58-961044b2d4d3\",\"AvailableOffline\":true,\"MenuId\":\"navRelationships\",\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"e48595eb-bb5f-46fa-8c9f-acc65b98309c\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Faxes\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"fax\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Faxes\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_fax\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4daca947-a9b7-4bd7-9923-fe32f9069364\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"Contact_Letters\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"letter\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"Contact_Letters\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_letter\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4c4a48a8-7c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_chats\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"6.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"chat\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_chats\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_chat\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"ac4e0191-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_adx_inviteredemptions\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.2305.2\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"adx_inviteredemption\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_adx_inviteredemptions\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_adx_inviteredemption\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"590ae897-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"contact_adx_portalcomments\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.2305.2\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"adx_portalcomment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"contact_adx_portalcomments\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_contact_adx_portalcomment\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":\"/_imgs/ico_18_act.gif\",\"ViewId\":\"00000000-0000-0000-00aa-000010001903\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":\"CRMActivity.RollupRelatedByParty\",\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"2b1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_contact_externalidentity\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_contactid\",\"ReferencingEntity\":\"adx_externalidentity\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_contact_externalidentity\",\"ReferencingEntityNavigationPropertyName\":\"adx_contactid\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce07adbb-3f86-4da5-a6f2-ffde6fc12d45\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ce07adbb-3f86-4da5-a6f2-ffde6fc12d45\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"Cascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"Cascade\",\"Share\":\"Cascade\",\"Unshare\":\"Cascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3f1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_invitecontact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_invitecontact\",\"ReferencingEntity\":\"adx_invitation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_invitation_invitecontact\",\"ReferencingEntityNavigationPropertyName\":\"adx_inviteContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"583a437b-4ff8-4edd-8e3d-01f8f0d56cf2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"583a437b-4ff8-4edd-8e3d-01f8f0d56cf2\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"561ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_invitercontact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_invitercontact\",\"ReferencingEntity\":\"adx_invitation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_invitation_invitercontact\",\"ReferencingEntityNavigationPropertyName\":\"adx_invitercontact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca737d6e-6656-4be9-a18b-621821a655b4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ca737d6e-6656-4be9-a18b-621821a655b4\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"5e1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_redeemedContact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_redeemedcontact\",\"ReferencingEntity\":\"adx_invitation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_invitation_redeemedContact\",\"ReferencingEntityNavigationPropertyName\":\"adx_redeemedContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"38eb71e9-e9e5-4777-8632-762da6094f9b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"38eb71e9-e9e5-4777-8632-762da6094f9b\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"981ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_webformsession_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":true,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"adx_contact\",\"ReferencingEntity\":\"adx_webformsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"adx_webformsession_contact\",\"ReferencingEntityNavigationPropertyName\":\"adx_contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2627f52-623e-4619-b62f-c80dd9c748c1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2627f52-623e-4619-b62f-c80dd9c748c1\",\"HasChanged\":null}}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"NoCascade\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df0dffa5-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_course_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_course_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"89a9488e-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"de786f60-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_message_SenderContact_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_sendercontact\",\"ReferencingEntity\":\"appr_message\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_message_SenderContact_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_SenderContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"53d4e272-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_message_ReceiverContact_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_receivercontact\",\"ReferencingEntity\":\"appr_message\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_message_ReceiverContact_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_ReceiverContact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"09bd7fc9-4c58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignmentmark_StudentName_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_studentname\",\"ReferencingEntity\":\"appr_assignmentmark\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignmentmark_StudentName_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_StudentName\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"90839583-5158-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_session_Contact_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_contact\",\"ReferencingEntity\":\"appr_session\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_session_Contact_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Contact\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"99954552-665b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_studentcourse_StudentID_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_studentid\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_studentcourse_StudentID_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_StudentID\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[{\"MetadataId\":\"5c347f25-b068-4e7a-9f3a-686d684c941d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"contact_subscription_association\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"5.0.0.0\",\"Entity1LogicalName\":\"subscription\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"subscriptionmanuallytrackedobject\",\"Entity1IntersectAttribute\":\"subscriptionid\",\"Entity2IntersectAttribute\":\"objectid\",\"Entity1NavigationPropertyName\":\"contact_subscription_association\",\"Entity2NavigationPropertyName\":\"contact_subscription_association\",\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}},{\"MetadataId\":\"4c1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_invitecontacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"Entity1LogicalName\":\"adx_invitation\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"adx_invitation_invitecontacts\",\"Entity1IntersectAttribute\":\"adx_invitationid\",\"Entity2IntersectAttribute\":\"contactid\",\"Entity1NavigationPropertyName\":\"adx_invitation_invitecontacts\",\"Entity2NavigationPropertyName\":\"adx_invitation_invitecontacts\",\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":20000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"838636b9-a946-4f9d-9e3f-4864254dc6b5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"838636b9-a946-4f9d-9e3f-4864254dc6b5\",\"HasChanged\":null}}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"UseLabel\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Invite Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a5097d0-0b98-4b54-bc3c-6972c9416c5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Invite Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a5097d0-0b98-4b54-bc3c-6972c9416c5f\",\"HasChanged\":null}}}},{\"MetadataId\":\"6a1ee59d-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"adx_invitation_redeemedcontacts\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"Entity1LogicalName\":\"adx_invitation\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"adx_invitation_redeemedcontacts\",\"Entity1IntersectAttribute\":\"adx_invitationid\",\"Entity2IntersectAttribute\":\"contactid\",\"Entity1NavigationPropertyName\":\"adx_invitation_redeemedcontacts\",\"Entity2NavigationPropertyName\":\"adx_invitation_redeemedcontacts\",\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":20000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Redeemed Invitations\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31bb4840-13f9-405d-a7fd-a1192576cd0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Redeemed Invitations\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31bb4840-13f9-405d-a7fd-a1192576cd0d\",\"HasChanged\":null}}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"UseLabel\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Redeemed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"953e7e56-a58a-453d-8b60-a09adc5afe67\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Redeemed Contacts\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"953e7e56-a58a-453d-8b60-a09adc5afe67\",\"HasChanged\":null}}}},{\"MetadataId\":\"04b8537a-8d38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"powerpagecomponent_mspp_webrole_contact\",\"SecurityTypes\":\"None\",\"IsManaged\":true,\"RelationshipType\":\"ManyToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"Entity1LogicalName\":\"powerpagecomponent\",\"Entity2LogicalName\":\"contact\",\"IntersectEntityName\":\"powerpagecomponent_mspp_webrole_contact\",\"Entity1IntersectAttribute\":\"powerpagecomponentid\",\"Entity2IntersectAttribute\":\"contactid\",\"Entity1NavigationPropertyName\":\"powerpagecomponent_mspp_webrole_contact\",\"Entity2NavigationPropertyName\":\"powerpagecomponent_mspp_webrole_contact\",\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Entity1AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":103100,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1e34b276-3cbf-49e8-ac8e-8b9560cedfa0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1e34b276-3cbf-49e8-ac8e-8b9560cedfa0\",\"HasChanged\":null}}},\"Entity2AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":100300,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ed6665-7aeb-431f-b2df-5ca7e12b7607\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e3ed6665-7aeb-431f-b2df-5ca7e12b7607\",\"HasChanged\":null}}}}]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"84b4a3ba-7161-4601-86d9-f569ca588565\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null},{\"MetadataId\":\"888e0b22-a38b-42e8-a977-4d7e59f6bf63\",\"LogicalName\":\"parentcustomeridtype\",\"SchemaName\":\"ParentCustomerIdType\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Parent Customer Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72189826-77b0-43f6-96ca-913d5babdb22\",\"HasChanged\":null}},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"1340071\\\"\",\"name\":\"Information\",\"formid\":\"894cc46a-b0cb-4ab0-8bf6-200544e46a2d\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1340136\\\"\",\"name\":\"Contact Reference Panel\",\"formid\":\"d880c3cf-80e2-42f3-82f9-24d040d09f17\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1917387\\\"\",\"name\":\"Portal Contact (Enhanced)\",\"formid\":\"c1c97961-2d42-4103-abf8-2fe2bdf38224\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1917292\\\"\",\"name\":\"Profile Web Form (Enhanced)\",\"formid\":\"bddc0100-0dbe-4562-aafe-31d08c8ab506\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1917900\\\"\",\"name\":\"Invite Web Form\",\"formid\":\"d6190b35-9474-4098-9698-33f6627eb3bf\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1340073\\\"\",\"name\":\"Live Persona Card Form\",\"formid\":\"449faa0e-f471-48ec-87d0-4719909546d2\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340075\\\"\",\"name\":\"Social Profiles\",\"formid\":\"7bb87dfd-ec3e-4ed9-8e3e-5725d3067295\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340137\\\"\",\"name\":\"Contact Quick Create\",\"formid\":\"661157fe-2fc9-4eaa-835f-5bfa2f7b64f7\",\"objecttypecode\":\"contact\",\"type\":7},{\"@odata.etag\":\"W/\\\"1340257\\\"\",\"name\":\"Recent Cases and Entitlements\",\"formid\":\"f3b707fb-3b5f-45f9-9c6b-5e573bb5d19e\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340212\\\"\",\"name\":\"Update Contact\",\"formid\":\"26843818-6508-4afe-9342-5fae2ebf15ca\",\"objecttypecode\":\"contact\",\"type\":9},{\"@odata.etag\":\"W/\\\"1340090\\\"\",\"name\":\"Contact Quick Form\",\"formid\":\"bdb0ae1c-32fa-4374-b637-8dafe107bc44\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340072\\\"\",\"name\":\"account contact card\",\"formid\":\"29de27bc-a257-4f29-99cf-bab4a84e688f\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1340138\\\"\",\"name\":\"Contact Card form\",\"formid\":\"bc0f68dd-a4b1-4a8f-bed3-c8f5db2f89cf\",\"objecttypecode\":\"contact\",\"type\":11},{\"@odata.etag\":\"W/\\\"1340074\\\"\",\"name\":\"contact card\",\"formid\":\"707fc57b-c5e6-471b-a180-e37ed28a38e2\",\"objecttypecode\":\"contact\",\"type\":6},{\"@odata.etag\":\"W/\\\"1917185\\\"\",\"name\":\"Profile Web Form (Enhanced) - Japanese\",\"formid\":\"01124dd8-9bff-4cc0-bb33-ea9d943c3f9f\",\"objecttypecode\":\"contact\",\"type\":2},{\"@odata.etag\":\"W/\\\"1340070\\\"\",\"name\":\"Contact\",\"formid\":\"1fed44d1-ae68-4a41-bd2b-f13acac4acfa\",\"objecttypecode\":\"contact\",\"type\":2}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"ef5e9b87-e4e4-4f7b-bbae-5115f968bbfb\",\"LogicalName\":\"accountrolecode\",\"SchemaName\":\"AccountRoleCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cbcde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"a3b48905-7d78-47d1-bb56-da3cbd0975ca\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_accountrolecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Account role of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4307ea42-5c4c-4b14-b0ce-562dde511a33\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Account role of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4307ea42-5c4c-4b14-b0ce-562dde511a33\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f2e9f59-ca53-444a-adf9-9ee4a646fdbb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Role\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5f2e9f59-ca53-444a-adf9-9ee4a646fdbb\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Decision Maker\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cecde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Decision Maker\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cecde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Employee\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Influencer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Influencer\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d2cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"81c142ea-db05-48cd-9387-175b4246794d\",\"LogicalName\":\"address1_addresstypecode\",\"SchemaName\":\"Address1_AddressTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b399f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"8b6e9a56-6a18-4b17-9f5d-cfdbd46d9e0b\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address1_addresstypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of address for address 1, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"942745e0-7797-4f06-8fb7-153244fcee6d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of address for address 1, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"942745e0-7797-4f06-8fb7-153244fcee6d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"045d8fb2-7310-4567-b4c5-c4e1dc2c169a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"045d8fb2-7310-4567-b4c5-c4e1dc2c169a\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Bill To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b699f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Bill To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b699f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Ship To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b899f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Ship To\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b899f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Primary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Primary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Other\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Other\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bc99f6ca-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"24858aea-93fd-4dfd-a51d-d289b0135a39\",\"LogicalName\":\"address1_freighttermscode\",\"SchemaName\":\"Address1_FreightTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"97cde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"919726a2-8436-44ef-8c66-6117c442b862\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address1_freighttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Freight terms for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4448a4c7-1144-45c2-bc93-5d7f4ba0b745\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Freight terms for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4448a4c7-1144-45c2-bc93-5d7f4ba0b745\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b375b923-94d8-4c2b-be02-48bc749d0b00\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b375b923-94d8-4c2b-be02-48bc749d0b00\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"FOB\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9acde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"FOB\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9acde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"No Charge\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9ccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"No Charge\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9ccde1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"05e0cbb6-bb5b-4d8f-ace9-7cfc1f2a04ee\",\"LogicalName\":\"address1_shippingmethodcode\",\"SchemaName\":\"Address1_ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"57dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"b01576e7-514c-45d5-a264-e4fbfd53f615\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address1_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipment for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"61aac131-de00-4dad-97a3-a404e7d45fe9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipment for address 1.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"61aac131-de00-4dad-97a3-a404e7d45fe9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29494f6c-afa0-427c-8ea5-53038425a2be\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 1: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29494f6c-afa0-427c-8ea5-53038425a2be\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Airborne\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5adfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Airborne\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5adfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"DHL\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5cdfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"DHL\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5cdfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"FedEx\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5edfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"FedEx\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5edfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"UPS\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UPS\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"60dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":5,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Postal Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Postal Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"62dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":6,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Full Load\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Full Load\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":7,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Will Call\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"66dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Will Call\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"66dfeed0-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"dbcf375a-eb4d-4891-9f04-3ea869779d57\",\"LogicalName\":\"address2_addresstypecode\",\"SchemaName\":\"Address2_AddressTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eb53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"c4714e0b-7573-4f51-8cb7-46fc321a5089\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address2_addresstypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of address for address 2, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e41d51f-8a90-4022-9733-6d4fce650f40\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of address for address 2, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3e41d51f-8a90-4022-9733-6d4fce650f40\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7880681c-5698-478d-8779-baa5365ab68b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7880681c-5698-478d-8779-baa5365ab68b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ee53c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"0eb29dd1-3dd2-49e5-b8ea-8b2485477207\",\"LogicalName\":\"address2_freighttermscode\",\"SchemaName\":\"Address2_FreightTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"14eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"dc2aabc1-4efa-4667-b474-1aad1b4cf244\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address2_freighttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Freight terms for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cd3c52a9-9f70-46f5-aa33-6acc24f569e7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Freight terms for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cd3c52a9-9f70-46f5-aa33-6acc24f569e7\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c8d0e51-a339-4a09-b558-3571092b9253\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5c8d0e51-a339-4a09-b558-3571092b9253\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"17eaaf0c-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"c335ab4e-5383-4bb6-b8b5-f33ac2348e9e\",\"LogicalName\":\"address2_shippingmethodcode\",\"SchemaName\":\"Address2_ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5a9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"60d225d8-b4ab-4e5a-9d18-3dd946e1a413\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address2_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipment for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d921baed-e473-4f07-b95e-bbec6e67838d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipment for address 2.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d921baed-e473-4f07-b95e-bbec6e67838d\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 2: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d08ea835-4635-4db4-9c3c-8ddd6fa9c525\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 2: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d08ea835-4635-4db4-9c3c-8ddd6fa9c525\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5d9aba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"0f366b5b-f2e9-4378-bc84-6d796b2c29f4\",\"LogicalName\":\"address3_addresstypecode\",\"SchemaName\":\"Address3_AddressTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"578bbe4c-f67f-4161-be2e-149aba752784\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"97534134-54f6-42fa-914b-2f1531cddfdc\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address3_addresstypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"7.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of address for address 3, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d733317b-33cf-4a4f-a164-ad9deae12a37\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of address for address 3, such as billing, shipping, or primary address.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d733317b-33cf-4a4f-a164-ad9deae12a37\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"da817d42-6775-4d02-8db2-75b26297e037\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Address Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"da817d42-6775-4d02-8db2-75b26297e037\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"756924de-472f-42a8-b417-9e2eaef620f0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"756924de-472f-42a8-b417-9e2eaef620f0\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"0b045097-c546-41b5-9d01-1352fd3f6b85\",\"LogicalName\":\"address3_freighttermscode\",\"SchemaName\":\"Address3_FreightTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a9d32892-328c-4cfc-9c8c-48d7e1d691df\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"2a18f883-f938-432f-b27f-e23e507bdf08\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address3_freighttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"7.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Freight terms for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86beef37-531e-4cef-b29d-b96b5c0065b6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Freight terms for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"86beef37-531e-4cef-b29d-b96b5c0065b6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1544bdf-17fa-4add-a0a0-d0234d007c8f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Freight Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1544bdf-17fa-4add-a0a0-d0234d007c8f\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c971e07e-479f-4b0f-aee3-71a8170f9257\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c971e07e-479f-4b0f-aee3-71a8170f9257\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"5449c9d1-d7f7-42a8-8033-60dc1b239595\",\"LogicalName\":\"address3_shippingmethodcode\",\"SchemaName\":\"Address3_ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4f2cfa49-53e8-43ed-b195-b1cb36a94fce\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"147717a9-2dff-4bc5-9f9e-de99ae7c1c86\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_address3_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"7.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipment for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"21159c93-1cee-4470-b3d5-2567293b4df4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipment for address 3.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"21159c93-1cee-4470-b3d5-2567293b4df4\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Address 3: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b848264d-147f-414b-b435-b79d1319bece\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Address 3: Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b848264d-147f-414b-b435-b79d1319bece\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"691c1d4e-7677-4098-9e52-5581ad9c8cc3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"691c1d4e-7677-4098-9e52-5581ad9c8cc3\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"f36d5ce1-4858-ee11-be6f-6045bd1dbe0d\",\"LogicalName\":\"appr_contactrole\",\"SchemaName\":\"appr_ContactRole\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54a90bfc-0857-4aeb-9fd5-a51de2b8cb0c\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"f7d813d2-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":false,\"Name\":\"appr_contactrole\",\"ExternalTypeName\":\"\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8d813d2-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Contact Role\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"f8d813d2-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"453792da-5168-4537-ac60-1fafc3058338\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Admin\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"453792da-5168-4537-ac60-1fafc3058338\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"da86262f-31c1-40b4-b80a-f404e8a58c38\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"da86262f-31c1-40b4-b80a-f404e8a58c38\",\"HasChanged\":null}}},{\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0387069b-97d0-4bb8-b3f6-94301c7d2b47\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0387069b-97d0-4bb8-b3f6-94301c7d2b47\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cd8cebf-ba9a-40f6-a4b0-c77e3949172b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cd8cebf-ba9a-40f6-a4b0-c77e3949172b\",\"HasChanged\":null}}},{\"Value\":3,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Student\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"79c3c444-0551-4e49-9653-d9891c09f113\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Student\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"79c3c444-0551-4e49-9653-d9891c09f113\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fff35c89-8350-415a-9e42-4e7129aa4aaa\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fff35c89-8350-415a-9e42-4e7129aa4aaa\",\"HasChanged\":null}}}]}},{\"MetadataId\":\"bffd7570-2899-492b-97d8-a45208eb2114\",\"LogicalName\":\"customersizecode\",\"SchemaName\":\"CustomerSizeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1992aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"97a8f6fc-e23a-4279-99c0-df748136e38b\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_customersizecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Size of the contact's business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78a36a02-bf0d-4239-b4ed-960fe6ca3aa5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Size of the contact's business.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"78a36a02-bf0d-4239-b4ed-960fe6ca3aa5\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6686e0f5-6450-46d5-b7b2-783a3b307383\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Customer Size\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6686e0f5-6450-46d5-b7b2-783a3b307383\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c92aa12-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"cd0cefe1-b185-4795-a05c-3f27c205f21e\",\"LogicalName\":\"customertypecode\",\"SchemaName\":\"CustomerTypeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ef99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ee3ff3c1-739e-4dc6-a452-c85f3d52814e\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_customertypecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Type of business associated with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d3ad16a5-50c3-483e-b098-c5584133b00f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Type of business associated with the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d3ad16a5-50c3-483e-b098-c5584133b00f\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c5bd968-c467-4f8e-a04d-599470bceda3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Relationship Type\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1c5bd968-c467-4f8e-a04d-599470bceda3\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f299ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f299ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"1f1a7b51-b139-453a-a1cb-e2899494e1a3\",\"LogicalName\":\"educationcode\",\"SchemaName\":\"EducationCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"96b15669-cfc3-42f9-aa6a-8f0595182c30\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_educationcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Formal education level that the contact has attained.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed26559-1f7d-40f5-b91f-2f0821b22629\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Formal education level that the contact has attained.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ed26559-1f7d-40f5-b91f-2f0821b22629\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c0b4154-0b86-453e-9721-a2cb1ee3ff6e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Education\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7c0b4154-0b86-453e-9721-a2cb1ee3ff6e\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"af41b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"18d22cd0-f923-4d46-97e2-9decc997d285\",\"LogicalName\":\"familystatuscode\",\"SchemaName\":\"FamilyStatusCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6dabc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"2da4a488-81c9-419d-ad1c-fb0d33a1e0ef\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_familystatuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Marital status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3877631a-2912-451b-861b-6225132d72d6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3877631a-2912-451b-861b-6225132d72d6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb359b76-7bda-4afb-a10e-9d19acb40fef\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Marital Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bb359b76-7bda-4afb-a10e-9d19acb40fef\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Single\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Single\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"70abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Married\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Married\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Divorced\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Divorced\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"74abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Widowed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Widowed\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"76abc7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"a81e86c9-e2e1-4c1e-81ab-8913eedaab47\",\"LogicalName\":\"gendercode\",\"SchemaName\":\"GenderCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"cb7f9ccb-21b2-45b5-acf5-0a62344d0860\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_gendercode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Gender of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51c17279-e38e-456c-961b-3cee90b49c65\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51c17279-e38e-456c-961b-3cee90b49c65\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"967f0b69-10bf-4bef-b995-59ca4511b12f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Gender\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"967f0b69-10bf-4bef-b995-59ca4511b12f\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Male\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Male\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"96a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Female\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Female\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98a9c7f4-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"37861c8f-246f-4534-a91e-6f27aeee1243\",\"LogicalName\":\"haschildrencode\",\"SchemaName\":\"HasChildrenCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5441b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"ced703d8-357b-4e56-94ec-1a045156036f\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_haschildrencode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Information about whether the contact has children.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80ea0c8e-4714-4027-b6b5-72b904634539\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Information about whether the contact has children.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"80ea0c8e-4714-4027-b6b5-72b904634539\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51e4e738-6c85-42a6-8582-437890c4ffa6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Has Children\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"51e4e738-6c85-42a6-8582-437890c4ffa6\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5741b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5741b506-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"853b2009-216c-4c0e-9abc-dfd285210a82\",\"LogicalName\":\"leadsourcecode\",\"SchemaName\":\"LeadSourceCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3899ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"e9e66ceb-7c14-4c03-a182-b2013d38797c\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_leadsourcecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Source of the lead of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e4c1f6-7fe3-450e-8c32-d5ada1871fb6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Source of the lead of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"01e4c1f6-7fe3-450e-8c32-d5ada1871fb6\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9eb7c7bb-a5ed-49ed-b5f8-cbe4c3901e5e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lead Source\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9eb7c7bb-a5ed-49ed-b5f8-cbe4c3901e5e\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3b99ba00-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"e68f3e65-2ae3-45eb-bb90-956d1121e132\",\"LogicalName\":\"mspp_userpreferredlcid\",\"SchemaName\":\"mspp_userpreferredlcid\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Language\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"417fb8a1-e807-4fde-8148-af877014e3f4\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5ec97ed4-b2b0-47c9-896e-cfc3dc2074b0\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":true,\"IsManaged\":true,\"Name\":\"powerpagelanguages\",\"ExternalTypeName\":\"Power Pages Languages\",\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"1.0.2304.1\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"518fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"518fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"508fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Power Pages Languages\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"508fec2e-8c38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1025,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Arabic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcbcae7c-736a-413e-82a8-a92a02be2c0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Arabic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcbcae7c-736a-413e-82a8-a92a02be2c0c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa4ffd9c-c2a9-4be9-9a34-540eb7d1ef95\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa4ffd9c-c2a9-4be9-9a34-540eb7d1ef95\",\"HasChanged\":null}}},{\"Value\":1069,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Basque - Basque\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c90faad-b948-4adf-8745-ebc209577f5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Basque - Basque\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9c90faad-b948-4adf-8745-ebc209577f5f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"41459abe-6806-471d-aa5b-d6f80ea7e7e7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"41459abe-6806-471d-aa5b-d6f80ea7e7e7\",\"HasChanged\":null}}},{\"Value\":1026,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Bulgarian - Bulgaria\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff8dca8-c32d-4c77-b085-2a0b09476897\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Bulgarian - Bulgaria\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1ff8dca8-c32d-4c77-b085-2a0b09476897\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6201481c-75dc-44ba-8772-2d1ff566dcfd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6201481c-75dc-44ba-8772-2d1ff566dcfd\",\"HasChanged\":null}}},{\"Value\":1027,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Catalan - Catalan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcb04ad3-e05e-4b5c-a0ac-e5426f7f5f87\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Catalan - Catalan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bcb04ad3-e05e-4b5c-a0ac-e5426f7f5f87\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f860a0e-7ab0-428a-b405-ff8c1e91ed0d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f860a0e-7ab0-428a-b405-ff8c1e91ed0d\",\"HasChanged\":null}}},{\"Value\":2052,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Chinese - China\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c7a2be7-a1b5-4735-850b-30765b86ced9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Chinese - China\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4c7a2be7-a1b5-4735-850b-30765b86ced9\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d58efc15-2ffb-4b67-adde-860bf79c41c1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d58efc15-2ffb-4b67-adde-860bf79c41c1\",\"HasChanged\":null}}},{\"Value\":3076,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Chinese - Hong Kong SAR\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e49c7e7b-ee16-40e2-9a29-521c20e13ff6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Chinese - Hong Kong SAR\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e49c7e7b-ee16-40e2-9a29-521c20e13ff6\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4b05f7e-2d6d-4db5-9582-f5e626675390\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f4b05f7e-2d6d-4db5-9582-f5e626675390\",\"HasChanged\":null}}},{\"Value\":1028,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Chinese - Traditional\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0afefd5-53e8-4422-9c93-13b8624ee08a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Chinese - Traditional\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d0afefd5-53e8-4422-9c93-13b8624ee08a\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f391aba-ab5b-4a35-9f88-80601ce284bd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9f391aba-ab5b-4a35-9f88-80601ce284bd\",\"HasChanged\":null}}},{\"Value\":1050,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Croatian - Croatia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"671042a6-bd76-47b1-a729-baad87b0d779\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Croatian - Croatia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"671042a6-bd76-47b1-a729-baad87b0d779\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f486e3-9b50-40f0-975d-9ce682bea967\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a6f486e3-9b50-40f0-975d-9ce682bea967\",\"HasChanged\":null}}},{\"Value\":1029,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Czech - Czech Republic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44541f2a-4aed-478a-9f43-3b768aab84c5\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Czech - Czech Republic\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44541f2a-4aed-478a-9f43-3b768aab84c5\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a18627b-495a-4731-9481-86e5843cb05e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8a18627b-495a-4731-9481-86e5843cb05e\",\"HasChanged\":null}}},{\"Value\":1030,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Danish - Denmark\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b94b1ff5-89a8-425c-aba9-e9ed506ccefc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Danish - Denmark\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b94b1ff5-89a8-425c-aba9-e9ed506ccefc\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2fe67f24-949e-488d-b4b3-4d07f2ad578e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2fe67f24-949e-488d-b4b3-4d07f2ad578e\",\"HasChanged\":null}}},{\"Value\":1043,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Dutch - Netherlands\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3597785-3c50-4b50-958f-09dfdcefd2c0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Dutch - Netherlands\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c3597785-3c50-4b50-958f-09dfdcefd2c0\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84eb8c5d-679f-4e31-bbda-7ed2b9ff58a6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84eb8c5d-679f-4e31-bbda-7ed2b9ff58a6\",\"HasChanged\":null}}},{\"Value\":1033,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"English\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e47a785d-8b4d-4e15-bae0-3a1936b14247\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"English\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"e47a785d-8b4d-4e15-bae0-3a1936b14247\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b38ba93-c570-4dbe-94b6-1d7d4bb601e8\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6b38ba93-c570-4dbe-94b6-1d7d4bb601e8\",\"HasChanged\":null}}},{\"Value\":1061,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Estonian - Estonia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43570b35-ec03-4704-ad95-914d407ca8ea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Estonian - Estonia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"43570b35-ec03-4704-ad95-914d407ca8ea\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64b8c169-8ea7-4c5f-95d2-643dc03c4268\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"64b8c169-8ea7-4c5f-95d2-643dc03c4268\",\"HasChanged\":null}}},{\"Value\":1035,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Finnish - Finland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2088e9b9-a3f5-40e8-abbb-06e43065f735\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Finnish - Finland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2088e9b9-a3f5-40e8-abbb-06e43065f735\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a01f2003-c9a0-4b70-91d6-091a9de60503\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a01f2003-c9a0-4b70-91d6-091a9de60503\",\"HasChanged\":null}}},{\"Value\":1036,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"French - France\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"171608b4-a460-455a-b4e3-8b73b58e4339\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"French - France\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"171608b4-a460-455a-b4e3-8b73b58e4339\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5f1ee5b-feb1-47f8-bebd-e25d59aebe84\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c5f1ee5b-feb1-47f8-bebd-e25d59aebe84\",\"HasChanged\":null}}},{\"Value\":1110,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Galician - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a64143a1-620f-469b-aea1-44cf9b0a0003\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Galician - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a64143a1-620f-469b-aea1-44cf9b0a0003\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d5326301-a9db-485e-b4c0-ecd1220af4ca\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d5326301-a9db-485e-b4c0-ecd1220af4ca\",\"HasChanged\":null}}},{\"Value\":1031,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"German - Germany\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46c90388-6e16-4b57-8184-e678fde548af\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"German - Germany\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46c90388-6e16-4b57-8184-e678fde548af\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f024b6bc-0a26-4fc8-9a4e-49b3ff1d077a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f024b6bc-0a26-4fc8-9a4e-49b3ff1d077a\",\"HasChanged\":null}}},{\"Value\":1032,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Greek - Greece\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"428e192a-56fa-49a1-86ae-059827b8482f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Greek - Greece\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"428e192a-56fa-49a1-86ae-059827b8482f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72bc6b1b-c281-44b9-9a38-d94d4a9f5e14\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"72bc6b1b-c281-44b9-9a38-d94d4a9f5e14\",\"HasChanged\":null}}},{\"Value\":1037,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Hebrew\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34d3a07c-c682-415a-93ef-cee488e1a379\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Hebrew\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"34d3a07c-c682-415a-93ef-cee488e1a379\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b7724aa4-aa75-4a88-82d9-9b626fa84aca\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b7724aa4-aa75-4a88-82d9-9b626fa84aca\",\"HasChanged\":null}}},{\"Value\":1081,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Hindi - India\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7f98c68-fd43-40d6-8d6c-dc3a3a3481ab\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Hindi - India\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d7f98c68-fd43-40d6-8d6c-dc3a3a3481ab\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c68bcb3d-0c4d-4ca5-89b3-ce334c7c3e83\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c68bcb3d-0c4d-4ca5-89b3-ce334c7c3e83\",\"HasChanged\":null}}},{\"Value\":1038,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Hungarian - Hungary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19dc1e8d-9b0b-46ae-b0dd-ad2d43494c8b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Hungarian - Hungary\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19dc1e8d-9b0b-46ae-b0dd-ad2d43494c8b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d4e2728d-afc1-4adb-9643-2c80986c9eee\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d4e2728d-afc1-4adb-9643-2c80986c9eee\",\"HasChanged\":null}}},{\"Value\":1057,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Indonesian - Indonesia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"95aaf68f-8f0e-48ff-9a26-301117b90c03\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Indonesian - Indonesia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"95aaf68f-8f0e-48ff-9a26-301117b90c03\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0009b766-aacd-43f6-9048-6ae5c0bd0c07\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0009b766-aacd-43f6-9048-6ae5c0bd0c07\",\"HasChanged\":null}}},{\"Value\":1040,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Italian - Italy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bf36d7bb-b7f5-4005-8f19-43def59efd68\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Italian - Italy\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bf36d7bb-b7f5-4005-8f19-43def59efd68\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"54bd9c66-988b-4199-bddc-779ca0a3708b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"54bd9c66-988b-4199-bddc-779ca0a3708b\",\"HasChanged\":null}}},{\"Value\":1041,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Japanese - Japan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba78ac9a-4f58-40ac-acf1-db393b46100a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Japanese - Japan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ba78ac9a-4f58-40ac-acf1-db393b46100a\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487e1738-8ffc-46ca-bdeb-1b83fc8519f2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"487e1738-8ffc-46ca-bdeb-1b83fc8519f2\",\"HasChanged\":null}}},{\"Value\":1087,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Kazakh - Kazakhstan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ba07825-153b-4dfc-9d9f-39b3d075854b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Kazakh - Kazakhstan\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3ba07825-153b-4dfc-9d9f-39b3d075854b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eae7f8e9-d223-4000-af83-4d29633df0d0\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"eae7f8e9-d223-4000-af83-4d29633df0d0\",\"HasChanged\":null}}},{\"Value\":1042,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Korean - Korea\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29331146-5b2d-4e8b-8aea-890e12e14ee3\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Korean - Korea\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29331146-5b2d-4e8b-8aea-890e12e14ee3\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30410e3f-836f-41e1-b188-9bfcdc0e6e69\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"30410e3f-836f-41e1-b188-9bfcdc0e6e69\",\"HasChanged\":null}}},{\"Value\":1062,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Latvian - Latvia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31e7dddc-14fd-4889-a927-f31c7fc2f566\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Latvian - Latvia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"31e7dddc-14fd-4889-a927-f31c7fc2f566\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88373220-3128-4ca5-aa49-20a1ea0439d2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88373220-3128-4ca5-aa49-20a1ea0439d2\",\"HasChanged\":null}}},{\"Value\":1063,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Lithuanian - Lithuania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bb16a0b-033d-402b-acc7-cc5cb0d7a742\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Lithuanian - Lithuania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bb16a0b-033d-402b-acc7-cc5cb0d7a742\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aca25d-4de8-45c2-a73c-7d14c3e71f16\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"84aca25d-4de8-45c2-a73c-7d14c3e71f16\",\"HasChanged\":null}}},{\"Value\":1086,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Malay - Malaysia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"28a27b47-34f1-4c54-b849-7505dcdb69d6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Malay - Malaysia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"28a27b47-34f1-4c54-b849-7505dcdb69d6\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"685b3321-420d-4108-a64c-5ba265aca121\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"685b3321-420d-4108-a64c-5ba265aca121\",\"HasChanged\":null}}},{\"Value\":1044,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Norwegian (Bokm\\u00e5l) - Norway\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f09000d-780f-4b19-a9cc-31d1b0cef27e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Norwegian (Bokm\\u00e5l) - Norway\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3f09000d-780f-4b19-a9cc-31d1b0cef27e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08356305-e00e-4850-a281-3c10579f23f9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"08356305-e00e-4850-a281-3c10579f23f9\",\"HasChanged\":null}}},{\"Value\":1045,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Polish - Poland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d11958e9-d65f-4077-aacf-f2bf878503ba\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Polish - Poland\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d11958e9-d65f-4077-aacf-f2bf878503ba\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d68126b-c73a-41c9-9f3a-ada834b3b428\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8d68126b-c73a-41c9-9f3a-ada834b3b428\",\"HasChanged\":null}}},{\"Value\":1046,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Portuguese - Brazil\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c5b6938-63de-43ff-b037-4d8e56b80b4b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Portuguese - Brazil\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3c5b6938-63de-43ff-b037-4d8e56b80b4b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"084c5f0a-95bf-48b6-9b4a-5332bc812cbd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"084c5f0a-95bf-48b6-9b4a-5332bc812cbd\",\"HasChanged\":null}}},{\"Value\":2070,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Portuguese - Portugal\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"380b1aa5-d2aa-4711-84a7-729feb866bcd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Portuguese - Portugal\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"380b1aa5-d2aa-4711-84a7-729feb866bcd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9956c500-c1c5-4ced-b334-aff0af04296d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"9956c500-c1c5-4ced-b334-aff0af04296d\",\"HasChanged\":null}}},{\"Value\":1048,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Romanian - Romania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e4655d4-d165-43b8-a35a-e240577f7ed1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Romanian - Romania\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"5e4655d4-d165-43b8-a35a-e240577f7ed1\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"adb5d7ec-08b1-46af-af07-a810c85dd9f6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"adb5d7ec-08b1-46af-af07-a810c85dd9f6\",\"HasChanged\":null}}},{\"Value\":1049,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Russian - Russia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ecb6109-8317-48bf-88ae-a088e6c9ee25\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Russian - Russia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7ecb6109-8317-48bf-88ae-a088e6c9ee25\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13f306f3-20b4-4db0-b864-cbaba6d7802c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"13f306f3-20b4-4db0-b864-cbaba6d7802c\",\"HasChanged\":null}}},{\"Value\":3098,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Serbian (Cyrillic) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bfb39af2-2c5a-4a12-9232-84444b4f1c0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Serbian (Cyrillic) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"bfb39af2-2c5a-4a12-9232-84444b4f1c0c\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcfba95c-e359-45bd-8b96-1c7e246756bc\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dcfba95c-e359-45bd-8b96-1c7e246756bc\",\"HasChanged\":null}}},{\"Value\":2074,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Serbian (Latin) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d79843f9-7b39-44fc-9118-4ce9ce64a0bf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Serbian (Latin) - Serbia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d79843f9-7b39-44fc-9118-4ce9ce64a0bf\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87a7a0c9-79fe-48e4-a144-868ccdca8d77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"87a7a0c9-79fe-48e4-a144-868ccdca8d77\",\"HasChanged\":null}}},{\"Value\":1051,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Slovak - Slovakia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fd36c809-b35e-41d1-bef4-cff0b56a8297\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Slovak - Slovakia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fd36c809-b35e-41d1-bef4-cff0b56a8297\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c96c178d-0c79-4faf-8739-9e527097807f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"c96c178d-0c79-4faf-8739-9e527097807f\",\"HasChanged\":null}}},{\"Value\":1060,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Slovenian - Slovenia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d39a665-dfe9-4080-a687-30de8873a916\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Slovenian - Slovenia\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"1d39a665-dfe9-4080-a687-30de8873a916\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3af1582c-f3b1-4aa8-94e5-37ed9d96ab98\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3af1582c-f3b1-4aa8-94e5-37ed9d96ab98\",\"HasChanged\":null}}},{\"Value\":3082,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Spanish (Traditional Sort) - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"528b7a27-3e17-40df-878e-632471e213ef\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Spanish (Traditional Sort) - Spain\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"528b7a27-3e17-40df-878e-632471e213ef\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f1f4e89-c819-42b1-adb2-361ad0833fd1\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f1f4e89-c819-42b1-adb2-361ad0833fd1\",\"HasChanged\":null}}},{\"Value\":1053,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Swedish - Sweden\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6f9c5c4-0901-469b-ae54-48bc2115cb81\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Swedish - Sweden\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f6f9c5c4-0901-469b-ae54-48bc2115cb81\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d49546aa-e2a7-4403-8107-b92befd4ceea\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"d49546aa-e2a7-4403-8107-b92befd4ceea\",\"HasChanged\":null}}},{\"Value\":1054,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Thai - Thailand\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bdc4997-dd4f-405c-8844-245fd39265d9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Thai - Thailand\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"2bdc4997-dd4f-405c-8844-245fd39265d9\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b13b2b7c-faa3-4c9d-8cc0-d7f95b2198ca\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b13b2b7c-faa3-4c9d-8cc0-d7f95b2198ca\",\"HasChanged\":null}}},{\"Value\":1055,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Turkish - T\\u00fcrkiye\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0da774e7-1952-42c1-9168-50ca5267bf5f\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Turkish - T\\u00fcrkiye\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"0da774e7-1952-42c1-9168-50ca5267bf5f\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19797a48-4490-47ba-a16f-206ffc88fbd6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"19797a48-4490-47ba-a16f-206ffc88fbd6\",\"HasChanged\":null}}},{\"Value\":1058,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Ukrainian - Ukraine\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98f7253f-20f8-4ac8-8502-645ae560090e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Ukrainian - Ukraine\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"98f7253f-20f8-4ac8-8502-645ae560090e\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1a5e22f-2406-4fde-a7f0-074fbf91f34d\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f1a5e22f-2406-4fde-a7f0-074fbf91f34d\",\"HasChanged\":null}}},{\"Value\":1066,\"Color\":\"#0000ff\",\"IsManaged\":true,\"ExternalValue\":\"\",\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Vietnamese - Vietnam\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29eac2a2-e14d-496f-9a91-0e9df85fe705\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Vietnamese - Vietnam\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"29eac2a2-e14d-496f-9a91-0e9df85fe705\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e406711-81c0-4c02-9764-75f06f112f68\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e406711-81c0-4c02-9764-75f06f112f68\",\"HasChanged\":null}}}]}},{\"MetadataId\":\"384614ff-b79c-4009-9bec-7dedf8c7b99c\",\"LogicalName\":\"paymenttermscode\",\"SchemaName\":\"PaymentTermsCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a51ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"7154ab7b-7c99-4712-9d8c-7eaaae4f6f78\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_paymenttermscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Payment terms for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93680bd0-1882-43bb-9970-6a58ecf33e70\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment terms for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"93680bd0-1882-43bb-9970-6a58ecf33e70\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b40d245c-e6b2-4184-b0e4-a0d6cd3bfd02\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Payment Terms\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"b40d245c-e6b2-4184-b0e4-a0d6cd3bfd02\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a81ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"2% 10, Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"2% 10, Net 30\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"aa1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Net 45\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Net 45\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ac1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Net 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ae1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Net 60\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ae1ed7e8-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"42741f7e-dc25-4857-84d6-b4ecab8d9e2e\",\"LogicalName\":\"preferredappointmentdaycode\",\"SchemaName\":\"PreferredAppointmentDayCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3dd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"51769958-f7a4-41b4-a3ea-0992249c6b17\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_preferredappointmentdaycode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Day of the week that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fe06237-d74b-40e4-97ec-b4980851107a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Day of the week that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3fe06237-d74b-40e4-97ec-b4980851107a\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f4effad-28ae-4c67-9115-7efc7dd08b0c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Day\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f4effad-28ae-4c67-9115-7efc7dd08b0c\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Sunday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"40d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sunday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"40d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Monday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"42d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Monday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"42d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Tuesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Tuesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"44d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Wednesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Wednesday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"46d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Thursday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Thursday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"48d6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":5,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Friday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ad6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Friday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4ad6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":6,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Saturday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Saturday\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4cd6a218-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"89802cd9-fe13-4612-8cac-e3593d3da38b\",\"LogicalName\":\"preferredappointmenttimecode\",\"SchemaName\":\"PreferredAppointmentTimeCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8b1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5b1d1539-a020-4a16-8f31-c57fce454b53\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_preferredappointmenttimecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time of day that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab1174c6-b3b6-44d7-8be6-f9bf1076ffd9\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time of day that the contact prefers for scheduling service activities.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"ab1174c6-b3b6-44d7-8be6-f9bf1076ffd9\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a91fc1cf-746a-4efc-83c6-9f699a166706\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Time\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"a91fc1cf-746a-4efc-83c6-9f699a166706\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Morning\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Morning\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8e1c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Afternoon\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"901c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Afternoon\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"901c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Evening\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"921c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Evening\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"921c9b1e-2341-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"3423a9b1-891b-44cb-a9b9-28d5a4ffb628\",\"LogicalName\":\"preferredcontactmethodcode\",\"SchemaName\":\"PreferredContactMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7825e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"4b838079-0334-49b3-9f72-0434392dab2c\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_preferredcontactmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Preferred contact method for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8da565ac-ccbe-46a0-9b3b-9819ab1e450b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred contact method for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8da565ac-ccbe-46a0-9b3b-9819ab1e450b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89918364-1b88-4cb1-805c-2539ad91a72b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Preferred Method of Contact\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"89918364-1b88-4cb1-805c-2539ad91a72b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Any\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Any\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7b25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Email\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7d25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":3,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Phone\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"7f25e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":4,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Fax\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8125e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"Value\":5,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Mail\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8325e7d6-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"ff7d514a-d8ac-41b5-931c-c344aac35849\",\"LogicalName\":\"shippingmethodcode\",\"SchemaName\":\"ShippingMethodCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shipping Method\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"efcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"334b102e-4481-41a5-9b27-8e39ecd9e496\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_shippingmethodcode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Method of shipping for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a95f733-9c20-49c4-96a0-ae673d7b9a7c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Method of shipping for the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3a95f733-9c20-49c4-96a0-ae673d7b9a7c\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc6ff718-5e66-40f5-97e1-fab4e11dc974\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Shipping Method \",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"cc6ff718-5e66-40f5-97e1-fab4e11dc974\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"f2cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}},{\"MetadataId\":\"aa3e1fe6-cd5c-424b-b54c-7b17474c47bf\",\"LogicalName\":\"territorycode\",\"SchemaName\":\"TerritoryCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3564cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"e3d3f048-333e-4b83-9d87-609f4ee093f3\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_territorycode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Picklist\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the territory to which the contact is assigned.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"809c9461-c3f4-47b0-9ba7-104d3b602a2e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the territory to which the contact is assigned.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"809c9461-c3f4-47b0-9ba7-104d3b602a2e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f79c4c7-024f-4a62-9b9c-c1ff207e8abf\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Territory\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"6f79c4c7-024f-4a62-9b9c-c1ff207e8abf\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Default Value\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"3864cfee-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"cdc3895a-7539-41e9-966b-3f9ef805aefd\",\"LogicalName\":\"statecode\",\"SchemaName\":\"StateCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4454c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"88fa5ad0-2a4b-4281-ac9c-b4e71fb77920\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc7cf5df-8503-46e3-85b2-6c0ac68bc912\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"fc7cf5df-8503-46e3-85b2-6c0ac68bc912\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"37c73b95-afd6-4d25-9ded-3691db6ce56b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"37c73b95-afd6-4d25-9ded-3691db6ce56b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4754c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4754c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4954c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"4954c2fa-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('contact')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"a247349a-78ab-4729-8528-515fc2719b67\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"StatusCode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"88cee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"87f21441-f53d-4654-9c26-e08e78facd78\",\"HasChanged\":null,\"IsCustomOptionSet\":false,\"IsGlobal\":false,\"IsManaged\":true,\"Name\":\"contact_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"5.0.0.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91912d8a-f195-4e3d-8b58-dcb6732a04ce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the contact.\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"91912d8a-f195-4e3d-8b58-dcb6732a04ce\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dbbda94f-cd2d-4cd1-882d-ffb58afeb691\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"dbbda94f-cd2d-4cd1-882d-ffb58afeb691\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8bcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8bcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":true,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":true,\"MetadataId\":\"8dcee1dc-2241-db11-898a-0007e9e17ebd\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "contact", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"1400535\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000000666400\",\"name\":\"Contacts Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"1400539\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001003\",\"name\":\"My Active Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1400540\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001004\",\"name\":\"Active Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1400552\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001033\",\"name\":\"Inactive Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1400559\\\"\",\"savedqueryid\":\"00000000-0000-0000-00aa-000010001210\",\"name\":\"Contact Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"1401009\\\"\",\"savedqueryid\":\"0a8fa653-4147-4282-bf6b-168cfa839803\",\"name\":\"Contacts: Influenced Deals That We Won\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1401899\\\"\",\"savedqueryid\":\"ab582fb0-a846-453e-ad88-77f75ce91264\",\"name\":\"My Connections\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1401973\\\"\",\"savedqueryid\":\"a2d479c5-53e3-4c69-addd-802327e67a0d\",\"name\":\"Contacts Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"1402289\\\"\",\"savedqueryid\":\"0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105\",\"name\":\"All Contacts\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1402431\\\"\",\"savedqueryid\":\"927e6cd8-b3ed-4c20-a154-b8bd8a86d172\",\"name\":\"Contacts: No Campaign Activities in Last 3 Months\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1402751\\\"\",\"savedqueryid\":\"9c241a33-ca0b-4e50-ae92-db780d5b2a12\",\"name\":\"Contacts: Responded to Campaigns in Last 6 Months\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1402893\\\"\",\"savedqueryid\":\"73bc2d9b-4e0e-424c-8839-ed59d6817e3a\",\"name\":\"Active Contacts Subgrid View\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"1403040\\\"\",\"savedqueryid\":\"eda26f1e-dbcc-40ad-91f2-ff2878d1d8d8\",\"name\":\"Entitlement Contacts\",\"querytype\":2}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Courses_1.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Courses_1.json new file mode 100644 index 00000000..aac5b7d7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Courses_1.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Courses_1", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_courses", + "logicalName": "appr_course" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2108955\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"3e5f6b9b-094e-4db0-9a56-250b068b4c3b\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"fe4f6780-8e38-ee11-bdf4-000d3ac7739b\",\"LogicalName\":\"appr_course\",\"EntitySetName\":\"appr_courses\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_courseid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10321,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Courses\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b0de672d-9c9b-497a-9f2e-8b647e462de4\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Courses\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"b0de672d-9c9b-497a-9f2e-8b647e462de4\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_Course\",\"PrivilegeId\":\"79d16348-d794-4fd3-abd1-ec5d77197cc9\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_Course\",\"PrivilegeId\":\"f557a40d-e60a-4f43-a4c8-f21164e00db2\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_Course\",\"PrivilegeId\":\"3d598853-76e9-4c27-90a0-d7bd0dc2ab70\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_Course\",\"PrivilegeId\":\"f400ecc1-8bc4-48c2-83d5-659deb04abbc\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_Course\",\"PrivilegeId\":\"a61f1f1c-3112-4735-9d29-822f87492c83\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_Course\",\"PrivilegeId\":\"73098d74-8788-4762-a20a-ad4f0d5a573e\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_Course\",\"PrivilegeId\":\"c762dd82-3f2f-4946-bf8c-69594a4e83dc\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_Course\",\"PrivilegeId\":\"bd4b4d8e-17d5-4941-8506-66e997f7f4bd\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"fdd1b57e-6659-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_coursecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_CourseCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-22T16:39:04Z\",\"ModifiedOn\":\"2023-09-22T16:39:04Z\",\"SourceType\":0,\"AutoNumberFormat\":\"\",\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1548dc44-77ef-49d6-9404-6a6baa2606fb\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1548dc44-77ef-49d6-9404-6a6baa2606fb\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05c4d31b-3705-483b-9dab-d3e0efe3736c\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"05c4d31b-3705-483b-9dab-d3e0efe3736c\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.ImageAttributeMetadata\",\"MetadataId\":\"f753f5d6-8a5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":\"appr_courseiconid\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":42,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseicon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_CourseIcon\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:01Z\",\"ModifiedOn\":\"2023-09-25T10:04:01Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"IsPrimaryImage\":true,\"MaxHeight\":144,\"MaxWidth\":144,\"MaxSizeInKB\":10240,\"CanStoreFullImage\":true,\"AttributeTypeName\":{\"Value\":\"ImageType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e5e6a94-ef0d-4f15-90fa-3c2222f691f2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e5e6a94-ef0d-4f15-90fa-3c2222f691f2\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course Icon\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"48825ae9-1e31-434a-8a42-5ce945085235\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course Icon\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"48825ae9-1e31-434a-8a42-5ce945085235\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"4a5e89c6-93fe-4317-b650-985cdefa2ab7\",\"HasChanged\":null,\"AttributeOf\":\"appr_courseiconid\",\"AttributeType\":\"BigInt\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseicon_timestamp\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseIcon_Timestamp\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:01Z\",\"ModifiedOn\":\"2023-09-25T10:04:01Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0256f2d0-8008-484a-8236-3c261009d837\",\"HasChanged\":null,\"AttributeOf\":\"appr_courseiconid\",\"AttributeType\":\"String\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseicon_url\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseIcon_URL\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:01Z\",\"ModifiedOn\":\"2023-09-25T10:04:01Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Url\",\"ImeMode\":\"Disabled\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Url\"}},{\"MetadataId\":\"373827ca-6232-4fd9-af67-3f763a563119\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseiconid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseIconId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T10:04:00Z\",\"ModifiedOn\":\"2023-09-25T10:04:00Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"07a9fd5f-bab3-45dc-b92f-79e24e4c3c20\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_courseid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_CourseId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ff4f6780-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bedd88a3-fe97-4578-807e-99be95e1f86e\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"bedd88a3-fe97-4578-807e-99be95e1f86e\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1027d040-943c-45df-a5ad-67b9b5a081f2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"1027d040-943c-45df-a5ad-67b9b5a081f2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"9c73f87a-75e7-4c04-b628-c6d505fe822b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":35,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacher\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Teacher\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:32:40Z\",\"ModifiedOn\":\"2023-09-21T06:32:40Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"contact\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"94479768-f395-451e-8c14-089bb34ede18\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"94479768-f395-451e-8c14-089bb34ede18\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d09c3986-17ef-4efc-89ef-6972094fff63\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Teacher\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d09c3986-17ef-4efc-89ef-6972094fff63\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"deb407b6-d95b-403c-be74-412ad0f057e9\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teachername\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:32:40Z\",\"ModifiedOn\":\"2023-09-21T06:32:40Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":160,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e5bd01d8-943d-41df-ad5a-53c9498eae83\",\"HasChanged\":null,\"AttributeOf\":\"appr_teacher\",\"AttributeType\":\"String\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_teacheryominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_TeacherYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:32:40Z\",\"ModifiedOn\":\"2023-09-21T06:32:40Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":450,\"YomiOf\":\"appr_teachername\",\"IsLocalizable\":false,\"DatabaseLength\":900,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"cee51b73-397b-4002-8940-4846e190d2fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"32ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"32ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"33ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"33ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"073c250e-0036-4d47-92fa-10cde9a79567\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"f2cb944e-d8b4-4fbc-894e-01a123bbc772\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"e4df9d14-aa1b-4998-885d-c5f35bfb91ca\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"30ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"30ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"31ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"31ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"4fc3e0c2-e56e-4b75-9e5e-670d893a0e04\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"38ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"38ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"39ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"39ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7b143a2d-28ec-4c06-8710-b3cacfc5b8b3\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"b75affea-7a1b-4e56-8eca-cdd13343ca2c\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"e1f4cd96-9c7e-4f49-9ab9-cdf3c09bf2c5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"56667c7f-3647-4b73-913d-cfc03c1ace00\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"36ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"37ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"37ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0b61f839-d5ee-4aa2-b7c9-d82648858ebd\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d7278e7e-7279-4b0b-88ae-7a19a67200af\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"1da71d3a-12d5-451f-8c3d-899398df014f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"34ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"34ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"35ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"35ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"48c2352d-dbb9-4308-a0f8-a0e7e6969b36\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"e615fe38-f570-480a-a95f-e1e02c545c7f\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"98c12105-1c1d-4d12-899c-f028867a04bd\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"e47f3b15-0fde-4f54-9bff-f770920daa6f\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"7ae4a37a-e754-425d-9893-412aeed77358\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"54ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"55ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"55ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"93538fe2-3185-448c-9066-49cfd7fdedf6\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"59ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"59ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"2c6a1a95-51c8-448e-8f26-d6a0ba805d40\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"58ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"58ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"5aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"f8d8d7f9-4026-4c2a-a4b6-b825cbbb066b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"01453e7d-fa4b-4ab5-8db0-fe08c979adce\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a4db5bb0-1a2d-4a18-953a-3e9cb71f41a4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"65ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"65ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"66ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"66ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"bfd85911-2901-49b9-9b1b-e3494df900c5\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"f6e03c23-8a78-464b-baa3-8c875e59aa65\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"75ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"75ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"a68e6605-221e-4b12-96d2-accb07cd836c\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"dbccebe4-e0d0-431c-a9ea-27a9b619660a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"d9f8d321-2181-453a-bf5a-5fc05ceb2651\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"f0f78af8-9810-4eed-8aa7-f9e1b7f1b1f4\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8fee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"a1c9b136-987c-46a1-b8c6-37529a5cd962\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"90ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"90ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"91ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"91ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"b53e1e6b-55d6-4770-ab12-c2db0a3b2445\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_course\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-21T06:20:31Z\",\"ModifiedOn\":\"2023-09-21T06:20:31Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"88ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"88ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"89ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"89ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"3cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"42ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"48ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_course_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_course_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"60ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"67ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"6cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"70ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_course\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"df0dffa5-4858-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_course_Teacher_contact\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"contactid\",\"ReferencedEntity\":\"contact\",\"ReferencingAttribute\":\"appr_teacher\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_course_Teacher_contact\",\"ReferencingEntityNavigationPropertyName\":\"appr_Teacher\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"Cascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"f853f5d6-8a5b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"ImageDescriptor_appr_Course_appr_CourseIcon\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"imagedescriptorid\",\"ReferencedEntity\":\"imagedescriptor\",\"ReferencingAttribute\":\"appr_courseiconid\",\"ReferencingEntity\":\"appr_course\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"ImageDescriptor_appr_Course_appr_CourseIcon\",\"ReferencingEntityNavigationPropertyName\":\"appr_courseiconid_imagedescriptor\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"92ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"96ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9eee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"a2ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"a6ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"aaee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_course_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"aeee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_course_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"b2ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_course_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_course_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_course\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"bbf78774-4958-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_assignment_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_assignment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_assignment_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"45c472ec-4b58-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_announcement_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_announcement\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_announcement_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"60ba4395-5158-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_session_Course_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_course\",\"ReferencingEntity\":\"appr_session\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_session_Course_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_Course\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"9fcbd374-665b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_studentcourse_CourseID_appr_course\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_courseid\",\"ReferencingEntity\":\"appr_studentcourse\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_studentcourse_CourseID_appr_course\",\"ReferencingEntityNavigationPropertyName\":\"appr_CourseID\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"941fd9b2-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_relatedcourse\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"ReferencingEntityNavigationPropertyName\":\"appr_RelatedCourse\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"2c6a1a95-51c8-448e-8f26-d6a0ba805d40\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2108943\\\"\",\"name\":\"Information\",\"formid\":\"a9be6866-4502-4f09-841e-16f2b5dd9a32\",\"objecttypecode\":\"appr_course\",\"type\":6},{\"@odata.etag\":\"W/\\\"2108871\\\"\",\"name\":\"Information\",\"formid\":\"15ca6011-8f4f-4e53-b16c-e963eb719b51\",\"objecttypecode\":\"appr_course\",\"type\":2},{\"@odata.etag\":\"W/\\\"2108917\\\"\",\"name\":\"Information\",\"formid\":\"e9682570-5f84-46a5-92e9-fa59d403bd5a\",\"objecttypecode\":\"appr_course\",\"type\":11}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"f6e03c23-8a78-464b-baa3-8c875e59aa65\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"76ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"7bee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_course_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7dee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7cee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"78ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"7aee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_course')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"dbccebe4-e0d0-431c-a9ea-27a9b619660a\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"80ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"85ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_course_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"87ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"87ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"86ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"86ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"82ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"82ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"84ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"84ee8c86-8e38-ee11-bdf4-000d3ac7739b\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_course", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2108979\\\"\",\"savedqueryid\":\"b689496f-1a39-4202-8f95-0c6cd5314658\",\"name\":\"Course Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"2108955\\\"\",\"savedqueryid\":\"3e5f6b9b-094e-4db0-9a56-250b068b4c3b\",\"name\":\"Active Courses\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2109003\\\"\",\"savedqueryid\":\"2ad812ee-3a9d-4f81-88b2-9416786a6bf3\",\"name\":\"Course Advanced Find View\",\"querytype\":1},{\"@odata.etag\":\"W/\\\"2108991\\\"\",\"savedqueryid\":\"d5452d9b-df48-4247-af37-a22a22d92379\",\"name\":\"Course Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2108967\\\"\",\"savedqueryid\":\"70a940d8-75fe-482b-aeed-a8ba45a812fb\",\"name\":\"Inactive Courses\",\"querytype\":0}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Learning Materials.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Learning Materials.json new file mode 100644 index 00000000..42d3d670 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/TableDefinitions/Learning Materials.json @@ -0,0 +1,26 @@ +{ + "DatasetName": "default.cds", + "EntityName": "Learning Materials", + "InstanceUrl": "https://exampractice.crm5.dynamics.com/", + "LocalReferenceDSJson": { + "entitySetName": "appr_learningmaterialses", + "logicalName": "appr_learningmaterials" + }, + "state": "Configured", + "TableDefinition": { + "BooleanOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.BooleanAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "DefaultPublicView": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(layoutxml)\",\"value\":[{\"@odata.etag\":\"W/\\\"2161391\\\"\",\"layoutxml\":\"\",\"savedqueryid\":\"d836df44-39cc-4976-894f-e71705397937\"}]}", + "EntityMetadata": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions(MetadataId,LogicalName,DisplayCollectionName,EntitySetName,HasNotes,IsActivity,IsIntersect,IsManaged,IsPrivate,IsLogicalEntity,PrimaryIdAttribute,PrimaryNameAttribute,ObjectTypeCode,OwnershipType,Privileges,IsAvailableOffline,IsOfflineInMobileClient,Attributes(),ManyToOneRelationships(),OneToManyRelationships(),ManyToManyRelationships())/$entity\",\"MetadataId\":\"650900dd-6f5b-ee11-be6f-000d3aa06f77\",\"LogicalName\":\"appr_learningmaterials\",\"EntitySetName\":\"appr_learningmaterialses\",\"HasNotes\":false,\"IsActivity\":false,\"IsIntersect\":false,\"IsManaged\":false,\"IsPrivate\":false,\"IsLogicalEntity\":false,\"PrimaryIdAttribute\":\"appr_learningmaterialsid\",\"PrimaryNameAttribute\":\"appr_name\",\"ObjectTypeCode\":10493,\"OwnershipType\":\"UserOwned\",\"IsAvailableOffline\":false,\"DisplayCollectionName\":{\"LocalizedLabels\":[{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cafac14-f1ed-498e-b7fc-e8668cd523d7\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8cafac14-f1ed-498e-b7fc-e8668cd523d7\",\"HasChanged\":null}},\"Privileges\":[{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvCreateappr_LearningMaterials\",\"PrivilegeId\":\"bae7d77d-c501-498a-9003-a8b78567e9d7\",\"PrivilegeType\":\"Create\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvReadappr_LearningMaterials\",\"PrivilegeId\":\"ccf49afc-a925-45e2-806d-eb5da37fbf6f\",\"PrivilegeType\":\"Read\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvWriteappr_LearningMaterials\",\"PrivilegeId\":\"9f162b34-e4cd-48d1-a098-3722d42efaf8\",\"PrivilegeType\":\"Write\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvDeleteappr_LearningMaterials\",\"PrivilegeId\":\"2b8f4f0e-1a38-4c01-8abf-cdf0caa03b45\",\"PrivilegeType\":\"Delete\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAssignappr_LearningMaterials\",\"PrivilegeId\":\"d5e8b677-4432-41da-885f-7c25959d483b\",\"PrivilegeType\":\"Assign\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvShareappr_LearningMaterials\",\"PrivilegeId\":\"4618bbf6-4fbd-43f4-8c78-f30c330e609c\",\"PrivilegeType\":\"Share\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendappr_LearningMaterials\",\"PrivilegeId\":\"723eb8d9-f287-462d-9d1d-d26c63ee7859\",\"PrivilegeType\":\"Append\"},{\"CanBeBasic\":true,\"CanBeDeep\":true,\"CanBeGlobal\":true,\"CanBeLocal\":true,\"CanBeEntityReference\":false,\"CanBeParentEntityReference\":false,\"CanBeRecordFilter\":false,\"Name\":\"prvAppendToappr_LearningMaterials\",\"PrivilegeId\":\"9b290bfa-24bc-429d-81c6-c098928e22fb\",\"PrivilegeType\":\"AppendTo\"}],\"IsOfflineInMobileClient\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifymobileclientoffline\"},\"Attributes\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.FileAttributeMetadata\",\"MetadataId\":\"0c9bbbd4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Virtual\",\"ColumnNumber\":38,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Attachment\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:06:38Z\",\"ModifiedOn\":\"2023-09-25T09:06:38Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxSizeInKB\":32768,\"AttributeTypeName\":{\"Value\":\"FileType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5411a7d2-9833-4fea-8741-86593086b878\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5411a7d2-9833-4fea-8741-86593086b878\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb4ec995-e945-44fd-9710-dcdf86d47dd6\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Attachment\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"fb4ec995-e945-44fd-9710-dcdf86d47dd6\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"1aab74bd-6cca-4090-a548-5b7c3bb863cf\",\"HasChanged\":null,\"AttributeOf\":\"appr_attachment\",\"AttributeType\":\"String\",\"ColumnNumber\":39,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_attachment_name\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_Attachment_Name\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:06:38Z\",\"ModifiedOn\":\"2023-09-25T09:06:38Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Disabled\",\"MaxLength\":200,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":400,\"FormulaDefinition\":null,\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.MemoAttributeMetadata\",\"MetadataId\":\"8669f7e4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Memo\",\"ColumnNumber\":40,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_description\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Description\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:07:06Z\",\"ModifiedOn\":\"2023-09-25T09:07:06Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":2000,\"IsLocalizable\":false,\"AttributeTypeName\":{\"Value\":\"MemoType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e0b4d5d-6734-4343-8895-b246cda9dfce\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3e0b4d5d-6734-4343-8895-b246cda9dfce\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4608e532-4ddb-4b61-8f06-9138b6ba08b2\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Description\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4608e532-4ddb-4b61-8f06-9138b6ba08b2\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"MetadataId\":\"51583f56-711e-4c7f-b940-2c1dca4e7c7b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Uniqueidentifier\",\"ColumnNumber\":1,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":true,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_learningmaterialsid\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_LearningMaterialsId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"UniqueidentifierType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"081d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for entity instances\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"081d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"091d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"091d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"660900dd-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"String\",\"ColumnNumber\":34,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":true,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":true,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_name\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"appr_Name\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d59b50f8-e7c6-423d-a611-47c8661d9a94\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"d59b50f8-e7c6-423d-a611-47c8661d9a94\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6cc9b5cf-a4d6-4c0c-b7db-edcb91d92677\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6cc9b5cf-a4d6-4c0c-b7db-edcb91d92677\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"ef2ba30a-6bde-4ba5-b65a-67f743f78311\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":36,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_relatedcourse\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_RelatedCourse\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:05:42Z\",\"ModifiedOn\":\"2023-09-25T09:05:42Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"appr_course\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f92f651-ea2f-4553-b4c6-c82de8e9bc78\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"8f92f651-ea2f-4553-b4c6-c82de8e9bc78\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Related Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9fde4f4-4a44-4289-b2c5-b58365e88e7a\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Related Course\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"c9fde4f4-4a44-4289-b2c5-b58365e88e7a\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"ApplicationRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"7b36e3d2-a4af-4834-a00a-e95d786a4b7c\",\"HasChanged\":null,\"AttributeOf\":\"appr_relatedcourse\",\"AttributeType\":\"String\",\"ColumnNumber\":37,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0.0.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_relatedcoursename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"appr_RelatedCourseName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T09:05:43Z\",\"ModifiedOn\":\"2023-09-25T09:05:43Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":200,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"0905add5-505c-ee11-8def-6045bd1dbe0d\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":41,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":true,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":true,\"CanBeSecuredForCreate\":true,\"CanBeSecuredForUpdate\":true,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"appr_unitnumber\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"appr_UnitNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-26T09:41:42Z\",\"ModifiedOn\":\"2023-09-26T09:41:42Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"28290a07-7fbf-4f9f-9edb-12b8caa57ded\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"28290a07-7fbf-4f9f-9edb-12b8caa57ded\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Unit Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ec3a442e-feb3-48cb-a901-c1dd801ff93b\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unit Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"ec3a442e-feb3-48cb-a901-c1dd801ff93b\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0b522fcd-0357-4b17-9fb4-d5a76ab5d709\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":3,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0d1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0d1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"0fba83aa-043a-4424-b1ea-39641bd24f2a\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":8,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"749acc22-a1d3-405a-9283-650d51780f36\",\"HasChanged\":null,\"AttributeOf\":\"createdby\",\"AttributeType\":\"String\",\"ColumnNumber\":9,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"01c4bf91-8501-4e6e-9641-ca86793cd63b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":2,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"40410dba-8f84-428e-9def-e1bdb678136a\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":6,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"CreatedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"121d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who created the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"121d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"131d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Created By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"131d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d8c41ba5-8740-4743-bc73-233006299f1f\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":10,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"ffc9650e-8307-4fa5-ab8d-b515fee31850\",\"HasChanged\":null,\"AttributeOf\":\"createdonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":11,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"createdonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"CreatedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"createdonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"aea6fceb-58cc-4bf7-a60d-ff575accf691\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":30,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"importsequencenumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ImportSequenceNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-2147483648,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"641d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Sequence number of the import that created this record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"641d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"651d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Import Sequence Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"651d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"c6001bd5-c3d3-455b-88d9-c623bcd28e49\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":5,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"101d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"101d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"111d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"111d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d5d54424-09b6-4038-a2fd-7ef3640899ea\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":12,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"664bfe46-0666-4fba-aa64-c4aeacb0e9bd\",\"HasChanged\":null,\"AttributeOf\":\"modifiedby\",\"AttributeType\":\"String\",\"ColumnNumber\":13,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"13795222-2460-4450-80d0-989b03d780c9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":4,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedon\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateAndTime\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time when the record was modified.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"0f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0301928b-3389-4253-9200-5c2919e8a2e7\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":7,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfby\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"ModifiedOnBehalfBy\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"141d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier of the delegate user who modified the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"141d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"151d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Modified By (Delegate)\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"151d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"95d52e4e-95bc-4544-8107-531e8268ea43\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":14,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"8ead9846-6470-4d11-9484-137a23ef9397\",\"HasChanged\":null,\"AttributeOf\":\"modifiedonbehalfby\",\"AttributeType\":\"String\",\"ColumnNumber\":15,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"modifiedonbehalfbyyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"ModifiedOnBehalfByYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"modifiedonbehalfbyname\",\"IsLocalizable\":false,\"DatabaseLength\":513,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.DateTimeAttributeMetadata\",\"MetadataId\":\"2f6be26e-7975-452a-a68e-3c6144ac5dd9\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"DateTime\",\"ColumnNumber\":31,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"overriddencreatedon\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OverriddenCreatedOn\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"MinSupportedValue\":\"1753-01-01T00:00:00Z\",\"MaxSupportedValue\":\"9999-12-30T23:59:59Z\",\"Format\":\"DateOnly\",\"ImeMode\":\"Inactive\",\"SourceTypeMask\":0,\"FormulaDefinition\":\"\",\"AttributeTypeName\":{\"Value\":\"DateTimeType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"661d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Date and time that the record was migrated.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"661d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"671d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Record Created On\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"671d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"DateTimeBehavior\":{\"Value\":\"UserLocal\"},\"CanChangeDateTimeBehavior\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifybehavior\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"3023ae77-804c-46f8-92fd-9a5146826ab2\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Owner\",\"ColumnNumber\":16,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"ownerid\",\"IsValidForForm\":true,\"IsRequiredForForm\":true,\"IsValidForGrid\":true,\"SchemaName\":\"OwnerId\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\",\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"OwnerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"2f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"6b3cec2f-6172-455b-8575-114244d41294\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":18,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"331d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"331d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.EntityNameAttributeMetadata\",\"MetadataId\":\"f3c943cd-68d5-4936-adcf-38278a330f05\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"EntityName\",\"ColumnNumber\":17,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridtype\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdType\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"IsEntityReferenceStored\":true,\"AttributeTypeName\":{\"Value\":\"EntityNameType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"321d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owner Id Type\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"321d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"341d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"AttributeOf\":\"ownerid\",\"AttributeType\":\"String\",\"ColumnNumber\":19,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owneridyominame\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwnerIdYomiName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":\"owneridname\",\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"351d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Yomi name of the owner\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"351d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"4f196c7f-8f08-44f0-9455-068325584c65\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":21,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunit\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"OwningBusinessUnit\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"businessunit\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"361d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the business unit that owns the record\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"361d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"371d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Business Unit\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"371d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StringAttributeMetadata\",\"MetadataId\":\"d0789912-0b1c-4707-bfcd-16bb90eaf73f\",\"HasChanged\":null,\"AttributeOf\":\"owningbusinessunit\",\"AttributeType\":\"String\",\"ColumnNumber\":24,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningbusinessunitname\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningBusinessUnitName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"Text\",\"ImeMode\":\"Auto\",\"MaxLength\":100,\"YomiOf\":null,\"IsLocalizable\":false,\"DatabaseLength\":320,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"StringType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[],\"FormatName\":{\"Value\":\"Text\"}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"0e5cf8b5-40e7-4544-af08-bda8f1f42d34\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":23,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owningteam\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningTeam\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"team\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the team that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"3f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"401d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning Team\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"401d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.LookupAttributeMetadata\",\"MetadataId\":\"a02402aa-e2e1-47c9-bd37-1450e159d1fd\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Lookup\",\"ColumnNumber\":22,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"owninguser\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"OwningUser\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"Targets\":[\"systemuser\"],\"Format\":\"None\",\"AttributeTypeName\":{\"Value\":\"LookupType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"381d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Unique identifier for the user that owns the record.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"381d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"391d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Owning User\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"391d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateAttributeMetadata\",\"MetadataId\":\"577f5f30-1f7c-4c1d-881f-ef07c82a186e\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"State\",\"ColumnNumber\":25,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":true,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statecode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StateType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"4f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"SystemRequired\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"1bf107c0-7528-4a7a-99d1-5ae85bf1d3b3\",\"HasChanged\":null,\"AttributeOf\":\"statecode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":26,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statecodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statecodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusAttributeMetadata\",\"MetadataId\":\"84e29daa-addc-4c04-b141-1a88386658b0\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Status\",\"ColumnNumber\":27,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscode\",\"IsValidForForm\":true,\"IsRequiredForForm\":false,\"IsValidForGrid\":true,\"SchemaName\":\"statuscode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"DefaultFormValue\":null,\"AttributeTypeName\":{\"Value\":\"StatusType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"591d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"591d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"MetadataId\":\"9092ec30-816a-4e48-a7ca-dc7ad59b45e2\",\"HasChanged\":null,\"AttributeOf\":\"statuscode\",\"AttributeType\":\"Virtual\",\"ColumnNumber\":28,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":false,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"statuscodename\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"statuscodeName\",\"ExternalName\":null,\"IsLogical\":true,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"AttributeTypeName\":{\"Value\":\"VirtualType\"},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"8ab0e82c-11b2-41f0-85cd-fcccd426d2ec\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":32,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"timezoneruleversionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"TimeZoneRuleVersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"681d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"For internal use only.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"681d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"691d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time Zone Rule Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"691d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.IntegerAttributeMetadata\",\"MetadataId\":\"230d92b5-9c5b-47c6-9cd6-0c9e864fc327\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"Integer\",\"ColumnNumber\":33,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":true,\"IsValidForRead\":true,\"IsValidForUpdate\":true,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":false,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"utcconversiontimezonecode\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"UTCConversionTimeZoneCode\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":0,\"AutoNumberFormat\":null,\"Format\":\"None\",\"MaxValue\":2147483647,\"MinValue\":-1,\"FormulaDefinition\":\"\",\"SourceTypeMask\":0,\"AttributeTypeName\":{\"Value\":\"IntegerType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Time zone code that was in use when the record was created.\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"UTC Conversion Time Zone Code\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"6b1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.BigIntAttributeMetadata\",\"MetadataId\":\"4a29ba36-80cd-4ab8-ba31-ad5bd105ff6b\",\"HasChanged\":null,\"AttributeOf\":null,\"AttributeType\":\"BigInt\",\"ColumnNumber\":29,\"DeprecatedVersion\":null,\"IntroducedVersion\":\"1.0\",\"EntityLogicalName\":\"appr_learningmaterials\",\"IsCustomAttribute\":false,\"IsPrimaryId\":false,\"IsValidODataAttribute\":true,\"IsPrimaryName\":false,\"IsValidForCreate\":false,\"IsValidForRead\":true,\"IsValidForUpdate\":false,\"CanBeSecuredForRead\":false,\"CanBeSecuredForCreate\":false,\"CanBeSecuredForUpdate\":false,\"IsSecured\":false,\"IsRetrievable\":true,\"IsFilterable\":false,\"IsSearchable\":false,\"IsManaged\":false,\"LinkedAttributeId\":null,\"LogicalName\":\"versionnumber\",\"IsValidForForm\":false,\"IsRequiredForForm\":false,\"IsValidForGrid\":false,\"SchemaName\":\"VersionNumber\",\"ExternalName\":null,\"IsLogical\":false,\"IsDataSourceSecret\":false,\"InheritsFrom\":null,\"CreatedOn\":\"2023-09-25T08:11:54Z\",\"ModifiedOn\":\"2023-09-25T08:11:54Z\",\"SourceType\":null,\"AutoNumberFormat\":null,\"MaxValue\":9223372036854775807,\"MinValue\":-9223372036854775808,\"AttributeTypeName\":{\"Value\":\"BigIntType\"},\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"621d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"621d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"631d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Version Number\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"631d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsAuditEnabled\":{\"Value\":false,\"CanBeChanged\":false,\"ManagedPropertyLogicalName\":\"canmodifyauditsettings\"},\"IsGlobalFilterEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyglobalfiltersettings\"},\"IsSortableEnabled\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyissortablesettings\"},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"IsRenameable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"isrenameable\"},\"IsValidForAdvancedFind\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifysearchsettings\"},\"RequiredLevel\":{\"Value\":\"None\",\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyrequirementlevelsettings\"},\"CanModifyAdditionalSettings\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"canmodifyadditionalsettings\"},\"Settings\":[]}],\"ManyToOneRelationships\":[{\"MetadataId\":\"161d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_createdby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_createdby\",\"ReferencingEntityNavigationPropertyName\":\"createdby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"1c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_createdonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"createdonbehalfby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_createdonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"createdonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"221d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_modifiedby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_modifiedby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"281d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"lk_appr_learningmaterials_modifiedonbehalfby\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"modifiedonbehalfby\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"lk_appr_learningmaterials_modifiedonbehalfby\",\"ReferencingEntityNavigationPropertyName\":\"modifiedonbehalfby\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"3a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"user_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"systemuserid\",\"ReferencedEntity\":\"systemuser\",\"ReferencingAttribute\":\"owninguser\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"user_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"owninguser\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"411d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"team_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"teamid\",\"ReferencedEntity\":\"team\",\"ReferencingAttribute\":\"owningteam\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"team_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"owningteam\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"461d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"owner_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"ownerid\",\"ReferencedEntity\":\"owner\",\"ReferencingAttribute\":\"ownerid\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"owner_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"ownerid\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"4a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"business_unit_appr_learningmaterials\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"businessunitid\",\"ReferencedEntity\":\"businessunit\",\"ReferencingAttribute\":\"owningbusinessunit\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"business_unit_appr_learningmaterials\",\"ReferencingEntityNavigationPropertyName\":\"owningbusinessunit\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"941fd9b2-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"SecurityTypes\":\"Append\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_courseid\",\"ReferencedEntity\":\"appr_course\",\"ReferencingAttribute\":\"appr_relatedcourse\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_appr_learningmaterials_RelatedCourse_appr\",\"ReferencingEntityNavigationPropertyName\":\"appr_RelatedCourse\",\"RelationshipBehavior\":1,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"UseCollectionName\",\"Group\":\"Details\",\"Order\":10000,\"IsCustomizable\":true,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"119bbbd4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":true,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"FileAttachment_appr_LearningMaterials_appr_Attachment\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"fileattachmentid\",\"ReferencedEntity\":\"fileattachment\",\"ReferencingAttribute\":\"appr_attachment\",\"ReferencingEntity\":\"appr_learningmaterials\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"FileAttachment_appr_LearningMaterials_appr_Attachment\",\"ReferencingEntityNavigationPropertyName\":\"appr_attachment\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":false,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"RemoveLink\",\"Archive\":\"RemoveLink\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"OneToManyRelationships\":[{\"MetadataId\":\"6c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_SyncErrors\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"syncerror\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_SyncErrors\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"701d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_DuplicateMatchingRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"duplicaterecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_DuplicateMatchingRecord\",\"ReferencingEntityNavigationPropertyName\":\"duplicaterecordid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"741d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_DuplicateBaseRecord\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"baserecordid\",\"ReferencingEntity\":\"duplicaterecord\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_DuplicateBaseRecord\",\"ReferencingEntityNavigationPropertyName\":\"baserecordid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"781d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_AsyncOperations\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"asyncoperation\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_AsyncOperations\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"7c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_MailboxTrackingFolders\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"mailboxtrackingfolder\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_MailboxTrackingFolders\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"801d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_UserEntityInstanceDatas\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"userentityinstancedata\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_UserEntityInstanceDatas\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"841d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_ProcessSession\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"processsession\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_ProcessSession\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"NoCascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"881d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_learningmaterials_BulkDeleteFailures\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"regardingobjectid\",\"ReferencingEntity\":\"bulkdeletefailure\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_BulkDeleteFailures\",\"ReferencingEntityNavigationPropertyName\":\"regardingobjectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"8c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":false,\"SchemaName\":\"appr_learningmaterials_PrincipalObjectAttributeAccesses\",\"SecurityTypes\":\"None\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"principalobjectattributeaccess\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_PrincipalObjectAttributeAccesses\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_learningmaterials\",\"RelationshipBehavior\":0,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]},{\"MetadataId\":\"0d9bbbd4-825b-ee11-be6f-6045bd1dbe0d\",\"HasChanged\":null,\"IsCustomRelationship\":false,\"IsValidForAdvancedFind\":true,\"SchemaName\":\"appr_learningmaterials_FileAttachments\",\"SecurityTypes\":\"ParentChild\",\"IsManaged\":false,\"RelationshipType\":\"OneToManyRelationship\",\"IntroducedVersion\":\"1.0.0.0\",\"ReferencedAttribute\":\"appr_learningmaterialsid\",\"ReferencedEntity\":\"appr_learningmaterials\",\"ReferencingAttribute\":\"objectid\",\"ReferencingEntity\":\"fileattachment\",\"IsHierarchical\":false,\"EntityKey\":null,\"IsRelationshipAttributeDenormalized\":false,\"ReferencedEntityNavigationPropertyName\":\"appr_learningmaterials_FileAttachments\",\"ReferencingEntityNavigationPropertyName\":\"objectid_appr_learningmaterials\",\"RelationshipBehavior\":2,\"IsDenormalizedLookup\":null,\"DenormalizedAttributeName\":null,\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"AssociatedMenuConfiguration\":{\"Behavior\":\"DoNotDisplay\",\"Group\":\"Details\",\"Order\":null,\"IsCustomizable\":false,\"Icon\":null,\"ViewId\":\"00000000-0000-0000-0000-000000000000\",\"AvailableOffline\":true,\"MenuId\":null,\"QueryApi\":null,\"Label\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},\"CascadeConfiguration\":{\"Assign\":\"NoCascade\",\"Delete\":\"Cascade\",\"Archive\":\"NoCascade\",\"Merge\":\"NoCascade\",\"Reparent\":\"NoCascade\",\"Share\":\"NoCascade\",\"Unshare\":\"NoCascade\",\"RollupView\":\"NoCascade\"},\"RelationshipAttributes\":[]}],\"ManyToManyRelationships\":[]}", + "EntityNameOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.EntityNameAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"f3c943cd-68d5-4936-adcf-38278a330f05\",\"LogicalName\":\"owneridtype\",\"SchemaName\":\"OwnerIdType\",\"DisplayName\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null},\"OptionSet\":null}]}", + "Forms": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#systemforms(name,formid)\",\"value\":[{\"@odata.etag\":\"W/\\\"2161308\\\"\",\"name\":\"Information\",\"formid\":\"f59e0be7-1572-4338-a970-072150939a3a\",\"objecttypecode\":\"appr_learningmaterials\",\"type\":2},{\"@odata.etag\":\"W/\\\"2161354\\\"\",\"name\":\"Information\",\"formid\":\"accefffe-650f-497f-970d-1f5adc0fe4e3\",\"objecttypecode\":\"appr_learningmaterials\",\"type\":11},{\"@odata.etag\":\"W/\\\"2161379\\\"\",\"name\":\"Information\",\"formid\":\"5bc38a6f-bf48-4089-90d8-5df1afd0ac9e\",\"objecttypecode\":\"appr_learningmaterials\",\"type\":6}]}", + "IconUrl": "", + "MultiSelectPicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "PicklistOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.PicklistAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[]}", + "StateOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.StateAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"577f5f30-1f7c-4c1d-881f-ef07c82a186e\",\"LogicalName\":\"statecode\",\"SchemaName\":\"statecode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"501d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"551d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_learningmaterials_statecode\",\"ExternalTypeName\":null,\"OptionSetType\":\"State\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"571d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"571d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"561d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"561d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":0,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":1,\"InvariantName\":\"Active\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"521d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"521d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StateOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"DefaultStatus\":2,\"InvariantName\":\"Inactive\",\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"541d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"541d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "StatusOptionSetAttribute": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#EntityDefinitions('appr_learningmaterials')/Attributes/Microsoft.Dynamics.CRM.StatusAttributeMetadata(MetadataId,LogicalName,SchemaName,DisplayName,OptionSet())\",\"value\":[{\"MetadataId\":\"84e29daa-addc-4c04-b141-1a88386658b0\",\"LogicalName\":\"statuscode\",\"SchemaName\":\"statuscode\",\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5a1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"OptionSet\":{\"MetadataId\":\"5f1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null,\"IsCustomOptionSet\":true,\"IsGlobal\":false,\"IsManaged\":false,\"Name\":\"appr_learningmaterials_statuscode\",\"ExternalTypeName\":null,\"OptionSetType\":\"Status\",\"IntroducedVersion\":\"1.0\",\"ParentOptionSetName\":null,\"Description\":{\"LocalizedLabels\":[{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"611d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Reason for the status of the Learning Materials\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"611d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"DisplayName\":{\"LocalizedLabels\":[{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"601d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Status Reason\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"601d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"IsCustomizable\":{\"Value\":true,\"CanBeChanged\":true,\"ManagedPropertyLogicalName\":\"iscustomizable\"},\"Options\":[{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":1,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":0,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Active\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5c1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}},{\"@odata.type\":\"#Microsoft.Dynamics.CRM.StatusOptionMetadata\",\"Value\":2,\"Color\":null,\"IsManaged\":false,\"ExternalValue\":null,\"ParentValues\":[],\"Tag\":null,\"MetadataId\":null,\"HasChanged\":null,\"State\":1,\"TransitionData\":null,\"Label\":{\"LocalizedLabels\":[{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}],\"UserLocalizedLabel\":{\"Label\":\"Inactive\",\"LanguageCode\":1033,\"IsManaged\":false,\"MetadataId\":\"5e1d2ee7-6f5b-ee11-be6f-000d3aa06f77\",\"HasChanged\":null}},\"Description\":{\"LocalizedLabels\":[],\"UserLocalizedLabel\":null}}]}}]}", + "TableName": "appr_learningmaterials", + "Views": "{\"@odata.context\":\"https://exampractice.crm5.dynamics.com/api/data/v9.0/$metadata#savedqueries(savedqueryid,name,querytype)\",\"value\":[{\"@odata.etag\":\"W/\\\"2161428\\\"\",\"savedqueryid\":\"1aee8e6b-59f3-426e-8f01-0a0dfd57e0de\",\"name\":\"Learning Materials Lookup View\",\"querytype\":64},{\"@odata.etag\":\"W/\\\"2161416\\\"\",\"savedqueryid\":\"99bdebf7-4f64-437a-a04f-320d1dda1297\",\"name\":\"Learning Materials Associated View\",\"querytype\":2},{\"@odata.etag\":\"W/\\\"2161403\\\"\",\"savedqueryid\":\"884d91ae-2f66-4f8e-be0d-85308eff1a4a\",\"name\":\"Inactive Learning Materials\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2161391\\\"\",\"savedqueryid\":\"d836df44-39cc-4976-894f-e71705397937\",\"name\":\"Active Learning Materials\",\"querytype\":0},{\"@odata.etag\":\"W/\\\"2161440\\\"\",\"savedqueryid\":\"29ef9445-ceec-4d33-a51f-eb864d42f691\",\"name\":\"Learning Materials Advanced Find View\",\"querytype\":1}]}" + }, + "UnusedDataSources": {}, + "webApiVersion": "v9.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/Wadl/ChatGPTConnector.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/Wadl/ChatGPTConnector.xml new file mode 100644 index 00000000..bbad95e0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/Wadl/ChatGPTConnector.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/attachments_2.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/attachments_2.3.0.xml new file mode 100644 index 00000000..a8308ebf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/attachments_2.3.0.xml @@ -0,0 +1,499 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + ]]> + + + Attachments, as AppMagic.Data.IAttachmentDataTable + + + + + data + ##attachments_Items_DisplayName## + ##attachments_Items_Tooltip## + + + Attachments, as array of AppMagic.Controls.Attachments.AttachmentsItem + + + + + data + + + + Maximum attachments + data + ##attachments_MaxAttachments_DisplayName## + ##attachments_MaxAttachments_Tooltip## + + + + Maximum attachment size + data + ##attachments_MaxAttachmentSize_DisplayName## + ##attachments_MaxAttachmentSize_Tooltip## + + + Default selected item + data + ##attachments_Default_DisplayName## + ##attachments_Default_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + Item background color + design + color + ##attachments_ItemFill_DisplayName## + ##attachments_ItemFill_Tooltip## + + + Item foreground color + design + color + ##attachments_ItemColor_DisplayName## + ##attachments_ItemColor_Tooltip## + + + Item hover background color + design + color + ##attachments_ItemHoverFill_DisplayName## + ##attachments_ItemHoverFill_Tooltip## + + + Item hover foreground color + design + color + ##attachments_ItemHoverColor_DisplayName## + ##attachments_ItemHoverColor_Tooltip## + + + Item pressed background color + design + color + ##attachments_ItemPressedFill_DisplayName## + ##attachments_ItemPressedFill_Tooltip## + + + Item pressed foreground color + design + color + ##attachments_ItemPressedColor_DisplayName## + ##attachments_ItemPressedColor_Tooltip## + + + Item disabled background color + design + color + ##attachments_ItemDisabledFill_DisplayName## + ##attachments_ItemDisabledFill_Tooltip## + + + Item disabled foreground color + design + color + ##attachments_ItemDisabledColor_DisplayName## + ##attachments_ItemDisabledColor_Tooltip## + + + Added item background color + design + color + ##attachments_AddedItemFill_DisplayName## + ##attachments_AddedItemFill_Tooltip## + + + Added item foreground color + design + color + ##attachments_AddedItemColor_DisplayName## + ##attachments_AddedItemColor_Tooltip## + + + Removed item background color + design + color + ##attachments_RemovedItemFill_DisplayName## + ##attachments_RemovedItemFill_Tooltip## + + + Removed item foreground color + design + color + ##attachments_RemovedItemColor_DisplayName## + ##attachments_RemovedItemColor_Tooltip## + + + Item spacing + design + ##attachments_ItemSpacing_DisplayName## + ##attachments_ItemSpacing_Tooltip## + + + + + Item error background color + design + color + ##attachments_ItemErrorFill_DisplayName## + ##attachments_ItemErrorFill_Tooltip## + + + Item error foreground color + design + color + ##attachments_ItemErrorColor_DisplayName## + ##attachments_ItemErrorColor_Tooltip## + + + ##attachments_NoAttachmentsText_DisplayName## + ##attachments_NoAttachmentsText_Tooltip## + data + + + No attachments color + design + color + ##attachments_NoAttachmentsColor_DisplayName## + ##attachments_NoAttachmentsColor_Tooltip## + + + + ##attachments_AddAttachmentText_DisplayName## + ##attachments_AddAttachmentText_Tooltip## + data + + + Add attachment color + design + color + ##attachments_AddAttachmentColor_DisplayName## + ##attachments_AddAttachmentColor_Tooltip## + + + + ##attachments_MaxAttachmentsText_DisplayName## + ##attachments_MaxAttachmentsText_Tooltip## + data + + + Max attachments color + design + color + ##attachments_MaxAttachmentsColor_DisplayName## + ##attachments_MaxAttachmentsColor_Tooltip## + + + + Drop target border thickness + design + lineWidth + ##attachments_DropTargetBorderThickness_DisplayName## + ##attachments_DropTargetBorderThickness_Tooltip## + + + Drop target border style + design + lineStyle + ##attachments_DropTargetBorderStyle_DisplayName## + + + Drop target border color + design + color + ##attachments_DropTargetBorderColor_DisplayName## + ##attachments_DropTargetBorderColor_Tooltip## + + + Drop target background color + design + color + ##attachments_DropTargetBackgroundColor_DisplayName## + ##attachments_DropTargetBackgroundColor_Tooltip## + + + Drop target text color + design + color + ##attachments_DropTargetTextColor_DisplayName## + ##attachments_DropTargetTextColor_Tooltip## + + + + + + + + + + + + + behavior + ##attachments_OnAddFile_DisplayName## + ##attachments_OnAddFile_Tooltip## + + + behavior + ##attachments_OnRemoveFile_DisplayName## + ##attachments_OnRemoveFile_Tooltip## + + + behavior + ##attachments_OnUndoRemoveFile_DisplayName## + ##attachments_OnUndoRemoveFile_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/button_2.2.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/button_2.2.0.xml new file mode 100644 index 00000000..bd3107b9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/button_2.2.0.xml @@ -0,0 +1,232 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + +
+ + +
+]]> + + + The pressed state of the button. + data + boolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/combobox_2.4.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/combobox_2.4.0.xml new file mode 100644 index 00000000..78662950 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/combobox_2.4.0.xml @@ -0,0 +1,385 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + +
+ ]]>
+ + + + + + + + + + + + data + ##combobox_DisplayFields_DisplayName## + ##combobox_DisplayFields_Tooltip## + + + data + ##combobox_SearchFields_DisplayName## + ##combobox_SearchFields_Tooltip## + + + dropdown items + data + ##combobox_Items_DisplayName## + + ##combobox_Items_Tooltip## + + + data + ##combobox_InputTextPlaceholder_DisplayName## + ##combobox_InputTextPlaceholder_Tooltip## + + + data + ##combobox_NoSelectionText_DisplayName## + ##combobox_NoSelectionText_Tooltip## + + + SelectMultiple + data + ##combobox_SelectMultiple_DisplayName## + ##combobox_SelectMultiple_Tooltip## + + + Default selected item + data + ##combobox_Default_DisplayName## + ##combobox_Default_Tooltip## + + + Selected item that is going to be passed through + Items + data + + + Data item for use when OnNavigate is called. + Items + data + ##combobox_NavigateItem_DisplayName## + ##combobox_NavigateItem_Tooltip## + + + Selected items in the control. + Items + data + ##combobox_SelectedItems_DisplayName## + + + Text used to search the list of items. + data + ##combobox_SearchText_DisplayName## + ##combobox_SearchText_Tooltip## + + + Default selected items + data + ##combobox_DefaultSelectedItems_DisplayName## + ##combobox_DefaultSelectedItems_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + IsSearchable + data + ##combobox_IsSearchable_DisplayName## + ##combobox_IsSearchable_Tooltip## + + + Selected Text color + design + color + ##combobox_SelectionColor_DisplayName## + ##combobox_SelectionColor_Tooltip## + + + + + ComboBox Chevron Fill + design + color + ##ComboBox_Chevron_Fill_DisplayName## + ##ComboBox_Chevron_Fill_Tooltip## + + + ComboBox Chevron Hover Fill + design + color + ##ComboBox_Chevron_HoverFill_DisplayName## + + + ComboBox Chevron Disabled Fill + design + color + ##ComboBox_Chevron_DisabledFill_DisplayName## + + + ComboBox Chevron Fill + design + color + ##ComboBox_Chevron_Background_DisplayName## + ##ComboBox_Chevron_Background_Tooltip## + + + ComboBox Chevron Hover Fill + design + color + ##ComboBox_Chevron_HoverBackground_DisplayName## + + + ComboBox chevron disabled fill + design + color + ##ComboBox_Chevron_DisabledBackground_DisplayName## + + + Selected fill color + design + color + ##combobox_SelectionFill_DisplayName## + ##combobox_SelectionFill_Tooltip## + + + Selection tag fill color + design + color + ##combobox_SelectionTagFill_DisplayName## + ##combobox_SelectionTagFill_Tooltip## + + + Selection tag color + design + color + ##combobox_SelectionTagColor_DisplayName## + ##combobox_SelectionTagColor_Tooltip## + + + data + ##combobox_MultiValueDelimiter_DisplayName## + ##combobox_MultiValueDelimiter_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/dropdown_2.3.1.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/dropdown_2.3.1.xml new file mode 100644 index 00000000..65d98646 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/dropdown_2.3.1.xml @@ -0,0 +1,429 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+ + + + ]]>
+ + + dropdown items + data + ##dropdown_Items_DisplayName## + + + + + ##dropdown_Items_Tooltip## + + + Value of the selected item + Items + data + + + Text value of the selected item + data + Items + + + + + + Selected item + data + ##dropdown_Default_DisplayName## + ##dropdown_Default_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + AllowEmptySelection + data + ##dropdown_AllowEmptySelection_DisplayName## + ##dropdown_AllowEmptySelection_Tooltip## + + + Selected Text color + design + color + ##dropdown_SelectionColor_DisplayName## + ##dropdown_SelectionColor_Tooltip## + + + + + Dropdown Chevron Fill + design + color + ##Dropdown_Chevron_Fill_DisplayName## + ##Dropdown_Chevron_Fill_Tooltip## + + + Dropdown Chevron Hover Fill + design + color + ##Dropdown_Chevron_HoverFill_DisplayName## + + + Dropdown Chevron Disabled Fill + design + color + ##Dropdown_Chevron_DisabledFill_DisplayName## + + + Dropdown Chevron Fill + design + color + ##Dropdown_Chevron_Background_DisplayName## + ##Dropdown_Chevron_Background_Tooltip## + + + Dropdown Chevron Hover Fill + design + color + ##Dropdown_Chevron_HoverBackground_DisplayName## + + + Dropdown Chevron Disabled Fill + design + color + ##Dropdown_Chevron_DisabledBackground_DisplayName## + + + Selected Fill color + design + color + ##dropdown_SelectionFill_DisplayName## + ##dropdown_SelectionFill_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/form_2.4.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/form_2.4.0.xml new file mode 100644 index 00000000..543ab6c2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/form_2.4.0.xml @@ -0,0 +1,225 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + + + + + + + + + + data + ##formProperties_DataSource_DisplayName## + ##formProperties_DataSource_Tooltip## + + + + + data + ##formProperties_Mode_DisplayName## + ##formProperties_Mode_Tooltip## + + + data + ##formProperties_DisplayMode_DisplayName## + ##formProperties_DisplayMode_Tooltip## + + + data + ##formProperties_DefaultMode_DisplayName## + ##formProperties_DefaultMode_Tooltip## + + + data + ##formProperties_Item_DisplayName## + ##formProperties_Item_Tooltip## + + + + + data + ##formProperties_Updates_DisplayName## + + + + data + ##formProperties_LastSubmit_DisplayName## + ##formProperties_LastSubmit_Tooltip## + + + data + ##formProperties_Unsaved_DisplayName## + ##formProperties_Unsaved_Tooltip## + + + data + ##formProperties_Error_DisplayName## + ##formProperties_Error_Tooltip## + + + data + ##formProperties_ErrorKind_DisplayName## + ##formProperties_ErrorKind_Tooltip## + + + data + ##commonProperties_Valid_DisplayName## + ##commonProperties_Valid_Tooltip## + + + + behavior + ##formProperties_OnSuccess_DisplayName## + ##formProperties_OnSuccess_Tooltip## + + + behavior + ##formProperties_OnReset_DisplayName## + ##formProperties_OnReset_Tooltip## + + + behavior + ##formProperties_OnFailure_DisplayName## + ##formProperties_OnFailure_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/gallery_2.13.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/gallery_2.13.2.xml new file mode 100644 index 00000000..0fe91729 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/gallery_2.13.2.xml @@ -0,0 +1,748 @@ + + + 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/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/groupContainer_1.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/groupContainer_1.3.0.xml new file mode 100644 index 00000000..10d8c62b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/groupContainer_1.3.0.xml @@ -0,0 +1,165 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/htmlViewer_2.1.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/htmlViewer_2.1.0.xml new file mode 100644 index 00000000..ddf580aa --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/htmlViewer_2.1.0.xml @@ -0,0 +1,143 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + +
+
+
+
+
+
+
+ + ]]>
+ + + HtmlViewer contents + data + ##htmlViewer_HtmlText_DisplayName## + ##htmlViewer_HtmlText_Tooltip## + + + + AutoHeight + design + ##CommonProperties_AutoHeight_DisplayName## + ##CommonProperties_AutoHeight_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/image_2.2.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/image_2.2.2.xml new file mode 100644 index 00000000..f372cd76 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/image_2.2.2.xml @@ -0,0 +1,344 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + = 1 ? '0' : 1 - properties.Transparency(), + visibility: properties.Transparency() >= 1 ? 'hidden' : '' + }, + visible: properties.Visible + }"> + +
+
+ + + + +
+
+ + + + ]]>
+ + + Image content + true + data + ##image_Image_DisplayName## + ##CommonProperties_Image_Tooltip## + + + + Image transparency + design + ##image_Transparency_DisplayName## + ##image_Transparency_Tooltip## + + + Image stretch style + design + imagePosition + ##image_ImagePosition_DisplayName## + ##CommonProperties_ImagePosition_Tooltip## + + + CalculateOriginalDimensions + design + boolean + ##image_CalculateOriginalDimensions_DisplayName## + + + ImageRotation + design + ##image_ImageRotation_DisplayName## + ##image_ImageRotation_Tooltip## + + + FlipHorizontal + design + boolean + ##image_FlipHorizontal_DisplayName## + + + FlipVertical + design + boolean + ##image_FlipVertical_DisplayName## + + + ApplyEXIFOrientation + design + boolean + ##image_ApplyEXIFOrientation_DisplayName## + + + EXIFOrientation + design + ##image_EXIFOrientation_DisplayName## + + + OriginalWidth + design + imagePosition + ##image_OriginalWidth_DisplayName## + + + OriginalHeight + design + imagePosition + ##image_OriginalHeight_DisplayName## + + + DisplayedWidth + design + ##image_DisplayedWidth_DisplayName## + + + DisplayedHeight + design + ##image_DisplayedHeight_DisplayName## + + + OffsetX + design + ##image_OffsetX_DisplayName## + + + OffsetY + design + ##image_OffsetY_DisplayName## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/label_2.5.1.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/label_2.5.1.xml new file mode 100644 index 00000000..e9d1e207 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/label_2.5.1.xml @@ -0,0 +1,341 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + = 0 ? 'button' : 'presentation', + 'aria-disabled': properties.TabIndex() >= 0 && viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit + }, + event: { + click: handleClick + }, + shortcut: { + provider: shortcutProvider, + enabled: shortcutsEnabled + }" + > + +
+
+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + + ]]>
+ + + + Live + data + ##label_Live_DisplayName## + ##label_Live_Tooltip## + + + + Line Height + design + ##label_LineHeight_DisplayName## + ##label_LineHeight_Tooltip## + lineWidth + + + Overflow + design + ##label_Overflow_DisplayName## + ##label_Overflow_Tooltip## + overflow + + + + AutoHeight + design + ##CommonProperties_AutoHeight_DisplayName## + ##CommonProperties_AutoHeight_Tooltip## + + + Wrap + design + ##label_Wrap_DisplayName## + ##label_Wrap_Tooltip## + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/text_2.3.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/text_2.3.2.xml new file mode 100644 index 00000000..ec6bff55 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_aieducationteacherapp_ee932/pkgs/text_2.3.2.xml @@ -0,0 +1,367 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + +
+ +
+ + +
+ + + ]]>
+ + + Initial text + data + ##text_Default_DisplayName## + ##text_Default_Tooltip## + + + Output Text + data + + + Textbox Mode + design + TextMode + ##text_Mode_DisplayName## + ##text_Mode_Tooltip## + + + Input textbox Format + design + TextFormat + ##text_Format_DisplayName## + ##text_Format_Tooltip## + + + Input Keyboard Type + design + VirtualKeyboardMode + ##text_VirtualKeyboardMode_DisplayName## + ##text_VirtualKeyboardMode_Tooltip## + + + Clear Button + design + boolean + ##text_Clear_DisplayName## + ##text_Clear_Tooltip## + + + Enable spell check + design + boolean + ##text_EnableSpellCheck_DisplayName## + ##text_EnableSpellCheck_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + Line Height + design + ##text_LineHeight_DisplayName## + lineWidth + ##label_LineHeight_Tooltip## + + + Hint text + data + ##text_HintText_DisplayName## + ##text_HintText_Tooltip## + + + MaxLength + data + ##commonProperties_MaxLength_DisplayName## + ##commonProperties_MaxLength_Tooltip## + + + DelayOutput + data + ##text_DelayOutput_DisplayName## + ##text_DelayOutput_Tooltip## + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Assets/Images/img_NavTopLogo.png b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Assets/Images/img_NavTopLogo.png new file mode 100644 index 00000000..8e35f723 Binary files /dev/null and b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Assets/Images/img_NavTopLogo.png differ diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Assets/SampleImage.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Assets/SampleImage.json new file mode 100644 index 00000000..f6207232 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Assets/SampleImage.json @@ -0,0 +1,12 @@ +{ + "Content": "Image", + "FileName": "/ctrllib/image/images/SampleImage.svg", + "IsSampleData": true, + "IsWritable": false, + "Name": "SampleImage", + "Path": "/ctrllib/image/images/SampleImage.svg", + "ResourceKind": "Uri", + "RootPath": "ms-appx:///ctrllib/image/images/SampleImage.svg", + "Schema": "i", + "Type": "ResourceInfo" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/CanvasManifest.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/CanvasManifest.json new file mode 100644 index 00000000..a4796d37 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/CanvasManifest.json @@ -0,0 +1,137 @@ +{ + "FormatVersion": "0.24", + "Header": { + "AnalysisOptions": { + "DataflowAnalysisEnabled": false, + "DataflowAnalysisFlagStateToggledByUser": false + }, + "DocVersion": "1.334", + "MinVersionToLoad": "1.331", + "MSAppStructureVersion": "2.0" + }, + "Properties": { + "AppCreationSource": "AppFromScratch", + "AppDescription": "", + "AppPreviewFlagsMap": { + "aibuilderserviceenrollment": false, + "allowmultiplescreensincanvaspages": false, + "appinsightserrortracing": false, + "appinstrumentationcorrelationtracing": false, + "autocreateenvironmentvariables": false, + "behaviorpropertyui": false, + "blockmovingcontrol": true, + "cdsdataformatting": false, + "classiccontrols": false, + "consistentreturnschemafortabularfunctions": true, + "copyandmerge": false, + "dataflowanalysisenabled": false, + "datatablev2control": true, + "dataverseactionsenabled": true, + "delaycontrolrendering": true, + "delayloadscreens": true, + "disablecdsfileandlargeimage": false, + "dynamicschema": false, + "enableappembeddingux": false, + "enablechatbotfeature": true, + "enablecomponentnamemaps": false, + "enablecomponentscopeoldbehavior": false, + "enablecopilotcontrol": true, + "enabledataverseoffline": false, + "enableeditcacherefreshfrequency": false, + "enableexcelonlinebusinessv2connector": true, + "enableexperimentaldataverseoffline": true, + "enableideaspanel": true, + "enablelegacybarcodescanner": false, + "enableonstart": true, + "enableonstartnavigate": false, + "enablepcfmoderndatasets": true, + "enablerowscopeonetonexpand": false, + "enablerpawarecomponentdependency": true, + "enablerulespanel": false, + "enableruntimepolicies": true, + "enablesaveloadcleardataonweb": true, + "enableupdateifdelegation": false, + "enhancedgalleryinitialization": true, + "errorhandling": true, + "expandedsavedatasupport": true, + "exportimportcomponents2": true, + "externalmessage": false, + "fluentv9controls": false, + "fluentv9controlspreview": true, + "formuladataprefetch": true, + "formularepair": false, + "generatedebugpublishedapp": false, + "herocontrols": false, + "improvedmediacapture": true, + "improvedtabstopbehavior": false, + "isemptyrequirestableargument": true, + "keeprecentscreensloaded": false, + "longlivingcache": false, + "mobilenativerendering": false, + "namedformulas": true, + "nativecdsexperimental": true, + "onegrid": false, + "optimizedforteamsmeeting": false, + "packagemodernruntime": false, + "parallelcodegen": false, + "pdffunction": false, + "powerfxdecimal": false, + "powerfxv1": false, + "projectionmapping": true, + "reactformulabar": true, + "reliableconcurrent": true, + "reservedkeywords": false, + "reverttooldpowerautomate": false, + "rtlinstudiopreview": false, + "rtlsupport": false, + "smartemaildatacard": false, + "supportcolumnnamesasidentifiers": false, + "tabledoesntwraprecords": true, + "untypedobject": true, + "usedisplaynamemetadata": true, + "useenforcesavedatalimits": true, + "useexperimentalcdsconnector": true, + "useexperimentalsqlconnector": true, + "useguiddatatypes": true, + "usenonblockingonstartrule": true, + "webbarcodescanner": false, + "zeroalltabindexes": false + }, + "Author": "", + "BindingErrorCount": 0, + "ContainsThirdPartyPcfControls": false, + "DefaultConnectedDataSourceMaxGetRowsCount": 500, + "DocumentAppType": "Phone", + "DocumentLayoutHeight": 1136, + "DocumentLayoutLockOrientation": false, + "DocumentLayoutMaintainAspectRatio": true, + "DocumentLayoutOrientation": "portrait", + "DocumentLayoutScaleToFit": true, + "DocumentLayoutWidth": 640, + "DocumentType": "ComponentLibrary", + "EnableInstrumentation": false, + "FileID": "dc8a0ede-9b33-4718-92df-5ca18386b92f", + "Id": "dc8a0ede-9b33-4718-92df-5ca18386b92f", + "InstrumentationKey": "", + "LocalDatabaseReferences": "{}", + "ManualOfflineProfileId": "", + "Name": "Library - AIEDU", + "OriginatingVersion": "1.334", + "ParserErrorCount": 0, + "ShowStatusBar": false + }, + "PublishInfo": { + "AppName": "Library - AIEDU", + "BackgroundColor": "RGBA(251,101,60,1)", + "IconColor": "RGBA(255,255,255,1)", + "IconName": "Library", + "LogoFileName": "", + "PublishDataLocally": false, + "PublishResourcesLocally": false, + "PublishTarget": "player", + "UserLocale": "en-US" + }, + "ScreenOrder": [ + "Screen1" + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/ComponentReferences.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/ComponentReferences.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/ComponentReferences.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Connections/Connections.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Connections/Connections.json new file mode 100644 index 00000000..fe0c68c4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Connections/Connections.json @@ -0,0 +1,21 @@ +{ + "44e5022f-d67f-4dde-97c4-fc4356600336": { + "appActions": [], + "connectionRef": { + "apiTier": "Standard", + "displayName": "ChatGPT Connector", + "iconUri": "https://prodapiicons.cdn.powerappscdn.net/20230922t000000zafb5df4312bb4a808b0f98613291bdc1/customconnectoricon.png", + "id": "/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f", + "isCustomApiConnection": true, + "parameterHints": {}, + "parameterHintsV2": {} + }, + "datasets": {}, + "dataSources": [ + "ChatGPTConnector" + ], + "dependencies": {}, + "dependents": [], + "id": "44e5022f-d67f-4dde-97c4-fc4356600336" + } +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/ControlTemplates.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/ControlTemplates.json new file mode 100644 index 00000000..50ee67ce --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/ControlTemplates.json @@ -0,0 +1,171 @@ +{ + "appinfo": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/appinfo", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "appinfo", + "OverridableProperties": {}, + "Version": "1.0" + }, + "button": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/button", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "button", + "OverridableProperties": {}, + "Version": "2.2.0" + }, + "dropdown": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/dropdown", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "dropdown", + "OverridableProperties": {}, + "Version": "2.3.1" + }, + "gallery": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/gallery", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "gallery", + "OverridableProperties": {}, + "Version": "2.13.2" + }, + "galleryTemplate": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/galleryTemplate", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "galleryTemplate", + "OverridableProperties": {}, + "Version": "1.0" + }, + "groupContainer": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "OverridableProperties": {}, + "Version": "1.3.0" + }, + "Host": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "HostType": "Default", + "Id": "http://microsoft.com/appmagic/hostcontrol", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "hostControl", + "OverridableProperties": {}, + "Version": "1.6.0" + }, + "image": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/image", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "image", + "OverridableProperties": {}, + "Version": "2.2.2" + }, + "label": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "rectangle": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/shapes/rectangle", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "rectangle", + "OverridableProperties": {}, + "Version": "2.3.0" + }, + "screen": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/screen", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "screen", + "OverridableProperties": {}, + "Version": "1.0" + }, + "text": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/text", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "text", + "OverridableProperties": {}, + "Version": "2.3.2" + } +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/ChatGPTConnector.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/ChatGPTConnector.json new file mode 100644 index 00000000..0ec9bb34 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/ChatGPTConnector.json @@ -0,0 +1,8 @@ +[ + { + "ApiId": "/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f", + "Name": "ChatGPTConnector", + "ServiceKind": "ConnectedWadl", + "Type": "ServiceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/CustomGallerySample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/CustomGallerySample.json new file mode 100644 index 00000000..221a3011 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/CustomGallerySample.json @@ -0,0 +1,17 @@ +[ + { + "Data": "[{\"SampleHeading\":\"Lorem ipsum 1\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"},{\"SampleHeading\":\"Lorem ipsum 2\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Suspendisse enim metus, tincidunt quis lobortis a, fringilla dignissim neque.\"},{\"SampleHeading\":\"Lorem ipsum 3\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Ut pharetra a dolor ac vehicula.\"},{\"SampleHeading\":\"Lorem ipsum 4\",\"SampleImage\":\"/ctrllib/image/images/SampleImage.svg\",\"SampleText\":\"Vestibulum dui felis, fringilla nec mi sed, tristique dictum nisi.\"}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "CustomGallerySample", + "OrderedColumnNames": [ + "SampleImage", + "SampleHeading", + "SampleText" + ], + "OriginalName": "CustomGallerySample", + "OriginalSchema": "*[SampleHeading:s, SampleImage:i, SampleText:s]", + "Schema": "*[SampleHeading:s, SampleImage:i, SampleText:s]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/DropDownSample.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/DropDownSample.json new file mode 100644 index 00000000..cae86d65 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/DataSources/DropDownSample.json @@ -0,0 +1,15 @@ +[ + { + "Data": "[{\"Value\":\"1\"},{\"Value\":\"2\"},{\"Value\":\"3\"}]", + "IsSampleData": true, + "IsWritable": false, + "Name": "DropDownSample", + "OrderedColumnNames": [ + "Value" + ], + "OriginalName": "DropDownSample", + "OriginalSchema": "*[Value:s]", + "Schema": "*[Value:s]", + "Type": "StaticDataSourceInfo" + } +] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/AppCheckerResult.sarif b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/AppCheckerResult.sarif new file mode 100644 index 00000000..c8427ef5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/AppCheckerResult.sarif @@ -0,0 +1,452 @@ +{ + "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json", + "runs": [ + { + "columnKind": "utf16CodeUnits", + "invocations": [ + { + "executionSuccessful": true + } + ], + "results": [ + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.FocusedBorderThickness" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.FocusedBorderThickness", + "relativeAddress": 0 + } + }, + "properties": { + "member": "FocusedBorderThickness", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.lbl_Titile" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.TabIndex" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg.TabIndex", + "relativeAddress": 0 + } + }, + "properties": { + "member": "TabIndex", + "module": "comp_SideNav", + "type": "comp_SideNav.cont_Nav.gal_Nav.img_TitleImg" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "ruleIndex": 1 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1", + "relativeAddress": 0 + } + }, + "properties": { + "module": "Screen1", + "type": "Screen1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Low" + }, + "ruleId": "acc-ReadableScreenNameNeeded", + "ruleIndex": 3 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_1.txt_UserInput.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_1.txt_UserInput.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_1.txt_UserInput" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_2.txt_Response.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_2.txt_Response.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyLower.cont_BodyLower_2.txt_Response" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Subject.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Subject.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Subject" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Topic.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Topic.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyUpper.drp_Topic" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + }, + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.txt_Keywords.AccessibleLabel" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "comp_Summarizer.cont_Body.cont_BodyUpper.txt_Keywords.AccessibleLabel", + "relativeAddress": 0 + } + }, + "properties": { + "member": "AccessibleLabel", + "module": "comp_Summarizer", + "type": "comp_Summarizer.cont_Body.cont_BodyUpper.txt_Keywords" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Medium" + }, + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 0 + } + ], + "tool": { + "driver": { + "fullName": "PowerApps app checker", + "name": "PowerApps app checker", + "rules": [ + { + "id": "acc-AccessibleLabelNeeded", + "messageStrings": { + "issue": { + "text": "Missing accessible label" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Edit the accessible label property to describe the item." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "If there's no accessible text, people who can’t see the screen won't understand what’s in images and controls." + } + }, + { + "id": "acc-TabIndexShouldBeDefinedForInteractiveControl", + "messageStrings": { + "issue": { + "text": "Missing tab stop" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Set TabIndex to 0 or greater to ensure that interactive elements have a tab stop." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "People who use the keyboard with your app will not be able to access this element without a tab stop." + } + }, + { + "id": "acc-FocusBorderShouldBeVisible", + "messageStrings": { + "issue": { + "text": "Focus isn't showing" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Change the FocusedBorderThickness property to be more than 0." + ], + "level": "Medium", + "primaryCategory": "accessibility", + "whyFix": "If the focus isn't visible, people who don't use a mouse won't be able to see it when they're interacting with the app." + } + }, + { + "id": "acc-ReadableScreenNameNeeded", + "messageStrings": { + "issue": { + "text": "Revise screen name" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Give the screen a title that describes what's on the screen or what it's used for." + ], + "level": "Low", + "primaryCategory": "accessibility", + "whyFix": "People who are blind, have low vision, or a reading disability rely on screen titles to navigate using the screen reader. " + } + } + ], + "version": "1.334" + } + } + } + ], + "version": "2.1.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/Entropy.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/Entropy.json new file mode 100644 index 00000000..59c75e8f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/Entropy.json @@ -0,0 +1,191 @@ +{ + "ComponentIndexes": { + "comp_SideNav": 2, + "comp_StagingTest": 1, + "comp_Summarizer": 3 + }, + "ControlUniqueGuids": {}, + "ControlUniqueIds": { + "App": 1, + "btn_Submit": 37, + "comp_SideNav": 14, + "comp_StagingTest": 4, + "comp_Summarizer": 25, + "cont_Body": 26, + "cont_BodyLower": 28, + "cont_BodyLower_1": 35, + "cont_BodyLower_2": 32, + "cont_BodyUpper": 27, + "cont_Nav": 15, + "cont_NavBottom": 22, + "cont_NavButton": 6, + "cont_NavButton_1": 9, + "cont_Navigation": 5, + "cont_NavTop": 16, + "drp_Subject": 42, + "drp_Topic": 44, + "gal_Nav": 18, + "galleryTemplate1": 19, + "Host": 3, + "Image1": 12, + "Image1_1": 13, + "img_NavFooter": 23, + "img_NavImg": 8, + "img_NavImg_1": 11, + "img_NavTopLogo1": 17, + "img_TitleImg": 21, + "lbl_NavText": 7, + "lbl_NavText_1": 10, + "lbl_Titile": 20, + "Screen1": 24, + "separator": 41, + "txt_Keywords": 46, + "txt_Response": 39, + "txt_UserInput": 40 + }, + "FunctionParamsInvariantScripts": {}, + "FunctionParamsInvariantScriptsOnInstances": {}, + "HeaderLastSavedDateTimeUTC": "09/24/2023 08:42:06", + "IsLegacyComponentAllowGlobalScopeCase": false, + "LocalConnectionIDReferences": { + "44e5022f-d67f-4dde-97c4-fc4356600336": "\"/providers/microsoft.powerapps/apis/shared_chatgpt-20connector-5f4d247a0effe063a6-5fbaeb9206c9a14d0f/connections/77ce5d83b9d3441188d1ff761520e86d\"" + }, + "LocalDatabaseReferencesAsEmpty": false, + "LocalResourceFileNames": { + "img_NavTopLogo": "993da456-aa9e-48aa-82f9-20bfc0e89a87.png" + }, + "LocalResourceRootPaths": { + "img_NavTopLogo": "https://docserverpwaprodeas.blob.core.windows.net/f6eb4513-2d12-4c24-b606-e464cf6c0a27-1/resource/Assets0Images0993da456-aa9e-48aa-82f9-20bfc0e89a87.png?sv=2018-03-28&sr=b&sig=20QMTWx1DEPyaZnMbvPc0XMQLM4wQ8emZ9wke6Uqdwg%3D&spr=https&se=2023-09-25T08%3A05%3A49Z&sp=r" + }, + "OrderComponentMetadata": { + "4ecf6d3565024ef883dce7ad5e102ab4": 1, + "a0ec35acd85846e7b13d7a58b2a4f616": 0, + "ee98e551e7114b67bf9088e36bf40dcf": 2 + }, + "OrderComponentTemplate": { + "4ecf6d3565024ef883dce7ad5e102ab4": 1, + "a0ec35acd85846e7b13d7a58b2a4f616": 0, + "ee98e551e7114b67bf9088e36bf40dcf": 2 + }, + "OrderDataSource": { + "ChatGPTConnector": 0, + "CustomGallerySample": 1, + "DropDownSample": 2 + }, + "OrderGroupControls": {}, + "OrderPcfTemplate": {}, + "OrderTemplate": {}, + "OrderXMLTemplate": { + "button": 6, + "dropdown": 4, + "gallery": 3, + "groupContainer": 0, + "image": 2, + "label": 1, + "rectangle": 7, + "text": 5 + }, + "OverridablePropertiesEntry": { + "App": {}, + "btn_Submit": {}, + "comp_SideNav": {}, + "comp_StagingTest": {}, + "comp_Summarizer": {}, + "cont_Body": {}, + "cont_BodyLower": {}, + "cont_BodyLower_1": {}, + "cont_BodyLower_2": {}, + "cont_BodyUpper": {}, + "cont_Nav": {}, + "cont_NavBottom": {}, + "cont_NavButton": {}, + "cont_NavButton_1": {}, + "cont_Navigation": {}, + "cont_NavTop": {}, + "drp_Subject": {}, + "drp_Topic": {}, + "gal_Nav": {}, + "galleryTemplate1": {}, + "Host": {}, + "Image1": {}, + "Image1_1": {}, + "img_NavFooter": {}, + "img_NavImg": {}, + "img_NavImg_1": {}, + "img_NavTopLogo1": {}, + "img_TitleImg": {}, + "lbl_NavText": {}, + "lbl_NavText_1": {}, + "lbl_Titile": {}, + "Screen1": {}, + "separator": {}, + "txt_Keywords": {}, + "txt_Response": {}, + "txt_UserInput": {} + }, + "PCFDynamicSchemaForIRRetrievalEntry": {}, + "PCFTemplateEntry": {}, + "PublishOrderIndices": { + "App": 0, + "btn_Submit": 26, + "comp_SideNav": 0, + "comp_StagingTest": 0, + "comp_Summarizer": 0, + "cont_Body": 18, + "cont_BodyLower": 23, + "cont_BodyLower_1": 24, + "cont_BodyLower_2": 27, + "cont_BodyUpper": 19, + "cont_Nav": 9, + "cont_NavBottom": 16, + "cont_NavButton": 1, + "cont_NavButton_1": 4, + "cont_Navigation": 0, + "cont_NavTop": 10, + "drp_Subject": 20, + "drp_Topic": 21, + "gal_Nav": 12, + "galleryTemplate1": 13, + "Host": 0, + "Image1": 7, + "Image1_1": 8, + "img_NavFooter": 17, + "img_NavImg": 3, + "img_NavImg_1": 6, + "img_NavTopLogo1": 11, + "img_TitleImg": 15, + "lbl_NavText": 2, + "lbl_NavText_1": 5, + "lbl_Titile": 14, + "Screen1": 0, + "separator": 29, + "txt_Keywords": 22, + "txt_Response": 28, + "txt_UserInput": 25 + }, + "ResourcesJsonIndices": { + "Image-img_NavTopLogo": 1, + "Image-SampleImage": 0 + }, + "RuleScreenIdWithoutScreen": {}, + "TemplateVersions": {}, + "VolatileProperties": { + "AnalysisLoadTime": 0.13169359999999999, + "ControlCount": { + "4ecf6d3565024ef883dce7ad5e102ab4": 1, + "a0ec35acd85846e7b13d7a58b2a4f616": 1, + "button": 1, + "dropdown": 3, + "gallery": 1, + "galleryTemplate": 1, + "groupContainer": 8, + "image": 7, + "label": 3, + "PowerApps_CoreControls_TextInputCanvas": 2, + "screen": 1, + "text": 1 + }, + "DeserializationLoadTime": 1.1469342 + }, + "WasLocalDatabaseReferencesEmpty": true +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/checksum.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/checksum.json new file mode 100644 index 00000000..7ece723c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Entropy/checksum.json @@ -0,0 +1,44 @@ +{ + "ClientBuildDetails": { + "CommitHash": "941f06c8f5cf7a493289e9514c8dec5c50b61d34", + "IsLocalBuild": false + }, + "ClientPerFileChecksums": { + "AppCheckerResult.sarif": "C8_F03m/sPO66iPYwxXsUlBawiKhFESkmKi3DMuhzhXoIM=", + "Assets\\Images\\993da456-aa9e-48aa-82f9-20bfc0e89a87.png": "C8_StS41nUphmGFEWZTLuaxqByF4P2Gc027wnXJSbm36pE=", + "Components\\14.json": "C8_NXI2jvoOewpTNZLYejt5j4Ru9EW8LMnQHjUZDqiqB54=", + "Components\\25.json": "C8_uVO6iIIYHTfnqrAXX7T9wQiB7ZHD15dccqS+SFj3lyM=", + "Components\\4.json": "C8_EmT2TotAAZ7VMTEWjBqhupL0MaSoRNmGIBQ+mucmdDI=", + "ComponentsMetadata.json": "C8_NzEvqU4BWYeJkbaBKq7+IgV8x/pFhXIe3BWd57FylBQ=", + "Controls\\1.json": "C8_COfUGRo/QbtOl7YJxM5vENlqsMVKH6YX2irRl9H4cPs=", + "Controls\\24.json": "C8_BDPx7Ae46kHbfzPe0o3Ufzy0dPxUVVYzgBOprv7Py2Y=", + "Header.json": "C8_7Wx4dACZ+zR2blRaZq50Iz6BYGIGyXkZQleKsOVhyKg=", + "Properties.json": "C8_UFxo4Z5TBtWVFvJOmH+lk98ySMNd9v3XNjxTYD248TE=", + "References\\DataSources.json": "C8_rIQZCYiGZOhNvnGFwGDoKIU5xMPf1fBS93DO02rMfHg=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\Resources.json": "C8_zejBWupaPLUsL3+L3aOp7ynwjwD/lqfmaCF/UT5NViw=", + "References\\Templates.json": "C8_goKU/NKePmPxLYU/3NYAnHvGnFnZJTlRB9sdo0LiaTo=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_IFCMNeRt/xba+PzK4Hv2l0ejU442h572t5gKCeF/SgQ=" + }, + "ClientStampedChecksum": "C8_xH+lvLOlsjbbfR2Io04MHBDMBnnWOQvIijDfdzrhXpQ=", + "ServerPerFileChecksums": { + "AppCheckerResult.sarif": "C8_F03m/sPO66iPYwxXsUlBawiKhFESkmKi3DMuhzhXoIM=", + "Assets\\Images\\993da456-aa9e-48aa-82f9-20bfc0e89a87.png": "C8_StS41nUphmGFEWZTLuaxqByF4P2Gc027wnXJSbm36pE=", + "Components\\14.json": "C8_NXI2jvoOewpTNZLYejt5j4Ru9EW8LMnQHjUZDqiqB54=", + "Components\\25.json": "C8_uVO6iIIYHTfnqrAXX7T9wQiB7ZHD15dccqS+SFj3lyM=", + "Components\\4.json": "C8_EmT2TotAAZ7VMTEWjBqhupL0MaSoRNmGIBQ+mucmdDI=", + "ComponentsMetadata.json": "C8_NzEvqU4BWYeJkbaBKq7+IgV8x/pFhXIe3BWd57FylBQ=", + "Controls\\1.json": "C8_COfUGRo/QbtOl7YJxM5vENlqsMVKH6YX2irRl9H4cPs=", + "Controls\\24.json": "C8_BDPx7Ae46kHbfzPe0o3Ufzy0dPxUVVYzgBOprv7Py2Y=", + "Header.json": "C8_7Wx4dACZ+zR2blRaZq50Iz6BYGIGyXkZQleKsOVhyKg=", + "Properties.json": "C8_UFxo4Z5TBtWVFvJOmH+lk98ySMNd9v3XNjxTYD248TE=", + "References\\DataSources.json": "C8_rIQZCYiGZOhNvnGFwGDoKIU5xMPf1fBS93DO02rMfHg=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\Resources.json": "C8_zejBWupaPLUsL3+L3aOp7ynwjwD/lqfmaCF/UT5NViw=", + "References\\Templates.json": "C8_goKU/NKePmPxLYU/3NYAnHvGnFnZJTlRB9sdo0LiaTo=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_IFCMNeRt/xba+PzK4Hv2l0ejU442h572t5gKCeF/SgQ=" + }, + "ServerStampedChecksum": "C8_xH+lvLOlsjbbfR2Io04MHBDMBnnWOQvIijDfdzrhXpQ=" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Other/References/ModernThemes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Other/References/ModernThemes.json new file mode 100644 index 00000000..14ac0273 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Other/References/ModernThemes.json @@ -0,0 +1,8 @@ +{ + "Themes": [ + { + "EntityName": "PowerAppsTheme", + "ThemeName": "PowerAppsTheme" + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/App.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/App.fx.yaml new file mode 100644 index 00000000..191de8ce --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/App.fx.yaml @@ -0,0 +1,11 @@ +App As appinfo: + BackEnabled: =false + Theme: =PowerAppsTheme + + Host As hostControl.DefaultHostControlVariant: + OnCancel: =false + OnEdit: =false + OnNew: =false + OnSave: =false + OnView: =false + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_SideNav.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_SideNav.fx.yaml new file mode 100644 index 00000000..99c5f563 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_SideNav.fx.yaml @@ -0,0 +1,259 @@ +comp_SideNav As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =768 + Width: =300 + X: =0 + Y: =0 + ZIndex: =1 + + cont_Nav As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + cont_NavTop As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =1 + + img_NavTopLogo1 As image: + Height: =Parent.Height/2 + Image: =img_NavTopLogo + Width: =Self.Height + X: =img_TitleImg.X + Y: =Self.X + ZIndex: =1 + + gal_Nav As gallery.variableTemplateHeightGallery: + AlignInContainer: =AlignInContainer.SetByContainer + DelayItemLoading: =true + FillPortions: =3 + Items: | + =[ + {ID:1,name:"Dashboard", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Home)"}, + {ID:2,name:"Courses", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + "), navigateTo: "Navigate(Courses)"}, + {ID:3,name:"Upcoming Submissions", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Upcoming)"}, + {ID:4,name:"Messages", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Messages)"}, + {ID:5,name:"Summarizer", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Summarizer)"}, + {ID:6,name:"Translator", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Translator)"}, + {ID:7,name:"Assignment Assist", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Assignment)"}, + {ID:7,name:"Announcements", svg:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "),svgClicked:"data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + "), navigateTo: "Navigate(Announcements)"} + ] + + //{ID:7,name:"Announcements", svg:"",svgClicked:"", navigateTo: "Navigate(Announcements)"} + Layout: =Layout.Vertical + LayoutMinHeight: =287 + LayoutMinWidth: =Parent.Width + LoadingSpinner: =LoadingSpinner.Data + OnSelect: |- + = + //Select(Parent) + TemplateFill: =If(ThisItem.IsSelected, RGBA(238, 238, 238,1), RGBA(0, 0, 0, 0) ) + TemplatePadding: =4 + TemplateSize: =280 + Width: =Parent.Width + ZIndex: =2 + + lbl_Titile As label: + Font: =Font.'Lato Light' + Height: =50 + HoverFill: =//RGBA(241, 244, 249, 1) + OnSelect: =//Select(Parent) + PaddingLeft: =img_TitleImg.X + (img_TitleImg.Width*1.5) + Size: =14 + Text: =ThisItem.name + Width: =Parent.Width + ZIndex: =1 + + img_TitleImg As image: + Height: =32 + Image: =ThisItem.svg + OnSelect: =//Select(Parent) + Width: =24 + X: =16 + Y: =(lbl_Titile.Height - img_TitleImg.Height) / 2 + ZIndex: =2 + + cont_NavBottom As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + img_NavFooter As image: + Height: =Self.Width + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =img_TitleImg.Width + X: =img_TitleImg.X + Y: =Parent.Height - (Self.Height*2) + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_SideNav.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_SideNav.json new file mode 100644 index 00000000..c7941965 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_SideNav.json @@ -0,0 +1,26 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_SideNav", + "TemplateGuid": "4ecf6d3565024ef883dce7ad5e102ab4" + }, + "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": "638311386498263539", + "Name": "4ecf6d3565024ef883dce7ad5e102ab4", + "OverridableProperties": {}, + "Version": "638309620174895438" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_StagingTest.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_StagingTest.fx.yaml new file mode 100644 index 00000000..681e9ddb --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_StagingTest.fx.yaml @@ -0,0 +1,127 @@ +comp_StagingTest As CanvasComponent: + Fill: =RGBA(102, 113, 166, 1) + Height: =768 + Width: =1366 + X: =0 + Y: =0 + ZIndex: =1 + + Image1 As image: + Height: =193 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + ") + Width: =193 + X: =1014 + Y: =85 + ZIndex: =5 + + Image1_1 As image: + Height: =193 + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + ") + Width: =193 + X: =440 + Y: =308 + ZIndex: =6 + + cont_Navigation As groupContainer.verticalAutoLayoutContainer: + Height: =225 + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + Visible: =false + ZIndex: =7 + + cont_NavButton As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =50 + LayoutMinHeight: =70 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =1 + + lbl_NavText As label: + Font: =Font.'Segoe UI' + Height: =Parent.Height + HoverColor: = + HoverFill: =RGBA(241, 244, 249, 1) + PaddingLeft: =img_NavImg.X + (img_NavImg.Width + (img_NavImg.Width/2)) + Size: =14 + Text: ="Dashboard" + Width: =Parent.Width + ZIndex: =1 + + img_NavImg As image: + DisplayMode: =DisplayMode.View + Height: =Parent.Height + HoverFill: =RGBA(241, 244, 249, 1) + Image: = + Width: =25 + X: =30 + ZIndex: =2 + + cont_NavButton_1 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + FillPortions: =0 + Height: =50 + LayoutMinHeight: =70 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =2 + + lbl_NavText_1 As label: + Font: =Font.'Segoe UI' + Height: =Parent.Height + HoverColor: = + HoverFill: =RGBA(241, 244, 249, 1) + PaddingLeft: =img_NavImg_1.X + (img_NavImg_1.Width + (img_NavImg_1.Width/2)) + Size: =14 + Text: ="Courses" + Width: =Parent.Width + ZIndex: =1 + + img_NavImg_1 As image: + DisplayMode: =DisplayMode.View + Height: =Parent.Height + HoverFill: =RGBA(241, 244, 249, 1) + Image: |- + ="data:image/svg+xml;utf8, "&EncodeUrl(" + + + + + + + + + + ") + Width: =25 + X: =30 + ZIndex: =2 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_StagingTest.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_StagingTest.json new file mode 100644 index 00000000..4b91002a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_StagingTest.json @@ -0,0 +1,26 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_StagingTest", + "TemplateGuid": "a0ec35acd85846e7b13d7a58b2a4f616" + }, + "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": "638311386498260972", + "Name": "a0ec35acd85846e7b13d7a58b2a4f616", + "OverridableProperties": {}, + "Version": "638309613564268167" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_Summarizer.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_Summarizer.fx.yaml new file mode 100644 index 00000000..4ac91db0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_Summarizer.fx.yaml @@ -0,0 +1,163 @@ +comp_Summarizer As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =768 + Width: =1066 + X: =0 + Y: =0 + ZIndex: =1 + + cont_Body As groupContainer.verticalAutoLayoutContainer: + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + cont_BodyUpper As groupContainer.horizontalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + Height: =225 + LayoutGap: =Parent.Width / 16 + LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween + LayoutMinHeight: =112 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingLeft: =txt_UserInput.X + PaddingRight: =txt_UserInput.X + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + drp_Subject As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderThickness: =0 + ChevronBackground: =RGBA(0, 175, 206, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 4 + Items: =DropDownSample + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =12 + Width: =Parent.Width / 4 + ZIndex: =1 + + drp_Topic As dropdown: + AlignInContainer: =AlignInContainer.Center + BorderThickness: =0 + ChevronBackground: =RGBA(0, 175, 206, 1) + ChevronHoverBackground: =ColorFade(RGBA(0, 175, 206, 1), -20%) + Font: =Font.'Segoe UI' + Height: =Parent.Height / 4 + Items: =DropDownSample + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =12 + Width: =Parent.Width / 4 + ZIndex: =2 + + txt_Keywords As text: + AlignInContainer: =AlignInContainer.Center + BorderThickness: =0 + Default: ="Keywords" + Font: =Font.'Segoe UI' + Height: =drp_Subject.Height + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =10 + Width: =Parent.Width / 4 + ZIndex: =3 + + cont_BodyLower As groupContainer.horizontalAutoLayoutContainer: + DropShadow: =DropShadow.None + Fill: =RGBA(26, 31, 31, 1) + FillPortions: =8 + Height: =225 + LayoutMinHeight: =100 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =2 + + cont_BodyLower_1 As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.Start + DropShadow: =DropShadow.None + Height: =Parent.Height + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + Width: =Parent.Width + ZIndex: =1 + + btn_Submit As button: + BorderStyle: =BorderStyle.None + Fill: =RGBA(0, 175, 206, 1) + Font: =Font.'Segoe UI' + Height: =Self.Width / 4 + HoverFill: =ColorFade(RGBA(0, 175, 206, 1), -20%) + RadiusBottomLeft: =8 + RadiusBottomRight: =8 + RadiusTopLeft: =8 + RadiusTopRight: =8 + Size: =12 + Text: ="Summarize" + Width: =txt_UserInput.Width / 3 + X: =(txt_UserInput.Width + txt_UserInput.X) - Self.Width + Y: =(txt_UserInput.Height + txt_UserInput.Y) + Self.Height + ZIndex: =2 + + txt_UserInput As text: + Default: ="Place your text here to summarize" + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.3 + Mode: =TextMode.MultiLine + Size: =12 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X + ZIndex: =3 + + separator As rectangle: + AlignInContainer: =AlignInContainer.Center + Fill: =RGBA(202, 202, 202, 0.5) + Height: =Parent.Height / 1.1 + Width: =2 + ZIndex: =2 + + cont_BodyLower_2 As groupContainer.manualLayoutContainer: + DropShadow: =DropShadow.None + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + RadiusBottomLeft: =0 + RadiusBottomRight: =0 + RadiusTopLeft: =0 + RadiusTopRight: =0 + ZIndex: =3 + + txt_Response As text: + Default: ="Summarized Text" + Font: =Font.'Segoe UI' + Height: =Parent.Height / 1.3 + Mode: =TextMode.MultiLine + Size: =12 + Width: =Parent.Width / 1.1 + X: =(Parent.Width - Self.Width) / 2 + Y: =Self.X + ZIndex: =1 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_Summarizer.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_Summarizer.json new file mode 100644 index 00000000..9109e6eb --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Components/comp_Summarizer.json @@ -0,0 +1,26 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_Summarizer", + "TemplateGuid": "ee98e551e7114b67bf9088e36bf40dcf" + }, + "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": "638311417197457564", + "Name": "ee98e551e7114b67bf9088e36bf40dcf", + "OverridableProperties": {}, + "Version": "638311386729854833" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/App.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/App.editorstate.json new file mode 100644 index 00000000..dc68feb3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/App.editorstate.json @@ -0,0 +1,112 @@ +{ + "ControlStates": { + "App": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "MinScreenHeight", + "MinScreenWidth", + "ConfirmExit", + "SizeBreakpoints", + "BackEnabled", + "Theme" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "App", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ConfirmExit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "BackEnabled", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenWidth", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Theme", + "RuleProviderType": "Unknown" + }, + { + "Category": "ConstantData", + "PropertyName": "SizeBreakpoints", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Host": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnNew", + "OnEdit", + "OnView", + "OnSave", + "OnCancel" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Host", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Behavior", + "PropertyName": "OnNew", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnEdit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnView", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSave", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnCancel", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + } + }, + "TopParentName": "App" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/Screen1.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/Screen1.editorstate.json new file mode 100644 index 00000000..aecb74d9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/Screen1.editorstate.json @@ -0,0 +1,73 @@ +{ + "ControlStates": { + "Screen1": { + "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": "Screen1", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Screen1" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_SideNav.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_SideNav.editorstate.json new file mode 100644 index 00000000..a67a839e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_SideNav.editorstate.json @@ -0,0 +1,1955 @@ +{ + "ControlStates": { + "comp_SideNav": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_SideNav", + "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": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Nav": { + "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", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Nav", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "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" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_NavBottom": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_NavBottom", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_NavTop": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_NavTop", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "gal_Nav": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + "TemplateSize", + "TemplatePadding", + "Layout", + "Transition", + "DelayItemLoading", + "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": "?" + }, + "Height", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "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": "320", + "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" + } + ], + "GalleryTemplateChildName": "galleryTemplate1", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "gal_Nav", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "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": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + "OnSelect" + ], + "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", + "RuleProviderType": "User" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "img_NavFooter": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavFooter", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + }, + "img_NavTopLogo1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavTopLogo1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "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": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_TitleImg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + "X", + { + "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", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "OnSelect", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_TitleImg", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lbl_Titile": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + "Text", + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "OnSelect", + "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": "lbl_Titile", + "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": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "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": "User" + }, + { + "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": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_SideNav" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_StagingTest.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_StagingTest.editorstate.json new file mode 100644 index 00000000..4ed3f086 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_StagingTest.editorstate.json @@ -0,0 +1,2192 @@ +{ + "ControlStates": { + "comp_StagingTest": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_StagingTest", + "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": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_NavButton": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_NavButton", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_NavButton_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_NavButton_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_Navigation": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "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": "cont_Navigation", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "Visible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Image1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Image1_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Image1_1", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "img_NavImg": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavImg", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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" + }, + "img_NavImg_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Image", + "ImagePosition", + "ImageRotation", + { + "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", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "img_NavImg_1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "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" + }, + "lbl_NavText": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + "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": "lbl_NavText", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lbl_NavText_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": "?" + }, + "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": "lbl_NavText_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "User" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_StagingTest" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_Summarizer.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_Summarizer.editorstate.json new file mode 100644 index 00000000..817ba0a9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/EditorState/comp_Summarizer.editorstate.json @@ -0,0 +1,3289 @@ +{ + "ControlStates": { + "btn_Submit": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderStyle", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "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" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btn_Submit", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "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" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "comp_Summarizer": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_Summarizer", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "cont_Body": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "cont_Body", + "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": "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": "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" + }, + "cont_BodyLower": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "", + "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": "cont_BodyLower", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_1", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyLower_2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + } + ], + "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": "cont_BodyLower_2", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "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": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "cont_BodyUpper": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DropShadow", + "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": "?" + }, + "PaddingLeft", + "PaddingRight" + ], + "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": "cont_BodyUpper", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "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": "User" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "User" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "drp_Subject": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ChevronBackground", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "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": { + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Subject", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "User" + }, + { + "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": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "drp_Topic": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Items", + "SelectionColor", + "ChevronFill", + "ChevronHoverFill", + "ChevronDisabledFill", + "ChevronBackground", + "ChevronHoverBackground", + "ChevronDisabledBackground", + "SelectionFill", + "Color", + "HoverColor", + "PressedColor", + "DisabledColor", + "BorderColor", + "DisabledBorderColor", + "HoverBorderColor", + "PressedBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "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": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "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": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "drp_Topic", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "NameMap": "{\"Value\":\"Value\"}", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverBackground", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "ChevronDisabledBackground", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "User" + }, + { + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronHoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "SelectionColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChevronFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultDropdownStyle", + "Type": "ControlInfo" + }, + "separator": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness" + ], + "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": "separator", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "User" + }, + { + "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": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultRectangleStyle", + "Type": "ControlInfo" + }, + "txt_Keywords": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Default", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Mode", + "Format", + "VirtualKeyboardMode", + "DelayOutput", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + "Align", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "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": "txt_Keywords", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "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": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_Response": { + "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": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_Response", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", + "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": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "User" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "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": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "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": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + }, + "txt_UserInput": { + "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": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "txt_UserInput", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Default", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "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": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "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": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "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": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultTextStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_Summarizer" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Screen1.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Screen1.fx.yaml new file mode 100644 index 00000000..21c00fe5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Screen1.fx.yaml @@ -0,0 +1,2 @@ +Screen1 As screen: + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Themes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Themes.json new file mode 100644 index 00000000..8844851c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/Src/Themes.json @@ -0,0 +1,4962 @@ +{ + "CurrentTheme": "defaultTheme", + "CustomThemes": [ + { + "name": "defaultTheme", + "palette": [ + { + "name": "ScreenBkgColor", + "type": "c", + "value": "%Color.RESERVED%.White" + }, + { + "name": "InvertedBkgColor", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor1", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor2", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "PrimaryColor3", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "PrimaryColor1Light", + "type": "c", + "value": "RGBA(56, 96, 178, .2)" + }, + { + "name": "PrimaryColor2Light", + "type": "c", + "value": "RGBA(0, 18, 107, .2)" + }, + { + "name": "PrimaryColor3Light", + "type": "c", + "value": "RGBA(186, 202, 226, .2)" + }, + { + "name": "PrimaryColor3Fade", + "type": "c", + "value": "ColorFade(RGBA(186, 202, 226, 1), 70%)" + }, + { + "name": "Transparency", + "type": "c", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "name": "TextMainColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "TextMainColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextLinkColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "TextFooterFontColor", + "type": "c", + "value": "RGBA(117, 117, 117, 1)" + }, + { + "name": "InputBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InputTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "InputBorderColor", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "RailBkgColor", + "type": "c", + "value": "RGBA(128, 130, 133, 1)" + }, + { + "name": "HandleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InnerCircleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "DisabledBorderColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledTextMainColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledInputBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "DisabledButtonBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "HoverButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(56, 96, 178, 1), -20%)" + }, + { + "name": "HoverCancelButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(62, 96, 170, 1), 20%)" + }, + { + "name": "HoverInputBkgColor", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "OverlayBkgColor", + "type": "c", + "value": "RGBA(0, 0, 0, 0.4)" + }, + { + "name": "ReservedInfoColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "ReservedSuccessColor", + "type": "c", + "value": "RGBA(141, 198, 63, 1)" + }, + { + "name": "ReservedWarningColor", + "type": "c", + "value": "RGBA(252, 219, 2, 1)" + }, + { + "name": "ReservedErrorColor", + "type": "c", + "value": "RGBA(246, 88, 16, 1)" + }, + { + "name": "ReservedCriticalErrorColor", + "type": "c", + "value": "RGBA(168, 0, 0, 1)" + }, + { + "name": "ReservedDisabledStatusColor", + "type": "c", + "value": "RGBA(193, 193, 193, 1)" + }, + { + "name": "ReservedWhiteColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "ReservedGrayColor", + "type": "c", + "value": "RGBA(240, 240, 240, 1)" + }, + { + "name": "ReservedBlackColor", + "type": "c", + "value": "RGBA(47, 41, 43, 1)" + }, + { + "name": "ReservedChartColorSet", + "type": "![]", + "value": "[RGBA(49, 130, 93, 1),RGBA(48,166,103, 1), RGBA(94,193,108,1), RGBA(246,199,144,1), RGBA(247,199,114,1), RGBA(247,180,91,1), RGBA(246,143,100,1), RGBA(212,96,104,1), RGBA(148, 110, 176, 1), RGBA(118, 154, 204, 1), RGBA(96, 197, 234, 1)]" + }, + { + "name": "TextBodyFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Normal" + }, + { + "name": "TextEmphasisFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "name": "TextBodyFontFace", + "type": "e", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "name": "InputBorderThickness", + "type": "n", + "value": "2" + }, + { + "name": "InputFocusedBorderThickness", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize", + "phoneValue": "27", + "type": "n", + "value": "18" + }, + { + "name": "TextTitleFontSize", + "type": "n", + "value": "20" + }, + { + "name": "TextSubtitleFontSize", + "type": "n", + "value": "18" + }, + { + "name": "TextContentFontSize", + "type": "n", + "value": "16" + }, + { + "name": "TextTitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "14" + }, + { + "name": "TextSubtitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "TextContentFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "DividerColor2020", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextTitleColor_galleryLayouts_ver5", + "type": "c", + "value": "RGBA(50, 49, 48, 1)" + }, + { + "name": "TableNameLabelPadding_copilotAppSinglePage", + "type": "n", + "value": "16" + }, + { + "name": "SearchContainerFill_copilotAppPage", + "type": "c", + "value": "RGBA(245, 245, 245, 1)" + }, + { + "name": "ContainerRadius", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize2020", + "type": "n", + "value": "16" + }, + { + "name": "TextEmphasisFontSize", + "phoneValue": "24", + "type": "n", + "value": "15" + }, + { + "name": "TextBodyFontSize", + "phoneValue": "21", + "type": "n", + "value": "13" + }, + { + "name": "TextFooterFontSize", + "phoneValue": "18", + "type": "n", + "value": "11" + }, + { + "name": "TextMiniFontSize", + "phoneValue": "15", + "type": "n", + "value": "9" + }, + { + "name": "IconFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "IconPressedFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 0.3)" + }, + { + "name": "DatePickerSelectedColor", + "type": "c", + "value": "RGBA(37, 70, 148, 1)" + }, + { + "name": "DatePickerHeaderColor", + "type": "c", + "value": "RGBA(68, 97, 165, 1)" + }, + { + "name": "NoAttachmentPaddingLeft", + "phoneValue": "20", + "type": "n", + "value": "12" + }, + { + "name": "DefaultSize", + "phoneValue": "24", + "type": "n", + "value": "14" + }, + { + "name": "DefaultSize2", + "type": "n", + "value": "13" + }, + { + "name": "DropTargetBorderColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBackgroundColor", + "type": "c", + "value": "RGBA(255, 255, 255, 0.8)" + }, + { + "name": "DropTargetTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBorderThickness", + "type": "n", + "value": "2" + } + ], + "styles": [ + { + "controlTemplateName": "screen", + "name": "defaultScreenStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "LoadingSpinnerColor", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "defaultLabelStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeWeightColorLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "linkLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "headerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlayTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlaySubtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextTitleColor_galleryLayouts_ver5%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "dividerStyle2020", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.DividerColor2020%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "tableNameLabelStyle_copilotAppSinglePage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PaddingLeft", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingRight", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingTop", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingBottom", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "searchContainerStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.SearchContainerFill_copilotAppPage%" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchInputStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + }, + { + "property": "HoverFill", + "value": "%Palette.Transparency%" + }, + { + "property": "PressedFill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "searchIconStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "accentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisWithAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisSecondaryLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "disabledLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedDisabledStatusColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "infoLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "successLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedSuccessColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "warningLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWarningColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "errorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "criticalErrorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedCriticalErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + } + ] + }, + { + "controlTemplateName": "toggleSwitch", + "name": "defaultToggleSwitchStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "FalseFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "TrueFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "FalseHoverFill", + "value": "ColorFade(Self.FalseFill, 15%)" + }, + { + "property": "TrueHoverFill", + "value": "ColorFade(Self.TrueFill, 15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rating", + "name": "defaultRatingStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RatingFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "checkbox", + "name": "defaultCheckboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckboxBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "CheckboxBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckmarkFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedColor", + "value": "RGBA(70, 68, 64, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -30%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 30%)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "radio", + "name": "defaultRadioStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "RadioBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioSelectionFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + } + ] + }, + { + "controlTemplateName": "listbox", + "name": "defaultListboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledSelectionColor", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledSelectionFill", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "DisabledFill", + "value": "RGBA(242, 242, 242, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "dropdown", + "name": "defaultDropdownStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + } + ] + }, + { + "controlTemplateName": "combobox", + "name": "defaultComboBoxStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "MoreItemsButtonColor", + "value": "Self.ChevronBackground" + } + ] + }, + { + "controlTemplateName": "attachments", + "name": "defaultAttachmentsStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "ItemColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ItemFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ItemHoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ItemHoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "ItemSpacing", + "value": "0" + }, + { + "property": "NoAttachmentsColor", + "value": "Self.Color" + }, + { + "property": "NoAttachmentsPaddingLeft", + "value": "%Palette.NoAttachmentPaddingLeft%" + }, + { + "property": "DropTargetBorderThickness", + "value": "%Palette.DropTargetBorderThickness%" + }, + { + "property": "DropTargetBorderStyle", + "value": "%BorderStyle.RESERVED%.Dotted" + }, + { + "property": "DropTargetBorderColor", + "value": "%Palette.DropTargetBorderColor%" + }, + { + "property": "DropTargetBackgroundColor", + "value": "%Palette.DropTargetBackgroundColor%" + }, + { + "property": "DropTargetTextColor", + "value": "%Palette.DropTargetTextColor%" + } + ] + }, + { + "controlTemplateName": "datepicker", + "name": "defaultDatePickerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "IconFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "IconBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "SelectedDateFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverDateFill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "CalendarHeaderFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "12" + } + ] + }, + { + "controlTemplateName": "lookup", + "name": "defaultLookupStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + }, + { + "property": "FooterSize", + "value": "Self.Size - 3" + } + ] + }, + { + "controlTemplateName": "text", + "name": "defaultTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "5" + }, + { + "property": "RadiusBottomRight", + "value": "5" + }, + { + "property": "RadiusTopRight", + "value": "5" + }, + { + "property": "RadiusBottomLeft", + "value": "5" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "slider", + "name": "defaultSliderStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "RailFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "ValueFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "HandleHoverFill", + "value": "Self.HandleFill" + }, + { + "property": "HandleActiveFill", + "value": "Self.HandleFill" + }, + { + "property": "RailHoverFill", + "value": "ColorFade(Self.RailFill, 15%)" + }, + { + "property": "ValueHoverFill", + "value": "ColorFade(Self.ValueFill, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "button", + "name": "defaultButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "button", + "name": "cancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedOkButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedCancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "defaultLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "monochromeAccentLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "defaultPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "10" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "monochromeAccentPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "defaultBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "Size", + "value": "10" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "monochromeAccentBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "legend", + "name": "defaultLegendStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "HoverBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "separatorShapeStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "videoPlayback", + "name": "defaultVideoPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "timer", + "name": "defaultTimerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "ColorFade(Self.BorderColor, 70%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "DisabledColor", + "value": "ColorFade(Self.Fill, 90%)" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "DisabledFill", + "value": "ColorFade(Self.Fill, 70%)" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize2%" + } + ] + }, + { + "controlTemplateName": "triangle", + "name": "defaultTriangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "star", + "name": "defaultStarStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pentagon", + "name": "defaultPentagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "partialCircle", + "name": "defaultPartialCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "octagon", + "name": "defaultOctagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "defaultHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary2HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3FadeHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "screenHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "defaultCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary2CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3FadeCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "arrow", + "name": "defaultArrowStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "defaultIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "PressedColor", + "value": "ColorFade(Self.Color, -20%)" + }, + { + "property": "HoverColor", + "value": "ColorFade(Self.Color, 20%)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary1IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary3IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "invertedBkgHeaderIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.IconFillColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.IconPressedFillColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "microphone", + "name": "defaultMicrophoneStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -15%)" + } + ] + }, + { + "controlTemplateName": "barcode", + "name": "defaultBarcodeStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "defaultGroupContainerStyle", + "propertyValuesMap": [ + { + "property": "RadiusTopLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusTopRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "DropShadow", + "value": "%DropShadow.RESERVED%.Light" + } + ] + }, + { + "controlTemplateName": "barcodeScanner", + "name": "defaultBarcodeScannerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "camera", + "name": "defaultCameraStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "inkControl", + "name": "defaultInkControlStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "Size", + "value": "2" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "import", + "name": "defaultImportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "image", + "name": "defaultImageStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "RadiusTopLeft", + "value": "0" + }, + { + "property": "RadiusTopRight", + "value": "0" + }, + { + "property": "RadiusBottomLeft", + "value": "0" + }, + { + "property": "RadiusBottomRight", + "value": "0" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "defaultHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "typedDataCardHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + } + ] + }, + { + "controlTemplateName": "export", + "name": "defaultExportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "addMedia", + "name": "defaultAddMediaStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverColor", + "value": "Self.Color" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "audioPlayback", + "name": "defaultAudioPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "defaultRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary2RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3FadeRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "grayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ReservedGrayColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "invertedBackgroundRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.InvertedBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "overlayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.OverlayBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "typedDataCard", + "name": "defaultTypedDataCardStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "entityForm", + "name": "defaultEntityFormStyle", + "propertyValuesMap": [ + { + "property": "TextColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InputTextColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledTextColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputBackgroundColor", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Normal" + } + ] + }, + { + "controlTemplateName": "dataGrid", + "name": "defaultDataGridStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "powerbi", + "name": "defaultPowerbiStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "microsoftStreamPlayback", + "name": "defaultMicrosoftStreamPlaybackStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + } + ] + }, + { + "controlTemplateName": "form", + "name": "defaultFormStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "formViewer", + "name": "defaultFormViewerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pdfViewer", + "name": "defaultPdfViewerStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "gallery", + "name": "defaultGalleryStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "richTextEditor", + "name": "defaultRichTextEditorStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "dataTable", + "name": "defaultDataTableStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/Wadl/ChatGPTConnector.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/Wadl/ChatGPTConnector.xml new file mode 100644 index 00000000..bbad95e0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/Wadl/ChatGPTConnector.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/button_2.2.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/button_2.2.0.xml new file mode 100644 index 00000000..bd3107b9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/button_2.2.0.xml @@ -0,0 +1,232 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + +
+ + +
+]]> + + + The pressed state of the button. + data + boolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/dropdown_2.3.1.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/dropdown_2.3.1.xml new file mode 100644 index 00000000..65d98646 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/dropdown_2.3.1.xml @@ -0,0 +1,429 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+
+
+
+
+ +
+ + ]]>
+ + + dropdown items + data + ##dropdown_Items_DisplayName## + + + + + ##dropdown_Items_Tooltip## + + + Value of the selected item + Items + data + + + Text value of the selected item + data + Items + + + + + + Selected item + data + ##dropdown_Default_DisplayName## + ##dropdown_Default_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + AllowEmptySelection + data + ##dropdown_AllowEmptySelection_DisplayName## + ##dropdown_AllowEmptySelection_Tooltip## + + + Selected Text color + design + color + ##dropdown_SelectionColor_DisplayName## + ##dropdown_SelectionColor_Tooltip## + + + + + Dropdown Chevron Fill + design + color + ##Dropdown_Chevron_Fill_DisplayName## + ##Dropdown_Chevron_Fill_Tooltip## + + + Dropdown Chevron Hover Fill + design + color + ##Dropdown_Chevron_HoverFill_DisplayName## + + + Dropdown Chevron Disabled Fill + design + color + ##Dropdown_Chevron_DisabledFill_DisplayName## + + + Dropdown Chevron Fill + design + color + ##Dropdown_Chevron_Background_DisplayName## + ##Dropdown_Chevron_Background_Tooltip## + + + Dropdown Chevron Hover Fill + design + color + ##Dropdown_Chevron_HoverBackground_DisplayName## + + + Dropdown Chevron Disabled Fill + design + color + ##Dropdown_Chevron_DisabledBackground_DisplayName## + + + Selected Fill color + design + color + ##dropdown_SelectionFill_DisplayName## + ##dropdown_SelectionFill_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/gallery_2.13.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/gallery_2.13.2.xml new file mode 100644 index 00000000..0fe91729 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/gallery_2.13.2.xml @@ -0,0 +1,748 @@ + + + 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/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/groupContainer_1.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/groupContainer_1.3.0.xml new file mode 100644 index 00000000..10d8c62b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/groupContainer_1.3.0.xml @@ -0,0 +1,165 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/image_2.2.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/image_2.2.2.xml new file mode 100644 index 00000000..f372cd76 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/image_2.2.2.xml @@ -0,0 +1,344 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + = 1 ? '0' : 1 - properties.Transparency(), + visibility: properties.Transparency() >= 1 ? 'hidden' : '' + }, + visible: properties.Visible + }"> + +
+
+ + + + +
+
+ + + + ]]>
+ + + Image content + true + data + ##image_Image_DisplayName## + ##CommonProperties_Image_Tooltip## + + + + Image transparency + design + ##image_Transparency_DisplayName## + ##image_Transparency_Tooltip## + + + Image stretch style + design + imagePosition + ##image_ImagePosition_DisplayName## + ##CommonProperties_ImagePosition_Tooltip## + + + CalculateOriginalDimensions + design + boolean + ##image_CalculateOriginalDimensions_DisplayName## + + + ImageRotation + design + ##image_ImageRotation_DisplayName## + ##image_ImageRotation_Tooltip## + + + FlipHorizontal + design + boolean + ##image_FlipHorizontal_DisplayName## + + + FlipVertical + design + boolean + ##image_FlipVertical_DisplayName## + + + ApplyEXIFOrientation + design + boolean + ##image_ApplyEXIFOrientation_DisplayName## + + + EXIFOrientation + design + ##image_EXIFOrientation_DisplayName## + + + OriginalWidth + design + imagePosition + ##image_OriginalWidth_DisplayName## + + + OriginalHeight + design + imagePosition + ##image_OriginalHeight_DisplayName## + + + DisplayedWidth + design + ##image_DisplayedWidth_DisplayName## + + + DisplayedHeight + design + ##image_DisplayedHeight_DisplayName## + + + OffsetX + design + ##image_OffsetX_DisplayName## + + + OffsetY + design + ##image_OffsetY_DisplayName## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/label_2.5.1.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/label_2.5.1.xml new file mode 100644 index 00000000..e9d1e207 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/label_2.5.1.xml @@ -0,0 +1,341 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + = 0 ? 'button' : 'presentation', + 'aria-disabled': properties.TabIndex() >= 0 && viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit + }, + event: { + click: handleClick + }, + shortcut: { + provider: shortcutProvider, + enabled: shortcutsEnabled + }" + > + +
+
+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + + ]]>
+ + + + Live + data + ##label_Live_DisplayName## + ##label_Live_Tooltip## + + + + Line Height + design + ##label_LineHeight_DisplayName## + ##label_LineHeight_Tooltip## + lineWidth + + + Overflow + design + ##label_Overflow_DisplayName## + ##label_Overflow_Tooltip## + overflow + + + + AutoHeight + design + ##CommonProperties_AutoHeight_DisplayName## + ##CommonProperties_AutoHeight_Tooltip## + + + Wrap + design + ##label_Wrap_DisplayName## + ##label_Wrap_Tooltip## + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/rectangle_2.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/rectangle_2.3.0.xml new file mode 100644 index 00000000..dcdbca05 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/rectangle_2.3.0.xml @@ -0,0 +1,147 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + = 0) && (viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit), + 'aria-hidden': properties.TabIndex() < 0 && !properties.AccessibleLabel() + }"> + + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/text_2.3.2.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/text_2.3.2.xml new file mode 100644 index 00000000..ec6bff55 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_libraryaiedu_0a67d/pkgs/text_2.3.2.xml @@ -0,0 +1,367 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + +
+ +
+ + +
+ + + ]]>
+ + + Initial text + data + ##text_Default_DisplayName## + ##text_Default_Tooltip## + + + Output Text + data + + + Textbox Mode + design + TextMode + ##text_Mode_DisplayName## + ##text_Mode_Tooltip## + + + Input textbox Format + design + TextFormat + ##text_Format_DisplayName## + ##text_Format_Tooltip## + + + Input Keyboard Type + design + VirtualKeyboardMode + ##text_VirtualKeyboardMode_DisplayName## + ##text_VirtualKeyboardMode_Tooltip## + + + Clear Button + design + boolean + ##text_Clear_DisplayName## + ##text_Clear_Tooltip## + + + Enable spell check + design + boolean + ##text_EnableSpellCheck_DisplayName## + ##text_EnableSpellCheck_Tooltip## + + + Reset + data + ##commonProperties_Reset_DisplayName## + ##commonProperties_Reset_Tooltip## + + + Line Height + design + ##text_LineHeight_DisplayName## + lineWidth + ##label_LineHeight_Tooltip## + + + Hint text + data + ##text_HintText_DisplayName## + ##text_HintText_Tooltip## + + + MaxLength + data + ##commonProperties_MaxLength_DisplayName## + ##commonProperties_MaxLength_Tooltip## + + + DelayOutput + data + ##text_DelayOutput_DisplayName## + ##text_DelayOutput_Tooltip## + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/CanvasManifest.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/CanvasManifest.json new file mode 100644 index 00000000..6a976a28 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/CanvasManifest.json @@ -0,0 +1,137 @@ +{ + "FormatVersion": "0.24", + "Header": { + "AnalysisOptions": { + "DataflowAnalysisEnabled": false, + "DataflowAnalysisFlagStateToggledByUser": false + }, + "DocVersion": "1.334", + "MinVersionToLoad": "1.331", + "MSAppStructureVersion": "2.0" + }, + "Properties": { + "AppCreationSource": "AppFromScratch", + "AppDescription": "", + "AppPreviewFlagsMap": { + "aibuilderserviceenrollment": false, + "allowmultiplescreensincanvaspages": false, + "appinsightserrortracing": false, + "appinstrumentationcorrelationtracing": false, + "autocreateenvironmentvariables": false, + "behaviorpropertyui": false, + "blockmovingcontrol": true, + "cdsdataformatting": false, + "classiccontrols": false, + "consistentreturnschemafortabularfunctions": true, + "copyandmerge": false, + "dataflowanalysisenabled": false, + "datatablev2control": true, + "dataverseactionsenabled": true, + "delaycontrolrendering": true, + "delayloadscreens": true, + "disablecdsfileandlargeimage": false, + "dynamicschema": false, + "enableappembeddingux": false, + "enablechatbotfeature": true, + "enablecomponentnamemaps": false, + "enablecomponentscopeoldbehavior": false, + "enablecopilotcontrol": true, + "enabledataverseoffline": false, + "enableeditcacherefreshfrequency": false, + "enableexcelonlinebusinessv2connector": true, + "enableexperimentaldataverseoffline": true, + "enableideaspanel": true, + "enablelegacybarcodescanner": false, + "enableonstart": true, + "enableonstartnavigate": false, + "enablepcfmoderndatasets": true, + "enablerowscopeonetonexpand": false, + "enablerpawarecomponentdependency": true, + "enablerulespanel": false, + "enableruntimepolicies": true, + "enablesaveloadcleardataonweb": true, + "enableupdateifdelegation": false, + "enhancedgalleryinitialization": true, + "errorhandling": true, + "expandedsavedatasupport": true, + "exportimportcomponents2": true, + "externalmessage": false, + "fluentv9controls": false, + "fluentv9controlspreview": true, + "formuladataprefetch": true, + "formularepair": false, + "generatedebugpublishedapp": false, + "herocontrols": false, + "improvedmediacapture": true, + "improvedtabstopbehavior": false, + "isemptyrequirestableargument": true, + "keeprecentscreensloaded": false, + "longlivingcache": false, + "mobilenativerendering": false, + "namedformulas": true, + "nativecdsexperimental": true, + "onegrid": false, + "optimizedforteamsmeeting": false, + "packagemodernruntime": false, + "parallelcodegen": false, + "pdffunction": false, + "powerfxdecimal": false, + "powerfxv1": false, + "projectionmapping": true, + "reactformulabar": true, + "reliableconcurrent": true, + "reservedkeywords": false, + "reverttooldpowerautomate": false, + "rtlinstudiopreview": false, + "rtlsupport": false, + "smartemaildatacard": false, + "supportcolumnnamesasidentifiers": false, + "tabledoesntwraprecords": true, + "untypedobject": true, + "usedisplaynamemetadata": true, + "useenforcesavedatalimits": true, + "useexperimentalcdsconnector": true, + "useexperimentalsqlconnector": true, + "useguiddatatypes": true, + "usenonblockingonstartrule": true, + "webbarcodescanner": false, + "zeroalltabindexes": true + }, + "Author": "", + "BindingErrorCount": 0, + "ContainsThirdPartyPcfControls": false, + "DefaultConnectedDataSourceMaxGetRowsCount": 500, + "DocumentAppType": "DesktopOrTablet", + "DocumentLayoutHeight": 768, + "DocumentLayoutLockOrientation": false, + "DocumentLayoutMaintainAspectRatio": true, + "DocumentLayoutOrientation": "landscape", + "DocumentLayoutScaleToFit": true, + "DocumentLayoutWidth": 1366, + "DocumentType": "App", + "EnableInstrumentation": false, + "FileID": "4d0fd2af-8d80-4039-b0c2-3ef43445bc63", + "Id": "4d0fd2af-8d80-4039-b0c2-3ef43445bc63", + "InstrumentationKey": "", + "LocalDatabaseReferences": "{}", + "ManualOfflineProfileId": null, + "Name": "Staging", + "OriginatingVersion": "1.334", + "ParserErrorCount": 0, + "ShowStatusBar": false + }, + "PublishInfo": { + "AppName": "Staging", + "BackgroundColor": "RGBA(0,176,240,1)", + "IconColor": "RGBA(255,255,255,1)", + "IconName": "Edit", + "LogoFileName": "", + "PublishDataLocally": false, + "PublishResourcesLocally": false, + "PublishTarget": "player", + "UserLocale": "en-US" + }, + "ScreenOrder": [ + "Screen1" + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/ComponentReferences.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/ComponentReferences.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/ComponentReferences.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Connections/Connections.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Connections/Connections.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Connections/Connections.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/ControlTemplates.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/ControlTemplates.json new file mode 100644 index 00000000..d15d8297 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/ControlTemplates.json @@ -0,0 +1,83 @@ +{ + "appinfo": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/appinfo", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "appinfo", + "OverridableProperties": {}, + "Version": "1.0" + }, + "groupContainer": { + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/groupContainer", + "IsComponentTemplate": false, + "IsPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "groupContainer", + "Version": "1.0" + }, + "Host": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "HostType": "Default", + "Id": "http://microsoft.com/appmagic/hostcontrol", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "hostControl", + "OverridableProperties": {}, + "Version": "1.6.0" + }, + "label": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/label", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "label", + "OverridableProperties": {}, + "Version": "2.5.1" + }, + "rectangle": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/shapes/rectangle", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": true, + "LastModifiedTimestamp": "0", + "Name": "rectangle", + "OverridableProperties": {}, + "Version": "2.3.0" + }, + "screen": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/screen", + "IsComponentTemplate": false, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "0", + "Name": "screen", + "OverridableProperties": {}, + "Version": "1.0" + } +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/AppCheckerResult.sarif b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/AppCheckerResult.sarif new file mode 100644 index 00000000..09376fc3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/AppCheckerResult.sarif @@ -0,0 +1,71 @@ +{ + "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json", + "runs": [ + { + "columnKind": "utf16CodeUnits", + "invocations": [ + { + "executionSuccessful": true + } + ], + "results": [ + { + "locations": [ + { + "logicalLocations": [ + { + "fullyQualifiedName": "Screen1" + } + ], + "physicalLocation": { + "address": { + "fullyQualifiedName": "Screen1", + "relativeAddress": 0 + } + }, + "properties": { + "module": "Screen1", + "type": "Screen1" + } + } + ], + "message": { + "id": "issue" + }, + "properties": { + "level": "Low" + }, + "ruleId": "acc-ReadableScreenNameNeeded", + "ruleIndex": 0 + } + ], + "tool": { + "driver": { + "fullName": "PowerApps app checker", + "name": "PowerApps app checker", + "rules": [ + { + "id": "acc-ReadableScreenNameNeeded", + "messageStrings": { + "issue": { + "text": "Revise screen name" + } + }, + "properties": { + "componentType": "app", + "howToFix": [ + "Give the screen a title that describes what's on the screen or what it's used for." + ], + "level": "Low", + "primaryCategory": "accessibility", + "whyFix": "People who are blind, have low vision, or a reading disability rely on screen titles to navigate using the screen reader. " + } + } + ], + "version": "1.334" + } + } + } + ], + "version": "2.1.0" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/Entropy.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/Entropy.json new file mode 100644 index 00000000..e0b5bdcf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/Entropy.json @@ -0,0 +1,65 @@ +{ + "ComponentIndexes": { + "comp_StagingTest": 1 + }, + "ControlUniqueGuids": {}, + "ControlUniqueIds": { + "App": 1, + "comp_StagingTest": 5, + "Host": 3, + "Label1": 6, + "Label2": 7, + "Rectangle1": 8, + "Screen1": 4 + }, + "FunctionParamsInvariantScripts": {}, + "FunctionParamsInvariantScriptsOnInstances": {}, + "HeaderLastSavedDateTimeUTC": "09/22/2023 06:34:23", + "IsLegacyComponentAllowGlobalScopeCase": false, + "LocalConnectionIDReferences": {}, + "LocalDatabaseReferencesAsEmpty": false, + "LocalResourceFileNames": {}, + "LocalResourceRootPaths": {}, + "OrderComponentMetadata": { + "a49e98ca5aa245d4902df154354b9636": 0 + }, + "OrderComponentTemplate": { + "a49e98ca5aa245d4902df154354b9636": 0 + }, + "OrderDataSource": {}, + "OrderGroupControls": {}, + "OrderPcfTemplate": {}, + "OrderTemplate": {}, + "OrderXMLTemplate": { + "label": 0, + "rectangle": 1 + }, + "OverridablePropertiesEntry": { + "App": {}, + "comp_StagingTest": {}, + "Host": {}, + "Label1": {}, + "Label2": {}, + "Rectangle1": {}, + "Screen1": {} + }, + "PCFDynamicSchemaForIRRetrievalEntry": {}, + "PCFTemplateEntry": {}, + "PublishOrderIndices": { + "App": 0, + "comp_StagingTest": 0, + "Host": 0, + "Label1": 0, + "Label2": 2, + "Rectangle1": 1, + "Screen1": 0 + }, + "ResourcesJsonIndices": {}, + "RuleScreenIdWithoutScreen": {}, + "TemplateVersions": {}, + "VolatileProperties": { + "AnalysisLoadTime": 0.027601400000000002, + "ControlCount": {} + }, + "WasLocalDatabaseReferencesEmpty": true +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/checksum.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/checksum.json new file mode 100644 index 00000000..8eeddefc --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Entropy/checksum.json @@ -0,0 +1,38 @@ +{ + "ClientBuildDetails": { + "CommitHash": "941f06c8f5cf7a493289e9514c8dec5c50b61d34", + "IsLocalBuild": false + }, + "ClientPerFileChecksums": { + "AppCheckerResult.sarif": "C8_RNsa1kwxK8/UagGXmhwx3H2Jg9YyOiSF6QnFfKwtC/c=", + "Components\\5.json": "C8_lZhUgUC7hHTJIq/8MehhPkygz0arGNP+Gg6BlUjrjC0=", + "ComponentsMetadata.json": "C8_dyIxHf0MeRh5nW3jIx7wam9yVXuHWIQkCd9+GL4iH4A=", + "Controls\\1.json": "C8_cU+OV5ZCMM6OzJdQmsEocXkagMvtxNOJhRGm+gdpRLc=", + "Controls\\4.json": "C8_Zmy7QruW4bPN9J0ji4vZpOMC3k2P8EkGK09TBpMfgrI=", + "Header.json": "C8_mLPhky+RV0buLfoFu8A9TyDVzBvtVLKXd7houdIiMIg=", + "Properties.json": "C8_CGHvQzo1rIkVlqJV8i2lcRyuHgNzexnJk2YQULsaB/A=", + "References\\DataSources.json": "C8_1Mz8z/quQND5c2f8m0mw1Mjdi+ggLSDhPUoMPaSWpDQ=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\Resources.json": "C8_o8YVeUoBOQZMN+H7s7E9s1TDtWtrOeuiBA3wJXAjo2Y=", + "References\\Templates.json": "C8_mPXby41Zo6kYYFSxuR2lDRFLhts0IZ3+WJcGNOlKNlw=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_5aAHd654SuKX3AmDBBuq47J/7yJwuratFdKpRe0HaT0=" + }, + "ClientStampedChecksum": "C8_8OnWSSFK9FLZIyBOqZ7Fa5dsJgOK9i51wl3BND+PxRc=", + "ServerPerFileChecksums": { + "AppCheckerResult.sarif": "C8_RNsa1kwxK8/UagGXmhwx3H2Jg9YyOiSF6QnFfKwtC/c=", + "Components\\5.json": "C8_lZhUgUC7hHTJIq/8MehhPkygz0arGNP+Gg6BlUjrjC0=", + "ComponentsMetadata.json": "C8_dyIxHf0MeRh5nW3jIx7wam9yVXuHWIQkCd9+GL4iH4A=", + "Controls\\1.json": "C8_cU+OV5ZCMM6OzJdQmsEocXkagMvtxNOJhRGm+gdpRLc=", + "Controls\\4.json": "C8_Zmy7QruW4bPN9J0ji4vZpOMC3k2P8EkGK09TBpMfgrI=", + "Header.json": "C8_mLPhky+RV0buLfoFu8A9TyDVzBvtVLKXd7houdIiMIg=", + "Properties.json": "C8_CGHvQzo1rIkVlqJV8i2lcRyuHgNzexnJk2YQULsaB/A=", + "References\\DataSources.json": "C8_1Mz8z/quQND5c2f8m0mw1Mjdi+ggLSDhPUoMPaSWpDQ=", + "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", + "References\\Resources.json": "C8_o8YVeUoBOQZMN+H7s7E9s1TDtWtrOeuiBA3wJXAjo2Y=", + "References\\Templates.json": "C8_mPXby41Zo6kYYFSxuR2lDRFLhts0IZ3+WJcGNOlKNlw=", + "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", + "Resources\\PublishInfo.json": "C8_5aAHd654SuKX3AmDBBuq47J/7yJwuratFdKpRe0HaT0=" + }, + "ServerStampedChecksum": "C8_8OnWSSFK9FLZIyBOqZ7Fa5dsJgOK9i51wl3BND+PxRc=" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Other/References/ModernThemes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Other/References/ModernThemes.json new file mode 100644 index 00000000..14ac0273 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Other/References/ModernThemes.json @@ -0,0 +1,8 @@ +{ + "Themes": [ + { + "EntityName": "PowerAppsTheme", + "ThemeName": "PowerAppsTheme" + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/App.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/App.fx.yaml new file mode 100644 index 00000000..191de8ce --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/App.fx.yaml @@ -0,0 +1,11 @@ +App As appinfo: + BackEnabled: =false + Theme: =PowerAppsTheme + + Host As hostControl.DefaultHostControlVariant: + OnCancel: =false + OnEdit: =false + OnNew: =false + OnSave: =false + OnView: =false + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Components/comp_StagingTest.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Components/comp_StagingTest.fx.yaml new file mode 100644 index 00000000..9baa2610 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Components/comp_StagingTest.fx.yaml @@ -0,0 +1,30 @@ +comp_StagingTest As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =768 + Width: =1366 + X: =0 + Y: =0 + ZIndex: =1 + + Label1 As label: + Text: ="Testing" + X: =40 + Y: =40 + ZIndex: =1 + + Label2 As label: + Height: =150 + Size: =40 + Text: ="From Staging" + Width: =266 + X: =570 + Y: =348 + ZIndex: =2 + + Rectangle1 As rectangle: + Height: =322 + Width: =312 + X: =1012 + Y: =176 + ZIndex: =3 + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Components/comp_StagingTest.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Components/comp_StagingTest.json new file mode 100644 index 00000000..e344de58 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Components/comp_StagingTest.json @@ -0,0 +1,26 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comp_StagingTest", + "TemplateGuid": "a49e98ca5aa245d4902df154354b9636" + }, + "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": "638309604732187545", + "Name": "a49e98ca5aa245d4902df154354b9636", + "OverridableProperties": {}, + "Version": "638309600866706050" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/App.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/App.editorstate.json new file mode 100644 index 00000000..dc68feb3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/App.editorstate.json @@ -0,0 +1,112 @@ +{ + "ControlStates": { + "App": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "MinScreenHeight", + "MinScreenWidth", + "ConfirmExit", + "SizeBreakpoints", + "BackEnabled", + "Theme" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "App", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "ConfirmExit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "BackEnabled", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MinScreenWidth", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Theme", + "RuleProviderType": "Unknown" + }, + { + "Category": "ConstantData", + "PropertyName": "SizeBreakpoints", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Host": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "OnNew", + "OnEdit", + "OnView", + "OnSave", + "OnCancel" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Host", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Behavior", + "PropertyName": "OnNew", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnEdit", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnView", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSave", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnCancel", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + } + }, + "TopParentName": "App" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/Screen1.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/Screen1.editorstate.json new file mode 100644 index 00000000..aecb74d9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/Screen1.editorstate.json @@ -0,0 +1,73 @@ +{ + "ControlStates": { + "Screen1": { + "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": "Screen1", + "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": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Screen1" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/comp_StagingTest.editorstate.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/comp_StagingTest.editorstate.json new file mode 100644 index 00000000..840001f0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/EditorState/comp_StagingTest.editorstate.json @@ -0,0 +1,717 @@ +{ + "ControlStates": { + "comp_StagingTest": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comp_StagingTest", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "Label1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Label1", + "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": "Overflow", + "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": "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": "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Label2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "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": "Label2", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "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": "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": "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": "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", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "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" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "Rectangle1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + "X", + "Y", + "Width", + "Height", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Rectangle1", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "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": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "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": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultRectangleStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "comp_StagingTest" +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Screen1.fx.yaml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Screen1.fx.yaml new file mode 100644 index 00000000..21c00fe5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Screen1.fx.yaml @@ -0,0 +1,2 @@ +Screen1 As screen: + diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Themes.json b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Themes.json new file mode 100644 index 00000000..8844851c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/Src/Themes.json @@ -0,0 +1,4962 @@ +{ + "CurrentTheme": "defaultTheme", + "CustomThemes": [ + { + "name": "defaultTheme", + "palette": [ + { + "name": "ScreenBkgColor", + "type": "c", + "value": "%Color.RESERVED%.White" + }, + { + "name": "InvertedBkgColor", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor1", + "type": "c", + "value": "RGBA(56, 96, 178, 1)" + }, + { + "name": "PrimaryColor2", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "PrimaryColor3", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "PrimaryColor1Light", + "type": "c", + "value": "RGBA(56, 96, 178, .2)" + }, + { + "name": "PrimaryColor2Light", + "type": "c", + "value": "RGBA(0, 18, 107, .2)" + }, + { + "name": "PrimaryColor3Light", + "type": "c", + "value": "RGBA(186, 202, 226, .2)" + }, + { + "name": "PrimaryColor3Fade", + "type": "c", + "value": "ColorFade(RGBA(186, 202, 226, 1), 70%)" + }, + { + "name": "Transparency", + "type": "c", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "name": "TextMainColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "TextMainColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextLinkColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "TextFooterFontColor", + "type": "c", + "value": "RGBA(117, 117, 117, 1)" + }, + { + "name": "InputBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InputTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "InputBorderColor", + "type": "c", + "value": "RGBA(0, 18, 107, 1)" + }, + { + "name": "RailBkgColor", + "type": "c", + "value": "RGBA(128, 130, 133, 1)" + }, + { + "name": "HandleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "InnerCircleBkgColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "DisabledBorderColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledTextMainColor", + "type": "c", + "value": "RGBA(166, 166, 166, 1)" + }, + { + "name": "DisabledInputBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "DisabledButtonBkgColor", + "type": "c", + "value": "RGBA(244, 244, 244, 1)" + }, + { + "name": "HoverButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(56, 96, 178, 1), -20%)" + }, + { + "name": "HoverCancelButtonBkgColor", + "type": "c", + "value": "ColorFade(RGBA(62, 96, 170, 1), 20%)" + }, + { + "name": "HoverInputBkgColor", + "type": "c", + "value": "RGBA(186, 202, 226, 1)" + }, + { + "name": "OverlayBkgColor", + "type": "c", + "value": "RGBA(0, 0, 0, 0.4)" + }, + { + "name": "ReservedInfoColor", + "type": "c", + "value": "RGBA(0, 134, 208, 1)" + }, + { + "name": "ReservedSuccessColor", + "type": "c", + "value": "RGBA(141, 198, 63, 1)" + }, + { + "name": "ReservedWarningColor", + "type": "c", + "value": "RGBA(252, 219, 2, 1)" + }, + { + "name": "ReservedErrorColor", + "type": "c", + "value": "RGBA(246, 88, 16, 1)" + }, + { + "name": "ReservedCriticalErrorColor", + "type": "c", + "value": "RGBA(168, 0, 0, 1)" + }, + { + "name": "ReservedDisabledStatusColor", + "type": "c", + "value": "RGBA(193, 193, 193, 1)" + }, + { + "name": "ReservedWhiteColor", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "ReservedGrayColor", + "type": "c", + "value": "RGBA(240, 240, 240, 1)" + }, + { + "name": "ReservedBlackColor", + "type": "c", + "value": "RGBA(47, 41, 43, 1)" + }, + { + "name": "ReservedChartColorSet", + "type": "![]", + "value": "[RGBA(49, 130, 93, 1),RGBA(48,166,103, 1), RGBA(94,193,108,1), RGBA(246,199,144,1), RGBA(247,199,114,1), RGBA(247,180,91,1), RGBA(246,143,100,1), RGBA(212,96,104,1), RGBA(148, 110, 176, 1), RGBA(118, 154, 204, 1), RGBA(96, 197, 234, 1)]" + }, + { + "name": "TextBodyFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Normal" + }, + { + "name": "TextEmphasisFontWeight", + "type": "e", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "name": "TextBodyFontFace", + "type": "e", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "name": "InputBorderThickness", + "type": "n", + "value": "2" + }, + { + "name": "InputFocusedBorderThickness", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize", + "phoneValue": "27", + "type": "n", + "value": "18" + }, + { + "name": "TextTitleFontSize", + "type": "n", + "value": "20" + }, + { + "name": "TextSubtitleFontSize", + "type": "n", + "value": "18" + }, + { + "name": "TextContentFontSize", + "type": "n", + "value": "16" + }, + { + "name": "TextTitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "14" + }, + { + "name": "TextSubtitleFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "TextContentFontSize_galleryLayouts_ver5", + "type": "n", + "value": "12" + }, + { + "name": "DividerColor2020", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "TextTitleColor_galleryLayouts_ver5", + "type": "c", + "value": "RGBA(50, 49, 48, 1)" + }, + { + "name": "TableNameLabelPadding_copilotAppSinglePage", + "type": "n", + "value": "16" + }, + { + "name": "SearchContainerFill_copilotAppPage", + "type": "c", + "value": "RGBA(245, 245, 245, 1)" + }, + { + "name": "ContainerRadius", + "type": "n", + "value": "4" + }, + { + "name": "TextHeaderFontSize2020", + "type": "n", + "value": "16" + }, + { + "name": "TextEmphasisFontSize", + "phoneValue": "24", + "type": "n", + "value": "15" + }, + { + "name": "TextBodyFontSize", + "phoneValue": "21", + "type": "n", + "value": "13" + }, + { + "name": "TextFooterFontSize", + "phoneValue": "18", + "type": "n", + "value": "11" + }, + { + "name": "TextMiniFontSize", + "phoneValue": "15", + "type": "n", + "value": "9" + }, + { + "name": "IconFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 1)" + }, + { + "name": "IconPressedFillColorInverted", + "type": "c", + "value": "RGBA(255, 255, 255, 0.3)" + }, + { + "name": "DatePickerSelectedColor", + "type": "c", + "value": "RGBA(37, 70, 148, 1)" + }, + { + "name": "DatePickerHeaderColor", + "type": "c", + "value": "RGBA(68, 97, 165, 1)" + }, + { + "name": "NoAttachmentPaddingLeft", + "phoneValue": "20", + "type": "n", + "value": "12" + }, + { + "name": "DefaultSize", + "phoneValue": "24", + "type": "n", + "value": "14" + }, + { + "name": "DefaultSize2", + "type": "n", + "value": "13" + }, + { + "name": "DropTargetBorderColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBackgroundColor", + "type": "c", + "value": "RGBA(255, 255, 255, 0.8)" + }, + { + "name": "DropTargetTextColor", + "type": "c", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "name": "DropTargetBorderThickness", + "type": "n", + "value": "2" + } + ], + "styles": [ + { + "controlTemplateName": "screen", + "name": "defaultScreenStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "LoadingSpinnerColor", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "defaultLabelStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "basicNoSizeWeightColorLabelStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "invertedBkgTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "linkLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "headerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextHeaderFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subHeaderLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlayTitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "overlaySubtitleLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "titleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextTitleColor_galleryLayouts_ver5%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextTitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "subtitleLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextSubtitleFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "contentLabelStyle_galleryLayouts_ver5", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextContentFontSize_galleryLayouts_ver5%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "dividerStyle2020", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.DividerColor2020%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "tableNameLabelStyle_copilotAppSinglePage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PaddingLeft", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingRight", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingTop", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + }, + { + "property": "PaddingBottom", + "value": "%Palette.TableNameLabelPadding_copilotAppSinglePage%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "searchContainerStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.SearchContainerFill_copilotAppPage%" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchInputStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + }, + { + "property": "HoverFill", + "value": "%Palette.Transparency%" + }, + { + "property": "PressedFill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "searchIconStyle_copilotAppPage", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Fill", + "value": "%Palette.Transparency%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "accentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisWithAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "pickerEmphasisSecondaryLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerAccentLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "footerLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextFooterFontColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "5" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "5" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "miniInvertedBkgLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextMiniFontSize%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "disabledLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedDisabledStatusColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "infoLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "successLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedSuccessColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "warningLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWarningColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "errorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + } + ] + }, + { + "controlTemplateName": "label", + "name": "criticalErrorLabelStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedCriticalErrorColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "LineHeight", + "value": "1.2" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "Overflow", + "value": "%Overflow.RESERVED%.Hidden" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "0" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + } + ] + }, + { + "controlTemplateName": "toggleSwitch", + "name": "defaultToggleSwitchStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "FalseFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "TrueFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "FalseHoverFill", + "value": "ColorFade(Self.FalseFill, 15%)" + }, + { + "property": "TrueHoverFill", + "value": "ColorFade(Self.TrueFill, 15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rating", + "name": "defaultRatingStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RatingFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "checkbox", + "name": "defaultCheckboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckboxBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "CheckboxBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "CheckmarkFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedColor", + "value": "RGBA(70, 68, 64, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -30%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 30%)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "radio", + "name": "defaultRadioStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioBackgroundFill", + "value": "%Palette.InnerCircleBkgColor%" + }, + { + "property": "RadioBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "RadioSelectionFill", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "0" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + } + ] + }, + { + "controlTemplateName": "listbox", + "name": "defaultListboxStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledSelectionColor", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledSelectionFill", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "DisabledFill", + "value": "RGBA(242, 242, 242, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "dropdown", + "name": "defaultDropdownStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + } + ] + }, + { + "controlTemplateName": "combobox", + "name": "defaultComboBoxStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "MoreItemsButtonColor", + "value": "Self.ChevronBackground" + } + ] + }, + { + "controlTemplateName": "attachments", + "name": "defaultAttachmentsStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "ItemColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ItemFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ItemHoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ItemHoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "ItemSpacing", + "value": "0" + }, + { + "property": "NoAttachmentsColor", + "value": "Self.Color" + }, + { + "property": "NoAttachmentsPaddingLeft", + "value": "%Palette.NoAttachmentPaddingLeft%" + }, + { + "property": "DropTargetBorderThickness", + "value": "%Palette.DropTargetBorderThickness%" + }, + { + "property": "DropTargetBorderStyle", + "value": "%BorderStyle.RESERVED%.Dotted" + }, + { + "property": "DropTargetBorderColor", + "value": "%Palette.DropTargetBorderColor%" + }, + { + "property": "DropTargetBackgroundColor", + "value": "%Palette.DropTargetBackgroundColor%" + }, + { + "property": "DropTargetTextColor", + "value": "%Palette.DropTargetTextColor%" + } + ] + }, + { + "controlTemplateName": "datepicker", + "name": "defaultDatePickerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "IconFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "IconBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "SelectedDateFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverDateFill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "CalendarHeaderFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize%" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "5" + }, + { + "property": "PaddingBottom", + "value": "5" + }, + { + "property": "PaddingLeft", + "value": "12" + } + ] + }, + { + "controlTemplateName": "lookup", + "name": "defaultLookupStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "ChevronBackground", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "ChevronFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronHoverBackground", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "ChevronHoverFill", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "ChevronDisabledBackground", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ChevronDisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "PressedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "SelectionColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "SelectionFill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "PaddingTop", + "value": "10" + }, + { + "property": "PaddingRight", + "value": "10" + }, + { + "property": "PaddingBottom", + "value": "10" + }, + { + "property": "PaddingLeft", + "value": "10" + }, + { + "property": "FooterSize", + "value": "Self.Size - 3" + } + ] + }, + { + "controlTemplateName": "text", + "name": "defaultTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "5" + }, + { + "property": "RadiusBottomRight", + "value": "5" + }, + { + "property": "RadiusTopRight", + "value": "5" + }, + { + "property": "RadiusBottomLeft", + "value": "5" + }, + { + "property": "PressedBorderColor", + "value": "Self.HoverBorderColor" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Left" + } + ] + }, + { + "controlTemplateName": "text", + "name": "searchTextStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.None" + }, + { + "property": "BorderThickness", + "value": "%Palette.InputBorderThickness%" + }, + { + "property": "FocusedBorderThickness", + "value": "%Palette.InputFocusedBorderThickness%" + }, + { + "property": "HoverBorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "slider", + "name": "defaultSliderStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "HandleFill", + "value": "%Palette.HandleBkgColor%" + }, + { + "property": "RailFill", + "value": "%Palette.RailBkgColor%" + }, + { + "property": "ValueFill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "HandleHoverFill", + "value": "Self.HandleFill" + }, + { + "property": "HandleActiveFill", + "value": "Self.HandleFill" + }, + { + "property": "RailHoverFill", + "value": "ColorFade(Self.RailFill, 15%)" + }, + { + "property": "ValueHoverFill", + "value": "ColorFade(Self.ValueFill, 15%)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "button", + "name": "defaultButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "button", + "name": "cancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedOkButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "button", + "name": "rezervedCancelButtonStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.ReservedInfoColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Fill", + "value": "%Palette.ReservedWhiteColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "defaultLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + } + ] + }, + { + "controlTemplateName": "lineChart", + "name": "monochromeAccentLineChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "defaultPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "10" + } + ] + }, + { + "controlTemplateName": "pieChart", + "name": "monochromeAccentPieChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "defaultBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "%Palette.ReservedChartColorSet%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -30%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 30%)" + }, + { + "property": "Size", + "value": "10" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + } + ] + }, + { + "controlTemplateName": "barChart", + "name": "monochromeAccentBarChartStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "ItemColorSet", + "value": "[%Palette.PrimaryColor1%]" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + } + ] + }, + { + "controlTemplateName": "legend", + "name": "defaultLegendStyle", + "propertyValuesMap": [ + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextFooterFontSize%" + }, + { + "property": "BorderColor", + "value": "RGBA(0, 0, 0, 1)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "HoverBorderColor", + "value": "Self.BorderColor" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "Italic", + "value": "false" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "separatorShapeStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "videoPlayback", + "name": "defaultVideoPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "timer", + "name": "defaultTimerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "ColorFade(Self.BorderColor, 70%)" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "DisabledColor", + "value": "ColorFade(Self.Fill, 90%)" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "DisabledFill", + "value": "ColorFade(Self.Fill, 70%)" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Size", + "value": "%Palette.DefaultSize2%" + } + ] + }, + { + "controlTemplateName": "triangle", + "name": "defaultTriangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "star", + "name": "defaultStarStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pentagon", + "name": "defaultPentagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "partialCircle", + "name": "defaultPartialCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "octagon", + "name": "defaultOctagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "defaultHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary2HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3HexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "primary3FadeHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "hexagon", + "name": "screenHexagonStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "defaultCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary2CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3CircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "circle", + "name": "primary3FadeCircleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "arrow", + "name": "defaultArrowStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "defaultIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "PressedColor", + "value": "ColorFade(Self.Color, -20%)" + }, + { + "property": "HoverColor", + "value": "ColorFade(Self.Color, 20%)" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary1IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "primary3IconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "icon", + "name": "invertedBkgHeaderIconStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.IconFillColorInverted%" + }, + { + "property": "PressedFill", + "value": "%Palette.IconPressedFillColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + } + ] + }, + { + "controlTemplateName": "microphone", + "name": "defaultMicrophoneStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -15%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 15%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -15%)" + } + ] + }, + { + "controlTemplateName": "barcode", + "name": "defaultBarcodeStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "groupContainer", + "name": "defaultGroupContainerStyle", + "propertyValuesMap": [ + { + "property": "RadiusTopLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusTopRight", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "RadiusBottomLeft", + "value": "%Palette.ContainerRadius%" + }, + { + "property": "DropShadow", + "value": "%DropShadow.RESERVED%.Light" + } + ] + }, + { + "controlTemplateName": "barcodeScanner", + "name": "defaultBarcodeScannerStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "PressedBorderColor", + "value": "Self.Fill" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Color" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "camera", + "name": "defaultCameraStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "inkControl", + "name": "defaultInkControlStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "Size", + "value": "2" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "import", + "name": "defaultImportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "image", + "name": "defaultImageStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledButtonBkgColor%" + }, + { + "property": "Fill", + "value": "RGBA(0, 0, 0, 0)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "RadiusTopLeft", + "value": "0" + }, + { + "property": "RadiusTopRight", + "value": "0" + }, + { + "property": "RadiusBottomLeft", + "value": "0" + }, + { + "property": "RadiusBottomRight", + "value": "0" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "PaddingTop", + "value": "0" + }, + { + "property": "PaddingRight", + "value": "0" + }, + { + "property": "PaddingBottom", + "value": "0" + }, + { + "property": "PaddingLeft", + "value": "0" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "defaultHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + } + ] + }, + { + "controlTemplateName": "htmlviewer", + "name": "typedDataCardHtmlViewerStyle", + "propertyValuesMap": [ + { + "property": "DisabledBorderColor", + "value": "%Palette.DisabledBorderColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "Color", + "value": "%Palette.TextLinkColor%" + } + ] + }, + { + "controlTemplateName": "export", + "name": "defaultExportStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextEmphasisFontWeight%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "DisabledFill", + "value": "%Palette.DisabledInputBkgColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.HoverButtonBkgColor%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "Size", + "value": "%Palette.TextEmphasisFontSize%" + }, + { + "property": "RadiusTopLeft", + "value": "10" + }, + { + "property": "RadiusTopRight", + "value": "10" + }, + { + "property": "RadiusBottomLeft", + "value": "10" + }, + { + "property": "RadiusBottomRight", + "value": "10" + }, + { + "property": "BorderColor", + "value": "ColorFade(Self.Fill, -15%)" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "2" + }, + { + "property": "FocusedBorderThickness", + "value": "4" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + } + ] + }, + { + "controlTemplateName": "addMedia", + "name": "defaultAddMediaStyle", + "propertyValuesMap": [ + { + "property": "Color", + "value": "%Palette.InputTextColor%" + }, + { + "property": "Fill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "Size", + "value": "11" + }, + { + "property": "Italic", + "value": "false" + }, + { + "property": "Underline", + "value": "false" + }, + { + "property": "Strikethrough", + "value": "false" + }, + { + "property": "DisabledBorderColor", + "value": "RGBA(56, 56, 56, 1)" + }, + { + "property": "PressedBorderColor", + "value": "ColorFade(Self.BorderColor, -20%)" + }, + { + "property": "HoverBorderColor", + "value": "ColorFade(Self.BorderColor, 20%)" + }, + { + "property": "DisabledColor", + "value": "RGBA(186, 186, 186, 1)" + }, + { + "property": "PressedColor", + "value": "Self.Color" + }, + { + "property": "HoverColor", + "value": "Self.Color" + }, + { + "property": "DisabledFill", + "value": "RGBA(119, 119, 119, 1)" + }, + { + "property": "PressedFill", + "value": "ColorFade(Self.Fill, -20%)" + }, + { + "property": "HoverFill", + "value": "ColorFade(Self.Fill, 20%)" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Semibold" + }, + { + "property": "Align", + "value": "%Align.RESERVED%.Center" + }, + { + "property": "VerticalAlign", + "value": "%VerticalAlign.RESERVED%.Middle" + } + ] + }, + { + "controlTemplateName": "audioPlayback", + "name": "defaultAudioPlaybackStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "defaultRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "DisabledFill", + "value": "Self.Fill" + }, + { + "property": "PressedFill", + "value": "Self.Fill" + }, + { + "property": "HoverFill", + "value": "Self.Fill" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "FocusedBorderThickness", + "value": "2" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary2RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3RectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "primary3FadeRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.PrimaryColor3Fade%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "grayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ReservedGrayColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "invertedBackgroundRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.InvertedBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "rectangle", + "name": "overlayRectangleStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.OverlayBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "typedDataCard", + "name": "defaultTypedDataCardStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "entityForm", + "name": "defaultEntityFormStyle", + "propertyValuesMap": [ + { + "property": "TextColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InputTextColor", + "value": "%Palette.InputTextColor%" + }, + { + "property": "DisabledTextColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputBackgroundColor", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Font", + "value": "%Font.RESERVED%.'Open Sans'" + }, + { + "property": "FontWeight", + "value": "%FontWeight.RESERVED%.Normal" + } + ] + }, + { + "controlTemplateName": "dataGrid", + "name": "defaultDataGridStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + }, + { + "controlTemplateName": "powerbi", + "name": "defaultPowerbiStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "microsoftStreamPlayback", + "name": "defaultMicrosoftStreamPlaybackStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "BorderStyle", + "value": "%BorderStyle.RESERVED%.Solid" + }, + { + "property": "BorderThickness", + "value": "0" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + } + ] + }, + { + "controlTemplateName": "form", + "name": "defaultFormStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "formViewer", + "name": "defaultFormViewerStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "pdfViewer", + "name": "defaultPdfViewerStyle", + "propertyValuesMap": [ + { + "property": "Fill", + "value": "%Palette.ScreenBkgColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "gallery", + "name": "defaultGalleryStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "richTextEditor", + "name": "defaultRichTextEditorStyle", + "propertyValuesMap": [ + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + } + ] + }, + { + "controlTemplateName": "dataTable", + "name": "defaultDataTableStyle", + "propertyValuesMap": [ + { + "property": "LinkColor", + "value": "%Palette.TextLinkColor%" + }, + { + "property": "PrimaryColor1", + "value": "%Palette.PrimaryColor1%" + }, + { + "property": "PrimaryColor2", + "value": "%Palette.PrimaryColor2%" + }, + { + "property": "PrimaryColor3", + "value": "%Palette.PrimaryColor3%" + }, + { + "property": "Color", + "value": "%Palette.TextMainColor%" + }, + { + "property": "InvertedColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "DisabledColor", + "value": "%Palette.DisabledTextMainColor%" + }, + { + "property": "SelectedFill", + "value": "%Palette.PrimaryColor1Light%" + }, + { + "property": "SelectedColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "HoverFill", + "value": "%Palette.PrimaryColor3Light%" + }, + { + "property": "HoverColor", + "value": "%Palette.TextMainColor%" + }, + { + "property": "BorderColor", + "value": "%Palette.InputBorderColor%" + }, + { + "property": "InputFill", + "value": "%Palette.InputBkgColor%" + }, + { + "property": "Font", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "FontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "Size", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingFont", + "value": "%Palette.TextBodyFontFace%" + }, + { + "property": "HeadingFontWeight", + "value": "%Palette.TextBodyFontWeight%" + }, + { + "property": "HeadingSize", + "value": "%Palette.TextBodyFontSize%" + }, + { + "property": "HeadingColor", + "value": "%Palette.TextMainColorInverted%" + }, + { + "property": "HeadingFill", + "value": "%Palette.PrimaryColor1%" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/pkgs/label_2.5.1.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/pkgs/label_2.5.1.xml new file mode 100644 index 00000000..e9d1e207 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/pkgs/label_2.5.1.xml @@ -0,0 +1,341 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + + = 0 ? 'button' : 'presentation', + 'aria-disabled': properties.TabIndex() >= 0 && viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit + }, + event: { + click: handleClick + }, + shortcut: { + provider: shortcutProvider, + enabled: shortcutsEnabled + }" + > + +
+
+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + + ]]>
+ + + + Live + data + ##label_Live_DisplayName## + ##label_Live_Tooltip## + + + + Line Height + design + ##label_LineHeight_DisplayName## + ##label_LineHeight_Tooltip## + lineWidth + + + Overflow + design + ##label_Overflow_DisplayName## + ##label_Overflow_Tooltip## + overflow + + + + AutoHeight + design + ##CommonProperties_AutoHeight_DisplayName## + ##CommonProperties_AutoHeight_Tooltip## + + + Wrap + design + ##label_Wrap_DisplayName## + ##label_Wrap_Tooltip## + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/pkgs/rectangle_2.3.0.xml b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/pkgs/rectangle_2.3.0.xml new file mode 100644 index 00000000..dcdbca05 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/CanvasApps/src/appr_staging_7db47/pkgs/rectangle_2.3.0.xml @@ -0,0 +1,147 @@ + + + TODO: Need license text here.

]]>
+ + + + + + + = 0) && (viewState.displayMode() !== AppMagic.Constants.DisplayMode.Edit), + 'aria-hidden': properties.TabIndex() < 0 && !properties.AccessibleLabel() + }"> + + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Account/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/Account/Entity.xml new file mode 100644 index 00000000..960acb42 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Account/Entity.xml @@ -0,0 +1,5 @@ + + + Account + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Account/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/Account/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Account/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/Entity.xml new file mode 100644 index 00000000..07d6c8c1 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/Entity.xml @@ -0,0 +1,90 @@ + + + Contact + + + + + picklist + appr_contactrole + appr_contactrole + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -1 + appr_contactrole + + + + + + + + + nvarchar + appr_studentno + appr_studentno + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 100 + 200 + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001003}.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001003}.xml new file mode 100644 index 00000000..1d9f65f3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001003}.xml @@ -0,0 +1,41 @@ + + + + 0 + 0 + 1 + {00000000-0000-0000-00aa-000010001003} + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + 5.0.0.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001004}.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001004}.xml new file mode 100644 index 00000000..429719a1 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001004}.xml @@ -0,0 +1,40 @@ + + + + 0 + 0 + 0 + {00000000-0000-0000-00aa-000010001004} + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + 5.0.0.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001033}.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001033}.xml new file mode 100644 index 00000000..d64607c8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{00000000-0000-0000-00aa-000010001033}.xml @@ -0,0 +1,38 @@ + + + + 0 + 0 + 0 + {00000000-0000-0000-00aa-000010001033} + + + + + + + + + + + 0 + + + + + + + + + + + + + + + 5.0.0.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105}.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105}.xml new file mode 100644 index 00000000..8f92daa0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105}.xml @@ -0,0 +1,38 @@ + + + + 0 + 0 + 0 + {0d5d377b-5e7c-47b5-bab1-a5cb8b4ac105} + + + + + + + + + + + + + 0 + + + + + + + + + + + + + 9.0.0.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{33a05713-9d37-4ce8-b41f-bc515f426271}.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{33a05713-9d37-4ce8-b41f-bc515f426271}.xml new file mode 100644 index 00000000..9d72ccd6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{33a05713-9d37-4ce8-b41f-bc515f426271}.xml @@ -0,0 +1,38 @@ + + + + 0 + 0 + 0 + {33a05713-9d37-4ce8-b41f-bc515f426271} + + + + + + + + + + + 32 + + + + + + + + + + + + + + + 5.0.0.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{65d2cba8-eeda-4419-b03b-d9c2d8272e51}.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{65d2cba8-eeda-4419-b03b-d9c2d8272e51}.xml new file mode 100644 index 00000000..fd619072 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{65d2cba8-eeda-4419-b03b-d9c2d8272e51}.xml @@ -0,0 +1,29 @@ + + + + 0 + 0 + 1 + {65d2cba8-eeda-4419-b03b-d9c2d8272e51} + + 8192 + + + + + + + + + + + + 5.0.0.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{73bc2d9b-4e0e-424c-8839-ed59d6817e3a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{73bc2d9b-4e0e-424c-8839-ed59d6817e3a}.xml new file mode 100644 index 00000000..0867f5e9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/Contact/SavedQueries/{73bc2d9b-4e0e-424c-8839-ed59d6817e3a}.xml @@ -0,0 +1,38 @@ + + + + 0 + 0 + 0 + {73bc2d9b-4e0e-424c-8839-ed59d6817e3a} + + + + + + + + + + 0 + + + + + + + + + + + + + 5.0.0.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/Entity.xml new file mode 100644 index 00000000..a7408e03 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/Entity.xml @@ -0,0 +1,1028 @@ + + + appr_Announcement + + + + + + + + + + + + + + lookup + appr_account + appr_account + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + picklist + appr_announcementfrom + appr_announcementfrom + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -1 + appr_annoucementfrom + + + + + + + + + primarykey + appr_announcementid + appr_announcementid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + lookup + appr_course + appr_course + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + ntext + appr_description + appr_description + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 8000 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + picklist + appr_scope + appr_scope + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -1 + appr_announcementscope + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_announcements + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_announcementIcon.Svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + True + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/card/{ededf2ac-368d-485c-b29b-7d97f268929f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/card/{ededf2ac-368d-485c-b29b-7d97f268929f}.xml new file mode 100644 index 00000000..0727e64e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/card/{ededf2ac-368d-485c-b29b-7d97f268929f}.xml @@ -0,0 +1,112 @@ + + + + {ededf2ac-368d-485c-b29b-7d97f268929f} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/card/{ededf2ac-368d-485c-b29b-7d97f268929f}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/card/{ededf2ac-368d-485c-b29b-7d97f268929f}_managed.xml new file mode 100644 index 00000000..b6020f03 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/card/{ededf2ac-368d-485c-b29b-7d97f268929f}_managed.xml @@ -0,0 +1,112 @@ + + + + {ededf2ac-368d-485c-b29b-7d97f268929f} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/main/{0e642496-519c-4038-81a1-bb289938501c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/main/{0e642496-519c-4038-81a1-bb289938501c}.xml new file mode 100644 index 00000000..5f521775 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/main/{0e642496-519c-4038-81a1-bb289938501c}.xml @@ -0,0 +1,55 @@ + + + + {0e642496-519c-4038-81a1-bb289938501c} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/main/{0e642496-519c-4038-81a1-bb289938501c}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/main/{0e642496-519c-4038-81a1-bb289938501c}_managed.xml new file mode 100644 index 00000000..f92fce16 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/main/{0e642496-519c-4038-81a1-bb289938501c}_managed.xml @@ -0,0 +1,55 @@ + + + + {0e642496-519c-4038-81a1-bb289938501c} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/quick/{f5bf6482-6c70-485c-9629-90c1cb65617d}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/quick/{f5bf6482-6c70-485c-9629-90c1cb65617d}.xml new file mode 100644 index 00000000..4e604958 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/quick/{f5bf6482-6c70-485c-9629-90c1cb65617d}.xml @@ -0,0 +1,52 @@ + + + + {f5bf6482-6c70-485c-9629-90c1cb65617d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/quick/{f5bf6482-6c70-485c-9629-90c1cb65617d}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/quick/{f5bf6482-6c70-485c-9629-90c1cb65617d}_managed.xml new file mode 100644 index 00000000..d9faf445 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/FormXml/quick/{f5bf6482-6c70-485c-9629-90c1cb65617d}_managed.xml @@ -0,0 +1,52 @@ + + + + {f5bf6482-6c70-485c-9629-90c1cb65617d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{1b7d44f3-ca99-4c66-809d-c822be892546}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{1b7d44f3-ca99-4c66-809d-c822be892546}.xml new file mode 100644 index 00000000..d416dc55 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{1b7d44f3-ca99-4c66-809d-c822be892546}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {1b7d44f3-ca99-4c66-809d-c822be892546} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7}.xml new file mode 100644 index 00000000..d444614e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {38511ed4-e7dc-4003-bf6c-ca7ac6faa4c7} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{3a91c26c-4958-ee11-be6f-000d3aa1cc0a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{3a91c26c-4958-ee11-be6f-000d3aa1cc0a}.xml new file mode 100644 index 00000000..239c36ef --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{3a91c26c-4958-ee11-be6f-000d3aa1cc0a}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {3a91c26c-4958-ee11-be6f-000d3aa1cc0a} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{85da8255-81d9-44ef-bb52-2c2fc22f0cb8}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{85da8255-81d9-44ef-bb52-2c2fc22f0cb8}.xml new file mode 100644 index 00000000..b6d02f9e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{85da8255-81d9-44ef-bb52-2c2fc22f0cb8}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {85da8255-81d9-44ef-bb52-2c2fc22f0cb8} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{c49840a1-db05-4f6b-903e-c73ff969e28d}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{c49840a1-db05-4f6b-903e-c73ff969e28d}.xml new file mode 100644 index 00000000..28309dab --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{c49840a1-db05-4f6b-903e-c73ff969e28d}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {c49840a1-db05-4f6b-903e-c73ff969e28d} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{d6116301-e8c5-44f2-ae6a-d86d7ea5e345}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{d6116301-e8c5-44f2-ae6a-d86d7ea5e345}.xml new file mode 100644 index 00000000..c866ad91 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{d6116301-e8c5-44f2-ae6a-d86d7ea5e345}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {d6116301-e8c5-44f2-ae6a-d86d7ea5e345} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{e7ad6405-96a5-4ad7-9fde-2955022b2ce1}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{e7ad6405-96a5-4ad7-9fde-2955022b2ce1}.xml new file mode 100644 index 00000000..8b959735 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Announcement/SavedQueries/{e7ad6405-96a5-4ad7-9fde-2955022b2ce1}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {e7ad6405-96a5-4ad7-9fde-2955022b2ce1} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/Entity.xml new file mode 100644 index 00000000..ef17714e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/Entity.xml @@ -0,0 +1,1067 @@ + + + appr_Assignment + + + + + + + + + + + + + + primarykey + appr_assignmentid + appr_assignmentid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + nvarchar + appr_assignmentnumber + appr_assignmentnumber + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_course + appr_course + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + ntext + appr_description + appr_description + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 1000000 + + + + + + + + + datetime + appr_duedate + appr_duedate + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + datetime + 1 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_teacher + appr_teacher + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + decimal + appr_totalallocatedmarks + appr_totalallocatedmarks + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -100000000000 + 100000000000 + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_assignments + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_icon_Assignment + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/card/{9e54113a-311f-4e62-ac92-3c111c6b1f82}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/card/{9e54113a-311f-4e62-ac92-3c111c6b1f82}.xml new file mode 100644 index 00000000..f556f9c4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/card/{9e54113a-311f-4e62-ac92-3c111c6b1f82}.xml @@ -0,0 +1,112 @@ + + + + {9e54113a-311f-4e62-ac92-3c111c6b1f82} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/card/{9e54113a-311f-4e62-ac92-3c111c6b1f82}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/card/{9e54113a-311f-4e62-ac92-3c111c6b1f82}_managed.xml new file mode 100644 index 00000000..d2b552b2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/card/{9e54113a-311f-4e62-ac92-3c111c6b1f82}_managed.xml @@ -0,0 +1,112 @@ + + + + {9e54113a-311f-4e62-ac92-3c111c6b1f82} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{22e98bff-6915-4fc8-8326-e84967ec53c9}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{22e98bff-6915-4fc8-8326-e84967ec53c9}.xml new file mode 100644 index 00000000..a4c3bc52 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{22e98bff-6915-4fc8-8326-e84967ec53c9}.xml @@ -0,0 +1,108 @@ + + + + {22e98bff-6915-4fc8-8326-e84967ec53c9} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{22e98bff-6915-4fc8-8326-e84967ec53c9}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{22e98bff-6915-4fc8-8326-e84967ec53c9}_managed.xml new file mode 100644 index 00000000..878fd07c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{22e98bff-6915-4fc8-8326-e84967ec53c9}_managed.xml @@ -0,0 +1,108 @@ + + + + {22e98bff-6915-4fc8-8326-e84967ec53c9} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{67f06a53-575b-ee11-be6f-6045bd1dbe0d}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{67f06a53-575b-ee11-be6f-6045bd1dbe0d}.xml new file mode 100644 index 00000000..9ce18133 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{67f06a53-575b-ee11-be6f-6045bd1dbe0d}.xml @@ -0,0 +1,141 @@ + + + + {67f06a53-575b-ee11-be6f-6045bd1dbe0d} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{67f06a53-575b-ee11-be6f-6045bd1dbe0d}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{67f06a53-575b-ee11-be6f-6045bd1dbe0d}_managed.xml new file mode 100644 index 00000000..19767264 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/main/{67f06a53-575b-ee11-be6f-6045bd1dbe0d}_managed.xml @@ -0,0 +1,141 @@ + + + + {67f06a53-575b-ee11-be6f-6045bd1dbe0d} + 1.0.0.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + + + +
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/quick/{cc955d33-0989-4158-bad4-4d2d88b79757}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/quick/{cc955d33-0989-4158-bad4-4d2d88b79757}.xml new file mode 100644 index 00000000..e80b57f1 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/quick/{cc955d33-0989-4158-bad4-4d2d88b79757}.xml @@ -0,0 +1,52 @@ + + + + {cc955d33-0989-4158-bad4-4d2d88b79757} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/quick/{cc955d33-0989-4158-bad4-4d2d88b79757}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/quick/{cc955d33-0989-4158-bad4-4d2d88b79757}_managed.xml new file mode 100644 index 00000000..cb32ebfb --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/FormXml/quick/{cc955d33-0989-4158-bad4-4d2d88b79757}_managed.xml @@ -0,0 +1,52 @@ + + + + {cc955d33-0989-4158-bad4-4d2d88b79757} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{16c30a69-2198-46e6-bec6-923d21ae35fa}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{16c30a69-2198-46e6-bec6-923d21ae35fa}.xml new file mode 100644 index 00000000..3def1b0a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{16c30a69-2198-46e6-bec6-923d21ae35fa}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {16c30a69-2198-46e6-bec6-923d21ae35fa} + + + + + + + + + + 1 + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{63c430e7-f92b-4007-a7c7-987e3a423df3}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{63c430e7-f92b-4007-a7c7-987e3a423df3}.xml new file mode 100644 index 00000000..3cf45117 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{63c430e7-f92b-4007-a7c7-987e3a423df3}.xml @@ -0,0 +1,39 @@ + + + + 1 + 0 + 0 + 0 + 1 + {63c430e7-f92b-4007-a7c7-987e3a423df3} + + + + + + + + + + 0 + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{9bd08752-4958-ee11-be6f-000d3aa06f77}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{9bd08752-4958-ee11-be6f-000d3aa06f77}.xml new file mode 100644 index 00000000..d792c298 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{9bd08752-4958-ee11-be6f-000d3aa06f77}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {9bd08752-4958-ee11-be6f-000d3aa06f77} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{cd3a31d3-1d47-4a31-855a-fc4e6f5b739e}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{cd3a31d3-1d47-4a31-855a-fc4e6f5b739e}.xml new file mode 100644 index 00000000..2337d201 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{cd3a31d3-1d47-4a31-855a-fc4e6f5b739e}.xml @@ -0,0 +1,39 @@ + + + + 1 + 0 + 0 + 0 + 1 + {cd3a31d3-1d47-4a31-855a-fc4e6f5b739e} + + + + + + + + + + 2 + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{d3bd3f97-ceaf-44ba-a37a-80f1063f86e4}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{d3bd3f97-ceaf-44ba-a37a-80f1063f86e4}.xml new file mode 100644 index 00000000..c5129d7b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{d3bd3f97-ceaf-44ba-a37a-80f1063f86e4}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {d3bd3f97-ceaf-44ba-a37a-80f1063f86e4} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{e0d7b7fa-5988-4d73-b596-38ed9e7338a9}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{e0d7b7fa-5988-4d73-b596-38ed9e7338a9}.xml new file mode 100644 index 00000000..487d7180 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{e0d7b7fa-5988-4d73-b596-38ed9e7338a9}.xml @@ -0,0 +1,39 @@ + + + + 1 + 0 + 0 + 0 + 0 + {e0d7b7fa-5988-4d73-b596-38ed9e7338a9} + + + + + + + + + + 0 + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{fbd49c24-490d-4d83-92cc-2bf106b10a52}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{fbd49c24-490d-4d83-92cc-2bf106b10a52}.xml new file mode 100644 index 00000000..2ecac593 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Assignment/SavedQueries/{fbd49c24-490d-4d83-92cc-2bf106b10a52}.xml @@ -0,0 +1,42 @@ + + + + 1 + 0 + 1 + 0 + 1 + {fbd49c24-490d-4d83-92cc-2bf106b10a52} + + + + + + + + + + 4 + + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/Entity.xml new file mode 100644 index 00000000..d9873671 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/Entity.xml @@ -0,0 +1,1144 @@ + + + appr_AssignmentMark + + + + + + + + + + + + + + primarykey + appr_assignmentmarkid + appr_assignmentmarkid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + picklist + appr_assignmentstatus + appr_assignmentstatus + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + 2 + appr_assignmentstatus + + + + + + + + + file + appr_attachment + appr_attachment + none + ValidForForm|ValidForGrid + disabled + 0 + 1 + 0 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + 0 + 0 + 0 + 0 + 32768 + + + + + + + + + ntext + appr_feedbackcomment + appr_feedbackcomment + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 2000 + + + + + + + + + nvarchar + appr_name + appr_name + none + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_studentname + appr_studentname + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + ntext + appr_submissiontext + appr_submissiontext + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 1048576 + + + + + + + + + lookup + appr_submittedassignment + appr_submittedassignment + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + appr_submittedon + appr_submittedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + datetime + 1 + + + + + + + + + decimal + appr_totalmarks + appr_totalmarks + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -100000000000 + 100000000000 + 2 + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_assignmentmarks + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_assignmentMarksIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/card/{9026f1f8-c1c8-4408-be90-73b7e79f3676}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/card/{9026f1f8-c1c8-4408-be90-73b7e79f3676}.xml new file mode 100644 index 00000000..b9cd885b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/card/{9026f1f8-c1c8-4408-be90-73b7e79f3676}.xml @@ -0,0 +1,112 @@ + + + + {9026f1f8-c1c8-4408-be90-73b7e79f3676} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/card/{9026f1f8-c1c8-4408-be90-73b7e79f3676}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/card/{9026f1f8-c1c8-4408-be90-73b7e79f3676}_managed.xml new file mode 100644 index 00000000..92832cdb --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/card/{9026f1f8-c1c8-4408-be90-73b7e79f3676}_managed.xml @@ -0,0 +1,112 @@ + + + + {9026f1f8-c1c8-4408-be90-73b7e79f3676} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/main/{5aa2dfd6-2fa5-46c8-a795-1656198093fb}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/main/{5aa2dfd6-2fa5-46c8-a795-1656198093fb}.xml new file mode 100644 index 00000000..d7b0cd6c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/main/{5aa2dfd6-2fa5-46c8-a795-1656198093fb}.xml @@ -0,0 +1,55 @@ + + + + {5aa2dfd6-2fa5-46c8-a795-1656198093fb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/main/{5aa2dfd6-2fa5-46c8-a795-1656198093fb}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/main/{5aa2dfd6-2fa5-46c8-a795-1656198093fb}_managed.xml new file mode 100644 index 00000000..ebb19c6b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/main/{5aa2dfd6-2fa5-46c8-a795-1656198093fb}_managed.xml @@ -0,0 +1,55 @@ + + + + {5aa2dfd6-2fa5-46c8-a795-1656198093fb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/quick/{0b2efafb-2ba9-40be-805b-1168a68a200b}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/quick/{0b2efafb-2ba9-40be-805b-1168a68a200b}.xml new file mode 100644 index 00000000..8e17933c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/quick/{0b2efafb-2ba9-40be-805b-1168a68a200b}.xml @@ -0,0 +1,52 @@ + + + + {0b2efafb-2ba9-40be-805b-1168a68a200b} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/quick/{0b2efafb-2ba9-40be-805b-1168a68a200b}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/quick/{0b2efafb-2ba9-40be-805b-1168a68a200b}_managed.xml new file mode 100644 index 00000000..1d518412 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/FormXml/quick/{0b2efafb-2ba9-40be-805b-1168a68a200b}_managed.xml @@ -0,0 +1,52 @@ + + + + {0b2efafb-2ba9-40be-805b-1168a68a200b} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{5078ae01-3ebb-4181-86c8-ba67627a0280}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{5078ae01-3ebb-4181-86c8-ba67627a0280}.xml new file mode 100644 index 00000000..7e83853a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{5078ae01-3ebb-4181-86c8-ba67627a0280}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {5078ae01-3ebb-4181-86c8-ba67627a0280} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{58934c47-c8ef-44fb-934d-01cd896f312f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{58934c47-c8ef-44fb-934d-01cd896f312f}.xml new file mode 100644 index 00000000..f1d75a23 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{58934c47-c8ef-44fb-934d-01cd896f312f}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {58934c47-c8ef-44fb-934d-01cd896f312f} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{a558466b-df4a-4440-bdd8-9341d802492a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{a558466b-df4a-4440-bdd8-9341d802492a}.xml new file mode 100644 index 00000000..4ff2b284 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{a558466b-df4a-4440-bdd8-9341d802492a}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {a558466b-df4a-4440-bdd8-9341d802492a} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{abbb8298-e408-4d68-89f8-b7a61e56779c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{abbb8298-e408-4d68-89f8-b7a61e56779c}.xml new file mode 100644 index 00000000..10eb7960 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{abbb8298-e408-4d68-89f8-b7a61e56779c}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {abbb8298-e408-4d68-89f8-b7a61e56779c} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{b6b91972-4c58-ee11-be6e-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{b6b91972-4c58-ee11-be6e-000d3aa1cfb5}.xml new file mode 100644 index 00000000..c55706f5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{b6b91972-4c58-ee11-be6e-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {b6b91972-4c58-ee11-be6e-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3}.xml new file mode 100644 index 00000000..8768f841 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {d2f8cc9c-fc4a-43b9-b5fd-75a63800b6d3} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{d3c6ce7a-28be-439d-af31-e568e51036ba}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{d3c6ce7a-28be-439d-af31-e568e51036ba}.xml new file mode 100644 index 00000000..0a7314f6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_AssignmentMark/SavedQueries/{d3c6ce7a-28be-439d-af31-e568e51036ba}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {d3c6ce7a-28be-439d-af31-e568e51036ba} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/Entity.xml new file mode 100644 index 00000000..9674bc2c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/Entity.xml @@ -0,0 +1,953 @@ + + + appr_Course + + + + + + + + + + + + + + nvarchar + appr_coursecode + appr_coursecode + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 100 + 200 + + + + + + + + + image + appr_courseicon + appr_courseicon + none + DenormalizedChild|PrimaryImage|ValidForForm|ValidForGrid + disabled + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + jpeg + 9437328 + 10240 + + + + + + + + + primarykey + appr_courseid + appr_courseid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_teacher + appr_teacher + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_courses + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_icon_course + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/card/{e9682570-5f84-46a5-92e9-fa59d403bd5a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/card/{e9682570-5f84-46a5-92e9-fa59d403bd5a}.xml new file mode 100644 index 00000000..b7db9c72 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/card/{e9682570-5f84-46a5-92e9-fa59d403bd5a}.xml @@ -0,0 +1,112 @@ + + + + {e9682570-5f84-46a5-92e9-fa59d403bd5a} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/card/{e9682570-5f84-46a5-92e9-fa59d403bd5a}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/card/{e9682570-5f84-46a5-92e9-fa59d403bd5a}_managed.xml new file mode 100644 index 00000000..5e8d31e3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/card/{e9682570-5f84-46a5-92e9-fa59d403bd5a}_managed.xml @@ -0,0 +1,112 @@ + + + + {e9682570-5f84-46a5-92e9-fa59d403bd5a} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/main/{15ca6011-8f4f-4e53-b16c-e963eb719b51}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/main/{15ca6011-8f4f-4e53-b16c-e963eb719b51}.xml new file mode 100644 index 00000000..0031927f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/main/{15ca6011-8f4f-4e53-b16c-e963eb719b51}.xml @@ -0,0 +1,55 @@ + + + + {15ca6011-8f4f-4e53-b16c-e963eb719b51} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/main/{15ca6011-8f4f-4e53-b16c-e963eb719b51}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/main/{15ca6011-8f4f-4e53-b16c-e963eb719b51}_managed.xml new file mode 100644 index 00000000..1f88d694 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/main/{15ca6011-8f4f-4e53-b16c-e963eb719b51}_managed.xml @@ -0,0 +1,55 @@ + + + + {15ca6011-8f4f-4e53-b16c-e963eb719b51} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/quick/{a9be6866-4502-4f09-841e-16f2b5dd9a32}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/quick/{a9be6866-4502-4f09-841e-16f2b5dd9a32}.xml new file mode 100644 index 00000000..da1efa9b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/quick/{a9be6866-4502-4f09-841e-16f2b5dd9a32}.xml @@ -0,0 +1,52 @@ + + + + {a9be6866-4502-4f09-841e-16f2b5dd9a32} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/quick/{a9be6866-4502-4f09-841e-16f2b5dd9a32}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/quick/{a9be6866-4502-4f09-841e-16f2b5dd9a32}_managed.xml new file mode 100644 index 00000000..0b5b81e6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/FormXml/quick/{a9be6866-4502-4f09-841e-16f2b5dd9a32}_managed.xml @@ -0,0 +1,52 @@ + + + + {a9be6866-4502-4f09-841e-16f2b5dd9a32} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{2ad812ee-3a9d-4f81-88b2-9416786a6bf3}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{2ad812ee-3a9d-4f81-88b2-9416786a6bf3}.xml new file mode 100644 index 00000000..6d38c794 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{2ad812ee-3a9d-4f81-88b2-9416786a6bf3}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {2ad812ee-3a9d-4f81-88b2-9416786a6bf3} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{3e5f6b9b-094e-4db0-9a56-250b068b4c3b}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{3e5f6b9b-094e-4db0-9a56-250b068b4c3b}.xml new file mode 100644 index 00000000..1f5534e0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{3e5f6b9b-094e-4db0-9a56-250b068b4c3b}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {3e5f6b9b-094e-4db0-9a56-250b068b4c3b} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{70a940d8-75fe-482b-aeed-a8ba45a812fb}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{70a940d8-75fe-482b-aeed-a8ba45a812fb}.xml new file mode 100644 index 00000000..7eeb8bdc --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{70a940d8-75fe-482b-aeed-a8ba45a812fb}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {70a940d8-75fe-482b-aeed-a8ba45a812fb} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{8ac8bc04-4758-ee11-be6e-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{8ac8bc04-4758-ee11-be6e-000d3aa1cfb5}.xml new file mode 100644 index 00000000..198f2f5b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{8ac8bc04-4758-ee11-be6e-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {8ac8bc04-4758-ee11-be6e-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{a85c9d1f-1f51-4ed1-bcb3-8d399d098176}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{a85c9d1f-1f51-4ed1-bcb3-8d399d098176}.xml new file mode 100644 index 00000000..954cc3ed --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{a85c9d1f-1f51-4ed1-bcb3-8d399d098176}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {a85c9d1f-1f51-4ed1-bcb3-8d399d098176} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{b689496f-1a39-4202-8f95-0c6cd5314658}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{b689496f-1a39-4202-8f95-0c6cd5314658}.xml new file mode 100644 index 00000000..a37badc5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{b689496f-1a39-4202-8f95-0c6cd5314658}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {b689496f-1a39-4202-8f95-0c6cd5314658} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{d5452d9b-df48-4247-af37-a22a22d92379}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{d5452d9b-df48-4247-af37-a22a22d92379}.xml new file mode 100644 index 00000000..71680039 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Course/SavedQueries/{d5452d9b-df48-4247-af37-a22a22d92379}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {d5452d9b-df48-4247-af37-a22a22d92379} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/Entity.xml new file mode 100644 index 00000000..7eef2992 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/Entity.xml @@ -0,0 +1,988 @@ + + + appr_CriteriaSection + + + + + + + + + + + + + + lookup + appr_criteriaid + appr_criteriaid + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + ntext + appr_criteriasectiondescription + appr_criteriasectiondescription + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 2000 + + + + + + + + + primarykey + appr_criteriasectionid + appr_criteriasectionid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + picklist + appr_criteriasectionlevel + appr_criteriasectionlevel + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + -1 + appr_criterialevels + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_rubricid + appr_rubricid + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_criteriasections + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_criteriaIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/card/{510d7c66-e4f0-4719-aa25-c6f9f869a632}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/card/{510d7c66-e4f0-4719-aa25-c6f9f869a632}.xml new file mode 100644 index 00000000..97d5fd99 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/card/{510d7c66-e4f0-4719-aa25-c6f9f869a632}.xml @@ -0,0 +1,112 @@ + + + + {510d7c66-e4f0-4719-aa25-c6f9f869a632} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/card/{510d7c66-e4f0-4719-aa25-c6f9f869a632}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/card/{510d7c66-e4f0-4719-aa25-c6f9f869a632}_managed.xml new file mode 100644 index 00000000..095e588c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/card/{510d7c66-e4f0-4719-aa25-c6f9f869a632}_managed.xml @@ -0,0 +1,112 @@ + + + + {510d7c66-e4f0-4719-aa25-c6f9f869a632} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/main/{7bd769fa-8e3a-4a2a-b366-414752b0526a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/main/{7bd769fa-8e3a-4a2a-b366-414752b0526a}.xml new file mode 100644 index 00000000..f42185a6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/main/{7bd769fa-8e3a-4a2a-b366-414752b0526a}.xml @@ -0,0 +1,55 @@ + + + + {7bd769fa-8e3a-4a2a-b366-414752b0526a} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/main/{7bd769fa-8e3a-4a2a-b366-414752b0526a}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/main/{7bd769fa-8e3a-4a2a-b366-414752b0526a}_managed.xml new file mode 100644 index 00000000..cd982013 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/main/{7bd769fa-8e3a-4a2a-b366-414752b0526a}_managed.xml @@ -0,0 +1,55 @@ + + + + {7bd769fa-8e3a-4a2a-b366-414752b0526a} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/quick/{9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/quick/{9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d}.xml new file mode 100644 index 00000000..e9785168 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/quick/{9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d}.xml @@ -0,0 +1,52 @@ + + + + {9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/quick/{9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/quick/{9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d}_managed.xml new file mode 100644 index 00000000..f55ace13 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/FormXml/quick/{9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d}_managed.xml @@ -0,0 +1,52 @@ + + + + {9a7f58cc-2f6c-49ec-a4ff-9494fcc6ec4d} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{130460db-0ff1-4fc2-9693-2d0905bb76d8}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{130460db-0ff1-4fc2-9693-2d0905bb76d8}.xml new file mode 100644 index 00000000..ab5cdcf2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{130460db-0ff1-4fc2-9693-2d0905bb76d8}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {130460db-0ff1-4fc2-9693-2d0905bb76d8} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{61da078b-d2d9-4fa2-a872-29ff881af10a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{61da078b-d2d9-4fa2-a872-29ff881af10a}.xml new file mode 100644 index 00000000..20e096ad --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{61da078b-d2d9-4fa2-a872-29ff881af10a}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {61da078b-d2d9-4fa2-a872-29ff881af10a} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{856195c9-6952-41ea-9c5d-3ae9889ca16c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{856195c9-6952-41ea-9c5d-3ae9889ca16c}.xml new file mode 100644 index 00000000..76ddf775 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{856195c9-6952-41ea-9c5d-3ae9889ca16c}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {856195c9-6952-41ea-9c5d-3ae9889ca16c} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{ae7552fc-6b5b-ee11-be6f-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{ae7552fc-6b5b-ee11-be6f-000d3aa1cfb5}.xml new file mode 100644 index 00000000..5297de36 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{ae7552fc-6b5b-ee11-be6f-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {ae7552fc-6b5b-ee11-be6f-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{d03a845c-7e60-443b-96ed-cd315a69f264}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{d03a845c-7e60-443b-96ed-cd315a69f264}.xml new file mode 100644 index 00000000..7e210190 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{d03a845c-7e60-443b-96ed-cd315a69f264}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {d03a845c-7e60-443b-96ed-cd315a69f264} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{dafaa90f-1560-4545-91b8-1d04e57ca93f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{dafaa90f-1560-4545-91b8-1d04e57ca93f}.xml new file mode 100644 index 00000000..955a10ec --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{dafaa90f-1560-4545-91b8-1d04e57ca93f}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {dafaa90f-1560-4545-91b8-1d04e57ca93f} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{f60049c9-f078-47c5-89b2-a14bba9f36ad}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{f60049c9-f078-47c5-89b2-a14bba9f36ad}.xml new file mode 100644 index 00000000..137c2633 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_CriteriaSection/SavedQueries/{f60049c9-f078-47c5-89b2-a14bba9f36ad}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {f60049c9-f078-47c5-89b2-a14bba9f36ad} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/Entity.xml new file mode 100644 index 00000000..c8dc5191 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/Entity.xml @@ -0,0 +1,949 @@ + + + appr_LLMRequest + + + + + + + + + + + + + + primarykey + appr_llmrequestid + appr_llmrequestid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_session + appr_session + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + ntext + appr_systemprompt + appr_systemprompt + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 2000 + + + + + + + + + ntext + appr_userprompt + appr_userprompt + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 2000 + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_llmrequests + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/card/{b2f6c798-9987-48cc-83e7-2a689d190d0f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/card/{b2f6c798-9987-48cc-83e7-2a689d190d0f}.xml new file mode 100644 index 00000000..e3012d73 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/card/{b2f6c798-9987-48cc-83e7-2a689d190d0f}.xml @@ -0,0 +1,112 @@ + + + + {b2f6c798-9987-48cc-83e7-2a689d190d0f} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/card/{b2f6c798-9987-48cc-83e7-2a689d190d0f}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/card/{b2f6c798-9987-48cc-83e7-2a689d190d0f}_managed.xml new file mode 100644 index 00000000..30cca8a2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/card/{b2f6c798-9987-48cc-83e7-2a689d190d0f}_managed.xml @@ -0,0 +1,112 @@ + + + + {b2f6c798-9987-48cc-83e7-2a689d190d0f} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/main/{dcf756c8-b83b-41ad-baad-9231bc8da5fc}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/main/{dcf756c8-b83b-41ad-baad-9231bc8da5fc}.xml new file mode 100644 index 00000000..d0c2a3a4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/main/{dcf756c8-b83b-41ad-baad-9231bc8da5fc}.xml @@ -0,0 +1,55 @@ + + + + {dcf756c8-b83b-41ad-baad-9231bc8da5fc} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/main/{dcf756c8-b83b-41ad-baad-9231bc8da5fc}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/main/{dcf756c8-b83b-41ad-baad-9231bc8da5fc}_managed.xml new file mode 100644 index 00000000..ccb03cca --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/main/{dcf756c8-b83b-41ad-baad-9231bc8da5fc}_managed.xml @@ -0,0 +1,55 @@ + + + + {dcf756c8-b83b-41ad-baad-9231bc8da5fc} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/quick/{2adc0828-f09f-495e-9086-1996f3ff3421}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/quick/{2adc0828-f09f-495e-9086-1996f3ff3421}.xml new file mode 100644 index 00000000..36079c34 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/quick/{2adc0828-f09f-495e-9086-1996f3ff3421}.xml @@ -0,0 +1,52 @@ + + + + {2adc0828-f09f-495e-9086-1996f3ff3421} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/quick/{2adc0828-f09f-495e-9086-1996f3ff3421}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/quick/{2adc0828-f09f-495e-9086-1996f3ff3421}_managed.xml new file mode 100644 index 00000000..8f8cf8d4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/FormXml/quick/{2adc0828-f09f-495e-9086-1996f3ff3421}_managed.xml @@ -0,0 +1,52 @@ + + + + {2adc0828-f09f-495e-9086-1996f3ff3421} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{04f4b371-ce21-4dd1-a292-b88a321d7071}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{04f4b371-ce21-4dd1-a292-b88a321d7071}.xml new file mode 100644 index 00000000..68501ce3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{04f4b371-ce21-4dd1-a292-b88a321d7071}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {04f4b371-ce21-4dd1-a292-b88a321d7071} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{146871d8-9148-4e6f-b020-8d261557cb70}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{146871d8-9148-4e6f-b020-8d261557cb70}.xml new file mode 100644 index 00000000..dc9ace9f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{146871d8-9148-4e6f-b020-8d261557cb70}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {146871d8-9148-4e6f-b020-8d261557cb70} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{6ce44d53-4d58-ee11-be6e-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{6ce44d53-4d58-ee11-be6e-000d3aa1cfb5}.xml new file mode 100644 index 00000000..3d504ace --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{6ce44d53-4d58-ee11-be6e-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {6ce44d53-4d58-ee11-be6e-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{7ceb219f-27d1-48aa-a20d-513ed4db7ff0}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{7ceb219f-27d1-48aa-a20d-513ed4db7ff0}.xml new file mode 100644 index 00000000..1e1ff842 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{7ceb219f-27d1-48aa-a20d-513ed4db7ff0}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {7ceb219f-27d1-48aa-a20d-513ed4db7ff0} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{83ef5dd5-f7d3-4459-9d94-44ea5dfc9f49}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{83ef5dd5-f7d3-4459-9d94-44ea5dfc9f49}.xml new file mode 100644 index 00000000..4e3d495b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{83ef5dd5-f7d3-4459-9d94-44ea5dfc9f49}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {83ef5dd5-f7d3-4459-9d94-44ea5dfc9f49} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{d887c4c2-224f-4d8f-aa53-88963a6dc91c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{d887c4c2-224f-4d8f-aa53-88963a6dc91c}.xml new file mode 100644 index 00000000..193ecf07 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{d887c4c2-224f-4d8f-aa53-88963a6dc91c}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {d887c4c2-224f-4d8f-aa53-88963a6dc91c} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{e76d0063-ef32-472f-bef6-20363dc44c44}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{e76d0063-ef32-472f-bef6-20363dc44c44}.xml new file mode 100644 index 00000000..271b2709 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMRequest/SavedQueries/{e76d0063-ef32-472f-bef6-20363dc44c44}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {e76d0063-ef32-472f-bef6-20363dc44c44} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/Entity.xml new file mode 100644 index 00000000..89132c0a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/Entity.xml @@ -0,0 +1,988 @@ + + + appr_LLMResponse + + + + + + + + + + + + + + lookup + appr_associatedllmrequest + appr_associatedllmrequest + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + ntext + appr_llmresponsedata + appr_llmresponsedata + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 100000 + + + + + + + + + primarykey + appr_llmresponseid + appr_llmresponseid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + lookup + appr_llmsession + appr_llmsession + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + picklist + appr_responsetype + appr_responsetype + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + 1 + appr_llmresponsetype + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_llmresponses + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_LLMResponseIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/card/{3321d977-8a33-41c8-8266-02b101419058}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/card/{3321d977-8a33-41c8-8266-02b101419058}.xml new file mode 100644 index 00000000..4dab3a99 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/card/{3321d977-8a33-41c8-8266-02b101419058}.xml @@ -0,0 +1,112 @@ + + + + {3321d977-8a33-41c8-8266-02b101419058} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/card/{3321d977-8a33-41c8-8266-02b101419058}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/card/{3321d977-8a33-41c8-8266-02b101419058}_managed.xml new file mode 100644 index 00000000..0658b1be --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/card/{3321d977-8a33-41c8-8266-02b101419058}_managed.xml @@ -0,0 +1,112 @@ + + + + {3321d977-8a33-41c8-8266-02b101419058} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/main/{27717a87-5aea-45ca-bf01-44ba77b6d185}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/main/{27717a87-5aea-45ca-bf01-44ba77b6d185}.xml new file mode 100644 index 00000000..3c4f74e6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/main/{27717a87-5aea-45ca-bf01-44ba77b6d185}.xml @@ -0,0 +1,55 @@ + + + + {27717a87-5aea-45ca-bf01-44ba77b6d185} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/main/{27717a87-5aea-45ca-bf01-44ba77b6d185}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/main/{27717a87-5aea-45ca-bf01-44ba77b6d185}_managed.xml new file mode 100644 index 00000000..8fc7b026 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/main/{27717a87-5aea-45ca-bf01-44ba77b6d185}_managed.xml @@ -0,0 +1,55 @@ + + + + {27717a87-5aea-45ca-bf01-44ba77b6d185} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/quick/{f16c597e-f641-43d7-81b4-3c918266b0f9}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/quick/{f16c597e-f641-43d7-81b4-3c918266b0f9}.xml new file mode 100644 index 00000000..01c2fc97 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/quick/{f16c597e-f641-43d7-81b4-3c918266b0f9}.xml @@ -0,0 +1,52 @@ + + + + {f16c597e-f641-43d7-81b4-3c918266b0f9} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/quick/{f16c597e-f641-43d7-81b4-3c918266b0f9}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/quick/{f16c597e-f641-43d7-81b4-3c918266b0f9}_managed.xml new file mode 100644 index 00000000..d4bfced5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/FormXml/quick/{f16c597e-f641-43d7-81b4-3c918266b0f9}_managed.xml @@ -0,0 +1,52 @@ + + + + {f16c597e-f641-43d7-81b4-3c918266b0f9} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{03986b60-986a-40cc-a4e6-991e933e56ea}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{03986b60-986a-40cc-a4e6-991e933e56ea}.xml new file mode 100644 index 00000000..9e4c336e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{03986b60-986a-40cc-a4e6-991e933e56ea}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {03986b60-986a-40cc-a4e6-991e933e56ea} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{0d9d5db9-3cdc-44bd-94e7-95452c6721c0}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{0d9d5db9-3cdc-44bd-94e7-95452c6721c0}.xml new file mode 100644 index 00000000..ed20b7c5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{0d9d5db9-3cdc-44bd-94e7-95452c6721c0}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {0d9d5db9-3cdc-44bd-94e7-95452c6721c0} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{28ae7d96-77f5-421b-958f-28825c4acf45}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{28ae7d96-77f5-421b-958f-28825c4acf45}.xml new file mode 100644 index 00000000..4330feb6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{28ae7d96-77f5-421b-958f-28825c4acf45}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {28ae7d96-77f5-421b-958f-28825c4acf45} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{4032645b-5f22-45c7-842d-991e8908fd28}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{4032645b-5f22-45c7-842d-991e8908fd28}.xml new file mode 100644 index 00000000..4f521ed3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{4032645b-5f22-45c7-842d-991e8908fd28}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {4032645b-5f22-45c7-842d-991e8908fd28} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{698e05a3-8381-4062-b380-53ceebb56655}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{698e05a3-8381-4062-b380-53ceebb56655}.xml new file mode 100644 index 00000000..96823c28 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{698e05a3-8381-4062-b380-53ceebb56655}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {698e05a3-8381-4062-b380-53ceebb56655} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{8cd8acfd-5158-ee11-be6f-000d3aa06f77}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{8cd8acfd-5158-ee11-be6f-000d3aa06f77}.xml new file mode 100644 index 00000000..7b485945 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{8cd8acfd-5158-ee11-be6f-000d3aa06f77}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {8cd8acfd-5158-ee11-be6f-000d3aa06f77} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{fb9dd96c-f5b8-4790-b0c3-48441fc00a85}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{fb9dd96c-f5b8-4790-b0c3-48441fc00a85}.xml new file mode 100644 index 00000000..0e911e1d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LLMResponse/SavedQueries/{fb9dd96c-f5b8-4790-b0c3-48441fc00a85}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {fb9dd96c-f5b8-4790-b0c3-48441fc00a85} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/Entity.xml new file mode 100644 index 00000000..ca77bb78 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/Entity.xml @@ -0,0 +1,989 @@ + + + appr_LearningMaterials + + + + + + + + + + + + + + file + appr_attachment + appr_attachment + none + ValidForForm|ValidForGrid + disabled + 0 + 1 + 0 + 1 + 1 + 0 + 1.0.0.0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + 0 + 0 + 0 + 0 + 32768 + + + + + + + + + ntext + appr_description + appr_description + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 2000 + + + + + + + + + primarykey + appr_learningmaterialsid + appr_learningmaterialsid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_relatedcourse + appr_relatedcourse + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + appr_unitnumber + appr_unitnumber + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + none + -2147483648 + 2147483647 + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_learningmaterialses + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_learningMaterialsIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/card/{accefffe-650f-497f-970d-1f5adc0fe4e3}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/card/{accefffe-650f-497f-970d-1f5adc0fe4e3}.xml new file mode 100644 index 00000000..0205ffc9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/card/{accefffe-650f-497f-970d-1f5adc0fe4e3}.xml @@ -0,0 +1,112 @@ + + + + {accefffe-650f-497f-970d-1f5adc0fe4e3} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/card/{accefffe-650f-497f-970d-1f5adc0fe4e3}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/card/{accefffe-650f-497f-970d-1f5adc0fe4e3}_managed.xml new file mode 100644 index 00000000..dbaaae8b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/card/{accefffe-650f-497f-970d-1f5adc0fe4e3}_managed.xml @@ -0,0 +1,112 @@ + + + + {accefffe-650f-497f-970d-1f5adc0fe4e3} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/main/{f59e0be7-1572-4338-a970-072150939a3a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/main/{f59e0be7-1572-4338-a970-072150939a3a}.xml new file mode 100644 index 00000000..51c8addb --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/main/{f59e0be7-1572-4338-a970-072150939a3a}.xml @@ -0,0 +1,55 @@ + + + + {f59e0be7-1572-4338-a970-072150939a3a} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/main/{f59e0be7-1572-4338-a970-072150939a3a}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/main/{f59e0be7-1572-4338-a970-072150939a3a}_managed.xml new file mode 100644 index 00000000..216b72c9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/main/{f59e0be7-1572-4338-a970-072150939a3a}_managed.xml @@ -0,0 +1,55 @@ + + + + {f59e0be7-1572-4338-a970-072150939a3a} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/quick/{5bc38a6f-bf48-4089-90d8-5df1afd0ac9e}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/quick/{5bc38a6f-bf48-4089-90d8-5df1afd0ac9e}.xml new file mode 100644 index 00000000..0eaaee75 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/quick/{5bc38a6f-bf48-4089-90d8-5df1afd0ac9e}.xml @@ -0,0 +1,52 @@ + + + + {5bc38a6f-bf48-4089-90d8-5df1afd0ac9e} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/quick/{5bc38a6f-bf48-4089-90d8-5df1afd0ac9e}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/quick/{5bc38a6f-bf48-4089-90d8-5df1afd0ac9e}_managed.xml new file mode 100644 index 00000000..5c531f18 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/FormXml/quick/{5bc38a6f-bf48-4089-90d8-5df1afd0ac9e}_managed.xml @@ -0,0 +1,52 @@ + + + + {5bc38a6f-bf48-4089-90d8-5df1afd0ac9e} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{1aee8e6b-59f3-426e-8f01-0a0dfd57e0de}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{1aee8e6b-59f3-426e-8f01-0a0dfd57e0de}.xml new file mode 100644 index 00000000..35d9b472 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{1aee8e6b-59f3-426e-8f01-0a0dfd57e0de}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {1aee8e6b-59f3-426e-8f01-0a0dfd57e0de} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{29ef9445-ceec-4d33-a51f-eb864d42f691}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{29ef9445-ceec-4d33-a51f-eb864d42f691}.xml new file mode 100644 index 00000000..d0af5c59 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{29ef9445-ceec-4d33-a51f-eb864d42f691}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {29ef9445-ceec-4d33-a51f-eb864d42f691} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{50356667-7b5b-ee11-be6f-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{50356667-7b5b-ee11-be6f-000d3aa1cfb5}.xml new file mode 100644 index 00000000..ca51e825 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{50356667-7b5b-ee11-be6f-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {50356667-7b5b-ee11-be6f-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{884d91ae-2f66-4f8e-be0d-85308eff1a4a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{884d91ae-2f66-4f8e-be0d-85308eff1a4a}.xml new file mode 100644 index 00000000..4dfbe5c3 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{884d91ae-2f66-4f8e-be0d-85308eff1a4a}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {884d91ae-2f66-4f8e-be0d-85308eff1a4a} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{99bdebf7-4f64-437a-a04f-320d1dda1297}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{99bdebf7-4f64-437a-a04f-320d1dda1297}.xml new file mode 100644 index 00000000..10e7d3bd --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{99bdebf7-4f64-437a-a04f-320d1dda1297}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {99bdebf7-4f64-437a-a04f-320d1dda1297} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{d836df44-39cc-4976-894f-e71705397937}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{d836df44-39cc-4976-894f-e71705397937}.xml new file mode 100644 index 00000000..8df8fda5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{d836df44-39cc-4976-894f-e71705397937}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {d836df44-39cc-4976-894f-e71705397937} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{fffa4f54-9ef8-4fb2-94aa-4ee6bd94d73c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{fffa4f54-9ef8-4fb2-94aa-4ee6bd94d73c}.xml new file mode 100644 index 00000000..729cfab1 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_LearningMaterials/SavedQueries/{fffa4f54-9ef8-4fb2-94aa-4ee6bd94d73c}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {fffa4f54-9ef8-4fb2-94aa-4ee6bd94d73c} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/Entity.xml new file mode 100644 index 00000000..3af3417f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/Entity.xml @@ -0,0 +1,948 @@ + + + appr_Message + + + + + + + + + + + + + + ntext + appr_description + appr_description + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 2000 + + + + + + + + + primarykey + appr_messageid + appr_messageid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_receivercontact + appr_receivercontact + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + appr_sendercontact + appr_sendercontact + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_messages + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/card/{0d769aae-68a6-4788-a35f-6667c0d39cbf}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/card/{0d769aae-68a6-4788-a35f-6667c0d39cbf}.xml new file mode 100644 index 00000000..1710a74f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/card/{0d769aae-68a6-4788-a35f-6667c0d39cbf}.xml @@ -0,0 +1,112 @@ + + + + {0d769aae-68a6-4788-a35f-6667c0d39cbf} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/card/{0d769aae-68a6-4788-a35f-6667c0d39cbf}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/card/{0d769aae-68a6-4788-a35f-6667c0d39cbf}_managed.xml new file mode 100644 index 00000000..74a34775 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/card/{0d769aae-68a6-4788-a35f-6667c0d39cbf}_managed.xml @@ -0,0 +1,112 @@ + + + + {0d769aae-68a6-4788-a35f-6667c0d39cbf} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/main/{ecd48d8c-e46e-4642-b37f-88e730804a89}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/main/{ecd48d8c-e46e-4642-b37f-88e730804a89}.xml new file mode 100644 index 00000000..769b3299 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/main/{ecd48d8c-e46e-4642-b37f-88e730804a89}.xml @@ -0,0 +1,55 @@ + + + + {ecd48d8c-e46e-4642-b37f-88e730804a89} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/main/{ecd48d8c-e46e-4642-b37f-88e730804a89}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/main/{ecd48d8c-e46e-4642-b37f-88e730804a89}_managed.xml new file mode 100644 index 00000000..ab2fe0dc --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/main/{ecd48d8c-e46e-4642-b37f-88e730804a89}_managed.xml @@ -0,0 +1,55 @@ + + + + {ecd48d8c-e46e-4642-b37f-88e730804a89} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/quick/{821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/quick/{821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9}.xml new file mode 100644 index 00000000..62d9484d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/quick/{821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9}.xml @@ -0,0 +1,52 @@ + + + + {821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/quick/{821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/quick/{821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9}_managed.xml new file mode 100644 index 00000000..d59b7f97 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/FormXml/quick/{821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9}_managed.xml @@ -0,0 +1,52 @@ + + + + {821bb019-cfe5-4aa2-a6b3-8f37fc01d2f9} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{24412e3f-7508-4708-8b1a-5add7d1b8b28}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{24412e3f-7508-4708-8b1a-5add7d1b8b28}.xml new file mode 100644 index 00000000..bdaf3cc7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{24412e3f-7508-4708-8b1a-5add7d1b8b28}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {24412e3f-7508-4708-8b1a-5add7d1b8b28} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{808f87f3-5548-445d-85df-19953ea4c838}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{808f87f3-5548-445d-85df-19953ea4c838}.xml new file mode 100644 index 00000000..d9782512 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{808f87f3-5548-445d-85df-19953ea4c838}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {808f87f3-5548-445d-85df-19953ea4c838} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{8500d11b-55d9-421f-8c72-6fae8d2bbc78}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{8500d11b-55d9-421f-8c72-6fae8d2bbc78}.xml new file mode 100644 index 00000000..7f319ed7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{8500d11b-55d9-421f-8c72-6fae8d2bbc78}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {8500d11b-55d9-421f-8c72-6fae8d2bbc78} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{936deb5f-dbdd-4302-981d-0bccef0d65d4}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{936deb5f-dbdd-4302-981d-0bccef0d65d4}.xml new file mode 100644 index 00000000..6fba7290 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{936deb5f-dbdd-4302-981d-0bccef0d65d4}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {936deb5f-dbdd-4302-981d-0bccef0d65d4} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{b0d98c35-9197-4b72-8478-7d73c05ae215}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{b0d98c35-9197-4b72-8478-7d73c05ae215}.xml new file mode 100644 index 00000000..f7da9334 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{b0d98c35-9197-4b72-8478-7d73c05ae215}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {b0d98c35-9197-4b72-8478-7d73c05ae215} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{dfaa9193-4b58-ee11-be6f-000d3aa1cc0a}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{dfaa9193-4b58-ee11-be6f-000d3aa1cc0a}.xml new file mode 100644 index 00000000..68150077 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{dfaa9193-4b58-ee11-be6f-000d3aa1cc0a}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {dfaa9193-4b58-ee11-be6f-000d3aa1cc0a} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{e8d85dc2-09d0-421d-8278-9d85db76176f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{e8d85dc2-09d0-421d-8278-9d85db76176f}.xml new file mode 100644 index 00000000..cc834651 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Message/SavedQueries/{e8d85dc2-09d0-421d-8278-9d85db76176f}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {e8d85dc2-09d0-421d-8278-9d85db76176f} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/Entity.xml new file mode 100644 index 00000000..3e048119 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/Entity.xml @@ -0,0 +1,910 @@ + + + appr_Rubric + + + + + + + + + + + + + + lookup + appr_assignment + appr_assignment + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + lookup + appr_rubriccriteriamarkid + appr_rubriccriteriamarkid + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + primarykey + appr_rubricid + appr_rubricid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_rubrics + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_rubricIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/card/{a2ddad26-8e2f-43e6-9587-883a806480bb}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/card/{a2ddad26-8e2f-43e6-9587-883a806480bb}.xml new file mode 100644 index 00000000..93d615e4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/card/{a2ddad26-8e2f-43e6-9587-883a806480bb}.xml @@ -0,0 +1,112 @@ + + + + {a2ddad26-8e2f-43e6-9587-883a806480bb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/card/{a2ddad26-8e2f-43e6-9587-883a806480bb}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/card/{a2ddad26-8e2f-43e6-9587-883a806480bb}_managed.xml new file mode 100644 index 00000000..5b7d4cc6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/card/{a2ddad26-8e2f-43e6-9587-883a806480bb}_managed.xml @@ -0,0 +1,112 @@ + + + + {a2ddad26-8e2f-43e6-9587-883a806480bb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/main/{a4c2cb66-9ed2-4028-8ee7-71465c219127}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/main/{a4c2cb66-9ed2-4028-8ee7-71465c219127}.xml new file mode 100644 index 00000000..6d8860fe --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/main/{a4c2cb66-9ed2-4028-8ee7-71465c219127}.xml @@ -0,0 +1,55 @@ + + + + {a4c2cb66-9ed2-4028-8ee7-71465c219127} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/main/{a4c2cb66-9ed2-4028-8ee7-71465c219127}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/main/{a4c2cb66-9ed2-4028-8ee7-71465c219127}_managed.xml new file mode 100644 index 00000000..aa5030e8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/main/{a4c2cb66-9ed2-4028-8ee7-71465c219127}_managed.xml @@ -0,0 +1,55 @@ + + + + {a4c2cb66-9ed2-4028-8ee7-71465c219127} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/quick/{6f261b2b-8c01-468b-b942-0dc0a3098593}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/quick/{6f261b2b-8c01-468b-b942-0dc0a3098593}.xml new file mode 100644 index 00000000..681a7962 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/quick/{6f261b2b-8c01-468b-b942-0dc0a3098593}.xml @@ -0,0 +1,52 @@ + + + + {6f261b2b-8c01-468b-b942-0dc0a3098593} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/quick/{6f261b2b-8c01-468b-b942-0dc0a3098593}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/quick/{6f261b2b-8c01-468b-b942-0dc0a3098593}_managed.xml new file mode 100644 index 00000000..650651ef --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/FormXml/quick/{6f261b2b-8c01-468b-b942-0dc0a3098593}_managed.xml @@ -0,0 +1,52 @@ + + + + {6f261b2b-8c01-468b-b942-0dc0a3098593} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{18385485-6c5b-ee11-be6f-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{18385485-6c5b-ee11-be6f-000d3aa1cfb5}.xml new file mode 100644 index 00000000..afdcbee7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{18385485-6c5b-ee11-be6f-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {18385485-6c5b-ee11-be6f-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{3a4f95ae-76cc-4cba-80c2-59b0352efb8f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{3a4f95ae-76cc-4cba-80c2-59b0352efb8f}.xml new file mode 100644 index 00000000..cefa6cf8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{3a4f95ae-76cc-4cba-80c2-59b0352efb8f}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {3a4f95ae-76cc-4cba-80c2-59b0352efb8f} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{3c392557-2671-4ff8-8472-6876094de5e2}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{3c392557-2671-4ff8-8472-6876094de5e2}.xml new file mode 100644 index 00000000..21ef4fad --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{3c392557-2671-4ff8-8472-6876094de5e2}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {3c392557-2671-4ff8-8472-6876094de5e2} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{77a267d2-d73c-480f-9539-eff6299f27a1}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{77a267d2-d73c-480f-9539-eff6299f27a1}.xml new file mode 100644 index 00000000..7160c8c5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{77a267d2-d73c-480f-9539-eff6299f27a1}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {77a267d2-d73c-480f-9539-eff6299f27a1} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{93319b85-4a5b-4eaa-910e-5c58ae76c2ae}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{93319b85-4a5b-4eaa-910e-5c58ae76c2ae}.xml new file mode 100644 index 00000000..736a98a4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{93319b85-4a5b-4eaa-910e-5c58ae76c2ae}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {93319b85-4a5b-4eaa-910e-5c58ae76c2ae} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{ba1de6d4-36bd-4c9d-bd5c-e545cc305c34}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{ba1de6d4-36bd-4c9d-bd5c-e545cc305c34}.xml new file mode 100644 index 00000000..7addf308 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{ba1de6d4-36bd-4c9d-bd5c-e545cc305c34}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {ba1de6d4-36bd-4c9d-bd5c-e545cc305c34} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{d77e8909-42d6-48f6-8140-3f829a0dd9a9}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{d77e8909-42d6-48f6-8140-3f829a0dd9a9}.xml new file mode 100644 index 00000000..be5f5f38 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Rubric/SavedQueries/{d77e8909-42d6-48f6-8140-3f829a0dd9a9}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {d77e8909-42d6-48f6-8140-3f829a0dd9a9} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/Entity.xml new file mode 100644 index 00000000..174f3ca5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/Entity.xml @@ -0,0 +1,912 @@ + + + appr_RubricCriteria + + + + + + + + + + + + + + nvarchar + appr_criterianame + appr_criterianame + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + text + 400 + 800 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + primarykey + appr_rubriccriteriaid + appr_rubriccriteriaid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + lookup + appr_rubricid + appr_rubricid + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_rubriccriterias + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_rubricCriteriaIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/card/{09dce359-a9ab-4ccc-b22e-918d65561d13}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/card/{09dce359-a9ab-4ccc-b22e-918d65561d13}.xml new file mode 100644 index 00000000..11cd3b0f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/card/{09dce359-a9ab-4ccc-b22e-918d65561d13}.xml @@ -0,0 +1,112 @@ + + + + {09dce359-a9ab-4ccc-b22e-918d65561d13} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/card/{09dce359-a9ab-4ccc-b22e-918d65561d13}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/card/{09dce359-a9ab-4ccc-b22e-918d65561d13}_managed.xml new file mode 100644 index 00000000..c6161e8e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/card/{09dce359-a9ab-4ccc-b22e-918d65561d13}_managed.xml @@ -0,0 +1,112 @@ + + + + {09dce359-a9ab-4ccc-b22e-918d65561d13} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/main/{9826c739-d685-47d1-9ab9-9a760c1f41de}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/main/{9826c739-d685-47d1-9ab9-9a760c1f41de}.xml new file mode 100644 index 00000000..237ae595 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/main/{9826c739-d685-47d1-9ab9-9a760c1f41de}.xml @@ -0,0 +1,55 @@ + + + + {9826c739-d685-47d1-9ab9-9a760c1f41de} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/main/{9826c739-d685-47d1-9ab9-9a760c1f41de}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/main/{9826c739-d685-47d1-9ab9-9a760c1f41de}_managed.xml new file mode 100644 index 00000000..09eaf4b2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/main/{9826c739-d685-47d1-9ab9-9a760c1f41de}_managed.xml @@ -0,0 +1,55 @@ + + + + {9826c739-d685-47d1-9ab9-9a760c1f41de} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/quick/{e08eff36-20ad-4e52-80a0-7b918c9fcfef}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/quick/{e08eff36-20ad-4e52-80a0-7b918c9fcfef}.xml new file mode 100644 index 00000000..3e3e61c2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/quick/{e08eff36-20ad-4e52-80a0-7b918c9fcfef}.xml @@ -0,0 +1,52 @@ + + + + {e08eff36-20ad-4e52-80a0-7b918c9fcfef} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/quick/{e08eff36-20ad-4e52-80a0-7b918c9fcfef}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/quick/{e08eff36-20ad-4e52-80a0-7b918c9fcfef}_managed.xml new file mode 100644 index 00000000..13e1a74a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/FormXml/quick/{e08eff36-20ad-4e52-80a0-7b918c9fcfef}_managed.xml @@ -0,0 +1,52 @@ + + + + {e08eff36-20ad-4e52-80a0-7b918c9fcfef} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{2879e82e-2a59-459d-b573-4c4bd835f011}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{2879e82e-2a59-459d-b573-4c4bd835f011}.xml new file mode 100644 index 00000000..3f9b9782 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{2879e82e-2a59-459d-b573-4c4bd835f011}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {2879e82e-2a59-459d-b573-4c4bd835f011} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{44fc75f6-6072-426d-866d-c795bc257af1}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{44fc75f6-6072-426d-866d-c795bc257af1}.xml new file mode 100644 index 00000000..db320433 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{44fc75f6-6072-426d-866d-c795bc257af1}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {44fc75f6-6072-426d-866d-c795bc257af1} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{9eb10473-2d5d-43a0-a7a1-471b7b1cb96d}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{9eb10473-2d5d-43a0-a7a1-471b7b1cb96d}.xml new file mode 100644 index 00000000..28e0715e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{9eb10473-2d5d-43a0-a7a1-471b7b1cb96d}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {9eb10473-2d5d-43a0-a7a1-471b7b1cb96d} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{b6b2c5a2-831e-44ec-a7e1-0236f9c3da52}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{b6b2c5a2-831e-44ec-a7e1-0236f9c3da52}.xml new file mode 100644 index 00000000..49ee0863 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{b6b2c5a2-831e-44ec-a7e1-0236f9c3da52}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {b6b2c5a2-831e-44ec-a7e1-0236f9c3da52} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{d0ba7605-b5a9-4570-9027-ce5eb80fd9f5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{d0ba7605-b5a9-4570-9027-ce5eb80fd9f5}.xml new file mode 100644 index 00000000..828a86b5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{d0ba7605-b5a9-4570-9027-ce5eb80fd9f5}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {d0ba7605-b5a9-4570-9027-ce5eb80fd9f5} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{e1691c5e-6c5b-ee11-be6f-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{e1691c5e-6c5b-ee11-be6f-000d3aa1cfb5}.xml new file mode 100644 index 00000000..57945299 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{e1691c5e-6c5b-ee11-be6f-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {e1691c5e-6c5b-ee11-be6f-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{e6265a9d-ffbe-4660-93ab-ad1e66d7820f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{e6265a9d-ffbe-4660-93ab-ad1e66d7820f}.xml new file mode 100644 index 00000000..52b2a8ad --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteria/SavedQueries/{e6265a9d-ffbe-4660-93ab-ad1e66d7820f}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {e6265a9d-ffbe-4660-93ab-ad1e66d7820f} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/Entity.xml new file mode 100644 index 00000000..156ec0e4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/Entity.xml @@ -0,0 +1,1113 @@ + + + appr_RubricCriteriaMark + + + + + + + + + + + + + + int + appr_aboveaveragemark + appr_aboveaveragemark + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + none + -2147483648 + 2147483647 + + + + + + + + + int + appr_averagemark + appr_averagemark + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + none + -2147483648 + 2147483647 + + + + + + + + + int + appr_belowaveragemark + appr_belowaveragemark + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + none + -2147483648 + 2147483647 + + + + + + + + + int + appr_excellentmark + appr_excellentmark + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + none + 0 + 2147483647 + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + primarykey + appr_rubriccriteriamarkid + appr_rubriccriteriamarkid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + lookup + appr_rubricid + appr_rubricid + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + appr_totalallocatedmarks + appr_totalallocatedmarks + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + /Formulas/appr_rubriccriteriamark-appr_totalallocatedmarks.xaml + + + int + appr_unsatisfactorymark + appr_unsatisfactorymark + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + disabled + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + none + -2147483648 + 2147483647 + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_rubriccriteriamarks + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_rubricCriteriaMarkIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/card/{2aa2be8d-91bf-4074-b5a1-ee52698a8048}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/card/{2aa2be8d-91bf-4074-b5a1-ee52698a8048}.xml new file mode 100644 index 00000000..cc34626d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/card/{2aa2be8d-91bf-4074-b5a1-ee52698a8048}.xml @@ -0,0 +1,112 @@ + + + + {2aa2be8d-91bf-4074-b5a1-ee52698a8048} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/card/{2aa2be8d-91bf-4074-b5a1-ee52698a8048}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/card/{2aa2be8d-91bf-4074-b5a1-ee52698a8048}_managed.xml new file mode 100644 index 00000000..44c52368 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/card/{2aa2be8d-91bf-4074-b5a1-ee52698a8048}_managed.xml @@ -0,0 +1,112 @@ + + + + {2aa2be8d-91bf-4074-b5a1-ee52698a8048} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/main/{19e1eca9-98f0-4e9c-8721-b15e725289f4}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/main/{19e1eca9-98f0-4e9c-8721-b15e725289f4}.xml new file mode 100644 index 00000000..ea4f53be --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/main/{19e1eca9-98f0-4e9c-8721-b15e725289f4}.xml @@ -0,0 +1,55 @@ + + + + {19e1eca9-98f0-4e9c-8721-b15e725289f4} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/main/{19e1eca9-98f0-4e9c-8721-b15e725289f4}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/main/{19e1eca9-98f0-4e9c-8721-b15e725289f4}_managed.xml new file mode 100644 index 00000000..c2f30189 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/main/{19e1eca9-98f0-4e9c-8721-b15e725289f4}_managed.xml @@ -0,0 +1,55 @@ + + + + {19e1eca9-98f0-4e9c-8721-b15e725289f4} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/quick/{3a3ab481-5162-4d58-a1ba-5c436c4e4882}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/quick/{3a3ab481-5162-4d58-a1ba-5c436c4e4882}.xml new file mode 100644 index 00000000..cae68ac1 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/quick/{3a3ab481-5162-4d58-a1ba-5c436c4e4882}.xml @@ -0,0 +1,52 @@ + + + + {3a3ab481-5162-4d58-a1ba-5c436c4e4882} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/quick/{3a3ab481-5162-4d58-a1ba-5c436c4e4882}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/quick/{3a3ab481-5162-4d58-a1ba-5c436c4e4882}_managed.xml new file mode 100644 index 00000000..298067be --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/FormXml/quick/{3a3ab481-5162-4d58-a1ba-5c436c4e4882}_managed.xml @@ -0,0 +1,52 @@ + + + + {3a3ab481-5162-4d58-a1ba-5c436c4e4882} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/Formulas/appr_rubriccriteriamark-appr_totalallocatedmarks.xaml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/Formulas/appr_rubriccriteriamark-appr_totalallocatedmarks.xaml new file mode 100644 index 00000000..09356c64 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/Formulas/appr_rubriccriteriamark-appr_totalallocatedmarks.xaml @@ -0,0 +1,242 @@ + + + + + + + + + + + + Assembly references and imported namespaces for internal implementation + + + + False + + + + + + + + + + CreateCrmType + [New Object() { Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType.Boolean, "true" }] + + + + [ConditionBranchStep2_1] + + + + + [True] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_9 }] + + + + [SetAttributeValueStep4_8] + + + + + + + + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_11 }] + + + + [SetAttributeValueStep4_10] + + + + + Add + [New Object() { SetAttributeValueStep4_8, SetAttributeValueStep4_10 }] + + + + [SetAttributeValueStep4_7] + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_7 }] + + + + [SetAttributeValueStep4_6] + + + + + + + + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_13 }] + + + + [SetAttributeValueStep4_12] + + + + + Add + [New Object() { SetAttributeValueStep4_6, SetAttributeValueStep4_12 }] + + + + [SetAttributeValueStep4_5] + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_5 }] + + + + [SetAttributeValueStep4_4] + + + + + + + + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_15 }] + + + + [SetAttributeValueStep4_14] + + + + + Add + [New Object() { SetAttributeValueStep4_4, SetAttributeValueStep4_14 }] + + + + [SetAttributeValueStep4_3] + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_3 }] + + + + [SetAttributeValueStep4_2] + + + + + + + + + + + + SelectFirstNonNull + [New Object() { SetAttributeValueStep4_17 }] + + + + [SetAttributeValueStep4_16] + + + + + Add + [New Object() { SetAttributeValueStep4_2, SetAttributeValueStep4_16 }] + + + + [SetAttributeValueStep4_1] + + + + + + + + + + + + + + + + + + + + + False + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{0053a267-9235-4f1e-94ec-1b5beb43f3fb}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{0053a267-9235-4f1e-94ec-1b5beb43f3fb}.xml new file mode 100644 index 00000000..3138e504 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{0053a267-9235-4f1e-94ec-1b5beb43f3fb}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {0053a267-9235-4f1e-94ec-1b5beb43f3fb} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{1d8baeed-88b1-4aab-b6c1-e402898b5124}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{1d8baeed-88b1-4aab-b6c1-e402898b5124}.xml new file mode 100644 index 00000000..f38dd31d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{1d8baeed-88b1-4aab-b6c1-e402898b5124}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {1d8baeed-88b1-4aab-b6c1-e402898b5124} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{50f1abb6-6223-4bdd-97f2-ada48c20718b}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{50f1abb6-6223-4bdd-97f2-ada48c20718b}.xml new file mode 100644 index 00000000..1fbbe848 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{50f1abb6-6223-4bdd-97f2-ada48c20718b}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {50f1abb6-6223-4bdd-97f2-ada48c20718b} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{54a82def-3718-4776-a99e-fc86be331833}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{54a82def-3718-4776-a99e-fc86be331833}.xml new file mode 100644 index 00000000..d9c26809 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{54a82def-3718-4776-a99e-fc86be331833}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {54a82def-3718-4776-a99e-fc86be331833} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{be856803-705b-ee11-be6f-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{be856803-705b-ee11-be6f-000d3aa1cfb5}.xml new file mode 100644 index 00000000..c7e66fe0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{be856803-705b-ee11-be6f-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {be856803-705b-ee11-be6f-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{cd959325-3505-4025-aff2-48d98753a43c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{cd959325-3505-4025-aff2-48d98753a43c}.xml new file mode 100644 index 00000000..92a7a10c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{cd959325-3505-4025-aff2-48d98753a43c}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {cd959325-3505-4025-aff2-48d98753a43c} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{ecc8cc88-356a-432f-a4af-f5bb2ba9d899}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{ecc8cc88-356a-432f-a4af-f5bb2ba9d899}.xml new file mode 100644 index 00000000..13b3d89a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_RubricCriteriaMark/SavedQueries/{ecc8cc88-356a-432f-a4af-f5bb2ba9d899}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {ecc8cc88-356a-432f-a4af-f5bb2ba9d899} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/Entity.xml new file mode 100644 index 00000000..98d93bd7 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/Entity.xml @@ -0,0 +1,909 @@ + + + appr_Session + + + + + + + + + + + + + + lookup + appr_contact + appr_contact + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + appr_course + appr_course + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + primarykey + appr_sessionid + appr_sessionid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_sessions + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/card/{3b63710c-c08b-44b5-85c9-7b4ae62802bb}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/card/{3b63710c-c08b-44b5-85c9-7b4ae62802bb}.xml new file mode 100644 index 00000000..ccf03521 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/card/{3b63710c-c08b-44b5-85c9-7b4ae62802bb}.xml @@ -0,0 +1,112 @@ + + + + {3b63710c-c08b-44b5-85c9-7b4ae62802bb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/card/{3b63710c-c08b-44b5-85c9-7b4ae62802bb}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/card/{3b63710c-c08b-44b5-85c9-7b4ae62802bb}_managed.xml new file mode 100644 index 00000000..9562fec5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/card/{3b63710c-c08b-44b5-85c9-7b4ae62802bb}_managed.xml @@ -0,0 +1,112 @@ + + + + {3b63710c-c08b-44b5-85c9-7b4ae62802bb} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/main/{0223b02c-6fa1-4a4d-bf05-1ca2b7696c82}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/main/{0223b02c-6fa1-4a4d-bf05-1ca2b7696c82}.xml new file mode 100644 index 00000000..bab383cf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/main/{0223b02c-6fa1-4a4d-bf05-1ca2b7696c82}.xml @@ -0,0 +1,55 @@ + + + + {0223b02c-6fa1-4a4d-bf05-1ca2b7696c82} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/main/{0223b02c-6fa1-4a4d-bf05-1ca2b7696c82}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/main/{0223b02c-6fa1-4a4d-bf05-1ca2b7696c82}_managed.xml new file mode 100644 index 00000000..1072054a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/main/{0223b02c-6fa1-4a4d-bf05-1ca2b7696c82}_managed.xml @@ -0,0 +1,55 @@ + + + + {0223b02c-6fa1-4a4d-bf05-1ca2b7696c82} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/quick/{3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/quick/{3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc}.xml new file mode 100644 index 00000000..3827dd8d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/quick/{3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc}.xml @@ -0,0 +1,52 @@ + + + + {3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/quick/{3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/quick/{3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc}_managed.xml new file mode 100644 index 00000000..5d730220 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/FormXml/quick/{3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc}_managed.xml @@ -0,0 +1,52 @@ + + + + {3d8993ac-6a7d-43f6-9c36-04a4e6fc66fc} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{08adf8ca-3e71-40b5-b02d-3bd501ae2bb9}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{08adf8ca-3e71-40b5-b02d-3bd501ae2bb9}.xml new file mode 100644 index 00000000..dcdc5aec --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{08adf8ca-3e71-40b5-b02d-3bd501ae2bb9}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {08adf8ca-3e71-40b5-b02d-3bd501ae2bb9} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{1c5e8c32-e8cd-4f78-ab32-c188e4ca14ed}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{1c5e8c32-e8cd-4f78-ab32-c188e4ca14ed}.xml new file mode 100644 index 00000000..d3f34523 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{1c5e8c32-e8cd-4f78-ab32-c188e4ca14ed}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {1c5e8c32-e8cd-4f78-ab32-c188e4ca14ed} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{2d1286e7-8658-48dc-b153-25f2bf4f973f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{2d1286e7-8658-48dc-b153-25f2bf4f973f}.xml new file mode 100644 index 00000000..51eb8259 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{2d1286e7-8658-48dc-b153-25f2bf4f973f}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {2d1286e7-8658-48dc-b153-25f2bf4f973f} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{59baf02b-5058-ee11-be6e-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{59baf02b-5058-ee11-be6e-000d3aa1cfb5}.xml new file mode 100644 index 00000000..251b16d0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{59baf02b-5058-ee11-be6e-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {59baf02b-5058-ee11-be6e-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{8e38a2a7-49cc-4ce6-8876-73b461a6c50e}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{8e38a2a7-49cc-4ce6-8876-73b461a6c50e}.xml new file mode 100644 index 00000000..96ef4cf6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{8e38a2a7-49cc-4ce6-8876-73b461a6c50e}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {8e38a2a7-49cc-4ce6-8876-73b461a6c50e} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{e1422df4-85ff-4567-8826-7623833cdcb1}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{e1422df4-85ff-4567-8826-7623833cdcb1}.xml new file mode 100644 index 00000000..f6601075 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{e1422df4-85ff-4567-8826-7623833cdcb1}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {e1422df4-85ff-4567-8826-7623833cdcb1} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{f774b14a-2938-41d6-a280-7bb57c2b3e9e}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{f774b14a-2938-41d6-a280-7bb57c2b3e9e}.xml new file mode 100644 index 00000000..97541bd5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_Session/SavedQueries/{f774b14a-2938-41d6-a280-7bb57c2b3e9e}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {f774b14a-2938-41d6-a280-7bb57c2b3e9e} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/Entity.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/Entity.xml new file mode 100644 index 00000000..7c7d2a12 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/Entity.xml @@ -0,0 +1,910 @@ + + + appr_StudentCourse + + + + + + + + + + + + + + lookup + appr_courseid + appr_courseid + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + nvarchar + appr_name + appr_name + required + PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 1 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 1 + 0 + 1 + 0 + text + 100 + 200 + + + + + + + + + primarykey + appr_studentcourseid + appr_studentcourseid + systemrequired + ValidForAdvancedFind|RequiredForGrid + auto + 0 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + + + + + + + + + lookup + appr_studentid + appr_studentid + required + ValidForAdvancedFind|ValidForForm|ValidForGrid + 1 + 1 + 1 + 1 + 0 + 0 + 1.0.0.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + createdby + createdby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + createdon + createdon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + createdonbehalfby + createdonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + int + importsequencenumber + importsequencenumber + none + ValidForAdvancedFind + disabled + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -2147483648 + 2147483647 + + + + + + + + + lookup + modifiedby + modifiedby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + modifiedon + modifiedon + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + inactive + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 1 + 0 + datetime + 0 + 1 + + + + + + + + + lookup + modifiedonbehalfby + modifiedonbehalfby + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + datetime + overriddencreatedon + overriddencreatedon + none + ValidForAdvancedFind|ValidForGrid + inactive + 0 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + date + 0 + 1 + + + + + + + + + owner + ownerid + ownerid + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + 8 + 9 + + + + + + + + + + lookup + owningbusinessunit + owningbusinessunit + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 0 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + single + + + + + + + + + + lookup + owningteam + owningteam + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + lookup + owninguser + owninguser + none + auto + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + single + + + + + + + + + + state + statecode + statecode + systemrequired + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 0 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 1 + 0 + 0 + + state + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + status + statuscode + statuscode + none + ValidForAdvancedFind|ValidForForm|ValidForGrid + auto + 1 + 1 + 1 + 0 + 1 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + status + 1.0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + int + timezoneruleversionnumber + timezoneruleversionnumber + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + int + utcconversiontimezonecode + utcconversiontimezonecode + none + auto + 1 + 1 + 1 + 0 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + + 0 + 0 + 0 + 0 + + -1 + 2147483647 + + + + + + + + + appr_studentcourses + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + UserOwned + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + 1 + 1 + 0 + 0 + 1.0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + appr_studentCourseIcon.svg + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/card/{b6a149bd-1bb8-4ff7-941c-d84977033706}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/card/{b6a149bd-1bb8-4ff7-941c-d84977033706}.xml new file mode 100644 index 00000000..495cde34 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/card/{b6a149bd-1bb8-4ff7-941c-d84977033706}.xml @@ -0,0 +1,112 @@ + + + + {b6a149bd-1bb8-4ff7-941c-d84977033706} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/card/{b6a149bd-1bb8-4ff7-941c-d84977033706}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/card/{b6a149bd-1bb8-4ff7-941c-d84977033706}_managed.xml new file mode 100644 index 00000000..5974265b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/card/{b6a149bd-1bb8-4ff7-941c-d84977033706}_managed.xml @@ -0,0 +1,112 @@ + + + + {b6a149bd-1bb8-4ff7-941c-d84977033706} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/main/{020808b9-94ee-41e9-bdc9-c83223930e6c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/main/{020808b9-94ee-41e9-bdc9-c83223930e6c}.xml new file mode 100644 index 00000000..3de33988 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/main/{020808b9-94ee-41e9-bdc9-c83223930e6c}.xml @@ -0,0 +1,55 @@ + + + + {020808b9-94ee-41e9-bdc9-c83223930e6c} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/main/{020808b9-94ee-41e9-bdc9-c83223930e6c}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/main/{020808b9-94ee-41e9-bdc9-c83223930e6c}_managed.xml new file mode 100644 index 00000000..27dccc12 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/main/{020808b9-94ee-41e9-bdc9-c83223930e6c}_managed.xml @@ -0,0 +1,55 @@ + + + + {020808b9-94ee-41e9-bdc9-c83223930e6c} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/quick/{0715b9bf-2f19-4a08-92de-d0ffbf86c8db}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/quick/{0715b9bf-2f19-4a08-92de-d0ffbf86c8db}.xml new file mode 100644 index 00000000..9510ea44 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/quick/{0715b9bf-2f19-4a08-92de-d0ffbf86c8db}.xml @@ -0,0 +1,52 @@ + + + + {0715b9bf-2f19-4a08-92de-d0ffbf86c8db} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/quick/{0715b9bf-2f19-4a08-92de-d0ffbf86c8db}_managed.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/quick/{0715b9bf-2f19-4a08-92de-d0ffbf86c8db}_managed.xml new file mode 100644 index 00000000..8a622c72 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/FormXml/quick/{0715b9bf-2f19-4a08-92de-d0ffbf86c8db}_managed.xml @@ -0,0 +1,52 @@ + + + + {0715b9bf-2f19-4a08-92de-d0ffbf86c8db} + 1.0 + 1 + 1 +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ 1 + 1 + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/RibbonDiff.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/RibbonDiff.xml new file mode 100644 index 00000000..8547ea21 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/RibbonDiff.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{13010f32-1e20-4c7f-9061-6c0fc712c7e1}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{13010f32-1e20-4c7f-9061-6c0fc712c7e1}.xml new file mode 100644 index 00000000..ae45f1c0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{13010f32-1e20-4c7f-9061-6c0fc712c7e1}.xml @@ -0,0 +1,34 @@ + + + + 1 + 0 + 0 + 0 + 1 + {13010f32-1e20-4c7f-9061-6c0fc712c7e1} + + + + + + + + + 1 + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{32c2d15d-665b-ee11-be6f-000d3aa1cfb5}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{32c2d15d-665b-ee11-be6f-000d3aa1cfb5}.xml new file mode 100644 index 00000000..cb536373 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{32c2d15d-665b-ee11-be6f-000d3aa1cfb5}.xml @@ -0,0 +1,30 @@ + + + + 1 + 1 + 0 + 0 + 1 + {32c2d15d-665b-ee11-be6f-000d3aa1cfb5} + 8192 + + + + + + + + + + + + 1.0 + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{7dd07f31-a04d-4615-b416-c55e9258b835}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{7dd07f31-a04d-4615-b416-c55e9258b835}.xml new file mode 100644 index 00000000..d916b9aa --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{7dd07f31-a04d-4615-b416-c55e9258b835}.xml @@ -0,0 +1,36 @@ + + + + 1 + 0 + 0 + 0 + 1 + {7dd07f31-a04d-4615-b416-c55e9258b835} + + + + + + + + + 64 + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{8d46e6c3-bbe9-417b-8164-fb64fa96f03e}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{8d46e6c3-bbe9-417b-8164-fb64fa96f03e}.xml new file mode 100644 index 00000000..03f0c0c2 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{8d46e6c3-bbe9-417b-8164-fb64fa96f03e}.xml @@ -0,0 +1,40 @@ + + + + 1 + 0 + 1 + 0 + 1 + {8d46e6c3-bbe9-417b-8164-fb64fa96f03e} + + + + + + + + + 4 + + + + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{b8dfa033-2340-4912-90fd-b2a611814c34}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{b8dfa033-2340-4912-90fd-b2a611814c34}.xml new file mode 100644 index 00000000..f8fe53a0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{b8dfa033-2340-4912-90fd-b2a611814c34}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {b8dfa033-2340-4912-90fd-b2a611814c34} + + + + + + + + + 2 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{cd7eed9c-9507-4927-abc8-09fa784fd39f}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{cd7eed9c-9507-4927-abc8-09fa784fd39f}.xml new file mode 100644 index 00000000..63a8a062 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{cd7eed9c-9507-4927-abc8-09fa784fd39f}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 1 + {cd7eed9c-9507-4927-abc8-09fa784fd39f} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{fdb7ebb0-1f93-4dbf-9bc2-5750cfd3c04c}.xml b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{fdb7ebb0-1f93-4dbf-9bc2-5750cfd3c04c}.xml new file mode 100644 index 00000000..4f800448 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Entities/appr_StudentCourse/SavedQueries/{fdb7ebb0-1f93-4dbf-9bc2-5750cfd3c04c}.xml @@ -0,0 +1,37 @@ + + + + 1 + 0 + 0 + 0 + 0 + {fdb7ebb0-1f93-4dbf-9bc2-5750cfd3c04c} + + + + + + + + + 0 + + + + + + + + + + + + + + 1.0 + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/OptionSets/appr_annoucementfrom.xml b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_annoucementfrom.xml new file mode 100644 index 00000000..78e50512 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_annoucementfrom.xml @@ -0,0 +1,37 @@ + + + picklist + 1 + 1.0.0.0 + 1 + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/OptionSets/appr_announcementscope.xml b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_announcementscope.xml new file mode 100644 index 00000000..b075010a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_announcementscope.xml @@ -0,0 +1,29 @@ + + + picklist + 1 + 1.0.0.0 + 1 + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/OptionSets/appr_assignmentstatus.xml b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_assignmentstatus.xml new file mode 100644 index 00000000..ca536cfa --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_assignmentstatus.xml @@ -0,0 +1,37 @@ + + + picklist + 1 + 1.0.0.0 + 1 + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/OptionSets/appr_contactrole.xml b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_contactrole.xml new file mode 100644 index 00000000..a979ff79 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_contactrole.xml @@ -0,0 +1,37 @@ + + + picklist + 1 + 1.0.0.0 + 1 + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/OptionSets/appr_criterialevels.xml b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_criterialevels.xml new file mode 100644 index 00000000..139d74d8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_criterialevels.xml @@ -0,0 +1,53 @@ + + + picklist + 1 + 1.0.0.0 + 1 + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/OptionSets/appr_llmresponsetype.xml b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_llmresponsetype.xml new file mode 100644 index 00000000..ee2b8752 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/OptionSets/appr_llmresponsetype.xml @@ -0,0 +1,29 @@ + + + picklist + 1 + 1.0.0.0 + 1 + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Customizations.xml b/samples/ai-education-sample/sourcecode/src/Other/Customizations.xml new file mode 100644 index 00000000..6e476295 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Customizations.xml @@ -0,0 +1,32 @@ + + + + + + + + + + appr_course + appr_courseicon + + + + + appr_courseicon + appr_course + 1 + + + + + + + + + + + + 1033 + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships.xml new file mode 100644 index 00000000..6bae9e93 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/Account.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Account.xml new file mode 100644 index 00000000..e1038255 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Account.xml @@ -0,0 +1,67 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Announcement + Account + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Account + + + + + + + + UseCollectionName + Details + 10000 + appr_Account + 1 + + + appr_appr_announcement_Account_account + 0 + + + + + OneToMany + 5.0.0.0 + 0 + Contact + Account + Cascade + Cascade + NoCascade + Cascade + Cascade + Cascade + NoCascade + ParentCustomerId + + + + + + + + UseCollectionName + Details + 50 + parentcustomerid_account + 1 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/BusinessUnit.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/BusinessUnit.xml new file mode 100644 index 00000000..505d33f5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/BusinessUnit.xml @@ -0,0 +1,283 @@ + + + + OneToMany + 1 + 1.0 + 0 + appr_Announcement + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Assignment + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_AssignmentMark + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Course + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_CriteriaSection + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LearningMaterials + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMRequest + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMResponse + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Message + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Rubric + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteria + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteriaMark + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Session + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_StudentCourse + BusinessUnit + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningBusinessUnit + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/Contact.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Contact.xml new file mode 100644 index 00000000..060e5bc9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Contact.xml @@ -0,0 +1,268 @@ + + + + OneToMany + 5.0.0.0 + 0 + Account + Contact + NoCascade + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + PrimaryContactId + + + + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Assignment + Contact + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Teacher + + + + + + + + UseCollectionName + Details + 10000 + appr_Teacher + 1 + + + appr_appr_assignment_Teacher_contact + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_AssignmentMark + Contact + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_StudentName + + + + + + + + UseCollectionName + Details + 10000 + appr_StudentName + 1 + + + appr_appr_assignmentmark_StudentName_contact + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Course + Contact + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Teacher + + + + + + + + UseCollectionName + Details + 10000 + appr_Teacher + 1 + + + appr_appr_course_Teacher_contact + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Message + Contact + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_ReceiverContact + + + + + + + + UseCollectionName + Details + 10000 + appr_ReceiverContact + 1 + + + appr_appr_message_ReceiverContact_contact + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Message + Contact + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_SenderContact + + + + + + + + UseCollectionName + Details + 10000 + appr_SenderContact + 1 + + + appr_appr_message_SenderContact_contact + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Session + Contact + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Contact + + + + + + + + UseCollectionName + Details + 10000 + appr_Contact + 1 + + + appr_appr_session_Contact_contact + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_StudentCourse + Contact + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_StudentID + + + + + + + + UseCollectionName + Details + 10000 + appr_StudentID + 1 + + + appr_appr_studentcourse_StudentID_contact + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/FileAttachment.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/FileAttachment.xml new file mode 100644 index 00000000..5cb25da0 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/FileAttachment.xml @@ -0,0 +1,45 @@ + + + + OneToMany + 0 + 1.0.0.0 + 0 + appr_AssignmentMark + FileAttachment + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + 0 + appr_Attachment + + + + + + + + OneToMany + 0 + 1.0.0.0 + 0 + appr_LearningMaterials + FileAttachment + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + 0 + appr_Attachment + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/Owner.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Owner.xml new file mode 100644 index 00000000..75fff5e4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Owner.xml @@ -0,0 +1,283 @@ + + + + OneToMany + 1 + 1.0 + 0 + appr_Announcement + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Assignment + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_AssignmentMark + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Course + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_CriteriaSection + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LearningMaterials + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMRequest + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMResponse + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Message + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Rubric + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteria + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteriaMark + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Session + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_StudentCourse + Owner + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwnerId + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/SystemUser.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/SystemUser.xml new file mode 100644 index 00000000..16d21395 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/SystemUser.xml @@ -0,0 +1,843 @@ + + + + OneToMany + 1 + 1.0 + 0 + appr_Announcement + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Announcement + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Assignment + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Assignment + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_AssignmentMark + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_AssignmentMark + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Course + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Course + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_CriteriaSection + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_CriteriaSection + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LearningMaterials + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LearningMaterials + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMRequest + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMRequest + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMResponse + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMResponse + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Message + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Message + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Rubric + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Rubric + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteria + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteria + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteriaMark + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteriaMark + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Session + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Session + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_StudentCourse + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + CreatedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_StudentCourse + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + ModifiedBy + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Announcement + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Assignment + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_AssignmentMark + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Course + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_CriteriaSection + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LearningMaterials + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMRequest + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMResponse + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Message + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Rubric + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteria + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteriaMark + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Session + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_StudentCourse + SystemUser + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningUser + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/Team.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Team.xml new file mode 100644 index 00000000..b2ade04c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/Team.xml @@ -0,0 +1,283 @@ + + + + OneToMany + 1 + 1.0 + 0 + appr_Announcement + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Assignment + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_AssignmentMark + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Course + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_CriteriaSection + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LearningMaterials + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMRequest + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_LLMResponse + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Message + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Rubric + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteria + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_RubricCriteriaMark + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_Session + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + + OneToMany + 1 + 1.0 + 0 + appr_StudentCourse + Team + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + NoCascade + OwningTeam + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Assignment.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Assignment.xml new file mode 100644 index 00000000..7228352e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Assignment.xml @@ -0,0 +1,73 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_AssignmentMark + appr_Assignment + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_SubmittedAssignment + + + + + + + + UseCollectionName + Details + 10000 + appr_SubmittedAssignment + 1 + + + appr_appr_assignmentmark_SubmittedAssignment_a + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Rubric + appr_Assignment + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Assignment + + + + + + + + UseCollectionName + Details + 10000 + appr_Assignment + 1 + + + appr_appr_rubric_Assignment_appr_assignment + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Course.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Course.xml new file mode 100644 index 00000000..7635262d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Course.xml @@ -0,0 +1,178 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Announcement + appr_Course + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Course + + + + + + + + UseCollectionName + Details + 10000 + appr_Course + 1 + + + appr_appr_announcement_Course_appr_course + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Assignment + appr_Course + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Course + + + + + + + + UseCollectionName + Details + 10000 + appr_Course + 1 + + + appr_appr_assignment_Course_appr_course + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_LearningMaterials + appr_Course + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_RelatedCourse + + + + + + + + UseCollectionName + Details + 10000 + appr_RelatedCourse + 1 + + + appr_appr_learningmaterials_RelatedCourse_appr + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Session + appr_Course + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Course + + + + + + + + UseCollectionName + Details + 10000 + appr_Course + 1 + + + appr_appr_session_Course_appr_course + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_StudentCourse + appr_Course + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_CourseID + + + + + + + + UseCollectionName + Details + 10000 + appr_CourseID + 1 + + + appr_appr_studentcourse_CourseID_appr_course + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_LLMRequest.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_LLMRequest.xml new file mode 100644 index 00000000..28e60d5c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_LLMRequest.xml @@ -0,0 +1,38 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_LLMResponse + appr_LLMRequest + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_AssociatedLLMRequest + + + + + + + + UseCollectionName + Details + 10000 + appr_AssociatedLLMRequest + 1 + + + appr_appr_llmresponse_AssociatedLLMRequest_app + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Rubric.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Rubric.xml new file mode 100644 index 00000000..e5141c10 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Rubric.xml @@ -0,0 +1,108 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_CriteriaSection + appr_Rubric + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_RubricID + + + + + + + + UseCollectionName + Details + 10000 + appr_RubricID + 1 + + + appr_appr_criteriasection_RubricID_appr_rubric + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_RubricCriteria + appr_Rubric + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_RubricID + + + + + + + + UseCollectionName + Details + 10000 + appr_RubricID + 1 + + + appr_appr_rubriccriteria_RubricID_appr_rubric + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_RubricCriteriaMark + appr_Rubric + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_RubricID + + + + + + + + UseCollectionName + Details + 10000 + appr_RubricID + 1 + + + appr_appr_rubriccriteriamark_RubricID_appr_rub + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_RubricCriteria.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_RubricCriteria.xml new file mode 100644 index 00000000..853d981e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_RubricCriteria.xml @@ -0,0 +1,38 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_CriteriaSection + appr_RubricCriteria + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_CriteriaID + + + + + + + + UseCollectionName + Details + 10000 + appr_CriteriaID + 1 + + + appr_appr_criteriasection_CriteriaID_appr_rubr + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_RubricCriteriaMark.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_RubricCriteriaMark.xml new file mode 100644 index 00000000..e9507818 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_RubricCriteriaMark.xml @@ -0,0 +1,38 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_Rubric + appr_RubricCriteriaMark + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_RubricCriteriaMarkID + + + + + + + + UseCollectionName + Details + 10000 + appr_RubricCriteriaMarkID + 1 + + + appr_appr_rubric_RubricCriteriaMarkID_appr_rub + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Session.xml b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Session.xml new file mode 100644 index 00000000..8a1d51b5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Relationships/appr_Session.xml @@ -0,0 +1,73 @@ + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_LLMRequest + appr_Session + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_Session + + + + + + + + UseCollectionName + Details + 10000 + appr_Session + 1 + + + appr_appr_llmrequest_Session_appr_session + 0 + + + + + OneToMany + 1 + 1.0.0.0 + 0 + appr_LLMResponse + appr_Session + NoCascade + RemoveLink + RemoveLink + NoCascade + NoCascade + NoCascade + NoCascade + 1 + appr_LLMSession + + + + + + + + UseCollectionName + Details + 10000 + appr_LLMSession + 1 + + + appr_appr_llmresponse_LLMSession_appr_session + 0 + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/Other/Solution.xml b/samples/ai-education-sample/sourcecode/src/Other/Solution.xml new file mode 100644 index 00000000..4d7c358d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/Other/Solution.xml @@ -0,0 +1,220 @@ + + + + ApprauAIEducation + + + + + 1.0.0.2 + 2 + + Apprau + + + + + + + appr + 45857 + +
+ 1 + 1 + + + + + + + + + + + + + + + + 1 + + + + + + + + +
+
+ 2 + 1 + + + + + + + + + + + + + + + + 1 + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PowerPages_Core (1.0.2309.59) + + + + + + PowerPages_Core (1.0.2309.59) + + + + + + PowerPages_Core (1.0.2309.59) + + + + + + PowerPages_Core (1.0.2309.59) + + + + + + PowerPages_Core (1.0.2309.59) + + + + + + msdynce_AppCommonAnchor (9.0.23091.10001) + + + + + + + + + + msdynce_AppCommonAnchor (9.0.23091.10001) + + + + + + msdynce_AppCommonAnchor (9.0.23091.10001) + + + + + + msdynce_AppCommonAnchor (9.0.23091.10001) + + + + + + msdynce_AppCommonAnchor (9.0.23091.10001) + + + + + + msdynce_AppCommonAnchor (9.0.23091.10001) + + + + + + msdynce_AppCommonAnchor (9.0.23091.10001) + + + + + + + + + + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_LLMResponseIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_LLMResponseIcon.svg new file mode 100644 index 00000000..29b40c22 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_LLMResponseIcon.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_LLMResponseIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_LLMResponseIcon.svg.data.xml new file mode 100644 index 00000000..8c74579d --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_LLMResponseIcon.svg.data.xml @@ -0,0 +1,14 @@ + + + {40cbaef0-5158-ee11-be6f-6045bd1dbe0d} + appr_LLMResponseIcon.svg + LLM Response Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_LLMResponseIconsvg40CBAEF0-5158-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_announcementIcon.Svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_announcementIcon.Svg new file mode 100644 index 00000000..abe2c013 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_announcementIcon.Svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_announcementIcon.Svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_announcementIcon.Svg.data.xml new file mode 100644 index 00000000..35a6dda9 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_announcementIcon.Svg.data.xml @@ -0,0 +1,14 @@ + + + {7904ed58-4958-ee11-be6f-6045bd1dbe0d} + appr_announcementIcon.Svg + Announcement Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_announcementIconSvg7904ED58-4958-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_assignmentMarksIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_assignmentMarksIcon.svg new file mode 100644 index 00000000..e4a805c5 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_assignmentMarksIcon.svg @@ -0,0 +1,14 @@ + + + + assignment-check + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_assignmentMarksIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_assignmentMarksIcon.svg.data.xml new file mode 100644 index 00000000..91460caf --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_assignmentMarksIcon.svg.data.xml @@ -0,0 +1,14 @@ + + + {e7786f60-4c58-ee11-be6f-6045bd1dbe0d} + appr_assignmentMarksIcon.svg + Assignment Marks Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_assignmentMarksIconsvgE7786F60-4C58-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_criteriaIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_criteriaIcon.svg new file mode 100644 index 00000000..fd6ded14 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_criteriaIcon.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_criteriaIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_criteriaIcon.svg.data.xml new file mode 100644 index 00000000..4f609518 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_criteriaIcon.svg.data.xml @@ -0,0 +1,15 @@ + + + {395f99c9-6b5b-ee11-be6f-6045bd1dbe0d} + appr_criteriaIcon.svg + Criteria Section Icon SVG + 0 + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_criteriaIconsvg395F99C9-6B5B-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_Assignment b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_Assignment new file mode 100644 index 00000000..1c52f1e8 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_Assignment @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_Assignment.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_Assignment.data.xml new file mode 100644 index 00000000..d0ff4871 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_Assignment.data.xml @@ -0,0 +1,14 @@ + + + {b01af03e-4958-ee11-be6f-6045bd1dbe0d} + appr_icon_Assignment + icon_Assignment + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_icon_AssignmentB01AF03E-4958-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_course b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_course new file mode 100644 index 00000000..989f5093 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_course @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_course.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_course.data.xml new file mode 100644 index 00000000..5992702a --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_icon_course.data.xml @@ -0,0 +1,14 @@ + + + {3a0b63d4-4658-ee11-be6f-6045bd1dbe0d} + appr_icon_course + icon_Course + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_icon_course3A0B63D4-4658-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_learningMaterialsIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_learningMaterialsIcon.svg new file mode 100644 index 00000000..205dfe47 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_learningMaterialsIcon.svg @@ -0,0 +1,12 @@ + + + + library + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_learningMaterialsIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_learningMaterialsIcon.svg.data.xml new file mode 100644 index 00000000..e728fa89 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_learningMaterialsIcon.svg.data.xml @@ -0,0 +1,14 @@ + + + {c1db8917-7b5b-ee11-be6f-6045bd1dbe0d} + appr_learningMaterialsIcon.svg + Learning Materials Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_learningMaterialsIconsvgC1DB8917-7B5B-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaIcon.svg new file mode 100644 index 00000000..8b31eb4f --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaIcon.svg @@ -0,0 +1,18 @@ + + + + category-list-solid + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaIcon.svg.data.xml new file mode 100644 index 00000000..0b47d56b --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaIcon.svg.data.xml @@ -0,0 +1,14 @@ + + + {9cc3cd53-6c5b-ee11-be6f-6045bd1dbe0d} + appr_rubricCriteriaIcon.svg + Rubric Criteria Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_rubricCriteriaIconsvg9CC3CD53-6C5B-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaMarkIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaMarkIcon.svg new file mode 100644 index 00000000..52a09628 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaMarkIcon.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaMarkIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaMarkIcon.svg.data.xml new file mode 100644 index 00000000..77757e00 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricCriteriaMarkIcon.svg.data.xml @@ -0,0 +1,14 @@ + + + {35598dbe-6f5b-ee11-be6f-6045bd1dbe0d} + appr_rubricCriteriaMarkIcon.svg + Rubric Criteria Mark Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_rubricCriteriaMarkIconsvg35598DBE-6F5B-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricIcon.svg new file mode 100644 index 00000000..8887c4a4 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricIcon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricIcon.svg.data.xml new file mode 100644 index 00000000..372b3b38 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_rubricIcon.svg.data.xml @@ -0,0 +1,14 @@ + + + {c671047a-6c5b-ee11-be6f-6045bd1dbe0d} + appr_rubricIcon.svg + Rubric Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_rubricIconsvgC671047A-6C5B-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_studentCourseIcon.svg b/samples/ai-education-sample/sourcecode/src/WebResources/appr_studentCourseIcon.svg new file mode 100644 index 00000000..6d2d4950 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_studentCourseIcon.svg @@ -0,0 +1,2 @@ + +course \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/WebResources/appr_studentCourseIcon.svg.data.xml b/samples/ai-education-sample/sourcecode/src/WebResources/appr_studentCourseIcon.svg.data.xml new file mode 100644 index 00000000..ff308a5e --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/WebResources/appr_studentCourseIcon.svg.data.xml @@ -0,0 +1,14 @@ + + + {5d0097d0-655b-ee11-be6f-6045bd1dbe0d} + appr_studentCourseIcon.svg + Student Course Icon SVG + 11 + 1.0.0.0 + 0 + 0 + 1 + 1 + 0 + /WebResources/appr_studentCourseIconsvg5D0097D0-655B-EE11-BE6F-6045BD1DBE0D + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Activate!contact!0/appaction.xml b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Activate!contact!0/appaction.xml new file mode 100644 index 00000000..ba9ee242 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Activate!contact!0/appaction.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Assign!contact!0/appaction.xml b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Assign!contact!0/appaction.xml new file mode 100644 index 00000000..fb9d9f0c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Assign!contact!0/appaction.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Deactivate!contact!0/appaction.xml b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Deactivate!contact!0/appaction.xml new file mode 100644 index 00000000..d264f28c --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Deactivate!contact!0/appaction.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Delete!contact!0/appaction.xml b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Delete!contact!0/appaction.xml new file mode 100644 index 00000000..70757783 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.Delete!contact!0/appaction.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.SendSelected!contact!0/appaction.xml b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.SendSelected!contact!0/appaction.xml new file mode 100644 index 00000000..fbd64bf6 --- /dev/null +++ b/samples/ai-education-sample/sourcecode/src/appactions/msdyn_Mscrm.Form.contact.SendSelected!contact!0/appaction.xml @@ -0,0 +1 @@ + \ No newline at end of file